01JFGB7C2D5VD28AB93SE8RS30: 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: 01JFGB7ZVVFN5SA8T1P0SS44PN

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-12-19T20:56:58.526Zjob assigned to worker 01JFGB834VMB631KZ0XHSCR03B [factory aws, i-0ac0100be111ae2df] (queued for 1 m 45 s)
 
22024-12-19T20:57:05.920Zstarting task 0: "setup"
32024-12-19T20:57:05.932Z++ uname -s
42024-12-19T20:57:05.935Z+ kern=SunOS
52024-12-19T20:57:05.935Z+ case "$kern" in
62024-12-19T20:57:05.935Z+ groupadd -g 12345 build
72024-12-19T20:57:05.938Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-12-19T20:57:07.946Z+ zfs create -o mountpoint=/work rpool/work
92024-12-19T20:57:08.180Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-12-19T20:57:08.182Z+ home_fs=zfs
112024-12-19T20:57:08.183Z+ [[ zfs == autofs ]]
122024-12-19T20:57:08.183Z+ mkdir -p /home/build
132024-12-19T20:57:08.185Z+ chown build:build /home/build /work
142024-12-19T20:57:09.188Z+ chmod 0700 /home/build /work
152024-12-19T20:57:09.191Zprocess exited: duration 3269 ms, exit code 0
 
162024-12-19T20:57:09.197Zstarting task 1: "rust-toolchain"
172024-12-19T20:57:09.203Z+ printf ' * toolchain channel = "%s"
182024-12-19T20:57:09.203Z' 1.81.0
192024-12-19T20:57:09.203Z+ printf ' * toolchain profile = "%s"
202024-12-19T20:57:09.203Z' default
212024-12-19T20:57:09.203Z * toolchain channel = "1.81.0"
222024-12-19T20:57:09.204Z * toolchain profile = "default"
232024-12-19T20:57:09.207Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-12-19T20:57:09.207Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default
252024-12-19T20:57:09.326Zinfo: downloading installer
262024-12-19T20:57:10.507Zinfo: profile set to 'default'
272024-12-19T20:57:10.507Zinfo: default host triple is x86_64-unknown-illumos
282024-12-19T20:57:10.510Zinfo: syncing channel updates for '1.81.0-x86_64-unknown-illumos'
292024-12-19T20:57:10.659Zinfo: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
302024-12-19T20:57:10.659Zinfo: downloading component 'cargo'
312024-12-19T20:57:11.483Zinfo: downloading component 'clippy'
322024-12-19T20:57:11.786Zinfo: downloading component 'rust-docs'
332024-12-19T20:57:12.933Zinfo: downloading component 'rust-std'
342024-12-19T20:57:14.741Zinfo: downloading component 'rustc'
352024-12-19T20:57:21.138Zinfo: downloading component 'rustfmt'
362024-12-19T20:57:21.376Zinfo: installing component 'cargo'
372024-12-19T20:57:22.186Zinfo: installing component 'clippy'
382024-12-19T20:57:22.558Zinfo: installing component 'rust-docs'
392024-12-19T20:57:24.185Zinfo: installing component 'rust-std'
402024-12-19T20:57:25.906Zinfo: installing component 'rustc'
412024-12-19T20:57:31.817Zinfo: installing component 'rustfmt'
422024-12-19T20:57:32.150Zinfo: default toolchain set to '1.81.0-x86_64-unknown-illumos'
432024-12-19T20:57:32.150Z
442024-12-19T20:57:32.529Z 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04)
452024-12-19T20:57:32.529Z
462024-12-19T20:57:32.532Z
472024-12-19T20:57:32.532ZRust is installed now. Great!
482024-12-19T20:57:32.532Z
492024-12-19T20:57:32.532ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-12-19T20:57:32.532Zenvironment variable. This has not been done automatically.
512024-12-19T20:57:32.532Z
522024-12-19T20:57:32.532ZTo configure your current shell, you need to source
532024-12-19T20:57:32.532Zthe corresponding env file under $HOME/.cargo.
542024-12-19T20:57:32.532Z
552024-12-19T20:57:32.532ZThis is usually done by running one of the following (note the leading DOT):
562024-12-19T20:57:32.532Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-12-19T20:57:32.532Zsource "$HOME/.cargo/env.fish" # For fish
582024-12-19T20:57:32.608Z+ rustc --version
592024-12-19T20:57:32.675Zrustc 1.81.0 (eeb90cda1 2024-09-04)
602024-12-19T20:57:32.678Zprocess exited: duration 23469 ms, exit code 0
 
612024-12-19T20:57:32.684Zstarting task 2: "authentication"
622024-12-19T20:57:32.705Zprocess exited: duration 20 ms, exit code 0
 
632024-12-19T20:57:32.710Zstarting task 3: "clone repository"
642024-12-19T20:57:32.716Z+ mkdir -p /work/oxidecomputer/omicron
652024-12-19T20:57:32.718Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-12-19T20:57:32.762ZCloning into '/work/oxidecomputer/omicron'...
672024-12-19T20:57:39.181Z+ cd /work/oxidecomputer/omicron
682024-12-19T20:57:39.181Z+ git fetch origin 4113601b516ea5bdf3a808a447beea4824396955
692024-12-19T20:57:39.508ZFrom https://github.com/oxidecomputer/omicron
702024-12-19T20:57:39.508Z * branch 4113601b516ea5bdf3a808a447beea4824396955 -> FETCH_HEAD
712024-12-19T20:57:39.520Z+ [[ -n zl/tfportd-oximeter ]]
722024-12-19T20:57:39.523Z++ git branch --show-current
732024-12-19T20:57:39.526Z+ current=main
742024-12-19T20:57:39.526Z+ [[ main != zl/tfportd-oximeter ]]
752024-12-19T20:57:39.526Z+ git branch -f zl/tfportd-oximeter 4113601b516ea5bdf3a808a447beea4824396955
762024-12-19T20:57:39.528Z+ git checkout -f zl/tfportd-oximeter
772024-12-19T20:57:39.591ZSwitched to branch 'zl/tfportd-oximeter'
782024-12-19T20:57:39.594Z+ git reset --hard 4113601b516ea5bdf3a808a447beea4824396955
792024-12-19T20:57:39.658ZHEAD is now at 4113601b5 update dendrite (keeping up)
802024-12-19T20:57:39.660Zprocess exited: duration 6945 ms, exit code 0
 
812024-12-19T20:57:39.666Zstarting task 4: "build"
822024-12-19T20:57:39.671Z+ source .github/buildomat/ci-env.sh
832024-12-19T20:57:39.671Z++ export CARGO_TERM_COLOR=always
842024-12-19T20:57:39.671Z++ CARGO_TERM_COLOR=always
852024-12-19T20:57:39.674Z+ cargo --version
862024-12-19T20:57:39.728Zcargo 1.81.0 (2dbb1af80 2024-08-20)
872024-12-19T20:57:39.731Z+ rustc --version
882024-12-19T20:57:39.792Zrustc 1.81.0 (eeb90cda1 2024-09-04)
892024-12-19T20:57:39.794Z+ cargo tree --locked
902024-12-19T20:57:40.058Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-12-19T20:57:40.336Z Updating crates.io index
922024-12-19T20:57:40.395Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-12-19T20:57:40.857Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-12-19T20:57:41.135Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-12-19T20:57:41.396Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-12-19T20:57:41.671Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-12-19T20:57:42.565Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-12-19T20:57:44.102Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-12-19T20:57:44.721Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-12-19T20:57:45.432Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-12-19T20:57:45.735Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-12-19T20:57:46.052Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-12-19T20:57:46.683Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-12-19T20:57:47.067Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-12-19T20:57:47.398Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-12-19T20:57:47.688Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-12-19T20:57:47.949Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-12-19T20:57:48.245Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-12-19T20:57:48.612Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-12-19T20:57:48.926Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-12-19T20:57:49.301Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-12-19T20:57:49.592Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-12-19T20:57:50.136Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-12-19T20:57:50.453Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-12-19T20:57:50.802Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-12-19T20:57:51.209Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1172024-12-19T20:57:51.507Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-12-19T20:57:51.738Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-12-19T20:57:52.053Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-12-19T20:57:53.638Z Downloading crates ...
1212024-12-19T20:57:53.743Z Downloaded aead v0.5.2
1222024-12-19T20:57:53.748Z Downloaded anstyle-query v1.1.1
1232024-12-19T20:57:53.751Z Downloaded approx v0.5.1
1242024-12-19T20:57:53.754Z Downloaded adler2 v2.0.0
1252024-12-19T20:57:53.765Z Downloaded async-object-pool v0.1.5
1262024-12-19T20:57:53.771Z Downloaded atomicwrites v0.4.4
1272024-12-19T20:57:53.774Z Downloaded cfg_aliases v0.2.1
1282024-12-19T20:57:53.774Z Downloaded async-stream-impl v0.3.6
1292024-12-19T20:57:53.777Z Downloaded atty v0.2.14
1302024-12-19T20:57:53.785Z Downloaded foreign-types v0.3.2
1312024-12-19T20:57:53.787Z Downloaded cfg_aliases v0.1.1
1322024-12-19T20:57:53.789Z Downloaded addr2line v0.24.2
1332024-12-19T20:57:53.796Z Downloaded foreign-types-shared v0.1.1
1342024-12-19T20:57:53.801Z Downloaded array-init v0.0.4
1352024-12-19T20:57:53.804Z Downloaded bitflags v1.3.2
1362024-12-19T20:57:53.807Z Downloaded async-signal v0.2.10
1372024-12-19T20:57:53.810Z Downloaded byteorder v1.5.0
1382024-12-19T20:57:53.812Z Downloaded cfg-if v1.0.0
1392024-12-19T20:57:53.815Z Downloaded http-body v1.0.1
1402024-12-19T20:57:53.815Z Downloaded cargo-platform v0.1.8
1412024-12-19T20:57:53.818Z Downloaded bitfield v0.14.0
1422024-12-19T20:57:53.818Z Downloaded hubpack_derive v0.1.1
1432024-12-19T20:57:53.818Z Downloaded async-global-executor v2.4.1
1442024-12-19T20:57:53.821Z Downloaded chrono-tz-build v0.4.0
1452024-12-19T20:57:53.821Z Downloaded block-buffer v0.10.4
1462024-12-19T20:57:53.824Z Downloaded foldhash v0.1.3
1472024-12-19T20:57:53.824Z Downloaded float-cmp v0.9.0
1482024-12-19T20:57:53.827Z Downloaded fd-lock v4.0.2
1492024-12-19T20:57:53.829Z Downloaded chacha20 v0.9.1
1502024-12-19T20:57:53.829Z Downloaded cassowary v0.3.0
1512024-12-19T20:57:53.832Z Downloaded headers-core v0.3.0
1522024-12-19T20:57:53.835Z Downloaded blowfish v0.9.1
1532024-12-19T20:57:53.835Z Downloaded hostname v0.4.0
1542024-12-19T20:57:53.837Z Downloaded blocking v1.6.1
1552024-12-19T20:57:53.838Z Downloaded heck v0.5.0
1562024-12-19T20:57:53.840Z Downloaded filetime v0.2.25
1572024-12-19T20:57:53.843Z Downloaded futures-executor v0.3.31
1582024-12-19T20:57:53.843Z Downloaded home v0.5.9
1592024-12-19T20:57:53.846Z Downloaded group v0.13.0
1602024-12-19T20:57:53.846Z Downloaded bytecount v0.6.8
1612024-12-19T20:57:53.849Z Downloaded base16ct v0.2.0
1622024-12-19T20:57:53.852Z Downloaded generic-array v0.14.7
1632024-12-19T20:57:53.852Z Downloaded pathdiff v0.2.2
1642024-12-19T20:57:53.854Z Downloaded heck v0.4.1
1652024-12-19T20:57:53.854Z Downloaded parking v2.2.1
1662024-12-19T20:57:53.857Z Downloaded futures-sink v0.3.31
1672024-12-19T20:57:53.857Z Downloaded atomic-waker v1.1.2
1682024-12-19T20:57:53.860Z Downloaded autocfg v1.4.0
1692024-12-19T20:57:53.862Z Downloaded cexpr v0.6.0
1702024-12-19T20:57:53.864Z Downloaded humantime v2.1.0
1712024-12-19T20:57:53.864Z Downloaded glob v0.3.1
1722024-12-19T20:57:53.867Z Downloaded errno v0.3.9
1732024-12-19T20:57:53.870Z Downloaded hyper-tls v0.6.0
1742024-12-19T20:57:53.870Z Downloaded hash32 v0.3.1
1752024-12-19T20:57:53.872Z Downloaded ghash v0.5.1
1762024-12-19T20:57:53.875Z Downloaded cancel-safe-futures v0.1.5
1772024-12-19T20:57:53.878Z Downloaded foreign-types-macros v0.2.3
1782024-12-19T20:57:53.878Z Downloaded ff v0.13.0
1792024-12-19T20:57:53.881Z Downloaded hash32 v0.2.1
1802024-12-19T20:57:53.883Z Downloaded cargo_metadata v0.18.1
1812024-12-19T20:57:53.885Z Downloaded bcs v0.1.6
1822024-12-19T20:57:53.888Z Downloaded async-process v2.3.0
1832024-12-19T20:57:53.890Z Downloaded anyhow v1.0.93
1842024-12-19T20:57:53.893Z Downloaded flagset v0.4.6
1852024-12-19T20:57:53.896Z Downloaded bzip2 v0.4.4
1862024-12-19T20:57:53.898Z Downloaded httparse v1.9.5
1872024-12-19T20:57:53.901Z Downloaded httptest v0.16.1
1882024-12-19T20:57:53.903Z Downloaded globset v0.4.15
1892024-12-19T20:57:53.903Z Downloaded serde-big-array v0.5.1
1902024-12-19T20:57:53.906Z Downloaded camino v1.1.9
1912024-12-19T20:57:53.908Z Downloaded highway v1.2.0
1922024-12-19T20:57:53.912Z Downloaded futures-lite v2.3.0
1932024-12-19T20:57:53.914Z Downloaded olpc-cjson v0.1.4
1942024-12-19T20:57:53.914Z Downloaded fs-err v2.11.0
1952024-12-19T20:57:53.917Z Downloaded fallible-iterator v0.2.0
1962024-12-19T20:57:53.917Z Downloaded foreign-types-shared v0.3.1
1972024-12-19T20:57:53.920Z Downloaded fatfs v0.3.6
1982024-12-19T20:57:53.923Z Downloaded bitflags v2.6.0
1992024-12-19T20:57:53.927Z Downloaded httpdate v1.0.3
2002024-12-19T20:57:53.929Z Downloaded async-io v2.3.4
2012024-12-19T20:57:53.932Z Downloaded hex-literal v0.4.1
2022024-12-19T20:57:53.934Z Downloaded iana-time-zone v0.1.61
2032024-12-19T20:57:53.937Z Downloaded termtree v0.4.1
2042024-12-19T20:57:53.937Z Downloaded swrite v0.1.0
2052024-12-19T20:57:53.940Z Downloaded pretty-hex v0.2.1
2062024-12-19T20:57:53.940Z Downloaded hyper-staticfile v0.10.1
2072024-12-19T20:57:53.942Z Downloaded pretty-hex v0.4.1
2082024-12-19T20:57:53.945Z Downloaded predicates-tree v1.0.11
2092024-12-19T20:57:53.945Z Downloaded powerfmt v0.2.0
2102024-12-19T20:57:53.947Z Downloaded piper v0.2.4
2112024-12-19T20:57:53.949Z Downloaded pin-utils v0.1.0
2122024-12-19T20:57:53.949Z Downloaded phf_codegen v0.11.2
2132024-12-19T20:57:53.952Z Downloaded zerofrom v0.1.4
2142024-12-19T20:57:53.952Z Downloaded write16 v1.0.0
2152024-12-19T20:57:53.954Z Downloaded pem v3.0.4
2162024-12-19T20:57:53.954Z Downloaded parse-display-derive v0.10.0
2172024-12-19T20:57:53.957Z Downloaded pest_generator v2.7.14
2182024-12-19T20:57:53.959Z Downloaded constant_time_eq v0.3.1
2192024-12-19T20:57:53.959Z Downloaded num_cpus v1.16.0
2202024-12-19T20:57:53.962Z Downloaded hyper-rustls v0.26.0
2212024-12-19T20:57:53.965Z Downloaded tower-service v0.3.3
2222024-12-19T20:57:53.967Z Downloaded salsa20 v0.10.2
2232024-12-19T20:57:53.967Z Downloaded http-range v0.1.5
2242024-12-19T20:57:53.970Z Downloaded event-listener-strategy v0.5.2
2252024-12-19T20:57:53.970Z Downloaded futures-channel v0.3.31
2262024-12-19T20:57:53.973Z Downloaded async-lock v3.4.0
2272024-12-19T20:57:53.975Z Downloaded password-hash v0.5.0
2282024-12-19T20:57:53.977Z Downloaded cfg-expr v0.17.0
2292024-12-19T20:57:53.981Z Downloaded bytes v1.8.0
2302024-12-19T20:57:53.984Z Downloaded futures-io v0.3.31
2312024-12-19T20:57:53.987Z Downloaded fragile v2.0.0
2322024-12-19T20:57:53.989Z Downloaded cstr-argument v0.1.2
2332024-12-19T20:57:53.989Z Downloaded ssh-encoding v0.2.0
2342024-12-19T20:57:53.992Z Downloaded serde-hex v0.1.0
2352024-12-19T20:57:53.995Z Downloaded icu_locid v1.5.0
2362024-12-19T20:57:53.998Z Downloaded thread_local v1.1.8
2372024-12-19T20:57:54.001Z Downloaded thread-id v4.2.2
2382024-12-19T20:57:54.003Z Downloaded supports-color v3.0.1
2392024-12-19T20:57:54.003Z Downloaded smallvec v0.6.14
2402024-12-19T20:57:54.006Z Downloaded endian-type v0.1.2
2412024-12-19T20:57:54.006Z Downloaded unicode-truncate v1.1.0
2422024-12-19T20:57:54.008Z Downloaded signal-hook-tokio v0.3.1
2432024-12-19T20:57:54.008Z Downloaded signal-hook-mio v0.2.4
2442024-12-19T20:57:54.011Z Downloaded enum-as-inner v0.5.1
2452024-12-19T20:57:54.013Z Downloaded number_prefix v0.4.0
2462024-12-19T20:57:54.013Z Downloaded pin-project-internal v1.1.6
2472024-12-19T20:57:54.016Z Downloaded hmac v0.12.1
2482024-12-19T20:57:54.018Z Downloaded slog-stdlog v4.1.1
2492024-12-19T20:57:54.021Z Downloaded convert_case v0.4.0
2502024-12-19T20:57:54.021Z Downloaded zeroize v1.8.1
2512024-12-19T20:57:54.024Z Downloaded zerofrom-derive v0.1.4
2522024-12-19T20:57:54.024Z Downloaded writeable v0.5.5
2532024-12-19T20:57:54.026Z Downloaded slog-bunyan v2.5.0
2542024-12-19T20:57:54.029Z Downloaded spki v0.7.3
2552024-12-19T20:57:54.029Z Downloaded signal-hook-registry v1.4.2
2562024-12-19T20:57:54.032Z Downloaded serde_with_macros v3.11.0
2572024-12-19T20:57:54.035Z Downloaded instant v0.1.13
2582024-12-19T20:57:54.035Z Downloaded chacha20poly1305 v0.10.1
2592024-12-19T20:57:54.037Z Downloaded topological-sort v0.2.2
2602024-12-19T20:57:54.040Z Downloaded strsim v0.11.1
2612024-12-19T20:57:54.040Z Downloaded fixedbitset v0.4.2
2622024-12-19T20:57:54.042Z Downloaded bumpalo v3.16.0
2632024-12-19T20:57:54.045Z Downloaded oso-derive v0.27.3
2642024-12-19T20:57:54.047Z Downloaded num_threads v0.1.7
2652024-12-19T20:57:54.047Z Downloaded normalize-line-endings v0.3.0
2662024-12-19T20:57:54.049Z Downloaded mirai-annotations v1.12.0
2672024-12-19T20:57:54.049Z Downloaded openssl-macros v0.1.1
2682024-12-19T20:57:54.052Z Downloaded subtle v2.6.1
2692024-12-19T20:57:54.052Z Downloaded twox-hash v1.6.3
2702024-12-19T20:57:54.054Z Downloaded aes v0.8.4
2712024-12-19T20:57:54.057Z Downloaded displaydoc v0.2.5
2722024-12-19T20:57:54.061Z Downloaded getrandom v0.2.15
2732024-12-19T20:57:54.064Z Downloaded diesel-dtrace v0.4.0
2742024-12-19T20:57:54.066Z Downloaded half v2.4.1
2752024-12-19T20:57:54.069Z Downloaded structmeta v0.2.0
2762024-12-19T20:57:54.071Z Downloaded defmt-parser v0.3.4
2772024-12-19T20:57:54.071Z Downloaded defmt-macros v0.3.9
2782024-12-19T20:57:54.075Z Downloaded itoa v1.0.11
2792024-12-19T20:57:54.077Z Downloaded md-5 v0.10.6
2802024-12-19T20:57:54.080Z Downloaded hickory-server v0.24.1
2812024-12-19T20:57:54.084Z Downloaded nodrop v0.1.14
2822024-12-19T20:57:54.087Z Downloaded const_format_proc_macros v0.2.33
2832024-12-19T20:57:54.089Z Downloaded base64 v0.22.1
2842024-12-19T20:57:54.092Z Downloaded slog-term v2.9.1
2852024-12-19T20:57:54.096Z Downloaded cc v1.1.30
2862024-12-19T20:57:54.101Z Downloaded icu_collections v1.5.0
2872024-12-19T20:57:54.108Z Downloaded openssl-probe v0.1.5
2882024-12-19T20:57:54.111Z Downloaded phf v0.11.2
2892024-12-19T20:57:54.113Z Downloaded internet-checksum v0.2.1
2902024-12-19T20:57:54.113Z Downloaded ciborium v0.2.2
2912024-12-19T20:57:54.116Z Downloaded base64 v0.21.7
2922024-12-19T20:57:54.120Z Downloaded memoffset v0.9.1
2932024-12-19T20:57:54.123Z Downloaded libefi-sys v0.1.0
2942024-12-19T20:57:54.123Z Downloaded unicode-properties v0.1.3
2952024-12-19T20:57:54.127Z Downloaded semver v0.1.20
2962024-12-19T20:57:54.129Z Downloaded secrecy v0.8.0
2972024-12-19T20:57:54.129Z Downloaded sec1 v0.7.3
2982024-12-19T20:57:54.132Z Downloaded rustc_version v0.4.1
2992024-12-19T20:57:54.135Z Downloaded ciborium-io v0.2.2
3002024-12-19T20:57:54.135Z Downloaded value-bag v1.9.0
3012024-12-19T20:57:54.138Z Downloaded jobserver v0.1.32
3022024-12-19T20:57:54.141Z Downloaded env_logger v0.10.2
3032024-12-19T20:57:54.145Z Downloaded yoke-derive v0.7.4
3042024-12-19T20:57:54.148Z Downloaded psl-types v2.0.11
3052024-12-19T20:57:54.148Z Downloaded proc-macro-crate v3.2.0
3062024-12-19T20:57:54.150Z Downloaded openssl-sys v0.9.103
3072024-12-19T20:57:54.157Z Downloaded rand_seeder v0.3.0
3082024-12-19T20:57:54.160Z Downloaded fancy-regex v0.13.0
3092024-12-19T20:57:54.163Z Downloaded hickory-resolver v0.24.1
3102024-12-19T20:57:54.169Z Downloaded md5 v0.7.0
3112024-12-19T20:57:54.172Z Downloaded threadpool v1.8.1
3122024-12-19T20:57:54.174Z Downloaded tokio-native-tls v0.3.1
3132024-12-19T20:57:54.177Z Downloaded owo-colors v4.1.0
3142024-12-19T20:57:54.180Z Downloaded rustls-pemfile v1.0.4
3152024-12-19T20:57:54.182Z Downloaded escape8259 v0.5.3
3162024-12-19T20:57:54.185Z Downloaded slog-async v2.8.0
3172024-12-19T20:57:54.185Z Downloaded postgres-protocol v0.6.7
3182024-12-19T20:57:54.187Z Downloaded postcard v1.0.10
3192024-12-19T20:57:54.190Z Downloaded semver v1.0.23
3202024-12-19T20:57:54.193Z Downloaded sct v0.7.1
3212024-12-19T20:57:54.197Z Downloaded opaque-debug v0.3.1
3222024-12-19T20:57:54.200Z Downloaded version_check v0.9.5
3232024-12-19T20:57:54.202Z Downloaded spin v0.5.2
3242024-12-19T20:57:54.204Z Downloaded curve25519-dalek-derive v0.1.1
3252024-12-19T20:57:54.204Z Downloaded crc-catalog v2.4.0
3262024-12-19T20:57:54.207Z Downloaded snafu-derive v0.8.5
3272024-12-19T20:57:54.209Z Downloaded typenum v1.17.0
3282024-12-19T20:57:54.212Z Downloaded serde v1.0.215
3292024-12-19T20:57:54.216Z Downloaded qorb v0.2.1
3302024-12-19T20:57:54.222Z Downloaded is_ci v1.2.0
3312024-12-19T20:57:54.225Z Downloaded debug-ignore v1.0.5
3322024-12-19T20:57:54.228Z Downloaded progenitor-client v0.8.0
3332024-12-19T20:57:54.231Z Downloaded is_terminal_polyfill v1.70.1
3342024-12-19T20:57:54.231Z Downloaded deranged v0.3.11
3352024-12-19T20:57:54.234Z Downloaded expectorate v1.1.0
3362024-12-19T20:57:54.237Z Downloaded plotters-svg v0.3.7
3372024-12-19T20:57:54.239Z Downloaded memmap v0.7.0
3382024-12-19T20:57:54.242Z Downloaded tokio-rustls v0.26.0
3392024-12-19T20:57:54.245Z Downloaded flate2 v1.0.34
3402024-12-19T20:57:54.251Z Downloaded spin v0.9.8
3412024-12-19T20:57:54.255Z Downloaded indent_write v2.2.0
3422024-12-19T20:57:54.258Z Downloaded mockall_derive v0.13.0
3432024-12-19T20:57:54.260Z Downloaded event-listener v2.5.3
3442024-12-19T20:57:54.262Z Downloaded sigpipe v0.1.3
3452024-12-19T20:57:54.265Z Downloaded serde_spanned v0.6.8
3462024-12-19T20:57:54.267Z Downloaded pbkdf2 v0.11.0
3472024-12-19T20:57:54.270Z Downloaded oorandom v11.1.4
3482024-12-19T20:57:54.273Z Downloaded try-lock v0.2.5
3492024-12-19T20:57:54.273Z Downloaded rsa v0.9.6
3502024-12-19T20:57:54.280Z Downloaded path-tree v0.8.1
3512024-12-19T20:57:54.282Z Downloaded yasna v0.5.2
3522024-12-19T20:57:54.285Z Downloaded num-iter v0.1.45
3532024-12-19T20:57:54.288Z Downloaded proc-macro-error-attr v1.0.4
3542024-12-19T20:57:54.291Z Downloaded der_derive v0.7.3
3552024-12-19T20:57:54.291Z Downloaded packed_struct v0.10.1
3562024-12-19T20:57:54.294Z Downloaded shlex v1.3.0
3572024-12-19T20:57:54.296Z Downloaded rusty-fork v0.3.0
3582024-12-19T20:57:54.299Z Downloaded rustls-native-certs v0.7.3
3592024-12-19T20:57:54.304Z Downloaded plotters-backend v0.3.7
3602024-12-19T20:57:54.307Z Downloaded peg v0.8.4
3612024-12-19T20:57:54.309Z Downloaded progenitor-macro v0.8.0
3622024-12-19T20:57:54.312Z Downloaded derive_builder_core v0.20.2
3632024-12-19T20:57:54.314Z Downloaded derive_builder v0.20.2
3642024-12-19T20:57:54.320Z Downloaded downcast v0.11.0
3652024-12-19T20:57:54.322Z Downloaded rustfmt-wrapper v0.2.1
3662024-12-19T20:57:54.325Z Downloaded derive-where v1.2.7
3672024-12-19T20:57:54.329Z Downloaded signature v2.2.0
3682024-12-19T20:57:54.331Z Downloaded ident_case v1.0.1
3692024-12-19T20:57:54.334Z Downloaded icu_provider_macros v1.5.0
3702024-12-19T20:57:54.334Z Downloaded thiserror-impl-no-std v2.0.2
3712024-12-19T20:57:54.342Z Downloaded guppy v0.17.8
3722024-12-19T20:57:54.345Z Downloaded hashbrown v0.13.2
3732024-12-19T20:57:54.350Z Downloaded universal-hash v0.5.1
3742024-12-19T20:57:54.352Z Downloaded stringmetrics v2.2.2
3752024-12-19T20:57:54.355Z Downloaded parse-size v1.1.0
3762024-12-19T20:57:54.358Z Downloaded toml_datetime v0.6.8
3772024-12-19T20:57:54.360Z Downloaded thiserror-no-std v2.0.2
3782024-12-19T20:57:54.364Z Downloaded ctr v0.9.2
3792024-12-19T20:57:54.366Z Downloaded log v0.4.22
3802024-12-19T20:57:54.371Z Downloaded tungstenite v0.23.0
3812024-12-19T20:57:54.378Z Downloaded which v4.4.2
3822024-12-19T20:57:54.394Z Downloaded tungstenite v0.24.0
3832024-12-19T20:57:54.394Z Downloaded precomputed-hash v0.1.1
3842024-12-19T20:57:54.394Z Downloaded snafu v0.8.5
3852024-12-19T20:57:54.412Z Downloaded dof v0.3.0
3862024-12-19T20:57:54.412Z Downloaded difflib v0.4.0
3872024-12-19T20:57:54.412Z Downloaded crc v3.2.1
3882024-12-19T20:57:54.412Z Downloaded untrusted v0.7.1
3892024-12-19T20:57:54.413Z Downloaded pbkdf2 v0.12.2
3902024-12-19T20:57:54.413Z Downloaded target-triple v0.1.3
3912024-12-19T20:57:54.413Z Downloaded linked-hash-map v0.5.6
3922024-12-19T20:57:54.413Z Downloaded libsw v3.3.1
3932024-12-19T20:57:54.423Z Downloaded indexmap v1.9.3
3942024-12-19T20:57:54.423Z Downloaded thiserror-impl v2.0.3
3952024-12-19T20:57:54.423Z Downloaded rand_distr v0.4.3
3962024-12-19T20:57:54.423Z Downloaded samael v0.0.17
3972024-12-19T20:57:54.432Z Downloaded vte_generate_state_changes v0.1.2
3982024-12-19T20:57:54.432Z Downloaded polyval v0.6.2
3992024-12-19T20:57:54.432Z Downloaded nanorand v0.7.0
4002024-12-19T20:57:54.445Z Downloaded want v0.3.1
4012024-12-19T20:57:54.445Z Downloaded waitgroup v0.1.2
4022024-12-19T20:57:54.445Z Downloaded csv-core v0.1.11
4032024-12-19T20:57:54.445Z Downloaded russh-keys v0.45.0
4042024-12-19T20:57:54.459Z Downloaded crc-any v2.5.0
4052024-12-19T20:57:54.459Z Downloaded hashbrown v0.14.5
4062024-12-19T20:57:54.459Z Downloaded equivalent v1.0.1
4072024-12-19T20:57:54.460Z Downloaded crucible-workspace-hack v0.1.0
4082024-12-19T20:57:54.460Z Downloaded sha1 v0.10.6
4092024-12-19T20:57:54.460Z Downloaded scopeguard v1.2.0
4102024-12-19T20:57:54.460Z Downloaded smf v0.2.3
4112024-12-19T20:57:54.476Z Downloaded ppv-lite86 v0.2.20
4122024-12-19T20:57:54.476Z Downloaded rustyline v14.0.0
4132024-12-19T20:57:54.488Z Downloaded take_mut v0.2.2
4142024-12-19T20:57:54.489Z Downloaded typed-path v0.9.3
4152024-12-19T20:57:54.489Z Downloaded phf_shared v0.10.0
4162024-12-19T20:57:54.489Z Downloaded num-complex v0.4.6
4172024-12-19T20:57:54.489Z Downloaded multimap v0.10.0
4182024-12-19T20:57:54.489Z Downloaded structmeta-derive v0.3.0
4192024-12-19T20:57:54.489Z Downloaded structmeta-derive v0.2.0
4202024-12-19T20:57:54.489Z Downloaded structmeta v0.3.0
4212024-12-19T20:57:54.489Z Downloaded utf8parse v0.2.2
4222024-12-19T20:57:54.489Z Downloaded ref-cast v1.0.23
4232024-12-19T20:57:54.489Z Downloaded wait-timeout v0.2.0
4242024-12-19T20:57:54.502Z Downloaded clap v4.5.21
4252024-12-19T20:57:54.509Z Downloaded sync-ptr v0.1.1
4262024-12-19T20:57:54.509Z Downloaded predicates-core v1.0.8
4272024-12-19T20:57:54.509Z Downloaded parking_lot v0.11.2
4282024-12-19T20:57:54.509Z Downloaded mio v1.0.2
4292024-12-19T20:57:54.513Z Downloaded dirs-next v2.0.0
4302024-12-19T20:57:54.519Z Downloaded futures-util v0.3.31
4312024-12-19T20:57:54.530Z Downloaded sync_wrapper v1.0.1
4322024-12-19T20:57:54.533Z Downloaded maybe-uninit v2.0.0
4332024-12-19T20:57:54.533Z Downloaded indoc v1.0.9
4342024-12-19T20:57:54.536Z Downloaded crossbeam-deque v0.8.5
4352024-12-19T20:57:54.539Z Downloaded tempfile v3.13.0
4362024-12-19T20:57:54.543Z Downloaded toolchain_find v0.4.0
4372024-12-19T20:57:54.543Z Downloaded mime v0.3.17
4382024-12-19T20:57:54.546Z Downloaded instability v0.3.2
4392024-12-19T20:57:54.546Z Downloaded inout v0.1.3
4402024-12-19T20:57:54.546Z Downloaded proc-macro2 v1.0.89
4412024-12-19T20:57:54.549Z Downloaded signal-hook v0.3.17
4422024-12-19T20:57:54.552Z Downloaded dropshot_endpoint v0.12.0
4432024-12-19T20:57:54.556Z Downloaded derive_builder_macro v0.20.2
4442024-12-19T20:57:54.558Z Downloaded darling_macro v0.20.10
4452024-12-19T20:57:54.558Z Downloaded dirs-sys-next v0.1.2
4462024-12-19T20:57:54.560Z Downloaded console v0.15.8
4472024-12-19T20:57:54.563Z Downloaded digest v0.10.7
4482024-12-19T20:57:54.565Z Downloaded tracing-attributes v0.1.27
4492024-12-19T20:57:54.568Z Downloaded unicode-linebreak v0.1.5
4502024-12-19T20:57:54.572Z Downloaded const-oid v0.9.6
4512024-12-19T20:57:54.578Z Downloaded siphasher v0.3.11
4522024-12-19T20:57:54.578Z Downloaded memchr v2.7.4
4532024-12-19T20:57:54.585Z Downloaded hkdf v0.12.4
4542024-12-19T20:57:54.585Z Downloaded slab v0.4.9
4552024-12-19T20:57:54.588Z Downloaded aws-lc-rs v1.10.0
4562024-12-19T20:57:54.592Z Downloaded rustversion v1.0.17
4572024-12-19T20:57:54.596Z Downloaded path-slash v0.1.5
4582024-12-19T20:57:54.598Z Downloaded unsafe-libyaml v0.2.11
4592024-12-19T20:57:54.601Z Downloaded russh-cryptovec v0.7.3
4602024-12-19T20:57:54.601Z Downloaded parking_lot_core v0.8.6
4612024-12-19T20:57:54.604Z Downloaded synstructure v0.13.1
4622024-12-19T20:57:54.608Z Downloaded libm v0.2.8
4632024-12-19T20:57:54.616Z Downloaded xattr v1.3.1
4642024-12-19T20:57:54.622Z Downloaded usdt-macro v0.5.0
4652024-12-19T20:57:54.622Z Downloaded stable_deref_trait v1.2.0
4662024-12-19T20:57:54.622Z Downloaded sqlparser_derive v0.2.2
4672024-12-19T20:57:54.622Z Downloaded indoc v2.0.5
4682024-12-19T20:57:54.632Z Downloaded unicode_categories v0.1.1
4692024-12-19T20:57:54.632Z Downloaded idna_adapter v1.2.0
4702024-12-19T20:57:54.632Z Downloaded data-encoding v2.6.0
4712024-12-19T20:57:54.633Z Downloaded indexmap v2.6.0
4722024-12-19T20:57:54.633Z Downloaded quinn v0.11.5
4732024-12-19T20:57:54.643Z Downloaded strum v0.26.3
4742024-12-19T20:57:54.643Z Downloaded newline-converter v0.3.0
4752024-12-19T20:57:54.643Z Downloaded lru-cache v0.1.2
4762024-12-19T20:57:54.643Z Downloaded similar-asserts v1.6.0
4772024-12-19T20:57:54.649Z Downloaded packed_struct_codegen v0.10.1
4782024-12-19T20:57:54.649Z Downloaded serde_yaml v0.9.34+deprecated
4792024-12-19T20:57:54.649Z Downloaded linear-map v1.2.0
4802024-12-19T20:57:54.664Z Downloaded multer v3.1.0
4812024-12-19T20:57:54.664Z Downloaded dhcproto-macros v0.1.0
4822024-12-19T20:57:54.664Z Downloaded newtype_derive v0.1.6
4832024-12-19T20:57:54.669Z Downloaded serde_regex v1.1.0
4842024-12-19T20:57:54.669Z Downloaded diesel_table_macro_syntax v0.2.0
4852024-12-19T20:57:54.669Z Downloaded lalrpop-util v0.19.12
4862024-12-19T20:57:54.669Z Downloaded scheduled-thread-pool v0.2.7
4872024-12-19T20:57:54.670Z Downloaded maplit v1.0.2
4882024-12-19T20:57:54.670Z Downloaded rustc-demangle v0.1.24
4892024-12-19T20:57:54.670Z Downloaded proc-macro-error v1.0.4
4902024-12-19T20:57:54.670Z Downloaded parking_lot v0.12.3
4912024-12-19T20:57:54.680Z Downloaded paste v1.0.15
4922024-12-19T20:57:54.680Z Downloaded hashbrown v0.15.1
4932024-12-19T20:57:54.689Z Downloaded usdt v0.5.0
4942024-12-19T20:57:54.689Z Downloaded criterion-plot v0.5.0
4952024-12-19T20:57:54.689Z Downloaded cpufeatures v0.2.14
4962024-12-19T20:57:54.689Z Downloaded rustls-pki-types v1.9.0
4972024-12-19T20:57:54.693Z Downloaded unarray v0.1.4
4982024-12-19T20:57:54.693Z Downloaded rustc-hash v1.1.0
4992024-12-19T20:57:54.695Z Downloaded xz2 v0.1.7
5002024-12-19T20:57:54.700Z Downloaded newtype-uuid v1.1.3
5012024-12-19T20:57:54.700Z Downloaded lru v0.12.5
5022024-12-19T20:57:54.701Z Downloaded miniz_oxide v0.8.0
5032024-12-19T20:57:54.701Z Downloaded nested v0.1.1
5042024-12-19T20:57:54.705Z Downloaded match_cfg v0.1.0
5052024-12-19T20:57:54.705Z Downloaded doc-comment v0.3.3
5062024-12-19T20:57:54.705Z Downloaded rusqlite v0.32.1
5072024-12-19T20:57:54.710Z Downloaded matches v0.1.10
5082024-12-19T20:57:54.713Z Downloaded colorchoice v1.0.2
5092024-12-19T20:57:54.714Z Downloaded strum_macros v0.24.3
5102024-12-19T20:57:54.718Z Downloaded bindgen v0.69.5
5112024-12-19T20:57:54.726Z Downloaded async-std v1.13.0
5122024-12-19T20:57:54.744Z Downloaded zone v0.3.0
5132024-12-19T20:57:54.749Z Downloaded unicase v2.7.0
5142024-12-19T20:57:54.749Z Downloaded cookie_store v0.21.0
5152024-12-19T20:57:54.752Z Downloaded num_enum v0.5.11
5162024-12-19T20:57:54.755Z Downloaded password-hash v0.4.2
5172024-12-19T20:57:54.757Z Downloaded rand_xorshift v0.3.0
5182024-12-19T20:57:54.757Z Downloaded crossbeam-epoch v0.9.18
5192024-12-19T20:57:54.760Z Downloaded concurrent-queue v2.5.0
5202024-12-19T20:57:54.762Z Downloaded colored v2.1.0
5212024-12-19T20:57:54.765Z Downloaded zone_cfg_derive v0.1.2
5222024-12-19T20:57:54.768Z Downloaded tabled_derive v0.7.0
5232024-12-19T20:57:54.768Z Downloaded papergrid v0.11.0
5242024-12-19T20:57:54.772Z Downloaded num-bigint-dig v0.8.4
5252024-12-19T20:57:54.778Z Downloaded dtrace-parser v0.2.0
5262024-12-19T20:57:54.781Z Downloaded phf_shared v0.11.2
5272024-12-19T20:57:54.781Z Downloaded quote v1.0.37
5282024-12-19T20:57:54.784Z Downloaded peg-runtime v0.8.3
5292024-12-19T20:57:54.787Z Downloaded time-core v0.1.2
5302024-12-19T20:57:54.787Z Downloaded new_debug_unreachable v1.0.6
5312024-12-19T20:57:54.787Z Downloaded slog-scope v4.4.0
5322024-12-19T20:57:54.789Z Downloaded slog-json v2.6.1
5332024-12-19T20:57:54.792Z Downloaded display-error-chain v0.2.2
5342024-12-19T20:57:54.792Z Downloaded rustc-hash v2.0.0
5352024-12-19T20:57:54.796Z Downloaded num-bigint v0.4.6
5362024-12-19T20:57:54.798Z Downloaded embedded-io v0.4.0
5372024-12-19T20:57:54.801Z Downloaded dhcproto v0.12.0
5382024-12-19T20:57:54.804Z Downloaded strum_macros v0.26.4
5392024-12-19T20:57:54.806Z Downloaded lazycell v1.3.0
5402024-12-19T20:57:54.809Z Downloaded zerocopy-derive v0.7.35
5412024-12-19T20:57:54.812Z Downloaded darling v0.20.10
5422024-12-19T20:57:54.818Z Downloaded schemars_derive v0.8.21
5432024-12-19T20:57:54.821Z Downloaded prettyplease v0.2.25
5442024-12-19T20:57:54.824Z Downloaded quick-xml v0.33.0
5452024-12-19T20:57:54.830Z Downloaded num-conv v0.1.0
5462024-12-19T20:57:54.833Z Downloaded tinyvec_macros v0.1.1
5472024-12-19T20:57:54.833Z Downloaded termcolor v1.4.1
5482024-12-19T20:57:54.835Z Downloaded radium v0.7.0
5492024-12-19T20:57:54.835Z Downloaded once_cell v1.20.2
5502024-12-19T20:57:54.838Z Downloaded pkcs1 v0.7.5
5512024-12-19T20:57:54.842Z Downloaded peg-macros v0.8.4
5522024-12-19T20:57:54.844Z Downloaded p384 v0.13.0
5532024-12-19T20:57:54.849Z Downloaded dsl_auto_type v0.1.2
5542024-12-19T20:57:54.852Z Downloaded smallvec v1.13.2
5552024-12-19T20:57:54.854Z Downloaded num-integer v0.1.46
5562024-12-19T20:57:54.857Z Downloaded tracing-core v0.1.32
5572024-12-19T20:57:54.859Z Downloaded whoami v1.5.2
5582024-12-19T20:57:54.862Z Downloaded tinystr v0.7.6
5592024-12-19T20:57:54.865Z Downloaded termios v0.3.3
5602024-12-19T20:57:54.868Z Downloaded r2d2 v0.8.10
5612024-12-19T20:57:54.868Z Downloaded percent-encoding v2.3.1
5622024-12-19T20:57:54.870Z Downloaded plotters v0.3.7
5632024-12-19T20:57:54.877Z Downloaded ed25519 v2.2.3
5642024-12-19T20:57:54.881Z Downloaded untrusted v0.9.0
5652024-12-19T20:57:54.883Z Downloaded quinn-udp v0.5.5
5662024-12-19T20:57:54.887Z Downloaded time v0.3.36
5672024-12-19T20:57:54.891Z Downloaded simd-adler32 v0.3.7
5682024-12-19T20:57:54.893Z Downloaded parse-zoneinfo v0.3.1
5692024-12-19T20:57:54.896Z Downloaded serde_tokenstream v0.2.2
5702024-12-19T20:57:54.899Z Downloaded ipnetwork v0.20.0
5712024-12-19T20:57:54.901Z Downloaded tui-tree-widget v0.22.0
5722024-12-19T20:57:54.901Z Downloaded tls_codec v0.4.1
5732024-12-19T20:57:54.904Z Downloaded diff v0.1.13
5742024-12-19T20:57:54.907Z Downloaded serde_urlencoded v0.7.1
5752024-12-19T20:57:54.909Z Downloaded tls_codec_derive v0.4.1
5762024-12-19T20:57:54.912Z Downloaded rand_core v0.6.4
5772024-12-19T20:57:54.912Z Downloaded omicron-zone-package v0.11.1
5782024-12-19T20:57:54.915Z Downloaded scroll_derive v0.12.0
5792024-12-19T20:57:54.918Z Downloaded pkg-config v0.3.31
5802024-12-19T20:57:54.918Z Downloaded num-derive v0.4.2
5812024-12-19T20:57:54.920Z Downloaded scrypt v0.11.0
5822024-12-19T20:57:54.923Z Downloaded rand_chacha v0.3.1
5832024-12-19T20:57:54.934Z Downloaded num_enum_derive v0.5.11
5842024-12-19T20:57:54.935Z Downloaded minimal-lexical v0.2.1
5852024-12-19T20:57:54.949Z Downloaded usdt-attr-macro v0.5.0
5862024-12-19T20:57:54.949Z Downloaded plain v0.2.3
5872024-12-19T20:57:54.950Z Downloaded pest_derive v2.7.14
5882024-12-19T20:57:54.950Z Downloaded libtest-mimic v0.7.3
5892024-12-19T20:57:54.950Z Downloaded x509-cert v0.2.5
5902024-12-19T20:57:54.957Z Downloaded kv-log-macro v1.0.7
5912024-12-19T20:57:54.957Z Downloaded cmake v0.1.51
5922024-12-19T20:57:54.957Z Downloaded rpassword v7.3.1
5932024-12-19T20:57:54.958Z Downloaded yansi v1.0.1
5942024-12-19T20:57:54.958Z Downloaded zone_cfg_derive v0.3.0
5952024-12-19T20:57:54.958Z Downloaded diesel_derives v2.2.3
5962024-12-19T20:57:54.958Z Downloaded nibble_vec v0.1.0
5972024-12-19T20:57:54.960Z Downloaded kstat-rs v0.2.4
5982024-12-19T20:57:54.961Z Downloaded cookie v0.18.1
5992024-12-19T20:57:54.961Z Downloaded darling_core v0.20.10
6002024-12-19T20:57:54.965Z Downloaded toml v0.7.8
6012024-12-19T20:57:54.969Z Downloaded zerovec-derive v0.10.3
6022024-12-19T20:57:54.972Z Downloaded utf8_iter v1.0.4
6032024-12-19T20:57:54.972Z Downloaded const_format v0.2.33
6042024-12-19T20:57:54.978Z Downloaded embedded-io v0.6.1
6052024-12-19T20:57:54.985Z Downloaded keccak v0.1.5
6062024-12-19T20:57:54.985Z Downloaded is-terminal v0.4.13
6072024-12-19T20:57:54.985Z Downloaded num-traits v0.2.19
6082024-12-19T20:57:54.989Z Downloaded unicode-ident v1.0.13
6092024-12-19T20:57:54.989Z Downloaded toml_edit v0.22.22
6102024-12-19T20:57:55.010Z Downloaded ena v0.14.3
6112024-12-19T20:57:55.013Z Downloaded petname v2.0.2
6122024-12-19T20:57:55.017Z Downloaded cobs v0.2.3
6132024-12-19T20:57:55.021Z Downloaded utf16_iter v1.0.5
6142024-12-19T20:57:55.021Z Downloaded usdt-impl v0.5.0
6152024-12-19T20:57:55.021Z Downloaded unicode-bidi v0.3.17
6162024-12-19T20:57:55.024Z Downloaded thiserror-impl v1.0.69
6172024-12-19T20:57:55.027Z Downloaded tiny-keccak v2.0.2
6182024-12-19T20:57:55.027Z Downloaded lazy_static v1.5.0
6192024-12-19T20:57:55.031Z Downloaded nu-ansi-term v0.50.1
6202024-12-19T20:57:55.035Z Downloaded similar v2.6.0
6212024-12-19T20:57:55.038Z Downloaded term v0.7.0
6222024-12-19T20:57:55.041Z Downloaded ipnet v2.10.1
6232024-12-19T20:57:55.047Z Downloaded either v1.13.0
6242024-12-19T20:57:55.047Z Downloaded icu_normalizer_data v1.5.0
6252024-12-19T20:57:55.047Z Downloaded poly1305 v0.8.0
6262024-12-19T20:57:55.049Z Downloaded thiserror v1.0.69
6272024-12-19T20:57:55.052Z Downloaded icu_locid_transform v1.5.0
6282024-12-19T20:57:55.055Z Downloaded clang-sys v1.8.1
6292024-12-19T20:57:55.058Z Downloaded unicode-normalization v0.1.24
6302024-12-19T20:57:55.061Z Downloaded icu_properties v1.5.1
6312024-12-19T20:57:55.065Z Downloaded reedline v0.35.0
6322024-12-19T20:57:55.072Z Downloaded ron v0.7.1
6332024-12-19T20:57:55.078Z Downloaded polling v3.7.3
6342024-12-19T20:57:55.081Z Downloaded zip v2.1.3
6352024-12-19T20:57:55.087Z Downloaded ron v0.8.1
6362024-12-19T20:57:55.092Z Downloaded vcpkg v0.2.15
6372024-12-19T20:57:55.132Z Downloaded tungstenite v0.21.0
6382024-12-19T20:57:55.135Z Downloaded syn v1.0.109
6392024-12-19T20:57:55.147Z Downloaded pkcs5 v0.7.1
6402024-12-19T20:57:55.152Z Downloaded zip v0.6.6
6412024-12-19T20:57:55.158Z Downloaded unicode-width v0.2.0
6422024-12-19T20:57:55.165Z Downloaded rustls-webpki v0.101.7
6432024-12-19T20:57:55.182Z Downloaded textwrap v0.16.1
6442024-12-19T20:57:55.184Z Downloaded url v2.5.3
6452024-12-19T20:57:55.189Z Downloaded ed25519-dalek v2.1.1
6462024-12-19T20:57:55.192Z Downloaded regex-syntax v0.6.29
6472024-12-19T20:57:55.201Z Downloaded criterion v0.5.1
6482024-12-19T20:57:55.209Z Downloaded regex v1.11.1
6492024-12-19T20:57:55.225Z Downloaded libxml v0.3.3
6502024-12-19T20:57:55.231Z Downloaded gimli v0.31.1
6512024-12-19T20:57:55.240Z Downloaded rustls-webpki v0.102.8
6522024-12-19T20:57:55.262Z Downloaded idna v1.0.3
6532024-12-19T20:57:55.266Z Downloaded bstr v1.10.0
6542024-12-19T20:57:55.279Z Downloaded pest v2.7.14
6552024-12-19T20:57:55.285Z Downloaded serde_json v1.0.132
6562024-12-19T20:57:55.293Z Downloaded regex-syntax v0.8.5
6572024-12-19T20:57:55.303Z Downloaded openapiv3 v2.0.0
6582024-12-19T20:57:55.315Z Downloaded zerocopy v0.8.10
6592024-12-19T20:57:55.341Z Downloaded idna v0.2.3
6602024-12-19T20:57:55.347Z Downloaded smoltcp v0.11.0
6612024-12-19T20:57:55.362Z Downloaded radix_trie v0.2.1
6622024-12-19T20:57:55.367Z Downloaded dropshot v0.13.0
6632024-12-19T20:57:55.390Z Downloaded icu_properties_data v1.5.0
6642024-12-19T20:57:55.401Z Downloaded idna v0.5.0
6652024-12-19T20:57:55.408Z Downloaded openssl v0.10.66
6662024-12-19T20:57:55.420Z Downloaded object v0.30.4
6672024-12-19T20:57:55.430Z Downloaded rayon v1.10.0
6682024-12-19T20:57:55.439Z Downloaded rustls v0.21.12
6692024-12-19T20:57:55.452Z Downloaded quinn-proto v0.11.8
6702024-12-19T20:57:55.459Z Downloaded smoltcp v0.9.1
6712024-12-19T20:57:55.471Z Downloaded webpki-roots v0.26.6
6722024-12-19T20:57:55.475Z Downloaded rustls v0.22.4
6732024-12-19T20:57:55.489Z Downloaded curve25519-dalek v4.1.3
6742024-12-19T20:57:55.499Z Downloaded idna v0.3.0
6752024-12-19T20:57:55.506Z Downloaded rustix v0.38.37
6762024-12-19T20:57:55.530Z Downloaded object v0.36.5
6772024-12-19T20:57:55.541Z Downloaded regex-automata v0.4.8
6782024-12-19T20:57:55.559Z Downloaded trust-dns-proto v0.22.0
6792024-12-19T20:57:55.571Z Downloaded dropshot v0.12.0
6802024-12-19T20:57:55.591Z Downloaded lalrpop v0.19.12
6812024-12-19T20:57:55.603Z Downloaded syn v2.0.87
6822024-12-19T20:57:55.616Z Downloaded nix v0.29.0
6832024-12-19T20:57:55.627Z Downloaded nix v0.28.0
6842024-12-19T20:57:55.638Z Downloaded ratatui v0.28.1
6852024-12-19T20:57:55.658Z Downloaded typify-impl v0.2.0
6862024-12-19T20:57:55.671Z Downloaded regress v0.9.1
6872024-12-19T20:57:55.678Z Downloaded bzip2-sys v0.1.11+1.0.8
6882024-12-19T20:57:55.690Z Downloaded regress v0.10.1
6892024-12-19T20:57:55.698Z Downloaded diesel v2.2.6
6902024-12-19T20:57:55.717Z Downloaded hickory-proto v0.24.1
6912024-12-19T20:57:55.731Z Downloaded tabled v0.15.0
6922024-12-19T20:57:55.745Z Downloaded idna v0.4.0
6932024-12-19T20:57:55.752Z Downloaded rustls v0.23.14
6942024-12-19T20:57:55.764Z Downloaded nix v0.27.1
6952024-12-19T20:57:55.774Z Downloaded sled v0.34.7
6962024-12-19T20:57:55.784Z Downloaded chrono-tz v0.10.0
6972024-12-19T20:57:55.791Z Downloaded tokio v1.40.0
6982024-12-19T20:57:55.826Z Downloaded zerocopy-derive v0.6.6
6992024-12-19T20:57:55.834Z Downloaded zerovec v0.10.4
7002024-12-19T20:57:55.839Z Downloaded reqwest v0.12.9
7012024-12-19T20:57:55.849Z Downloaded polar-core v0.27.3
7022024-12-19T20:57:55.856Z Downloaded unicode-width v0.1.14
7032024-12-19T20:57:55.862Z Downloaded crossterm v0.28.1
7042024-12-19T20:57:55.868Z Downloaded pest_meta v2.7.14
7052024-12-19T20:57:55.871Z Downloaded rcgen v0.12.1
7062024-12-19T20:57:55.874Z Downloaded portable-atomic v1.9.0
7072024-12-19T20:57:55.880Z Downloaded icu_locid_transform_data v1.5.0
7082024-12-19T20:57:55.882Z Downloaded icu_provider v1.5.0
7092024-12-19T20:57:55.885Z Downloaded crossbeam-channel v0.5.13
7102024-12-19T20:57:55.889Z Downloaded tokio-util v0.7.12
7112024-12-19T20:57:55.897Z Downloaded sqlparser v0.45.0
7122024-12-19T20:57:55.902Z Downloaded clap_builder v4.5.21
7132024-12-19T20:57:55.908Z Downloaded zerocopy v0.7.35
7142024-12-19T20:57:55.924Z Downloaded itertools v0.13.0
7152024-12-19T20:57:55.930Z Downloaded libc v0.2.162
7162024-12-19T20:57:55.956Z Downloaded scroll v0.12.0
7172024-12-19T20:57:55.958Z Downloaded schemars v0.8.21
7182024-12-19T20:57:55.968Z Downloaded rand v0.8.5
7192024-12-19T20:57:55.971Z Downloaded petgraph v0.6.5
7202024-12-19T20:57:55.988Z Downloaded ref-cast-impl v1.0.23
7212024-12-19T20:57:55.991Z Downloaded time-macros v0.2.18
7222024-12-19T20:57:55.993Z Downloaded pem-rfc7468 v0.7.0
7232024-12-19T20:57:55.993Z Downloaded dropshot_endpoint v0.13.0
7242024-12-19T20:57:55.996Z Downloaded itertools v0.12.1
7252024-12-19T20:57:56.003Z Downloaded toml_edit v0.19.15
7262024-12-19T20:57:56.019Z Downloaded lzma-sys v0.1.20
7272024-12-19T20:57:56.048Z Downloaded encoding_rs v0.8.34
7282024-12-19T20:57:56.068Z Downloaded csv v1.3.0
7292024-12-19T20:57:56.094Z Downloaded smawk v0.3.2
7302024-12-19T20:57:56.104Z Downloaded slog-envlogger v2.2.0
7312024-12-19T20:57:56.104Z Downloaded sha3 v0.10.8
7322024-12-19T20:57:56.104Z Downloaded slog-dtrace v0.3.0
7332024-12-19T20:57:56.104Z Downloaded num v0.4.3
7342024-12-19T20:57:56.113Z Downloaded ecdsa v0.16.9
7352024-12-19T20:57:56.113Z Downloaded shell-words v1.1.0
7362024-12-19T20:57:56.113Z Downloaded git2 v0.19.0
7372024-12-19T20:57:56.121Z Downloaded libz-sys v1.1.20
7382024-12-19T20:57:56.163Z Downloaded proptest v1.5.0
7392024-12-19T20:57:56.167Z Downloaded ucd-trie v0.1.7
7402024-12-19T20:57:56.167Z Downloaded steno v0.4.1
7412024-12-19T20:57:56.167Z Downloaded tokio-tungstenite v0.21.0
7422024-12-19T20:57:56.167Z Downloaded tokio-stream v0.1.16
7432024-12-19T20:57:56.167Z Downloaded p521 v0.13.3
7442024-12-19T20:57:56.170Z Downloaded des v0.8.1
7452024-12-19T20:57:56.172Z Downloaded derive_more v0.99.18
7462024-12-19T20:57:56.175Z Downloaded tracing v0.1.40
7472024-12-19T20:57:56.180Z Downloaded zone v0.1.8
7482024-12-19T20:57:56.183Z Downloaded tokio-macros v2.4.0
7492024-12-19T20:57:56.183Z Downloaded strum_macros v0.25.3
7502024-12-19T20:57:56.186Z Downloaded crypto-bigint v0.5.5
7512024-12-19T20:57:56.197Z Downloaded chrono v0.4.38
7522024-12-19T20:57:56.214Z Downloaded serde_plain v1.0.2
7532024-12-19T20:57:56.214Z Downloaded rust-argon2 v2.1.0
7542024-12-19T20:57:56.214Z Downloaded indicatif v0.17.9
7552024-12-19T20:57:56.240Z Downloaded winnow v0.6.20
7562024-12-19T20:57:56.240Z Downloaded winnow v0.5.40
7572024-12-19T20:57:56.272Z Downloaded wyz v0.5.1
7582024-12-19T20:57:56.273Z Downloaded static_assertions v1.1.0
7592024-12-19T20:57:56.273Z Downloaded ssh-cipher v0.2.0
7602024-12-19T20:57:56.274Z Downloaded impl-trait-for-tuples v0.2.2
7612024-12-19T20:57:56.274Z Downloaded parse-display v0.10.0
7622024-12-19T20:57:56.274Z Downloaded uuid v1.11.0
7632024-12-19T20:57:56.274Z Downloaded itertools v0.10.5
7642024-12-19T20:57:56.274Z Downloaded bitvec v1.0.1
7652024-12-19T20:57:56.293Z Downloaded httpmock v0.8.0-alpha.1
7662024-12-19T20:57:56.312Z Downloaded macaddr v1.0.1
7672024-12-19T20:57:56.312Z Downloaded hyper v1.5.0
7682024-12-19T20:57:56.312Z Downloaded goblin v0.8.2
7692024-12-19T20:57:56.312Z Downloaded mime_guess v2.0.5
7702024-12-19T20:57:56.312Z Downloaded tough v0.19.0
7712024-12-19T20:57:56.328Z Downloaded h2 v0.4.6
7722024-12-19T20:57:56.328Z Downloaded primeorder v0.13.6
7732024-12-19T20:57:56.328Z Downloaded parking_lot_core v0.9.10
7742024-12-19T20:57:56.363Z Downloaded walkdir v2.5.0
7752024-12-19T20:57:56.363Z Downloaded target-lexicon v0.12.16
7762024-12-19T20:57:56.363Z Downloaded toml v0.8.19
7772024-12-19T20:57:56.363Z Downloaded serde_with v3.11.0
7782024-12-19T20:57:56.363Z Downloaded salty v0.3.0
7792024-12-19T20:57:56.391Z Downloaded aho-corasick v1.1.3
7802024-12-19T20:57:56.392Z Downloaded phf_generator v0.11.2
7812024-12-19T20:57:56.392Z Downloaded sha2 v0.10.8
7822024-12-19T20:57:56.393Z Downloaded predicates v3.1.2
7832024-12-19T20:57:56.393Z Downloaded pkcs8 v0.10.2
7842024-12-19T20:57:56.393Z Downloaded litemap v0.7.3
7852024-12-19T20:57:56.394Z Downloaded elliptic-curve v0.13.8
7862024-12-19T20:57:56.394Z Downloaded nom v7.1.3
7872024-12-19T20:57:56.420Z Downloaded partial-io v0.5.4
7882024-12-19T20:57:56.421Z Downloaded icu_normalizer v1.5.0
7892024-12-19T20:57:56.421Z Downloaded postgres-types v0.2.8
7902024-12-19T20:57:56.421Z Downloaded native-tls v0.2.12
7912024-12-19T20:57:56.421Z Downloaded lock_api v0.4.12
7922024-12-19T20:57:56.421Z Downloaded progenitor-impl v0.8.0
7932024-12-19T20:57:56.421Z Downloaded tokio-postgres v0.7.12
7942024-12-19T20:57:56.421Z Downloaded ssh-key v0.6.6
7952024-12-19T20:57:56.421Z Downloaded zerocopy v0.6.6
7962024-12-19T20:57:56.421Z Downloaded russh v0.45.0
7972024-12-19T20:57:56.461Z Downloaded serde_path_to_error v0.1.16
7982024-12-19T20:57:56.461Z Downloaded blake3 v1.5.4
7992024-12-19T20:57:56.461Z Downloaded libgit2-sys v0.17.0+1.8.1
8002024-12-19T20:57:56.508Z Downloaded tabwriter v1.4.0
8012024-12-19T20:57:56.549Z Downloaded crc32fast v1.4.2
8022024-12-19T20:57:56.549Z Downloaded trybuild v1.0.101
8032024-12-19T20:57:56.550Z Downloaded p256 v0.13.2
8042024-12-19T20:57:56.550Z Downloaded relative-path v1.9.3
8052024-12-19T20:57:56.550Z Downloaded event-listener v5.3.1
8062024-12-19T20:57:56.550Z Downloaded lockfree-object-pool v0.1.6
8072024-12-19T20:57:56.550Z Downloaded clap_derive v4.5.18
8082024-12-19T20:57:56.550Z Downloaded der v0.7.9
8092024-12-19T20:57:56.550Z Downloaded compact_str v0.8.0
8102024-12-19T20:57:56.550Z Downloaded serde_derive v1.0.215
8112024-12-19T20:57:56.550Z Downloaded unicode-segmentation v1.12.0
8122024-12-19T20:57:56.550Z Downloaded tar v0.4.42
8132024-12-19T20:57:56.551Z Downloaded terminal_size v0.4.0
8142024-12-19T20:57:56.551Z Downloaded target-spec v3.2.2
8152024-12-19T20:57:56.551Z Downloaded num-rational v0.4.2
8162024-12-19T20:57:56.614Z Downloaded unicode-xid v0.2.6
8172024-12-19T20:57:56.615Z Downloaded strip-ansi-escapes v0.2.0
8182024-12-19T20:57:56.615Z Downloaded stringprep v0.1.5
8192024-12-19T20:57:56.615Z Downloaded string_cache v0.8.7
8202024-12-19T20:57:56.615Z Downloaded serde_repr v0.1.19
8212024-12-19T20:57:56.615Z Downloaded same-file v1.0.6
8222024-12-19T20:57:56.615Z Downloaded memmap2 v0.9.5
8232024-12-19T20:57:56.615Z Downloaded socket2 v0.5.7
8242024-12-19T20:57:56.615Z Downloaded rustc_version v0.1.7
8252024-12-19T20:57:56.615Z Downloaded zopfli v0.8.1
8262024-12-19T20:57:56.615Z Downloaded vte v0.11.1
8272024-12-19T20:57:56.616Z Downloaded vergen v8.3.2
8282024-12-19T20:57:56.616Z Downloaded slog v2.7.0
8292024-12-19T20:57:56.616Z Downloaded progenitor v0.8.0
8302024-12-19T20:57:56.616Z Downloaded aes-gcm v0.10.3
8312024-12-19T20:57:56.616Z Downloaded yoke v0.7.4
8322024-12-19T20:57:56.618Z Downloaded typify v0.2.0
8332024-12-19T20:57:56.618Z Downloaded defmt v0.3.8
8342024-12-19T20:57:56.618Z Downloaded utf-8 v0.7.6
8352024-12-19T20:57:56.618Z Downloaded tinytemplate v1.2.1
8362024-12-19T20:57:56.618Z Downloaded sqlformat v0.2.6
8372024-12-19T20:57:56.618Z Downloaded publicsuffix v2.2.3
8382024-12-19T20:57:56.618Z Downloaded managed v0.8.0
8392024-12-19T20:57:56.619Z Downloaded zerocopy-derive v0.8.10
8402024-12-19T20:57:56.619Z Downloaded rstest_macros v0.23.0
8412024-12-19T20:57:56.655Z Downloaded vsss-rs v3.3.4
8422024-12-19T20:57:56.655Z Downloaded oso v0.27.3
8432024-12-19T20:57:56.655Z Downloaded serde_derive_internals v0.29.1
8442024-12-19T20:57:56.655Z Downloaded rustls-pemfile v2.2.0
8452024-12-19T20:57:56.655Z Downloaded tokio-rustls v0.25.0
8462024-12-19T20:57:56.655Z Downloaded thiserror v2.0.3
8472024-12-19T20:57:56.655Z Downloaded hyper-util v0.1.10
8482024-12-19T20:57:56.656Z Downloaded cipher v0.4.4
8492024-12-19T20:57:56.656Z Downloaded ciborium-ll v0.2.2
8502024-12-19T20:57:56.656Z Downloaded datatest-stable v0.2.9
8512024-12-19T20:57:56.656Z Downloaded typify-macro v0.2.0
8522024-12-19T20:57:56.694Z Downloaded http v1.1.0
8532024-12-19T20:57:56.694Z Downloaded libloading v0.8.5
8542024-12-19T20:57:56.694Z Downloaded rayon-core v1.12.1
8552024-12-19T20:57:56.694Z Downloaded pretty_assertions v1.4.1
8562024-12-19T20:57:56.694Z Downloaded crunchy v0.2.2
8572024-12-19T20:57:56.694Z Downloaded tap v1.0.1
8582024-12-19T20:57:56.694Z Downloaded hyper-rustls v0.27.3
8592024-12-19T20:57:56.694Z Downloaded tinyvec v1.8.0
8602024-12-19T20:57:56.694Z Downloaded test-strategy v0.3.1
8612024-12-19T20:57:56.695Z Downloaded heapless v0.7.17
8622024-12-19T20:57:56.722Z Downloaded hashbrown v0.12.3
8632024-12-19T20:57:56.722Z Downloaded proc-macro-crate v1.3.1
8642024-12-19T20:57:56.723Z Downloaded crossbeam-utils v0.8.20
8652024-12-19T20:57:56.723Z Downloaded env_logger v0.11.5
8662024-12-19T20:57:56.723Z Downloaded rstest v0.23.0
8672024-12-19T20:57:56.723Z Downloaded uzers v0.12.1
8682024-12-19T20:57:56.723Z Downloaded rfc6979 v0.4.0
8692024-12-19T20:57:56.723Z Downloaded resolv-conf v0.7.0
8702024-12-19T20:57:56.724Z Downloaded mockall v0.13.0
8712024-12-19T20:57:56.724Z Downloaded subprocess v0.2.9
8722024-12-19T20:57:56.724Z Downloaded headers v0.4.0
8732024-12-19T20:57:56.724Z Downloaded float-ord v0.3.2
8742024-12-19T20:57:56.724Z Downloaded heapless v0.8.0
8752024-12-19T20:57:56.736Z Downloaded ryu v1.0.18
8762024-12-19T20:57:56.736Z Downloaded env_filter v0.1.2
8772024-12-19T20:57:56.736Z Downloaded enum-as-inner v0.6.1
8782024-12-19T20:57:56.736Z Downloaded dyn-clone v1.0.17
8792024-12-19T20:57:56.736Z Downloaded dunce v1.0.5
8802024-12-19T20:57:56.736Z Downloaded futures v0.3.31
8812024-12-19T20:57:56.736Z Downloaded crypto-common v0.1.6
8822024-12-19T20:57:56.737Z Downloaded clap_lex v0.7.2
8832024-12-19T20:57:56.737Z Downloaded zeroize_derive v1.4.2
8842024-12-19T20:57:56.737Z Downloaded tokio-tungstenite v0.24.0
8852024-12-19T20:57:56.737Z Downloaded tokio-tungstenite v0.23.1
8862024-12-19T20:57:56.745Z Downloaded tokio-rustls v0.24.1
8872024-12-19T20:57:56.746Z Downloaded pin-project v1.1.6
8882024-12-19T20:57:56.746Z Downloaded backtrace v0.3.74
8892024-12-19T20:57:56.758Z Downloaded allocator-api2 v0.2.18
8902024-12-19T20:57:56.758Z Downloaded pin-project-lite v0.2.14
8912024-12-19T20:57:56.763Z Downloaded hubpack v0.1.2
8922024-12-19T20:57:56.763Z Downloaded rtoolbox v0.0.2
8932024-12-19T20:57:56.763Z Downloaded quick-error v1.2.3
8942024-12-19T20:57:56.763Z Downloaded heck v0.3.3
8952024-12-19T20:57:56.763Z Downloaded form_urlencoded v1.2.1
8962024-12-19T20:57:56.764Z Downloaded async-trait v0.1.83
8972024-12-19T20:57:56.768Z Downloaded base64 v0.13.1
8982024-12-19T20:57:56.769Z Downloaded flume v0.11.1
8992024-12-19T20:57:56.776Z Downloaded funty v2.0.0
9002024-12-19T20:57:56.776Z Downloaded blake2 v0.10.6
9012024-12-19T20:57:56.782Z Downloaded http-body-util v0.1.2
9022024-12-19T20:57:56.782Z Downloaded guppy-workspace-hack v0.1.0
9032024-12-19T20:57:56.782Z Downloaded fxhash v0.2.1
9042024-12-19T20:57:56.782Z Downloaded futures-timer v3.0.3
9052024-12-19T20:57:56.782Z Downloaded futures-core v0.3.31
9062024-12-19T20:57:56.783Z Downloaded ahash v0.8.11
9072024-12-19T20:57:56.793Z Downloaded cbc v0.1.2
9082024-12-19T20:57:56.793Z Downloaded camino-tempfile v1.1.1
9092024-12-19T20:57:56.793Z Downloaded blake2b_simd v1.0.2
9102024-12-19T20:57:56.793Z Downloaded async-bb8-diesel v0.2.1
9112024-12-19T20:57:56.818Z Downloaded arrayvec v0.7.6
9122024-12-19T20:57:56.818Z Downloaded hickory-client v0.24.1
9132024-12-19T20:57:56.818Z Downloaded hashlink v0.9.1
9142024-12-19T20:57:56.818Z Downloaded async-task v4.7.1
9152024-12-19T20:57:56.818Z Downloaded base64ct v1.6.0
9162024-12-19T20:57:56.841Z Downloaded backoff v0.4.0
9172024-12-19T20:57:56.842Z Downloaded assert_cmd v2.0.16
9182024-12-19T20:57:56.842Z Downloaded argon2 v0.5.3
9192024-12-19T20:57:56.842Z Downloaded bit-set v0.5.3
9202024-12-19T20:57:56.842Z Downloaded bb8 v0.8.5
9212024-12-19T20:57:56.842Z Downloaded async-executor v1.13.1
9222024-12-19T20:57:56.842Z Downloaded cast v0.3.0
9232024-12-19T20:57:56.843Z Downloaded block-padding v0.3.3
9242024-12-19T20:57:56.843Z Downloaded bit-vec v0.6.3
9252024-12-19T20:57:56.843Z Downloaded anstream v0.6.15
9262024-12-19T20:57:56.843Z Downloaded gethostname v0.5.0
9272024-12-19T20:57:56.843Z Downloaded futures-macro v0.3.31
9282024-12-19T20:57:56.843Z Downloaded fs_extra v1.3.0
9292024-12-19T20:57:56.844Z Downloaded fnv v1.0.7
9302024-12-19T20:57:56.844Z Downloaded castaway v0.2.3
9312024-12-19T20:57:56.844Z Downloaded arc-swap v1.7.1
9322024-12-19T20:57:56.845Z Downloaded futures-task v0.3.31
9332024-12-19T20:57:56.845Z Downloaded bcrypt-pbkdf v0.10.0
9342024-12-19T20:57:56.856Z Downloaded foreign-types v0.5.0
9352024-12-19T20:57:56.856Z Downloaded async-attributes v1.1.2
9362024-12-19T20:57:56.856Z Downloaded hostname v0.3.1
9372024-12-19T20:57:56.856Z Downloaded hex v0.4.3
9382024-12-19T20:57:56.857Z Downloaded async-channel v2.3.1
9392024-12-19T20:57:56.857Z Downloaded async-stream v0.3.6
9402024-12-19T20:57:56.857Z Downloaded anstyle v1.0.10
9412024-12-19T20:57:56.857Z Downloaded async-channel v1.9.0
9422024-12-19T20:57:56.857Z Downloaded anstyle-parse v0.2.5
9432024-12-19T20:57:56.858Z Downloaded fastrand v2.1.1
9442024-12-19T20:57:56.858Z Downloaded fallible-streaming-iterator v0.1.9
9452024-12-19T20:57:56.858Z Downloaded fallible-iterator v0.3.0
9462024-12-19T20:57:56.858Z Downloaded assert-json-diff v2.0.2
9472024-12-19T20:57:56.858Z Downloaded buf-list v1.0.3
9482024-12-19T20:57:56.869Z Downloaded bitfield-struct v0.6.2
9492024-12-19T20:57:56.869Z Downloaded async-recursion v1.1.1
9502024-12-19T20:57:56.869Z Downloaded assert_matches v1.5.0
9512024-12-19T20:57:56.869Z Downloaded ascii-canvas v3.0.0
9522024-12-19T20:57:56.869Z Downloaded arrayref v0.3.9
9532024-12-19T20:57:56.870Z Downloaded anes v0.1.6
9542024-12-19T20:57:56.918Z Downloaded ring v0.16.20
9552024-12-19T20:57:56.996Z Downloaded ring v0.17.8
9562024-12-19T20:57:57.121Z Downloaded libsqlite3-sys v0.30.1
9572024-12-19T20:57:57.283Z Downloaded aws-lc-sys v0.22.0
9582024-12-19T20:57:57.811Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9592024-12-19T20:58:06.210Z Startup: Refreshing catalog 'helios-dev' ... Done
9602024-12-19T20:58:10.114Z Startup: Caching catalogs ... Done
9612024-12-19T20:58:21.167ZPlanning: Solver setup ... Done (10.149s)
9622024-12-19T20:58:21.303ZPlanning: Running solver ... Done (0.137s)
9632024-12-19T20:58:21.420ZPlanning: Finding local manifests ... Done (0.004s)
9642024-12-19T20:58:21.437ZPlanning: Fetching manifests: 0/5 0% complete
9652024-12-19T20:58:22.075ZPlanning: Fetching manifests: 5/5 100% complete
9662024-12-19T20:58:22.182ZPlanning: Package planning ... Done (0.107s)
9672024-12-19T20:58:22.240ZPlanning: Merging actions ... Done (0.058s)
9682024-12-19T20:58:22.447ZPlanning: Checking for conflicting actions ... Done (0.206s)
9692024-12-19T20:58:24.526ZPlanning: Consolidating action changes ... Done (2.077s)
9702024-12-19T20:58:24.975ZPlanning: Evaluating mediators ... Done (0.448s)
9712024-12-19T20:58:25.057ZPlanning: Planning completed in 14.83 seconds
9722024-12-19T20:58:25.073Z Packages to install: 4
9732024-12-19T20:58:25.073Z Packages to update: 1
9742024-12-19T20:58:25.075Z Mediators to change: 2
9752024-12-19T20:58:25.075Z Services to change: 1
9762024-12-19T20:58:25.075Z Estimated space available: 155.37 GB
9772024-12-19T20:58:25.075ZEstimated space to be consumed: 1.61 GB
9782024-12-19T20:58:25.076Z Create boot environment: No
9792024-12-19T20:58:25.076ZCreate backup boot environment: Yes
9802024-12-19T20:58:25.076Z Rebuild boot archive: No
9812024-12-19T20:58:25.076Z
9822024-12-19T20:58:25.076ZChanged mediators:
9832024-12-19T20:58:25.076Z mediator clang:
9842024-12-19T20:58:25.076Z version: None -> 15 (system default)
9852024-12-19T20:58:25.076Z
9862024-12-19T20:58:25.076Z mediator llvm:
9872024-12-19T20:58:25.076Z version: 14 (system default) -> 15 (system default)
9882024-12-19T20:58:25.076Z
9892024-12-19T20:58:25.076ZChanged packages:
9902024-12-19T20:58:25.076Zhelios-dev
9912024-12-19T20:58:25.076Z developer/build-essential
9922024-12-19T20:58:25.076Z None -> 11-2.0
9932024-12-19T20:58:25.076Z library/libxmlsec1
9942024-12-19T20:58:25.076Z None -> 1.2.35-2.0
9952024-12-19T20:58:25.076Z ooce/developer/clang-15
9962024-12-19T20:58:25.076Z None -> 15.0.7-2.0
9972024-12-19T20:58:25.076Z ooce/developer/llvm-15
9982024-12-19T20:58:25.076Z None -> 15.0.7-2.0
9992024-12-19T20:58:25.076Z package/pkg
10002024-12-19T20:58:25.076Z 0.5.11-2.0 -> 0.5.11-2.1.6412
10012024-12-19T20:58:25.076Z
10022024-12-19T20:58:25.076ZServices:
10032024-12-19T20:58:25.076Z restart_fmri:
10042024-12-19T20:58:25.076Z svc:/system/update-man-index:default
10052024-12-19T20:58:25.076Z
10062024-12-19T20:58:25.076ZEditable files to change:
10072024-12-19T20:58:25.076Z Update:
10082024-12-19T20:58:25.076Z usr/share/lib/pkg/web/config.shtml
10092024-12-19T20:58:25.155Z
10102024-12-19T20:58:25.155ZDownload: 0/4281 items 0.0/220.6MB 0% complete
10112024-12-19T20:58:30.160ZDownload: 733/4281 items 18.3/220.6MB 8% complete (3.8M/s)
10122024-12-19T20:58:35.199ZDownload: 1194/4281 items 83.4/220.6MB 37% complete (8.6M/s)
10132024-12-19T20:58:40.240ZDownload: 1201/4281 items 83.5/220.6MB 37% complete (6.5M/s)
10142024-12-19T20:58:45.243ZDownload: 2124/4281 items 118.9/220.6MB 53% complete (3.6M/s)
10152024-12-19T20:58:50.248ZDownload: 2918/4281 items 121.2/220.6MB 54% complete (3.8M/s)
10162024-12-19T20:58:55.254ZDownload: 3703/4281 items 216.5/220.6MB 98% complete (9.8M/s)
10172024-12-19T20:58:58.381ZDownload: Completed 220.60 MB in 33.21 seconds (6.6M/s)
10182024-12-19T20:59:00.445Z Actions: 1/5063 actions (Removing old actions)
10192024-12-19T20:59:00.466Z Actions: 194/5063 actions (Installing new actions)
10202024-12-19T20:59:05.192Z Actions: 4226/5063 actions (Updating modified actions)
10212024-12-19T20:59:05.525Z Actions: Completed 5063 actions in 5.08 seconds.
10222024-12-19T20:59:05.927Z Done (0.392s)
10232024-12-19T20:59:05.929Z Done (0.000s)
10242024-12-19T20:59:06.508Z Done (0.579s)
10252024-12-19T20:59:11.169Z Done (4.421s)
10262024-12-19T20:59:11.279Z Done (0.020s)
10272024-12-19T20:59:11.282Z Done (0.000s)
10282024-12-19T20:59:11.469Z Done (0.000s)
10292024-12-19T20:59:12.195ZPlanning: Evaluating mediator changes ... Done
10302024-12-19T20:59:12.378ZPlanning: Checking for conflicting actions ... Done
10312024-12-19T20:59:12.381ZPlanning: Consolidating action changes ... Done
10322024-12-19T20:59:12.670ZPlanning: Evaluating mediators ... Done
10332024-12-19T20:59:12.678ZPlanning: Planning completed in 0.48 seconds
10342024-12-19T20:59:12.712Z Mediators to change: 2
10352024-12-19T20:59:12.712Z Create boot environment: No
10362024-12-19T20:59:12.715ZCreate backup boot environment: No
10372024-12-19T20:59:12.795Z Done
10382024-12-19T20:59:12.795Z Done
10392024-12-19T20:59:13.190Z Done
10402024-12-19T20:59:17.157Z Done
10412024-12-19T20:59:17.268Z Done
10422024-12-19T20:59:17.271Z Done
10432024-12-19T20:59:17.385Z Done
10442024-12-19T20:59:18.044ZPlanning: Evaluating mediator changes ... Done
10452024-12-19T20:59:18.047ZPlanning: Merging actions ... Done
10462024-12-19T20:59:18.243ZPlanning: Checking for conflicting actions ... Done
10472024-12-19T20:59:18.246ZPlanning: Consolidating action changes ... Done
10482024-12-19T20:59:18.540ZPlanning: Evaluating mediators ... Done
10492024-12-19T20:59:18.601ZPlanning: Planning completed in 0.80 seconds
10502024-12-19T20:59:18.643Z Packages to change: 1
10512024-12-19T20:59:18.643Z Mediators to change: 1
10522024-12-19T20:59:18.643Z Services to change: 1
10532024-12-19T20:59:18.644Z Create boot environment: No
10542024-12-19T20:59:18.646ZCreate backup boot environment: Yes
10552024-12-19T20:59:21.073Z Actions: 1/6 actions (Updating modified actions)
10562024-12-19T20:59:21.076Z Actions: Completed 6 actions in 0.00 seconds.
10572024-12-19T20:59:21.076Z Done
10582024-12-19T20:59:21.076Z Done
10592024-12-19T20:59:21.189Z Done
10602024-12-19T20:59:25.193Z Done
10612024-12-19T20:59:25.289Z Done
10622024-12-19T20:59:25.291Z Done
10632024-12-19T20:59:25.423Z Done
10642024-12-19T20:59:25.935ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10652024-12-19T20:59:25.935Zclang system 15 system
10662024-12-19T20:59:25.935Zcsh system system illumos
10672024-12-19T20:59:25.935Zctags system system illumos
10682024-12-19T20:59:25.935Zgcc vendor 12 vendor
10692024-12-19T20:59:25.935Zgcc system 10 system
10702024-12-19T20:59:25.935Zgcc system 7 system
10712024-12-19T20:59:25.935Zgo system 1.20 system
10722024-12-19T20:59:25.935Zgo system 1.19 system
10732024-12-19T20:59:25.935Zllvm system 15 system
10742024-12-19T20:59:25.935Zllvm system 14 system
10752024-12-19T20:59:25.935Zmariadb system 10.6 system
10762024-12-19T20:59:25.935Zmta vendor vendor dma
10772024-12-19T20:59:25.936Zopenjdk system 17 system
10782024-12-19T20:59:25.936Zopenjdk system 11 system
10792024-12-19T20:59:25.936Zopenjdk system 1.8 system
10802024-12-19T20:59:25.936Zopenssl vendor 3 vendor
10812024-12-19T20:59:25.936Zperl system 5.36 system
10822024-12-19T20:59:25.936Zpostgresql system 15 system
10832024-12-19T20:59:25.936Zpostgresql system 13 system
10842024-12-19T20:59:25.936Zpython vendor 3 vendor
10852024-12-19T20:59:25.936Zpython system 2 system
10862024-12-19T20:59:25.936Zpython3 system 3.11 system
10872024-12-19T20:59:25.936Zruby system 3.0 system
10882024-12-19T20:59:25.936Zwords vendor vendor american-english
10892024-12-19T20:59:25.936Zwords system system australian-english
10902024-12-19T20:59:25.936Zwords system system british-english
10912024-12-19T20:59:25.936Zwords system system canadian-english
10922024-12-19T20:59:25.936Zwords system system french
10932024-12-19T20:59:25.936Zwords system system italian
10942024-12-19T20:59:25.936Zwords system system ngerman
10952024-12-19T20:59:25.936Zwords system system ogerman
10962024-12-19T20:59:25.936Zwords system system spanish
10972024-12-19T20:59:26.278ZPUBLISHER TYPE STATUS P LOCATION
10982024-12-19T20:59:26.278Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10992024-12-19T20:59:29.126ZFMRI IFO
11002024-12-19T20:59:29.126Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
11012024-12-19T20:59:29.126Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
11022024-12-19T20:59:29.126Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
11032024-12-19T20:59:29.126Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
11042024-12-19T20:59:29.126Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
11052024-12-19T20:59:29.126Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
11062024-12-19T20:59:29.126Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
11072024-12-19T20:59:29.126Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
11082024-12-19T20:59:29.126Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
11092024-12-19T20:59:29.127Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
11102024-12-19T20:59:29.127Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
11112024-12-19T20:59:29.127Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
11122024-12-19T20:59:29.127Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
11132024-12-19T20:59:29.127Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
11142024-12-19T20:59:29.127Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
11152024-12-19T20:59:30.260Z Downloading crates ...
11162024-12-19T20:59:30.340Z Downloaded cargo_toml v0.20.5
11172024-12-19T20:59:30.485Z Compiling proc-macro2 v1.0.89
11182024-12-19T20:59:30.486Z Compiling unicode-ident v1.0.13
11192024-12-19T20:59:30.486Z Compiling version_check v0.9.5
11202024-12-19T20:59:30.488Z Compiling serde v1.0.215
11212024-12-19T20:59:30.488Z Compiling memchr v2.7.4
11222024-12-19T20:59:30.488Z Compiling thiserror v1.0.69
11232024-12-19T20:59:30.488Z Compiling libc v0.2.162
11242024-12-19T20:59:30.488Z Compiling ucd-trie v0.1.7
11252024-12-19T20:59:30.754Z Compiling itoa v1.0.11
11262024-12-19T20:59:30.971Z Compiling ryu v1.0.18
11272024-12-19T20:59:31.193Z Compiling once_cell v1.20.2
11282024-12-19T20:59:31.287Z Compiling byteorder v1.5.0
11292024-12-19T20:59:31.492Z Compiling rustix v0.38.37
11302024-12-19T20:59:31.633Z Compiling serde_json v1.0.132
11312024-12-19T20:59:31.798Z Compiling bitflags v2.6.0
11322024-12-19T20:59:31.953Z Compiling usdt-impl v0.5.0
11332024-12-19T20:59:32.094Z Compiling proc-macro-error-attr v1.0.4
11342024-12-19T20:59:32.247Z Compiling syn v1.0.109
11352024-12-19T20:59:32.302Z Compiling quote v1.0.37
11362024-12-19T20:59:32.400Z Compiling proc-macro-error v1.0.4
11372024-12-19T20:59:32.414Z Compiling plain v0.2.3
11382024-12-19T20:59:32.427Z Compiling log v0.4.22
11392024-12-19T20:59:32.568Z Compiling camino v1.1.9
11402024-12-19T20:59:32.673Z Compiling errno v0.3.9
11412024-12-19T20:59:32.824Z Compiling syn v2.0.87
11422024-12-19T20:59:32.909Z Compiling hashbrown v0.15.1
11432024-12-19T20:59:32.984Z Compiling thread-id v4.2.2
11442024-12-19T20:59:33.052Z Compiling equivalent v1.0.1
11452024-12-19T20:59:33.069Z Compiling utf8parse v0.2.2
11462024-12-19T20:59:33.209Z Compiling anstyle-parse v0.2.5
11472024-12-19T20:59:33.307Z Compiling pretty-hex v0.4.1
11482024-12-19T20:59:33.525Z Compiling anstyle v1.0.10
11492024-12-19T20:59:33.553Z Compiling anstyle-query v1.1.1
11502024-12-19T20:59:33.571Z Compiling winnow v0.6.20
11512024-12-19T20:59:33.701Z Compiling autocfg v1.4.0
11522024-12-19T20:59:34.008Z Compiling colorchoice v1.0.2
11532024-12-19T20:59:34.164Z Compiling indexmap v2.6.0
11542024-12-19T20:59:34.177Z Compiling semver v1.0.23
11552024-12-19T20:59:34.228Z Compiling is_terminal_polyfill v1.70.1
11562024-12-19T20:59:34.365Z Compiling unicode-width v0.1.14
11572024-12-19T20:59:34.782Z Compiling anstream v0.6.15
11582024-12-19T20:59:34.875Z Compiling fs-err v2.11.0
11592024-12-19T20:59:35.154Z Compiling terminal_size v0.4.0
11602024-12-19T20:59:35.186Z Compiling heck v0.5.0
11612024-12-19T20:59:35.428Z Compiling anyhow v1.0.93
11622024-12-19T20:59:35.579Z Compiling fastrand v2.1.1
11632024-12-19T20:59:35.658Z Compiling clap_lex v0.7.2
11642024-12-19T20:59:36.067Z Compiling strsim v0.11.1
11652024-12-19T20:59:36.155Z Compiling cfg-if v1.0.0
11662024-12-19T20:59:36.169Z Compiling heck v0.4.1
11672024-12-19T20:59:36.211Z Compiling fnv v1.0.7
11682024-12-19T20:59:36.238Z Compiling bytecount v0.6.8
11692024-12-19T20:59:36.340Z Compiling tempfile v3.13.0
11702024-12-19T20:59:36.445Z Compiling clap_builder v4.5.21
11712024-12-19T20:59:36.688Z Compiling papergrid v0.11.0
11722024-12-19T20:59:37.107Z Compiling memmap v0.7.0
11732024-12-19T20:59:37.120Z Compiling unicode-linebreak v0.1.5
11742024-12-19T20:59:37.259Z Compiling smawk v0.3.2
11752024-12-19T20:59:37.575Z Compiling textwrap v0.16.1
11762024-12-19T20:59:37.623Z Compiling swrite v0.1.0
11772024-12-19T20:59:38.900Z Compiling tabled_derive v0.7.0
11782024-12-19T20:59:40.594Z Compiling tabled v0.15.0
11792024-12-19T20:59:42.188Z Compiling serde_derive v1.0.215
11802024-12-19T20:59:42.188Z Compiling thiserror-impl v1.0.69
11812024-12-19T20:59:42.188Z Compiling zerocopy-derive v0.7.35
11822024-12-19T20:59:42.191Z Compiling scroll_derive v0.12.0
11832024-12-19T20:59:42.382Z Compiling clap_derive v4.5.18
11842024-12-19T20:59:43.531Z Compiling scroll v0.12.0
11852024-12-19T20:59:43.974Z Compiling goblin v0.8.2
11862024-12-19T20:59:44.071Z Compiling zerocopy v0.7.35
11872024-12-19T20:59:44.995Z Compiling pest v2.7.14
11882024-12-19T20:59:46.197Z Compiling clap v4.5.21
11892024-12-19T20:59:47.276Z Compiling pest_meta v2.7.14
11902024-12-19T20:59:48.182Z Compiling pest_generator v2.7.14
11912024-12-19T20:59:50.029Z Compiling pest_derive v2.7.14
11922024-12-19T20:59:50.819Z Compiling dtrace-parser v0.2.0
11932024-12-19T20:59:52.670Z Compiling serde_tokenstream v0.2.2
11942024-12-19T20:59:52.694Z Compiling toml_datetime v0.6.8
11952024-12-19T20:59:52.694Z Compiling serde_spanned v0.6.8
11962024-12-19T20:59:53.071Z Compiling toml_edit v0.22.22
11972024-12-19T20:59:53.089Z Compiling cargo-platform v0.1.8
11982024-12-19T20:59:53.238Z Compiling macaddr v1.0.1
11992024-12-19T20:59:53.325Z Compiling camino-tempfile v1.1.1
12002024-12-19T20:59:54.206Z Compiling dof v0.3.0
12012024-12-19T20:59:54.239Z Compiling cargo_metadata v0.18.1
12022024-12-19T20:59:55.951Z Compiling usdt-attr-macro v0.5.0
12032024-12-19T20:59:55.951Z Compiling usdt-macro v0.5.0
12042024-12-19T20:59:56.108Z Compiling toml v0.8.19
12052024-12-19T20:59:56.943Z Compiling cargo_toml v0.20.5
12062024-12-19T20:59:57.256Z Compiling usdt v0.5.0
12072024-12-19T21:00:00.641Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
12082024-12-19T21:00:04.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.24s
12092024-12-19T21:00:05.043Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
12102024-12-19T21:00:05.969Z Compiling serde v1.0.215
12112024-12-19T21:00:05.972Z Compiling lock_api v0.4.12
12122024-12-19T21:00:05.972Z Compiling scopeguard v1.2.0
12132024-12-19T21:00:05.972Z Compiling value-bag v1.9.0
12142024-12-19T21:00:05.972Z Compiling typenum v1.17.0
12152024-12-19T21:00:05.972Z Compiling generic-array v0.14.7
12162024-12-19T21:00:06.106Z Compiling syn v2.0.87
12172024-12-19T21:00:06.113Z Compiling getrandom v0.2.15
12182024-12-19T21:00:06.242Z Compiling subtle v2.6.1
12192024-12-19T21:00:06.507Z Compiling rand_core v0.6.4
12202024-12-19T21:00:06.564Z Compiling log v0.4.22
12212024-12-19T21:00:06.671Z Compiling shlex v1.3.0
12222024-12-19T21:00:06.691Z Compiling jobserver v0.1.32
12232024-12-19T21:00:06.709Z Compiling const-oid v0.9.6
12242024-12-19T21:00:06.976Z Compiling smallvec v1.13.2
12252024-12-19T21:00:07.049Z Compiling cc v1.1.30
12262024-12-19T21:00:07.079Z Compiling spin v0.9.8
12272024-12-19T21:00:07.413Z Compiling pin-project-lite v0.2.14
12282024-12-19T21:00:07.461Z Compiling rustix v0.38.37
12292024-12-19T21:00:07.521Z Compiling parking_lot_core v0.9.10
12302024-12-19T21:00:07.572Z Compiling futures-core v0.3.31
12312024-12-19T21:00:07.664Z Compiling signal-hook-registry v1.4.2
12322024-12-19T21:00:07.845Z Compiling mio v1.0.2
12332024-12-19T21:00:08.361Z Compiling aho-corasick v1.1.3
12342024-12-19T21:00:08.494Z Compiling parking_lot v0.12.3
12352024-12-19T21:00:08.669Z Compiling either v1.13.0
12362024-12-19T21:00:08.687Z Compiling regex-syntax v0.8.5
12372024-12-19T21:00:08.894Z Compiling cpufeatures v0.2.14
12382024-12-19T21:00:08.996Z Compiling lazy_static v1.5.0
12392024-12-19T21:00:09.093Z Compiling futures-sink v0.3.31
12402024-12-19T21:00:09.113Z Compiling glob v0.3.1
12412024-12-19T21:00:09.131Z Compiling stable_deref_trait v1.2.0
12422024-12-19T21:00:09.237Z Compiling socket2 v0.5.7
12432024-12-19T21:00:09.256Z Compiling slab v0.4.9
12442024-12-19T21:00:09.458Z Compiling prettyplease v0.2.25
12452024-12-19T21:00:09.713Z Compiling minimal-lexical v0.2.1
12462024-12-19T21:00:10.133Z Compiling clang-sys v1.8.1
12472024-12-19T21:00:10.153Z Compiling nom v7.1.3
12482024-12-19T21:00:10.211Z Compiling libloading v0.8.5
12492024-12-19T21:00:10.239Z Compiling serde_json v1.0.132
12502024-12-19T21:00:10.613Z Compiling home v0.5.9
12512024-12-19T21:00:10.695Z Compiling bindgen v0.69.5
12522024-12-19T21:00:10.935Z Compiling futures-channel v0.3.31
12532024-12-19T21:00:11.369Z Compiling itertools v0.12.1
12542024-12-19T21:00:11.390Z Compiling futures-task v0.3.31
12552024-12-19T21:00:11.485Z Compiling allocator-api2 v0.2.18
12562024-12-19T21:00:11.690Z Compiling rustc-hash v1.1.0
12572024-12-19T21:00:11.844Z Compiling lazycell v1.3.0
12582024-12-19T21:00:12.011Z Compiling foldhash v0.1.3
12592024-12-19T21:00:12.321Z Compiling futures-io v0.3.31
12602024-12-19T21:00:12.344Z Compiling pin-utils v0.1.0
12612024-12-19T21:00:12.459Z Compiling regex-automata v0.4.8
12622024-12-19T21:00:12.655Z Compiling hashbrown v0.15.1
12632024-12-19T21:00:13.987Z Compiling synstructure v0.13.1
12642024-12-19T21:00:14.292Z Compiling cexpr v0.6.0
12652024-12-19T21:00:14.648Z Compiling cmake v0.1.51
12662024-12-19T21:00:15.741Z Compiling tinyvec_macros v0.1.1
12672024-12-19T21:00:15.770Z Compiling libm v0.2.8
12682024-12-19T21:00:15.789Z Compiling pkg-config v0.3.31
12692024-12-19T21:00:15.835Z Compiling dunce v1.0.5
12702024-12-19T21:00:15.961Z Compiling fs_extra v1.3.0
12712024-12-19T21:00:16.122Z Compiling tinyvec v1.8.0
12722024-12-19T21:00:16.178Z Compiling num-traits v0.2.19
12732024-12-19T21:00:16.729Z Compiling ring v0.17.8
12742024-12-19T21:00:17.385Z Compiling unicode-bidi v0.3.17
12752024-12-19T21:00:17.419Z Compiling litemap v0.7.3
12762024-12-19T21:00:17.730Z Compiling unicode-normalization v0.1.24
12772024-12-19T21:00:17.811Z Compiling writeable v0.5.5
12782024-12-19T21:00:17.880Z Compiling paste v1.0.15
12792024-12-19T21:00:17.967Z Compiling base64ct v1.6.0
12802024-12-19T21:00:18.392Z Compiling regex v1.11.1
12812024-12-19T21:00:18.508Z Compiling pem-rfc7468 v0.7.0
12822024-12-19T21:00:18.913Z Compiling flagset v0.4.6
12832024-12-19T21:00:19.124Z Compiling httparse v1.9.5
12842024-12-19T21:00:19.233Z Compiling aws-lc-rs v1.10.0
12852024-12-19T21:00:19.722Z Compiling tracing-core v0.1.32
12862024-12-19T21:00:19.978Z Compiling rustls-pki-types v1.9.0
12872024-12-19T21:00:20.804Z Compiling icu_locid_transform_data v1.5.0
12882024-12-19T21:00:20.851Z Compiling crossbeam-utils v0.8.20
12892024-12-19T21:00:20.912Z Compiling percent-encoding v2.3.1
12902024-12-19T21:00:21.155Z Compiling powerfmt v0.2.0
12912024-12-19T21:00:21.177Z Compiling serde_derive v1.0.215
12922024-12-19T21:00:21.300Z Compiling zeroize_derive v1.4.2
12932024-12-19T21:00:21.442Z Compiling zerocopy-derive v0.7.35
12942024-12-19T21:00:21.581Z Compiling tokio-macros v2.4.0
12952024-12-19T21:00:21.894Z Compiling zerofrom-derive v0.1.4
12962024-12-19T21:00:22.923Z Compiling zeroize v1.8.1
12972024-12-19T21:00:23.104Z Compiling thiserror-impl v1.0.69
12982024-12-19T21:00:23.312Z Compiling yoke-derive v0.7.4
12992024-12-19T21:00:23.828Z Compiling zerocopy v0.7.35
13002024-12-19T21:00:24.471Z Compiling futures-macro v0.3.31
13012024-12-19T21:00:24.650Z Compiling crypto-common v0.1.6
13022024-12-19T21:00:24.887Z Compiling block-buffer v0.10.4
13032024-12-19T21:00:25.153Z Compiling digest v0.10.7
13042024-12-19T21:00:25.527Z Compiling zerovec-derive v0.10.3
13052024-12-19T21:00:25.743Z Compiling hmac v0.12.1
13062024-12-19T21:00:25.795Z Compiling block-padding v0.3.3
13072024-12-19T21:00:26.011Z Compiling displaydoc v0.2.5
13082024-12-19T21:00:26.046Z Compiling inout v0.1.3
13092024-12-19T21:00:26.184Z Compiling zerofrom v0.1.4
13102024-12-19T21:00:26.329Z Compiling cipher v0.4.4
13112024-12-19T21:00:26.422Z Compiling sha2 v0.10.8
13122024-12-19T21:00:26.594Z Compiling futures-util v0.3.31
13132024-12-19T21:00:26.638Z Compiling yoke v0.7.4
13142024-12-19T21:00:26.747Z Compiling thiserror v1.0.69
13152024-12-19T21:00:26.886Z Compiling ppv-lite86 v0.2.20
13162024-12-19T21:00:26.889Z Compiling der_derive v0.7.3
13172024-12-19T21:00:27.044Z Compiling icu_provider_macros v1.5.0
13182024-12-19T21:00:27.789Z Compiling rand_chacha v0.3.1
13192024-12-19T21:00:27.893Z Compiling tracing-attributes v0.1.27
13202024-12-19T21:00:28.267Z Compiling rand v0.8.5
13212024-12-19T21:00:28.413Z Compiling zerovec v0.10.4
13222024-12-19T21:00:29.613Z Compiling der v0.7.9
13232024-12-19T21:00:30.168Z Compiling pest v2.7.14
13242024-12-19T21:00:30.213Z Compiling salsa20 v0.10.2
13252024-12-19T21:00:30.514Z Compiling tinystr v0.7.6
13262024-12-19T21:00:30.610Z Compiling icu_collections v1.5.0
13272024-12-19T21:00:30.814Z Compiling pbkdf2 v0.12.2
13282024-12-19T21:00:30.961Z Compiling icu_locid v1.5.0
13292024-12-19T21:00:31.026Z Compiling mirai-annotations v1.12.0
13302024-12-19T21:00:31.216Z Compiling vcpkg v0.2.15
13312024-12-19T21:00:31.886Z Compiling tracing v0.1.40
13322024-12-19T21:00:32.163Z Compiling icu_provider v1.5.0
13332024-12-19T21:00:32.464Z Compiling spki v0.7.3
13342024-12-19T21:00:32.863Z Compiling num-conv v0.1.0
13352024-12-19T21:00:33.019Z Compiling icu_locid_transform v1.5.0
13362024-12-19T21:00:33.105Z Compiling untrusted v0.7.1
13372024-12-19T21:00:33.148Z Compiling icu_properties_data v1.5.0
13382024-12-19T21:00:33.302Z Compiling untrusted v0.9.0
13392024-12-19T21:00:33.327Z Compiling time-core v0.1.2
13402024-12-19T21:00:33.330Z Compiling pest_meta v2.7.14
13412024-12-19T21:00:33.444Z Compiling scrypt v0.11.0
13422024-12-19T21:00:33.523Z Compiling time-macros v0.2.18
13432024-12-19T21:00:33.542Z Compiling openssl-sys v0.9.103
13442024-12-19T21:00:34.063Z Compiling cbc v0.1.2
13452024-12-19T21:00:34.321Z Compiling icu_properties v1.5.1
13462024-12-19T21:00:34.689Z Compiling aes v0.8.4
13472024-12-19T21:00:34.724Z Compiling deranged v0.3.11
13482024-12-19T21:00:35.854Z Compiling scroll_derive v0.12.0
13492024-12-19T21:00:36.447Z Compiling bitflags v2.6.0
13502024-12-19T21:00:36.722Z Compiling bytes v1.8.0
13512024-12-19T21:00:37.385Z Compiling indexmap v2.6.0
13522024-12-19T21:00:37.601Z Compiling tokio v1.40.0
13532024-12-19T21:00:37.652Z Compiling http v1.1.0
13542024-12-19T21:00:38.037Z Compiling semver v1.0.23
13552024-12-19T21:00:38.680Z Compiling rustc_version v0.4.1
13562024-12-19T21:00:38.874Z Compiling num_threads v0.1.7
13572024-12-19T21:00:38.893Z Compiling utf8_iter v1.0.4
13582024-12-19T21:00:39.005Z Compiling write16 v1.0.0
13592024-12-19T21:00:39.133Z Compiling utf16_iter v1.0.5
13602024-12-19T21:00:39.133Z Compiling atomic-waker v1.1.2
13612024-12-19T21:00:39.342Z Compiling icu_normalizer_data v1.5.0
13622024-12-19T21:00:39.365Z Compiling http-body v1.0.1
13632024-12-19T21:00:39.441Z Compiling icu_normalizer v1.5.0
13642024-12-19T21:00:39.466Z Compiling time v0.3.36
13652024-12-19T21:00:39.493Z Compiling scroll v0.12.0
13662024-12-19T21:00:39.635Z Compiling pkcs5 v0.7.1
13672024-12-19T21:00:40.177Z Compiling pest_generator v2.7.14
13682024-12-19T21:00:40.232Z Compiling form_urlencoded v1.2.1
13692024-12-19T21:00:40.310Z Compiling try-lock v0.2.5
13702024-12-19T21:00:40.517Z Compiling slog v2.7.0
13712024-12-19T21:00:40.593Z Compiling goblin v0.8.2
13722024-12-19T21:00:40.929Z Compiling which v4.4.2
13732024-12-19T21:00:41.139Z Compiling want v0.3.1
13742024-12-19T21:00:41.556Z Compiling idna_adapter v1.2.0
13752024-12-19T21:00:41.595Z Compiling pkcs8 v0.10.2
13762024-12-19T21:00:41.792Z Compiling httpdate v1.0.3
13772024-12-19T21:00:42.282Z Compiling idna v1.0.3
13782024-12-19T21:00:42.360Z Compiling pest_derive v2.7.14
13792024-12-19T21:00:42.410Z Compiling serde_tokenstream v0.2.2
13802024-12-19T21:00:43.075Z Compiling serde_spanned v0.6.8
13812024-12-19T21:00:43.172Z Compiling toml_datetime v0.6.8
13822024-12-19T21:00:43.201Z Compiling dtrace-parser v0.2.0
13832024-12-19T21:00:43.309Z Compiling uuid v1.11.0
13842024-12-19T21:00:43.737Z Compiling rustversion v1.0.17
13852024-12-19T21:00:44.235Z Compiling base64 v0.22.1
13862024-12-19T21:00:44.469Z Compiling openssl v0.10.66
13872024-12-19T21:00:44.788Z Compiling iana-time-zone v0.1.61
13882024-12-19T21:00:44.912Z Compiling match_cfg v0.1.0
13892024-12-19T21:00:44.998Z Compiling tower-service v0.3.3
13902024-12-19T21:00:45.018Z Compiling foreign-types-shared v0.1.1
13912024-12-19T21:00:45.020Z Compiling adler2 v2.0.0
13922024-12-19T21:00:45.136Z Compiling foreign-types v0.3.2
13932024-12-19T21:00:45.152Z Compiling hostname v0.3.1
13942024-12-19T21:00:45.229Z Compiling miniz_oxide v0.8.0
13952024-12-19T21:00:45.249Z Compiling chrono v0.4.38
13962024-12-19T21:00:45.393Z Compiling url v2.5.3
13972024-12-19T21:00:45.480Z Compiling async-trait v0.1.83
13982024-12-19T21:00:46.846Z Compiling tokio-util v0.7.12
13992024-12-19T21:00:46.867Z Compiling dof v0.3.0
14002024-12-19T21:00:47.471Z Compiling openssl-macros v0.1.1
14012024-12-19T21:00:48.249Z Compiling h2 v0.4.6
14022024-12-19T21:00:48.268Z Compiling usdt-impl v0.5.0
14032024-12-19T21:00:48.327Z Compiling dirs-sys-next v0.1.2
14042024-12-19T21:00:49.029Z Compiling rustls v0.23.14
14052024-12-19T21:00:49.061Z Compiling syn v1.0.109
14062024-12-19T21:00:49.133Z Compiling native-tls v0.2.12
14072024-12-19T21:00:49.302Z Compiling siphasher v0.3.11
14082024-12-19T21:00:49.477Z Compiling data-encoding v2.6.0
14092024-12-19T21:00:49.698Z Compiling rustls v0.22.4
14102024-12-19T21:00:49.832Z Compiling dirs-next v2.0.0
14112024-12-19T21:00:50.032Z Compiling http-body-util v0.1.2
14122024-12-19T21:00:50.619Z Compiling heapless v0.7.17
14132024-12-19T21:00:51.069Z Compiling crossbeam-epoch v0.9.18
14142024-12-19T21:00:51.408Z Compiling signature v2.2.0
14152024-12-19T21:00:51.519Z Compiling sha1 v0.10.6
14162024-12-19T21:00:51.719Z Compiling bzip2-sys v0.1.11+1.0.8
14172024-12-19T21:00:51.882Z Compiling serde_derive_internals v0.29.1
14182024-12-19T21:00:51.945Z Compiling thread_local v1.1.8
14192024-12-19T21:00:52.049Z Compiling encoding_rs v0.8.34
14202024-12-19T21:00:52.221Z Compiling cookie v0.18.1
14212024-12-19T21:00:52.532Z Compiling multer v3.1.0
14222024-12-19T21:00:52.552Z Compiling signal-hook v0.3.17
14232024-12-19T21:00:52.831Z Compiling mime v0.3.17
14242024-12-19T21:00:52.831Z Compiling rayon-core v1.12.1
14252024-12-19T21:00:53.117Z Compiling gimli v0.31.1
14262024-12-19T21:00:53.460Z Compiling schemars v0.8.21
14272024-12-19T21:00:53.793Z Compiling ipnet v2.10.1
14282024-12-19T21:00:53.816Z Compiling slog-async v2.8.0
14292024-12-19T21:00:54.395Z Compiling unicode-properties v0.1.3
14302024-12-19T21:00:54.810Z Compiling openssl-probe v0.1.5
14312024-12-19T21:00:54.830Z Compiling schemars_derive v0.8.21
14322024-12-19T21:00:55.116Z Compiling stringprep v0.1.5
14332024-12-19T21:00:55.241Z Compiling toml_edit v0.22.22
14342024-12-19T21:00:56.493Z Compiling hyper v1.5.0
14352024-12-19T21:00:58.322Z Compiling addr2line v0.24.2
14362024-12-19T21:00:58.499Z Compiling crossbeam-deque v0.8.5
14372024-12-19T21:00:58.812Z Compiling usdt-attr-macro v0.5.0
14382024-12-19T21:00:58.971Z Compiling usdt-macro v0.5.0
14392024-12-19T21:00:59.069Z Compiling hyper-util v0.1.10
14402024-12-19T21:00:59.299Z Compiling term v0.7.0
14412024-12-19T21:01:00.519Z Compiling slog-json v2.6.1
14422024-12-19T21:01:00.578Z Compiling serde_urlencoded v0.7.1
14432024-12-19T21:01:00.809Z Compiling curve25519-dalek v4.1.3
14442024-12-19T21:01:00.913Z Compiling crossbeam-channel v0.5.13
14452024-12-19T21:01:00.955Z Compiling enum-as-inner v0.6.1
14462024-12-19T21:01:01.141Z Compiling futures-executor v0.3.31
14472024-12-19T21:01:01.464Z Compiling md-5 v0.10.6
14482024-12-19T21:01:01.741Z Compiling async-stream-impl v0.3.6
14492024-12-19T21:01:01.762Z Compiling num-integer v0.1.46
14502024-12-19T21:01:02.061Z Compiling rustls-pemfile v2.2.0
14512024-12-19T21:01:02.087Z Compiling idna v0.4.0
14522024-12-19T21:01:02.425Z Compiling idna v0.3.0
14532024-12-19T21:01:02.450Z Compiling hash32 v0.2.1
14542024-12-19T21:01:02.599Z Compiling ff v0.13.0
14552024-12-19T21:01:02.841Z Compiling is-terminal v0.4.13
14562024-12-19T21:01:02.860Z Compiling dropshot v0.12.0
14572024-12-19T21:01:02.966Z Compiling object v0.36.5
14582024-12-19T21:01:03.147Z Compiling take_mut v0.2.2
14592024-12-19T21:01:03.169Z Compiling num-bigint-dig v0.8.4
14602024-12-19T21:01:03.307Z Compiling linked-hash-map v0.5.6
14612024-12-19T21:01:03.477Z Compiling psl-types v2.0.11
14622024-12-19T21:01:03.700Z Compiling quick-error v1.2.3
14632024-12-19T21:01:03.723Z Compiling dyn-clone v1.0.17
14642024-12-19T21:01:03.859Z Compiling anyhow v1.0.93
14652024-12-19T21:01:03.884Z Compiling fallible-iterator v0.2.0
14662024-12-19T21:01:03.950Z Compiling portable-atomic v1.9.0
14672024-12-19T21:01:03.985Z Compiling utf-8 v0.7.6
14682024-12-19T21:01:04.174Z Compiling base16ct v0.2.0
14692024-12-19T21:01:04.323Z Compiling rustc-demangle v0.1.24
14702024-12-19T21:01:04.486Z Compiling smoltcp v0.9.1
14712024-12-19T21:01:04.635Z Compiling postgres-protocol v0.6.7
14722024-12-19T21:01:04.907Z Compiling sec1 v0.7.3
14732024-12-19T21:01:05.111Z Compiling tungstenite v0.24.0
14742024-12-19T21:01:05.338Z Compiling resolv-conf v0.7.0
14752024-12-19T21:01:05.501Z Compiling publicsuffix v2.2.3
14762024-12-19T21:01:05.778Z Compiling lru-cache v0.1.2
14772024-12-19T21:01:06.066Z Compiling async-stream v0.3.6
14782024-12-19T21:01:06.295Z Compiling hickory-proto v0.24.1
14792024-12-19T21:01:06.380Z Compiling slog-term v2.9.1
14802024-12-19T21:01:07.244Z Compiling usdt v0.5.0
14812024-12-19T21:01:07.607Z Compiling group v0.13.0
14822024-12-19T21:01:07.817Z Compiling num-iter v0.1.45
14832024-12-19T21:01:08.005Z Compiling futures v0.3.31
14842024-12-19T21:01:08.061Z Compiling slog-bunyan v2.5.0
14852024-12-19T21:01:08.269Z Compiling toml v0.8.19
14862024-12-19T21:01:10.146Z Compiling camino v1.1.9
14872024-12-19T21:01:10.166Z Compiling tokio-native-tls v0.3.1
14882024-12-19T21:01:10.392Z Compiling phf_shared v0.11.2
14892024-12-19T21:01:10.500Z Compiling dropshot_endpoint v0.12.0
14902024-12-19T21:01:10.818Z Compiling backtrace v0.3.74
14912024-12-19T21:01:11.156Z Compiling terminal_size v0.4.0
14922024-12-19T21:01:11.253Z Compiling waitgroup v0.1.2
14932024-12-19T21:01:11.364Z Compiling openapiv3 v2.0.0
14942024-12-19T21:01:11.395Z Compiling serde_path_to_error v0.1.16
14952024-12-19T21:01:11.480Z Compiling hkdf v0.12.4
14962024-12-19T21:01:11.761Z Compiling crypto-bigint v0.5.5
14972024-12-19T21:01:12.264Z Compiling zerocopy-derive v0.6.6
14982024-12-19T21:01:14.253Z Compiling hubpack_derive v0.1.1
14992024-12-19T21:01:14.636Z Compiling curve25519-dalek-derive v0.1.1
15002024-12-19T21:01:14.687Z Compiling webpki-roots v0.26.6
15012024-12-19T21:01:14.904Z Compiling idna v0.5.0
15022024-12-19T21:01:15.205Z Compiling hostname v0.4.0
15032024-12-19T21:01:15.335Z Compiling ahash v0.8.11
15042024-12-19T21:01:15.492Z Compiling fs-err v2.11.0
15052024-12-19T21:01:15.730Z Compiling crc32fast v1.4.2
15062024-12-19T21:01:15.808Z Compiling managed v0.8.0
15072024-12-19T21:01:15.870Z Compiling winnow v0.5.40
15082024-12-19T21:01:16.071Z Compiling bitflags v1.3.2
15092024-12-19T21:01:16.181Z Compiling debug-ignore v1.0.5
15102024-12-19T21:01:16.234Z Compiling clap_builder v4.5.21
15112024-12-19T21:01:16.333Z Compiling console v0.15.8
15122024-12-19T21:01:16.992Z Compiling flate2 v1.0.34
15132024-12-19T21:01:18.007Z Compiling cookie_store v0.21.0
15142024-12-19T21:01:18.026Z Compiling strum_macros v0.25.3
15152024-12-19T21:01:18.407Z Compiling hubpack v0.1.2
15162024-12-19T21:01:18.857Z Compiling elliptic-curve v0.13.8
15172024-12-19T21:01:18.932Z Compiling zerocopy v0.6.6
15182024-12-19T21:01:19.654Z Compiling toml_edit v0.19.15
15192024-12-19T21:01:19.708Z Compiling hickory-resolver v0.24.1
15202024-12-19T21:01:19.873Z Compiling phf v0.11.2
15212024-12-19T21:01:20.165Z Compiling signal-hook-mio v0.2.4
15222024-12-19T21:01:20.333Z Compiling hyper-tls v0.6.0
15232024-12-19T21:01:20.739Z Compiling rayon v1.10.0
15242024-12-19T21:01:20.844Z Compiling bzip2 v0.4.4
15252024-12-19T21:01:22.354Z Compiling tokio-tungstenite v0.24.0
15262024-12-19T21:01:22.934Z Compiling postgres-types v0.2.8
15272024-12-19T21:01:24.676Z Compiling ed25519 v2.2.3
15282024-12-19T21:01:25.732Z Compiling phf_shared v0.10.0
15292024-12-19T21:01:25.940Z Compiling tokio-stream v0.1.16
15302024-12-19T21:01:26.032Z Compiling pkcs1 v0.7.5
15312024-12-19T21:01:26.135Z Compiling serde-big-array v0.5.1
15322024-12-19T21:01:26.382Z Compiling clap_derive v4.5.18
15332024-12-19T21:01:26.618Z Compiling rfc6979 v0.4.0
15342024-12-19T21:01:26.795Z Compiling serde_repr v0.1.19
15352024-12-19T21:01:26.823Z Compiling derive-where v1.2.7
15362024-12-19T21:01:27.048Z Compiling float-cmp v0.9.0
15372024-12-19T21:01:27.102Z Compiling bstr v1.10.0
15382024-12-19T21:01:27.268Z Compiling sync_wrapper v1.0.1
15392024-12-19T21:01:27.440Z Compiling predicates-core v1.0.8
15402024-12-19T21:01:27.824Z Compiling fixedbitset v0.4.2
15412024-12-19T21:01:28.046Z Compiling unicode-segmentation v1.12.0
15422024-12-19T21:01:28.112Z Compiling new_debug_unreachable v1.0.6
15432024-12-19T21:01:28.219Z Compiling number_prefix v0.4.0
15442024-12-19T21:01:28.286Z Compiling unicode-width v0.2.0
15452024-12-19T21:01:28.447Z Compiling static_assertions v1.1.0
15462024-12-19T21:01:28.563Z Compiling precomputed-hash v0.1.1
15472024-12-19T21:01:28.698Z Compiling whoami v1.5.2
15482024-12-19T21:01:28.825Z Compiling normalize-line-endings v0.3.0
15492024-12-19T21:01:28.954Z Compiling bit-vec v0.6.3
15502024-12-19T21:01:28.973Z Compiling difflib v0.4.0
15512024-12-19T21:01:28.995Z Compiling similar v2.6.0
15522024-12-19T21:01:29.362Z Compiling predicates v3.1.2
15532024-12-19T21:01:29.410Z Compiling bit-set v0.5.3
15542024-12-19T21:01:29.774Z Compiling tokio-postgres v0.7.12
15552024-12-19T21:01:30.562Z Compiling indicatif v0.17.9
15562024-12-19T21:01:30.671Z Compiling string_cache v0.8.7
15572024-12-19T21:01:31.161Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15582024-12-19T21:01:31.269Z Compiling petgraph v0.6.5
15592024-12-19T21:01:31.540Z Compiling ecdsa v0.16.9
15602024-12-19T21:01:31.603Z Compiling clap v4.5.21
15612024-12-19T21:01:31.735Z Compiling rsa v0.9.6
15622024-12-19T21:01:32.440Z Compiling ed25519-dalek v2.1.1
15632024-12-19T21:01:32.919Z Compiling toml v0.7.8
15642024-12-19T21:01:33.813Z Compiling zip v0.6.6
15652024-12-19T21:01:34.776Z Compiling crossterm v0.28.1
15662024-12-19T21:01:35.908Z Compiling hex v0.4.3
15672024-12-19T21:01:36.064Z Compiling x509-cert v0.2.5
15682024-12-19T21:01:36.180Z Compiling itertools v0.10.5
15692024-12-19T21:01:36.472Z Compiling peg-runtime v0.8.3
15702024-12-19T21:01:36.501Z Compiling lalrpop-util v0.19.12
15712024-12-19T21:01:36.879Z Compiling unicode-xid v0.2.6
15722024-12-19T21:01:37.061Z Compiling strum_macros v0.26.4
15732024-12-19T21:01:37.129Z Compiling xattr v1.3.1
15742024-12-19T21:01:37.413Z Compiling filetime v0.2.25
15752024-12-19T21:01:37.754Z Compiling tar v0.4.42
15762024-12-19T21:01:42.472Z Compiling strum v0.26.3
15772024-12-19T21:01:45.167Z Compiling aws-lc-sys v0.22.0
15782024-12-19T21:02:13.964Z Compiling rustls-webpki v0.102.8
15792024-12-19T21:02:17.562Z Compiling tokio-rustls v0.25.0
15802024-12-19T21:02:19.211Z Compiling tokio-rustls v0.26.0
15812024-12-19T21:02:19.618Z Compiling hyper-rustls v0.27.3
15822024-12-19T21:02:19.993Z Compiling reqwest v0.12.9
15832024-12-19T21:02:21.504Z Compiling qorb v0.2.1
15842024-12-19T21:02:26.157Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15852024-12-19T21:02:26.385Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15862024-12-19T21:02:32.404Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s
15872024-12-19T21:02:32.578Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15882024-12-19T21:02:32.631ZDec 19 21:02:31.352 INFO Starting download, target: Cockroach
15892024-12-19T21:02:32.631ZDec 19 21:02:31.352 INFO Starting download, target: Console
15902024-12-19T21:02:32.631ZDec 19 21:02:31.352 INFO Starting download, target: Clickhouse
15912024-12-19T21:02:32.631ZDec 19 21:02:31.352 INFO Starting download, target: DendriteOpenapi
15922024-12-19T21:02:32.631ZDec 19 21:02:31.352 INFO Starting download, target: DendriteStub
15932024-12-19T21:02:32.631ZDec 19 21:02:31.352 INFO Starting download, target: MaghemiteMgd
15942024-12-19T21:02:32.631ZDec 19 21:02:31.352 INFO Starting download, target: TransceiverControl
15952024-12-19T21:02:32.634ZDec 19 21:02:31.353 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15962024-12-19T21:02:32.634ZDec 19 21:02:31.353 INFO Downloading out/downloads/dpd-38eb75b831698abc2920e12f0ad24ceb3318aa46.json (attempt 1/3), target: DendriteOpenapi
15972024-12-19T21:02:32.634ZDec 19 21:02:31.353 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15982024-12-19T21:02:32.634ZDec 19 21:02:31.353 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15992024-12-19T21:02:32.634ZDec 19 21:02:31.353 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16002024-12-19T21:02:32.634ZDec 19 21:02:31.353 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16012024-12-19T21:02:32.635ZDec 19 21:02:31.353 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16022024-12-19T21:02:32.820ZDec 19 21:02:31.523 INFO Download complete, target: DendriteOpenapi
16032024-12-19T21:02:32.892ZDec 19 21:02:31.611 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16042024-12-19T21:02:33.490ZDec 19 21:02:32.195 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16052024-12-19T21:02:33.567ZDec 19 21:02:32.271 INFO Download complete, target: TransceiverControl
16062024-12-19T21:02:33.617ZDec 19 21:02:32.332 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16072024-12-19T21:02:33.735ZDec 19 21:02:32.444 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16082024-12-19T21:02:33.835ZDec 19 21:02:32.550 INFO Download complete, target: Console
16092024-12-19T21:02:34.336ZDec 19 21:02:33.054 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16102024-12-19T21:02:34.336ZDec 19 21:02:33.054 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16112024-12-19T21:02:34.727ZDec 19 21:02:33.447 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16122024-12-19T21:02:36.615ZDec 19 21:02:35.333 INFO Download complete, target: MaghemiteMgd
16132024-12-19T21:02:37.019ZDec 19 21:02:35.738 INFO Download complete, target: DendriteStub
16142024-12-19T21:02:42.189ZDec 19 21:02:40.906 INFO Checking that binary works, target: Cockroach
16152024-12-19T21:02:42.353ZDec 19 21:02:41.069 INFO Download complete, target: Cockroach
16162024-12-19T21:02:47.772ZDec 19 21:02:46.485 INFO Checking that binary works, target: Clickhouse
16172024-12-19T21:02:47.922ZDec 19 21:02:46.636 INFO Download complete, target: Clickhouse
16182024-12-19T21:02:47.929ZAll prerequisites installed successfully
16192024-12-19T21:02:47.933Z
16202024-12-19T21:02:47.933Zreal 4:49.977528434
16212024-12-19T21:02:47.933Zuser 17:02.466938791
16222024-12-19T21:02:47.933Zsys 3:15.624184047
16232024-12-19T21:02:47.933Ztrap 0.558123593
16242024-12-19T21:02:47.933Ztflt 1.690406224
16252024-12-19T21:02:47.933Zdflt 2.365870917
16262024-12-19T21:02:47.933Zkflt 0.026115679
16272024-12-19T21:02:47.933Zlock 32:50.314179041
16282024-12-19T21:02:47.933Zslp 1:03:25.204988400
16292024-12-19T21:02:47.933Zlat 57.285169483
16302024-12-19T21:02:47.933Zstop 2:12.579890702
16312024-12-19T21:02:47.933Z+ source ./tools/include/force-git-over-https.sh
16322024-12-19T21:02:47.933Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16332024-12-19T21:02:47.933Z++ (( i = 0 ))
16342024-12-19T21:02:47.933Z++ (( i < 5 ))
16352024-12-19T21:02:47.933Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16362024-12-19T21:02:47.936Z++ (( i++ ))
16372024-12-19T21:02:47.936Z++ (( i < 5 ))
16382024-12-19T21:02:47.936Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16392024-12-19T21:02:47.938Z++ (( i++ ))
16402024-12-19T21:02:47.938Z++ (( i < 5 ))
16412024-12-19T21:02:47.938Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16422024-12-19T21:02:47.941Z++ (( i++ ))
16432024-12-19T21:02:47.941Z++ (( i < 5 ))
16442024-12-19T21:02:47.941Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16452024-12-19T21:02:47.944Z++ (( i++ ))
16462024-12-19T21:02:47.944Z++ (( i < 5 ))
16472024-12-19T21:02:47.944Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16482024-12-19T21:02:47.947Z++ (( i++ ))
16492024-12-19T21:02:47.947Z++ (( i < 5 ))
16502024-12-19T21:02:47.950Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16512024-12-19T21:02:47.950Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16522024-12-19T21:02:47.950Z+ rc=0
16532024-12-19T21:02:47.950Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
16542024-12-19T21:03:19.239Z+ case $rc in
16552024-12-19T21:03:19.239Z+ pfexec zfs create -p rpool/images/build/host
16562024-12-19T21:03:19.475Z+ pfexec zfs create -p rpool/images/build/recovery
16572024-12-19T21:03:19.549Z+ cargo xtask releng --output-dir /work
16582024-12-19T21:03:20.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
16592024-12-19T21:03:20.111Z Running `target/debug/xtask releng --output-dir /work`
16602024-12-19T21:03:21.062Z Compiling proc-macro2 v1.0.89
16612024-12-19T21:03:21.062Z Compiling unicode-ident v1.0.13
16622024-12-19T21:03:21.065Z Compiling libc v0.2.162
16632024-12-19T21:03:21.065Z Compiling serde v1.0.215
16642024-12-19T21:03:21.065Z Compiling autocfg v1.4.0
16652024-12-19T21:03:21.065Z Compiling version_check v0.9.5
16662024-12-19T21:03:21.065Z Compiling cfg-if v1.0.0
16672024-12-19T21:03:21.386Z Compiling memchr v2.7.4
16682024-12-19T21:03:21.425Z Compiling typenum v1.17.0
16692024-12-19T21:03:21.517Z Compiling shlex v1.3.0
16702024-12-19T21:03:21.909Z Compiling value-bag v1.9.0
16712024-12-19T21:03:21.929Z Compiling generic-array v0.14.7
16722024-12-19T21:03:21.951Z Compiling scopeguard v1.2.0
16732024-12-19T21:03:22.213Z Compiling lock_api v0.4.12
16742024-12-19T21:03:22.423Z Compiling log v0.4.22
16752024-12-19T21:03:22.501Z Compiling rustix v0.38.37
16762024-12-19T21:03:22.848Z Compiling quote v1.0.37
16772024-12-19T21:03:23.170Z Compiling parking_lot_core v0.9.10
16782024-12-19T21:03:23.190Z Compiling serde_json v1.0.132
16792024-12-19T21:03:23.296Z Compiling syn v2.0.87
16802024-12-19T21:03:23.486Z Compiling jobserver v0.1.32
16812024-12-19T21:03:23.511Z Compiling getrandom v0.2.15
16822024-12-19T21:03:23.573Z Compiling libm v0.2.8
16832024-12-19T21:03:23.613Z Compiling num-traits v0.2.19
16842024-12-19T21:03:23.839Z Compiling once_cell v1.20.2
16852024-12-19T21:03:23.910Z Compiling cc v1.1.30
16862024-12-19T21:03:23.931Z Compiling thiserror v1.0.69
16872024-12-19T21:03:23.948Z Compiling spin v0.9.8
16882024-12-19T21:03:24.081Z Compiling itoa v1.0.11
16892024-12-19T21:03:24.254Z Compiling aho-corasick v1.1.3
16902024-12-19T21:03:24.275Z Compiling regex-syntax v0.8.5
16912024-12-19T21:03:24.381Z Compiling slab v0.4.9
16922024-12-19T21:03:24.488Z Compiling errno v0.3.9
16932024-12-19T21:03:25.047Z Compiling byteorder v1.5.0
16942024-12-19T21:03:25.399Z Compiling either v1.13.0
16952024-12-19T21:03:25.555Z Compiling lazy_static v1.5.0
16962024-12-19T21:03:25.738Z Compiling rand_core v0.6.4
16972024-12-19T21:03:25.944Z Compiling glob v0.3.1
16982024-12-19T21:03:26.231Z Compiling prettyplease v0.2.25
16992024-12-19T21:03:26.258Z Compiling subtle v2.6.1
17002024-12-19T21:03:26.626Z Compiling minimal-lexical v0.2.1
17012024-12-19T21:03:26.776Z Compiling libloading v0.8.5
17022024-12-19T21:03:26.821Z Compiling clang-sys v1.8.1
17032024-12-19T21:03:27.135Z Compiling nom v7.1.3
17042024-12-19T21:03:27.535Z Compiling home v0.5.9
17052024-12-19T21:03:27.583Z Compiling bindgen v0.69.5
17062024-12-19T21:03:27.814Z Compiling itertools v0.12.1
17072024-12-19T21:03:28.287Z Compiling regex-automata v0.4.8
17082024-12-19T21:03:28.672Z Compiling rustc-hash v1.1.0
17092024-12-19T21:03:28.929Z Compiling lazycell v1.3.0
17102024-12-19T21:03:29.439Z Compiling cmake v0.1.51
17112024-12-19T21:03:30.632Z Compiling pkg-config v0.3.31
17122024-12-19T21:03:30.696Z Compiling dunce v1.0.5
17132024-12-19T21:03:30.891Z Compiling cexpr v0.6.0
17142024-12-19T21:03:30.915Z Compiling fs_extra v1.3.0
17152024-12-19T21:03:31.147Z Compiling smallvec v1.13.2
17162024-12-19T21:03:31.346Z Compiling semver v1.0.23
17172024-12-19T21:03:31.504Z Compiling ring v0.17.8
17182024-12-19T21:03:31.797Z Compiling synstructure v0.13.1
17192024-12-19T21:03:32.347Z Compiling heck v0.5.0
17202024-12-19T21:03:32.707Z Compiling ryu v1.0.18
17212024-12-19T21:03:32.802Z Compiling paste v1.0.15
17222024-12-19T21:03:32.847Z Compiling httparse v1.9.5
17232024-12-19T21:03:33.302Z Compiling aws-lc-rs v1.10.0
17242024-12-19T21:03:33.482Z Compiling const-oid v0.9.6
17252024-12-19T21:03:33.795Z Compiling pin-project-lite v0.2.14
17262024-12-19T21:03:33.974Z Compiling allocator-api2 v0.2.18
17272024-12-19T21:03:34.791Z Compiling regex v1.11.1
17282024-12-19T21:03:34.923Z Compiling futures-core v0.3.31
17292024-12-19T21:03:35.200Z Compiling signal-hook-registry v1.4.2
17302024-12-19T21:03:35.953Z Compiling time-core v0.1.2
17312024-12-19T21:03:36.173Z Compiling num-conv v0.1.0
17322024-12-19T21:03:36.356Z Compiling crossbeam-utils v0.8.20
17332024-12-19T21:03:36.401Z Compiling parking_lot v0.12.3
17342024-12-19T21:03:36.531Z Compiling time-macros v0.2.18
17352024-12-19T21:03:36.868Z Compiling mio v1.0.2
17362024-12-19T21:03:37.017Z Compiling vcpkg v0.2.15
17372024-12-19T21:03:37.315Z Compiling schemars v0.8.21
17382024-12-19T21:03:37.569Z Compiling serde_derive v1.0.215
17392024-12-19T21:03:37.726Z Compiling zeroize_derive v1.4.2
17402024-12-19T21:03:38.805Z Compiling zerocopy-derive v0.7.35
17412024-12-19T21:03:38.855Z Compiling tokio-macros v2.4.0
17422024-12-19T21:03:38.926Z Compiling thiserror-impl v1.0.69
17432024-12-19T21:03:39.054Z Compiling zerofrom-derive v0.1.4
17442024-12-19T21:03:39.352Z Compiling zeroize v1.8.1
17452024-12-19T21:03:39.956Z Compiling yoke-derive v0.7.4
17462024-12-19T21:03:40.344Z Compiling futures-macro v0.3.31
17472024-12-19T21:03:40.488Z Compiling zerovec-derive v0.10.3
17482024-12-19T21:03:41.011Z Compiling displaydoc v0.2.5
17492024-12-19T21:03:42.101Z Compiling zerocopy v0.7.35
17502024-12-19T21:03:42.487Z Compiling crypto-common v0.1.6
17512024-12-19T21:03:42.784Z Compiling icu_provider_macros v1.5.0
17522024-12-19T21:03:42.866Z Compiling tracing-attributes v0.1.27
17532024-12-19T21:03:42.969Z Compiling block-buffer v0.10.4
17542024-12-19T21:03:43.089Z Compiling der_derive v0.7.3
17552024-12-19T21:03:43.224Z Compiling digest v0.10.7
17562024-12-19T21:03:43.840Z Compiling openssl-sys v0.9.103
17572024-12-19T21:03:44.036Z Compiling fnv v1.0.7
17582024-12-19T21:03:44.928Z Compiling serde_derive_internals v0.29.1
17592024-12-19T21:03:45.478Z Compiling socket2 v0.5.7
17602024-12-19T21:03:45.736Z Compiling ahash v0.8.11
17612024-12-19T21:03:47.481Z Compiling schemars_derive v0.8.21
17622024-12-19T21:03:47.506Z Compiling cpufeatures v0.2.14
17632024-12-19T21:03:47.751Z Compiling equivalent v1.0.1
17642024-12-19T21:03:47.789Z Compiling futures-sink v0.3.31
17652024-12-19T21:03:47.938Z Compiling foldhash v0.1.3
17662024-12-19T21:03:47.987Z Compiling slog v2.7.0
17672024-12-19T21:03:48.267Z Compiling hashbrown v0.15.1
17682024-12-19T21:03:48.514Z Compiling stable_deref_trait v1.2.0
17692024-12-19T21:03:49.744Z Compiling futures-channel v0.3.31
17702024-12-19T21:03:49.792Z Compiling zerofrom v0.1.4
17712024-12-19T21:03:50.072Z Compiling scroll_derive v0.12.0
17722024-12-19T21:03:50.114Z Compiling futures-io v0.3.31
17732024-12-19T21:03:50.163Z Compiling openssl v0.10.66
17742024-12-19T21:03:50.284Z Compiling pin-utils v0.1.0
17752024-12-19T21:03:50.475Z Compiling futures-task v0.3.31
17762024-12-19T21:03:50.496Z Compiling ucd-trie v0.1.7
17772024-12-19T21:03:50.700Z Compiling yoke v0.7.4
17782024-12-19T21:03:50.763Z Compiling futures-util v0.3.31
17792024-12-19T21:03:50.846Z Compiling pest v2.7.14
17802024-12-19T21:03:51.225Z Compiling hmac v0.12.1
17812024-12-19T21:03:51.338Z Compiling tinyvec_macros v0.1.1
17822024-12-19T21:03:51.706Z Compiling tinyvec v1.8.0
17832024-12-19T21:03:51.746Z Compiling zerovec v0.10.4
17842024-12-19T21:03:52.435Z Compiling bitflags v2.6.0
17852024-12-19T21:03:53.331Z Compiling bytes v1.8.0
17862024-12-19T21:03:55.412Z Compiling tokio v1.40.0
17872024-12-19T21:03:55.743Z Compiling indexmap v2.6.0
17882024-12-19T21:03:56.180Z Compiling serde_tokenstream v0.2.2
17892024-12-19T21:03:57.438Z Compiling which v4.4.2
17902024-12-19T21:03:58.416Z Compiling http v1.1.0
17912024-12-19T21:03:58.656Z Compiling rustc_version v0.4.1
17922024-12-19T21:03:59.548Z Compiling pest_meta v2.7.14
17932024-12-19T21:03:59.611Z Compiling uuid v1.11.0
17942024-12-19T21:04:00.665Z Compiling block-padding v0.3.3
17952024-12-19T21:04:01.037Z Compiling openssl-macros v0.1.1
17962024-12-19T21:04:01.059Z Compiling native-tls v0.2.12
17972024-12-19T21:04:01.639Z Compiling rustls v0.23.14
17982024-12-19T21:04:01.870Z Compiling iana-time-zone v0.1.61
17992024-12-19T21:04:02.298Z Compiling chrono v0.4.38
18002024-12-19T21:04:03.180Z Compiling pest_generator v2.7.14
18012024-12-19T21:04:04.015Z Compiling inout v0.1.3
18022024-12-19T21:04:04.055Z Compiling unicode-normalization v0.1.24
18032024-12-19T21:04:04.277Z Compiling cipher v0.4.4
18042024-12-19T21:04:04.880Z Compiling tinystr v0.7.6
18052024-12-19T21:04:05.207Z Compiling pest_derive v2.7.14
18062024-12-19T21:04:05.625Z Compiling sha2 v0.10.8
18072024-12-19T21:04:05.978Z Compiling async-trait v0.1.83
18082024-12-19T21:04:06.073Z Compiling cookie v0.18.1
18092024-12-19T21:04:06.194Z Compiling usdt-impl v0.5.0
18102024-12-19T21:04:06.476Z Compiling writeable v0.5.5
18112024-12-19T21:04:06.499Z Compiling litemap v0.7.3
18122024-12-19T21:04:07.167Z Compiling unicode-bidi v0.3.17
18132024-12-19T21:04:07.700Z Compiling base64ct v1.6.0
18142024-12-19T21:04:08.574Z Compiling pem-rfc7468 v0.7.0
18152024-12-19T21:04:09.365Z Compiling icu_locid v1.5.0
18162024-12-19T21:04:10.381Z Compiling scroll v0.12.0
18172024-12-19T21:04:11.099Z Compiling ppv-lite86 v0.2.20
18182024-12-19T21:04:12.052Z Compiling tracing-core v0.1.32
18192024-12-19T21:04:12.089Z Compiling dyn-clone v1.0.17
18202024-12-19T21:04:12.263Z Compiling plain v0.2.3
18212024-12-19T21:04:12.444Z Compiling untrusted v0.7.1
18222024-12-19T21:04:12.647Z Compiling percent-encoding v2.3.1
18232024-12-19T21:04:13.149Z Compiling flagset v0.4.6
18242024-12-19T21:04:13.217Z Compiling aws-lc-sys v0.22.0
18252024-12-19T21:04:13.403Z Compiling rustls-pki-types v1.9.0
18262024-12-19T21:04:14.369Z Compiling syn v1.0.109
18272024-12-19T21:04:14.960Z Compiling camino v1.1.9
18282024-12-19T21:04:15.362Z Compiling der v0.7.9
18292024-12-19T21:04:15.549Z Compiling tracing v0.1.40
18302024-12-19T21:04:17.496Z Compiling goblin v0.8.2
18312024-12-19T21:04:18.790Z Compiling rand_chacha v0.3.1
18322024-12-19T21:04:19.401Z Compiling icu_provider v1.5.0
18332024-12-19T21:04:20.514Z Compiling tokio-util v0.7.12
18342024-12-19T21:04:22.023Z Compiling untrusted v0.9.0
18352024-12-19T21:04:22.320Z Compiling rustls v0.22.4
18362024-12-19T21:04:22.660Z Compiling powerfmt v0.2.0
18372024-12-19T21:04:22.692Z Compiling rayon-core v1.12.1
18382024-12-19T21:04:22.849Z Compiling icu_locid_transform_data v1.5.0
18392024-12-19T21:04:22.900Z Compiling pretty-hex v0.4.1
18402024-12-19T21:04:23.193Z Compiling mirai-annotations v1.12.0
18412024-12-19T21:04:23.346Z Compiling icu_locid_transform v1.5.0
18422024-12-19T21:04:23.395Z Compiling deranged v0.3.11
18432024-12-19T21:04:24.227Z Compiling dof v0.3.0
18442024-12-19T21:04:26.247Z Compiling rand v0.8.5
18452024-12-19T21:04:26.666Z Compiling spki v0.7.3
18462024-12-19T21:04:27.492Z Compiling dtrace-parser v0.2.0
18472024-12-19T21:04:28.130Z Compiling salsa20 v0.10.2
18482024-12-19T21:04:28.413Z Compiling icu_collections v1.5.0
18492024-12-19T21:04:29.463Z Compiling pbkdf2 v0.12.2
18502024-12-19T21:04:30.769Z Compiling bzip2-sys v0.1.11+1.0.8
18512024-12-19T21:04:30.941Z Compiling thread-id v4.2.2
18522024-12-19T21:04:31.104Z Compiling icu_properties_data v1.5.0
18532024-12-19T21:04:31.827Z Compiling atomic-waker v1.1.2
18542024-12-19T21:04:32.526Z Compiling num_threads v0.1.7
18552024-12-19T21:04:32.714Z Compiling time v0.3.36
18562024-12-19T21:04:32.795Z Compiling icu_properties v1.5.1
18572024-12-19T21:04:38.235Z Compiling scrypt v0.11.0
18582024-12-19T21:04:38.778Z Compiling form_urlencoded v1.2.1
18592024-12-19T21:04:38.875Z Compiling aes v0.8.4
18602024-12-19T21:04:39.045Z Compiling cbc v0.1.2
18612024-12-19T21:04:39.316Z Compiling http-body v1.0.1
18622024-12-19T21:04:39.863Z Compiling multer v3.1.0
18632024-12-19T21:04:40.244Z Compiling icu_normalizer_data v1.5.0
18642024-12-19T21:04:40.359Z Compiling write16 v1.0.0
18652024-12-19T21:04:40.410Z Compiling utf16_iter v1.0.5
18662024-12-19T21:04:40.444Z Compiling utf8_iter v1.0.4
18672024-12-19T21:04:40.941Z Compiling slog-async v2.8.0
18682024-12-19T21:04:40.964Z Compiling try-lock v0.2.5
18692024-12-19T21:04:41.237Z Compiling want v0.3.1
18702024-12-19T21:04:41.319Z Compiling icu_normalizer v1.5.0
18712024-12-19T21:04:41.573Z Compiling pkcs5 v0.7.1
18722024-12-19T21:04:45.802Z Compiling h2 v0.4.6
18732024-12-19T21:04:46.848Z Compiling heapless v0.7.17
18742024-12-19T21:04:47.244Z Compiling zerocopy-derive v0.6.6
18752024-12-19T21:04:47.348Z Compiling base64 v0.22.1
18762024-12-19T21:04:48.090Z Compiling httpdate v1.0.3
18772024-12-19T21:04:48.625Z Compiling signal-hook v0.3.17
18782024-12-19T21:04:48.943Z Compiling anyhow v1.0.93
18792024-12-19T21:04:48.991Z Compiling num-bigint-dig v0.8.4
18802024-12-19T21:04:50.536Z Compiling idna_adapter v1.2.0
18812024-12-19T21:04:51.138Z Compiling pkcs8 v0.10.2
18822024-12-19T21:04:51.911Z Compiling usdt-attr-macro v0.5.0
18832024-12-19T21:04:52.249Z Compiling usdt-macro v0.5.0
18842024-12-19T21:04:53.868Z Compiling async-stream-impl v0.3.6
18852024-12-19T21:04:53.913Z Compiling rustversion v1.0.17
18862024-12-19T21:04:54.584Z Compiling strsim v0.11.1
18872024-12-19T21:04:55.037Z Compiling hyper v1.5.0
18882024-12-19T21:04:55.128Z Compiling tower-service v0.3.3
18892024-12-19T21:04:56.500Z Compiling idna v1.0.3
18902024-12-19T21:04:58.062Z Compiling hyper-util v0.1.10
18912024-12-19T21:05:05.190Z Compiling curve25519-dalek v4.1.3
18922024-12-19T21:05:05.504Z Compiling openapiv3 v2.0.0
18932024-12-19T21:05:05.659Z Compiling toml_datetime v0.6.8
18942024-12-19T21:05:05.775Z Compiling serde_spanned v0.6.8
18952024-12-19T21:05:06.279Z Compiling enum-as-inner v0.6.1
18962024-12-19T21:05:06.530Z Compiling dropshot v0.12.0
18972024-12-19T21:05:06.832Z Compiling portable-atomic v1.9.0
18982024-12-19T21:05:06.992Z Compiling foreign-types-shared v0.1.1
18992024-12-19T21:05:07.144Z Compiling match_cfg v0.1.0
19002024-12-19T21:05:07.479Z Compiling smoltcp v0.9.1
19012024-12-19T21:05:08.414Z Compiling adler2 v2.0.0
19022024-12-19T21:05:08.576Z Compiling miniz_oxide v0.8.0
19032024-12-19T21:05:08.736Z Compiling foreign-types v0.3.2
19042024-12-19T21:05:08.868Z Compiling hostname v0.3.1
19052024-12-19T21:05:10.733Z Compiling url v2.5.3
19062024-12-19T21:05:19.098Z Compiling http-body-util v0.1.2
19072024-12-19T21:05:19.580Z Compiling clap_derive v4.5.18
19082024-12-19T21:05:19.957Z Compiling dirs-sys-next v0.1.2
19092024-12-19T21:05:20.625Z Compiling encoding_rs v0.8.34
19102024-12-19T21:05:22.313Z Compiling siphasher v0.3.11
19112024-12-19T21:05:22.880Z Compiling data-encoding v2.6.0
19122024-12-19T21:05:24.975Z Compiling mime v0.3.17
19132024-12-19T21:05:26.096Z Compiling dirs-next v2.0.0
19142024-12-19T21:05:31.760Z Compiling hubpack_derive v0.1.1
19152024-12-19T21:05:32.315Z Compiling serde_urlencoded v0.7.1
19162024-12-19T21:05:32.603Z Compiling rustls-webpki v0.102.8
19172024-12-19T21:05:32.923Z Compiling crossbeam-epoch v0.9.18
19182024-12-19T21:05:33.679Z Compiling hashbrown v0.14.5
19192024-12-19T21:05:33.735Z Compiling rustls-pemfile v2.2.0
19202024-12-19T21:05:34.217Z Compiling dropshot_endpoint v0.12.0
19212024-12-19T21:05:35.280Z Compiling sha1 v0.10.6
19222024-12-19T21:05:35.441Z Compiling signature v2.2.0
19232024-12-19T21:05:35.463Z Compiling curve25519-dalek-derive v0.1.1
19242024-12-19T21:05:35.708Z Compiling thread_local v1.1.8
19252024-12-19T21:05:35.819Z Compiling fs-err v2.11.0
19262024-12-19T21:05:36.195Z Compiling anstyle v1.0.10
19272024-12-19T21:05:36.853Z Compiling unicode-properties v0.1.3
19282024-12-19T21:05:37.136Z Compiling utf8parse v0.2.2
19292024-12-19T21:05:37.272Z Compiling ipnet v2.10.1
19302024-12-19T21:05:37.317Z Compiling winnow v0.6.20
19312024-12-19T21:05:38.407Z Compiling gimli v0.31.1
19322024-12-19T21:05:39.688Z Compiling openssl-probe v0.1.5
19332024-12-19T21:05:41.129Z Compiling toml_edit v0.22.22
19342024-12-19T21:05:41.702Z Compiling anstyle-parse v0.2.5
19352024-12-19T21:05:41.948Z Compiling stringprep v0.1.5
19362024-12-19T21:05:42.186Z Compiling regress v0.10.1
19372024-12-19T21:05:43.539Z Compiling addr2line v0.24.2
19382024-12-19T21:05:44.246Z Compiling crossbeam-deque v0.8.5
19392024-12-19T21:05:44.617Z Compiling term v0.7.0
19402024-12-19T21:05:45.952Z Compiling slog-json v2.6.1
19412024-12-19T21:05:47.086Z Compiling crossbeam-channel v0.5.13
19422024-12-19T21:05:48.559Z Compiling idna v0.3.0
19432024-12-19T21:05:48.582Z Compiling idna v0.4.0
19442024-12-19T21:05:50.163Z Compiling futures-executor v0.3.31
19452024-12-19T21:05:50.185Z Compiling num-integer v0.1.46
19462024-12-19T21:05:50.670Z Compiling md-5 v0.10.6
19472024-12-19T21:05:50.915Z Compiling ff v0.13.0
19482024-12-19T21:05:50.964Z Compiling hash32 v0.2.1
19492024-12-19T21:05:51.177Z Compiling is-terminal v0.4.13
19502024-12-19T21:05:51.319Z Compiling memmap v0.7.0
19512024-12-19T21:05:51.354Z Compiling object v0.36.5
19522024-12-19T21:05:51.662Z Compiling fallible-iterator v0.2.0
19532024-12-19T21:05:52.002Z Compiling psl-types v2.0.11
19542024-12-19T21:05:52.240Z Compiling is_terminal_polyfill v1.70.1
19552024-12-19T21:05:52.386Z Compiling colorchoice v1.0.2
19562024-12-19T21:05:52.441Z Compiling base16ct v0.2.0
19572024-12-19T21:05:52.559Z Compiling linked-hash-map v0.5.6
19582024-12-19T21:05:52.750Z Compiling anstyle-query v1.1.1
19592024-12-19T21:05:52.837Z Compiling rustc-demangle v0.1.24
19602024-12-19T21:05:52.926Z Compiling heck v0.4.1
19612024-12-19T21:05:52.970Z Compiling utf-8 v0.7.6
19622024-12-19T21:05:53.285Z Compiling quick-error v1.2.3
19632024-12-19T21:05:53.354Z Compiling take_mut v0.2.2
19642024-12-19T21:05:53.451Z Compiling resolv-conf v0.7.0
19652024-12-19T21:05:53.753Z Compiling strum_macros v0.25.3
19662024-12-19T21:05:54.158Z Compiling tungstenite v0.24.0
19672024-12-19T21:05:54.619Z Compiling lru-cache v0.1.2
19682024-12-19T21:05:54.867Z Compiling anstream v0.6.15
19692024-12-19T21:05:55.549Z Compiling publicsuffix v2.2.3
19702024-12-19T21:05:55.854Z Compiling sec1 v0.7.3
19712024-12-19T21:05:56.265Z Compiling postgres-protocol v0.6.7
19722024-12-19T21:05:56.800Z Compiling usdt v0.5.0
19732024-12-19T21:05:57.270Z Compiling slog-term v2.9.1
19742024-12-19T21:05:57.521Z Compiling group v0.13.0
19752024-12-19T21:05:57.542Z Compiling num-iter v0.1.45
19762024-12-19T21:05:57.756Z Compiling tokio-rustls v0.26.0
19772024-12-19T21:05:57.865Z Compiling futures v0.3.31
19782024-12-19T21:05:58.377Z Compiling hickory-proto v0.24.1
19792024-12-19T21:05:59.005Z Compiling backtrace v0.3.74
19802024-12-19T21:05:59.460Z Compiling tokio-rustls v0.25.0
19812024-12-19T21:06:00.203Z Compiling slog-bunyan v2.5.0
19822024-12-19T21:06:00.419Z Compiling typify-impl v0.2.0
19832024-12-19T21:06:00.637Z Compiling toml v0.8.19
19842024-12-19T21:06:00.787Z Compiling tokio-native-tls v0.3.1
19852024-12-19T21:06:01.100Z Compiling phf_shared v0.11.2
19862024-12-19T21:06:01.496Z Compiling async-stream v0.3.6
19872024-12-19T21:06:01.832Z Compiling waitgroup v0.1.2
19882024-12-19T21:06:02.001Z Compiling webpki-roots v0.26.6
19892024-12-19T21:06:02.144Z Compiling idna v0.5.0
19902024-12-19T21:06:02.263Z Compiling terminal_size v0.4.0
19912024-12-19T21:06:02.347Z Compiling serde_path_to_error v0.1.16
19922024-12-19T21:06:03.115Z Compiling hkdf v0.12.4
19932024-12-19T21:06:03.166Z Compiling crypto-bigint v0.5.5
19942024-12-19T21:06:03.360Z Compiling derive-where v1.2.7
19952024-12-19T21:06:03.594Z Compiling serde_repr v0.1.19
19962024-12-19T21:06:04.915Z Compiling hostname v0.4.0
19972024-12-19T21:06:05.166Z Compiling crc32fast v1.4.2
19982024-12-19T21:06:06.022Z Compiling clap_lex v0.7.2
19992024-12-19T21:06:06.354Z Compiling managed v0.8.0
20002024-12-19T21:06:06.539Z Compiling bitflags v1.3.2
20012024-12-19T21:06:06.590Z Compiling winnow v0.5.40
20022024-12-19T21:06:06.799Z Compiling unicode-width v0.1.14
20032024-12-19T21:06:06.866Z Compiling debug-ignore v1.0.5
20042024-12-19T21:06:07.357Z Compiling console v0.15.8
20052024-12-19T21:06:08.955Z Compiling clap_builder v4.5.21
20062024-12-19T21:06:10.527Z Compiling toml_edit v0.19.15
20072024-12-19T21:06:10.613Z Compiling elliptic-curve v0.13.8
20082024-12-19T21:06:11.372Z Compiling flate2 v1.0.34
20092024-12-19T21:06:11.445Z Compiling hickory-resolver v0.24.1
20102024-12-19T21:06:12.294Z Compiling typify-macro v0.2.0
20112024-12-19T21:06:16.124Z Compiling cookie_store v0.21.0
20122024-12-19T21:06:16.516Z Compiling hyper-rustls v0.27.3
20132024-12-19T21:06:17.622Z Compiling phf v0.11.2
20142024-12-19T21:06:17.960Z Compiling hyper-tls v0.6.0
20152024-12-19T21:06:18.427Z Compiling signal-hook-mio v0.2.4
20162024-12-19T21:06:18.603Z Compiling rayon v1.10.0
20172024-12-19T21:06:18.664Z Compiling bzip2 v0.4.4
20182024-12-19T21:06:19.086Z Compiling postgres-types v0.2.8
20192024-12-19T21:06:19.140Z Compiling tokio-tungstenite v0.24.0
20202024-12-19T21:06:19.914Z Compiling ed25519 v2.2.3
20212024-12-19T21:06:20.329Z Compiling hubpack v0.1.2
20222024-12-19T21:06:20.385Z Compiling phf_shared v0.10.0
20232024-12-19T21:06:20.439Z Compiling pkcs1 v0.7.5
20242024-12-19T21:06:20.757Z Compiling zerocopy v0.6.6
20252024-12-19T21:06:20.790Z Compiling tokio-stream v0.1.16
20262024-12-19T21:06:21.693Z Compiling serde-big-array v0.5.1
20272024-12-19T21:06:21.932Z Compiling rfc6979 v0.4.0
20282024-12-19T21:06:21.981Z Compiling float-cmp v0.9.0
20292024-12-19T21:06:22.199Z Compiling sync_wrapper v1.0.1
20302024-12-19T21:06:22.363Z Compiling bstr v1.10.0
20312024-12-19T21:06:22.408Z Compiling unicode-segmentation v1.12.0
20322024-12-19T21:06:22.666Z Compiling bit-vec v0.6.3
20332024-12-19T21:06:23.327Z Compiling difflib v0.4.0
20342024-12-19T21:06:23.462Z Compiling static_assertions v1.1.0
20352024-12-19T21:06:23.551Z Compiling fixedbitset v0.4.2
20362024-12-19T21:06:23.990Z Compiling precomputed-hash v0.1.1
20372024-12-19T21:06:24.123Z Compiling number_prefix v0.4.0
20382024-12-19T21:06:24.365Z Compiling predicates-core v1.0.8
20392024-12-19T21:06:24.611Z Compiling new_debug_unreachable v1.0.6
20402024-12-19T21:06:24.631Z Compiling normalize-line-endings v0.3.0
20412024-12-19T21:06:24.703Z Compiling whoami v1.5.2
20422024-12-19T21:06:24.728Z Compiling unicode-width v0.2.0
20432024-12-19T21:06:24.780Z Compiling predicates v3.1.2
20442024-12-19T21:06:25.176Z Compiling tokio-postgres v0.7.12
20452024-12-19T21:06:25.284Z Compiling indicatif v0.17.9
20462024-12-19T21:06:25.309Z Compiling string_cache v0.8.7
20472024-12-19T21:06:26.876Z Compiling reqwest v0.12.9
20482024-12-19T21:06:27.241Z Compiling petgraph v0.6.5
20492024-12-19T21:06:27.511Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20502024-12-19T21:06:31.045Z Compiling similar v2.6.0
20512024-12-19T21:06:31.518Z Compiling bit-set v0.5.3
20522024-12-19T21:06:32.022Z Compiling ecdsa v0.16.9
20532024-12-19T21:06:32.909Z Compiling qorb v0.2.1
20542024-12-19T21:06:33.096Z Compiling rsa v0.9.6
20552024-12-19T21:06:33.359Z Compiling ed25519-dalek v2.1.1
20562024-12-19T21:06:33.900Z Compiling zip v0.6.6
20572024-12-19T21:06:34.698Z Compiling crossterm v0.28.1
20582024-12-19T21:06:34.723Z Compiling toml v0.7.8
20592024-12-19T21:06:34.799Z Compiling clap v4.5.21
20602024-12-19T21:06:38.183Z Compiling x509-cert v0.2.5
20612024-12-19T21:06:38.529Z Compiling hex v0.4.3
20622024-12-19T21:06:40.372Z Compiling itertools v0.10.5
20632024-12-19T21:06:41.257Z Compiling radium v0.7.0
20642024-12-19T21:06:42.326Z Compiling unicode-xid v0.2.6
20652024-12-19T21:06:42.511Z Compiling lalrpop-util v0.19.12
20662024-12-19T21:06:42.879Z Compiling peg-runtime v0.8.3
20672024-12-19T21:06:44.697Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20682024-12-19T21:07:03.197Z Compiling ident_case v1.0.1
20692024-12-19T21:07:03.287Z Compiling maybe-uninit v2.0.0
20702024-12-19T21:07:03.447Z Compiling tap v1.0.1
20712024-12-19T21:07:03.658Z Compiling wyz v0.5.1
20722024-12-19T21:07:04.194Z Compiling darling_core v0.20.10
20732024-12-19T21:07:13.847Z Compiling typify v0.2.0
20742024-12-19T21:07:18.232Z Compiling packed_struct v0.10.1
20752024-12-19T21:07:18.278Z Compiling funty v2.0.0
20762024-12-19T21:07:18.657Z Compiling unsafe-libyaml v0.2.11
20772024-12-19T21:07:20.533Z Compiling serde_yaml v0.9.34+deprecated
20782024-12-19T21:07:20.826Z Compiling bitvec v1.0.1
20792024-12-19T21:07:24.584Z Compiling progenitor-impl v0.8.0
20802024-12-19T21:07:25.281Z Compiling darling_macro v0.20.10
20812024-12-19T21:07:26.471Z Compiling packed_struct_codegen v0.10.1
20822024-12-19T21:07:29.304Z Compiling structmeta-derive v0.3.0
20832024-12-19T21:07:29.363Z Compiling indexmap v1.9.3
20842024-12-19T21:07:29.688Z Compiling nodrop v0.1.14
20852024-12-19T21:07:29.999Z Compiling newtype-uuid v1.1.3
20862024-12-19T21:07:30.963Z Compiling fastrand v2.1.1
20872024-12-19T21:07:31.491Z Compiling crc-catalog v2.4.0
20882024-12-19T21:07:31.611Z Compiling progenitor-macro v0.8.0
20892024-12-19T21:07:31.657Z Compiling crc v3.2.1
20902024-12-19T21:07:32.068Z Compiling structmeta v0.3.0
20912024-12-19T21:07:33.414Z Compiling tempfile v3.13.0
20922024-12-19T21:07:34.651Z Compiling array-init v0.0.4
20932024-12-19T21:07:39.767Z Compiling darling v0.20.10
20942024-12-19T21:07:39.927Z Compiling smallvec v0.6.14
20952024-12-19T21:07:46.312Z Compiling progenitor-client v0.8.0
20962024-12-19T21:07:48.821Z Compiling pin-project-internal v1.1.6
20972024-12-19T21:07:48.949Z Compiling dropshot v0.13.0
20982024-12-19T21:07:51.822Z Compiling termcolor v1.4.1
20992024-12-19T21:07:52.483Z Compiling bitfield v0.14.0
21002024-12-19T21:07:52.809Z Compiling same-file v1.0.6
21012024-12-19T21:07:53.130Z Compiling base64 v0.21.7
21022024-12-19T21:07:53.210Z Compiling hashbrown v0.12.3
21032024-12-19T21:07:54.308Z Compiling ron v0.8.1
21042024-12-19T21:07:57.372Z Compiling walkdir v2.5.0
21052024-12-19T21:07:59.061Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21062024-12-19T21:08:00.454Z Compiling env_logger v0.10.2
21072024-12-19T21:08:03.668Z Compiling pin-project v1.1.6
21082024-12-19T21:08:09.019Z Compiling progenitor v0.8.0
21092024-12-19T21:08:09.346Z Compiling serde-hex v0.1.0
21102024-12-19T21:08:11.603Z Compiling serde_with_macros v3.11.0
21112024-12-19T21:08:14.627Z Compiling parse-display-derive v0.10.0
21122024-12-19T21:08:14.812Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
21132024-12-19T21:08:18.217Z Compiling strum_macros v0.26.4
21142024-12-19T21:08:18.276Z Compiling hashbrown v0.13.2
21152024-12-19T21:08:18.326Z Compiling ipnetwork v0.20.0
21162024-12-19T21:08:18.721Z Compiling xattr v1.3.1
21172024-12-19T21:08:18.978Z Compiling dropshot_endpoint v0.13.0
21182024-12-19T21:08:19.071Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21192024-12-19T21:08:19.492Z Compiling snafu-derive v0.8.5
21202024-12-19T21:08:19.658Z Compiling ring v0.16.20
21212024-12-19T21:08:19.866Z Compiling blake3 v1.5.4
21222024-12-19T21:08:20.522Z Compiling filetime v0.2.25
21232024-12-19T21:08:20.715Z Compiling instant v0.1.13
21242024-12-19T21:08:20.925Z Compiling zip v2.1.3
21252024-12-19T21:08:21.345Z Compiling simd-adler32 v0.3.7
21262024-12-19T21:08:22.396Z Compiling lockfree-object-pool v0.1.6
21272024-12-19T21:08:22.534Z Compiling buf-list v1.0.3
21282024-12-19T21:08:22.574Z Compiling crc-any v2.5.0
21292024-12-19T21:08:22.702Z Compiling bumpalo v3.16.0
21302024-12-19T21:08:22.900Z Compiling strum v0.26.3
21312024-12-19T21:08:23.113Z Compiling zopfli v0.8.1
21322024-12-19T21:08:23.160Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
21332024-12-19T21:08:23.493Z Compiling backoff v0.4.0
21342024-12-19T21:08:23.515Z Compiling tar v0.4.42
21352024-12-19T21:08:24.449Z Compiling snafu v0.8.5
21362024-12-19T21:08:26.567Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
21372024-12-19T21:08:26.806Z Compiling object v0.30.4
21382024-12-19T21:08:27.536Z Compiling parse-display v0.10.0
21392024-12-19T21:08:29.286Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
21402024-12-19T21:08:29.513Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
21412024-12-19T21:08:29.816Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
21422024-12-19T21:08:30.460Z Compiling serde_with v3.11.0
21432024-12-19T21:08:31.207Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
21442024-12-19T21:08:31.928Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
21452024-12-19T21:08:33.032Z Compiling camino-tempfile v1.1.1
21462024-12-19T21:08:33.841Z Compiling globset v0.4.15
21472024-12-19T21:08:34.059Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
21482024-12-19T21:08:34.279Z Compiling regress v0.9.1
21492024-12-19T21:08:34.953Z Compiling pem v3.0.4
21502024-12-19T21:08:36.453Z Compiling olpc-cjson v0.1.4
21512024-12-19T21:08:36.810Z Compiling serde_plain v1.0.2
21522024-12-19T21:08:37.382Z Compiling macaddr v1.0.1
21532024-12-19T21:08:38.043Z Compiling async-recursion v1.1.1
21542024-12-19T21:08:38.795Z Compiling memmap2 v0.9.5
21552024-12-19T21:08:39.430Z Compiling spin v0.5.2
21562024-12-19T21:08:39.534Z Compiling arrayvec v0.7.6
21572024-12-19T21:08:39.722Z Compiling typed-path v0.9.3
21582024-12-19T21:08:39.785Z Compiling constant_time_eq v0.3.1
21592024-12-19T21:08:40.007Z Compiling path-slash v0.1.5
21602024-12-19T21:08:40.076Z Compiling arrayref v0.3.9
21612024-12-19T21:08:40.242Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
21622024-12-19T21:08:41.629Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21632024-12-19T21:08:43.084Z Compiling tough v0.19.0
21642024-12-19T21:08:47.432Z Compiling itertools v0.13.0
21652024-12-19T21:08:48.197Z Compiling cargo-platform v0.1.8
21662024-12-19T21:08:48.220Z Compiling parse-size v1.1.0
21672024-12-19T21:08:48.541Z Compiling topological-sort v0.2.2
21682024-12-19T21:08:48.836Z Compiling omicron-zone-package v0.11.1
21692024-12-19T21:08:49.301Z Compiling cargo_metadata v0.18.1
21702024-12-19T21:08:51.177Z Compiling shell-words v1.1.0
21712024-12-19T21:08:55.622Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
21722024-12-19T21:09:10.078Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
21732024-12-19T21:09:25.449Z Finished `release` profile [optimized] target(s) in 6m 05s
21742024-12-19T21:09:25.613Z Running `target/release/omicron-releng --output-dir /work`
21752024-12-19T21:09:25.661ZDec 19 21:09:24.183 DEBG changing working directory to /work/oxidecomputer/omicron
21762024-12-19T21:09:25.760ZDec 19 21:09:24.284 DEBG running: git rev-parse HEAD
21772024-12-19T21:09:25.766ZDec 19 21:09:24.291 DEBG process exited with exit status: 0 (6.622011ms)
21782024-12-19T21:09:25.766ZDec 19 21:09:24.291 INFO version: 12.0.0-0.ci+git4113601b516
21792024-12-19T21:09:25.811ZDec 19 21:09:24.336 INFO cloning helios to /work/oxidecomputer/helios
21802024-12-19T21:09:25.811ZDec 19 21:09:24.336 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
21812024-12-19T21:09:25.816ZCloning into '/work/oxidecomputer/helios'...
21822024-12-19T21:09:26.311ZDec 19 21:09:24.835 DEBG process exited with exit status: 0 (499.046391ms)
21832024-12-19T21:09:26.311ZDec 19 21:09:24.835 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
21842024-12-19T21:09:26.319Z# branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b
21852024-12-19T21:09:26.319Z# branch.head master
21862024-12-19T21:09:26.319Z# branch.upstream origin/master
21872024-12-19T21:09:26.319Z# branch.ab +0 -0
21882024-12-19T21:09:26.322ZDec 19 21:09:24.843 DEBG process exited with exit status: 0 (8.45198ms)
21892024-12-19T21:09:26.322ZDec 19 21:09:24.843 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
21902024-12-19T21:09:27.253ZDec 19 21:09:25.776 DEBG process exited with exit status: 0 (932.529379ms)
21912024-12-19T21:09:27.253ZDec 19 21:09:25.776 DEBG running: zfs list rpool/images/build/host
21922024-12-19T21:09:27.260ZNAME USED AVAIL REFER MOUNTPOINT
21932024-12-19T21:09:27.260Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
21942024-12-19T21:09:27.263ZDec 19 21:09:25.785 DEBG process exited with exit status: 0 (8.403582ms)
21952024-12-19T21:09:27.263ZDec 19 21:09:25.785 DEBG running: zfs list rpool/images/build/recovery
21962024-12-19T21:09:27.268ZNAME USED AVAIL REFER MOUNTPOINT
21972024-12-19T21:09:27.268Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
21982024-12-19T21:09:27.271ZDec 19 21:09:25.793 DEBG process exited with exit status: 0 (8.383471ms)
21992024-12-19T21:09:27.271ZDec 19 21:09:25.794 INFO [hubris-production] running task
22002024-12-19T21:09:27.271ZDec 19 21:09:25.794 INFO [hubris-staging] running task
22012024-12-19T21:09:27.271ZDec 19 21:09:25.795 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
22022024-12-19T21:09:27.275ZDec 19 21:09:25.799 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
22032024-12-19T21:09:27.348Z[ helios-setup] cd tools/helios-build && cargo build --quiet
22042024-12-19T21:09:27.744Z[ omicron-package] Blocking waiting for file lock on package cache
22052024-12-19T21:09:28.718Z[ omicron-package] Blocking waiting for file lock on package cache
22062024-12-19T21:09:29.005Z[ omicron-package] Blocking waiting for file lock on package cache
22072024-12-19T21:09:29.570ZDec 19 21:09:28.091 INFO [hubris-production] task succeeded (2.297025295s)
22082024-12-19T21:09:29.858Z[ omicron-package] Compiling zerocopy v0.8.10
22092024-12-19T21:09:29.863Z[ omicron-package] Compiling proc-macro-crate v1.3.1
22102024-12-19T21:09:29.863Z[ omicron-package] Compiling itertools v0.13.0
22112024-12-19T21:09:29.863Z[ omicron-package] Compiling zerocopy-derive v0.8.10
22122024-12-19T21:09:29.863Z[ omicron-package] Compiling heapless v0.8.0
22132024-12-19T21:09:29.863Z[ omicron-package] Compiling hash32 v0.3.1
22142024-12-19T21:09:29.863Z[ omicron-package] Compiling smoltcp v0.11.0
22152024-12-19T21:09:29.863Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22162024-12-19T21:09:31.361Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
22172024-12-19T21:09:31.474Z[ omicron-package] Compiling cobs v0.2.3
22182024-12-19T21:09:31.593Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22192024-12-19T21:09:31.638Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22202024-12-19T21:09:32.375Z[ omicron-package] Compiling num_enum_derive v0.5.11
22212024-12-19T21:09:32.492Z[ omicron-package] Compiling postcard v1.0.10
22222024-12-19T21:09:32.681Z[ omicron-package] Compiling proc-macro-error v1.0.4
22232024-12-19T21:09:32.803Z[ omicron-package] Compiling foreign-types-macros v0.2.3
22242024-12-19T21:09:32.807Z[ omicron-package] Compiling foreign-types-shared v0.3.1
22252024-12-19T21:09:33.346Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22262024-12-19T21:09:35.154Z[ omicron-package] Compiling tabwriter v1.4.0
22272024-12-19T21:09:35.608Z[ omicron-package] Compiling foreign-types v0.5.0
22282024-12-19T21:09:35.769Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22292024-12-19T21:09:35.877Z[ omicron-package] Compiling cstr-argument v0.1.2
22302024-12-19T21:09:36.079Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22312024-12-19T21:09:36.204Z[ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22322024-12-19T21:09:36.392Z[ omicron-package] Compiling num_enum v0.5.11
22332024-12-19T21:09:36.651Z[ omicron-package] Compiling thiserror v2.0.3
22342024-12-19T21:09:36.769Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
22352024-12-19T21:09:37.166Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
22362024-12-19T21:09:37.717Z[ omicron-package] Compiling pretty-hex v0.2.1
22372024-12-19T21:09:37.817Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
22382024-12-19T21:09:38.077Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
22392024-12-19T21:09:38.162Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
22402024-12-19T21:09:38.712Z[ omicron-package] Compiling colored v2.1.0
22412024-12-19T21:09:39.033Z[ omicron-package] Compiling thiserror-impl v2.0.3
22422024-12-19T21:09:39.400Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
22432024-12-19T21:09:39.814Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
22442024-12-19T21:09:40.488ZDec 19 21:09:39.005 INFO [hubris-staging] task succeeded (13.210876736s)
22452024-12-19T21:09:40.755Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22462024-12-19T21:09:40.964Z[ omicron-package] Compiling sigpipe v0.1.3
22472024-12-19T21:09:41.507Z[ omicron-package] Compiling num-derive v0.4.2
22482024-12-19T21:09:41.743Z[ omicron-package] Compiling libefi-sys v0.1.0
22492024-12-19T21:09:42.597Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
22502024-12-19T21:09:42.984Z[ omicron-package] Compiling zone v0.3.0
22512024-12-19T21:09:43.533Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
22522024-12-19T21:09:43.722Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
22532024-12-19T21:09:44.497Z[ omicron-package] Compiling smf v0.2.3
22542024-12-19T21:09:45.147Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
22552024-12-19T21:09:45.675Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
22562024-12-19T21:09:45.931Z[ omicron-package] Compiling bitfield-struct v0.6.2
22572024-12-19T21:09:48.118Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22582024-12-19T21:09:48.173Z[ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22592024-12-19T21:09:48.326Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
22602024-12-19T21:09:48.494Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22612024-12-19T21:09:48.662Z[ omicron-package] Compiling gethostname v0.5.0
22622024-12-19T21:09:48.703Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
22632024-12-19T21:09:48.993Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
22642024-12-19T21:09:49.253Z[ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
22652024-12-19T21:09:51.905Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22662024-12-19T21:09:53.348Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22672024-12-19T21:09:54.911Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
22682024-12-19T21:09:57.877Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
22692024-12-19T21:09:58.592Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
22702024-12-19T21:10:00.274Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
22712024-12-19T21:10:13.934Z[ helios-setup] Dec 19 21:10:10.112 INFO helios repository root is: /work/oxidecomputer/helios
22722024-12-19T21:10:13.934Z[ helios-setup] Dec 19 21:10:10.114 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
22732024-12-19T21:10:13.934Z[ helios-setup] Dec 19 21:10:10.114 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22742024-12-19T21:10:13.934Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22752024-12-19T21:10:18.298Z[ helios-setup] Dec 19 21:10:16.797 INFO clone ok!, project: amd-firmware
22762024-12-19T21:10:18.302Z[ helios-setup] Dec 19 21:10:16.797 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
22772024-12-19T21:10:18.302Z[ helios-setup] Dec 19 21:10:16.797 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22782024-12-19T21:10:18.302Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22792024-12-19T21:10:18.833Z[ helios-setup] Dec 19 21:10:17.331 INFO clone ok!, project: phbl
22802024-12-19T21:10:18.836Z[ helios-setup] Dec 19 21:10:17.332 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
22812024-12-19T21:10:18.836Z[ helios-setup] Dec 19 21:10:17.332 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22822024-12-19T21:10:18.836Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22832024-12-19T21:10:19.655Z[ helios-setup] Dec 19 21:10:18.153 INFO clone ok!, project: chelsio-t6-roms
22842024-12-19T21:10:19.657Z[ helios-setup] Dec 19 21:10:18.153 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
22852024-12-19T21:10:19.657Z[ helios-setup] Dec 19 21:10:18.154 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22862024-12-19T21:10:19.660Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22872024-12-19T21:10:19.761Z[ omicron-package] Finished `release` profile [optimized] target(s) in 52.45s
22882024-12-19T21:10:20.009Z[ omicron-package]
22892024-12-19T21:10:20.013Z[ omicron-package] real 52.656683580
22902024-12-19T21:10:20.013Z[ omicron-package] user 3:03.999615170
22912024-12-19T21:10:20.013Z[ omicron-package] sys 27.368224393
22922024-12-19T21:10:20.013Z[ omicron-package] trap 0.263620708
22932024-12-19T21:10:20.013Z[ omicron-package] tflt 0.443015679
22942024-12-19T21:10:20.013Z[ omicron-package] dflt 0.827234391
22952024-12-19T21:10:20.013Z[ omicron-package] kflt 0.000011984
22962024-12-19T21:10:20.013Z[ omicron-package] lock 5:51.307022614
22972024-12-19T21:10:20.013Z[ omicron-package] slp 10:30.978262063
22982024-12-19T21:10:20.013Z[ omicron-package] lat 1:38.338263347
22992024-12-19T21:10:20.013ZDec 19 21:10:18.508 INFO [omicron-package] process exited with exit status: 0 (52.713840023s)
23002024-12-19T21:10:20.013Z[ omicron-package] stop 56.750868896
23012024-12-19T21:10:20.014ZDec 19 21:10:18.509 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
23022024-12-19T21:10:20.097ZDec 19 21:10:18.596 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
23032024-12-19T21:10:20.111Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
23042024-12-19T21:10:20.113Z[ host-target] Created new build target 'host' and set it as active
23052024-12-19T21:10:20.116ZDec 19 21:10:18.612 INFO [host-target] process exited with exit status: 0 (103.497119ms)
23062024-12-19T21:10:20.116ZDec 19 21:10:18.613 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
23072024-12-19T21:10:20.124Z[ recovery-target] Created new build target 'recovery' and set it as active
23082024-12-19T21:10:20.127Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
23092024-12-19T21:10:20.129ZDec 19 21:10:18.627 INFO [recovery-target] process exited with exit status: 0 (31.662065ms)
23102024-12-19T21:10:20.138Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
23112024-12-19T21:10:20.487Z[ helios-setup] Dec 19 21:10:18.985 INFO clone ok!, project: pilot
23122024-12-19T21:10:20.489Z[ helios-setup] Dec 19 21:10:18.985 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
23132024-12-19T21:10:20.489Z[ helios-setup] Dec 19 21:10:18.985 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
23142024-12-19T21:10:20.489Z[ helios-setup] Dec 19 21:10:18.985 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
23152024-12-19T21:10:20.489Z[ helios-setup] Dec 19 21:10:18.985 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
23162024-12-19T21:10:20.492Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
23172024-12-19T21:10:21.056Z[ helios-setup] Dec 19 21:10:19.554 INFO clone ok!, project: pinprick
23182024-12-19T21:10:21.059Z[ helios-setup] Dec 19 21:10:19.554 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
23192024-12-19T21:10:21.059Z[ helios-setup] Dec 19 21:10:19.554 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
23202024-12-19T21:10:21.061Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
23212024-12-19T21:10:21.415Z[ host-package] Compiling convert_case v0.4.0
23222024-12-19T21:10:21.415Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
23232024-12-19T21:10:21.417Z[ host-package] Compiling newline-converter v0.3.0
23242024-12-19T21:10:21.417Z[ host-package] Compiling password-hash v0.5.0
23252024-12-19T21:10:21.417Z[ host-package] Compiling progenitor-client v0.8.0
23262024-12-19T21:10:21.417Z[ host-package] Compiling blake2 v0.10.6
23272024-12-19T21:10:21.550Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
23282024-12-19T21:10:21.564Z[ helios-setup] Dec 19 21:10:20.062 INFO clone ok!, project: bootserver
23292024-12-19T21:10:21.567Z[ helios-setup] Dec 19 21:10:20.062 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
23302024-12-19T21:10:21.567Z[ helios-setup] Dec 19 21:10:20.062 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
23312024-12-19T21:10:21.570Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
23322024-12-19T21:10:21.614Z[ host-package] Compiling owo-colors v4.1.0
23332024-12-19T21:10:21.775Z[ host-package] Compiling expectorate v1.1.0
23342024-12-19T21:10:21.890Z[ host-package] Compiling cancel-safe-futures v0.1.5
23352024-12-19T21:10:21.954Z[ host-package] Compiling progenitor v0.8.0
23362024-12-19T21:10:22.063Z[ host-package] Compiling num-rational v0.4.2
23372024-12-19T21:10:22.218Z[ host-package] Compiling argon2 v0.5.3
23382024-12-19T21:10:22.273Z[ host-package] Compiling num-complex v0.4.6
23392024-12-19T21:10:22.294Z[ host-package] Compiling derive_more v0.99.18
23402024-12-19T21:10:22.812Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
23412024-12-19T21:10:22.846Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
23422024-12-19T21:10:22.932Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23432024-12-19T21:10:23.002Z[ host-package] Compiling atomicwrites v0.4.4
23442024-12-19T21:10:23.544Z[ host-package] Compiling num v0.4.3
23452024-12-19T21:10:23.585Z[ host-package] Compiling libsw v3.3.1
23462024-12-19T21:10:23.678Z[ host-package] Compiling linear-map v1.2.0
23472024-12-19T21:10:23.754Z[ host-package] Compiling float-ord v0.3.2
23482024-12-19T21:10:23.786Z[ host-package] Compiling indent_write v2.2.0
23492024-12-19T21:10:23.954Z[ host-package] Compiling swrite v0.1.0
23502024-12-19T21:10:23.982Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
23512024-12-19T21:10:24.045Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23522024-12-19T21:10:24.121Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
23532024-12-19T21:10:24.168Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23542024-12-19T21:10:24.726Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23552024-12-19T21:10:24.749Z[ host-package] Compiling highway v1.2.0
23562024-12-19T21:10:25.303Z[ host-package] Compiling semver v0.1.20
23572024-12-19T21:10:25.939Z[ host-package] Compiling rustc_version v0.1.7
23582024-12-19T21:10:26.249Z[ host-package] Compiling newtype-uuid v1.1.3
23592024-12-19T21:10:26.402Z[ host-package] Compiling newtype_derive v0.1.6
23602024-12-19T21:10:26.675Z[ host-package] Compiling dropshot v0.13.0
23612024-12-19T21:10:26.759Z[ host-package] Compiling ipnetwork v0.20.0
23622024-12-19T21:10:26.832Z[ host-package] Compiling instant v0.1.13
23632024-12-19T21:10:27.028Z[ host-package] Compiling humantime v2.1.0
23642024-12-19T21:10:27.595Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
23652024-12-19T21:10:27.962Z[ host-package] Compiling backoff v0.4.0
23662024-12-19T21:10:28.488Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
23672024-12-19T21:10:28.853Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23682024-12-19T21:10:29.324Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
23692024-12-19T21:10:31.987Z[ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe'
23702024-12-19T21:10:32.006Z[ helios-setup] Dec 19 21:10:30.498 INFO clone ok!, project: amd-host-image-builder
23712024-12-19T21:10:32.009Z[ helios-setup] Dec 19 21:10:30.498 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
23722024-12-19T21:10:32.009Z[ helios-setup] Dec 19 21:10:30.498 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
23732024-12-19T21:10:32.012Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
23742024-12-19T21:10:32.954Z[ helios-setup] Dec 19 21:10:31.446 INFO clone ok!, project: image-builder
23752024-12-19T21:10:32.959Z[ helios-setup] Dec 19 21:10:31.446 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
23762024-12-19T21:10:32.959Z[ helios-setup] Dec 19 21:10:31.446 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
23772024-12-19T21:10:32.967Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
23782024-12-19T21:10:33.358Z[ host-package] Compiling parse-display v0.10.0
23792024-12-19T21:10:33.853Z[ helios-setup] Dec 19 21:10:32.344 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
23802024-12-19T21:10:34.013Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
23812024-12-19T21:10:34.183Z[ host-package] Compiling serde_with v3.11.0
23822024-12-19T21:10:34.231Z[ host-package] Compiling strum v0.26.3
23832024-12-19T21:10:34.487Z[ host-package] Compiling regress v0.9.1
23842024-12-19T21:10:34.500Z[ helios-setup] Dec 19 21:10:32.991 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
23852024-12-19T21:10:34.500Z[ helios-setup] Dec 19 21:10:32.992 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
23862024-12-19T21:10:35.206Z[ helios-setup] Dec 19 21:10:33.697 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
23872024-12-19T21:10:35.810Z[ helios-setup] Dec 19 21:10:34.300 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
23882024-12-19T21:10:35.813Z[ helios-setup] Dec 19 21:10:34.301 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
23892024-12-19T21:10:36.391Z[ helios-setup] Dec 19 21:10:34.881 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
23902024-12-19T21:10:37.080Z[ helios-setup] Dec 19 21:10:35.570 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
23912024-12-19T21:10:37.083Z[ helios-setup] Dec 19 21:10:35.570 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
23922024-12-19T21:10:37.083Z[ helios-setup] Dec 19 21:10:35.571 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
23932024-12-19T21:10:37.083Z[ helios-setup] Dec 19 21:10:35.571 INFO ok!
23942024-12-19T21:10:37.083Z[ helios-setup] Dec 19 21:10:35.571 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
23952024-12-19T21:10:37.083Z[ helios-setup] Dec 19 21:10:35.571 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
23962024-12-19T21:10:37.083Z[ helios-setup] Dec 19 21:10:35.571 INFO ok!
23972024-12-19T21:10:37.083Z[ helios-setup] Dec 19 21:10:35.571 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
23982024-12-19T21:10:37.083Z[ helios-setup] Dec 19 21:10:35.571 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
23992024-12-19T21:10:37.083Z[ helios-setup] Dec 19 21:10:35.571 INFO ok!
24002024-12-19T21:10:37.083Z[ helios-setup] Dec 19 21:10:35.571 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
24012024-12-19T21:10:37.083Z[ helios-setup] Dec 19 21:10:35.571 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
24022024-12-19T21:10:37.499Z[ helios-setup] Dec 19 21:10:35.989 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
24032024-12-19T21:10:37.850Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
24042024-12-19T21:10:38.563Z[ helios-setup] Dec 19 21:10:37.053 INFO E| From https://github.com/oxidecomputer/progenitor
24052024-12-19T21:10:38.566Z[ helios-setup] Dec 19 21:10:37.053 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
24062024-12-19T21:10:38.594Z[ helios-setup] Dec 19 21:10:37.084 INFO E| * [new tag] v0.1.1 -> v0.1.1
24072024-12-19T21:10:38.594Z[ helios-setup] Dec 19 21:10:37.084 INFO E| * [new tag] v0.2.0 -> v0.2.0
24082024-12-19T21:10:38.708Z[ helios-setup] Dec 19 21:10:37.196 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
24092024-12-19T21:10:39.224Z[ helios-setup] Dec 19 21:10:37.712 INFO E| From https://github.com/jclulow/hiercmd
24102024-12-19T21:10:39.224Z[ helios-setup] Dec 19 21:10:37.713 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
24112024-12-19T21:10:39.258Z[ helios-setup] Dec 19 21:10:37.747 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
24122024-12-19T21:10:39.596Z[ host-package] Compiling macaddr v1.0.1
24132024-12-19T21:10:39.756Z[ helios-setup] Dec 19 21:10:38.245 INFO E| From https://github.com/jclulow/network-interface
24142024-12-19T21:10:39.756Z[ helios-setup] Dec 19 21:10:38.245 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
24152024-12-19T21:10:39.776Z[ helios-setup] Dec 19 21:10:38.265 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
24162024-12-19T21:10:39.897Z[ host-package] Compiling steno v0.4.1
24172024-12-19T21:10:40.125Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
24182024-12-19T21:10:40.292Z[ helios-setup] Dec 19 21:10:38.781 INFO E| From https://github.com/oxidecomputer/boot-image-tools
24192024-12-19T21:10:40.292Z[ helios-setup] Dec 19 21:10:38.781 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
24202024-12-19T21:10:40.343Z[ helios-setup] Dec 19 21:10:38.830 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
24212024-12-19T21:10:40.459Z[ host-package] Compiling prettyplease v0.2.25
24222024-12-19T21:10:40.497Z[ host-package] Compiling slog-dtrace v0.3.0
24232024-12-19T21:10:41.114Z[ helios-setup] Dec 19 21:10:39.602 INFO E| From https://github.com/oxidecomputer/facade
24242024-12-19T21:10:41.114Z[ helios-setup] Dec 19 21:10:39.602 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
24252024-12-19T21:10:41.161Z[ helios-setup] Dec 19 21:10:39.649 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
24262024-12-19T21:10:41.837Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
24272024-12-19T21:10:41.932Z[ helios-setup] Dec 19 21:10:40.420 INFO E| From https://github.com/oxidecomputer/dropshot
24282024-12-19T21:10:41.932Z[ helios-setup] Dec 19 21:10:40.420 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
24292024-12-19T21:10:41.969Z[ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.3.0 -> v0.3.0
24302024-12-19T21:10:41.969Z[ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.4.0 -> v0.4.0
24312024-12-19T21:10:41.969Z[ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.5.0 -> v0.5.0
24322024-12-19T21:10:41.972Z[ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.5.1 -> v0.5.1
24332024-12-19T21:10:41.972Z[ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.6.0 -> v0.6.0
24342024-12-19T21:10:41.972Z[ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.7.0 -> v0.7.0
24352024-12-19T21:10:41.972Z[ helios-setup] Dec 19 21:10:40.457 INFO E| * [new tag] v0.8.0 -> v0.8.0
24362024-12-19T21:10:41.972Z[ helios-setup] Dec 19 21:10:40.458 INFO E| * [new tag] v0.9.0 -> v0.9.0
24372024-12-19T21:10:42.021Z[ helios-setup] Dec 19 21:10:40.509 INFO E| Updating crates.io index
24382024-12-19T21:10:42.053Z[ helios-setup] Dec 19 21:10:40.541 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
24392024-12-19T21:10:42.575Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
24402024-12-19T21:10:42.868Z[ helios-setup] Dec 19 21:10:41.355 INFO E| From https://github.com/oxidecomputer/typify
24412024-12-19T21:10:42.868Z[ helios-setup] Dec 19 21:10:41.355 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
24422024-12-19T21:10:42.900Z[ helios-setup] Dec 19 21:10:41.388 INFO E| * [new tag] v0.0.10 -> v0.0.10
24432024-12-19T21:10:42.903Z[ helios-setup] Dec 19 21:10:41.388 INFO E| * [new tag] v0.0.11 -> v0.0.11
24442024-12-19T21:10:42.903Z[ helios-setup] Dec 19 21:10:41.388 INFO E| * [new tag] v0.0.4 -> v0.0.4
24452024-12-19T21:10:42.903Z[ helios-setup] Dec 19 21:10:41.388 INFO E| * [new tag] v0.0.5 -> v0.0.5
24462024-12-19T21:10:42.903Z[ helios-setup] Dec 19 21:10:41.388 INFO E| * [new tag] v0.0.7 -> v0.0.7
24472024-12-19T21:10:42.903Z[ helios-setup] Dec 19 21:10:41.388 INFO E| * [new tag] v0.0.8 -> v0.0.8
24482024-12-19T21:10:42.904Z[ helios-setup] Dec 19 21:10:41.389 INFO E| * [new tag] v0.0.9 -> v0.0.9
24492024-12-19T21:10:43.100Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
24502024-12-19T21:10:43.447Z[ helios-setup] Dec 19 21:10:41.935 INFO E| Downloading crates ...
24512024-12-19T21:10:43.626Z[ helios-setup] Dec 19 21:10:42.113 INFO E| Downloaded bincode v1.3.3
24522024-12-19T21:10:43.631Z[ helios-setup] Dec 19 21:10:42.119 INFO E| Downloaded async-stream-impl v0.3.5
24532024-12-19T21:10:43.647Z[ helios-setup] Dec 19 21:10:42.128 INFO E| Downloaded const-random-macro v0.1.15
24542024-12-19T21:10:43.651Z[ helios-setup] Dec 19 21:10:42.138 INFO E| Downloaded project-root v0.2.2
24552024-12-19T21:10:43.675Z[ helios-setup] Dec 19 21:10:42.162 INFO E| Downloaded sha1 v0.10.5
24562024-12-19T21:10:43.680Z[ helios-setup] Dec 19 21:10:42.167 INFO E| Downloaded sct v0.7.0
24572024-12-19T21:10:43.685Z[ helios-setup] Dec 19 21:10:42.172 INFO E| Downloaded built v0.6.0
24582024-12-19T21:10:43.711Z[ helios-setup] Dec 19 21:10:42.198 INFO E| Downloaded try-lock v0.2.4
24592024-12-19T21:10:43.713Z[ helios-setup] Dec 19 21:10:42.199 INFO E| Downloaded tower-service v0.3.2
24602024-12-19T21:10:43.715Z[ helios-setup] Dec 19 21:10:42.201 INFO E| Downloaded itoa v1.0.6
24612024-12-19T21:10:43.718Z[ helios-setup] Dec 19 21:10:42.203 INFO E| Downloaded home v0.5.4
24622024-12-19T21:10:43.718Z[ helios-setup] Dec 19 21:10:42.205 INFO E| Downloaded fastrand v1.9.0
24632024-12-19T21:10:43.721Z[ helios-setup] Dec 19 21:10:42.207 INFO E| Downloaded percent-encoding v2.2.0
24642024-12-19T21:10:43.724Z[ helios-setup] Dec 19 21:10:42.209 INFO E| Downloaded want v0.3.0
24652024-12-19T21:10:43.724Z[ helios-setup] Dec 19 21:10:42.210 INFO E| Downloaded num_enum v0.5.7
24662024-12-19T21:10:43.731Z[ helios-setup] Dec 19 21:10:42.218 INFO E| Downloaded memoffset v0.7.1
24672024-12-19T21:10:43.733Z[ helios-setup] Dec 19 21:10:42.220 INFO E| Downloaded serde_path_to_error v0.1.11
24682024-12-19T21:10:43.736Z[ helios-setup] Dec 19 21:10:42.223 INFO E| Downloaded scopeguard v1.1.0
24692024-12-19T21:10:43.739Z[ helios-setup] Dec 19 21:10:42.226 INFO E| Downloaded num_cpus v1.15.0
24702024-12-19T21:10:43.744Z[ helios-setup] Dec 19 21:10:42.231 INFO E| Downloaded semver-parser v0.10.2
24712024-12-19T21:10:43.747Z[ helios-setup] Dec 19 21:10:42.235 INFO E| Downloaded num-integer v0.1.45
24722024-12-19T21:10:43.750Z[ helios-setup] Dec 19 21:10:42.237 INFO E| Downloaded smawk v0.3.1
24732024-12-19T21:10:43.752Z[ helios-setup] Dec 19 21:10:42.240 INFO E| Downloaded thiserror-impl v1.0.38
24742024-12-19T21:10:43.757Z[ helios-setup] Dec 19 21:10:42.244 INFO E| Downloaded terminal_size v0.2.6
24752024-12-19T21:10:43.759Z[ helios-setup] Dec 19 21:10:42.246 INFO E| Downloaded proc-macro-crate v1.2.1
24762024-12-19T21:10:43.762Z[ helios-setup] Dec 19 21:10:42.248 INFO E| Downloaded slab v0.4.7
24772024-12-19T21:10:43.764Z[ helios-setup] Dec 19 21:10:42.251 INFO E| Downloaded httparse v1.8.0
24782024-12-19T21:10:43.768Z[ helios-setup] Dec 19 21:10:42.255 INFO E| Downloaded unicode-width v0.1.10
24792024-12-19T21:10:43.770Z[ helios-setup] Dec 19 21:10:42.258 INFO E| Downloaded walkdir v2.3.3
24802024-12-19T21:10:43.774Z[ helios-setup] Dec 19 21:10:42.261 INFO E| Downloaded rustfmt-wrapper v0.2.0
24812024-12-19T21:10:43.777Z[ helios-setup] Dec 19 21:10:42.264 INFO E| Downloaded log v0.4.17
24822024-12-19T21:10:43.780Z[ helios-setup] Dec 19 21:10:42.268 INFO E| Downloaded rustls-pemfile v1.0.2
24832024-12-19T21:10:43.785Z[ helios-setup] Dec 19 21:10:42.272 INFO E| Downloaded semver v1.0.17
24842024-12-19T21:10:43.789Z[ helios-setup] Dec 19 21:10:42.276 INFO E| Downloaded pin-project-lite v0.2.9
24852024-12-19T21:10:43.797Z[ helios-setup] Dec 19 21:10:42.284 INFO E| Downloaded utf8parse v0.2.1
24862024-12-19T21:10:43.800Z[ helios-setup] Dec 19 21:10:42.286 INFO E| Downloaded tempfile v3.5.0
24872024-12-19T21:10:43.803Z[ helios-setup] Dec 19 21:10:42.290 INFO E| Downloaded smartstring v1.0.1
24882024-12-19T21:10:43.807Z[ helios-setup] Dec 19 21:10:42.294 INFO E| Downloaded serde_derive_internals v0.26.0
24892024-12-19T21:10:43.810Z[ helios-setup] Dec 19 21:10:42.298 INFO E| Downloaded time v0.1.45
24902024-12-19T21:10:43.813Z[ helios-setup] Dec 19 21:10:42.300 INFO E| Downloaded anyhow v1.0.68
24912024-12-19T21:10:43.820Z[ helios-setup] Dec 19 21:10:42.308 INFO E| Downloaded tokio-tungstenite v0.18.0
24922024-12-19T21:10:43.824Z[ helios-setup] Dec 19 21:10:42.312 INFO E| Downloaded clap v4.2.1
24932024-12-19T21:10:43.841Z[ helios-setup] Dec 19 21:10:42.328 INFO E| Downloaded smallvec v1.10.0
24942024-12-19T21:10:43.844Z[ helios-setup] Dec 19 21:10:42.331 INFO E| Downloaded serde_derive v1.0.204
24952024-12-19T21:10:43.849Z[ helios-setup] Dec 19 21:10:42.336 INFO E| Downloaded textwrap v0.16.0
24962024-12-19T21:10:43.853Z[ helios-setup] Dec 19 21:10:42.340 INFO E| Downloaded unicode-bidi v0.3.13
24972024-12-19T21:10:43.857Z[ helios-setup] Dec 19 21:10:42.345 INFO E| Downloaded toml v0.5.11
24982024-12-19T21:10:43.862Z[ helios-setup] Dec 19 21:10:42.349 INFO E| Downloaded ryu v1.0.13
24992024-12-19T21:10:43.867Z[ helios-setup] Dec 19 21:10:42.355 INFO E| Downloaded toml v0.7.3
25002024-12-19T21:10:43.873Z[ helios-setup] Dec 19 21:10:42.361 INFO E| Downloaded unicode-ident v1.0.8
25012024-12-19T21:10:43.878Z[ helios-setup] Dec 19 21:10:42.366 INFO E| Downloaded crossbeam-utils v0.8.14
25022024-12-19T21:10:43.883Z[ helios-setup] Dec 19 21:10:42.370 INFO E| Downloaded tracing-core v0.1.30
25032024-12-19T21:10:43.888Z[ helios-setup] Dec 19 21:10:42.375 INFO E| Downloaded rustls-webpki v0.100.1
25042024-12-19T21:10:43.920Z[ helios-setup] Dec 19 21:10:42.407 INFO E| Downloaded uuid v1.3.0
25052024-12-19T21:10:43.926Z[ helios-setup] Dec 19 21:10:42.413 INFO E| Downloaded url v2.3.1
25062024-12-19T21:10:43.933Z[ helios-setup] Dec 19 21:10:42.420 INFO E| Downloaded unicode-linebreak v0.1.4
25072024-12-19T21:10:43.936Z[ helios-setup] Dec 19 21:10:42.423 INFO E| Downloaded toml_edit v0.19.8
25082024-12-19T21:10:43.968Z[ helios-setup] Dec 19 21:10:42.455 INFO E| Downloaded tokio-util v0.7.7
25092024-12-19T21:10:43.979Z[ helios-setup] Dec 19 21:10:42.466 INFO E| Downloaded unicode-normalization v0.1.22
25102024-12-19T21:10:43.987Z[ helios-setup] Dec 19 21:10:42.474 INFO E| Downloaded pest v2.5.7
25112024-12-19T21:10:43.999Z[ helios-setup] Dec 19 21:10:42.486 INFO E| Downloaded serde_json v1.0.95
25122024-12-19T21:10:44.015Z[ helios-setup] Dec 19 21:10:42.502 INFO E| Downloaded winnow v0.4.1
25132024-12-19T21:10:44.030Z[ helios-setup] Dec 19 21:10:42.517 INFO E| Downloaded reqwest v0.11.16
25142024-12-19T21:10:44.045Z[ helios-setup] Dec 19 21:10:42.532 INFO E| Downloaded chrono v0.4.24
25152024-12-19T21:10:44.061Z[ helios-setup] Dec 19 21:10:42.548 INFO E| Downloaded rayon v1.6.1
25162024-12-19T21:10:44.099Z[ helios-setup] Dec 19 21:10:42.586 INFO E| Downloaded hyper v0.14.25
25172024-12-19T21:10:44.114Z[ helios-setup] Dec 19 21:10:42.601 INFO E| Downloaded regex v1.7.3
25182024-12-19T21:10:44.128Z[ helios-setup] Dec 19 21:10:42.615 INFO E| Downloaded regress v0.5.0
25192024-12-19T21:10:44.141Z[ helios-setup] Dec 19 21:10:42.628 INFO E| Downloaded git2 v0.16.1
25202024-12-19T21:10:44.155Z[ helios-setup] Dec 19 21:10:42.642 INFO E| Downloaded syn v2.0.72
25212024-12-19T21:10:44.175Z[ helios-setup] Dec 19 21:10:42.660 INFO E| Downloaded rustls v0.21.0
25222024-12-19T21:10:44.192Z[ helios-setup] Dec 19 21:10:42.679 INFO E| Downloaded rustix v0.37.3
25232024-12-19T21:10:44.222Z[ helios-setup] Dec 19 21:10:42.709 INFO E| Downloaded syn v1.0.107
25242024-12-19T21:10:44.240Z[ helios-setup] Dec 19 21:10:42.727 INFO E| Downloaded rhai v1.14.0
25252024-12-19T21:10:44.259Z[ helios-setup] Dec 19 21:10:42.746 INFO E| Downloaded futures-util v0.3.28
25262024-12-19T21:10:44.280Z[ helios-setup] Dec 19 21:10:42.765 INFO E| Downloaded h2 v0.3.16
25272024-12-19T21:10:44.289Z[ helios-setup] Dec 19 21:10:42.775 INFO E| Downloaded openapiv3 v1.0.2
25282024-12-19T21:10:44.309Z[ helios-setup] Dec 19 21:10:42.795 INFO E| Downloaded clap_builder v4.2.1
25292024-12-19T21:10:44.320Z[ helios-setup] Dec 19 21:10:42.806 INFO E| Downloaded http v0.2.9
25302024-12-19T21:10:44.326Z[ helios-setup] Dec 19 21:10:42.813 INFO E| Downloaded serde v1.0.204
25312024-12-19T21:10:44.331Z[ helios-setup] Dec 19 21:10:42.818 INFO E| Downloaded crossbeam-channel v0.5.6
25322024-12-19T21:10:44.339Z[ helios-setup] Dec 19 21:10:42.825 INFO E| Downloaded unsafe-libyaml v0.2.8
25332024-12-19T21:10:44.344Z[ helios-setup] Dec 19 21:10:42.831 INFO E| Downloaded typenum v1.16.0
25342024-12-19T21:10:44.349Z[ helios-setup] Dec 19 21:10:42.835 INFO E| Downloaded tungstenite v0.18.0
25352024-12-19T21:10:44.355Z[ helios-setup] Dec 19 21:10:42.841 INFO E| Downloaded tracing v0.1.37
25362024-12-19T21:10:44.362Z[ helios-setup] Dec 19 21:10:42.848 INFO E| Downloaded mio v0.8.5
25372024-12-19T21:10:44.371Z[ helios-setup] Dec 19 21:10:42.858 INFO E| Downloaded tokio-rustls v0.24.0
25382024-12-19T21:10:44.375Z[ helios-setup] Dec 19 21:10:42.862 INFO E| Downloaded tinyvec v1.6.0
25392024-12-19T21:10:44.381Z[ helios-setup] Dec 19 21:10:42.867 INFO E| Downloaded serde_yaml v0.9.21
25402024-12-19T21:10:44.387Z[ helios-setup] Dec 19 21:10:42.874 INFO E| Downloaded cc v1.0.78
25412024-12-19T21:10:44.416Z[ helios-setup] Dec 19 21:10:42.902 INFO E| Downloaded socket2 v0.4.9
25422024-12-19T21:10:44.419Z[ helios-setup] Dec 19 21:10:42.905 INFO E| Downloaded proc-macro2 v1.0.86
25432024-12-19T21:10:44.423Z[ helios-setup] Dec 19 21:10:42.910 INFO E| Downloaded miniz_oxide v0.6.2
25442024-12-19T21:10:44.429Z[ helios-setup] Dec 19 21:10:42.913 INFO E| Downloaded tokio v1.27.0
25452024-12-19T21:10:44.481Z[ helios-setup] Dec 19 21:10:42.968 INFO E| Downloaded libc v0.2.139
25462024-12-19T21:10:44.521Z[ helios-setup] Dec 19 21:10:43.007 INFO E| Downloaded rhai_codegen v1.5.0
25472024-12-19T21:10:44.534Z[ helios-setup] Dec 19 21:10:43.020 INFO E| Downloaded ucd-trie v0.1.5
25482024-12-19T21:10:44.537Z[ helios-setup] Dec 19 21:10:43.023 INFO E| Downloaded rayon-core v1.10.2
25492024-12-19T21:10:44.542Z[ helios-setup] Dec 19 21:10:43.029 INFO E| Downloaded futures v0.3.28
25502024-12-19T21:10:44.550Z[ helios-setup] Dec 19 21:10:43.037 INFO E| Downloaded flate2 v1.0.25
25512024-12-19T21:10:44.559Z[ helios-setup] Dec 19 21:10:43.046 INFO E| Downloaded bytes v1.4.0
25522024-12-19T21:10:44.566Z[ helios-setup] Dec 19 21:10:43.053 INFO E| Downloaded base64 v0.21.0
25532024-12-19T21:10:44.572Z[ helios-setup] Dec 19 21:10:43.059 INFO E| Downloaded memchr v2.5.0
25542024-12-19T21:10:44.579Z[ helios-setup] Dec 19 21:10:43.066 INFO E| Downloaded schemars v0.8.12
25552024-12-19T21:10:44.635Z[ helios-setup] Dec 19 21:10:43.122 INFO E| Downloaded quote v1.0.36
25562024-12-19T21:10:44.639Z[ helios-setup] Dec 19 21:10:43.126 INFO E| Downloaded num-traits v0.2.15
25572024-12-19T21:10:44.644Z[ helios-setup] Dec 19 21:10:43.130 INFO E| Downloaded crossbeam-epoch v0.9.13
25582024-12-19T21:10:44.648Z[ helios-setup] Dec 19 21:10:43.135 INFO E| Downloaded parking_lot v0.12.1
25592024-12-19T21:10:44.652Z[ helios-setup] Dec 19 21:10:43.139 INFO E| Downloaded ahash v0.8.3
25602024-12-19T21:10:44.657Z[ helios-setup] Dec 19 21:10:43.144 INFO E| Downloaded parking_lot_core v0.9.6
25612024-12-19T21:10:44.661Z[ helios-setup] Dec 19 21:10:43.148 INFO E| Downloaded cargo-lock v8.0.3
25622024-12-19T21:10:44.665Z[ helios-setup] Dec 19 21:10:43.152 INFO E| Downloaded lazy_static v1.4.0
25632024-12-19T21:10:44.668Z[ helios-setup] Dec 19 21:10:43.154 INFO E| Downloaded futures-channel v0.3.28
25642024-12-19T21:10:44.672Z[ helios-setup] Dec 19 21:10:43.159 INFO E| Downloaded clap_derive v4.2.0
25652024-12-19T21:10:44.676Z[ helios-setup] Dec 19 21:10:43.163 INFO E| Downloaded sha2 v0.10.6
25662024-12-19T21:10:44.680Z[ helios-setup] Dec 19 21:10:43.167 INFO E| Downloaded ppv-lite86 v0.2.17
25672024-12-19T21:10:44.682Z[ helios-setup] Dec 19 21:10:43.169 INFO E| Downloaded pkg-config v0.3.26
25682024-12-19T21:10:44.685Z[ helios-setup] Dec 19 21:10:43.172 INFO E| Downloaded once_cell v1.17.0
25692024-12-19T21:10:44.689Z[ helios-setup] Dec 19 21:10:43.176 INFO E| Downloaded camino v1.1.4
25702024-12-19T21:10:44.692Z[ helios-setup] Dec 19 21:10:43.179 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
25712024-12-19T21:10:44.696Z[ helios-setup] Dec 19 21:10:43.183 INFO E| Downloaded lock_api v0.4.9
25722024-12-19T21:10:44.699Z[ helios-setup] Dec 19 21:10:43.185 INFO E| Downloaded clap_lex v0.4.1
25732024-12-19T21:10:44.701Z[ helios-setup] Dec 19 21:10:43.187 INFO E| Downloaded toml_datetime v0.6.1
25742024-12-19T21:10:44.703Z[ helios-setup] Dec 19 21:10:43.190 INFO E| Downloaded tokio-macros v2.0.0
25752024-12-19T21:10:44.706Z[ helios-setup] Dec 19 21:10:43.192 INFO E| Downloaded strsim v0.10.0
25762024-12-19T21:10:44.712Z[ helios-setup] Dec 19 21:10:43.198 INFO E| Downloaded io-lifetimes v1.0.10
25772024-12-19T21:10:44.712Z[ helios-setup] Dec 19 21:10:43.199 INFO E| Downloaded getrandom v0.2.8
25782024-12-19T21:10:44.716Z[ helios-setup] Dec 19 21:10:43.203 INFO E| Downloaded futures-task v0.3.28
25792024-12-19T21:10:44.721Z[ helios-setup] Dec 19 21:10:43.205 INFO E| Downloaded toolchain_find v0.2.0
25802024-12-19T21:10:44.741Z[ helios-setup] Dec 19 21:10:43.208 INFO E| Downloaded slog-async v2.7.0
25812024-12-19T21:10:44.766Z[ helios-setup] Dec 19 21:10:43.213 INFO E| Downloaded thiserror v1.0.38
25822024-12-19T21:10:44.778Z[ helios-setup] Dec 19 21:10:43.263 INFO E| Downloaded ahash v0.7.6
25832024-12-19T21:10:44.781Z[ helios-setup] Dec 19 21:10:43.267 INFO E| Downloaded paste v1.0.12
25842024-12-19T21:10:44.785Z[ helios-setup] Dec 19 21:10:43.272 INFO E| Downloaded num_enum_derive v0.5.7
25852024-12-19T21:10:44.788Z[ helios-setup] Dec 19 21:10:43.274 INFO E| Downloaded jobserver v0.1.26
25862024-12-19T21:10:44.791Z[ helios-setup] Dec 19 21:10:43.276 INFO E| Downloaded errno v0.3.1
25872024-12-19T21:10:44.796Z[ helios-setup] Dec 19 21:10:43.278 INFO E| Downloaded slog-bunyan v2.4.0
25882024-12-19T21:10:44.796Z[ helios-setup] Dec 19 21:10:43.280 INFO E| Downloaded signal-hook-registry v1.4.0
25892024-12-19T21:10:44.796Z[ helios-setup] Dec 19 21:10:43.281 INFO E| Downloaded serde_tokenstream v0.2.0
25902024-12-19T21:10:44.800Z[ helios-setup] Dec 19 21:10:43.287 INFO E| Downloaded serde_spanned v0.6.1
25912024-12-19T21:10:44.803Z[ helios-setup] Dec 19 21:10:43.288 INFO E| Downloaded async-trait v0.1.68
25922024-12-19T21:10:44.807Z[ helios-setup] Dec 19 21:10:43.293 INFO E| Downloaded ipnet v2.7.2
25932024-12-19T21:10:44.810Z[ helios-setup] Dec 19 21:10:43.296 INFO E| Downloaded futures-sink v0.3.28
25942024-12-19T21:10:44.812Z[ helios-setup] Dec 19 21:10:43.297 INFO E| Downloaded futures-executor v0.3.28
25952024-12-19T21:10:44.814Z[ helios-setup] Dec 19 21:10:43.299 INFO E| Downloaded form_urlencoded v1.1.0
25962024-12-19T21:10:44.814Z[ helios-setup] Dec 19 21:10:43.300 INFO E| Downloaded dyn-clone v1.0.11
25972024-12-19T21:10:44.818Z[ helios-setup] Dec 19 21:10:43.303 INFO E| Downloaded encoding_rs v0.8.32
25982024-12-19T21:10:44.848Z[ helios-setup] Dec 19 21:10:43.334 INFO E| Downloaded concolor-query v0.3.3
25992024-12-19T21:10:44.851Z[ helios-setup] Dec 19 21:10:43.336 INFO E| Downloaded byteorder v1.4.3
26002024-12-19T21:10:44.855Z[ helios-setup] Dec 19 21:10:43.338 INFO E| Downloaded async-stream v0.3.5
26012024-12-19T21:10:44.855Z[ helios-setup] Dec 19 21:10:43.341 INFO E| Downloaded iana-time-zone v0.1.56
26022024-12-19T21:10:44.858Z[ helios-setup] Dec 19 21:10:43.344 INFO E| Downloaded futures-io v0.3.28
26032024-12-19T21:10:44.861Z[ helios-setup] Dec 19 21:10:43.345 INFO E| Downloaded crossbeam-deque v0.8.2
26042024-12-19T21:10:44.861Z[ helios-setup] Dec 19 21:10:43.347 INFO E| Downloaded generic-array v0.14.6
26052024-12-19T21:10:44.863Z[ helios-setup] Dec 19 21:10:43.349 INFO E| Downloaded httpdate v1.0.2
26062024-12-19T21:10:44.866Z[ helios-setup] Dec 19 21:10:43.351 INFO E| Downloaded http-body v0.4.5
26072024-12-19T21:10:44.866Z[ helios-setup] Dec 19 21:10:43.353 INFO E| Downloaded futures-macro v0.3.28
26082024-12-19T21:10:44.869Z[ helios-setup] Dec 19 21:10:43.354 INFO E| Downloaded digest v0.10.6
26092024-12-19T21:10:44.873Z[ helios-setup] Dec 19 21:10:43.357 INFO E| Downloaded cpufeatures v0.2.5
26102024-12-19T21:10:44.876Z[ helios-setup] Dec 19 21:10:43.359 INFO E| Downloaded either v1.8.0
26112024-12-19T21:10:44.876Z[ helios-setup] Dec 19 21:10:43.361 INFO E| Downloaded anstyle v0.3.5
26122024-12-19T21:10:44.879Z[ helios-setup] Dec 19 21:10:43.364 INFO E| Downloaded anstream v0.2.6
26132024-12-19T21:10:44.881Z[ helios-setup] Dec 19 21:10:43.367 INFO E| Downloaded anstyle-parse v0.1.1
26142024-12-19T21:10:44.883Z[ helios-setup] Dec 19 21:10:43.370 INFO E| Downloaded schemars_derive v0.8.12
26152024-12-19T21:10:44.887Z[ helios-setup] Dec 19 21:10:43.373 INFO E| Downloaded is-terminal v0.4.7
26162024-12-19T21:10:44.890Z[ helios-setup] Dec 19 21:10:43.374 INFO E| Downloaded futures-core v0.3.28
26172024-12-19T21:10:44.893Z[ helios-setup] Dec 19 21:10:43.377 INFO E| Downloaded const-random v0.1.15
26182024-12-19T21:10:44.893Z[ helios-setup] Dec 19 21:10:43.379 INFO E| Downloaded concolor-override v1.0.0
26192024-12-19T21:10:44.896Z[ helios-setup] Dec 19 21:10:43.380 INFO E| Downloaded block-buffer v0.10.3
26202024-12-19T21:10:44.896Z[ helios-setup] Dec 19 21:10:43.382 INFO E| Downloaded autocfg v1.1.0
26212024-12-19T21:10:44.898Z[ helios-setup] Dec 19 21:10:43.384 INFO E| Downloaded aho-corasick v0.7.20
26222024-12-19T21:10:44.904Z[ helios-setup] Dec 19 21:10:43.391 INFO E| Downloaded semver v0.11.0
26232024-12-19T21:10:44.907Z[ helios-setup] Dec 19 21:10:43.394 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
26242024-12-19T21:10:45.043Z[ helios-setup] Dec 19 21:10:43.529 INFO E| Downloaded libz-sys v1.1.8
26252024-12-19T21:10:45.408Z[ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling proc-macro2 v1.0.86
26262024-12-19T21:10:45.408Z[ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling libc v0.2.139
26272024-12-19T21:10:45.408Z[ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling unicode-ident v1.0.8
26282024-12-19T21:10:45.408Z[ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling autocfg v1.1.0
26292024-12-19T21:10:45.408Z[ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling cfg-if v1.0.0
26302024-12-19T21:10:45.408Z[ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling version_check v0.9.4
26312024-12-19T21:10:45.408Z[ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling serde v1.0.204
26322024-12-19T21:10:45.408Z[ helios-setup] Dec 19 21:10:43.893 INFO E| Compiling syn v1.0.107
26332024-12-19T21:10:45.655Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
26342024-12-19T21:10:45.785Z[ helios-setup] Dec 19 21:10:44.271 INFO E| Compiling memchr v2.5.0
26352024-12-19T21:10:46.861Z[ helios-setup] Dec 19 21:10:45.347 INFO E| Compiling once_cell v1.17.0
26362024-12-19T21:10:47.016Z[ helios-setup] Dec 19 21:10:45.502 INFO E| Compiling thiserror v1.0.38
26372024-12-19T21:10:47.132Z[ helios-setup] Dec 19 21:10:45.617 INFO E| Compiling log v0.4.17
26382024-12-19T21:10:47.683Z[ helios-setup] Dec 19 21:10:46.168 INFO E| Compiling serde_json v1.0.95
26392024-12-19T21:10:47.947Z[ host-package] Compiling half v2.4.1
26402024-12-19T21:10:48.084Z[ helios-setup] Dec 19 21:10:46.569 INFO E| Compiling itoa v1.0.6
26412024-12-19T21:10:48.739Z[ helios-setup] Dec 19 21:10:47.224 INFO E| Compiling indexmap v1.9.3
26422024-12-19T21:10:48.863Z[ helios-setup] Dec 19 21:10:47.347 INFO E| Compiling pin-project-lite v0.2.9
26432024-12-19T21:10:49.114Z[ host-package] Compiling ciborium-io v0.2.2
26442024-12-19T21:10:49.296Z[ helios-setup] Dec 19 21:10:47.780 INFO E| Compiling quote v1.0.36
26452024-12-19T21:10:49.394Z[ helios-setup] Dec 19 21:10:47.879 INFO E| Compiling jobserver v0.1.26
26462024-12-19T21:10:49.511Z[ host-package] Compiling ciborium-ll v0.2.2
26472024-12-19T21:10:49.598Z[ helios-setup] Dec 19 21:10:48.082 INFO E| Compiling getrandom v0.2.8
26482024-12-19T21:10:49.987Z[ helios-setup] Dec 19 21:10:48.471 INFO E| Compiling scopeguard v1.1.0
26492024-12-19T21:10:50.416Z[ helios-setup] Dec 19 21:10:48.900 INFO E| Compiling syn v2.0.72
26502024-12-19T21:10:50.641Z[ helios-setup] Dec 19 21:10:49.125 INFO E| Compiling cc v1.0.78
26512024-12-19T21:10:50.720Z[ helios-setup] Dec 19 21:10:49.204 INFO E| Compiling num-integer v0.1.45
26522024-12-19T21:10:50.723Z[ helios-setup] Dec 19 21:10:49.205 INFO E| Compiling futures-core v0.3.28
26532024-12-19T21:10:50.767Z[ host-package] Compiling tungstenite v0.21.0
26542024-12-19T21:10:50.780Z[ helios-setup] Dec 19 21:10:49.264 INFO E| Compiling bytes v1.4.0
26552024-12-19T21:10:51.466Z[ helios-setup] Dec 19 21:10:49.950 INFO E| Compiling ryu v1.0.13
26562024-12-19T21:10:52.922Z[ helios-setup] Dec 19 21:10:51.405 INFO E| Compiling lock_api v0.4.9
26572024-12-19T21:10:53.031Z[ helios-setup] Dec 19 21:10:51.514 INFO E| Compiling typenum v1.16.0
26582024-12-19T21:10:53.198Z[ helios-setup] Dec 19 21:10:51.680 INFO E| Compiling bitflags v1.3.2
26592024-12-19T21:10:53.426Z[ helios-setup] Dec 19 21:10:51.909 INFO E| Compiling parking_lot_core v0.9.6
26602024-12-19T21:10:53.691Z[ helios-setup] Dec 19 21:10:52.172 INFO E| Compiling num_cpus v1.15.0
26612024-12-19T21:10:54.395Z[ helios-setup] Dec 19 21:10:52.876 INFO E| Compiling generic-array v0.14.6
26622024-12-19T21:10:54.515Z[ helios-setup] Dec 19 21:10:52.997 INFO E| Compiling slab v0.4.7
26632024-12-19T21:10:54.711Z[ helios-setup] Dec 19 21:10:53.192 INFO E| Compiling futures-sink v0.3.28
26642024-12-19T21:10:54.841Z[ helios-setup] Dec 19 21:10:53.323 INFO E| Compiling futures-task v0.3.28
26652024-12-19T21:10:55.032Z[ helios-setup] Dec 19 21:10:53.514 INFO E| Compiling futures-channel v0.3.28
26662024-12-19T21:10:55.496Z[ helios-setup] Dec 19 21:10:53.976 INFO E| Compiling tokio v1.27.0
26672024-12-19T21:10:56.022Z[ helios-setup] Dec 19 21:10:54.503 INFO E| Compiling schemars v0.8.12
26682024-12-19T21:10:56.233Z[ helios-setup] Dec 19 21:10:54.714 INFO E| Compiling futures-util v0.3.28
26692024-12-19T21:10:56.944Z[ helios-setup] Dec 19 21:10:55.425 INFO E| Compiling mio v0.8.5
26702024-12-19T21:10:57.372Z[ host-package] Compiling tokio-tungstenite v0.21.0
26712024-12-19T21:10:57.387Z[ helios-setup] Dec 19 21:10:55.867 INFO E| Compiling signal-hook-registry v1.4.0
26722024-12-19T21:10:57.629Z[ helios-setup] Dec 19 21:10:56.109 INFO E| Compiling socket2 v0.4.9
26732024-12-19T21:10:57.710Z[ helios-setup] Dec 19 21:10:56.190 INFO E| Compiling ahash v0.7.6
26742024-12-19T21:10:57.877Z[ helios-setup] Dec 19 21:10:56.357 INFO E| Compiling num-traits v0.2.15
26752024-12-19T21:10:58.802Z[ host-package] Compiling ciborium v0.2.2
26762024-12-19T21:10:58.847Z[ helios-setup] Dec 19 21:10:57.326 INFO E| Compiling io-lifetimes v1.0.10
26772024-12-19T21:10:59.037Z[ helios-setup] Dec 19 21:10:57.516 INFO E| Compiling futures-io v0.3.28
26782024-12-19T21:10:59.773Z[ helios-setup] Dec 19 21:10:58.253 INFO E| Compiling pin-utils v0.1.0
26792024-12-19T21:10:59.889Z[ helios-setup] Dec 19 21:10:58.368 INFO E| Compiling crunchy v0.2.2
26802024-12-19T21:11:00.115Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
26812024-12-19T21:11:01.368Z[ helios-setup] Dec 19 21:10:59.846 INFO E| Compiling ahash v0.8.3
26822024-12-19T21:11:01.606Z[ helios-setup] Dec 19 21:11:00.084 INFO E| Compiling rustix v0.37.3
26832024-12-19T21:11:01.797Z[ helios-setup] Dec 19 21:11:00.263 INFO E| Compiling tiny-keccak v2.0.2
26842024-12-19T21:11:01.897Z[ helios-setup] Dec 19 21:11:00.375 INFO E| Compiling hashbrown v0.12.3
26852024-12-19T21:11:01.944Z[ helios-setup] Dec 19 21:11:00.422 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
26862024-12-19T21:11:02.685Z[ helios-setup] Dec 19 21:11:01.162 INFO E| Compiling serde_derive_internals v0.26.0
26872024-12-19T21:11:03.063Z[ helios-setup] Dec 19 21:11:01.540 INFO E| Compiling block-buffer v0.10.3
26882024-12-19T21:11:03.647Z[ helios-setup] Dec 19 21:11:02.125 INFO E| Compiling crypto-common v0.1.6
26892024-12-19T21:11:04.396Z[ helios-setup] Dec 19 21:11:02.873 INFO E| Compiling errno v0.3.1
26902024-12-19T21:11:04.798Z[ helios-setup] Dec 19 21:11:03.275 INFO E| Compiling pkg-config v0.3.26
26912024-12-19T21:11:04.850Z[ helios-setup] Dec 19 21:11:03.327 INFO E| Compiling slog v2.7.0
26922024-12-19T21:11:05.107Z[ helios-setup] Dec 19 21:11:03.584 INFO E| Compiling crossbeam-utils v0.8.14
26932024-12-19T21:11:05.695Z[ helios-setup] Dec 19 21:11:04.170 INFO E| Compiling fnv v1.0.7
26942024-12-19T21:11:05.914Z[ helios-setup] Dec 19 21:11:04.390 INFO E| Compiling http v0.2.9
26952024-12-19T21:11:06.933Z[ helios-setup] Dec 19 21:11:05.409 INFO E| Compiling digest v0.10.6
26962024-12-19T21:11:08.793Z[ helios-setup] Dec 19 21:11:07.267 INFO E| Compiling aho-corasick v0.7.20
26972024-12-19T21:11:09.404Z[ helios-setup] Dec 19 21:11:07.879 INFO E| Compiling tinyvec_macros v0.1.1
26982024-12-19T21:11:09.475Z[ host-package] Compiling fastrand v2.1.1
26992024-12-19T21:11:09.543Z[ helios-setup] Dec 19 21:11:08.018 INFO E| Compiling anyhow v1.0.68
27002024-12-19T21:11:09.681Z[ helios-setup] Dec 19 21:11:08.156 INFO E| Compiling regex-syntax v0.6.29
27012024-12-19T21:11:10.735Z[ host-package] Compiling same-file v1.0.6
27022024-12-19T21:11:11.004Z[ helios-setup] Dec 19 21:11:09.478 INFO E| Compiling unicode-width v0.1.10
27032024-12-19T21:11:11.499Z[ host-package] Compiling display-error-chain v0.2.2
27042024-12-19T21:11:11.565Z[ helios-setup] Dec 19 21:11:10.038 INFO E| Compiling heck v0.4.1
27052024-12-19T21:11:11.615Z[ helios-setup] Dec 19 21:11:10.086 INFO E| Compiling httparse v1.8.0
27062024-12-19T21:11:11.688Z[ helios-setup] Dec 19 21:11:10.161 INFO E| Compiling cpufeatures v0.2.5
27072024-12-19T21:11:12.300Z[ helios-setup] Dec 19 21:11:10.773 INFO E| Compiling percent-encoding v2.2.0
27082024-12-19T21:11:12.304Z[ host-package] Compiling walkdir v2.5.0
27092024-12-19T21:11:12.358Z[ host-package] Compiling tempfile v3.13.0
27102024-12-19T21:11:12.973Z[ helios-setup] Dec 19 21:11:11.446 INFO E| Compiling form_urlencoded v1.1.0
27112024-12-19T21:11:13.083Z[ helios-setup] Dec 19 21:11:11.556 INFO E| Compiling tinyvec v1.6.0
27122024-12-19T21:11:13.129Z[ helios-setup] Dec 19 21:11:11.602 INFO E| Compiling const-random-macro v0.1.15
27132024-12-19T21:11:13.512Z[ helios-setup] Dec 19 21:11:11.985 INFO E| Compiling thiserror-impl v1.0.38
27142024-12-19T21:11:13.873Z[ helios-setup] Dec 19 21:11:12.345 INFO E| Compiling schemars_derive v0.8.12
27152024-12-19T21:11:13.876Z[ host-package] Compiling blake3 v1.5.4
27162024-12-19T21:11:13.876Z[ host-package] Compiling ring v0.16.20
27172024-12-19T21:11:14.631Z[ helios-setup] Dec 19 21:11:13.104 INFO E| Compiling serde_derive v1.0.204
27182024-12-19T21:11:15.179Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
27192024-12-19T21:11:15.303Z[ helios-setup] Dec 19 21:11:13.775 INFO E| Compiling tokio-macros v2.0.0
27202024-12-19T21:11:15.574Z[ helios-setup] Dec 19 21:11:14.046 INFO E| Compiling futures-macro v0.3.28
27212024-12-19T21:11:16.626Z[ helios-setup] Dec 19 21:11:15.097 INFO E| Compiling regex v1.7.3
27222024-12-19T21:11:17.367Z[ helios-setup] Dec 19 21:11:15.838 INFO E| Compiling hashbrown v0.13.2
27232024-12-19T21:11:18.382Z[ host-package] Compiling xattr v1.3.1
27242024-12-19T21:11:19.283Z[ host-package] Compiling memmap2 v0.9.5
27252024-12-19T21:11:19.595Z[ host-package] Compiling filetime v0.2.25
27262024-12-19T21:11:19.753Z[ host-package] Compiling constant_time_eq v0.3.1
27272024-12-19T21:11:19.896Z[ helios-setup] Dec 19 21:11:18.365 INFO E| Compiling chrono v0.4.24
27282024-12-19T21:11:20.097Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
27292024-12-19T21:11:20.100Z[ host-package] Compiling arrayref v0.3.9
27302024-12-19T21:11:20.216Z[ helios-setup] Dec 19 21:11:18.686 INFO E| Compiling libz-sys v1.1.8
27312024-12-19T21:11:20.320Z[ host-package] Compiling keccak v0.1.5
27322024-12-19T21:11:20.384Z[ host-package] Compiling arrayvec v0.7.6
27332024-12-19T21:11:20.513Z[ host-package] Compiling spin v0.5.2
27342024-12-19T21:11:20.676Z[ host-package] Compiling tar v0.4.42
27352024-12-19T21:11:22.092Z[ helios-setup] Dec 19 21:11:20.561 INFO E| Compiling uuid v1.3.0
27362024-12-19T21:11:22.374Z[ host-package] Compiling sha3 v0.10.8
27372024-12-19T21:11:23.093Z[ helios-setup] Dec 19 21:11:21.561 INFO E| Compiling dyn-clone v1.0.11
27382024-12-19T21:11:23.172Z[ host-package] Compiling camino-tempfile v1.1.1
27392024-12-19T21:11:23.314Z[ host-package] Compiling toolchain_find v0.4.0
27402024-12-19T21:11:23.595Z[ helios-setup] Dec 19 21:11:22.062 INFO E| Compiling regress v0.5.0
27412024-12-19T21:11:23.670Z[ helios-setup] Dec 19 21:11:22.135 INFO E| Compiling unicode-normalization v0.1.22
27422024-12-19T21:11:23.865Z[ helios-setup] Dec 19 21:11:22.333 INFO E| Compiling const-random v0.1.15
27432024-12-19T21:11:23.951Z[ host-package] Compiling const_format_proc_macros v0.2.33
27442024-12-19T21:11:24.232Z[ host-package] Compiling maplit v1.0.2
27452024-12-19T21:11:24.666Z[ host-package] Compiling crunchy v0.2.2
27462024-12-19T21:11:24.784Z[ host-package] Compiling topological-sort v0.2.2
27472024-12-19T21:11:24.786Z[ host-package] Compiling rustfmt-wrapper v0.2.1
27482024-12-19T21:11:25.512Z[ host-package] Compiling tiny-keccak v2.0.2
27492024-12-19T21:11:25.965Z[ helios-setup] Dec 19 21:11:24.431 INFO E| Compiling getopts v0.2.21
27502024-12-19T21:11:26.188Z[ helios-setup] Dec 19 21:11:24.655 INFO E| Compiling tracing-core v0.1.30
27512024-12-19T21:11:26.269Z[ helios-setup] Dec 19 21:11:24.736 INFO E| Compiling memoffset v0.7.1
27522024-12-19T21:11:26.277Z[ host-package] Compiling omicron-zone-package v0.11.1
27532024-12-19T21:11:26.543Z[ host-package] Compiling dsl_auto_type v0.1.2
27542024-12-19T21:11:26.683Z[ host-package] Compiling phf_generator v0.11.2
27552024-12-19T21:11:27.319Z[ helios-setup] Dec 19 21:11:25.765 INFO E| Compiling num-conv v0.1.0
27562024-12-19T21:11:27.342Z[ host-package] Compiling scheduled-thread-pool v0.2.7
27572024-12-19T21:11:27.689Z[ host-package] Compiling secrecy v0.8.0
27582024-12-19T21:11:27.801Z[ helios-setup] Dec 19 21:11:26.266 INFO E| Compiling unicode-bidi v0.3.13
27592024-12-19T21:11:27.804Z[ host-package] Compiling const_format v0.2.33
27602024-12-19T21:11:27.985Z[ helios-setup] Dec 19 21:11:26.451 INFO E| Compiling powerfmt v0.2.0
27612024-12-19T21:11:28.658Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
27622024-12-19T21:11:28.751Z[ helios-setup] Dec 19 21:11:27.164 INFO E| Compiling ucd-trie v0.1.5
27632024-12-19T21:11:28.992Z[ helios-setup] Dec 19 21:11:27.449 INFO E| Compiling time-core v0.1.2
27642024-12-19T21:11:29.269Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
27652024-12-19T21:11:29.329Z[ host-package] Compiling arc-swap v1.7.1
27662024-12-19T21:11:29.708Z[ host-package] Compiling diesel_derives v2.2.3
27672024-12-19T21:11:29.947Z[ host-package] Compiling r2d2 v0.8.10
27682024-12-19T21:11:30.024Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
27692024-12-19T21:11:30.026Z[ helios-setup] Dec 19 21:11:28.490 INFO E| Compiling time-macros v0.2.18
27702024-12-19T21:11:30.554Z[ helios-setup] Dec 19 21:11:29.018 INFO E| Compiling idna v0.3.0
27712024-12-19T21:11:30.817Z[ host-package] Compiling slog-scope v4.4.0
27722024-12-19T21:11:30.855Z[ host-package] Compiling phf_codegen v0.11.2
27732024-12-19T21:11:31.280Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
27742024-12-19T21:11:31.689Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
27752024-12-19T21:11:32.140Z[ host-package] Compiling ascii-canvas v3.0.0
27762024-12-19T21:11:32.252Z[ host-package] Compiling universal-hash v0.5.1
27772024-12-19T21:11:32.719Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
27782024-12-19T21:11:33.012Z[ helios-setup] Dec 19 21:11:31.475 INFO E| Compiling pest v2.5.7
27792024-12-19T21:11:33.691Z[ host-package] Compiling parse-zoneinfo v0.3.1
27802024-12-19T21:11:34.133Z[ helios-setup] Dec 19 21:11:32.596 INFO E| Compiling deranged v0.3.11
27812024-12-19T21:11:35.567Z[ helios-setup] Dec 19 21:11:34.030 INFO E| Compiling tracing v0.1.37
27822024-12-19T21:11:36.572Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
27832024-12-19T21:11:37.109Z[ host-package] Compiling ena v0.14.3
27842024-12-19T21:11:37.851Z[ host-package] Compiling opaque-debug v0.3.1
27852024-12-19T21:11:38.116Z[ host-package] Compiling diff v0.1.13
27862024-12-19T21:11:38.545Z[ host-package] Compiling regex-syntax v0.6.29
27872024-12-19T21:11:38.798Z[ helios-setup] Dec 19 21:11:37.259 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
27882024-12-19T21:11:39.018Z[ helios-setup] Dec 19 21:11:37.479 INFO E| Compiling time v0.1.45
27892024-12-19T21:11:39.102Z[ host-package] Compiling poly1305 v0.8.0
27902024-12-19T21:11:39.105Z[ helios-setup] Dec 19 21:11:37.562 INFO E| Compiling crossbeam-epoch v0.9.13
27912024-12-19T21:11:39.242Z[ helios-setup] Dec 19 21:11:37.703 INFO E| Compiling semver v1.0.17
27922024-12-19T21:11:39.499Z[ helios-setup] Dec 19 21:11:37.959 INFO E| Compiling num_threads v0.1.6
27932024-12-19T21:11:40.582Z[ helios-setup] Dec 19 21:11:39.042 INFO E| Compiling iana-time-zone v0.1.56
27942024-12-19T21:11:41.819Z[ host-package] Compiling thiserror-no-std v2.0.2
27952024-12-19T21:11:42.122Z[ host-package] Compiling chrono-tz-build v0.4.0
27962024-12-19T21:11:42.190Z[ helios-setup] Dec 19 21:11:40.649 INFO E| Compiling time v0.3.36
27972024-12-19T21:11:42.674Z[ helios-setup] Dec 19 21:11:41.133 INFO E| Compiling toml v0.5.11
27982024-12-19T21:11:43.342Z[ helios-setup] Dec 19 21:11:41.801 INFO E| Compiling serde_tokenstream v0.2.0
27992024-12-19T21:11:44.387Z[ helios-setup] Dec 19 21:11:42.845 INFO E| Compiling smallvec v1.10.0
28002024-12-19T21:11:44.778Z[ host-package] Compiling slog-stdlog v4.1.1
28012024-12-19T21:11:46.491Z[ host-package] Compiling lalrpop v0.19.12
28022024-12-19T21:11:47.327Z[ helios-setup] Dec 19 21:11:45.783 INFO E| Compiling parking_lot v0.12.1
28032024-12-19T21:11:49.677Z[ helios-setup] Dec 19 21:11:48.133 INFO E| Compiling semver-parser v0.10.2
28042024-12-19T21:11:50.233Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
28052024-12-19T21:11:51.751Z[ helios-setup] Dec 19 21:11:50.206 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28062024-12-19T21:11:52.409Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
28072024-12-19T21:11:53.600Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
28082024-12-19T21:11:53.744Z[ helios-setup] Dec 19 21:11:52.198 INFO E| Compiling url v2.3.1
28092024-12-19T21:11:53.750Z[ host-package] Compiling diesel v2.2.6
28102024-12-19T21:11:54.207Z[ host-package] Compiling chacha20 v0.9.1
28112024-12-19T21:11:55.239Z[ host-package] Compiling aead v0.5.2
28122024-12-19T21:11:56.340Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28132024-12-19T21:11:57.329Z[ helios-setup] Dec 19 21:11:55.781 INFO E| Compiling crossbeam-channel v0.5.6
28142024-12-19T21:11:58.004Z[ host-package] Compiling ref-cast v1.0.23
28152024-12-19T21:11:58.449Z[ helios-setup] Dec 19 21:11:56.901 INFO E| Compiling dirs-sys-next v0.1.2
28162024-12-19T21:11:59.289Z[ host-package] Compiling vte v0.11.1
28172024-12-19T21:12:00.652Z[ helios-setup] Dec 19 21:11:59.102 INFO E| Compiling try-lock v0.2.4
28182024-12-19T21:12:00.832Z[ helios-setup] Dec 19 21:11:59.282 INFO E| Compiling crc32fast v1.3.2
28192024-12-19T21:12:01.191Z[ helios-setup] Dec 19 21:11:59.641 INFO E| Compiling same-file v1.0.6
28202024-12-19T21:12:01.294Z[ helios-setup] Dec 19 21:11:59.744 INFO E| Compiling want v0.3.0
28212024-12-19T21:12:01.716Z[ helios-setup] Dec 19 21:12:00.166 INFO E| Compiling walkdir v2.3.3
28222024-12-19T21:12:02.273Z[ helios-setup] Dec 19 21:12:00.723 INFO E| Compiling dirs-next v2.0.0
28232024-12-19T21:12:02.862Z[ host-package] Compiling chacha20poly1305 v0.10.1
28242024-12-19T21:12:03.686Z[ host-package] Compiling slog-envlogger v2.2.0
28252024-12-19T21:12:05.137Z[ helios-setup] Dec 19 21:12:03.586 INFO E| Compiling semver v0.11.0
28262024-12-19T21:12:06.781Z[ helios-setup] Dec 19 21:12:05.229 INFO E| Compiling proc-macro-crate v1.2.1
28272024-12-19T21:12:07.065Z[ helios-setup] Dec 19 21:12:05.512 INFO E| Compiling tokio-util v0.7.7
28282024-12-19T21:12:07.141Z[ host-package] Compiling chrono-tz v0.10.0
28292024-12-19T21:12:08.613Z[ host-package] Compiling vsss-rs v3.3.4
28302024-12-19T21:12:08.688Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
28312024-12-19T21:12:08.799Z[ helios-setup] Dec 19 21:12:07.246 INFO E| Compiling futures-executor v0.3.28
28322024-12-19T21:12:08.858Z[ helios-setup] Dec 19 21:12:07.305 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28332024-12-19T21:12:09.714Z[ host-package] Compiling derive_builder_core v0.20.2
28342024-12-19T21:12:10.902Z[ helios-setup] Dec 19 21:12:09.348 INFO E| Compiling h2 v0.3.16
28352024-12-19T21:12:11.117Z[ helios-setup] Dec 19 21:12:09.562 INFO E| Compiling http-body v0.4.5
28362024-12-19T21:12:12.246Z[ helios-setup] Dec 19 21:12:10.691 INFO E| Compiling ring v0.16.20
28372024-12-19T21:12:12.731Z[ helios-setup] Dec 19 21:12:11.176 INFO E| Compiling rand_core v0.6.4
28382024-12-19T21:12:13.871Z[ helios-setup] Dec 19 21:12:12.315 INFO E| Compiling thread_local v1.1.7
28392024-12-19T21:12:14.318Z[ host-package] Compiling headers-core v0.3.0
28402024-12-19T21:12:14.739Z[ helios-setup] Dec 19 21:12:13.183 INFO E| Compiling adler v1.0.2
28412024-12-19T21:12:14.786Z[ host-package] Compiling fxhash v0.2.1
28422024-12-19T21:12:15.562Z[ helios-setup] Dec 19 21:12:14.006 INFO E| Compiling tower-service v0.3.2
28432024-12-19T21:12:15.723Z[ host-package] Compiling libxml v0.3.3
28442024-12-19T21:12:15.761Z[ helios-setup] Dec 19 21:12:14.205 INFO E| Compiling httpdate v1.0.2
28452024-12-19T21:12:15.851Z[ helios-setup] Dec 19 21:12:14.295 INFO E| Compiling rayon-core v1.10.2
28462024-12-19T21:12:16.767Z[ host-package] Compiling ref-cast-impl v1.0.23
28472024-12-19T21:12:17.432Z[ helios-setup] Dec 19 21:12:15.875 INFO E| Compiling fastrand v1.9.0
28482024-12-19T21:12:17.561Z[ helios-setup] Dec 19 21:12:16.003 INFO E| Compiling ppv-lite86 v0.2.17
28492024-12-19T21:12:17.836Z[ helios-setup] Dec 19 21:12:16.278 INFO E| Compiling utf8parse v0.2.1
28502024-12-19T21:12:18.243Z[ helios-setup] Dec 19 21:12:16.685 INFO E| Compiling home v0.5.4
28512024-12-19T21:12:18.649Z[ helios-setup] Dec 19 21:12:17.091 INFO E| Compiling base64 v0.21.0
28522024-12-19T21:12:18.734Z[ helios-setup] Dec 19 21:12:17.176 INFO E| Compiling lazy_static v1.4.0
28532024-12-19T21:12:19.270Z[ host-package] Compiling bytecount v0.6.8
28542024-12-19T21:12:19.577Z[ helios-setup] Dec 19 21:12:18.019 INFO E| Compiling rand_chacha v0.3.1
28552024-12-19T21:12:19.824Z[ host-package] Compiling papergrid v0.11.0
28562024-12-19T21:12:21.230Z[ helios-setup] Dec 19 21:12:19.670 INFO E| Compiling toolchain_find v0.2.0
28572024-12-19T21:12:22.225Z[ helios-setup] Dec 19 21:12:20.666 INFO E| Compiling anstyle-parse v0.1.1
28582024-12-19T21:12:23.205Z[ helios-setup] Dec 19 21:12:21.645 INFO E| Compiling hyper v0.14.25
28592024-12-19T21:12:23.263Z[ helios-setup] Dec 19 21:12:21.702 INFO E| Compiling tempfile v3.5.0
28602024-12-19T21:12:23.559Z[ helios-setup] Dec 19 21:12:21.999 INFO E| Compiling miniz_oxide v0.6.2
28612024-12-19T21:12:38.465Z[ helios-setup] Dec 19 21:12:36.896 INFO E| Compiling futures v0.3.28
28622024-12-19T21:12:38.759Z[ helios-setup] Dec 19 21:12:37.191 INFO E| Compiling num_enum_derive v0.5.7
28632024-12-19T21:12:41.825Z[ host-package] Compiling polar-core v0.27.3
28642024-12-19T21:12:43.050Z[ helios-setup] Dec 19 21:12:41.480 INFO E| Compiling cargo-lock v8.0.3
28652024-12-19T21:12:44.810Z[ helios-setup] Dec 19 21:12:43.240 INFO E| Compiling crossbeam-deque v0.8.2
28662024-12-19T21:12:45.863Z[ helios-setup] Dec 19 21:12:44.288 INFO E| Compiling term v0.7.0
28672024-12-19T21:12:46.625Z[ host-package] Compiling headers v0.4.0
28682024-12-19T21:12:47.670Z[ host-package] Compiling derive_builder_macro v0.20.2
28692024-12-19T21:12:49.548Z[ helios-setup] Dec 19 21:12:47.975 INFO E| Compiling serde_urlencoded v0.7.1
28702024-12-19T21:12:49.581Z[ helios-setup] Dec 19 21:12:48.008 INFO E| Compiling sha1 v0.10.5
28712024-12-19T21:12:50.305Z[ helios-setup] Dec 19 21:12:48.732 INFO E| Compiling sha2 v0.10.6
28722024-12-19T21:12:50.865Z[ helios-setup] Dec 19 21:12:49.292 INFO E| Compiling is-terminal v0.4.7
28732024-12-19T21:12:51.333Z[ helios-setup] Dec 19 21:12:49.759 INFO E| Compiling atty v0.2.14
28742024-12-19T21:12:51.745Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28752024-12-19T21:12:51.767Z[ helios-setup] Dec 19 21:12:50.193 INFO E| Compiling concolor-override v1.0.0
28762024-12-19T21:12:52.205Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
28772024-12-19T21:12:52.735Z[ helios-setup] Dec 19 21:12:51.160 INFO E| Compiling concolor-query v0.3.3
28782024-12-19T21:12:53.470Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
28792024-12-19T21:12:54.074Z[ host-package] Compiling tabled_derive v0.7.0
28802024-12-19T21:12:54.148Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
28812024-12-19T21:12:54.435Z[ helios-setup] Dec 19 21:12:52.860 INFO E| Compiling anstyle v0.3.5
28822024-12-19T21:12:54.711Z[ helios-setup] Dec 19 21:12:53.135 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
28832024-12-19T21:12:55.285Z[ helios-setup] Dec 19 21:12:53.710 INFO E| Compiling anstream v0.2.6
28842024-12-19T21:12:58.363Z[ host-package] Compiling fd-lock v4.0.2
28852024-12-19T21:12:58.371Z[ host-package] Compiling peg-macros v0.8.4
28862024-12-19T21:12:58.940Z[ host-package] Compiling strum_macros v0.24.3
28872024-12-19T21:12:59.044Z[ helios-setup] Dec 19 21:12:57.467 INFO E| Compiling slog-term v2.9.0
28882024-12-19T21:12:59.331Z[ helios-setup] Dec 19 21:12:57.753 INFO E| Compiling flate2 v1.0.25
28892024-12-19T21:13:00.177Z[ helios-setup] Dec 19 21:12:58.600 INFO E| Compiling num_enum v0.5.7
28902024-12-19T21:13:00.746Z[ helios-setup] Dec 19 21:12:59.168 INFO E| Compiling rustfmt-wrapper v0.2.0
28912024-12-19T21:13:02.038Z[ helios-setup] Dec 19 21:13:00.459 INFO E| Compiling rand v0.8.5
28922024-12-19T21:13:02.291Z[ helios-setup] Dec 19 21:13:00.712 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
28932024-12-19T21:13:02.744Z[ helios-setup] Dec 19 21:13:01.165 INFO E| Compiling openapiv3 v1.0.2
28942024-12-19T21:13:03.782Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28952024-12-19T21:13:04.467Z[ helios-setup] Dec 19 21:13:02.887 INFO E| Compiling encoding_rs v0.8.32
28962024-12-19T21:13:04.963Z[ helios-setup] Dec 19 21:13:03.383 INFO E| Compiling project-root v0.2.2
28972024-12-19T21:13:05.267Z[ host-package] Compiling kstat-rs v0.2.4
28982024-12-19T21:13:05.432Z[ host-package] Compiling samael v0.0.17
28992024-12-19T21:13:05.703Z[ helios-setup] Dec 19 21:13:04.122 INFO E| Compiling clap_lex v0.4.1
29002024-12-19T21:13:06.048Z[ host-package] Compiling unicase v2.7.0
29012024-12-19T21:13:06.157Z[ helios-setup] Dec 19 21:13:04.576 INFO E| Compiling strsim v0.10.0
29022024-12-19T21:13:07.169Z[ helios-setup] Dec 19 21:13:05.588 INFO E| Compiling untrusted v0.7.1
29032024-12-19T21:13:07.182Z[ host-package] Compiling indoc v1.0.9
29042024-12-19T21:13:07.263Z[ host-package] Compiling nu-ansi-term v0.50.1
29052024-12-19T21:13:07.759Z[ helios-setup] Dec 19 21:13:06.177 INFO E| Compiling ipnet v2.7.2
29062024-12-19T21:13:08.170Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
29072024-12-19T21:13:09.730Z[ helios-setup] Dec 19 21:13:08.148 INFO E| Compiling either v1.8.0
29082024-12-19T21:13:09.812Z[ host-package] Compiling reedline v0.35.0
29092024-12-19T21:13:10.729Z[ helios-setup] Dec 19 21:13:09.146 INFO E| Compiling base64 v0.13.1
29102024-12-19T21:13:10.867Z[ helios-setup] Dec 19 21:13:09.284 INFO E| Compiling byteorder v1.4.3
29112024-12-19T21:13:12.136Z[ helios-setup] Dec 19 21:13:10.553 INFO E| Compiling spin v0.5.2
29122024-12-19T21:13:12.235Z[ helios-setup] Dec 19 21:13:10.652 INFO E| Compiling utf-8 v0.7.6
29132024-12-19T21:13:12.431Z[ helios-setup] Dec 19 21:13:10.847 INFO E| Compiling mime v0.3.17
29142024-12-19T21:13:12.827Z[ helios-setup] Dec 19 21:13:11.243 INFO E| Compiling unsafe-libyaml v0.2.8
29152024-12-19T21:13:13.732Z[ helios-setup] Dec 19 21:13:12.148 INFO E| Compiling reqwest v0.11.16
29162024-12-19T21:13:14.593Z[ host-package] Compiling peg v0.8.4
29172024-12-19T21:13:14.934Z[ helios-setup] Dec 19 21:13:13.349 INFO E| Compiling tungstenite v0.18.0
29182024-12-19T21:13:15.020Z[ host-package] Compiling tabled v0.15.0
29192024-12-19T21:13:16.968Z[ helios-setup] Dec 19 21:13:15.381 INFO E| Compiling serde_yaml v0.9.21
29202024-12-19T21:13:17.775Z[ helios-setup] Dec 19 21:13:16.189 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29212024-12-19T21:13:24.759Z[ helios-setup] Dec 19 21:13:23.168 INFO E| Compiling rayon v1.6.1
29222024-12-19T21:13:26.646Z[ helios-setup] Dec 19 21:13:25.056 INFO E| Compiling clap_builder v4.2.1
29232024-12-19T21:13:27.752Z[ helios-setup] Dec 19 21:13:26.161 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
29242024-12-19T21:13:27.871Z[ helios-setup] Dec 19 21:13:26.280 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
29252024-12-19T21:13:30.169Z[ host-package] Compiling derive_builder v0.20.2
29262024-12-19T21:13:30.326Z[ helios-setup] Dec 19 21:13:28.734 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
29272024-12-19T21:13:31.176Z[ helios-setup] Dec 19 21:13:29.583 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
29282024-12-19T21:13:33.135Z[ helios-setup] Dec 19 21:13:31.542 INFO E| Compiling clap_derive v4.2.0
29292024-12-19T21:13:37.596Z[ helios-setup] Dec 19 21:13:36.000 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
29302024-12-19T21:13:43.082Z[ helios-setup] Dec 19 21:13:41.483 INFO E| Compiling clap v4.2.1
29312024-12-19T21:13:44.853Z[ helios-setup] Dec 19 21:13:43.253 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29322024-12-19T21:13:47.229Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
29332024-12-19T21:13:48.384Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
29342024-12-19T21:13:49.883Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
29352024-12-19T21:13:55.874Z[ helios-setup] Dec 19 21:13:54.269 INFO E| Compiling tokio-tungstenite v0.18.0
29362024-12-19T21:13:56.825Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
29372024-12-19T21:13:57.061Z[ helios-setup] Dec 19 21:13:55.456 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29382024-12-19T21:13:57.742Z[ host-package] Compiling bcs v0.1.6
29392024-12-19T21:13:57.856Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
29402024-12-19T21:13:59.235Z[ host-package] Compiling oso-derive v0.27.3
29412024-12-19T21:13:59.935Z[ host-package] Compiling libz-sys v1.1.20
29422024-12-19T21:14:00.023Z[ helios-setup] Dec 19 21:13:58.417 INFO E| Compiling smartstring v1.0.1
29432024-12-19T21:14:01.120Z[ helios-setup] Dec 19 21:13:59.513 INFO E| Compiling rustls v0.21.0
29442024-12-19T21:14:01.589Z[ host-package] Compiling quick-xml v0.33.0
29452024-12-19T21:14:01.693Z[ host-package] Compiling diesel-dtrace v0.4.0
29462024-12-19T21:14:02.894Z[ host-package] Compiling parking_lot_core v0.8.6
29472024-12-19T21:14:03.211Z[ helios-setup] Dec 19 21:14:01.603 INFO E| Compiling sct v0.7.0
29482024-12-19T21:14:04.169Z[ helios-setup] Dec 19 21:14:02.560 INFO E| Compiling rustls-webpki v0.100.1
29492024-12-19T21:14:08.540Z[ helios-setup] Dec 19 21:14:06.929 INFO E| Compiling toml_datetime v0.6.1
29502024-12-19T21:14:10.218Z[ helios-setup] Dec 19 21:14:08.607 INFO E| Compiling serde_spanned v0.6.1
29512024-12-19T21:14:10.647Z[ host-package] Compiling oso v0.27.3
29522024-12-19T21:14:10.891Z[ helios-setup] Dec 19 21:14:09.280 INFO E| Compiling camino v1.1.4
29532024-12-19T21:14:12.413Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
29542024-12-19T21:14:12.491Z[ helios-setup] Dec 19 21:14:10.879 INFO E| Compiling async-trait v0.1.68
29552024-12-19T21:14:13.642Z[ helios-setup] Dec 19 21:14:12.029 INFO E| Compiling match_cfg v0.1.0
29562024-12-19T21:14:13.854Z[ helios-setup] Dec 19 21:14:12.241 INFO E| Compiling paste v1.0.12
29572024-12-19T21:14:15.165Z[ helios-setup] Dec 19 21:14:13.551 INFO E| Compiling winnow v0.4.1
29582024-12-19T21:14:15.240Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
29592024-12-19T21:14:19.282Z[ helios-setup] Dec 19 21:14:17.667 INFO E| Compiling slog-async v2.7.0
29602024-12-19T21:14:20.773Z[ helios-setup] Dec 19 21:14:19.157 INFO E| Compiling static_assertions v1.1.0
29612024-12-19T21:14:21.597Z[ helios-setup] Dec 19 21:14:19.981 INFO E| Compiling hostname v0.3.1
29622024-12-19T21:14:22.226Z[ helios-setup] Dec 19 21:14:20.609 INFO E| Compiling toml_edit v0.19.8
29632024-12-19T21:14:22.923Z[ helios-setup] Dec 19 21:14:21.306 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
29642024-12-19T21:14:22.990Z[ helios-setup] Dec 19 21:14:21.373 INFO E| Compiling slog-json v2.6.1
29652024-12-19T21:14:23.883Z[ helios-setup] Dec 19 21:14:22.265 INFO E| Compiling unicode-linebreak v0.1.4
29662024-12-19T21:14:25.650Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
29672024-12-19T21:14:26.035Z[ helios-setup] Dec 19 21:14:24.415 INFO E| Compiling async-stream-impl v0.3.5
29682024-12-19T21:14:29.134Z[ helios-setup] Dec 19 21:14:27.513 INFO E| Compiling rhai_codegen v1.5.0
29692024-12-19T21:14:29.641Z[ helios-setup] Dec 19 21:14:28.020 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29702024-12-19T21:14:30.588Z[ helios-setup] Dec 19 21:14:28.967 INFO E| Compiling take_mut v0.2.2
29712024-12-19T21:14:31.451Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
29722024-12-19T21:14:31.533Z[ helios-setup] Dec 19 21:14:29.905 INFO E| Compiling tokio-rustls v0.24.0
29732024-12-19T21:14:32.247Z[ host-package] Compiling bb8 v0.8.5
29742024-12-19T21:14:33.582Z[ host-package] Compiling async-bb8-diesel v0.2.1
29752024-12-19T21:14:34.521Z[ helios-setup] Dec 19 21:14:32.898 INFO E| Compiling rhai v1.14.0
29762024-12-19T21:14:36.477Z[ helios-setup] Dec 19 21:14:34.854 INFO E| Compiling async-stream v0.3.5
29772024-12-19T21:14:37.503Z[ helios-setup] Dec 19 21:14:35.879 INFO E| Compiling toml v0.7.3
29782024-12-19T21:14:38.505Z[ helios-setup] Dec 19 21:14:36.880 INFO E| Compiling slog-bunyan v2.4.0
29792024-12-19T21:14:39.669Z[ host-package] Compiling nibble_vec v0.1.0
29802024-12-19T21:14:40.318Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
29812024-12-19T21:14:42.004Z[ host-package] Compiling atty v0.2.14
29822024-12-19T21:14:42.370Z[ host-package] Compiling salty v0.3.0
29832024-12-19T21:14:43.402Z[ host-package] Compiling endian-type v0.1.2
29842024-12-19T21:14:44.058Z[ host-package] Compiling radix_trie v0.2.1
29852024-12-19T21:14:44.940Z[ helios-setup] Dec 19 21:14:43.313 INFO E| Compiling rustls-pemfile v1.0.2
29862024-12-19T21:14:45.314Z[ helios-setup] Dec 19 21:14:43.686 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
29872024-12-19T21:14:46.075Z[ helios-setup] Dec 19 21:14:44.447 INFO E| Compiling bincode v1.3.3
29882024-12-19T21:14:47.041Z[ host-package] Compiling parking_lot v0.11.2
29892024-12-19T21:14:47.475Z[ helios-setup] Dec 19 21:14:45.845 INFO E| Compiling serde_path_to_error v0.1.11
29902024-12-19T21:14:48.921Z[ helios-setup] Dec 19 21:14:47.291 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
29912024-12-19T21:14:49.757Z[ helios-setup] Dec 19 21:14:48.127 INFO E| Compiling terminal_size v0.2.6
29922024-12-19T21:14:50.594Z[ helios-setup] Dec 19 21:14:48.964 INFO E| Compiling smawk v0.3.1
29932024-12-19T21:14:51.225Z[ helios-setup] Dec 19 21:14:49.594 INFO E| Compiling textwrap v0.16.0
29942024-12-19T21:14:51.509Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
29952024-12-19T21:15:01.001Z[ host-package] Compiling sled v0.34.7
29962024-12-19T21:15:17.621Z[ helios-setup] Dec 19 21:15:15.978 INFO E| Compiling git2 v0.16.1
29972024-12-19T21:15:23.350Z[ helios-setup] Dec 19 21:15:21.704 INFO E| Compiling built v0.6.0
29982024-12-19T21:15:27.178Z[ helios-setup] Dec 19 21:15:25.531 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
29992024-12-19T21:15:29.056Z[ helios-setup] Dec 19 21:15:27.406 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
30002024-12-19T21:15:29.788Z[ helios-setup] Dec 19 21:15:28.123 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
30012024-12-19T21:15:30.236Z[ helios-setup] Dec 19 21:15:28.582 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
30022024-12-19T21:15:33.380Z[ helios-setup] Dec 19 21:15:31.729 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
30032024-12-19T21:15:47.316Z[ host-package] Compiling mime_guess v2.0.5
30042024-12-19T21:15:49.884Z[ host-package] Compiling hickory-client v0.24.1
30052024-12-19T21:15:50.531Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
30062024-12-19T21:15:50.704Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
30072024-12-19T21:15:53.961Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
30082024-12-19T21:15:54.431Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
30092024-12-19T21:15:55.103Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
30102024-12-19T21:15:59.006Z[ host-package] Compiling hickory-server v0.24.1
30112024-12-19T21:15:59.330Z[ host-package] Compiling primeorder v0.13.6
30122024-12-19T21:16:00.583Z[ host-package] Compiling vergen v8.3.2
30132024-12-19T21:16:01.510Z[ host-package] Compiling env_filter v0.1.2
30142024-12-19T21:16:01.755Z[ host-package] Compiling cargo-platform v0.1.8
30152024-12-19T21:16:02.951Z[ host-package] Compiling nanorand v0.7.0
30162024-12-19T21:16:03.678Z[ host-package] Compiling memoffset v0.9.1
30172024-12-19T21:16:04.504Z[ host-package] Compiling flume v0.11.1
30182024-12-19T21:16:04.944Z[ host-package] Compiling cargo_metadata v0.18.1
30192024-12-19T21:16:05.012Z[ host-package] Compiling env_logger v0.11.5
30202024-12-19T21:16:06.435Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
30212024-12-19T21:16:07.555Z[ host-package] Compiling p384 v0.13.0
30222024-12-19T21:16:10.171Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
30232024-12-19T21:16:10.210Z[ host-package] Compiling git2 v0.19.0
30242024-12-19T21:16:18.225Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
30252024-12-19T21:16:21.058Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30262024-12-19T21:16:24.178Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30272024-12-19T21:16:25.258Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30282024-12-19T21:16:27.450Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30292024-12-19T21:16:27.453Z[ host-package] Compiling rand_seeder v0.3.0
30302024-12-19T21:16:27.981Z[ host-package] Compiling libsqlite3-sys v0.30.1
30312024-12-19T21:16:28.416Z[ helios-setup] Dec 19 21:16:26.739 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
30322024-12-19T21:16:28.706Z[ host-package] Compiling lzma-sys v0.1.20
30332024-12-19T21:16:29.792Z[ host-package] Compiling http-range v0.1.5
30342024-12-19T21:16:29.879Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
30352024-12-19T21:16:30.279Z[ host-package] Compiling cfg_aliases v0.2.1
30362024-12-19T21:16:30.473Z[ host-package] Compiling rustls v0.21.12
30372024-12-19T21:16:30.531Z[ host-package] Compiling nix v0.29.0
30382024-12-19T21:16:30.901Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30392024-12-19T21:16:31.236Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30402024-12-19T21:16:32.697Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30412024-12-19T21:16:32.970Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30422024-12-19T21:16:33.145Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30432024-12-19T21:16:33.608Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30442024-12-19T21:16:33.748Z[ host-package] Compiling rustls-webpki v0.101.7
30452024-12-19T21:16:34.166Z[ host-package] Compiling sct v0.7.1
30462024-12-19T21:16:35.813Z[ host-package] Compiling heck v0.3.3
30472024-12-19T21:16:36.454Z[ host-package] Compiling castaway v0.2.3
30482024-12-19T21:16:36.756Z[ host-package] Compiling csv-core v0.1.11
30492024-12-19T21:16:37.815Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30502024-12-19T21:16:37.966Z[ host-package] Compiling glob v0.3.1
30512024-12-19T21:16:38.224Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30522024-12-19T21:16:38.419Z[ host-package] Compiling csv v1.3.0
30532024-12-19T21:16:38.606Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30542024-12-19T21:16:38.819Z[ host-package] Compiling compact_str v0.8.0
30552024-12-19T21:16:40.521Z[ host-package] Compiling zone_cfg_derive v0.1.2
30562024-12-19T21:16:42.097Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30572024-12-19T21:16:42.641Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
30582024-12-19T21:16:44.797Z[ host-package] Compiling nix v0.27.1
30592024-12-19T21:16:48.083Z[ host-package] Compiling hyper-staticfile v0.10.1
30602024-12-19T21:16:53.013Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30612024-12-19T21:16:58.908Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30622024-12-19T21:17:08.801Z[ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
30632024-12-19T21:17:09.396Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36)
30642024-12-19T21:17:10.007Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30652024-12-19T21:17:11.415Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30662024-12-19T21:17:23.865Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30672024-12-19T21:17:24.879Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30682024-12-19T21:17:25.010Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30692024-12-19T21:17:25.097Z[ host-package] Compiling unicode-truncate v1.1.0
30702024-12-19T21:17:25.465Z[ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
30712024-12-19T21:17:25.662Z[ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
30722024-12-19T21:17:25.777Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30732024-12-19T21:17:26.692Z[ host-package] Compiling hashlink v0.9.1
30742024-12-19T21:17:26.940Z[ host-package] Compiling tungstenite v0.23.0
30752024-12-19T21:17:27.843Z[ host-package] Compiling lru v0.12.5
30762024-12-19T21:17:28.398Z[ host-package] Compiling instability v0.3.2
30772024-12-19T21:17:29.249Z[ host-package] Compiling cassowary v0.3.0
30782024-12-19T21:17:29.603Z[ host-package] Compiling fallible-iterator v0.3.0
30792024-12-19T21:17:30.873Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30802024-12-19T21:17:31.326Z[ host-package] Compiling base64 v0.13.1
30812024-12-19T21:17:31.734Z[ helios-setup] Dec 19 21:17:30.027 INFO E| Finished `release` profile [optimized] target(s) in 6m 54s
30822024-12-19T21:17:31.888Z[ helios-setup] Dec 19 21:17:30.181 INFO building project "pilot" ok (414 seconds)
30832024-12-19T21:17:31.888Z[ helios-setup] Dec 19 21:17:30.181 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
30842024-12-19T21:17:31.892Z[ helios-setup] Dec 19 21:17:30.181 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
30852024-12-19T21:17:32.234Z[ helios-setup] Dec 19 21:17:30.527 INFO E| Downloading crates ...
30862024-12-19T21:17:32.266Z[ host-package] Compiling ron v0.7.1
30872024-12-19T21:17:32.363Z[ helios-setup] Dec 19 21:17:30.656 INFO E| Downloaded miniz_oxide v0.7.2
30882024-12-19T21:17:32.426Z[ helios-setup] Dec 19 21:17:30.715 INFO E| Compiling adler v1.0.2
30892024-12-19T21:17:32.564Z[ helios-setup] Dec 19 21:17:30.857 INFO E| Compiling miniz_oxide v0.7.2
30902024-12-19T21:17:33.650Z[ host-package] Compiling rusqlite v0.32.1
30912024-12-19T21:17:33.697Z[ host-package] Compiling ratatui v0.28.1
30922024-12-19T21:17:34.251Z[ host-package] Compiling tokio-tungstenite v0.23.1
30932024-12-19T21:17:35.392Z[ helios-setup] Dec 19 21:17:33.683 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
30942024-12-19T21:17:35.463Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
30952024-12-19T21:17:36.300Z[ helios-setup] Dec 19 21:17:34.591 INFO E| Finished `release` profile [optimized] target(s) in 4.30s
30962024-12-19T21:17:36.311Z[ helios-setup] Dec 19 21:17:34.602 INFO building project "pinprick" ok (4 seconds)
30972024-12-19T21:17:36.314Z[ helios-setup] Dec 19 21:17:34.602 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
30982024-12-19T21:17:36.314Z[ helios-setup] Dec 19 21:17:34.602 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
30992024-12-19T21:17:36.706Z[ helios-setup] Dec 19 21:17:34.996 INFO E| Downloading crates ...
31002024-12-19T21:17:36.819Z[ helios-setup] Dec 19 21:17:35.107 INFO E| Downloaded sha2 v0.10.5
31012024-12-19T21:17:36.823Z[ helios-setup] Dec 19 21:17:35.111 INFO E| Downloaded typenum v1.15.0
31022024-12-19T21:17:36.827Z[ helios-setup] Dec 19 21:17:35.114 INFO E| Downloaded digest v0.10.3
31032024-12-19T21:17:36.832Z[ helios-setup] Dec 19 21:17:35.117 INFO E| Downloaded bytes v1.2.1
31042024-12-19T21:17:36.835Z[ helios-setup] Dec 19 21:17:35.123 INFO E| Downloaded anyhow v1.0.62
31052024-12-19T21:17:36.919Z[ helios-setup] Dec 19 21:17:35.209 INFO E| Compiling version_check v0.9.4
31062024-12-19T21:17:36.923Z[ helios-setup] Dec 19 21:17:35.209 INFO E| Compiling typenum v1.15.0
31072024-12-19T21:17:36.923Z[ helios-setup] Dec 19 21:17:35.209 INFO E| Compiling crc32fast v1.3.2
31082024-12-19T21:17:36.923Z[ helios-setup] Dec 19 21:17:35.209 INFO E| Compiling cfg-if v1.0.0
31092024-12-19T21:17:36.923Z[ helios-setup] Dec 19 21:17:35.210 INFO E| Compiling anyhow v1.0.62
31102024-12-19T21:17:36.923Z[ helios-setup] Dec 19 21:17:35.210 INFO E| Compiling adler v1.0.2
31112024-12-19T21:17:36.926Z[ helios-setup] Dec 19 21:17:35.213 INFO E| Compiling unicode-width v0.1.10
31122024-12-19T21:17:36.926Z[ helios-setup] Dec 19 21:17:35.213 INFO E| Compiling cpufeatures v0.2.5
31132024-12-19T21:17:37.236Z[ helios-setup] Dec 19 21:17:35.527 INFO E| Compiling miniz_oxide v0.6.2
31142024-12-19T21:17:37.311Z[ helios-setup] Dec 19 21:17:35.601 INFO E| Compiling getopts v0.2.21
31152024-12-19T21:17:37.431Z[ helios-setup] Dec 19 21:17:35.720 INFO E| Compiling bitflags v1.3.2
31162024-12-19T21:17:37.671Z[ helios-setup] Dec 19 21:17:35.961 INFO E| Compiling bytes v1.2.1
31172024-12-19T21:17:38.101Z[ helios-setup] Dec 19 21:17:36.391 INFO E| Compiling generic-array v0.14.6
31182024-12-19T21:17:38.794Z[ helios-setup] Dec 19 21:17:37.084 INFO E| Compiling flate2 v1.0.25
31192024-12-19T21:17:39.703Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31202024-12-19T21:17:41.224Z[ host-package] Compiling xz2 v0.1.7
31212024-12-19T21:17:42.019Z[ host-package] Compiling tokio-rustls v0.24.1
31222024-12-19T21:17:43.121Z[ host-package] Compiling zone v0.1.8
31232024-12-19T21:17:43.242Z[ helios-setup] Dec 19 21:17:41.529 INFO E| Compiling block-buffer v0.10.3
31242024-12-19T21:17:43.242Z[ helios-setup] Dec 19 21:17:41.529 INFO E| Compiling crypto-common v0.1.6
31252024-12-19T21:17:43.471Z[ helios-setup] Dec 19 21:17:41.753 INFO E| Compiling digest v0.10.3
31262024-12-19T21:17:43.857Z[ helios-setup] Dec 19 21:17:42.144 INFO E| Compiling sha2 v0.10.5
31272024-12-19T21:17:44.419Z[ helios-setup] Dec 19 21:17:42.706 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
31282024-12-19T21:17:47.835Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31292024-12-19T21:17:49.914Z[ helios-setup] Dec 19 21:17:48.198 INFO E| Finished `release` profile [optimized] target(s) in 13.45s
31302024-12-19T21:17:49.931Z[ helios-setup] Dec 19 21:17:48.215 INFO building project "bootserver" ok (13 seconds)
31312024-12-19T21:17:49.931Z[ helios-setup] Dec 19 21:17:48.215 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
31322024-12-19T21:17:49.931Z[ helios-setup] Dec 19 21:17:48.215 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
31332024-12-19T21:17:49.942Z[ helios-setup] Dec 19 21:17:48.225 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
31342024-12-19T21:17:50.361Z[ helios-setup] Dec 19 21:17:48.645 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
31352024-12-19T21:17:50.361Z[ helios-setup] Dec 19 21:17:48.645 INFO E| info: downloading component 'cargo'
31362024-12-19T21:17:52.019Z[ helios-setup] Dec 19 21:17:50.302 INFO E| info: downloading component 'clippy'
31372024-12-19T21:17:52.279Z[ helios-setup] Dec 19 21:17:50.562 INFO E| info: downloading component 'rust-docs'
31382024-12-19T21:17:53.843Z[ helios-setup] Dec 19 21:17:52.125 INFO E| info: downloading component 'rust-src'
31392024-12-19T21:17:54.130Z[ helios-setup] Dec 19 21:17:52.411 INFO E| info: downloading component 'rust-std'
31402024-12-19T21:17:55.963Z[ helios-setup] Dec 19 21:17:54.245 INFO E| info: downloading component 'rustc'
31412024-12-19T21:17:59.082Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31422024-12-19T21:18:00.700Z[ helios-setup] Dec 19 21:17:58.979 INFO E| info: downloading component 'rustfmt'
31432024-12-19T21:18:00.948Z[ helios-setup] Dec 19 21:17:59.227 INFO E| info: installing component 'cargo'
31442024-12-19T21:18:01.118Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31452024-12-19T21:18:02.146Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31462024-12-19T21:18:02.443Z[ helios-setup] Dec 19 21:18:00.721 INFO E| info: installing component 'clippy'
31472024-12-19T21:18:02.662Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31482024-12-19T21:18:02.861Z[ helios-setup] Dec 19 21:18:01.139 INFO E| info: installing component 'rust-docs'
31492024-12-19T21:18:04.487Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31502024-12-19T21:18:06.454Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31512024-12-19T21:18:08.612Z[ helios-setup] Dec 19 21:18:06.887 INFO E| info: installing component 'rust-src'
31522024-12-19T21:18:09.434Z[ helios-setup] Dec 19 21:18:07.709 INFO E| info: installing component 'rust-std'
31532024-12-19T21:18:11.411Z[ host-package] Compiling rustls-pemfile v1.0.4
31542024-12-19T21:18:12.123Z[ helios-setup] Dec 19 21:18:10.397 INFO E| info: installing component 'rustc'
31552024-12-19T21:18:12.331Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31562024-12-19T21:18:12.741Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31572024-12-19T21:18:15.952Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31582024-12-19T21:18:16.292Z[ host-package] Compiling signal-hook-tokio v0.3.1
31592024-12-19T21:18:16.553Z[ host-package] Compiling twox-hash v1.6.3
31602024-12-19T21:18:17.770Z[ host-package] Compiling yasna v0.5.2
31612024-12-19T21:18:18.214Z[ host-package] Compiling unicode-linebreak v0.1.5
31622024-12-19T21:18:18.344Z[ helios-setup] Dec 19 21:18:16.613 INFO E| info: installing component 'rustfmt'
31632024-12-19T21:18:18.539Z[ host-package] Compiling smawk v0.3.2
31642024-12-19T21:18:18.958Z[ host-package] Compiling is_ci v1.2.0
31652024-12-19T21:18:18.984Z[ host-package] Compiling textwrap v0.16.1
31662024-12-19T21:18:19.157Z[ helios-setup] Dec 19 21:18:17.427 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
31672024-12-19T21:18:19.310Z[ host-package] Compiling rcgen v0.12.1
31682024-12-19T21:18:20.050Z[ helios-setup] Dec 19 21:18:18.320 INFO E| From https://github.com/oxidecomputer/amd-apcb
31692024-12-19T21:18:20.050Z[ helios-setup] Dec 19 21:18:18.320 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9
31702024-12-19T21:18:20.050Z[ helios-setup] Dec 19 21:18:18.320 INFO E| * [new tag] v0.4.3 -> v0.4.3
31712024-12-19T21:18:20.082Z[ helios-setup] Dec 19 21:18:18.352 INFO E| * [new tag] v0.1.3 -> v0.1.3
31722024-12-19T21:18:20.082Z[ helios-setup] Dec 19 21:18:18.352 INFO E| * [new tag] v0.1.4 -> v0.1.4
31732024-12-19T21:18:20.086Z[ helios-setup] Dec 19 21:18:18.352 INFO E| * [new tag] v0.1.5 -> v0.1.5
31742024-12-19T21:18:20.086Z[ helios-setup] Dec 19 21:18:18.352 INFO E| * [new tag] v0.2.0 -> v0.2.0
31752024-12-19T21:18:20.087Z[ helios-setup] Dec 19 21:18:18.352 INFO E| * [new tag] v0.3.0 -> v0.3.0
31762024-12-19T21:18:20.087Z[ helios-setup] Dec 19 21:18:18.353 INFO E| * [new tag] v0.3.1 -> v0.3.1
31772024-12-19T21:18:20.087Z[ helios-setup] Dec 19 21:18:18.353 INFO E| * [new tag] v0.3.2 -> v0.3.2
31782024-12-19T21:18:20.087Z[ helios-setup] Dec 19 21:18:18.353 INFO E| * [new tag] v0.3.3 -> v0.3.3
31792024-12-19T21:18:20.087Z[ helios-setup] Dec 19 21:18:18.353 INFO E| * [new tag] v0.4.0 -> v0.4.0
31802024-12-19T21:18:20.087Z[ helios-setup] Dec 19 21:18:18.353 INFO E| * [new tag] v0.4.1 -> v0.4.1
31812024-12-19T21:18:20.087Z[ helios-setup] Dec 19 21:18:18.353 INFO E| * [new tag] v0.4.2 -> v0.4.2
31822024-12-19T21:18:20.125Z[ helios-setup] Dec 19 21:18:18.395 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
31832024-12-19T21:18:21.058Z[ helios-setup] Dec 19 21:18:19.328 INFO E| From https://github.com/oxidecomputer/amd-efs
31842024-12-19T21:18:21.058Z[ helios-setup] Dec 19 21:18:19.328 INFO E| * [new branch] empty -> origin/empty
31852024-12-19T21:18:21.058Z[ helios-setup] Dec 19 21:18:19.328 INFO E| * [new branch] issue-99 -> origin/issue-99
31862024-12-19T21:18:21.061Z[ helios-setup] Dec 19 21:18:19.328 INFO E| * [new branch] main -> origin/main
31872024-12-19T21:18:21.061Z[ helios-setup] Dec 19 21:18:19.328 INFO E| * [new branch] review -> origin/review
31882024-12-19T21:18:21.061Z[ helios-setup] Dec 19 21:18:19.329 INFO E| * [new ref] -> origin/HEAD
31892024-12-19T21:18:21.061Z[ helios-setup] Dec 19 21:18:19.329 INFO E| * [new tag] v0.2.0 -> v0.2.0
31902024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.329 INFO E| * [new tag] v0.2.1 -> v0.2.1
31912024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.329 INFO E| * [new tag] v0.2.2 -> v0.2.2
31922024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.329 INFO E| * [new tag] v0.2.3 -> v0.2.3
31932024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.329 INFO E| * [new tag] v0.2.4 -> v0.2.4
31942024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.2.5 -> v0.2.5
31952024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.2.6 -> v0.2.6
31962024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.2.7 -> v0.2.7
31972024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.3.0 -> v0.3.0
31982024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.3.1 -> v0.3.1
31992024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.4.0 -> v0.4.0
32002024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.4.1 -> v0.4.1
32012024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.330 INFO E| * [new tag] v0.4.2 -> v0.4.2
32022024-12-19T21:18:21.062Z[ helios-setup] Dec 19 21:18:19.331 INFO E| * [new tag] v0.4.3 -> v0.4.3
32032024-12-19T21:18:21.086Z[ helios-setup] Dec 19 21:18:19.356 INFO E| Updating crates.io index
32042024-12-19T21:18:21.363Z[ helios-setup] Dec 19 21:18:19.633 INFO E| Downloading crates ...
32052024-12-19T21:18:21.513Z[ helios-setup] Dec 19 21:18:19.781 INFO E| Downloaded ansi_term v0.12.1
32062024-12-19T21:18:21.516Z[ helios-setup] Dec 19 21:18:19.785 INFO E| Downloaded fletcher v0.1.0
32072024-12-19T21:18:21.519Z[ helios-setup] Dec 19 21:18:19.787 INFO E| Downloaded cfg-if v0.1.10
32082024-12-19T21:18:21.547Z[ helios-setup] Dec 19 21:18:19.817 INFO E| Downloaded scroll_derive v0.10.5
32092024-12-19T21:18:21.550Z[ helios-setup] Dec 19 21:18:19.818 INFO E| Downloaded memoffset v0.5.6
32102024-12-19T21:18:21.577Z[ host-package] Compiling supports-color v3.0.1
32112024-12-19T21:18:21.580Z[ helios-setup] Dec 19 21:18:19.848 INFO E| Downloaded unic-ucd-version v0.9.0
32122024-12-19T21:18:21.583Z[ helios-setup] Dec 19 21:18:19.850 INFO E| Downloaded unic-common v0.9.0
32132024-12-19T21:18:21.583Z[ helios-setup] Dec 19 21:18:19.851 INFO E| Downloaded unic-char-range v0.9.0
32142024-12-19T21:18:21.585Z[ helios-setup] Dec 19 21:18:19.853 INFO E| Downloaded unic-char-property v0.9.0
32152024-12-19T21:18:21.589Z[ helios-setup] Dec 19 21:18:19.856 INFO E| Downloaded rustc_version v0.2.3
32162024-12-19T21:18:21.589Z[ helios-setup] Dec 19 21:18:19.857 INFO E| Downloaded proc-macro-crate v0.1.5
32172024-12-19T21:18:21.591Z[ helios-setup] Dec 19 21:18:19.859 INFO E| Downloaded structopt-derive v0.4.18
32182024-12-19T21:18:21.591Z[ helios-setup] Dec 19 21:18:19.861 INFO E| Downloaded parse_int v0.6.0
32192024-12-19T21:18:21.594Z[ helios-setup] Dec 19 21:18:19.862 INFO E| Downloaded pre v0.2.1
32202024-12-19T21:18:21.594Z[ helios-setup] Dec 19 21:18:19.863 INFO E| Downloaded pest_generator v2.7.13
32212024-12-19T21:18:21.596Z[ helios-setup] Dec 19 21:18:19.865 INFO E| Downloaded modular-bitfield-impl v0.11.2
32222024-12-19T21:18:21.601Z[ helios-setup] Dec 19 21:18:19.868 INFO E| Downloaded thiserror v1.0.64
32232024-12-19T21:18:21.607Z[ helios-setup] Dec 19 21:18:19.876 INFO E| Downloaded vec_map v0.8.2
32242024-12-19T21:18:21.609Z[ helios-setup] Dec 19 21:18:19.878 INFO E| Downloaded semver v0.9.0
32252024-12-19T21:18:21.614Z[ helios-setup] Dec 19 21:18:19.880 INFO E| Downloaded unic-ucd-ident v0.9.0
32262024-12-19T21:18:21.614Z[ helios-setup] Dec 19 21:18:19.883 INFO E| Downloaded scroll v0.10.2
32272024-12-19T21:18:21.618Z[ helios-setup] Dec 19 21:18:19.886 INFO E| Downloaded modular-bitfield v0.11.2
32282024-12-19T21:18:21.634Z[ helios-setup] Dec 19 21:18:19.903 INFO E| Downloaded strum_macros v0.23.1
32292024-12-19T21:18:21.637Z[ helios-setup] Dec 19 21:18:19.906 INFO E| Downloaded structopt v0.3.26
32302024-12-19T21:18:21.650Z[ helios-setup] Dec 19 21:18:19.919 INFO E| Downloaded clap v2.34.0
32312024-12-19T21:18:21.661Z[ helios-setup] Dec 19 21:18:19.930 INFO E| Downloaded serde v1.0.210
32322024-12-19T21:18:21.666Z[ helios-setup] Dec 19 21:18:19.935 INFO E| Downloaded pest v2.7.13
32332024-12-19T21:18:21.674Z[ helios-setup] Dec 19 21:18:19.943 INFO E| Downloaded serde_json v1.0.128
32342024-12-19T21:18:21.686Z[ helios-setup] Dec 19 21:18:19.955 INFO E| Downloaded goblin v0.4.3
32352024-12-19T21:18:21.695Z[ helios-setup] Dec 19 21:18:19.964 INFO E| Downloaded syn v2.0.79
32362024-12-19T21:18:21.712Z[ helios-setup] Dec 19 21:18:19.981 INFO E| Downloaded serde_derive v1.0.210
32372024-12-19T21:18:21.716Z[ helios-setup] Dec 19 21:18:19.985 INFO E| Downloaded semver-parser v0.7.0
32382024-12-19T21:18:21.718Z[ helios-setup] Dec 19 21:18:19.986 INFO E| Downloaded pest_meta v2.7.13
32392024-12-19T21:18:21.721Z[ helios-setup] Dec 19 21:18:19.990 INFO E| Downloaded once_cell v1.20.1
32402024-12-19T21:18:21.748Z[ helios-setup] Dec 19 21:18:20.017 INFO E| Downloaded libc v0.2.159
32412024-12-19T21:18:21.787Z[ helios-setup] Dec 19 21:18:20.056 INFO E| Downloaded textwrap v0.11.0
32422024-12-19T21:18:21.790Z[ helios-setup] Dec 19 21:18:20.058 INFO E| Downloaded strsim v0.8.0
32432024-12-19T21:18:21.793Z[ helios-setup] Dec 19 21:18:20.060 INFO E| Downloaded thiserror-impl v1.0.64
32442024-12-19T21:18:21.796Z[ helios-setup] Dec 19 21:18:20.062 INFO E| Downloaded pre-proc-macro v0.2.1
32452024-12-19T21:18:21.796Z[ helios-setup] Dec 19 21:18:20.065 INFO E| Downloaded pest_derive v2.7.13
32462024-12-19T21:18:21.799Z[ helios-setup] Dec 19 21:18:20.068 INFO E| Downloaded strum v0.23.0
32472024-12-19T21:18:21.802Z[ helios-setup] Dec 19 21:18:20.069 INFO E| Downloaded four-cc v0.3.0
32482024-12-19T21:18:21.802Z[ helios-setup] Dec 19 21:18:20.070 INFO E| Downloaded bytesize v1.3.0
32492024-12-19T21:18:21.898Z[ helios-setup] Dec 19 21:18:20.167 INFO E| Compiling proc-macro2 v1.0.86
32502024-12-19T21:18:21.898Z[ helios-setup] Dec 19 21:18:20.167 INFO E| Compiling unicode-ident v1.0.13
32512024-12-19T21:18:21.901Z[ helios-setup] Dec 19 21:18:20.167 INFO E| Compiling syn v1.0.109
32522024-12-19T21:18:21.902Z[ helios-setup] Dec 19 21:18:20.168 INFO E| Compiling version_check v0.9.5
32532024-12-19T21:18:21.902Z[ helios-setup] Dec 19 21:18:20.168 INFO E| Compiling memchr v2.7.4
32542024-12-19T21:18:21.902Z[ helios-setup] Dec 19 21:18:20.168 INFO E| Compiling semver-parser v0.7.0
32552024-12-19T21:18:21.909Z[ helios-setup] Dec 19 21:18:20.177 INFO E| Compiling thiserror v1.0.64
32562024-12-19T21:18:21.909Z[ helios-setup] Dec 19 21:18:20.177 INFO E| Compiling autocfg v1.4.0
32572024-12-19T21:18:22.457Z[ helios-setup] Dec 19 21:18:20.726 INFO E| Compiling serde v1.0.210
32582024-12-19T21:18:23.055Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32592024-12-19T21:18:23.311Z[ helios-setup] Dec 19 21:18:21.579 INFO E| Compiling semver v0.9.0
32602024-12-19T21:18:23.316Z[ helios-setup] Dec 19 21:18:21.585 INFO E| Compiling proc-macro-error-attr v1.0.4
32612024-12-19T21:18:23.512Z[ helios-setup] Dec 19 21:18:21.780 INFO E| Compiling proc-macro-error v1.0.4
32622024-12-19T21:18:23.782Z[ helios-setup] Dec 19 21:18:22.049 INFO E| Compiling serde_json v1.0.128
32632024-12-19T21:18:23.803Z[ helios-setup] Dec 19 21:18:22.071 INFO E| Compiling num-traits v0.2.19
32642024-12-19T21:18:24.092Z[ helios-setup] Dec 19 21:18:22.360 INFO E| Compiling rustc_version v0.2.3
32652024-12-19T21:18:24.360Z[ helios-setup] Dec 19 21:18:22.628 INFO E| Compiling ryu v1.0.18
32662024-12-19T21:18:24.574Z[ helios-setup] Dec 19 21:18:22.842 INFO E| Compiling unicode-segmentation v1.12.0
32672024-12-19T21:18:24.667Z[ helios-setup] Dec 19 21:18:22.934 INFO E| Compiling schemars v0.8.21
32682024-12-19T21:18:24.923Z[ helios-setup] Dec 19 21:18:23.190 INFO E| Compiling itoa v1.0.11
32692024-12-19T21:18:25.032Z[ helios-setup] Dec 19 21:18:23.300 INFO E| Compiling pre-proc-macro v0.2.1
32702024-12-19T21:18:25.298Z[ helios-setup] Dec 19 21:18:23.566 INFO E| Compiling quote v1.0.37
32712024-12-19T21:18:25.619Z[ helios-setup] Dec 19 21:18:23.886 INFO E| Compiling memoffset v0.5.6
32722024-12-19T21:18:25.645Z[ helios-setup] Dec 19 21:18:23.912 INFO E| Compiling lazy_static v1.5.0
32732024-12-19T21:18:25.840Z[ helios-setup] Dec 19 21:18:24.107 INFO E| Compiling ucd-trie v0.1.7
32742024-12-19T21:18:25.911Z[ helios-setup] Dec 19 21:18:24.178 INFO E| Compiling dyn-clone v1.0.17
32752024-12-19T21:18:26.188Z[ helios-setup] Dec 19 21:18:24.455 INFO E| Compiling syn v2.0.79
32762024-12-19T21:18:26.349Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32772024-12-19T21:18:26.441Z[ helios-setup] Dec 19 21:18:24.707 INFO E| Compiling heck v0.3.3
32782024-12-19T21:18:26.545Z[ helios-setup] Dec 19 21:18:24.811 INFO E| Compiling libc v0.2.159
32792024-12-19T21:18:26.810Z[ helios-setup] Dec 19 21:18:25.077 INFO E| Compiling rustversion v1.0.17
32802024-12-19T21:18:27.145Z[ helios-setup] Dec 19 21:18:25.412 INFO E| Compiling paste v1.0.15
32812024-12-19T21:18:27.969Z[ helios-setup] Dec 19 21:18:26.236 INFO E| Compiling pre v0.2.1
32822024-12-19T21:18:28.295Z[ helios-setup] Dec 19 21:18:26.560 INFO E| Compiling byteorder v1.5.0
32832024-12-19T21:18:28.713Z[ helios-setup] Dec 19 21:18:26.979 INFO E| Compiling static_assertions v1.1.0
32842024-12-19T21:18:28.817Z[ helios-setup] Dec 19 21:18:27.082 INFO E| Compiling cfg-if v0.1.10
32852024-12-19T21:18:28.913Z[ helios-setup] Dec 19 21:18:27.179 INFO E| Compiling once_cell v1.20.1
32862024-12-19T21:18:30.352Z[ helios-setup] Dec 19 21:18:28.617 INFO E| Compiling unicode-width v0.1.14
32872024-12-19T21:18:31.074Z[ helios-setup] Dec 19 21:18:29.338 INFO E| Compiling atty v0.2.14
32882024-12-19T21:18:31.452Z[ helios-setup] Dec 19 21:18:29.717 INFO E| Compiling textwrap v0.11.0
32892024-12-19T21:18:31.474Z[ helios-setup] Dec 19 21:18:29.738 INFO E| Compiling fletcher v0.1.0
32902024-12-19T21:18:31.604Z[ helios-setup] Dec 19 21:18:29.869 INFO E| Compiling vec_map v0.8.2
32912024-12-19T21:18:31.915Z[ helios-setup] Dec 19 21:18:30.179 INFO E| Compiling ansi_term v0.12.1
32922024-12-19T21:18:31.915Z[ helios-setup] Dec 19 21:18:30.179 INFO E| Compiling strum v0.23.0
32932024-12-19T21:18:32.154Z[ helios-setup] Dec 19 21:18:30.418 INFO E| Compiling parse_int v0.6.0
32942024-12-19T21:18:32.272Z[ helios-setup] Dec 19 21:18:30.536 INFO E| Compiling unic-common v0.9.0
32952024-12-19T21:18:32.473Z[ helios-setup] Dec 19 21:18:30.737 INFO E| Compiling bitflags v1.3.2
32962024-12-19T21:18:32.505Z[ helios-setup] Dec 19 21:18:30.769 INFO E| Compiling unic-char-range v0.9.0
32972024-12-19T21:18:32.627Z[ helios-setup] Dec 19 21:18:30.890 INFO E| Compiling strsim v0.8.0
32982024-12-19T21:18:32.721Z[ helios-setup] Dec 19 21:18:30.985 INFO E| Compiling unic-char-property v0.9.0
32992024-12-19T21:18:32.846Z[ helios-setup] Dec 19 21:18:31.110 INFO E| Compiling unic-ucd-version v0.9.0
33002024-12-19T21:18:32.947Z[ helios-setup] Dec 19 21:18:31.211 INFO E| Compiling log v0.4.22
33012024-12-19T21:18:32.973Z[ helios-setup] Dec 19 21:18:31.237 INFO E| Compiling plain v0.2.3
33022024-12-19T21:18:33.078Z[ helios-setup] Dec 19 21:18:31.342 INFO E| Compiling clap v2.34.0
33032024-12-19T21:18:33.201Z[ helios-setup] Dec 19 21:18:31.464 INFO E| Compiling unic-ucd-ident v0.9.0
33042024-12-19T21:18:33.430Z[ helios-setup] Dec 19 21:18:31.693 INFO E| Compiling bytesize v1.3.0
33052024-12-19T21:18:35.334Z[ helios-setup] Dec 19 21:18:33.597 INFO E| Compiling serde_derive_internals v0.29.1
33062024-12-19T21:18:37.286Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
33072024-12-19T21:18:37.887Z[ helios-setup] Dec 19 21:18:36.149 INFO E| Compiling toml v0.5.11
33082024-12-19T21:18:41.200Z[ helios-setup] Dec 19 21:18:39.460 INFO E| Compiling thiserror-impl v1.0.64
33092024-12-19T21:18:42.037Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
33102024-12-19T21:18:42.363Z[ helios-setup] Dec 19 21:18:40.621 INFO E| Compiling serde_derive v1.0.210
33112024-12-19T21:18:42.509Z[ helios-setup] Dec 19 21:18:40.768 INFO E| Compiling schemars_derive v0.8.21
33122024-12-19T21:18:42.914Z[ helios-setup] Dec 19 21:18:41.173 INFO E| Compiling proc-macro-crate v0.1.5
33132024-12-19T21:18:43.225Z[ helios-setup] Dec 19 21:18:41.484 INFO E| Compiling zerocopy-derive v0.6.6
33142024-12-19T21:18:44.083Z[ helios-setup] Dec 19 21:18:42.341 INFO E| Compiling num-derive v0.4.2
33152024-12-19T21:18:46.871Z[ helios-setup] Dec 19 21:18:45.128 INFO E| Compiling pest v2.7.13
33162024-12-19T21:18:47.430Z[ helios-setup] Dec 19 21:18:45.687 INFO E| Compiling zerocopy v0.6.6
33172024-12-19T21:18:49.060Z[ helios-setup] Dec 19 21:18:47.315 INFO E| Compiling modular-bitfield-impl v0.11.2
33182024-12-19T21:18:49.073Z[ helios-setup] Dec 19 21:18:47.330 INFO E| Compiling strum_macros v0.23.1
33192024-12-19T21:18:49.181Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
33202024-12-19T21:18:49.255Z[ helios-setup] Dec 19 21:18:47.511 INFO E| Compiling scroll_derive v0.10.5
33212024-12-19T21:18:51.425Z[ helios-setup] Dec 19 21:18:49.680 INFO E| Compiling structopt-derive v0.4.18
33222024-12-19T21:18:52.507Z[ helios-setup] Dec 19 21:18:50.761 INFO E| Compiling pest_meta v2.7.13
33232024-12-19T21:18:53.822Z[ helios-setup] Dec 19 21:18:52.075 INFO E| Compiling scroll v0.10.2
33242024-12-19T21:18:55.026Z[ helios-setup] Dec 19 21:18:53.280 INFO E| Compiling goblin v0.4.3
33252024-12-19T21:18:55.178Z[ helios-setup] Dec 19 21:18:53.431 INFO E| Compiling modular-bitfield v0.11.2
33262024-12-19T21:18:55.802Z[ helios-setup] Dec 19 21:18:54.054 INFO E| Compiling pest_generator v2.7.13
33272024-12-19T21:18:56.831Z[ helios-setup] Dec 19 21:18:55.083 INFO E| Compiling structopt v0.3.26
33282024-12-19T21:19:01.993Z[ helios-setup] Dec 19 21:19:00.243 INFO E| Compiling pest_derive v2.7.13
33292024-12-19T21:19:05.586Z[ helios-setup] Dec 19 21:19:03.834 INFO E| Compiling json5 v0.4.1
33302024-12-19T21:19:10.723Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
33312024-12-19T21:19:11.367Z[ helios-setup] Dec 19 21:19:09.613 INFO E| Compiling four-cc v0.3.0
33322024-12-19T21:19:11.439Z[ helios-setup] Dec 19 21:19:09.685 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0)
33332024-12-19T21:19:11.738Z[ helios-setup] Dec 19 21:19:09.983 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d)
33342024-12-19T21:19:17.605Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
33352024-12-19T21:19:24.115Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
33362024-12-19T21:19:33.285Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
33372024-12-19T21:19:34.070Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
33382024-12-19T21:19:34.454Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826)
33392024-12-19T21:19:35.116Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
33402024-12-19T21:19:42.266Z[ host-package] Compiling fatfs v0.3.6
33412024-12-19T21:19:44.853Z[ host-package] Compiling subprocess v0.2.9
33422024-12-19T21:19:45.800Z[ host-package] Compiling rtoolbox v0.0.2
33432024-12-19T21:19:46.326Z[ host-package] Compiling assert_matches v1.5.0
33442024-12-19T21:19:47.084Z[ host-package] Compiling rpassword v7.3.1
33452024-12-19T21:19:47.445Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
33462024-12-19T21:19:48.084Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
33472024-12-19T21:19:50.339Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
33482024-12-19T21:19:51.093Z[ host-package] Compiling tui-tree-widget v0.22.0
33492024-12-19T21:19:51.683Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
33502024-12-19T21:19:56.570Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
33512024-12-19T21:19:56.719Z[ helios-setup] Dec 19 21:19:54.943 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
33522024-12-19T21:19:58.722Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
33532024-12-19T21:19:59.207Z[ host-package] Compiling uzers v0.12.1
33542024-12-19T21:20:02.838Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
33552024-12-19T21:20:13.086Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
33562024-12-19T21:20:14.314Z[ helios-setup] Dec 19 21:20:12.529 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
33572024-12-19T21:20:15.415Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
33582024-12-19T21:20:45.018Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33592024-12-19T21:20:48.866Z[ host-package] Compiling multimap v0.10.0
33602024-12-19T21:21:07.988Z[ helios-setup] Dec 19 21:21:06.177 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 48s
33612024-12-19T21:21:08.029Z[ helios-setup] Dec 19 21:21:06.219 INFO building project "amd-host-image-builder" ok (198 seconds)
33622024-12-19T21:21:08.029Z[ helios-setup] Dec 19 21:21:06.219 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
33632024-12-19T21:21:08.032Z[ helios-setup] Dec 19 21:21:06.219 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
33642024-12-19T21:21:08.453Z[ helios-setup] Dec 19 21:21:06.642 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
33652024-12-19T21:21:08.991Z[ helios-setup] Dec 19 21:21:07.180 INFO E| From https://github.com/jclulow/rust-jmclib
33662024-12-19T21:21:08.991Z[ helios-setup] Dec 19 21:21:07.180 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
33672024-12-19T21:21:09.014Z[ helios-setup] Dec 19 21:21:07.203 INFO E| Updating crates.io index
33682024-12-19T21:21:09.215Z[ helios-setup] Dec 19 21:21:07.405 INFO E| Downloading crates ...
33692024-12-19T21:21:09.347Z[ helios-setup] Dec 19 21:21:07.536 INFO E| Downloaded bitflags v2.3.3
33702024-12-19T21:21:09.352Z[ helios-setup] Dec 19 21:21:07.541 INFO E| Downloaded cpufeatures v0.2.9
33712024-12-19T21:21:09.354Z[ helios-setup] Dec 19 21:21:07.543 INFO E| Downloaded block-buffer v0.9.0
33722024-12-19T21:21:09.383Z[ helios-setup] Dec 19 21:21:07.572 INFO E| Downloaded proc-macro2 v1.0.66
33732024-12-19T21:21:09.387Z[ helios-setup] Dec 19 21:21:07.576 INFO E| Downloaded md-5 v0.9.1
33742024-12-19T21:21:09.389Z[ helios-setup] Dec 19 21:21:07.578 INFO E| Downloaded libdevinfo-sys v1.0.0
33752024-12-19T21:21:09.391Z[ helios-setup] Dec 19 21:21:07.580 INFO E| Downloaded digest v0.9.0
33762024-12-19T21:21:09.422Z[ helios-setup] Dec 19 21:21:07.612 INFO E| Downloaded uuid v0.8.2
33772024-12-19T21:21:09.428Z[ helios-setup] Dec 19 21:21:07.617 INFO E| Downloaded quote v1.0.31
33782024-12-19T21:21:09.431Z[ helios-setup] Dec 19 21:21:07.621 INFO E| Downloaded once_cell v1.18.0
33792024-12-19T21:21:09.435Z[ helios-setup] Dec 19 21:21:07.625 INFO E| Downloaded getrandom v0.2.10
33802024-12-19T21:21:09.440Z[ helios-setup] Dec 19 21:21:07.630 INFO E| Downloaded unicode-ident v1.0.11
33812024-12-19T21:21:09.444Z[ helios-setup] Dec 19 21:21:07.634 INFO E| Downloaded serde v1.0.193
33822024-12-19T21:21:09.449Z[ helios-setup] Dec 19 21:21:07.639 INFO E| Downloaded anyhow v1.0.72
33832024-12-19T21:21:09.455Z[ helios-setup] Dec 19 21:21:07.644 INFO E| Downloaded serde_derive v1.0.193
33842024-12-19T21:21:09.458Z[ helios-setup] Dec 19 21:21:07.648 INFO E| Downloaded fastrand v2.0.0
33852024-12-19T21:21:09.461Z[ helios-setup] Dec 19 21:21:07.650 INFO E| Downloaded tempfile v3.7.0
33862024-12-19T21:21:09.463Z[ helios-setup] Dec 19 21:21:07.653 INFO E| Downloaded sha-1 v0.9.8
33872024-12-19T21:21:09.492Z[ helios-setup] Dec 19 21:21:07.681 INFO E| Downloaded serde_json v1.0.103
33882024-12-19T21:21:09.533Z[ helios-setup] Dec 19 21:21:07.723 INFO E| Downloaded syn v2.0.32
33892024-12-19T21:21:09.550Z[ helios-setup] Dec 19 21:21:07.739 INFO E| Downloaded rustix v0.38.4
33902024-12-19T21:21:09.631Z[ helios-setup] Dec 19 21:21:07.820 INFO E| Downloaded libc v0.2.147
33912024-12-19T21:21:09.794Z[ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling libc v0.2.147
33922024-12-19T21:21:09.797Z[ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling proc-macro2 v1.0.66
33932024-12-19T21:21:09.797Z[ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling unicode-ident v1.0.11
33942024-12-19T21:21:09.797Z[ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling cfg-if v1.0.0
33952024-12-19T21:21:09.797Z[ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling typenum v1.16.0
33962024-12-19T21:21:09.797Z[ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling version_check v0.9.4
33972024-12-19T21:21:09.797Z[ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling serde v1.0.193
33982024-12-19T21:21:09.797Z[ helios-setup] Dec 19 21:21:07.983 INFO E| Compiling rustix v0.38.4
33992024-12-19T21:21:10.312Z[ helios-setup] Dec 19 21:21:08.501 INFO E| Compiling powerfmt v0.2.0
34002024-12-19T21:21:10.360Z[ helios-setup] Dec 19 21:21:08.549 INFO E| Compiling slog v2.7.0
34012024-12-19T21:21:11.115Z[ helios-setup] Dec 19 21:21:09.304 INFO E| Compiling num-conv v0.1.0
34022024-12-19T21:21:11.179Z[ helios-setup] Dec 19 21:21:09.368 INFO E| Compiling generic-array v0.14.7
34032024-12-19T21:21:11.227Z[ helios-setup] Dec 19 21:21:09.416 INFO E| Compiling time-core v0.1.2
34042024-12-19T21:21:11.495Z[ helios-setup] Dec 19 21:21:09.683 INFO E| Compiling itoa v1.0.9
34052024-12-19T21:21:11.613Z[ helios-setup] Dec 19 21:21:09.801 INFO E| Compiling deranged v0.3.11
34062024-12-19T21:21:11.791Z[ helios-setup] Dec 19 21:21:09.980 INFO E| Compiling time-macros v0.2.18
34072024-12-19T21:21:12.040Z[ helios-setup] Dec 19 21:21:10.227 INFO E| Compiling bitflags v2.3.3
34082024-12-19T21:21:12.049Z[ helios-setup] Dec 19 21:21:10.237 INFO E| Compiling once_cell v1.18.0
34092024-12-19T21:21:12.123Z[ helios-setup] Dec 19 21:21:10.310 INFO E| Compiling num_threads v0.1.6
34102024-12-19T21:21:12.618Z[ helios-setup] Dec 19 21:21:10.806 INFO E| Compiling thread_local v1.1.7
34112024-12-19T21:21:13.030Z[ helios-setup] Dec 19 21:21:11.217 INFO E| Compiling quote v1.0.31
34122024-12-19T21:21:14.159Z[ helios-setup] Dec 19 21:21:12.347 INFO E| Compiling syn v2.0.32
34132024-12-19T21:21:14.389Z[ helios-setup] Dec 19 21:21:12.574 INFO E| Compiling fastrand v2.0.0
34142024-12-19T21:21:14.497Z[ helios-setup] Dec 19 21:21:12.684 INFO E| Compiling dirs-sys-next v0.1.2
34152024-12-19T21:21:14.809Z[ helios-setup] Dec 19 21:21:12.996 INFO E| Compiling dirs-next v2.0.0
34162024-12-19T21:21:15.213Z[ helios-setup] Dec 19 21:21:13.399 INFO E| Compiling errno v0.3.1
34172024-12-19T21:21:15.282Z[ helios-setup] Dec 19 21:21:13.469 INFO E| Compiling term v0.7.0
34182024-12-19T21:21:15.686Z[ helios-setup] Dec 19 21:21:13.872 INFO E| Compiling atty v0.2.14
34192024-12-19T21:21:15.785Z[ helios-setup] Dec 19 21:21:13.969 INFO E| Compiling anyhow v1.0.72
34202024-12-19T21:21:15.992Z[ helios-setup] Dec 19 21:21:14.177 INFO E| Compiling serde_json v1.0.103
34212024-12-19T21:21:16.088Z[ helios-setup] Dec 19 21:21:14.273 INFO E| Compiling opaque-debug v0.3.0
34222024-12-19T21:21:16.188Z[ helios-setup] Dec 19 21:21:14.374 INFO E| Compiling getrandom v0.2.10
34232024-12-19T21:21:16.988Z[ helios-setup] Dec 19 21:21:15.174 INFO E| Compiling digest v0.9.0
34242024-12-19T21:21:16.988Z[ helios-setup] Dec 19 21:21:15.174 INFO E| Compiling block-buffer v0.9.0
34252024-12-19T21:21:17.122Z[ helios-setup] Dec 19 21:21:15.307 INFO E| Compiling same-file v1.0.6
34262024-12-19T21:21:17.403Z[ helios-setup] Dec 19 21:21:15.589 INFO E| Compiling time v0.3.36
34272024-12-19T21:21:17.438Z[ helios-setup] Dec 19 21:21:15.624 INFO E| Compiling cpufeatures v0.2.9
34282024-12-19T21:21:17.472Z[ helios-setup] Dec 19 21:21:15.658 INFO E| Compiling ryu v1.0.15
34292024-12-19T21:21:17.680Z[ helios-setup] Dec 19 21:21:15.724 INFO E| Compiling unicode-width v0.1.10
34302024-12-19T21:21:17.823Z[ helios-setup] Dec 19 21:21:16.008 INFO E| Compiling getopts v0.2.21
34312024-12-19T21:21:17.841Z[ helios-setup] Dec 19 21:21:16.026 INFO E| Compiling sha-1 v0.9.8
34322024-12-19T21:21:18.181Z[ helios-setup] Dec 19 21:21:16.367 INFO E| Compiling walkdir v2.3.3
34332024-12-19T21:21:18.918Z[ helios-setup] Dec 19 21:21:17.102 INFO E| Compiling tempfile v3.7.0
34342024-12-19T21:21:19.113Z[ helios-setup] Dec 19 21:21:17.297 INFO E| Compiling md-5 v0.9.1
34352024-12-19T21:21:19.888Z[ helios-setup] Dec 19 21:21:18.073 INFO E| Compiling glob v0.3.1
34362024-12-19T21:21:20.023Z[ helios-setup] Dec 19 21:21:18.207 INFO E| Compiling libdevinfo-sys v1.0.0
34372024-12-19T21:21:21.374Z[ helios-setup] Dec 19 21:21:19.558 INFO E| Compiling slog-term v2.9.0
34382024-12-19T21:21:24.327Z[ helios-setup] Dec 19 21:21:22.509 INFO E| Compiling serde_derive v1.0.193
34392024-12-19T21:21:40.750Z[ helios-setup] Dec 19 21:21:38.924 INFO E| Compiling toml v0.5.11
34402024-12-19T21:21:40.750Z[ helios-setup] Dec 19 21:21:38.924 INFO E| Compiling uuid v0.8.2
34412024-12-19T21:21:43.233Z[ helios-setup] Dec 19 21:21:41.406 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
34422024-12-19T21:21:48.362Z[ helios-setup] Dec 19 21:21:46.530 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
34432024-12-19T21:22:02.008Z[ helios-setup] Dec 19 21:22:00.172 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.85s
34442024-12-19T21:22:02.045Z[ helios-setup] Dec 19 21:22:00.209 INFO building project "image-builder" ok (53 seconds)
34452024-12-19T21:22:02.048Z[ helios-setup] rm -f helios-build
34462024-12-19T21:22:02.051Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
34472024-12-19T21:22:02.054Z[ helios-setup]
34482024-12-19T21:22:02.056Z[ helios-setup] Setup complete! ./helios-build is now available.
34492024-12-19T21:22:02.060Z[ helios-setup]
34502024-12-19T21:22:02.060Z[ helios-setup]
34512024-12-19T21:22:02.060Z[ helios-setup] real 12:34.418831086
34522024-12-19T21:22:02.060Z[ helios-setup] user 29:50.358565997
34532024-12-19T21:22:02.060Z[ helios-setup] sys 3:41.404860783
34542024-12-19T21:22:02.060Z[ helios-setup] trap 1.786633065
34552024-12-19T21:22:02.060Z[ helios-setup] tflt 8.836738630
34562024-12-19T21:22:02.060Z[ helios-setup] dflt 35.995758525
34572024-12-19T21:22:02.060Z[ helios-setup] kflt 0.048586997
34582024-12-19T21:22:02.060Z[ helios-setup] lock 2:10:15.175687572
34592024-12-19T21:22:02.060Z[ helios-setup] slp 3:52:50.442830653
34602024-12-19T21:22:02.060Z[ helios-setup] lat 34:08.310711003
34612024-12-19T21:22:02.060Z[ helios-setup] stop 4:41.332102012
34622024-12-19T21:22:02.063ZDec 19 21:22:00.224 INFO [helios-setup] process exited with exit status: 0 (754.425957919s)
34632024-12-19T21:22:02.063ZDec 19 21:22:00.225 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
34642024-12-19T21:22:02.105Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos'
34652024-12-19T21:22:03.105Z[ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26)
34662024-12-19T21:22:03.106Z[ phbl-toolchain] info: downloading component 'cargo'
34672024-12-19T21:22:05.058Z[ phbl-toolchain] info: downloading component 'clippy'
34682024-12-19T21:22:05.710Z[ phbl-toolchain] info: downloading component 'llvm-tools'
34692024-12-19T21:22:11.214Z[ phbl-toolchain] info: downloading component 'miri'
34702024-12-19T21:22:11.658Z[ phbl-toolchain] info: downloading component 'rust-docs'
34712024-12-19T21:22:13.203Z[ phbl-toolchain] info: downloading component 'rust-src'
34722024-12-19T21:22:13.469Z[ phbl-toolchain] info: downloading component 'rust-std'
34732024-12-19T21:22:15.933Z[ phbl-toolchain] info: downloading component 'rustc'
34742024-12-19T21:22:24.452Z[ phbl-toolchain] info: downloading component 'rustfmt'
34752024-12-19T21:22:25.034Z[ phbl-toolchain] info: installing component 'cargo'
34762024-12-19T21:22:26.361Z[ phbl-toolchain] info: installing component 'clippy'
34772024-12-19T21:22:26.928Z[ phbl-toolchain] info: installing component 'llvm-tools'
34782024-12-19T21:22:32.558Z[ phbl-toolchain] info: installing component 'miri'
34792024-12-19T21:22:32.854Z[ phbl-toolchain] info: installing component 'rust-docs'
34802024-12-19T21:22:40.961Z[ phbl-toolchain] info: installing component 'rust-src'
34812024-12-19T21:22:41.566Z[ phbl-toolchain] info: installing component 'rust-std'
34822024-12-19T21:22:44.011Z[ phbl-toolchain] info: installing component 'rustc'
34832024-12-19T21:22:52.933Z[ phbl-toolchain] info: installing component 'rustfmt'
34842024-12-19T21:22:53.853Z[ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25)
34852024-12-19T21:22:53.857ZDec 19 21:22:51.993 INFO [phbl-toolchain] process exited with exit status: 0 (51.768364833s)
34862024-12-19T21:23:35.301Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
34872024-12-19T21:23:39.512Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
34882024-12-19T21:30:45.795Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 24s
34892024-12-19T21:31:53.296ZDec 19 21:31:51.179 INFO [host-package] process exited with exit status: 0 (1292.566710592s)
34902024-12-19T21:31:53.299ZDec 19 21:31:51.180 INFO [host-stamp] running task
34912024-12-19T21:31:53.299ZDec 19 21:31:51.180 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
34922024-12-19T21:31:53.299ZDec 19 21:31:51.180 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+git4113601b516
34932024-12-19T21:31:53.313ZDec 19 21:31:51.196 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+git4113601b516
34942024-12-19T21:31:53.320Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
34952024-12-19T21:31:53.323ZDec 19 21:31:51.204 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+git4113601b516
34962024-12-19T21:31:53.329Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
34972024-12-19T21:31:53.332Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
34982024-12-19T21:31:53.335ZDec 19 21:31:51.216 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+git4113601b516
34992024-12-19T21:31:53.346Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
35002024-12-19T21:31:53.346ZDec 19 21:31:51.230 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+git4113601b516
35012024-12-19T21:31:53.364Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
35022024-12-19T21:31:53.364ZDec 19 21:31:51.247 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+git4113601b516
35032024-12-19T21:31:53.381Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
35042024-12-19T21:31:53.385ZDec 19 21:31:51.267 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+git4113601b516
35052024-12-19T21:31:53.385Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
35062024-12-19T21:31:53.404Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
35072024-12-19T21:31:53.407ZDec 19 21:31:51.288 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+git4113601b516
35082024-12-19T21:31:53.417Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
35092024-12-19T21:31:53.425Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
35102024-12-19T21:31:53.427ZDec 19 21:31:51.308 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (78.824948ms)
35112024-12-19T21:31:53.427ZDec 19 21:31:51.309 INFO [stamp-oxlog] process exited with exit status: 0 (61.665254ms)
35122024-12-19T21:31:53.439Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
35132024-12-19T21:31:53.442Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
35142024-12-19T21:31:53.446ZDec 19 21:31:51.330 INFO [stamp-overlay] process exited with exit status: 0 (41.821579ms)
35152024-12-19T21:31:53.451Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
35162024-12-19T21:31:53.456ZDec 19 21:31:51.339 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (135.169109ms)
35172024-12-19T21:31:53.575Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
35182024-12-19T21:31:53.579ZDec 19 21:31:51.462 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (266.409964ms)
35192024-12-19T21:31:53.721Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
35202024-12-19T21:31:53.725ZDec 19 21:31:51.608 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (427.462364ms)
35212024-12-19T21:31:54.491Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
35222024-12-19T21:31:54.495ZDec 19 21:31:52.378 INFO [stamp-propolis-server] process exited with exit status: 0 (1.162454228s)
35232024-12-19T21:31:54.642Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
35242024-12-19T21:31:57.267Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
35252024-12-19T21:32:04.675Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
35262024-12-19T21:32:04.679ZDec 19 21:32:02.556 INFO [stamp-switch-asic] process exited with exit status: 0 (11.289226678s)
35272024-12-19T21:32:04.681ZDec 19 21:32:02.557 INFO [host-stamp] task succeeded (11.37715449s)
35282024-12-19T21:32:04.681ZDec 19 21:32:02.557 INFO [host-proto] running task
35292024-12-19T21:32:05.126ZDec 19 21:32:03.003 INFO [host-proto] task succeeded (445.910801ms)
35302024-12-19T21:32:05.126ZDec 19 21:32:03.003 INFO [host-profile] running task
35312024-12-19T21:32:05.129ZDec 19 21:32:03.003 INFO [host-profile] task succeeded (282.501µs)
35322024-12-19T21:32:05.129ZDec 19 21:32:03.003 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/.tmpZORqCZ/proto/host/root -N 'ci 4113601/${os_short_commit} 2024-12-19 21:09' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35332024-12-19T21:32:05.145Z[ host-image] Dec 19 21:32:03.022 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
35342024-12-19T21:32:05.145Z[ host-image] Dec 19 21:32:03.023 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
35352024-12-19T21:32:05.160Z[ host-image] Dec 19 21:32:03.037 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpZORqCZ/proto/host/root"
35362024-12-19T21:32:05.162Z[ host-image] Dec 19 21:32:03.037 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
35372024-12-19T21:32:05.162Z[ host-image] Dec 19 21:32:03.038 INFO image builder template: ramdisk-01-os...
35382024-12-19T21:32:05.162Z[ host-image] Dec 19 21:32:03.038 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/.tmpZORqCZ/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
35392024-12-19T21:32:05.179Z[ host-image] Dec 19 21:32:03.057 INFO O| Dec 19 21:32:03.057 INFO CREATE DATASET: rpool/images/build/host/output
35402024-12-19T21:32:05.428Z[ host-image] Dec 19 21:32:03.305 INFO O| Dec 19 21:32:03.305 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35412024-12-19T21:32:05.432Z[ host-image] Dec 19 21:32:03.310 INFO O| Dec 19 21:32:03.310 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35422024-12-19T21:32:05.670Z[ host-image] Dec 19 21:32:03.548 INFO O| Dec 19 21:32:03.548 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
35432024-12-19T21:32:05.737Z[ host-image] Dec 19 21:32:03.614 INFO O| Dec 19 21:32:03.614 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
35442024-12-19T21:32:05.737Z[ host-image] Dec 19 21:32:03.614 INFO O| Dec 19 21:32:03.614 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
35452024-12-19T21:32:05.740Z[ host-image] Dec 19 21:32:03.614 INFO O| Dec 19 21:32:03.614 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
35462024-12-19T21:32:05.740Z[ host-image] Dec 19 21:32:03.614 INFO O| Dec 19 21:32:03.614 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
35472024-12-19T21:32:05.748Z[ host-image] Dec 19 21:32:03.625 INFO O| Dec 19 21:32:03.625 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
35482024-12-19T21:32:05.955Z[ host-image] Dec 19 21:32:03.832 INFO O| Dec 19 21:32:03.831 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35492024-12-19T21:32:05.974Z[ host-image] Dec 19 21:32:03.851 INFO O| Dec 19 21:32:03.850 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
35502024-12-19T21:32:06.549Z[ host-image] Dec 19 21:32:04.426 INFO O| Dec 19 21:32:04.425 INFO O| Caching catalogs ... Done
35512024-12-19T21:32:06.715Z[ host-image] Dec 19 21:32:04.592 INFO O| Dec 19 21:32:04.591 INFO STEP 0 (pkg_image_create) COMPLETE
35522024-12-19T21:32:06.715Z[ host-image] Dec 19 21:32:04.592 INFO O| Dec 19 21:32:04.592 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35532024-12-19T21:32:06.715Z[ host-image] Dec 19 21:32:04.592 INFO O| Dec 19 21:32:04.592 INFO skip step because feature "repo_redist" is not enabled
35542024-12-19T21:32:06.718Z[ host-image] Dec 19 21:32:04.592 INFO O| Dec 19 21:32:04.592 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35552024-12-19T21:32:06.737Z[ host-image] Dec 19 21:32:04.614 INFO O| Dec 19 21:32:04.614 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"]
35562024-12-19T21:32:07.329Z[ host-image] Dec 19 21:32:05.205 INFO O| Dec 19 21:32:05.205 INFO STEP 2 (pkg_set_publisher) COMPLETE
35572024-12-19T21:32:07.329Z[ host-image] Dec 19 21:32:05.205 INFO O| Dec 19 21:32:05.205 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-12-19T21:32:07.345Z[ host-image] Dec 19 21:32:05.222 INFO O| Dec 19 21:32:05.222 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"]
35592024-12-19T21:32:07.884Z[ host-image] Dec 19 21:32:05.760 INFO O| Dec 19 21:32:05.760 INFO STEP 3 (pkg_set_publisher) COMPLETE
35602024-12-19T21:32:07.884Z[ host-image] Dec 19 21:32:05.760 INFO O| Dec 19 21:32:05.760 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35612024-12-19T21:32:07.887Z[ host-image] Dec 19 21:32:05.760 INFO O| Dec 19 21:32:05.760 INFO skip step because feature "repo_redist" is not enabled
35622024-12-19T21:32:07.887Z[ host-image] Dec 19 21:32:05.760 INFO O| Dec 19 21:32:05.760 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35632024-12-19T21:32:08.349Z[ host-image] Dec 19 21:32:06.225 INFO O| Dec 19 21:32:06.225 INFO variant opensolaris.zone is already global
35642024-12-19T21:32:08.349Z[ host-image] Dec 19 21:32:06.225 INFO O| Dec 19 21:32:06.225 INFO STEP 5 (pkg_change_variant) COMPLETE
35652024-12-19T21:32:08.350Z[ host-image] Dec 19 21:32:06.225 INFO O| Dec 19 21:32:06.225 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35662024-12-19T21:32:08.962Z[ host-image] Dec 19 21:32:06.837 INFO O| Dec 19 21:32:06.837 INFO variant opensolaris.imagetype is full; changing to partial
35672024-12-19T21:32:08.962Z[ host-image] Dec 19 21:32:06.838 INFO O| Dec 19 21:32:06.837 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35682024-12-19T21:32:16.433Z[ host-image] Dec 19 21:32:14.305 INFO O| Dec 19 21:32:14.305 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35692024-12-19T21:32:17.861Z[recovery-package] Finished `release` profile [optimized] target(s) in 24.23s
35702024-12-19T21:32:19.572ZDec 19 21:32:17.443 INFO [recovery-package] process exited with exit status: 0 (26.262619517s)
35712024-12-19T21:32:19.573ZDec 19 21:32:17.443 INFO [recovery-stamp] running task
35722024-12-19T21:32:19.575ZDec 19 21:32:17.443 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
35732024-12-19T21:32:19.575ZDec 19 21:32:17.444 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+git4113601b516
35742024-12-19T21:32:19.602ZDec 19 21:32:17.473 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git4113601b516
35752024-12-19T21:32:19.622Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
35762024-12-19T21:32:19.635Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
35772024-12-19T21:32:19.730Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
35782024-12-19T21:32:19.734ZDec 19 21:32:17.605 INFO [stamp-installinator] process exited with exit status: 0 (132.014963ms)
35792024-12-19T21:32:19.756Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
35802024-12-19T21:32:19.759ZDec 19 21:32:17.630 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (186.379924ms)
35812024-12-19T21:32:19.762ZDec 19 21:32:17.630 INFO [recovery-stamp] task succeeded (186.866782ms)
35822024-12-19T21:32:19.762ZDec 19 21:32:17.630 INFO [recovery-proto] running task
35832024-12-19T21:32:19.762ZDec 19 21:32:17.630 INFO [tuf-stamp] running task
35842024-12-19T21:32:19.762ZDec 19 21:32:17.631 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+git4113601b516
35852024-12-19T21:32:19.779ZDec 19 21:32:17.650 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+git4113601b516
35862024-12-19T21:32:19.798Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
35872024-12-19T21:32:19.800ZDec 19 21:32:17.668 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+git4113601b516
35882024-12-19T21:32:19.817Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
35892024-12-19T21:32:19.819ZDec 19 21:32:17.687 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+git4113601b516
35902024-12-19T21:32:19.829Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
35912024-12-19T21:32:19.835ZDec 19 21:32:17.706 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+git4113601b516
35922024-12-19T21:32:19.868ZDec 19 21:32:17.739 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+git4113601b516
35932024-12-19T21:32:19.896Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35942024-12-19T21:32:19.899Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
35952024-12-19T21:32:19.899ZDec 19 21:32:17.767 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+git4113601b516
35962024-12-19T21:32:20.103ZDec 19 21:32:17.874 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+git4113601b516
35972024-12-19T21:32:20.105ZDec 19 21:32:17.924 INFO [recovery-proto] task succeeded (293.278496ms)
35982024-12-19T21:32:20.105ZDec 19 21:32:17.924 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/.tmpZORqCZ/proto/recovery/root -N 'recovery 4113601/${os_short_commit} 2024-12-19 21:09' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
35992024-12-19T21:32:20.105Z[ recovery-image] Dec 19 21:32:17.951 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
36002024-12-19T21:32:20.105Z[ recovery-image] Dec 19 21:32:17.951 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
36012024-12-19T21:32:20.105Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
36022024-12-19T21:32:20.105ZDec 19 21:32:17.957 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+git4113601b516
36032024-12-19T21:32:20.221Z[ recovery-image] Dec 19 21:32:17.988 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpZORqCZ/proto/recovery/root"
36042024-12-19T21:32:20.224Z[ recovery-image] Dec 19 21:32:17.988 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
36052024-12-19T21:32:20.257Z[ recovery-image] Dec 19 21:32:17.988 INFO image builder template: ramdisk-01-os...
36062024-12-19T21:32:20.260Z[ recovery-image] Dec 19 21:32:17.988 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/.tmpZORqCZ/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
36072024-12-19T21:32:20.260Z[ recovery-image] Dec 19 21:32:18.068 INFO O| Dec 19 21:32:18.047 INFO CREATE DATASET: rpool/images/build/recovery/output
36082024-12-19T21:32:20.268Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
36092024-12-19T21:32:20.275Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
36102024-12-19T21:32:20.275ZDec 19 21:32:18.145 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+git4113601b516
36112024-12-19T21:32:20.443Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
36122024-12-19T21:32:20.478ZDec 19 21:32:18.349 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+git4113601b516
36132024-12-19T21:32:20.492Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
36142024-12-19T21:32:20.552Z[ recovery-image] Dec 19 21:32:18.422 INFO O| Dec 19 21:32:18.422 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36152024-12-19T21:32:20.558Z[ recovery-image] Dec 19 21:32:18.429 INFO O| Dec 19 21:32:18.428 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36162024-12-19T21:32:20.561Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
36172024-12-19T21:32:20.561ZDec 19 21:32:18.432 INFO [stamp-ntp] process exited with exit status: 0 (692.839396ms)
36182024-12-19T21:32:20.631Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
36192024-12-19T21:32:20.635Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
36202024-12-19T21:32:20.657Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.06s
36212024-12-19T21:32:20.698Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
36222024-12-19T21:32:20.741ZDec 19 21:32:18.611 INFO [stamp-probe] process exited with exit status: 0 (465.785972ms)
36232024-12-19T21:32:21.050Z[ recovery-image] Dec 19 21:32:18.920 INFO O| Dec 19 21:32:18.919 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
36242024-12-19T21:32:21.186Z[ recovery-image] Dec 19 21:32:19.055 INFO O| Dec 19 21:32:19.055 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
36252024-12-19T21:32:21.186Z[ recovery-image] Dec 19 21:32:19.056 INFO O| Dec 19 21:32:19.056 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36262024-12-19T21:32:21.189Z[ recovery-image] Dec 19 21:32:19.056 INFO O| Dec 19 21:32:19.056 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
36272024-12-19T21:32:21.189Z[ recovery-image] Dec 19 21:32:19.056 INFO O| Dec 19 21:32:19.056 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36282024-12-19T21:32:21.231Z[ recovery-image] Dec 19 21:32:19.097 INFO O| Dec 19 21:32:19.097 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
36292024-12-19T21:32:21.239Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
36302024-12-19T21:32:21.271ZDec 19 21:32:19.141 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.453362051s)
36312024-12-19T21:32:21.278Z[ host-image] Dec 19 21:32:19.148 INFO O| Dec 19 21:32:19.148 INFO O| Startup: Caching catalogs ... Done
36322024-12-19T21:32:21.387Z[ host-image] Dec 19 21:32:19.257 INFO O| Dec 19 21:32:19.257 INFO O| Planning: Planning completed in 0.00 seconds
36332024-12-19T21:32:21.390Z[ host-image] Dec 19 21:32:19.257 INFO O| Dec 19 21:32:19.257 INFO O| Planning: Consolidating action changes ... Done
36342024-12-19T21:32:21.390Z[ host-image] Dec 19 21:32:19.257 INFO O| Dec 19 21:32:19.257 INFO O| Planning: Evaluating mediators ... Done
36352024-12-19T21:32:21.390Z[ host-image] Dec 19 21:32:19.258 INFO O| Dec 19 21:32:19.258 INFO O| Planning: Planning completed in 0.00 seconds
36362024-12-19T21:32:21.390Z[ host-image] Dec 19 21:32:19.258 INFO O| Dec 19 21:32:19.258 INFO O| Variants/Facets to change: 1
36372024-12-19T21:32:21.593Z[ recovery-image] Dec 19 21:32:19.463 INFO O| Dec 19 21:32:19.463 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36382024-12-19T21:32:21.617Z[ recovery-image] Dec 19 21:32:19.483 INFO O| Dec 19 21:32:19.483 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
36392024-12-19T21:32:21.620Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
36402024-12-19T21:32:21.658Z[ host-image] Dec 19 21:32:19.528 INFO O| Dec 19 21:32:19.528 INFO O| Done
36412024-12-19T21:32:21.658Z[ host-image] Dec 19 21:32:19.528 INFO O| Dec 19 21:32:19.528 INFO O| Done
36422024-12-19T21:32:21.674ZDec 19 21:32:19.543 INFO [stamp-internal-dns] process exited with exit status: 0 (1.911992824s)
36432024-12-19T21:32:21.798Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
36442024-12-19T21:32:21.860ZDec 19 21:32:19.730 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.023454354s)
36452024-12-19T21:32:21.903Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
36462024-12-19T21:32:21.931ZDec 19 21:32:19.801 INFO [stamp-external-dns] process exited with exit status: 0 (1.927355174s)
36472024-12-19T21:32:22.170Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
36482024-12-19T21:32:22.175ZDec 19 21:32:20.045 INFO [stamp-oximeter] process exited with exit status: 0 (2.394751924s)
36492024-12-19T21:32:22.237Z[ recovery-image] Dec 19 21:32:20.107 INFO O| Dec 19 21:32:20.107 INFO O| Caching catalogs ... Done
36502024-12-19T21:32:22.350Z[ recovery-image] Dec 19 21:32:20.219 INFO O| Dec 19 21:32:20.219 INFO STEP 0 (pkg_image_create) COMPLETE
36512024-12-19T21:32:22.350Z[ recovery-image] Dec 19 21:32:20.219 INFO O| Dec 19 21:32:20.219 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36522024-12-19T21:32:22.353Z[ recovery-image] Dec 19 21:32:20.219 INFO O| Dec 19 21:32:20.219 INFO skip step because feature "repo_redist" is not enabled
36532024-12-19T21:32:22.353Z[ recovery-image] Dec 19 21:32:20.219 INFO O| Dec 19 21:32:20.219 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36542024-12-19T21:32:22.363Z[ recovery-image] Dec 19 21:32:20.232 INFO O| Dec 19 21:32:20.232 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"]
36552024-12-19T21:32:22.467Z[ host-image] Dec 19 21:32:20.336 INFO O| Dec 19 21:32:20.336 INFO O| Done
36562024-12-19T21:32:22.541Z[ host-image] Dec 19 21:32:20.410 INFO O| Dec 19 21:32:20.410 INFO O| Done
36572024-12-19T21:32:22.544Z[ host-image] Dec 19 21:32:20.411 INFO O| Dec 19 21:32:20.411 INFO O| Done
36582024-12-19T21:32:22.544Z[ host-image] Dec 19 21:32:20.411 INFO O| Dec 19 21:32:20.411 INFO O| Done
36592024-12-19T21:32:22.546Z[ host-image] Dec 19 21:32:20.413 INFO O| Dec 19 21:32:20.413 INFO O| Done
36602024-12-19T21:32:22.879Z[ recovery-image] Dec 19 21:32:20.748 INFO O| Dec 19 21:32:20.748 INFO STEP 2 (pkg_set_publisher) COMPLETE
36612024-12-19T21:32:22.879Z[ recovery-image] Dec 19 21:32:20.748 INFO O| Dec 19 21:32:20.748 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36622024-12-19T21:32:22.897Z[ recovery-image] Dec 19 21:32:20.766 INFO O| Dec 19 21:32:20.766 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"]
36632024-12-19T21:32:23.148Z[ host-image] Dec 19 21:32:21.016 INFO O| Dec 19 21:32:21.016 INFO STEP 6 (pkg_change_variant) COMPLETE
36642024-12-19T21:32:23.148Z[ host-image] Dec 19 21:32:21.017 INFO O| Dec 19 21:32:21.016 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36652024-12-19T21:32:23.148Z[ host-image] Dec 19 21:32:21.017 INFO O| Dec 19 21:32:21.016 INFO skip step because feature "debug_variant" is not enabled
36662024-12-19T21:32:23.148Z[ host-image] Dec 19 21:32:21.017 INFO O| Dec 19 21:32:21.016 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36672024-12-19T21:32:23.383Z[ recovery-image] Dec 19 21:32:21.252 INFO O| Dec 19 21:32:21.252 INFO STEP 3 (pkg_set_publisher) COMPLETE
36682024-12-19T21:32:23.384Z[ recovery-image] Dec 19 21:32:21.252 INFO O| Dec 19 21:32:21.252 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36692024-12-19T21:32:23.384Z[ recovery-image] Dec 19 21:32:21.252 INFO O| Dec 19 21:32:21.252 INFO skip step because feature "repo_redist" is not enabled
36702024-12-19T21:32:23.386Z[ recovery-image] Dec 19 21:32:21.252 INFO O| Dec 19 21:32:21.252 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36712024-12-19T21:32:23.683Z[ host-image] Dec 19 21:32:21.552 INFO O| Dec 19 21:32:21.552 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36722024-12-19T21:32:23.925Z[ recovery-image] Dec 19 21:32:21.793 INFO O| Dec 19 21:32:21.793 INFO variant opensolaris.zone is already global
36732024-12-19T21:32:23.925Z[ recovery-image] Dec 19 21:32:21.793 INFO O| Dec 19 21:32:21.793 INFO STEP 5 (pkg_change_variant) COMPLETE
36742024-12-19T21:32:23.925Z[ recovery-image] Dec 19 21:32:21.793 INFO O| Dec 19 21:32:21.793 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36752024-12-19T21:32:24.153Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
36762024-12-19T21:32:24.157ZDec 19 21:32:22.025 INFO [stamp-nexus] process exited with exit status: 0 (4.258199703s)
36772024-12-19T21:32:24.336Z[ host-image] Dec 19 21:32:22.204 INFO O| Dec 19 21:32:22.204 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36782024-12-19T21:32:24.338Z[ host-image] Dec 19 21:32:22.206 INFO O| Dec 19 21:32:22.206 INFO O| Planning: Planning completed in 0.00 seconds
36792024-12-19T21:32:24.338Z[ host-image] Dec 19 21:32:22.206 INFO O| Dec 19 21:32:22.206 INFO O| Planning: Consolidating action changes ... Done
36802024-12-19T21:32:24.338Z[ host-image] Dec 19 21:32:22.206 INFO O| Dec 19 21:32:22.206 INFO O| Planning: Evaluating mediators ... Done
36812024-12-19T21:32:24.339Z[ host-image] Dec 19 21:32:22.207 INFO O| Dec 19 21:32:22.207 INFO O| Planning: Planning completed in 0.00 seconds
36822024-12-19T21:32:24.341Z[ host-image] Dec 19 21:32:22.207 INFO O| Dec 19 21:32:22.207 INFO O| Variants/Facets to change: 1
36832024-12-19T21:32:24.362Z[ host-image] Dec 19 21:32:22.231 INFO O| Dec 19 21:32:22.231 INFO O| Done
36842024-12-19T21:32:24.363Z[ host-image] Dec 19 21:32:22.231 INFO O| Dec 19 21:32:22.231 INFO O| Done
36852024-12-19T21:32:24.397Z[ recovery-image] Dec 19 21:32:22.265 INFO O| Dec 19 21:32:22.265 INFO variant opensolaris.imagetype is full; changing to partial
36862024-12-19T21:32:24.397Z[ recovery-image] Dec 19 21:32:22.266 INFO O| Dec 19 21:32:22.265 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
36872024-12-19T21:32:24.851Z[ host-image] Dec 19 21:32:22.719 INFO O| Dec 19 21:32:22.719 INFO O| Done
36882024-12-19T21:32:24.925Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
36892024-12-19T21:32:24.927Z[ host-image] Dec 19 21:32:22.794 INFO O| Dec 19 21:32:22.794 INFO O| Done
36902024-12-19T21:32:24.927Z[ host-image] Dec 19 21:32:22.795 INFO O| Dec 19 21:32:22.795 INFO O| Done
36912024-12-19T21:32:24.927Z[ host-image] Dec 19 21:32:22.795 INFO O| Dec 19 21:32:22.795 INFO O| Done
36922024-12-19T21:32:24.930Z[ host-image] Dec 19 21:32:22.797 INFO O| Dec 19 21:32:22.797 INFO O| Done
36932024-12-19T21:32:25.022Z[ host-image] Dec 19 21:32:22.889 INFO O| Dec 19 21:32:22.889 INFO STEP 8 (pkg_change_facet) COMPLETE
36942024-12-19T21:32:25.022Z[ host-image] Dec 19 21:32:22.889 INFO O| Dec 19 21:32:22.889 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36952024-12-19T21:32:25.025Z[ host-image] Dec 19 21:32:22.889 INFO O| Dec 19 21:32:22.889 INFO skip step because feature "recovery" is not enabled
36962024-12-19T21:32:25.025Z[ host-image] Dec 19 21:32:22.889 INFO O| Dec 19 21:32:22.889 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36972024-12-19T21:32:25.025Z[ host-image] Dec 19 21:32:22.889 INFO O| Dec 19 21:32:22.889 INFO skip step because feature "recovery" is not enabled
36982024-12-19T21:32:25.026Z[ host-image] Dec 19 21:32:22.889 INFO O| Dec 19 21:32:22.889 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36992024-12-19T21:32:25.041Z[ host-image] Dec 19 21:32:22.908 INFO O| Dec 19 21:32:22.908 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"]
37002024-12-19T21:32:25.079Z[verify-libraries] Compiling home v0.5.9
37012024-12-19T21:32:25.105Z[verify-libraries] Compiling cfg_aliases v0.1.1
37022024-12-19T21:32:25.108Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37032024-12-19T21:32:25.111Z[verify-libraries] Compiling sqlparser_derive v0.2.2
37042024-12-19T21:32:25.111Z[verify-libraries] Compiling unicode_categories v0.1.1
37052024-12-19T21:32:25.264Z[verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
37062024-12-19T21:32:25.340Z[verify-libraries] Compiling nix v0.28.0
37072024-12-19T21:32:25.417Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
37082024-12-19T21:32:25.420Z[verify-libraries] Compiling polyval v0.6.2
37092024-12-19T21:32:25.639Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
37102024-12-19T21:32:25.644ZDec 19 21:32:23.512 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.843856841s)
37112024-12-19T21:32:25.744Z[verify-libraries] Compiling sqlformat v0.2.6
37122024-12-19T21:32:25.944Z[verify-libraries] Compiling ghash v0.5.1
37132024-12-19T21:32:26.089Z[ host-image] Dec 19 21:32:23.956 INFO O| Dec 19 21:32:23.956 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37142024-12-19T21:32:26.243Z[verify-libraries] Compiling ctr v0.9.2
37152024-12-19T21:32:26.361Z[verify-libraries] Compiling ssh-encoding v0.2.0
37162024-12-19T21:32:27.011Z[verify-libraries] Compiling sqlparser v0.45.0
37172024-12-19T21:32:27.014Z[verify-libraries] Compiling aes-gcm v0.10.3
37182024-12-19T21:32:27.077Z[verify-libraries] Compiling blowfish v0.9.1
37192024-12-19T21:32:27.475Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
37202024-12-19T21:32:28.146Z[verify-libraries] Compiling ssh-cipher v0.2.0
37212024-12-19T21:32:28.317Z[verify-libraries] Compiling password-hash v0.4.2
37222024-12-19T21:32:31.092Z[verify-libraries] Compiling matches v0.1.10
37232024-12-19T21:32:31.317Z[verify-libraries] Compiling idna v0.2.3
37242024-12-19T21:32:34.113Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
37252024-12-19T21:32:34.187ZDec 19 21:32:32.050 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.661974189s)
37262024-12-19T21:32:34.234Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
37272024-12-19T21:32:34.239ZDec 19 21:32:32.103 INFO [stamp-clickhouse] process exited with exit status: 0 (14.14587764s)
37282024-12-19T21:32:34.241ZDec 19 21:32:32.103 INFO [tuf-stamp] task succeeded (14.47273526s)
37292024-12-19T21:32:34.589Z[verify-libraries] Compiling rustyline v14.0.0
37302024-12-19T21:32:35.509Z[verify-libraries] Compiling pbkdf2 v0.11.0
37312024-12-19T21:32:35.850Z[verify-libraries] Compiling ssh-key v0.6.6
37322024-12-19T21:32:36.187Z[verify-libraries] Compiling p521 v0.13.3
37332024-12-19T21:32:37.205Z[verify-libraries] Compiling p256 v0.13.2
37342024-12-19T21:32:37.771Z[ recovery-image] Dec 19 21:32:35.633 INFO O| Dec 19 21:32:35.633 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37352024-12-19T21:32:40.187Z[verify-libraries] Compiling enum-as-inner v0.5.1
37362024-12-19T21:32:41.850Z[verify-libraries] Compiling russh-cryptovec v0.7.3
37372024-12-19T21:32:41.946Z[verify-libraries] Compiling md5 v0.7.0
37382024-12-19T21:32:42.305Z[verify-libraries] Compiling trust-dns-proto v0.22.0
37392024-12-19T21:32:42.682Z[verify-libraries] Compiling russh-keys v0.45.0
37402024-12-19T21:32:46.201Z[ recovery-image] Dec 19 21:32:44.059 INFO O| Dec 19 21:32:44.058 INFO O| Startup: Caching catalogs ... Done
37412024-12-19T21:32:46.372Z[ recovery-image] Dec 19 21:32:44.230 INFO O| Dec 19 21:32:44.230 INFO O| Planning: Planning completed in 0.00 seconds
37422024-12-19T21:32:46.375Z[ recovery-image] Dec 19 21:32:44.231 INFO O| Dec 19 21:32:44.231 INFO O| Planning: Consolidating action changes ... Done
37432024-12-19T21:32:46.375Z[ recovery-image] Dec 19 21:32:44.231 INFO O| Dec 19 21:32:44.231 INFO O| Planning: Evaluating mediators ... Done
37442024-12-19T21:32:46.375Z[ recovery-image] Dec 19 21:32:44.232 INFO O| Dec 19 21:32:44.232 INFO O| Planning: Planning completed in 0.00 seconds
37452024-12-19T21:32:46.375Z[ recovery-image] Dec 19 21:32:44.232 INFO O| Dec 19 21:32:44.232 INFO O| Variants/Facets to change: 1
37462024-12-19T21:32:46.709Z[ recovery-image] Dec 19 21:32:44.567 INFO O| Dec 19 21:32:44.566 INFO O| Done
37472024-12-19T21:32:46.709Z[ recovery-image] Dec 19 21:32:44.567 INFO O| Dec 19 21:32:44.566 INFO O| Done
37482024-12-19T21:32:47.794Z[ recovery-image] Dec 19 21:32:45.651 INFO O| Dec 19 21:32:45.651 INFO O| Done
37492024-12-19T21:32:47.865Z[ recovery-image] Dec 19 21:32:45.722 INFO O| Dec 19 21:32:45.722 INFO O| Done
37502024-12-19T21:32:47.869Z[ recovery-image] Dec 19 21:32:45.724 INFO O| Dec 19 21:32:45.724 INFO O| Done
37512024-12-19T21:32:47.869Z[ recovery-image] Dec 19 21:32:45.724 INFO O| Dec 19 21:32:45.724 INFO O| Done
37522024-12-19T21:32:47.873Z[ recovery-image] Dec 19 21:32:45.726 INFO O| Dec 19 21:32:45.726 INFO O| Done
37532024-12-19T21:32:48.818Z[ recovery-image] Dec 19 21:32:46.675 INFO O| Dec 19 21:32:46.675 INFO STEP 6 (pkg_change_variant) COMPLETE
37542024-12-19T21:32:48.818Z[ recovery-image] Dec 19 21:32:46.675 INFO O| Dec 19 21:32:46.675 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37552024-12-19T21:32:48.821Z[ recovery-image] Dec 19 21:32:46.675 INFO O| Dec 19 21:32:46.675 INFO skip step because feature "debug_variant" is not enabled
37562024-12-19T21:32:48.821Z[ recovery-image] Dec 19 21:32:46.675 INFO O| Dec 19 21:32:46.675 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37572024-12-19T21:32:49.561Z[ recovery-image] Dec 19 21:32:47.417 INFO O| Dec 19 21:32:47.417 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
37582024-12-19T21:32:50.588Z[verify-libraries] Compiling num-bigint v0.4.6
37592024-12-19T21:32:50.592Z[ recovery-image] Dec 19 21:32:48.448 INFO O| Dec 19 21:32:48.448 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37602024-12-19T21:32:50.594Z[ recovery-image] Dec 19 21:32:48.450 INFO O| Dec 19 21:32:48.450 INFO O| Planning: Planning completed in 0.00 seconds
37612024-12-19T21:32:50.597Z[ recovery-image] Dec 19 21:32:48.451 INFO O| Dec 19 21:32:48.451 INFO O| Planning: Consolidating action changes ... Done
37622024-12-19T21:32:50.597Z[ recovery-image] Dec 19 21:32:48.451 INFO O| Dec 19 21:32:48.451 INFO O| Planning: Evaluating mediators ... Done
37632024-12-19T21:32:50.597Z[ recovery-image] Dec 19 21:32:48.452 INFO O| Dec 19 21:32:48.452 INFO O| Planning: Planning completed in 0.00 seconds
37642024-12-19T21:32:50.597Z[ recovery-image] Dec 19 21:32:48.452 INFO O| Dec 19 21:32:48.452 INFO O| Variants/Facets to change: 1
37652024-12-19T21:32:50.731Z[ recovery-image] Dec 19 21:32:48.586 INFO O| Dec 19 21:32:48.586 INFO O| Done
37662024-12-19T21:32:50.731Z[ recovery-image] Dec 19 21:32:48.586 INFO O| Dec 19 21:32:48.586 INFO O| Done
37672024-12-19T21:32:51.659Z[ recovery-image] Dec 19 21:32:49.512 INFO O| Dec 19 21:32:49.512 INFO O| Done
37682024-12-19T21:32:51.760Z[ recovery-image] Dec 19 21:32:49.615 INFO O| Dec 19 21:32:49.615 INFO O| Done
37692024-12-19T21:32:51.763Z[ recovery-image] Dec 19 21:32:49.617 INFO O| Dec 19 21:32:49.617 INFO O| Done
37702024-12-19T21:32:51.763Z[ recovery-image] Dec 19 21:32:49.617 INFO O| Dec 19 21:32:49.617 INFO O| Done
37712024-12-19T21:32:51.767Z[ recovery-image] Dec 19 21:32:49.619 INFO O| Dec 19 21:32:49.619 INFO O| Done
37722024-12-19T21:32:51.921Z[ recovery-image] Dec 19 21:32:49.776 INFO O| Dec 19 21:32:49.776 INFO STEP 8 (pkg_change_facet) COMPLETE
37732024-12-19T21:32:51.921Z[ recovery-image] Dec 19 21:32:49.776 INFO O| Dec 19 21:32:49.776 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37742024-12-19T21:32:52.619Z[ recovery-image] Dec 19 21:32:50.473 INFO O| Dec 19 21:32:50.473 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
37752024-12-19T21:32:53.629Z[ recovery-image] Dec 19 21:32:51.483 INFO O| Dec 19 21:32:51.483 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37762024-12-19T21:32:53.631Z[ recovery-image] Dec 19 21:32:51.485 INFO O| Dec 19 21:32:51.485 INFO O| Planning: Planning completed in 0.00 seconds
37772024-12-19T21:32:53.631Z[ recovery-image] Dec 19 21:32:51.485 INFO O| Dec 19 21:32:51.485 INFO O| Planning: Consolidating action changes ... Done
37782024-12-19T21:32:53.631Z[ recovery-image] Dec 19 21:32:51.486 INFO O| Dec 19 21:32:51.486 INFO O| Planning: Evaluating mediators ... Done
37792024-12-19T21:32:53.631Z[ recovery-image] Dec 19 21:32:51.486 INFO O| Dec 19 21:32:51.486 INFO O| Planning: Planning completed in 0.00 seconds
37802024-12-19T21:32:53.634Z[ recovery-image] Dec 19 21:32:51.486 INFO O| Dec 19 21:32:51.486 INFO O| Variants/Facets to change: 1
37812024-12-19T21:32:53.707Z[ recovery-image] Dec 19 21:32:51.561 INFO O| Dec 19 21:32:51.561 INFO O| Done
37822024-12-19T21:32:53.707Z[ recovery-image] Dec 19 21:32:51.561 INFO O| Dec 19 21:32:51.561 INFO O| Done
37832024-12-19T21:32:54.551Z[ recovery-image] Dec 19 21:32:52.405 INFO O| Dec 19 21:32:52.405 INFO O| Done
37842024-12-19T21:32:54.724Z[ recovery-image] Dec 19 21:32:52.576 INFO O| Dec 19 21:32:52.576 INFO O| Done
37852024-12-19T21:32:54.728Z[ recovery-image] Dec 19 21:32:52.578 INFO O| Dec 19 21:32:52.578 INFO O| Done
37862024-12-19T21:32:54.728Z[ recovery-image] Dec 19 21:32:52.578 INFO O| Dec 19 21:32:52.578 INFO O| Done
37872024-12-19T21:32:54.728Z[ recovery-image] Dec 19 21:32:52.580 INFO O| Dec 19 21:32:52.580 INFO O| Done
37882024-12-19T21:32:54.904Z[ recovery-image] Dec 19 21:32:52.756 INFO O| Dec 19 21:32:52.756 INFO STEP 9 (pkg_change_facet) COMPLETE
37892024-12-19T21:32:54.904Z[ recovery-image] Dec 19 21:32:52.756 INFO O| Dec 19 21:32:52.756 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37902024-12-19T21:32:55.615Z[ recovery-image] Dec 19 21:32:53.467 INFO O| Dec 19 21:32:53.467 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
37912024-12-19T21:32:56.726Z[ recovery-image] Dec 19 21:32:54.579 INFO O| Dec 19 21:32:54.579 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37922024-12-19T21:32:56.729Z[ recovery-image] Dec 19 21:32:54.581 INFO O| Dec 19 21:32:54.581 INFO O| Planning: Planning completed in 0.00 seconds
37932024-12-19T21:32:56.732Z[ recovery-image] Dec 19 21:32:54.582 INFO O| Dec 19 21:32:54.582 INFO O| Planning: Consolidating action changes ... Done
37942024-12-19T21:32:56.732Z[ recovery-image] Dec 19 21:32:54.583 INFO O| Dec 19 21:32:54.583 INFO O| Planning: Evaluating mediators ... Done
37952024-12-19T21:32:56.732Z[ recovery-image] Dec 19 21:32:54.583 INFO O| Dec 19 21:32:54.583 INFO O| Planning: Planning completed in 0.00 seconds
37962024-12-19T21:32:56.732Z[ recovery-image] Dec 19 21:32:54.584 INFO O| Dec 19 21:32:54.584 INFO O| Variants/Facets to change: 1
37972024-12-19T21:32:56.909Z[ recovery-image] Dec 19 21:32:54.761 INFO O| Dec 19 21:32:54.761 INFO O| Done
37982024-12-19T21:32:56.909Z[ recovery-image] Dec 19 21:32:54.761 INFO O| Dec 19 21:32:54.761 INFO O| Done
37992024-12-19T21:32:57.715Z[ recovery-image] Dec 19 21:32:55.567 INFO O| Dec 19 21:32:55.567 INFO O| Done
38002024-12-19T21:32:57.821Z[ recovery-image] Dec 19 21:32:55.673 INFO O| Dec 19 21:32:55.673 INFO O| Done
38012024-12-19T21:32:57.824Z[ recovery-image] Dec 19 21:32:55.675 INFO O| Dec 19 21:32:55.674 INFO O| Done
38022024-12-19T21:32:57.824Z[ recovery-image] Dec 19 21:32:55.675 INFO O| Dec 19 21:32:55.675 INFO O| Done
38032024-12-19T21:32:57.825Z[ recovery-image] Dec 19 21:32:55.677 INFO O| Dec 19 21:32:55.677 INFO O| Done
38042024-12-19T21:32:57.964Z[ recovery-image] Dec 19 21:32:55.816 INFO O| Dec 19 21:32:55.816 INFO STEP 10 (pkg_change_facet) COMPLETE
38052024-12-19T21:32:57.965Z[ recovery-image] Dec 19 21:32:55.816 INFO O| Dec 19 21:32:55.816 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38062024-12-19T21:32:57.988Z[ recovery-image] Dec 19 21:32:55.840 INFO O| Dec 19 21:32:55.840 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"]
38072024-12-19T21:32:59.188Z[ recovery-image] Dec 19 21:32:57.040 INFO O| Dec 19 21:32:57.039 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38082024-12-19T21:32:59.366Z[verify-libraries] Compiling des v0.8.1
38092024-12-19T21:33:00.081Z[verify-libraries] Compiling hex-literal v0.4.1
38102024-12-19T21:33:00.411Z[verify-libraries] Compiling dhcproto-macros v0.1.0
38112024-12-19T21:33:01.438Z[verify-libraries] Compiling russh v0.45.0
38122024-12-19T21:33:01.787Z[verify-libraries] Compiling dhcproto v0.12.0
38132024-12-19T21:33:08.260Z[verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
38142024-12-19T21:33:10.638Z[verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
38152024-12-19T21:33:13.617Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
38162024-12-19T21:33:24.470Z[verify-libraries] Compiling petname v2.0.2
38172024-12-19T21:33:25.862Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
38182024-12-19T21:33:26.561Z[verify-libraries] Compiling internet-checksum v0.2.1
38192024-12-19T21:33:27.350Z[verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
38202024-12-19T21:33:31.107Z[verify-libraries] Compiling heck v0.4.1
38212024-12-19T21:33:32.581Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
38222024-12-19T21:33:34.151Z[ host-image] Dec 19 21:33:31.986 INFO O| Dec 19 21:33:31.986 INFO O| Planning: Solver setup ... Done
38232024-12-19T21:33:41.850Z[verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
38242024-12-19T21:33:45.400Z[verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
38252024-12-19T21:33:52.929Z[verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
38262024-12-19T21:33:58.504Z[verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
38272024-12-19T21:34:05.716Z[ recovery-image] Dec 19 21:34:03.536 INFO O| Dec 19 21:34:03.536 INFO O| Planning: Solver setup ... Done
38282024-12-19T21:34:13.494Z[verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
38292024-12-19T21:34:15.587Z[verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
38302024-12-19T21:34:23.229Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
38312024-12-19T21:34:55.500Z[ host-image] Dec 19 21:34:53.296 INFO O| Dec 19 21:34:53.296 INFO O| Planning: Running solver ... Done
38322024-12-19T21:34:55.815Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
38332024-12-19T21:34:56.054Z[ host-image] Dec 19 21:34:53.850 INFO O| Dec 19 21:34:53.850 INFO O| Planning: Finding local manifests ... Done
38342024-12-19T21:34:56.085Z[ host-image] Dec 19 21:34:53.881 INFO O| Dec 19 21:34:53.881 INFO O| Planning: Fetching manifests: 0/124 0% complete
38352024-12-19T21:34:57.590Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
38362024-12-19T21:34:58.100Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
38372024-12-19T21:34:58.568Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
38382024-12-19T21:34:59.222Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
38392024-12-19T21:34:59.625Z[verify-libraries] Compiling sync-ptr v0.1.1
38402024-12-19T21:35:00.043Z[verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
38412024-12-19T21:35:00.507Z[ host-image] Dec 19 21:34:58.301 INFO O| Dec 19 21:34:58.301 INFO O| Planning: Fetching manifests: 124/124 100% complete
38422024-12-19T21:35:00.749Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
38432024-12-19T21:35:01.857Z[ host-image] Dec 19 21:34:59.650 INFO O| Dec 19 21:34:59.650 INFO O| Planning: Package planning ... Done
38442024-12-19T21:35:03.483Z[ host-image] Dec 19 21:35:01.276 INFO O| Dec 19 21:35:01.275 INFO O| Planning: Merging actions ... Done
38452024-12-19T21:35:03.617Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
38462024-12-19T21:35:04.072Z[ host-image] Dec 19 21:35:01.864 INFO O| Dec 19 21:35:01.864 INFO O| Planning: Checking for conflicting actions ... Done
38472024-12-19T21:35:04.367Z[ host-image] Dec 19 21:35:02.159 INFO O| Dec 19 21:35:02.159 INFO O| Planning: Consolidating action changes ... Done
38482024-12-19T21:35:04.929Z[ host-image] Dec 19 21:35:02.721 INFO O| Dec 19 21:35:02.720 INFO O| Planning: Evaluating mediators ... Done
38492024-12-19T21:35:11.573Z[ host-image] Dec 19 21:35:09.361 INFO O| Dec 19 21:35:09.361 INFO O| Planning: Planning completed in 165.40 seconds
38502024-12-19T21:35:11.580Z[ host-image] Dec 19 21:35:09.368 INFO O| Dec 19 21:35:09.368 INFO O| Packages to install: 124
38512024-12-19T21:35:11.582Z[ host-image] Dec 19 21:35:09.368 INFO O| Dec 19 21:35:09.368 INFO O| Mediators to change: 4
38522024-12-19T21:35:11.583Z[ host-image] Dec 19 21:35:09.368 INFO O| Dec 19 21:35:09.368 INFO O| Services to change: 6
38532024-12-19T21:35:11.726Z[ host-image] Dec 19 21:35:09.514 INFO O| Dec 19 21:35:09.514 INFO O| Download: 0/22788 items 0.0/199.7MB 0% complete
38542024-12-19T21:35:12.426Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
38552024-12-19T21:35:16.743Z[ host-image] Dec 19 21:35:14.529 INFO O| Dec 19 21:35:14.528 INFO O| Download: 1350/22788 items 8.1/199.7MB 4% complete (1.7M/s)
38562024-12-19T21:35:18.816Z[verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
38572024-12-19T21:35:21.746Z[ host-image] Dec 19 21:35:19.529 INFO O| Dec 19 21:35:19.529 INFO O| Download: 1810/22788 items 16.9/199.7MB 8% complete (1.6M/s)
38582024-12-19T21:35:24.031Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
38592024-12-19T21:35:24.987Z[ recovery-image] Dec 19 21:35:22.769 INFO O| Dec 19 21:35:22.769 INFO O| Planning: Running solver ... Done
38602024-12-19T21:35:25.560Z[ recovery-image] Dec 19 21:35:23.342 INFO O| Dec 19 21:35:23.342 INFO O| Planning: Finding local manifests ... Done
38612024-12-19T21:35:25.597Z[ recovery-image] Dec 19 21:35:23.379 INFO O| Dec 19 21:35:23.379 INFO O| Planning: Fetching manifests: 0/124 0% complete
38622024-12-19T21:35:26.763Z[ host-image] Dec 19 21:35:24.544 INFO O| Dec 19 21:35:24.544 INFO O| Download: 2452/22788 items 28.2/199.7MB 14% complete (2.0M/s)
38632024-12-19T21:35:30.647Z[ recovery-image] Dec 19 21:35:28.427 INFO O| Dec 19 21:35:28.427 INFO O| Planning: Fetching manifests: 124/124 100% complete
38642024-12-19T21:35:31.765Z[ host-image] Dec 19 21:35:29.544 INFO O| Dec 19 21:35:29.544 INFO O| Download: 3513/22788 items 35.7/199.7MB 17% complete (1.9M/s)
38652024-12-19T21:35:31.896Z[ recovery-image] Dec 19 21:35:29.674 INFO O| Dec 19 21:35:29.674 INFO O| Planning: Package planning ... Done
38662024-12-19T21:35:32.607Z[ recovery-image] Dec 19 21:35:30.386 INFO O| Dec 19 21:35:30.386 INFO O| Planning: Merging actions ... Done
38672024-12-19T21:35:33.057Z[ recovery-image] Dec 19 21:35:30.836 INFO O| Dec 19 21:35:30.835 INFO O| Planning: Checking for conflicting actions ... Done
38682024-12-19T21:35:33.192Z[ recovery-image] Dec 19 21:35:30.970 INFO O| Dec 19 21:35:30.970 INFO O| Planning: Consolidating action changes ... Done
38692024-12-19T21:35:33.655Z[ recovery-image] Dec 19 21:35:31.429 INFO O| Dec 19 21:35:31.429 INFO O| Planning: Evaluating mediators ... Done
38702024-12-19T21:35:36.862Z[ host-image] Dec 19 21:35:34.638 INFO O| Dec 19 21:35:34.638 INFO O| Download: 4655/22788 items 43.1/199.7MB 21% complete (1.5M/s)
38712024-12-19T21:35:39.553Z[ recovery-image] Dec 19 21:35:37.329 INFO O| Dec 19 21:35:37.329 INFO O| Planning: Planning completed in 160.29 seconds
38722024-12-19T21:35:39.562Z[ recovery-image] Dec 19 21:35:37.337 INFO O| Dec 19 21:35:37.337 INFO O| Packages to install: 124
38732024-12-19T21:35:39.562Z[ recovery-image] Dec 19 21:35:37.337 INFO O| Dec 19 21:35:37.337 INFO O| Mediators to change: 4
38742024-12-19T21:35:39.565Z[ recovery-image] Dec 19 21:35:37.337 INFO O| Dec 19 21:35:37.337 INFO O| Services to change: 5
38752024-12-19T21:35:39.640Z[ recovery-image] Dec 19 21:35:37.415 INFO O| Dec 19 21:35:37.415 INFO O| Download: 0/15862 items 0.0/176.4MB 0% complete
38762024-12-19T21:35:41.377Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
38772024-12-19T21:35:41.873Z[ host-image] Dec 19 21:35:39.647 INFO O| Dec 19 21:35:39.647 INFO O| Download: 5696/22788 items 46.2/199.7MB 23% complete (1.1M/s)
38782024-12-19T21:35:44.774Z[ recovery-image] Dec 19 21:35:42.546 INFO O| Dec 19 21:35:42.546 INFO O| Download: 996/15862 items 7.8/176.4MB 4% complete (1.6M/s)
38792024-12-19T21:35:46.879Z[ host-image] Dec 19 21:35:44.649 INFO O| Dec 19 21:35:44.649 INFO O| Download: 6639/22788 items 46.8/199.7MB 23% complete (375k/s)
38802024-12-19T21:35:48.695Z[verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
38812024-12-19T21:35:49.364Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
38822024-12-19T21:35:50.067Z[ recovery-image] Dec 19 21:35:47.838 INFO O| Dec 19 21:35:47.838 INFO O| Download: 1175/15862 items 11.3/176.4MB 6% complete (1.1M/s)
38832024-12-19T21:35:51.885Z[ host-image] Dec 19 21:35:49.654 INFO O| Dec 19 21:35:49.654 INFO O| Download: 7379/22788 items 57.7/199.7MB 28% complete (1.1M/s)
38842024-12-19T21:35:53.411Z[verify-libraries] Compiling termios v0.3.3
38852024-12-19T21:35:53.813Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
38862024-12-19T21:35:55.071Z[ recovery-image] Dec 19 21:35:52.838 INFO O| Dec 19 21:35:52.838 INFO O| Download: 1566/15862 items 22.9/176.4MB 13% complete (1.5M/s)
38872024-12-19T21:35:57.123Z[ host-image] Dec 19 21:35:54.890 INFO O| Dec 19 21:35:54.889 INFO O| Download: 8231/22788 items 61.7/199.7MB 30% complete (1.4M/s)
38882024-12-19T21:36:00.097Z[ recovery-image] Dec 19 21:35:57.863 INFO O| Dec 19 21:35:57.863 INFO O| Download: 2434/15862 items 31.4/176.4MB 17% complete (2.0M/s)
38892024-12-19T21:36:02.148Z[ host-image] Dec 19 21:35:59.899 INFO O| Dec 19 21:35:59.899 INFO O| Download: 8807/22788 items 71.5/199.7MB 35% complete (1.3M/s)
38902024-12-19T21:36:05.120Z[ recovery-image] Dec 19 21:36:02.883 INFO O| Dec 19 21:36:02.883 INFO O| Download: 3185/15862 items 37.5/176.4MB 21% complete (1.5M/s)
38912024-12-19T21:36:07.172Z[ host-image] Dec 19 21:36:04.899 INFO O| Dec 19 21:36:04.899 INFO O| Download: 9392/22788 items 81.5/199.7MB 40% complete (2.0M/s)
38922024-12-19T21:36:10.138Z[ recovery-image] Dec 19 21:36:07.898 INFO O| Dec 19 21:36:07.898 INFO O| Download: 3791/15862 items 42.4/176.4MB 24% complete (1.1M/s)
38932024-12-19T21:36:12.257Z[ host-image] Dec 19 21:36:10.016 INFO O| Dec 19 21:36:10.016 INFO O| Download: 10308/22788 items 87.5/199.7MB 43% complete (1.6M/s)
38942024-12-19T21:36:15.147Z[ recovery-image] Dec 19 21:36:12.905 INFO O| Dec 19 21:36:12.905 INFO O| Download: 4835/15862 items 43.0/176.4MB 24% complete (571k/s)
38952024-12-19T21:36:17.268Z[ host-image] Dec 19 21:36:15.020 INFO O| Dec 19 21:36:15.020 INFO O| Download: 10844/22788 items 90.0/199.7MB 45% complete (937k/s)
38962024-12-19T21:36:20.069Z[verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
38972024-12-19T21:36:20.203Z[ recovery-image] Dec 19 21:36:17.958 INFO O| Dec 19 21:36:17.958 INFO O| Download: 5729/15862 items 46.3/176.4MB 26% complete (479k/s)
38982024-12-19T21:36:22.281Z[ host-image] Dec 19 21:36:20.035 INFO O| Dec 19 21:36:20.035 INFO O| Download: 11285/22788 items 95.4/199.7MB 47% complete (789k/s)
38992024-12-19T21:36:25.393Z[ recovery-image] Dec 19 21:36:23.147 INFO O| Dec 19 21:36:23.147 INFO O| Download: 6119/15862 items 58.6/176.4MB 33% complete (1.4M/s)
39002024-12-19T21:36:27.821Z[ host-image] Dec 19 21:36:25.573 INFO O| Dec 19 21:36:25.573 INFO O| Download: 12108/22788 items 100.7/199.7MB 50% complete (1.1M/s)
39012024-12-19T21:36:30.396Z[ recovery-image] Dec 19 21:36:28.147 INFO O| Dec 19 21:36:28.147 INFO O| Download: 7073/15862 items 72.6/176.4MB 41% complete (2.6M/s)
39022024-12-19T21:36:31.148Z[verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
39032024-12-19T21:36:32.841Z[ host-image] Dec 19 21:36:30.590 INFO O| Dec 19 21:36:30.590 INFO O| Download: 12466/22788 items 109.6/199.7MB 54% complete (1.3M/s)
39042024-12-19T21:36:36.889Z[ recovery-image] Dec 19 21:36:34.637 INFO O| Dec 19 21:36:34.636 INFO O| Download: 7639/15862 items 73.7/176.4MB 41% complete (1.7M/s)
39052024-12-19T21:36:37.856Z[ host-image] Dec 19 21:36:35.603 INFO O| Dec 19 21:36:35.603 INFO O| Download: 13431/22788 items 110.0/199.7MB 55% complete (945k/s)
39062024-12-19T21:36:42.219Z[ recovery-image] Dec 19 21:36:39.964 INFO O| Dec 19 21:36:39.964 INFO O| Download: 7969/15862 items 78.7/176.4MB 44% complete (512k/s)
39072024-12-19T21:36:42.861Z[ host-image] Dec 19 21:36:40.605 INFO O| Dec 19 21:36:40.604 INFO O| Download: 14306/22788 items 110.8/199.7MB 55% complete (120k/s)
39082024-12-19T21:36:47.519Z[ recovery-image] Dec 19 21:36:45.261 INFO O| Dec 19 21:36:45.261 INFO O| Download: 8764/15862 items 84.3/176.4MB 47% complete (1.0M/s)
39092024-12-19T21:36:47.886Z[ host-image] Dec 19 21:36:45.629 INFO O| Dec 19 21:36:45.628 INFO O| Download: 15035/22788 items 120.2/199.7MB 60% complete (1.0M/s)
39102024-12-19T21:36:52.523Z[ recovery-image] Dec 19 21:36:50.263 INFO O| Dec 19 21:36:50.263 INFO O| Download: 9195/15862 items 92.8/176.4MB 52% complete (1.3M/s)
39112024-12-19T21:36:53.115Z[ host-image] Dec 19 21:36:50.855 INFO O| Dec 19 21:36:50.855 INFO O| Download: 15729/22788 items 126.0/199.7MB 63% complete (1.5M/s)
39122024-12-19T21:36:57.528Z[ recovery-image] Dec 19 21:36:55.266 INFO O| Dec 19 21:36:55.266 INFO O| Download: 10194/15862 items 93.3/176.4MB 52% complete (927k/s)
39132024-12-19T21:36:58.233Z[ host-image] Dec 19 21:36:55.970 INFO O| Dec 19 21:36:55.970 INFO O| Download: 16173/22788 items 141.5/199.7MB 70% complete (2.1M/s)
39142024-12-19T21:37:02.531Z[ recovery-image] Dec 19 21:37:00.267 INFO O| Dec 19 21:37:00.266 INFO O| Download: 10953/15862 items 94.2/176.4MB 53% complete (129k/s)
39152024-12-19T21:37:03.255Z[ host-image] Dec 19 21:37:00.991 INFO O| Dec 19 21:37:00.991 INFO O| Download: 17080/22788 items 148.8/199.7MB 74% complete (2.3M/s)
39162024-12-19T21:37:07.580Z[ recovery-image] Dec 19 21:37:05.313 INFO O| Dec 19 21:37:05.313 INFO O| Download: 11275/15862 items 104.1/176.4MB 59% complete (1.0M/s)
39172024-12-19T21:37:08.630Z[ host-image] Dec 19 21:37:06.363 INFO O| Dec 19 21:37:06.363 INFO O| Download: 17955/22788 items 161.0/199.7MB 80% complete (2.1M/s)
39182024-12-19T21:37:12.623Z[ recovery-image] Dec 19 21:37:10.354 INFO O| Dec 19 21:37:10.354 INFO O| Download: 11533/15862 items 111.4/176.4MB 63% complete (1.7M/s)
39192024-12-19T21:37:13.638Z[ host-image] Dec 19 21:37:11.368 INFO O| Dec 19 21:37:11.368 INFO O| Download: 18781/22788 items 165.0/199.7MB 82% complete (1.6M/s)
39202024-12-19T21:37:17.627Z[ recovery-image] Dec 19 21:37:15.356 INFO O| Dec 19 21:37:15.356 INFO O| Download: 12065/15862 items 140.2/176.4MB 79% complete (3.6M/s)
39212024-12-19T21:37:18.642Z[ host-image] Dec 19 21:37:16.370 INFO O| Dec 19 21:37:16.370 INFO O| Download: 19515/22788 items 168.7/199.7MB 84% complete (781k/s)
39222024-12-19T21:37:22.630Z[ recovery-image] Dec 19 21:37:20.356 INFO O| Dec 19 21:37:20.356 INFO O| Download: 12766/15862 items 143.0/176.4MB 81% complete (3.2M/s)
39232024-12-19T21:37:23.650Z[ host-image] Dec 19 21:37:21.376 INFO O| Dec 19 21:37:21.376 INFO O| Download: 20136/22788 items 170.8/199.7MB 85% complete (596k/s)
39242024-12-19T21:37:27.644Z[ recovery-image] Dec 19 21:37:25.358 INFO O| Dec 19 21:37:25.358 INFO O| Download: 13401/15862 items 145.9/176.4MB 82% complete (553k/s)
39252024-12-19T21:37:28.683Z[ host-image] Dec 19 21:37:26.406 INFO O| Dec 19 21:37:26.406 INFO O| Download: 20809/22788 items 174.0/199.7MB 87% complete (697k/s)
39262024-12-19T21:37:32.681Z[ recovery-image] Dec 19 21:37:30.371 INFO O| Dec 19 21:37:30.371 INFO O| Download: 14476/15862 items 150.0/176.4MB 85% complete (711k/s)
39272024-12-19T21:37:33.786Z[ host-image] Dec 19 21:37:31.411 INFO O| Dec 19 21:37:31.411 INFO O| Download: 21254/22788 items 180.0/199.7MB 90% complete (931k/s)
39282024-12-19T21:37:38.704Z[ host-image] Dec 19 21:37:36.420 INFO O| Dec 19 21:37:36.420 INFO O| Download: 21797/22788 items 187.8/199.7MB 94% complete (1.3M/s)
39292024-12-19T21:37:41.534Z[ recovery-image] Dec 19 21:37:39.247 INFO O| Dec 19 21:37:39.247 INFO O| Download: 14694/15862 items 151.0/176.4MB 85% complete (682k/s)
39302024-12-19T21:37:43.723Z[ host-image] Dec 19 21:37:41.439 INFO O| Dec 19 21:37:41.439 INFO O| Download: 22006/22788 items 192.0/199.7MB 96% complete (1.2M/s)
39312024-12-19T21:37:46.889Z[ recovery-image] Dec 19 21:37:44.604 INFO O| Dec 19 21:37:44.604 INFO O| Download: 14780/15862 items 156.5/176.4MB 88% complete (925k/s)
39322024-12-19T21:37:49.120Z[ host-image] Dec 19 21:37:46.834 INFO O| Dec 19 21:37:46.834 INFO O| Download: 22260/22788 items 197.8/199.7MB 99% complete (1.4M/s)
39332024-12-19T21:37:51.892Z[ recovery-image] Dec 19 21:37:49.604 INFO O| Dec 19 21:37:49.604 INFO O| Download: 15232/15862 items 158.2/176.4MB 89% complete (687k/s)
39342024-12-19T21:37:54.130Z[ host-image] Dec 19 21:37:51.842 INFO O| Dec 19 21:37:51.841 INFO O| Download: 22640/22788 items 199.4/199.7MB 99% complete (749k/s)
39352024-12-19T21:37:56.920Z[ recovery-image] Dec 19 21:37:54.623 INFO O| Dec 19 21:37:54.623 INFO O| Download: 15431/15862 items 166.1/176.4MB 94% complete (947k/s)
39362024-12-19T21:37:59.813Z[ host-image] Dec 19 21:37:57.426 INFO O| Dec 19 21:37:57.426 INFO O| Download: 22782/22788 items 199.6/199.7MB 99% complete (320k/s)
39372024-12-19T21:38:01.767Z[ host-image] Dec 19 21:37:59.475 INFO O| Dec 19 21:37:59.474 INFO O| Download: Completed 199.66 MB in 169.96 seconds (1.2M/s)
39382024-12-19T21:38:01.997Z[ recovery-image] Dec 19 21:37:59.704 INFO O| Dec 19 21:37:59.704 INFO O| Download: 15527/15862 items 168.8/176.4MB 95% complete (1.1M/s)
39392024-12-19T21:38:03.805Z[ host-image] Dec 19 21:38:01.512 INFO O| Dec 19 21:38:01.512 INFO O| Actions: 1/49485 actions (Installing new actions)
39402024-12-19T21:38:07.615Z[ recovery-image] Dec 19 21:38:05.320 INFO O| Dec 19 21:38:05.320 INFO O| Download: 15564/15862 items 169.1/176.4MB 95% complete (798k/s)
39412024-12-19T21:38:08.815Z[ host-image] Dec 19 21:38:06.520 INFO O| Dec 19 21:38:06.519 INFO O| Actions: 9729/49485 actions (Installing new actions)
39422024-12-19T21:38:13.315Z[ recovery-image] Dec 19 21:38:11.017 INFO O| Dec 19 21:38:11.017 INFO O| Download: 15594/15862 items 169.4/176.4MB 96% complete (187k/s)
39432024-12-19T21:38:13.818Z[ host-image] Dec 19 21:38:11.520 INFO O| Dec 19 21:38:11.520 INFO O| Actions: 17447/49485 actions (Installing new actions)
39442024-12-19T21:38:19.292Z[ host-image] Dec 19 21:38:16.991 INFO O| Dec 19 21:38:16.991 INFO O| Actions: 24002/49485 actions (Installing new actions)
39452024-12-19T21:38:24.841Z[ host-image] Dec 19 21:38:22.538 INFO O| Dec 19 21:38:22.538 INFO O| Actions: 48930/49485 actions (Installing new actions)
39462024-12-19T21:38:25.839Z[ recovery-image] Dec 19 21:38:23.534 INFO O| Dec 19 21:38:23.534 INFO O| Download: 15631/15862 items 169.8/176.4MB 96% complete
39472024-12-19T21:38:26.049Z[ host-image] Dec 19 21:38:23.745 INFO O| Dec 19 21:38:23.745 INFO O| Actions: Completed 49485 actions in 22.23 seconds.
39482024-12-19T21:38:26.757Z[ host-image] Dec 19 21:38:24.453 INFO O| Dec 19 21:38:24.452 INFO O| Done
39492024-12-19T21:38:26.757Z[ host-image] Dec 19 21:38:24.453 INFO O| Dec 19 21:38:24.453 INFO O| Done
39502024-12-19T21:38:28.337Z[ host-image] Dec 19 21:38:26.031 INFO O| Dec 19 21:38:26.031 INFO O| Done
39512024-12-19T21:38:30.946Z[ host-image] Dec 19 21:38:28.639 INFO O| Dec 19 21:38:28.639 INFO O| Done
39522024-12-19T21:38:30.992Z[ host-image] Dec 19 21:38:28.685 INFO O| Dec 19 21:38:28.685 INFO O| Done
39532024-12-19T21:38:33.438Z[ recovery-image] Dec 19 21:38:31.131 INFO O| Dec 19 21:38:31.131 INFO O| Download: 15837/15862 items 175.2/176.4MB 99% complete (2.4M/s)
39542024-12-19T21:38:33.995Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
39552024-12-19T21:38:38.291Z[ host-image] Dec 19 21:38:35.981 INFO O| Dec 19 21:38:35.981 INFO O| Done
39562024-12-19T21:38:39.315Z[ host-image] Dec 19 21:38:37.005 INFO O| Dec 19 21:38:37.005 INFO O| Done
39572024-12-19T21:38:39.633Z[ recovery-image] Dec 19 21:38:37.323 INFO O| Dec 19 21:38:37.323 INFO O| Download: 15856/15862 items 176.4/176.4MB 99% complete (670k/s)
39582024-12-19T21:38:39.656Z[ recovery-image] Dec 19 21:38:37.346 INFO O| Dec 19 21:38:37.346 INFO O| Download: Completed 176.38 MB in 179.93 seconds (1000k/s)
39592024-12-19T21:38:39.889Z[ host-image] Dec 19 21:38:37.578 INFO O| Dec 19 21:38:37.578 INFO STEP 11 (pkg_install) COMPLETE
39602024-12-19T21:38:39.889Z[ host-image] Dec 19 21:38:37.578 INFO O| Dec 19 21:38:37.578 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39612024-12-19T21:38:39.910Z[ host-image] Dec 19 21:38:37.599 INFO O| Dec 19 21:38:37.599 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"]
39622024-12-19T21:38:40.956Z[ recovery-image] Dec 19 21:38:38.645 INFO O| Dec 19 21:38:38.645 INFO O| Actions: 1/25028 actions (Installing new actions)
39632024-12-19T21:38:43.910Z[ host-image] Dec 19 21:38:41.598 INFO O| Dec 19 21:38:41.598 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39642024-12-19T21:38:45.959Z[ recovery-image] Dec 19 21:38:43.645 INFO O| Dec 19 21:38:43.645 INFO O| Actions: 8593/25028 actions (Installing new actions)
39652024-12-19T21:38:49.810Z[ host-image] Dec 19 21:38:47.495 INFO O| Dec 19 21:38:47.495 INFO O| Planning: Solver setup ... Done
39662024-12-19T21:38:49.817Z[ host-image] Dec 19 21:38:47.502 INFO O| Dec 19 21:38:47.502 INFO O| Planning: Running solver ... Done
39672024-12-19T21:38:49.994Z[ host-image] Dec 19 21:38:47.679 INFO O| Dec 19 21:38:47.679 INFO O| Planning: Finding local manifests ... Done
39682024-12-19T21:38:49.997Z[ host-image] Dec 19 21:38:47.682 INFO O| Dec 19 21:38:47.681 INFO O| Planning: Fetching manifests: 0/5 0% complete
39692024-12-19T21:38:50.346Z[ host-image] Dec 19 21:38:48.031 INFO O| Dec 19 21:38:48.031 INFO O| Planning: Fetching manifests: 5/5 100% complete
39702024-12-19T21:38:50.479Z[ host-image] Dec 19 21:38:48.163 INFO O| Dec 19 21:38:48.163 INFO O| Planning: Package planning ... Done
39712024-12-19T21:38:50.486Z[ host-image] Dec 19 21:38:48.171 INFO O| Dec 19 21:38:48.170 INFO O| Planning: Merging actions ... Done
39722024-12-19T21:38:50.703Z[ host-image] Dec 19 21:38:48.387 INFO O| Dec 19 21:38:48.387 INFO O| Planning: Checking for conflicting actions ... Done
39732024-12-19T21:38:50.705Z[ host-image] Dec 19 21:38:48.390 INFO O| Dec 19 21:38:48.390 INFO O| Planning: Consolidating action changes ... Done
39742024-12-19T21:38:50.961Z[ recovery-image] Dec 19 21:38:48.646 INFO O| Dec 19 21:38:48.646 INFO O| Actions: 15167/25028 actions (Installing new actions)
39752024-12-19T21:38:51.309Z[ host-image] Dec 19 21:38:48.993 INFO O| Dec 19 21:38:48.993 INFO O| Planning: Evaluating mediators ... Done
39762024-12-19T21:38:51.312Z[ host-image] Dec 19 21:38:48.995 INFO O| Dec 19 21:38:48.995 INFO O| Planning: Planning completed in 7.40 seconds
39772024-12-19T21:38:51.315Z[ host-image] Dec 19 21:38:48.998 INFO O| Dec 19 21:38:48.998 INFO O| Packages to install: 5
39782024-12-19T21:38:51.315Z[ host-image] Dec 19 21:38:48.998 INFO O| Dec 19 21:38:48.998 INFO O| Services to change: 2
39792024-12-19T21:38:51.336Z[ host-image] Dec 19 21:38:49.020 INFO O| Dec 19 21:38:49.020 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete
39802024-12-19T21:38:52.896Z[ host-image] Dec 19 21:38:50.579 INFO O| Dec 19 21:38:50.579 INFO O| Download: Completed 1.45 MB in 1.56 seconds (949k/s)
39812024-12-19T21:38:53.180Z[ host-image] Dec 19 21:38:50.864 INFO O| Dec 19 21:38:50.863 INFO O| Actions: 1/305 actions (Installing new actions)
39822024-12-19T21:38:53.350Z[ host-image] Dec 19 21:38:51.033 INFO O| Dec 19 21:38:51.033 INFO O| Actions: Completed 305 actions in 0.17 seconds.
39832024-12-19T21:38:53.887Z[ host-image] Dec 19 21:38:51.570 INFO O| Dec 19 21:38:51.570 INFO O| Done
39842024-12-19T21:38:53.887Z[ host-image] Dec 19 21:38:51.570 INFO O| Dec 19 21:38:51.570 INFO O| Done
39852024-12-19T21:38:55.156Z[ host-image] Dec 19 21:38:52.838 INFO O| Dec 19 21:38:52.838 INFO O| Done
39862024-12-19T21:38:56.385Z[ recovery-image] Dec 19 21:38:53.654 INFO O| Dec 19 21:38:53.654 INFO O| Actions: 24519/25028 actions (Installing new actions)
39872024-12-19T21:38:57.334Z[ recovery-image] Dec 19 21:38:55.015 INFO O| Dec 19 21:38:55.015 INFO O| Actions: Completed 25028 actions in 16.37 seconds.
39882024-12-19T21:38:57.972Z[ host-image] Dec 19 21:38:55.653 INFO O| Dec 19 21:38:55.653 INFO O| Done
39892024-12-19T21:38:58.019Z[ recovery-image] Dec 19 21:38:55.679 INFO O| Dec 19 21:38:55.679 INFO O| Done
39902024-12-19T21:38:58.019Z[ recovery-image] Dec 19 21:38:55.679 INFO O| Dec 19 21:38:55.679 INFO O| Done
39912024-12-19T21:38:58.027Z[ host-image] Dec 19 21:38:55.708 INFO O| Dec 19 21:38:55.708 INFO O| Done
39922024-12-19T21:38:58.052Z[ host-image] Dec 19 21:38:55.732 INFO O| Dec 19 21:38:55.732 INFO O| Done
39932024-12-19T21:38:58.087Z[ host-image] Dec 19 21:38:55.765 INFO O| Dec 19 21:38:55.765 INFO O| Done
39942024-12-19T21:38:58.376Z[ host-image] Dec 19 21:38:56.056 INFO O| Dec 19 21:38:56.056 INFO STEP 12 (pkg_install) COMPLETE
39952024-12-19T21:38:58.376Z[ host-image] Dec 19 21:38:56.056 INFO O| Dec 19 21:38:56.056 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
39962024-12-19T21:38:58.398Z[ host-image] Dec 19 21:38:56.078 INFO O| Dec 19 21:38:56.078 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
39972024-12-19T21:38:59.110Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
39982024-12-19T21:38:59.629Z[ host-image] Dec 19 21:38:57.309 INFO O| Dec 19 21:38:57.309 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
39992024-12-19T21:38:59.681Z[ recovery-image] Dec 19 21:38:57.361 INFO O| Dec 19 21:38:57.361 INFO O| Done
40002024-12-19T21:39:01.937Z[ recovery-image] Dec 19 21:38:59.616 INFO O| Dec 19 21:38:59.616 INFO O| Done
40012024-12-19T21:39:01.971Z[ recovery-image] Dec 19 21:38:59.650 INFO O| Dec 19 21:38:59.650 INFO O| Done
40022024-12-19T21:39:04.113Z[ host-image] Dec 19 21:39:01.791 INFO O| Dec 19 21:39:01.791 INFO O| Planning: Solver setup ... Done
40032024-12-19T21:39:04.122Z[ host-image] Dec 19 21:39:01.799 INFO O| Dec 19 21:39:01.799 INFO O| Planning: Running solver ... Done
40042024-12-19T21:39:04.222Z[ host-image] Dec 19 21:39:01.900 INFO O| Dec 19 21:39:01.900 INFO O| Planning: Finding local manifests ... Done
40052024-12-19T21:39:04.225Z[ host-image] Dec 19 21:39:01.903 INFO O| Dec 19 21:39:01.902 INFO O| Planning: Fetching manifests: 0/6 0% complete
40062024-12-19T21:39:04.617Z[ host-image] Dec 19 21:39:02.292 INFO O| Dec 19 21:39:02.292 INFO O| Planning: Fetching manifests: 6/6 100% complete
40072024-12-19T21:39:04.688Z[ host-image] Dec 19 21:39:02.366 INFO O| Dec 19 21:39:02.366 INFO O| Planning: Package planning ... Done
40082024-12-19T21:39:04.748Z[ host-image] Dec 19 21:39:02.425 INFO O| Dec 19 21:39:02.425 INFO O| Planning: Merging actions ... Done
40092024-12-19T21:39:04.913Z[ host-image] Dec 19 21:39:02.590 INFO O| Dec 19 21:39:02.590 INFO O| Planning: Checking for conflicting actions ... Done
40102024-12-19T21:39:04.920Z[ host-image] Dec 19 21:39:02.598 INFO O| Dec 19 21:39:02.598 INFO O| Planning: Consolidating action changes ... Done
40112024-12-19T21:39:05.346Z[ host-image] Dec 19 21:39:03.023 INFO O| Dec 19 21:39:03.023 INFO O| Planning: Evaluating mediators ... Done
40122024-12-19T21:39:05.352Z[ host-image] Dec 19 21:39:03.029 INFO O| Dec 19 21:39:03.029 INFO O| Planning: Planning completed in 5.72 seconds
40132024-12-19T21:39:05.354Z[ host-image] Dec 19 21:39:03.032 INFO O| Dec 19 21:39:03.032 INFO O| Packages to install: 6
40142024-12-19T21:39:05.355Z[ host-image] Dec 19 21:39:03.032 INFO O| Dec 19 21:39:03.032 INFO O| Mediators to change: 1
40152024-12-19T21:39:05.355Z[ host-image] Dec 19 21:39:03.032 INFO O| Dec 19 21:39:03.032 INFO O| Services to change: 1
40162024-12-19T21:39:05.387Z[ host-image] Dec 19 21:39:03.065 INFO O| Dec 19 21:39:03.065 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
40172024-12-19T21:39:06.942Z[ recovery-image] Dec 19 21:39:04.619 INFO O| Dec 19 21:39:04.619 INFO O| Done
40182024-12-19T21:39:07.713Z[ recovery-image] Dec 19 21:39:05.380 INFO O| Dec 19 21:39:05.380 INFO O| Done
40192024-12-19T21:39:08.284Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
40202024-12-19T21:39:08.291Z[ recovery-image] Dec 19 21:39:05.965 INFO O| Dec 19 21:39:05.965 INFO STEP 11 (pkg_install) COMPLETE
40212024-12-19T21:39:08.291Z[ recovery-image] Dec 19 21:39:05.965 INFO O| Dec 19 21:39:05.965 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40222024-12-19T21:39:08.291Z[ recovery-image] Dec 19 21:39:05.965 INFO O| Dec 19 21:39:05.965 INFO skip step because feature "recovery" is enabled
40232024-12-19T21:39:08.291Z[ recovery-image] Dec 19 21:39:05.965 INFO O| Dec 19 21:39:05.965 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40242024-12-19T21:39:08.291Z[ recovery-image] Dec 19 21:39:05.965 INFO O| Dec 19 21:39:05.965 INFO skip step because feature "omicron1" is not enabled
40252024-12-19T21:39:08.291Z[ recovery-image] Dec 19 21:39:05.965 INFO O| Dec 19 21:39:05.965 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40262024-12-19T21:39:08.310Z[ recovery-image] Dec 19 21:39:05.986 INFO O| Dec 19 21:39:05.986 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
40272024-12-19T21:39:09.467Z[ recovery-image] Dec 19 21:39:07.142 INFO O| Dec 19 21:39:07.142 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40282024-12-19T21:39:10.400Z[ host-image] Dec 19 21:39:08.072 INFO O| Dec 19 21:39:08.072 INFO O| Download: 504/1140 items 2.6/8.4MB 31% complete (574k/s)
40292024-12-19T21:39:13.796Z[ recovery-image] Dec 19 21:39:11.426 INFO O| Dec 19 21:39:11.426 INFO O| Planning: Solver setup ... Done
40302024-12-19T21:39:13.796Z[ recovery-image] Dec 19 21:39:11.433 INFO O| Dec 19 21:39:11.433 INFO O| Planning: Running solver ... Done
40312024-12-19T21:39:13.875Z[ recovery-image] Dec 19 21:39:11.537 INFO O| Dec 19 21:39:11.537 INFO O| Planning: Finding local manifests ... Done
40322024-12-19T21:39:13.892Z[ recovery-image] Dec 19 21:39:11.538 INFO O| Dec 19 21:39:11.538 INFO O| Planning: Fetching manifests: 0/1 0% complete
40332024-12-19T21:39:14.056Z[ recovery-image] Dec 19 21:39:11.700 INFO O| Dec 19 21:39:11.700 INFO O| Planning: Fetching manifests: 1/1 100% complete
40342024-12-19T21:39:14.176Z[ recovery-image] Dec 19 21:39:11.732 INFO O| Dec 19 21:39:11.731 INFO O| Planning: Package planning ... Done
40352024-12-19T21:39:14.176Z[ recovery-image] Dec 19 21:39:11.787 INFO O| Dec 19 21:39:11.787 INFO O| Planning: Merging actions ... Done
40362024-12-19T21:39:14.176Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
40372024-12-19T21:39:14.233Z[ recovery-image] Dec 19 21:39:11.870 INFO O| Dec 19 21:39:11.869 INFO O| Planning: Checking for conflicting actions ... Done
40382024-12-19T21:39:14.302Z[ recovery-image] Dec 19 21:39:11.870 INFO O| Dec 19 21:39:11.870 INFO O| Planning: Consolidating action changes ... Done
40392024-12-19T21:39:14.587Z[ recovery-image] Dec 19 21:39:12.260 INFO O| Dec 19 21:39:12.260 INFO O| Planning: Evaluating mediators ... Done
40402024-12-19T21:39:14.590Z[ recovery-image] Dec 19 21:39:12.261 INFO O| Dec 19 21:39:12.260 INFO O| Planning: Planning completed in 5.12 seconds
40412024-12-19T21:39:14.590Z[ recovery-image] Dec 19 21:39:12.263 INFO O| Dec 19 21:39:12.263 INFO O| Packages to install: 1
40422024-12-19T21:39:14.610Z[ recovery-image] Dec 19 21:39:12.283 INFO O| Dec 19 21:39:12.283 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
40432024-12-19T21:39:15.532Z[ host-image] Dec 19 21:39:13.204 INFO O| Dec 19 21:39:13.204 INFO O| Download: 1111/1140 items 6.6/8.4MB 78% complete (604k/s)
40442024-12-19T21:39:15.603Z[ recovery-image] Dec 19 21:39:13.276 INFO O| Dec 19 21:39:13.276 INFO O| Download: Completed 9.99 MB in 0.99 seconds (10.1M/s)
40452024-12-19T21:39:15.826Z[ recovery-image] Dec 19 21:39:13.498 INFO O| Dec 19 21:39:13.498 INFO O| Actions: 1/22 actions (Installing new actions)
40462024-12-19T21:39:16.284Z[ recovery-image] Dec 19 21:39:13.956 INFO O| Dec 19 21:39:13.956 INFO O| Actions: Completed 22 actions in 0.46 seconds.
40472024-12-19T21:39:16.787Z[ recovery-image] Dec 19 21:39:14.459 INFO O| Dec 19 21:39:14.459 INFO O| Done
40482024-12-19T21:39:16.787Z[ recovery-image] Dec 19 21:39:14.459 INFO O| Dec 19 21:39:14.459 INFO O| Done
40492024-12-19T21:39:18.059Z[ recovery-image] Dec 19 21:39:15.730 INFO O| Dec 19 21:39:15.730 INFO O| Done
40502024-12-19T21:39:19.793Z[ recovery-image] Dec 19 21:39:17.441 INFO O| Dec 19 21:39:17.441 INFO O| Done
40512024-12-19T21:39:19.836Z[ recovery-image] Dec 19 21:39:17.468 INFO O| Dec 19 21:39:17.468 INFO O| Done
40522024-12-19T21:39:19.837Z[ recovery-image] Dec 19 21:39:17.468 INFO O| Dec 19 21:39:17.468 INFO O| Done
40532024-12-19T21:39:19.862Z[ recovery-image] Dec 19 21:39:17.484 INFO O| Dec 19 21:39:17.484 INFO O| Done
40542024-12-19T21:39:19.998Z[ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO STEP 14 (pkg_install) COMPLETE
40552024-12-19T21:39:19.999Z[ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40562024-12-19T21:39:19.999Z[ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO skip step because feature "mfg" is not enabled
40572024-12-19T21:39:20.040Z[ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40582024-12-19T21:39:20.040Z[ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO skip step because feature "compliance" is not enabled
40592024-12-19T21:39:20.040Z[ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40602024-12-19T21:39:20.040Z[ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO skip step because feature "stress" is not enabled
40612024-12-19T21:39:20.040Z[ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40622024-12-19T21:39:20.040Z[ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO skip step because feature "nfs" is not enabled
40632024-12-19T21:39:20.040Z[ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40642024-12-19T21:39:20.040Z[ recovery-image] Dec 19 21:39:17.656 INFO O| Dec 19 21:39:17.656 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40652024-12-19T21:39:20.179Z[ recovery-image] Dec 19 21:39:17.840 INFO O| Dec 19 21:39:17.840 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
40662024-12-19T21:39:20.309Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
40672024-12-19T21:39:20.368Z[ recovery-image] Dec 19 21:39:18.036 INFO O| Dec 19 21:39:18.036 INFO completed processing gimlet/ramdisk-01-os
40682024-12-19T21:39:20.371Z[ recovery-image] Dec 19 21:39:18.040 INFO image builder template: ramdisk-02-trim...
40692024-12-19T21:39:20.371Z[ recovery-image] Dec 19 21:39:18.040 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/.tmpZORqCZ/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
40702024-12-19T21:39:20.428Z[ recovery-image] Dec 19 21:39:18.087 INFO O| Dec 19 21:39:18.087 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40712024-12-19T21:39:20.446Z[ recovery-image] Dec 19 21:39:18.105 INFO O| Dec 19 21:39:18.105 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40722024-12-19T21:39:20.556Z[ recovery-image] Dec 19 21:39:18.223 INFO O| Dec 19 21:39:18.223 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
40732024-12-19T21:39:20.635Z[ recovery-image] Dec 19 21:39:18.305 INFO O| Dec 19 21:39:18.305 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40742024-12-19T21:39:20.635Z[ recovery-image] Dec 19 21:39:18.306 INFO O| Dec 19 21:39:18.306 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
40752024-12-19T21:39:20.646Z[ recovery-image] Dec 19 21:39:18.316 INFO O| Dec 19 21:39:18.316 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40762024-12-19T21:39:20.654Z[ recovery-image] Dec 19 21:39:18.324 INFO O| Dec 19 21:39:18.324 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
40772024-12-19T21:39:20.663Z[ recovery-image] Dec 19 21:39:18.333 INFO O| Dec 19 21:39:18.333 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
40782024-12-19T21:39:21.121Z[ recovery-image] Dec 19 21:39:18.791 INFO O| Dec 19 21:39:18.791 INFO rolled back to input snapshot; work may begin
40792024-12-19T21:39:21.121Z[ recovery-image] Dec 19 21:39:18.791 INFO O| Dec 19 21:39:18.791 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
40802024-12-19T21:39:21.133Z[ recovery-image] Dec 19 21:39:18.802 INFO O| Dec 19 21:39:18.802 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40812024-12-19T21:39:21.217Z[ recovery-image] Dec 19 21:39:18.887 INFO O| Dec 19 21:39:18.887 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
40822024-12-19T21:39:21.404Z[ recovery-image] Dec 19 21:39:19.073 INFO O| Dec 19 21:39:19.073 INFO STEP 0 (remove_files) COMPLETE
40832024-12-19T21:39:21.404Z[ recovery-image] Dec 19 21:39:19.073 INFO O| Dec 19 21:39:19.073 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-12-19T21:39:21.426Z[ recovery-image] Dec 19 21:39:19.096 INFO O| Dec 19 21:39:19.095 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
40852024-12-19T21:39:21.429Z[ recovery-image] Dec 19 21:39:19.098 INFO O| Dec 19 21:39:19.098 INFO STEP 1 (remove_files) COMPLETE
40862024-12-19T21:39:21.429Z[ recovery-image] Dec 19 21:39:19.098 INFO O| Dec 19 21:39:19.098 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40872024-12-19T21:39:21.473Z[ recovery-image] Dec 19 21:39:19.142 INFO O| Dec 19 21:39:19.142 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
40882024-12-19T21:39:21.523Z[ recovery-image] Dec 19 21:39:19.193 INFO O| Dec 19 21:39:19.193 INFO STEP 2 (remove_files) COMPLETE
40892024-12-19T21:39:21.523Z[ recovery-image] Dec 19 21:39:19.193 INFO O| Dec 19 21:39:19.193 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-12-19T21:39:21.554Z[ recovery-image] Dec 19 21:39:19.220 INFO O| Dec 19 21:39:19.220 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
40912024-12-19T21:39:21.557Z[ recovery-image] Dec 19 21:39:19.223 INFO O| Dec 19 21:39:19.223 INFO STEP 3 (remove_files) COMPLETE
40922024-12-19T21:39:21.557Z[ recovery-image] Dec 19 21:39:19.223 INFO O| Dec 19 21:39:19.223 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40932024-12-19T21:39:21.616Z[ recovery-image] Dec 19 21:39:19.285 INFO O| Dec 19 21:39:19.285 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
40942024-12-19T21:39:21.622Z[ recovery-image] Dec 19 21:39:19.292 INFO O| Dec 19 21:39:19.292 INFO STEP 4 (remove_files) COMPLETE
40952024-12-19T21:39:21.622Z[ recovery-image] Dec 19 21:39:19.292 INFO O| Dec 19 21:39:19.292 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-12-19T21:39:21.682Z[ recovery-image] Dec 19 21:39:19.351 INFO O| Dec 19 21:39:19.351 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
40972024-12-19T21:39:21.684Z[ recovery-image] Dec 19 21:39:19.351 INFO O| Dec 19 21:39:19.351 INFO STEP 5 (remove_files) COMPLETE
40982024-12-19T21:39:21.685Z[ recovery-image] Dec 19 21:39:19.351 INFO O| Dec 19 21:39:19.351 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40992024-12-19T21:39:21.701Z[ recovery-image] Dec 19 21:39:19.370 INFO O| Dec 19 21:39:19.370 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
41002024-12-19T21:39:21.718Z[ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO STEP 6 (remove_files) COMPLETE
41012024-12-19T21:39:21.718Z[ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-12-19T21:39:21.718Z[ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO skip step because feature "recovery" is enabled
41032024-12-19T21:39:21.718Z[ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41042024-12-19T21:39:21.718Z[ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO skip step because feature "recovery" is enabled
41052024-12-19T21:39:21.718Z[ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41062024-12-19T21:39:21.718Z[ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO skip step because feature "recovery" is enabled
41072024-12-19T21:39:21.721Z[ recovery-image] Dec 19 21:39:19.387 INFO O| Dec 19 21:39:19.387 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41082024-12-19T21:39:21.736Z[ recovery-image] Dec 19 21:39:19.406 INFO O| Dec 19 21:39:19.406 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
41092024-12-19T21:39:21.742Z[ recovery-image] Dec 19 21:39:19.412 INFO O| Dec 19 21:39:19.412 INFO STEP 10 (remove_files) COMPLETE
41102024-12-19T21:39:21.742Z[ recovery-image] Dec 19 21:39:19.412 INFO O| Dec 19 21:39:19.412 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-12-19T21:39:21.761Z[ recovery-image] Dec 19 21:39:19.431 INFO O| Dec 19 21:39:19.431 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
41122024-12-19T21:39:21.765Z[ recovery-image] Dec 19 21:39:19.432 INFO O| Dec 19 21:39:19.432 INFO STEP 11 (remove_files) COMPLETE
41132024-12-19T21:39:21.765Z[ recovery-image] Dec 19 21:39:19.432 INFO O| Dec 19 21:39:19.432 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41142024-12-19T21:39:21.780Z[ recovery-image] Dec 19 21:39:19.450 INFO O| Dec 19 21:39:19.450 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
41152024-12-19T21:39:21.783Z[ recovery-image] Dec 19 21:39:19.452 INFO O| Dec 19 21:39:19.452 INFO STEP 12 (remove_files) COMPLETE
41162024-12-19T21:39:21.783Z[ recovery-image] Dec 19 21:39:19.452 INFO O| Dec 19 21:39:19.452 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41172024-12-19T21:39:21.945Z[ recovery-image] Dec 19 21:39:19.615 INFO O| Dec 19 21:39:19.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
41182024-12-19T21:39:21.948Z[ recovery-image] Dec 19 21:39:19.617 INFO O| Dec 19 21:39:19.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
41192024-12-19T21:39:21.953Z[ recovery-image] Dec 19 21:39:19.622 INFO O| Dec 19 21:39:19.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
41202024-12-19T21:39:22.064Z[ recovery-image] Dec 19 21:39:19.733 INFO O| Dec 19 21:39:19.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
41212024-12-19T21:39:22.350Z[ recovery-image] Dec 19 21:39:20.020 INFO O| Dec 19 21:39:20.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
41222024-12-19T21:39:22.353Z[ recovery-image] Dec 19 21:39:20.020 INFO O| Dec 19 21:39:20.020 INFO STEP 13 (remove_files) COMPLETE
41232024-12-19T21:39:22.353Z[ recovery-image] Dec 19 21:39:20.020 INFO O| Dec 19 21:39:20.020 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41242024-12-19T21:39:22.376Z[ recovery-image] Dec 19 21:39:20.045 INFO O| Dec 19 21:39:20.045 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
41252024-12-19T21:39:22.378Z[ recovery-image] Dec 19 21:39:20.047 INFO O| Dec 19 21:39:20.047 INFO STEP 14 (remove_files) COMPLETE
41262024-12-19T21:39:22.378Z[ recovery-image] Dec 19 21:39:20.047 INFO O| Dec 19 21:39:20.047 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41272024-12-19T21:39:22.402Z[ recovery-image] Dec 19 21:39:20.071 INFO O| Dec 19 21:39:20.071 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
41282024-12-19T21:39:22.412Z[ recovery-image] Dec 19 21:39:20.081 INFO O| Dec 19 21:39:20.081 INFO STEP 15 (remove_files) COMPLETE
41292024-12-19T21:39:22.412Z[ recovery-image] Dec 19 21:39:20.081 INFO O| Dec 19 21:39:20.081 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41302024-12-19T21:39:22.435Z[ recovery-image] Dec 19 21:39:20.104 INFO O| Dec 19 21:39:20.104 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
41312024-12-19T21:39:22.438Z[ recovery-image] Dec 19 21:39:20.105 INFO O| Dec 19 21:39:20.105 INFO STEP 16 (remove_files) COMPLETE
41322024-12-19T21:39:22.438Z[ recovery-image] Dec 19 21:39:20.105 INFO O| Dec 19 21:39:20.105 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41332024-12-19T21:39:22.458Z[ recovery-image] Dec 19 21:39:20.127 INFO O| Dec 19 21:39:20.127 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
41342024-12-19T21:39:22.460Z[ recovery-image] Dec 19 21:39:20.130 INFO O| Dec 19 21:39:20.130 INFO STEP 17 (remove_files) COMPLETE
41352024-12-19T21:39:22.460Z[ recovery-image] Dec 19 21:39:20.130 INFO O| Dec 19 21:39:20.130 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41362024-12-19T21:39:22.482Z[ recovery-image] Dec 19 21:39:20.151 INFO O| Dec 19 21:39:20.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
41372024-12-19T21:39:22.482Z[ recovery-image] Dec 19 21:39:20.151 INFO O| Dec 19 21:39:20.151 INFO STEP 18 (remove_files) COMPLETE
41382024-12-19T21:39:22.492Z[ recovery-image] Dec 19 21:39:20.151 INFO O| Dec 19 21:39:20.151 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41392024-12-19T21:39:22.517Z[ recovery-image] Dec 19 21:39:20.186 INFO O| Dec 19 21:39:20.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
41402024-12-19T21:39:22.517Z[ recovery-image] Dec 19 21:39:20.186 INFO O| Dec 19 21:39:20.186 INFO STEP 19 (remove_files) COMPLETE
41412024-12-19T21:39:22.517Z[ recovery-image] Dec 19 21:39:20.186 INFO O| Dec 19 21:39:20.186 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41422024-12-19T21:39:22.535Z[ recovery-image] Dec 19 21:39:20.205 INFO O| Dec 19 21:39:20.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
41432024-12-19T21:39:22.535Z[ recovery-image] Dec 19 21:39:20.205 INFO O| Dec 19 21:39:20.205 INFO STEP 20 (remove_files) COMPLETE
41442024-12-19T21:39:22.538Z[ recovery-image] Dec 19 21:39:20.205 INFO O| Dec 19 21:39:20.205 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41452024-12-19T21:39:22.554Z[ recovery-image] Dec 19 21:39:20.223 INFO O| Dec 19 21:39:20.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
41462024-12-19T21:39:22.556Z[ recovery-image] Dec 19 21:39:20.223 INFO O| Dec 19 21:39:20.223 INFO STEP 21 (remove_files) COMPLETE
41472024-12-19T21:39:22.556Z[ recovery-image] Dec 19 21:39:20.224 INFO O| Dec 19 21:39:20.223 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41482024-12-19T21:39:22.572Z[ recovery-image] Dec 19 21:39:20.241 INFO O| Dec 19 21:39:20.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
41492024-12-19T21:39:22.574Z[ recovery-image] Dec 19 21:39:20.241 INFO O| Dec 19 21:39:20.241 INFO STEP 22 (remove_files) COMPLETE
41502024-12-19T21:39:22.574Z[ recovery-image] Dec 19 21:39:20.241 INFO O| Dec 19 21:39:20.241 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41512024-12-19T21:39:22.590Z[ recovery-image] Dec 19 21:39:20.259 INFO O| Dec 19 21:39:20.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
41522024-12-19T21:39:22.593Z[ recovery-image] Dec 19 21:39:20.259 INFO O| Dec 19 21:39:20.259 INFO STEP 23 (remove_files) COMPLETE
41532024-12-19T21:39:22.593Z[ recovery-image] Dec 19 21:39:20.260 INFO O| Dec 19 21:39:20.260 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41542024-12-19T21:39:22.608Z[ recovery-image] Dec 19 21:39:20.277 INFO O| Dec 19 21:39:20.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
41552024-12-19T21:39:22.608Z[ recovery-image] Dec 19 21:39:20.277 INFO O| Dec 19 21:39:20.277 INFO STEP 24 (remove_files) COMPLETE
41562024-12-19T21:39:22.611Z[ recovery-image] Dec 19 21:39:20.277 INFO O| Dec 19 21:39:20.277 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41572024-12-19T21:39:22.626Z[ recovery-image] Dec 19 21:39:20.295 INFO O| Dec 19 21:39:20.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
41582024-12-19T21:39:22.626Z[ recovery-image] Dec 19 21:39:20.296 INFO O| Dec 19 21:39:20.295 INFO STEP 25 (remove_files) COMPLETE
41592024-12-19T21:39:22.629Z[ recovery-image] Dec 19 21:39:20.296 INFO O| Dec 19 21:39:20.296 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41602024-12-19T21:39:22.645Z[ recovery-image] Dec 19 21:39:20.314 INFO O| Dec 19 21:39:20.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
41612024-12-19T21:39:22.647Z[ recovery-image] Dec 19 21:39:20.314 INFO O| Dec 19 21:39:20.314 INFO STEP 26 (remove_files) COMPLETE
41622024-12-19T21:39:22.647Z[ recovery-image] Dec 19 21:39:20.314 INFO O| Dec 19 21:39:20.314 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41632024-12-19T21:39:22.672Z[ recovery-image] Dec 19 21:39:20.340 INFO O| Dec 19 21:39:20.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
41642024-12-19T21:39:22.672Z[ recovery-image] Dec 19 21:39:20.340 INFO O| Dec 19 21:39:20.340 INFO STEP 27 (remove_files) COMPLETE
41652024-12-19T21:39:22.672Z[ recovery-image] Dec 19 21:39:20.341 INFO O| Dec 19 21:39:20.340 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41662024-12-19T21:39:22.710Z[ recovery-image] Dec 19 21:39:20.379 INFO O| Dec 19 21:39:20.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
41672024-12-19T21:39:22.710Z[ recovery-image] Dec 19 21:39:20.379 INFO O| Dec 19 21:39:20.379 INFO STEP 28 (remove_files) COMPLETE
41682024-12-19T21:39:22.710Z[ recovery-image] Dec 19 21:39:20.379 INFO O| Dec 19 21:39:20.379 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41692024-12-19T21:39:22.726Z[ recovery-image] Dec 19 21:39:20.395 INFO O| Dec 19 21:39:20.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
41702024-12-19T21:39:22.726Z[ recovery-image] Dec 19 21:39:20.395 INFO O| Dec 19 21:39:20.395 INFO STEP 29 (remove_files) COMPLETE
41712024-12-19T21:39:22.726Z[ recovery-image] Dec 19 21:39:20.395 INFO O| Dec 19 21:39:20.395 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41722024-12-19T21:39:22.785Z[ recovery-image] Dec 19 21:39:20.454 INFO O| Dec 19 21:39:20.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
41732024-12-19T21:39:22.785Z[ recovery-image] Dec 19 21:39:20.454 INFO O| Dec 19 21:39:20.454 INFO STEP 30 (remove_files) COMPLETE
41742024-12-19T21:39:22.785Z[ recovery-image] Dec 19 21:39:20.454 INFO O| Dec 19 21:39:20.454 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41752024-12-19T21:39:22.848Z[ recovery-image] Dec 19 21:39:20.517 INFO O| Dec 19 21:39:20.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
41762024-12-19T21:39:22.848Z[ recovery-image] Dec 19 21:39:20.517 INFO O| Dec 19 21:39:20.517 INFO STEP 31 (remove_files) COMPLETE
41772024-12-19T21:39:22.850Z[ recovery-image] Dec 19 21:39:20.517 INFO O| Dec 19 21:39:20.517 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41782024-12-19T21:39:22.865Z[ recovery-image] Dec 19 21:39:20.534 INFO O| Dec 19 21:39:20.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
41792024-12-19T21:39:22.865Z[ recovery-image] Dec 19 21:39:20.534 INFO O| Dec 19 21:39:20.534 INFO STEP 32 (remove_files) COMPLETE
41802024-12-19T21:39:22.865Z[ recovery-image] Dec 19 21:39:20.534 INFO O| Dec 19 21:39:20.534 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41812024-12-19T21:39:22.882Z[ recovery-image] Dec 19 21:39:20.552 INFO O| Dec 19 21:39:20.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
41822024-12-19T21:39:22.883Z[ recovery-image] Dec 19 21:39:20.552 INFO O| Dec 19 21:39:20.552 INFO STEP 33 (remove_files) COMPLETE
41832024-12-19T21:39:22.883Z[ recovery-image] Dec 19 21:39:20.552 INFO O| Dec 19 21:39:20.552 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41842024-12-19T21:39:22.901Z[ recovery-image] Dec 19 21:39:20.570 INFO O| Dec 19 21:39:20.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
41852024-12-19T21:39:22.901Z[ recovery-image] Dec 19 21:39:20.571 INFO O| Dec 19 21:39:20.571 INFO STEP 34 (remove_files) COMPLETE
41862024-12-19T21:39:22.901Z[ recovery-image] Dec 19 21:39:20.571 INFO O| Dec 19 21:39:20.571 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41872024-12-19T21:39:22.921Z[ recovery-image] Dec 19 21:39:20.590 INFO O| Dec 19 21:39:20.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
41882024-12-19T21:39:22.921Z[ recovery-image] Dec 19 21:39:20.590 INFO O| Dec 19 21:39:20.590 INFO STEP 35 (remove_files) COMPLETE
41892024-12-19T21:39:22.924Z[ recovery-image] Dec 19 21:39:20.590 INFO O| Dec 19 21:39:20.590 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41902024-12-19T21:39:22.938Z[ recovery-image] Dec 19 21:39:20.607 INFO O| Dec 19 21:39:20.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
41912024-12-19T21:39:22.938Z[ recovery-image] Dec 19 21:39:20.608 INFO O| Dec 19 21:39:20.607 INFO STEP 36 (remove_files) COMPLETE
41922024-12-19T21:39:22.941Z[ recovery-image] Dec 19 21:39:20.608 INFO O| Dec 19 21:39:20.608 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41932024-12-19T21:39:22.971Z[ recovery-image] Dec 19 21:39:20.640 INFO O| Dec 19 21:39:20.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
41942024-12-19T21:39:22.971Z[ recovery-image] Dec 19 21:39:20.640 INFO O| Dec 19 21:39:20.640 INFO STEP 37 (remove_files) COMPLETE
41952024-12-19T21:39:22.971Z[ recovery-image] Dec 19 21:39:20.640 INFO O| Dec 19 21:39:20.640 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41962024-12-19T21:39:23.090Z[ recovery-image] Dec 19 21:39:20.759 INFO O| Dec 19 21:39:20.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
41972024-12-19T21:39:23.090Z[ recovery-image] Dec 19 21:39:20.759 INFO O| Dec 19 21:39:20.759 INFO STEP 38 (remove_files) COMPLETE
41982024-12-19T21:39:23.090Z[ recovery-image] Dec 19 21:39:20.759 INFO O| Dec 19 21:39:20.759 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41992024-12-19T21:39:23.113Z[ recovery-image] Dec 19 21:39:20.782 INFO O| Dec 19 21:39:20.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
42002024-12-19T21:39:23.113Z[ recovery-image] Dec 19 21:39:20.782 INFO O| Dec 19 21:39:20.782 INFO STEP 39 (remove_files) COMPLETE
42012024-12-19T21:39:23.116Z[ recovery-image] Dec 19 21:39:20.782 INFO O| Dec 19 21:39:20.782 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42022024-12-19T21:39:23.136Z[ recovery-image] Dec 19 21:39:20.805 INFO O| Dec 19 21:39:20.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
42032024-12-19T21:39:23.136Z[ recovery-image] Dec 19 21:39:20.805 INFO O| Dec 19 21:39:20.805 INFO STEP 40 (remove_files) COMPLETE
42042024-12-19T21:39:23.136Z[ recovery-image] Dec 19 21:39:20.805 INFO O| Dec 19 21:39:20.805 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42052024-12-19T21:39:23.159Z[ recovery-image] Dec 19 21:39:20.828 INFO O| Dec 19 21:39:20.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
42062024-12-19T21:39:23.159Z[ recovery-image] Dec 19 21:39:20.828 INFO O| Dec 19 21:39:20.828 INFO STEP 41 (remove_files) COMPLETE
42072024-12-19T21:39:23.159Z[ recovery-image] Dec 19 21:39:20.828 INFO O| Dec 19 21:39:20.828 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42082024-12-19T21:39:23.195Z[ recovery-image] Dec 19 21:39:20.864 INFO O| Dec 19 21:39:20.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
42092024-12-19T21:39:23.195Z[ recovery-image] Dec 19 21:39:20.864 INFO O| Dec 19 21:39:20.864 INFO STEP 42 (remove_files) COMPLETE
42102024-12-19T21:39:23.198Z[ recovery-image] Dec 19 21:39:20.864 INFO O| Dec 19 21:39:20.864 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42112024-12-19T21:39:23.218Z[ recovery-image] Dec 19 21:39:20.887 INFO O| Dec 19 21:39:20.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
42122024-12-19T21:39:23.218Z[ recovery-image] Dec 19 21:39:20.887 INFO O| Dec 19 21:39:20.887 INFO STEP 43 (remove_files) COMPLETE
42132024-12-19T21:39:23.219Z[ recovery-image] Dec 19 21:39:20.888 INFO O| Dec 19 21:39:20.887 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42142024-12-19T21:39:23.241Z[ recovery-image] Dec 19 21:39:20.910 INFO O| Dec 19 21:39:20.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
42152024-12-19T21:39:23.241Z[ recovery-image] Dec 19 21:39:20.910 INFO O| Dec 19 21:39:20.910 INFO STEP 44 (remove_files) COMPLETE
42162024-12-19T21:39:23.241Z[ recovery-image] Dec 19 21:39:20.910 INFO O| Dec 19 21:39:20.910 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42172024-12-19T21:39:23.329Z[ recovery-image] Dec 19 21:39:20.998 INFO O| Dec 19 21:39:20.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
42182024-12-19T21:39:23.329Z[ recovery-image] Dec 19 21:39:20.998 INFO O| Dec 19 21:39:20.998 INFO STEP 45 (remove_files) COMPLETE
42192024-12-19T21:39:23.329Z[ recovery-image] Dec 19 21:39:20.998 INFO O| Dec 19 21:39:20.998 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42202024-12-19T21:39:23.353Z[ recovery-image] Dec 19 21:39:21.021 INFO O| Dec 19 21:39:21.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
42212024-12-19T21:39:23.353Z[ recovery-image] Dec 19 21:39:21.022 INFO O| Dec 19 21:39:21.022 INFO STEP 46 (remove_files) COMPLETE
42222024-12-19T21:39:23.356Z[ recovery-image] Dec 19 21:39:21.022 INFO O| Dec 19 21:39:21.022 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42232024-12-19T21:39:23.438Z[ recovery-image] Dec 19 21:39:21.107 INFO O| Dec 19 21:39:21.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
42242024-12-19T21:39:23.439Z[ recovery-image] Dec 19 21:39:21.107 INFO O| Dec 19 21:39:21.107 INFO STEP 47 (remove_files) COMPLETE
42252024-12-19T21:39:23.439Z[ recovery-image] Dec 19 21:39:21.108 INFO O| Dec 19 21:39:21.107 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42262024-12-19T21:39:23.479Z[ recovery-image] Dec 19 21:39:21.148 INFO O| Dec 19 21:39:21.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
42272024-12-19T21:39:23.479Z[ recovery-image] Dec 19 21:39:21.148 INFO O| Dec 19 21:39:21.148 INFO STEP 48 (remove_files) COMPLETE
42282024-12-19T21:39:23.479Z[ recovery-image] Dec 19 21:39:21.148 INFO O| Dec 19 21:39:21.148 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42292024-12-19T21:39:23.504Z[ recovery-image] Dec 19 21:39:21.173 INFO O| Dec 19 21:39:21.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
42302024-12-19T21:39:23.504Z[ recovery-image] Dec 19 21:39:21.173 INFO O| Dec 19 21:39:21.173 INFO STEP 49 (remove_files) COMPLETE
42312024-12-19T21:39:23.507Z[ recovery-image] Dec 19 21:39:21.173 INFO O| Dec 19 21:39:21.173 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42322024-12-19T21:39:23.555Z[ recovery-image] Dec 19 21:39:21.224 INFO O| Dec 19 21:39:21.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
42332024-12-19T21:39:23.555Z[ recovery-image] Dec 19 21:39:21.224 INFO O| Dec 19 21:39:21.224 INFO STEP 50 (remove_files) COMPLETE
42342024-12-19T21:39:23.560Z[ recovery-image] Dec 19 21:39:21.224 INFO O| Dec 19 21:39:21.224 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42352024-12-19T21:39:23.576Z[ recovery-image] Dec 19 21:39:21.245 INFO O| Dec 19 21:39:21.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
42362024-12-19T21:39:23.576Z[ recovery-image] Dec 19 21:39:21.245 INFO O| Dec 19 21:39:21.245 INFO STEP 51 (remove_files) COMPLETE
42372024-12-19T21:39:23.579Z[ recovery-image] Dec 19 21:39:21.245 INFO O| Dec 19 21:39:21.245 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42382024-12-19T21:39:23.595Z[ recovery-image] Dec 19 21:39:21.263 INFO O| Dec 19 21:39:21.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
42392024-12-19T21:39:23.595Z[ recovery-image] Dec 19 21:39:21.263 INFO O| Dec 19 21:39:21.263 INFO STEP 52 (remove_files) COMPLETE
42402024-12-19T21:39:23.598Z[ recovery-image] Dec 19 21:39:21.264 INFO O| Dec 19 21:39:21.263 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42412024-12-19T21:39:23.621Z[ recovery-image] Dec 19 21:39:21.282 INFO O| Dec 19 21:39:21.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
42422024-12-19T21:39:23.622Z[ recovery-image] Dec 19 21:39:21.282 INFO O| Dec 19 21:39:21.282 INFO STEP 53 (remove_files) COMPLETE
42432024-12-19T21:39:23.622Z[ recovery-image] Dec 19 21:39:21.282 INFO O| Dec 19 21:39:21.282 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42442024-12-19T21:39:23.631Z[ recovery-image] Dec 19 21:39:21.299 INFO O| Dec 19 21:39:21.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
42452024-12-19T21:39:23.634Z[ recovery-image] Dec 19 21:39:21.299 INFO O| Dec 19 21:39:21.299 INFO STEP 54 (remove_files) COMPLETE
42462024-12-19T21:39:23.634Z[ recovery-image] Dec 19 21:39:21.299 INFO O| Dec 19 21:39:21.299 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42472024-12-19T21:39:23.649Z[ recovery-image] Dec 19 21:39:21.317 INFO O| Dec 19 21:39:21.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
42482024-12-19T21:39:23.649Z[ recovery-image] Dec 19 21:39:21.317 INFO O| Dec 19 21:39:21.317 INFO STEP 55 (remove_files) COMPLETE
42492024-12-19T21:39:23.649Z[ recovery-image] Dec 19 21:39:21.317 INFO O| Dec 19 21:39:21.317 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42502024-12-19T21:39:23.665Z[ recovery-image] Dec 19 21:39:21.334 INFO O| Dec 19 21:39:21.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
42512024-12-19T21:39:23.666Z[ recovery-image] Dec 19 21:39:21.334 INFO O| Dec 19 21:39:21.334 INFO STEP 56 (remove_files) COMPLETE
42522024-12-19T21:39:23.666Z[ recovery-image] Dec 19 21:39:21.334 INFO O| Dec 19 21:39:21.334 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42532024-12-19T21:39:23.716Z[ recovery-image] Dec 19 21:39:21.383 INFO O| Dec 19 21:39:21.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
42542024-12-19T21:39:23.716Z[ recovery-image] Dec 19 21:39:21.383 INFO O| Dec 19 21:39:21.383 INFO STEP 57 (remove_files) COMPLETE
42552024-12-19T21:39:23.716Z[ recovery-image] Dec 19 21:39:21.383 INFO O| Dec 19 21:39:21.383 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42562024-12-19T21:39:23.733Z[ recovery-image] Dec 19 21:39:21.402 INFO O| Dec 19 21:39:21.402 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
42572024-12-19T21:39:23.734Z[ recovery-image] Dec 19 21:39:21.402 INFO O| Dec 19 21:39:21.402 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
42582024-12-19T21:39:23.734Z[ recovery-image] Dec 19 21:39:21.402 INFO O| Dec 19 21:39:21.402 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42592024-12-19T21:39:23.737Z[ recovery-image] Dec 19 21:39:21.402 INFO O| Dec 19 21:39:21.402 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42602024-12-19T21:39:23.737Z[ recovery-image] Dec 19 21:39:21.403 INFO O| Dec 19 21:39:21.402 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42612024-12-19T21:39:23.737Z[ recovery-image] Dec 19 21:39:21.403 INFO O| Dec 19 21:39:21.403 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
42622024-12-19T21:39:23.737Z[ recovery-image] Dec 19 21:39:21.403 INFO O| Dec 19 21:39:21.403 INFO ok!
42632024-12-19T21:39:23.737Z[ recovery-image] Dec 19 21:39:21.403 INFO O| Dec 19 21:39:21.403 INFO STEP 58 (ensure_file) COMPLETE
42642024-12-19T21:39:23.737Z[ recovery-image] Dec 19 21:39:21.403 INFO O| Dec 19 21:39:21.403 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42652024-12-19T21:39:23.754Z[ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
42662024-12-19T21:39:23.754Z[ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
42672024-12-19T21:39:23.757Z[ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42682024-12-19T21:39:23.757Z[ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42692024-12-19T21:39:23.771Z[ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42702024-12-19T21:39:23.771Z[ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
42712024-12-19T21:39:23.774Z[ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO ok!
42722024-12-19T21:39:23.774Z[ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO STEP 59 (ensure_file) COMPLETE
42732024-12-19T21:39:23.774Z[ recovery-image] Dec 19 21:39:21.422 INFO O| Dec 19 21:39:21.422 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42742024-12-19T21:39:23.775Z[ recovery-image] Dec 19 21:39:21.441 INFO O| Dec 19 21:39:21.441 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
42752024-12-19T21:39:23.775Z[ recovery-image] Dec 19 21:39:21.441 INFO O| Dec 19 21:39:21.441 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
42762024-12-19T21:39:23.775Z[ recovery-image] Dec 19 21:39:21.441 INFO O| Dec 19 21:39:21.441 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
42772024-12-19T21:39:23.775Z[ recovery-image] Dec 19 21:39:21.441 INFO O| Dec 19 21:39:21.441 INFO ok!
42782024-12-19T21:39:23.775Z[ recovery-image] Dec 19 21:39:21.441 INFO O| Dec 19 21:39:21.441 INFO STEP 60 (ensure_file) COMPLETE
42792024-12-19T21:39:23.775Z[ recovery-image] Dec 19 21:39:21.441 INFO O| Dec 19 21:39:21.441 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42802024-12-19T21:39:23.791Z[ recovery-image] Dec 19 21:39:21.459 INFO O| Dec 19 21:39:21.459 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
42812024-12-19T21:39:23.791Z[ recovery-image] Dec 19 21:39:21.459 INFO O| Dec 19 21:39:21.459 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
42822024-12-19T21:39:23.794Z[ recovery-image] Dec 19 21:39:21.460 INFO O| Dec 19 21:39:21.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
42832024-12-19T21:39:23.794Z[ recovery-image] Dec 19 21:39:21.460 INFO O| Dec 19 21:39:21.460 INFO ok!
42842024-12-19T21:39:23.794Z[ recovery-image] Dec 19 21:39:21.460 INFO O| Dec 19 21:39:21.460 INFO STEP 61 (ensure_file) COMPLETE
42852024-12-19T21:39:23.794Z[ recovery-image] Dec 19 21:39:21.460 INFO O| Dec 19 21:39:21.460 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42862024-12-19T21:39:23.809Z[ recovery-image] Dec 19 21:39:21.477 INFO O| Dec 19 21:39:21.477 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
42872024-12-19T21:39:23.809Z[ recovery-image] Dec 19 21:39:21.478 INFO O| Dec 19 21:39:21.477 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
42882024-12-19T21:39:23.812Z[ recovery-image] Dec 19 21:39:21.478 INFO O| Dec 19 21:39:21.478 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42892024-12-19T21:39:23.812Z[ recovery-image] Dec 19 21:39:21.478 INFO O| Dec 19 21:39:21.478 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
42902024-12-19T21:39:23.812Z[ recovery-image] Dec 19 21:39:21.478 INFO O| Dec 19 21:39:21.478 INFO ok!
42912024-12-19T21:39:23.812Z[ recovery-image] Dec 19 21:39:21.478 INFO O| Dec 19 21:39:21.478 INFO STEP 62 (ensure_file) COMPLETE
42922024-12-19T21:39:23.812Z[ recovery-image] Dec 19 21:39:21.478 INFO O| Dec 19 21:39:21.478 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
42932024-12-19T21:39:23.827Z[ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
42942024-12-19T21:39:23.827Z[ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
42952024-12-19T21:39:23.830Z[ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42962024-12-19T21:39:23.830Z[ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
42972024-12-19T21:39:23.830Z[ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO ok!
42982024-12-19T21:39:23.830Z[ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO STEP 63 (ensure_file) COMPLETE
42992024-12-19T21:39:23.830Z[ recovery-image] Dec 19 21:39:21.496 INFO O| Dec 19 21:39:21.496 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43002024-12-19T21:39:23.847Z[ recovery-image] Dec 19 21:39:21.515 INFO O| Dec 19 21:39:21.514 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
43012024-12-19T21:39:23.847Z[ recovery-image] Dec 19 21:39:21.515 INFO O| Dec 19 21:39:21.514 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
43022024-12-19T21:39:23.850Z[ recovery-image] Dec 19 21:39:21.515 INFO O| Dec 19 21:39:21.515 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
43032024-12-19T21:39:23.850Z[ recovery-image] Dec 19 21:39:21.515 INFO O| Dec 19 21:39:21.515 INFO ok!
43042024-12-19T21:39:23.850Z[ recovery-image] Dec 19 21:39:21.515 INFO O| Dec 19 21:39:21.515 INFO STEP 64 (assemble_files) COMPLETE
43052024-12-19T21:39:23.850Z[ recovery-image] Dec 19 21:39:21.515 INFO O| Dec 19 21:39:21.515 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43062024-12-19T21:39:23.869Z[ recovery-image] Dec 19 21:39:21.537 INFO O| Dec 19 21:39:21.537 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
43072024-12-19T21:39:23.869Z[ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.537 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
43082024-12-19T21:39:23.869Z[ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43092024-12-19T21:39:23.873Z[ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
43102024-12-19T21:39:23.873Z[ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO ok!
43112024-12-19T21:39:23.873Z[ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO STEP 65 (ensure_file) COMPLETE
43122024-12-19T21:39:23.873Z[ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43132024-12-19T21:39:23.873Z[ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO skip step because feature "omicron1" is not enabled
43142024-12-19T21:39:23.873Z[ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43152024-12-19T21:39:23.873Z[ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO skip step because feature "omicron1" is not enabled
43162024-12-19T21:39:23.873Z[ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43172024-12-19T21:39:23.873Z[ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO skip step because feature "omicron1" is not enabled
43182024-12-19T21:39:23.873Z[ recovery-image] Dec 19 21:39:21.538 INFO O| Dec 19 21:39:21.538 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
43192024-12-19T21:39:24.089Z[ recovery-image] Dec 19 21:39:21.758 INFO O| Dec 19 21:39:21.757 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
43202024-12-19T21:39:24.089Z[ recovery-image] Dec 19 21:39:21.758 INFO O| Dec 19 21:39:21.758 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
43212024-12-19T21:39:26.803Z[ recovery-image] Dec 19 21:39:24.471 INFO O| Dec 19 21:39:24.471 INFO STEP 69 (pack_tar) COMPLETE
43222024-12-19T21:39:26.803Z[ recovery-image] Dec 19 21:39:24.471 INFO O| Dec 19 21:39:24.471 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43232024-12-19T21:39:26.807Z[ recovery-image] Dec 19 21:39:24.471 INFO O| Dec 19 21:39:24.471 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43242024-12-19T21:39:26.992Z[ recovery-image] Dec 19 21:39:24.659 INFO O| Dec 19 21:39:24.659 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
43252024-12-19T21:39:27.106Z[ recovery-image] Dec 19 21:39:24.773 INFO O| Dec 19 21:39:24.773 INFO completed processing gimlet/ramdisk-02-trim
43262024-12-19T21:39:27.110Z[ recovery-image] Dec 19 21:39:24.777 INFO image builder template: ramdisk-03-recovery-trim...
43272024-12-19T21:39:27.110Z[ recovery-image] Dec 19 21:39:24.777 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/.tmpZORqCZ/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
43282024-12-19T21:39:27.283Z[ host-image] Dec 19 21:39:24.949 INFO O| Dec 19 21:39:24.949 INFO O| Download: 1117/1140 items 6.6/8.4MB 78% complete
43292024-12-19T21:39:27.292Z[ recovery-image] Dec 19 21:39:24.959 INFO O| Dec 19 21:39:24.951 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43302024-12-19T21:39:27.294Z[ recovery-image] Dec 19 21:39:24.960 INFO O| Dec 19 21:39:24.960 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43312024-12-19T21:39:27.613Z[ recovery-image] Dec 19 21:39:25.279 INFO O| Dec 19 21:39:25.279 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
43322024-12-19T21:39:27.753Z[ recovery-image] Dec 19 21:39:25.420 INFO O| Dec 19 21:39:25.420 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
43332024-12-19T21:39:27.756Z[ recovery-image] Dec 19 21:39:25.420 INFO O| Dec 19 21:39:25.420 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
43342024-12-19T21:39:27.789Z[ recovery-image] Dec 19 21:39:25.455 INFO O| Dec 19 21:39:25.454 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
43352024-12-19T21:39:27.796Z[ recovery-image] Dec 19 21:39:25.463 INFO O| Dec 19 21:39:25.463 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
43362024-12-19T21:39:27.807Z[ recovery-image] Dec 19 21:39:25.473 INFO O| Dec 19 21:39:25.473 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
43372024-12-19T21:39:28.472Z[ recovery-image] Dec 19 21:39:26.138 INFO O| Dec 19 21:39:26.138 INFO rolled back to input snapshot; work may begin
43382024-12-19T21:39:28.472Z[ recovery-image] Dec 19 21:39:26.138 INFO O| Dec 19 21:39:26.138 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
43392024-12-19T21:39:28.482Z[ recovery-image] Dec 19 21:39:26.148 INFO O| Dec 19 21:39:26.148 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-12-19T21:39:28.512Z[ recovery-image] Dec 19 21:39:26.179 INFO O| Dec 19 21:39:26.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
43412024-12-19T21:39:28.518Z[ recovery-image] Dec 19 21:39:26.184 INFO O| Dec 19 21:39:26.184 INFO STEP 0 (remove_files) COMPLETE
43422024-12-19T21:39:28.518Z[ recovery-image] Dec 19 21:39:26.184 INFO O| Dec 19 21:39:26.184 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-12-19T21:39:28.550Z[ recovery-image] Dec 19 21:39:26.216 INFO O| Dec 19 21:39:26.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
43442024-12-19T21:39:28.981Z[ recovery-image] Dec 19 21:39:26.647 INFO O| Dec 19 21:39:26.647 INFO STEP 1 (remove_files) COMPLETE
43452024-12-19T21:39:28.981Z[ recovery-image] Dec 19 21:39:26.647 INFO O| Dec 19 21:39:26.647 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-12-19T21:39:29.003Z[ recovery-image] Dec 19 21:39:26.669 INFO O| Dec 19 21:39:26.669 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
43472024-12-19T21:39:29.073Z[ recovery-image] Dec 19 21:39:26.739 INFO O| Dec 19 21:39:26.739 INFO STEP 2 (remove_files) COMPLETE
43482024-12-19T21:39:29.073Z[ recovery-image] Dec 19 21:39:26.739 INFO O| Dec 19 21:39:26.739 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-12-19T21:39:29.133Z[ recovery-image] Dec 19 21:39:26.799 INFO O| Dec 19 21:39:26.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
43502024-12-19T21:39:29.323Z[ recovery-image] Dec 19 21:39:26.989 INFO O| Dec 19 21:39:26.989 INFO STEP 3 (remove_files) COMPLETE
43512024-12-19T21:39:29.323Z[ recovery-image] Dec 19 21:39:26.989 INFO O| Dec 19 21:39:26.989 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-12-19T21:39:29.367Z[ recovery-image] Dec 19 21:39:27.033 INFO O| Dec 19 21:39:27.033 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
43532024-12-19T21:39:29.500Z[ recovery-image] Dec 19 21:39:27.166 INFO O| Dec 19 21:39:27.166 INFO STEP 4 (remove_files) COMPLETE
43542024-12-19T21:39:29.500Z[ recovery-image] Dec 19 21:39:27.166 INFO O| Dec 19 21:39:27.166 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-12-19T21:39:29.534Z[ recovery-image] Dec 19 21:39:27.199 INFO O| Dec 19 21:39:27.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
43562024-12-19T21:39:29.538Z[ recovery-image] Dec 19 21:39:27.204 INFO O| Dec 19 21:39:27.204 INFO STEP 5 (remove_files) COMPLETE
43572024-12-19T21:39:29.538Z[ recovery-image] Dec 19 21:39:27.204 INFO O| Dec 19 21:39:27.204 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-12-19T21:39:29.572Z[ recovery-image] Dec 19 21:39:27.238 INFO O| Dec 19 21:39:27.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
43592024-12-19T21:39:29.599Z[ recovery-image] Dec 19 21:39:27.263 INFO O| Dec 19 21:39:27.263 INFO STEP 6 (remove_files) COMPLETE
43602024-12-19T21:39:29.599Z[ recovery-image] Dec 19 21:39:27.263 INFO O| Dec 19 21:39:27.263 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-12-19T21:39:29.633Z[ recovery-image] Dec 19 21:39:27.298 INFO O| Dec 19 21:39:27.298 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
43622024-12-19T21:39:29.635Z[ recovery-image] Dec 19 21:39:27.300 INFO O| Dec 19 21:39:27.300 INFO STEP 7 (remove_files) COMPLETE
43632024-12-19T21:39:29.635Z[ recovery-image] Dec 19 21:39:27.300 INFO O| Dec 19 21:39:27.300 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-12-19T21:39:29.670Z[ recovery-image] Dec 19 21:39:27.335 INFO O| Dec 19 21:39:27.335 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
43652024-12-19T21:39:29.740Z[ recovery-image] Dec 19 21:39:27.406 INFO O| Dec 19 21:39:27.406 INFO STEP 8 (remove_files) COMPLETE
43662024-12-19T21:39:29.743Z[ recovery-image] Dec 19 21:39:27.406 INFO O| Dec 19 21:39:27.406 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-12-19T21:39:29.802Z[ recovery-image] Dec 19 21:39:27.468 INFO O| Dec 19 21:39:27.468 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
43682024-12-19T21:39:29.826Z[ recovery-image] Dec 19 21:39:27.492 INFO O| Dec 19 21:39:27.492 INFO STEP 9 (remove_files) COMPLETE
43692024-12-19T21:39:29.829Z[ recovery-image] Dec 19 21:39:27.492 INFO O| Dec 19 21:39:27.492 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-12-19T21:39:29.849Z[ recovery-image] Dec 19 21:39:27.514 INFO O| Dec 19 21:39:27.514 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
43712024-12-19T21:39:29.854Z[ recovery-image] Dec 19 21:39:27.520 INFO O| Dec 19 21:39:27.520 INFO STEP 10 (remove_files) COMPLETE
43722024-12-19T21:39:29.854Z[ recovery-image] Dec 19 21:39:27.520 INFO O| Dec 19 21:39:27.520 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-12-19T21:39:29.895Z[ recovery-image] Dec 19 21:39:27.559 INFO O| Dec 19 21:39:27.559 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
43742024-12-19T21:39:30.451Z[ host-image] Dec 19 21:39:28.116 INFO O| Dec 19 21:39:28.116 INFO O| Download: Completed 8.42 MB in 25.05 seconds (344k/s)
43752024-12-19T21:39:30.501Z[ recovery-image] Dec 19 21:39:28.167 INFO O| Dec 19 21:39:28.167 INFO STEP 11 (remove_files) COMPLETE
43762024-12-19T21:39:30.502Z[ recovery-image] Dec 19 21:39:28.167 INFO O| Dec 19 21:39:28.167 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-12-19T21:39:30.527Z[ recovery-image] Dec 19 21:39:28.191 INFO O| Dec 19 21:39:28.190 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
43782024-12-19T21:39:30.533Z[ recovery-image] Dec 19 21:39:28.195 INFO O| Dec 19 21:39:28.195 INFO STEP 12 (remove_files) COMPLETE
43792024-12-19T21:39:30.533Z[ recovery-image] Dec 19 21:39:28.195 INFO O| Dec 19 21:39:28.195 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-12-19T21:39:30.567Z[ recovery-image] Dec 19 21:39:28.233 INFO O| Dec 19 21:39:28.233 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
43812024-12-19T21:39:30.595Z[ recovery-image] Dec 19 21:39:28.259 INFO O| Dec 19 21:39:28.259 INFO STEP 13 (remove_files) COMPLETE
43822024-12-19T21:39:30.595Z[ recovery-image] Dec 19 21:39:28.259 INFO O| Dec 19 21:39:28.259 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-12-19T21:39:30.608Z[ host-image] Dec 19 21:39:28.274 INFO O| Dec 19 21:39:28.274 INFO O| Actions: 1/1361 actions (Installing new actions)
43842024-12-19T21:39:30.616Z[ recovery-image] Dec 19 21:39:28.280 INFO O| Dec 19 21:39:28.280 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
43852024-12-19T21:39:30.629Z[ recovery-image] Dec 19 21:39:28.295 INFO O| Dec 19 21:39:28.295 INFO STEP 14 (remove_files) COMPLETE
43862024-12-19T21:39:30.629Z[ recovery-image] Dec 19 21:39:28.295 INFO O| Dec 19 21:39:28.295 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-12-19T21:39:30.650Z[ recovery-image] Dec 19 21:39:28.316 INFO O| Dec 19 21:39:28.315 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
43882024-12-19T21:39:30.696Z[ recovery-image] Dec 19 21:39:28.362 INFO O| Dec 19 21:39:28.362 INFO STEP 15 (remove_files) COMPLETE
43892024-12-19T21:39:30.697Z[ recovery-image] Dec 19 21:39:28.362 INFO O| Dec 19 21:39:28.362 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43902024-12-19T21:39:30.814Z[ recovery-image] Dec 19 21:39:28.467 INFO O| Dec 19 21:39:28.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
43912024-12-19T21:39:30.891Z[ recovery-image] Dec 19 21:39:28.556 INFO O| Dec 19 21:39:28.556 INFO STEP 16 (remove_files) COMPLETE
43922024-12-19T21:39:30.891Z[ recovery-image] Dec 19 21:39:28.556 INFO O| Dec 19 21:39:28.556 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43932024-12-19T21:39:30.913Z[ recovery-image] Dec 19 21:39:28.578 INFO O| Dec 19 21:39:28.578 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
43942024-12-19T21:39:30.915Z[ recovery-image] Dec 19 21:39:28.578 INFO O| Dec 19 21:39:28.578 INFO STEP 17 (remove_files) COMPLETE
43952024-12-19T21:39:30.915Z[ recovery-image] Dec 19 21:39:28.578 INFO O| Dec 19 21:39:28.578 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-12-19T21:39:30.939Z[ recovery-image] Dec 19 21:39:28.599 INFO O| Dec 19 21:39:28.599 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
43972024-12-19T21:39:30.965Z[ recovery-image] Dec 19 21:39:28.630 INFO O| Dec 19 21:39:28.630 INFO STEP 18 (remove_files) COMPLETE
43982024-12-19T21:39:30.965Z[ recovery-image] Dec 19 21:39:28.630 INFO O| Dec 19 21:39:28.630 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-12-19T21:39:30.986Z[ recovery-image] Dec 19 21:39:28.651 INFO O| Dec 19 21:39:28.651 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
44002024-12-19T21:39:31.272Z[ recovery-image] Dec 19 21:39:28.936 INFO O| Dec 19 21:39:28.936 INFO STEP 19 (remove_files) COMPLETE
44012024-12-19T21:39:31.272Z[ recovery-image] Dec 19 21:39:28.936 INFO O| Dec 19 21:39:28.936 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-12-19T21:39:31.312Z[ recovery-image] Dec 19 21:39:28.977 INFO O| Dec 19 21:39:28.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
44032024-12-19T21:39:31.315Z[ recovery-image] Dec 19 21:39:28.977 INFO O| Dec 19 21:39:28.977 INFO STEP 20 (remove_files) COMPLETE
44042024-12-19T21:39:31.315Z[ recovery-image] Dec 19 21:39:28.977 INFO O| Dec 19 21:39:28.977 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-12-19T21:39:31.335Z[ recovery-image] Dec 19 21:39:29.000 INFO O| Dec 19 21:39:29.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
44062024-12-19T21:39:31.335Z[ recovery-image] Dec 19 21:39:29.000 INFO O| Dec 19 21:39:29.000 INFO STEP 21 (remove_files) COMPLETE
44072024-12-19T21:39:31.335Z[ recovery-image] Dec 19 21:39:29.000 INFO O| Dec 19 21:39:29.000 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-12-19T21:39:31.406Z[ recovery-image] Dec 19 21:39:29.071 INFO O| Dec 19 21:39:29.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
44092024-12-19T21:39:31.437Z[ recovery-image] Dec 19 21:39:29.102 INFO O| Dec 19 21:39:29.102 INFO STEP 22 (remove_files) COMPLETE
44102024-12-19T21:39:31.437Z[ recovery-image] Dec 19 21:39:29.102 INFO O| Dec 19 21:39:29.102 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-12-19T21:39:31.473Z[ recovery-image] Dec 19 21:39:29.136 INFO O| Dec 19 21:39:29.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
44122024-12-19T21:39:31.476Z[ recovery-image] Dec 19 21:39:29.136 INFO O| Dec 19 21:39:29.136 INFO STEP 23 (remove_files) COMPLETE
44132024-12-19T21:39:31.476Z[ recovery-image] Dec 19 21:39:29.136 INFO O| Dec 19 21:39:29.136 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-12-19T21:39:31.501Z[ recovery-image] Dec 19 21:39:29.166 INFO O| Dec 19 21:39:29.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
44152024-12-19T21:39:31.501Z[ recovery-image] Dec 19 21:39:29.166 INFO O| Dec 19 21:39:29.166 INFO STEP 24 (remove_files) COMPLETE
44162024-12-19T21:39:31.506Z[ recovery-image] Dec 19 21:39:29.166 INFO O| Dec 19 21:39:29.166 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44172024-12-19T21:39:31.522Z[ recovery-image] Dec 19 21:39:29.187 INFO O| Dec 19 21:39:29.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
44182024-12-19T21:39:31.540Z[ host-image] Dec 19 21:39:29.205 INFO O| Dec 19 21:39:29.205 INFO O| Actions: Completed 1361 actions in 0.93 seconds.
44192024-12-19T21:39:31.543Z[ recovery-image] Dec 19 21:39:29.209 INFO O| Dec 19 21:39:29.209 INFO STEP 25 (remove_files) COMPLETE
44202024-12-19T21:39:31.544Z[ recovery-image] Dec 19 21:39:29.209 INFO O| Dec 19 21:39:29.209 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-12-19T21:39:31.578Z[ recovery-image] Dec 19 21:39:29.243 INFO O| Dec 19 21:39:29.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
44222024-12-19T21:39:31.578Z[ recovery-image] Dec 19 21:39:29.243 INFO O| Dec 19 21:39:29.243 INFO STEP 26 (remove_files) COMPLETE
44232024-12-19T21:39:31.582Z[ recovery-image] Dec 19 21:39:29.243 INFO O| Dec 19 21:39:29.243 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-12-19T21:39:31.613Z[ recovery-image] Dec 19 21:39:29.262 INFO O| Dec 19 21:39:29.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
44252024-12-19T21:39:31.613Z[ recovery-image] Dec 19 21:39:29.262 INFO O| Dec 19 21:39:29.262 INFO STEP 27 (remove_files) COMPLETE
44262024-12-19T21:39:31.616Z[ recovery-image] Dec 19 21:39:29.262 INFO O| Dec 19 21:39:29.262 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-12-19T21:39:31.619Z[ recovery-image] Dec 19 21:39:29.282 INFO O| Dec 19 21:39:29.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
44282024-12-19T21:39:31.639Z[ recovery-image] Dec 19 21:39:29.304 INFO O| Dec 19 21:39:29.304 INFO STEP 28 (remove_files) COMPLETE
44292024-12-19T21:39:31.639Z[ recovery-image] Dec 19 21:39:29.304 INFO O| Dec 19 21:39:29.304 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-12-19T21:39:31.671Z[ recovery-image] Dec 19 21:39:29.336 INFO O| Dec 19 21:39:29.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
44312024-12-19T21:39:31.691Z[ recovery-image] Dec 19 21:39:29.356 INFO O| Dec 19 21:39:29.356 INFO STEP 29 (remove_files) COMPLETE
44322024-12-19T21:39:31.691Z[ recovery-image] Dec 19 21:39:29.356 INFO O| Dec 19 21:39:29.356 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-12-19T21:39:31.713Z[ recovery-image] Dec 19 21:39:29.376 INFO O| Dec 19 21:39:29.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
44342024-12-19T21:39:31.731Z[ recovery-image] Dec 19 21:39:29.396 INFO O| Dec 19 21:39:29.396 INFO STEP 30 (remove_files) COMPLETE
44352024-12-19T21:39:31.731Z[ recovery-image] Dec 19 21:39:29.396 INFO O| Dec 19 21:39:29.396 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-12-19T21:39:31.789Z[ recovery-image] Dec 19 21:39:29.453 INFO O| Dec 19 21:39:29.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
44372024-12-19T21:39:31.789Z[ recovery-image] Dec 19 21:39:29.453 INFO O| Dec 19 21:39:29.453 INFO STEP 31 (remove_files) COMPLETE
44382024-12-19T21:39:31.792Z[ recovery-image] Dec 19 21:39:29.453 INFO O| Dec 19 21:39:29.453 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-12-19T21:39:31.810Z[ recovery-image] Dec 19 21:39:29.473 INFO O| Dec 19 21:39:29.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
44402024-12-19T21:39:31.823Z[ recovery-image] Dec 19 21:39:29.488 INFO O| Dec 19 21:39:29.488 INFO STEP 32 (remove_files) COMPLETE
44412024-12-19T21:39:31.823Z[ recovery-image] Dec 19 21:39:29.488 INFO O| Dec 19 21:39:29.488 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-12-19T21:39:31.859Z[ recovery-image] Dec 19 21:39:29.523 INFO O| Dec 19 21:39:29.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
44432024-12-19T21:39:31.881Z[ recovery-image] Dec 19 21:39:29.546 INFO O| Dec 19 21:39:29.546 INFO STEP 33 (remove_files) COMPLETE
44442024-12-19T21:39:31.881Z[ recovery-image] Dec 19 21:39:29.546 INFO O| Dec 19 21:39:29.546 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-12-19T21:39:31.914Z[ recovery-image] Dec 19 21:39:29.578 INFO O| Dec 19 21:39:29.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
44462024-12-19T21:39:31.914Z[ recovery-image] Dec 19 21:39:29.578 INFO O| Dec 19 21:39:29.578 INFO STEP 34 (remove_files) COMPLETE
44472024-12-19T21:39:31.914Z[ recovery-image] Dec 19 21:39:29.578 INFO O| Dec 19 21:39:29.578 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-12-19T21:39:31.959Z[ recovery-image] Dec 19 21:39:29.624 INFO O| Dec 19 21:39:29.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
44492024-12-19T21:39:31.963Z[ recovery-image] Dec 19 21:39:29.624 INFO O| Dec 19 21:39:29.624 INFO STEP 35 (remove_files) COMPLETE
44502024-12-19T21:39:31.963Z[ recovery-image] Dec 19 21:39:29.624 INFO O| Dec 19 21:39:29.624 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-12-19T21:39:31.972Z[ host-image] Dec 19 21:39:29.637 INFO O| Dec 19 21:39:29.637 INFO O| Done
44522024-12-19T21:39:31.972Z[ host-image] Dec 19 21:39:29.637 INFO O| Dec 19 21:39:29.637 INFO O| Done
44532024-12-19T21:39:31.993Z[ recovery-image] Dec 19 21:39:29.658 INFO O| Dec 19 21:39:29.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
44542024-12-19T21:39:31.993Z[ recovery-image] Dec 19 21:39:29.658 INFO O| Dec 19 21:39:29.658 INFO STEP 36 (remove_files) COMPLETE
44552024-12-19T21:39:31.997Z[ recovery-image] Dec 19 21:39:29.658 INFO O| Dec 19 21:39:29.658 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44562024-12-19T21:39:32.068Z[ recovery-image] Dec 19 21:39:29.704 INFO O| Dec 19 21:39:29.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
44572024-12-19T21:39:32.068Z[ recovery-image] Dec 19 21:39:29.711 INFO O| Dec 19 21:39:29.711 INFO STEP 37 (remove_files) COMPLETE
44582024-12-19T21:39:32.071Z[ recovery-image] Dec 19 21:39:29.711 INFO O| Dec 19 21:39:29.711 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44592024-12-19T21:39:32.081Z[ recovery-image] Dec 19 21:39:29.737 INFO O| Dec 19 21:39:29.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
44602024-12-19T21:39:32.081Z[ recovery-image] Dec 19 21:39:29.737 INFO O| Dec 19 21:39:29.737 INFO STEP 38 (remove_files) COMPLETE
44612024-12-19T21:39:32.081Z[ recovery-image] Dec 19 21:39:29.737 INFO O| Dec 19 21:39:29.737 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44622024-12-19T21:39:32.120Z[ recovery-image] Dec 19 21:39:29.785 INFO O| Dec 19 21:39:29.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
44632024-12-19T21:39:32.120Z[ recovery-image] Dec 19 21:39:29.785 INFO O| Dec 19 21:39:29.785 INFO STEP 39 (remove_files) COMPLETE
44642024-12-19T21:39:32.120Z[ recovery-image] Dec 19 21:39:29.785 INFO O| Dec 19 21:39:29.785 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44652024-12-19T21:39:32.165Z[ recovery-image] Dec 19 21:39:29.829 INFO O| Dec 19 21:39:29.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
44662024-12-19T21:39:32.165Z[ recovery-image] Dec 19 21:39:29.829 INFO O| Dec 19 21:39:29.829 INFO STEP 40 (remove_files) COMPLETE
44672024-12-19T21:39:32.165Z[ recovery-image] Dec 19 21:39:29.829 INFO O| Dec 19 21:39:29.829 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44682024-12-19T21:39:32.188Z[ recovery-image] Dec 19 21:39:29.853 INFO O| Dec 19 21:39:29.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
44692024-12-19T21:39:32.188Z[ recovery-image] Dec 19 21:39:29.853 INFO O| Dec 19 21:39:29.853 INFO STEP 41 (remove_files) COMPLETE
44702024-12-19T21:39:32.188Z[ recovery-image] Dec 19 21:39:29.853 INFO O| Dec 19 21:39:29.853 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44712024-12-19T21:39:32.225Z[ recovery-image] Dec 19 21:39:29.889 INFO O| Dec 19 21:39:29.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
44722024-12-19T21:39:32.225Z[ recovery-image] Dec 19 21:39:29.890 INFO O| Dec 19 21:39:29.878 INFO STEP 42 (remove_files) COMPLETE
44732024-12-19T21:39:32.228Z[ recovery-image] Dec 19 21:39:29.890 INFO O| Dec 19 21:39:29.878 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-12-19T21:39:32.269Z[ recovery-image] Dec 19 21:39:29.933 INFO O| Dec 19 21:39:29.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
44752024-12-19T21:39:32.269Z[ recovery-image] Dec 19 21:39:29.934 INFO O| Dec 19 21:39:29.933 INFO STEP 43 (remove_files) COMPLETE
44762024-12-19T21:39:32.272Z[ recovery-image] Dec 19 21:39:29.934 INFO O| Dec 19 21:39:29.934 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-12-19T21:39:32.294Z[ recovery-image] Dec 19 21:39:29.958 INFO O| Dec 19 21:39:29.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
44782024-12-19T21:39:32.294Z[ recovery-image] Dec 19 21:39:29.958 INFO O| Dec 19 21:39:29.958 INFO STEP 44 (remove_files) COMPLETE
44792024-12-19T21:39:32.305Z[ recovery-image] Dec 19 21:39:29.958 INFO O| Dec 19 21:39:29.958 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44802024-12-19T21:39:32.331Z[ recovery-image] Dec 19 21:39:29.995 INFO O| Dec 19 21:39:29.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
44812024-12-19T21:39:32.351Z[ recovery-image] Dec 19 21:39:30.015 INFO O| Dec 19 21:39:30.015 INFO STEP 45 (remove_files) COMPLETE
44822024-12-19T21:39:32.351Z[ recovery-image] Dec 19 21:39:30.015 INFO O| Dec 19 21:39:30.015 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44832024-12-19T21:39:32.373Z[ recovery-image] Dec 19 21:39:30.038 INFO O| Dec 19 21:39:30.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
44842024-12-19T21:39:32.373Z[ recovery-image] Dec 19 21:39:30.038 INFO O| Dec 19 21:39:30.038 INFO STEP 46 (remove_files) COMPLETE
44852024-12-19T21:39:32.376Z[ recovery-image] Dec 19 21:39:30.038 INFO O| Dec 19 21:39:30.038 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44862024-12-19T21:39:32.399Z[ recovery-image] Dec 19 21:39:30.062 INFO O| Dec 19 21:39:30.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
44872024-12-19T21:39:32.399Z[ recovery-image] Dec 19 21:39:30.062 INFO O| Dec 19 21:39:30.062 INFO STEP 47 (remove_files) COMPLETE
44882024-12-19T21:39:32.402Z[ recovery-image] Dec 19 21:39:30.062 INFO O| Dec 19 21:39:30.062 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44892024-12-19T21:39:32.422Z[ recovery-image] Dec 19 21:39:30.086 INFO O| Dec 19 21:39:30.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
44902024-12-19T21:39:32.423Z[ recovery-image] Dec 19 21:39:30.086 INFO O| Dec 19 21:39:30.086 INFO STEP 48 (remove_files) COMPLETE
44912024-12-19T21:39:32.426Z[ recovery-image] Dec 19 21:39:30.086 INFO O| Dec 19 21:39:30.086 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44922024-12-19T21:39:32.465Z[ recovery-image] Dec 19 21:39:30.129 INFO O| Dec 19 21:39:30.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
44932024-12-19T21:39:32.466Z[ recovery-image] Dec 19 21:39:30.129 INFO O| Dec 19 21:39:30.129 INFO STEP 49 (remove_files) COMPLETE
44942024-12-19T21:39:32.469Z[ recovery-image] Dec 19 21:39:30.134 INFO O| Dec 19 21:39:30.129 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44952024-12-19T21:39:32.501Z[ recovery-image] Dec 19 21:39:30.165 INFO O| Dec 19 21:39:30.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
44962024-12-19T21:39:32.501Z[ recovery-image] Dec 19 21:39:30.165 INFO O| Dec 19 21:39:30.165 INFO STEP 50 (remove_files) COMPLETE
44972024-12-19T21:39:32.503Z[ recovery-image] Dec 19 21:39:30.165 INFO O| Dec 19 21:39:30.165 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44982024-12-19T21:39:32.519Z[ recovery-image] Dec 19 21:39:30.183 INFO O| Dec 19 21:39:30.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
44992024-12-19T21:39:32.521Z[ recovery-image] Dec 19 21:39:30.184 INFO O| Dec 19 21:39:30.184 INFO STEP 51 (remove_files) COMPLETE
45002024-12-19T21:39:32.521Z[ recovery-image] Dec 19 21:39:30.184 INFO O| Dec 19 21:39:30.184 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45012024-12-19T21:39:32.547Z[ recovery-image] Dec 19 21:39:30.211 INFO O| Dec 19 21:39:30.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
45022024-12-19T21:39:32.547Z[ recovery-image] Dec 19 21:39:30.212 INFO O| Dec 19 21:39:30.212 INFO STEP 52 (remove_files) COMPLETE
45032024-12-19T21:39:32.547Z[ recovery-image] Dec 19 21:39:30.212 INFO O| Dec 19 21:39:30.212 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45042024-12-19T21:39:32.601Z[ recovery-image] Dec 19 21:39:30.265 INFO O| Dec 19 21:39:30.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
45052024-12-19T21:39:32.725Z[ recovery-image] Dec 19 21:39:30.389 INFO O| Dec 19 21:39:30.389 INFO STEP 53 (remove_files) COMPLETE
45062024-12-19T21:39:32.725Z[ recovery-image] Dec 19 21:39:30.389 INFO O| Dec 19 21:39:30.389 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45072024-12-19T21:39:32.759Z[ recovery-image] Dec 19 21:39:30.424 INFO O| Dec 19 21:39:30.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
45082024-12-19T21:39:32.761Z[ recovery-image] Dec 19 21:39:30.424 INFO O| Dec 19 21:39:30.423 INFO STEP 54 (remove_files) COMPLETE
45092024-12-19T21:39:32.761Z[ recovery-image] Dec 19 21:39:30.424 INFO O| Dec 19 21:39:30.423 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45102024-12-19T21:39:32.791Z[ recovery-image] Dec 19 21:39:30.455 INFO O| Dec 19 21:39:30.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
45112024-12-19T21:39:32.794Z[ recovery-image] Dec 19 21:39:30.455 INFO O| Dec 19 21:39:30.455 INFO STEP 55 (remove_files) COMPLETE
45122024-12-19T21:39:32.794Z[ recovery-image] Dec 19 21:39:30.455 INFO O| Dec 19 21:39:30.455 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45132024-12-19T21:39:32.811Z[ recovery-image] Dec 19 21:39:30.476 INFO O| Dec 19 21:39:30.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
45142024-12-19T21:39:32.814Z[ recovery-image] Dec 19 21:39:30.476 INFO O| Dec 19 21:39:30.476 INFO STEP 56 (remove_files) COMPLETE
45152024-12-19T21:39:32.814Z[ recovery-image] Dec 19 21:39:30.476 INFO O| Dec 19 21:39:30.476 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45162024-12-19T21:39:32.830Z[ recovery-image] Dec 19 21:39:30.494 INFO O| Dec 19 21:39:30.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
45172024-12-19T21:39:32.834Z[ recovery-image] Dec 19 21:39:30.495 INFO O| Dec 19 21:39:30.495 INFO STEP 57 (remove_files) COMPLETE
45182024-12-19T21:39:32.834Z[ recovery-image] Dec 19 21:39:30.495 INFO O| Dec 19 21:39:30.495 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45192024-12-19T21:39:32.867Z[ recovery-image] Dec 19 21:39:30.530 INFO O| Dec 19 21:39:30.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
45202024-12-19T21:39:32.867Z[ recovery-image] Dec 19 21:39:30.530 INFO O| Dec 19 21:39:30.530 INFO STEP 58 (remove_files) COMPLETE
45212024-12-19T21:39:32.869Z[ recovery-image] Dec 19 21:39:30.530 INFO O| Dec 19 21:39:30.530 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45222024-12-19T21:39:32.884Z[ recovery-image] Dec 19 21:39:30.548 INFO O| Dec 19 21:39:30.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
45232024-12-19T21:39:32.887Z[ recovery-image] Dec 19 21:39:30.548 INFO O| Dec 19 21:39:30.548 INFO STEP 59 (remove_files) COMPLETE
45242024-12-19T21:39:32.887Z[ recovery-image] Dec 19 21:39:30.548 INFO O| Dec 19 21:39:30.548 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45252024-12-19T21:39:32.943Z[ recovery-image] Dec 19 21:39:30.607 INFO O| Dec 19 21:39:30.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
45262024-12-19T21:39:32.947Z[ recovery-image] Dec 19 21:39:30.607 INFO O| Dec 19 21:39:30.607 INFO STEP 60 (remove_files) COMPLETE
45272024-12-19T21:39:32.947Z[ recovery-image] Dec 19 21:39:30.608 INFO O| Dec 19 21:39:30.608 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45282024-12-19T21:39:32.966Z[ recovery-image] Dec 19 21:39:30.630 INFO O| Dec 19 21:39:30.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
45292024-12-19T21:39:32.966Z[ recovery-image] Dec 19 21:39:30.630 INFO O| Dec 19 21:39:30.630 INFO STEP 61 (remove_files) COMPLETE
45302024-12-19T21:39:32.969Z[ recovery-image] Dec 19 21:39:30.630 INFO O| Dec 19 21:39:30.630 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45312024-12-19T21:39:33.026Z[ recovery-image] Dec 19 21:39:30.690 INFO O| Dec 19 21:39:30.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
45322024-12-19T21:39:33.026Z[ recovery-image] Dec 19 21:39:30.690 INFO O| Dec 19 21:39:30.690 INFO STEP 62 (remove_files) COMPLETE
45332024-12-19T21:39:33.026Z[ recovery-image] Dec 19 21:39:30.690 INFO O| Dec 19 21:39:30.690 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45342024-12-19T21:39:33.050Z[ recovery-image] Dec 19 21:39:30.714 INFO O| Dec 19 21:39:30.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
45352024-12-19T21:39:33.054Z[ recovery-image] Dec 19 21:39:30.715 INFO O| Dec 19 21:39:30.714 INFO STEP 63 (remove_files) COMPLETE
45362024-12-19T21:39:33.054Z[ recovery-image] Dec 19 21:39:30.715 INFO O| Dec 19 21:39:30.714 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45372024-12-19T21:39:33.085Z[ recovery-image] Dec 19 21:39:30.747 INFO O| Dec 19 21:39:30.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
45382024-12-19T21:39:33.085Z[ recovery-image] Dec 19 21:39:30.748 INFO O| Dec 19 21:39:30.747 INFO STEP 64 (remove_files) COMPLETE
45392024-12-19T21:39:33.085Z[ recovery-image] Dec 19 21:39:30.748 INFO O| Dec 19 21:39:30.748 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45402024-12-19T21:39:33.142Z[ recovery-image] Dec 19 21:39:30.805 INFO O| Dec 19 21:39:30.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
45412024-12-19T21:39:33.146Z[ recovery-image] Dec 19 21:39:30.805 INFO O| Dec 19 21:39:30.805 INFO STEP 65 (remove_files) COMPLETE
45422024-12-19T21:39:33.146Z[ recovery-image] Dec 19 21:39:30.806 INFO O| Dec 19 21:39:30.805 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45432024-12-19T21:39:33.164Z[ recovery-image] Dec 19 21:39:30.828 INFO O| Dec 19 21:39:30.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
45442024-12-19T21:39:33.164Z[ recovery-image] Dec 19 21:39:30.828 INFO O| Dec 19 21:39:30.828 INFO STEP 66 (remove_files) COMPLETE
45452024-12-19T21:39:33.164Z[ recovery-image] Dec 19 21:39:30.828 INFO O| Dec 19 21:39:30.828 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45462024-12-19T21:39:33.202Z[ recovery-image] Dec 19 21:39:30.866 INFO O| Dec 19 21:39:30.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
45472024-12-19T21:39:33.202Z[ recovery-image] Dec 19 21:39:30.866 INFO O| Dec 19 21:39:30.866 INFO STEP 67 (remove_files) COMPLETE
45482024-12-19T21:39:33.202Z[ recovery-image] Dec 19 21:39:30.866 INFO O| Dec 19 21:39:30.866 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45492024-12-19T21:39:33.240Z[ recovery-image] Dec 19 21:39:30.904 INFO O| Dec 19 21:39:30.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
45502024-12-19T21:39:33.240Z[ recovery-image] Dec 19 21:39:30.904 INFO O| Dec 19 21:39:30.904 INFO STEP 68 (remove_files) COMPLETE
45512024-12-19T21:39:33.240Z[ recovery-image] Dec 19 21:39:30.904 INFO O| Dec 19 21:39:30.904 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45522024-12-19T21:39:33.330Z[ recovery-image] Dec 19 21:39:30.993 INFO O| Dec 19 21:39:30.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
45532024-12-19T21:39:33.330Z[ recovery-image] Dec 19 21:39:30.993 INFO O| Dec 19 21:39:30.993 INFO STEP 69 (remove_files) COMPLETE
45542024-12-19T21:39:33.330Z[ recovery-image] Dec 19 21:39:30.993 INFO O| Dec 19 21:39:30.993 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45552024-12-19T21:39:33.375Z[ host-image] Dec 19 21:39:31.039 INFO O| Dec 19 21:39:31.039 INFO O| Done
45562024-12-19T21:39:33.405Z[ recovery-image] Dec 19 21:39:31.068 INFO O| Dec 19 21:39:31.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
45572024-12-19T21:39:33.408Z[ recovery-image] Dec 19 21:39:31.068 INFO O| Dec 19 21:39:31.068 INFO STEP 70 (remove_files) COMPLETE
45582024-12-19T21:39:33.408Z[ recovery-image] Dec 19 21:39:31.068 INFO O| Dec 19 21:39:31.068 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-12-19T21:39:33.449Z[ recovery-image] Dec 19 21:39:31.113 INFO O| Dec 19 21:39:31.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
45602024-12-19T21:39:33.449Z[ recovery-image] Dec 19 21:39:31.113 INFO O| Dec 19 21:39:31.113 INFO STEP 71 (remove_files) COMPLETE
45612024-12-19T21:39:33.452Z[ recovery-image] Dec 19 21:39:31.113 INFO O| Dec 19 21:39:31.113 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-12-19T21:39:33.497Z[ recovery-image] Dec 19 21:39:31.161 INFO O| Dec 19 21:39:31.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
45632024-12-19T21:39:33.497Z[ recovery-image] Dec 19 21:39:31.161 INFO O| Dec 19 21:39:31.161 INFO STEP 72 (remove_files) COMPLETE
45642024-12-19T21:39:33.497Z[ recovery-image] Dec 19 21:39:31.161 INFO O| Dec 19 21:39:31.161 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-12-19T21:39:33.516Z[ recovery-image] Dec 19 21:39:31.179 INFO O| Dec 19 21:39:31.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
45662024-12-19T21:39:33.516Z[ recovery-image] Dec 19 21:39:31.180 INFO O| Dec 19 21:39:31.180 INFO STEP 73 (remove_files) COMPLETE
45672024-12-19T21:39:33.516Z[ recovery-image] Dec 19 21:39:31.180 INFO O| Dec 19 21:39:31.180 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-12-19T21:39:33.543Z[ recovery-image] Dec 19 21:39:31.206 INFO O| Dec 19 21:39:31.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
45692024-12-19T21:39:33.543Z[ recovery-image] Dec 19 21:39:31.206 INFO O| Dec 19 21:39:31.206 INFO STEP 74 (remove_files) COMPLETE
45702024-12-19T21:39:33.543Z[ recovery-image] Dec 19 21:39:31.206 INFO O| Dec 19 21:39:31.206 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-12-19T21:39:33.563Z[ recovery-image] Dec 19 21:39:31.227 INFO O| Dec 19 21:39:31.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
45722024-12-19T21:39:33.564Z[ recovery-image] Dec 19 21:39:31.228 INFO O| Dec 19 21:39:31.228 INFO STEP 75 (remove_files) COMPLETE
45732024-12-19T21:39:33.567Z[ recovery-image] Dec 19 21:39:31.228 INFO O| Dec 19 21:39:31.228 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-12-19T21:39:33.581Z[ recovery-image] Dec 19 21:39:31.245 INFO O| Dec 19 21:39:31.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
45752024-12-19T21:39:33.585Z[ recovery-image] Dec 19 21:39:31.245 INFO O| Dec 19 21:39:31.245 INFO STEP 76 (remove_files) COMPLETE
45762024-12-19T21:39:33.585Z[ recovery-image] Dec 19 21:39:31.245 INFO O| Dec 19 21:39:31.245 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-12-19T21:39:33.599Z[ recovery-image] Dec 19 21:39:31.263 INFO O| Dec 19 21:39:31.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
45782024-12-19T21:39:33.599Z[ recovery-image] Dec 19 21:39:31.263 INFO O| Dec 19 21:39:31.263 INFO STEP 77 (remove_files) COMPLETE
45792024-12-19T21:39:33.599Z[ recovery-image] Dec 19 21:39:31.263 INFO O| Dec 19 21:39:31.263 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-12-19T21:39:33.636Z[ recovery-image] Dec 19 21:39:31.300 INFO O| Dec 19 21:39:31.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
45812024-12-19T21:39:33.636Z[ recovery-image] Dec 19 21:39:31.300 INFO O| Dec 19 21:39:31.300 INFO STEP 78 (remove_files) COMPLETE
45822024-12-19T21:39:33.636Z[ recovery-image] Dec 19 21:39:31.300 INFO O| Dec 19 21:39:31.300 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-12-19T21:39:33.658Z[ recovery-image] Dec 19 21:39:31.321 INFO O| Dec 19 21:39:31.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
45842024-12-19T21:39:33.658Z[ recovery-image] Dec 19 21:39:31.321 INFO O| Dec 19 21:39:31.321 INFO STEP 79 (remove_files) COMPLETE
45852024-12-19T21:39:33.658Z[ recovery-image] Dec 19 21:39:31.321 INFO O| Dec 19 21:39:31.321 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-12-19T21:39:33.677Z[ recovery-image] Dec 19 21:39:31.341 INFO O| Dec 19 21:39:31.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
45872024-12-19T21:39:33.677Z[ recovery-image] Dec 19 21:39:31.341 INFO O| Dec 19 21:39:31.341 INFO STEP 80 (remove_files) COMPLETE
45882024-12-19T21:39:33.680Z[ recovery-image] Dec 19 21:39:31.341 INFO O| Dec 19 21:39:31.341 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-12-19T21:39:33.708Z[ recovery-image] Dec 19 21:39:31.372 INFO O| Dec 19 21:39:31.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
45902024-12-19T21:39:33.708Z[ recovery-image] Dec 19 21:39:31.372 INFO O| Dec 19 21:39:31.372 INFO STEP 81 (remove_files) COMPLETE
45912024-12-19T21:39:33.708Z[ recovery-image] Dec 19 21:39:31.372 INFO O| Dec 19 21:39:31.372 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-12-19T21:39:33.755Z[ recovery-image] Dec 19 21:39:31.418 INFO O| Dec 19 21:39:31.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
45932024-12-19T21:39:33.755Z[ recovery-image] Dec 19 21:39:31.418 INFO O| Dec 19 21:39:31.418 INFO STEP 82 (remove_files) COMPLETE
45942024-12-19T21:39:33.769Z[ recovery-image] Dec 19 21:39:31.418 INFO O| Dec 19 21:39:31.418 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-12-19T21:39:33.794Z[ recovery-image] Dec 19 21:39:31.454 INFO O| Dec 19 21:39:31.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
45962024-12-19T21:39:33.794Z[ recovery-image] Dec 19 21:39:31.455 INFO O| Dec 19 21:39:31.455 INFO STEP 83 (remove_files) COMPLETE
45972024-12-19T21:39:33.794Z[ recovery-image] Dec 19 21:39:31.455 INFO O| Dec 19 21:39:31.455 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-12-19T21:39:33.811Z[ recovery-image] Dec 19 21:39:31.474 INFO O| Dec 19 21:39:31.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
45992024-12-19T21:39:33.811Z[ recovery-image] Dec 19 21:39:31.474 INFO O| Dec 19 21:39:31.474 INFO STEP 84 (remove_files) COMPLETE
46002024-12-19T21:39:33.811Z[ recovery-image] Dec 19 21:39:31.474 INFO O| Dec 19 21:39:31.474 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-12-19T21:39:33.870Z[ recovery-image] Dec 19 21:39:31.532 INFO O| Dec 19 21:39:31.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
46022024-12-19T21:39:33.870Z[ recovery-image] Dec 19 21:39:31.532 INFO O| Dec 19 21:39:31.532 INFO STEP 85 (remove_files) COMPLETE
46032024-12-19T21:39:33.870Z[ recovery-image] Dec 19 21:39:31.532 INFO O| Dec 19 21:39:31.532 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-12-19T21:39:33.896Z[ recovery-image] Dec 19 21:39:31.559 INFO O| Dec 19 21:39:31.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
46052024-12-19T21:39:33.896Z[ recovery-image] Dec 19 21:39:31.559 INFO O| Dec 19 21:39:31.559 INFO STEP 86 (remove_files) COMPLETE
46062024-12-19T21:39:33.899Z[ recovery-image] Dec 19 21:39:31.559 INFO O| Dec 19 21:39:31.559 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-12-19T21:39:33.915Z[ recovery-image] Dec 19 21:39:31.579 INFO O| Dec 19 21:39:31.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
46082024-12-19T21:39:33.915Z[ recovery-image] Dec 19 21:39:31.579 INFO O| Dec 19 21:39:31.579 INFO STEP 87 (remove_files) COMPLETE
46092024-12-19T21:39:33.918Z[ recovery-image] Dec 19 21:39:31.579 INFO O| Dec 19 21:39:31.579 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-12-19T21:39:33.935Z[ recovery-image] Dec 19 21:39:31.599 INFO O| Dec 19 21:39:31.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
46112024-12-19T21:39:33.959Z[ recovery-image] Dec 19 21:39:31.623 INFO O| Dec 19 21:39:31.623 INFO STEP 88 (remove_files) COMPLETE
46122024-12-19T21:39:33.959Z[ recovery-image] Dec 19 21:39:31.623 INFO O| Dec 19 21:39:31.623 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-12-19T21:39:34.067Z[ recovery-image] Dec 19 21:39:31.731 INFO O| Dec 19 21:39:31.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
46142024-12-19T21:39:34.067Z[ recovery-image] Dec 19 21:39:31.731 INFO O| Dec 19 21:39:31.731 INFO STEP 89 (remove_files) COMPLETE
46152024-12-19T21:39:34.067Z[ recovery-image] Dec 19 21:39:31.731 INFO O| Dec 19 21:39:31.731 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-12-19T21:39:34.112Z[ recovery-image] Dec 19 21:39:31.776 INFO O| Dec 19 21:39:31.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
46172024-12-19T21:39:34.112Z[ recovery-image] Dec 19 21:39:31.776 INFO O| Dec 19 21:39:31.776 INFO STEP 90 (remove_files) COMPLETE
46182024-12-19T21:39:34.112Z[ recovery-image] Dec 19 21:39:31.776 INFO O| Dec 19 21:39:31.776 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-12-19T21:39:34.138Z[ recovery-image] Dec 19 21:39:31.802 INFO O| Dec 19 21:39:31.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
46202024-12-19T21:39:34.139Z[ recovery-image] Dec 19 21:39:31.802 INFO O| Dec 19 21:39:31.802 INFO STEP 91 (remove_files) COMPLETE
46212024-12-19T21:39:34.142Z[ recovery-image] Dec 19 21:39:31.802 INFO O| Dec 19 21:39:31.802 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-12-19T21:39:34.178Z[ recovery-image] Dec 19 21:39:31.839 INFO O| Dec 19 21:39:31.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
46232024-12-19T21:39:34.178Z[ recovery-image] Dec 19 21:39:31.839 INFO O| Dec 19 21:39:31.839 INFO STEP 92 (remove_files) COMPLETE
46242024-12-19T21:39:34.178Z[ recovery-image] Dec 19 21:39:31.839 INFO O| Dec 19 21:39:31.839 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-12-19T21:39:34.207Z[ recovery-image] Dec 19 21:39:31.871 INFO O| Dec 19 21:39:31.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
46262024-12-19T21:39:34.208Z[ recovery-image] Dec 19 21:39:31.871 INFO O| Dec 19 21:39:31.871 INFO STEP 93 (remove_files) COMPLETE
46272024-12-19T21:39:34.208Z[ recovery-image] Dec 19 21:39:31.871 INFO O| Dec 19 21:39:31.871 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-12-19T21:39:34.231Z[ recovery-image] Dec 19 21:39:31.895 INFO O| Dec 19 21:39:31.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
46292024-12-19T21:39:34.231Z[ recovery-image] Dec 19 21:39:31.895 INFO O| Dec 19 21:39:31.895 INFO STEP 94 (remove_files) COMPLETE
46302024-12-19T21:39:34.231Z[ recovery-image] Dec 19 21:39:31.895 INFO O| Dec 19 21:39:31.895 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-12-19T21:39:34.254Z[ recovery-image] Dec 19 21:39:31.918 INFO O| Dec 19 21:39:31.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
46322024-12-19T21:39:34.255Z[ recovery-image] Dec 19 21:39:31.918 INFO O| Dec 19 21:39:31.918 INFO STEP 95 (remove_files) COMPLETE
46332024-12-19T21:39:34.258Z[ recovery-image] Dec 19 21:39:31.918 INFO O| Dec 19 21:39:31.918 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-12-19T21:39:34.287Z[ recovery-image] Dec 19 21:39:31.950 INFO O| Dec 19 21:39:31.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
46352024-12-19T21:39:34.291Z[ recovery-image] Dec 19 21:39:31.950 INFO O| Dec 19 21:39:31.950 INFO STEP 96 (remove_files) COMPLETE
46362024-12-19T21:39:34.291Z[ recovery-image] Dec 19 21:39:31.950 INFO O| Dec 19 21:39:31.950 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-12-19T21:39:34.311Z[ recovery-image] Dec 19 21:39:31.973 INFO O| Dec 19 21:39:31.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
46382024-12-19T21:39:34.314Z[ recovery-image] Dec 19 21:39:31.973 INFO O| Dec 19 21:39:31.973 INFO STEP 97 (remove_files) COMPLETE
46392024-12-19T21:39:34.315Z[ recovery-image] Dec 19 21:39:31.974 INFO O| Dec 19 21:39:31.974 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-12-19T21:39:34.333Z[ recovery-image] Dec 19 21:39:31.997 INFO O| Dec 19 21:39:31.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
46412024-12-19T21:39:34.336Z[ recovery-image] Dec 19 21:39:31.997 INFO O| Dec 19 21:39:31.997 INFO STEP 98 (remove_files) COMPLETE
46422024-12-19T21:39:34.336Z[ recovery-image] Dec 19 21:39:31.997 INFO O| Dec 19 21:39:31.997 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-12-19T21:39:34.370Z[ recovery-image] Dec 19 21:39:32.034 INFO O| Dec 19 21:39:32.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
46442024-12-19T21:39:34.374Z[ recovery-image] Dec 19 21:39:32.034 INFO O| Dec 19 21:39:32.034 INFO STEP 99 (remove_files) COMPLETE
46452024-12-19T21:39:34.374Z[ recovery-image] Dec 19 21:39:32.034 INFO O| Dec 19 21:39:32.034 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-12-19T21:39:34.404Z[ recovery-image] Dec 19 21:39:32.068 INFO O| Dec 19 21:39:32.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
46472024-12-19T21:39:34.404Z[ recovery-image] Dec 19 21:39:32.068 INFO O| Dec 19 21:39:32.068 INFO STEP 100 (remove_files) COMPLETE
46482024-12-19T21:39:34.404Z[ recovery-image] Dec 19 21:39:32.068 INFO O| Dec 19 21:39:32.068 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-12-19T21:39:34.427Z[ recovery-image] Dec 19 21:39:32.090 INFO O| Dec 19 21:39:32.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
46502024-12-19T21:39:34.427Z[ recovery-image] Dec 19 21:39:32.090 INFO O| Dec 19 21:39:32.090 INFO STEP 101 (remove_files) COMPLETE
46512024-12-19T21:39:34.427Z[ recovery-image] Dec 19 21:39:32.091 INFO O| Dec 19 21:39:32.090 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-12-19T21:39:34.450Z[ recovery-image] Dec 19 21:39:32.113 INFO O| Dec 19 21:39:32.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
46532024-12-19T21:39:34.450Z[ recovery-image] Dec 19 21:39:32.114 INFO O| Dec 19 21:39:32.113 INFO STEP 102 (remove_files) COMPLETE
46542024-12-19T21:39:34.453Z[ recovery-image] Dec 19 21:39:32.114 INFO O| Dec 19 21:39:32.113 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-12-19T21:39:34.471Z[ recovery-image] Dec 19 21:39:32.135 INFO O| Dec 19 21:39:32.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
46562024-12-19T21:39:34.471Z[ recovery-image] Dec 19 21:39:32.135 INFO O| Dec 19 21:39:32.135 INFO STEP 103 (remove_files) COMPLETE
46572024-12-19T21:39:34.475Z[ recovery-image] Dec 19 21:39:32.135 INFO O| Dec 19 21:39:32.135 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-12-19T21:39:34.491Z[ recovery-image] Dec 19 21:39:32.154 INFO O| Dec 19 21:39:32.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
46592024-12-19T21:39:34.491Z[ recovery-image] Dec 19 21:39:32.154 INFO O| Dec 19 21:39:32.154 INFO STEP 104 (remove_files) COMPLETE
46602024-12-19T21:39:34.493Z[ recovery-image] Dec 19 21:39:32.154 INFO O| Dec 19 21:39:32.154 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-12-19T21:39:34.543Z[ recovery-image] Dec 19 21:39:32.206 INFO O| Dec 19 21:39:32.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
46622024-12-19T21:39:34.546Z[ recovery-image] Dec 19 21:39:32.206 INFO O| Dec 19 21:39:32.206 INFO STEP 105 (remove_files) COMPLETE
46632024-12-19T21:39:34.546Z[ recovery-image] Dec 19 21:39:32.206 INFO O| Dec 19 21:39:32.206 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-12-19T21:39:34.567Z[ recovery-image] Dec 19 21:39:32.230 INFO O| Dec 19 21:39:32.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
46652024-12-19T21:39:34.570Z[ recovery-image] Dec 19 21:39:32.231 INFO O| Dec 19 21:39:32.231 INFO STEP 106 (remove_files) COMPLETE
46662024-12-19T21:39:34.570Z[ recovery-image] Dec 19 21:39:32.231 INFO O| Dec 19 21:39:32.231 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-12-19T21:39:34.587Z[ recovery-image] Dec 19 21:39:32.251 INFO O| Dec 19 21:39:32.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
46682024-12-19T21:39:34.591Z[ recovery-image] Dec 19 21:39:32.251 INFO O| Dec 19 21:39:32.251 INFO STEP 107 (remove_files) COMPLETE
46692024-12-19T21:39:34.591Z[ recovery-image] Dec 19 21:39:32.251 INFO O| Dec 19 21:39:32.251 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-12-19T21:39:34.608Z[ recovery-image] Dec 19 21:39:32.271 INFO O| Dec 19 21:39:32.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
46712024-12-19T21:39:34.611Z[ recovery-image] Dec 19 21:39:32.271 INFO O| Dec 19 21:39:32.271 INFO STEP 108 (remove_files) COMPLETE
46722024-12-19T21:39:34.611Z[ recovery-image] Dec 19 21:39:32.272 INFO O| Dec 19 21:39:32.271 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-12-19T21:39:34.638Z[ recovery-image] Dec 19 21:39:32.301 INFO O| Dec 19 21:39:32.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
46742024-12-19T21:39:34.638Z[ recovery-image] Dec 19 21:39:32.301 INFO O| Dec 19 21:39:32.301 INFO STEP 109 (remove_files) COMPLETE
46752024-12-19T21:39:34.641Z[ recovery-image] Dec 19 21:39:32.302 INFO O| Dec 19 21:39:32.301 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-12-19T21:39:34.661Z[ recovery-image] Dec 19 21:39:32.324 INFO O| Dec 19 21:39:32.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
46772024-12-19T21:39:34.661Z[ recovery-image] Dec 19 21:39:32.324 INFO O| Dec 19 21:39:32.324 INFO STEP 110 (remove_files) COMPLETE
46782024-12-19T21:39:34.661Z[ recovery-image] Dec 19 21:39:32.324 INFO O| Dec 19 21:39:32.324 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-12-19T21:39:34.681Z[ recovery-image] Dec 19 21:39:32.344 INFO O| Dec 19 21:39:32.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
46802024-12-19T21:39:34.681Z[ recovery-image] Dec 19 21:39:32.344 INFO O| Dec 19 21:39:32.344 INFO STEP 111 (remove_files) COMPLETE
46812024-12-19T21:39:34.685Z[ recovery-image] Dec 19 21:39:32.344 INFO O| Dec 19 21:39:32.344 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-12-19T21:39:34.710Z[ recovery-image] Dec 19 21:39:32.373 INFO O| Dec 19 21:39:32.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
46832024-12-19T21:39:34.710Z[ recovery-image] Dec 19 21:39:32.373 INFO O| Dec 19 21:39:32.373 INFO STEP 112 (remove_files) COMPLETE
46842024-12-19T21:39:34.715Z[ recovery-image] Dec 19 21:39:32.373 INFO O| Dec 19 21:39:32.373 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-12-19T21:39:34.749Z[ recovery-image] Dec 19 21:39:32.410 INFO O| Dec 19 21:39:32.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
46862024-12-19T21:39:34.749Z[ recovery-image] Dec 19 21:39:32.411 INFO O| Dec 19 21:39:32.411 INFO STEP 113 (remove_files) COMPLETE
46872024-12-19T21:39:34.753Z[ recovery-image] Dec 19 21:39:32.411 INFO O| Dec 19 21:39:32.411 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-12-19T21:39:34.808Z[ recovery-image] Dec 19 21:39:32.471 INFO O| Dec 19 21:39:32.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
46892024-12-19T21:39:34.808Z[ recovery-image] Dec 19 21:39:32.471 INFO O| Dec 19 21:39:32.471 INFO STEP 114 (remove_files) COMPLETE
46902024-12-19T21:39:34.808Z[ recovery-image] Dec 19 21:39:32.471 INFO O| Dec 19 21:39:32.471 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-12-19T21:39:34.830Z[ recovery-image] Dec 19 21:39:32.493 INFO O| Dec 19 21:39:32.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
46922024-12-19T21:39:34.833Z[ recovery-image] Dec 19 21:39:32.493 INFO O| Dec 19 21:39:32.493 INFO STEP 115 (remove_files) COMPLETE
46932024-12-19T21:39:34.833Z[ recovery-image] Dec 19 21:39:32.494 INFO O| Dec 19 21:39:32.493 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-12-19T21:39:34.850Z[ recovery-image] Dec 19 21:39:32.514 INFO O| Dec 19 21:39:32.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
46952024-12-19T21:39:34.854Z[ recovery-image] Dec 19 21:39:32.514 INFO O| Dec 19 21:39:32.514 INFO STEP 116 (remove_files) COMPLETE
46962024-12-19T21:39:34.854Z[ recovery-image] Dec 19 21:39:32.514 INFO O| Dec 19 21:39:32.514 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-12-19T21:39:34.872Z[ recovery-image] Dec 19 21:39:32.534 INFO O| Dec 19 21:39:32.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
46982024-12-19T21:39:34.875Z[ recovery-image] Dec 19 21:39:32.535 INFO O| Dec 19 21:39:32.535 INFO STEP 117 (remove_files) COMPLETE
46992024-12-19T21:39:34.875Z[ recovery-image] Dec 19 21:39:32.535 INFO O| Dec 19 21:39:32.535 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-12-19T21:39:34.891Z[ recovery-image] Dec 19 21:39:32.554 INFO O| Dec 19 21:39:32.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
47012024-12-19T21:39:34.894Z[ recovery-image] Dec 19 21:39:32.555 INFO O| Dec 19 21:39:32.555 INFO STEP 118 (remove_files) COMPLETE
47022024-12-19T21:39:34.894Z[ recovery-image] Dec 19 21:39:32.555 INFO O| Dec 19 21:39:32.555 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-12-19T21:39:34.911Z[ recovery-image] Dec 19 21:39:32.574 INFO O| Dec 19 21:39:32.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
47042024-12-19T21:39:34.930Z[ recovery-image] Dec 19 21:39:32.594 INFO O| Dec 19 21:39:32.594 INFO STEP 119 (remove_files) COMPLETE
47052024-12-19T21:39:34.931Z[ recovery-image] Dec 19 21:39:32.594 INFO O| Dec 19 21:39:32.594 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-12-19T21:39:34.950Z[ recovery-image] Dec 19 21:39:32.613 INFO O| Dec 19 21:39:32.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
47072024-12-19T21:39:34.950Z[ recovery-image] Dec 19 21:39:32.613 INFO O| Dec 19 21:39:32.613 INFO STEP 120 (remove_files) COMPLETE
47082024-12-19T21:39:34.953Z[ recovery-image] Dec 19 21:39:32.613 INFO O| Dec 19 21:39:32.613 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-12-19T21:39:34.970Z[ recovery-image] Dec 19 21:39:32.633 INFO O| Dec 19 21:39:32.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
47102024-12-19T21:39:34.970Z[ recovery-image] Dec 19 21:39:32.633 INFO O| Dec 19 21:39:32.633 INFO STEP 121 (remove_files) COMPLETE
47112024-12-19T21:39:34.974Z[ recovery-image] Dec 19 21:39:32.634 INFO O| Dec 19 21:39:32.634 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-12-19T21:39:34.990Z[ recovery-image] Dec 19 21:39:32.653 INFO O| Dec 19 21:39:32.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
47132024-12-19T21:39:34.993Z[ recovery-image] Dec 19 21:39:32.653 INFO O| Dec 19 21:39:32.653 INFO STEP 122 (remove_files) COMPLETE
47142024-12-19T21:39:34.993Z[ recovery-image] Dec 19 21:39:32.653 INFO O| Dec 19 21:39:32.653 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-12-19T21:39:35.011Z[ recovery-image] Dec 19 21:39:32.674 INFO O| Dec 19 21:39:32.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
47162024-12-19T21:39:35.015Z[ recovery-image] Dec 19 21:39:32.674 INFO O| Dec 19 21:39:32.674 INFO STEP 123 (remove_files) COMPLETE
47172024-12-19T21:39:35.015Z[ recovery-image] Dec 19 21:39:32.675 INFO O| Dec 19 21:39:32.674 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-12-19T21:39:35.048Z[ recovery-image] Dec 19 21:39:32.710 INFO O| Dec 19 21:39:32.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
47192024-12-19T21:39:35.049Z[ recovery-image] Dec 19 21:39:32.711 INFO O| Dec 19 21:39:32.710 INFO STEP 124 (remove_files) COMPLETE
47202024-12-19T21:39:35.052Z[ recovery-image] Dec 19 21:39:32.711 INFO O| Dec 19 21:39:32.710 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-12-19T21:39:35.072Z[ recovery-image] Dec 19 21:39:32.735 INFO O| Dec 19 21:39:32.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
47222024-12-19T21:39:35.072Z[ recovery-image] Dec 19 21:39:32.735 INFO O| Dec 19 21:39:32.735 INFO STEP 125 (remove_files) COMPLETE
47232024-12-19T21:39:35.075Z[ recovery-image] Dec 19 21:39:32.735 INFO O| Dec 19 21:39:32.735 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-12-19T21:39:35.096Z[ recovery-image] Dec 19 21:39:32.759 INFO O| Dec 19 21:39:32.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
47252024-12-19T21:39:35.096Z[ recovery-image] Dec 19 21:39:32.759 INFO O| Dec 19 21:39:32.759 INFO STEP 126 (remove_files) COMPLETE
47262024-12-19T21:39:35.099Z[ recovery-image] Dec 19 21:39:32.759 INFO O| Dec 19 21:39:32.759 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-12-19T21:39:35.122Z[ recovery-image] Dec 19 21:39:32.784 INFO O| Dec 19 21:39:32.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
47282024-12-19T21:39:35.122Z[ recovery-image] Dec 19 21:39:32.784 INFO O| Dec 19 21:39:32.784 INFO STEP 127 (remove_files) COMPLETE
47292024-12-19T21:39:35.122Z[ recovery-image] Dec 19 21:39:32.784 INFO O| Dec 19 21:39:32.784 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-12-19T21:39:35.165Z[ recovery-image] Dec 19 21:39:32.828 INFO O| Dec 19 21:39:32.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
47312024-12-19T21:39:35.165Z[ recovery-image] Dec 19 21:39:32.828 INFO O| Dec 19 21:39:32.828 INFO STEP 128 (remove_files) COMPLETE
47322024-12-19T21:39:35.165Z[ recovery-image] Dec 19 21:39:32.828 INFO O| Dec 19 21:39:32.828 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-12-19T21:39:35.191Z[ recovery-image] Dec 19 21:39:32.854 INFO O| Dec 19 21:39:32.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
47342024-12-19T21:39:35.191Z[ recovery-image] Dec 19 21:39:32.855 INFO O| Dec 19 21:39:32.854 INFO STEP 129 (remove_files) COMPLETE
47352024-12-19T21:39:35.191Z[ recovery-image] Dec 19 21:39:32.855 INFO O| Dec 19 21:39:32.854 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47362024-12-19T21:39:35.287Z[ recovery-image] Dec 19 21:39:32.950 INFO O| Dec 19 21:39:32.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
47372024-12-19T21:39:35.291Z[ recovery-image] Dec 19 21:39:32.950 INFO O| Dec 19 21:39:32.950 INFO STEP 130 (remove_files) COMPLETE
47382024-12-19T21:39:35.291Z[ recovery-image] Dec 19 21:39:32.950 INFO O| Dec 19 21:39:32.950 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47392024-12-19T21:39:35.313Z[ recovery-image] Dec 19 21:39:32.977 INFO O| Dec 19 21:39:32.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
47402024-12-19T21:39:35.313Z[ recovery-image] Dec 19 21:39:32.977 INFO O| Dec 19 21:39:32.977 INFO STEP 131 (remove_files) COMPLETE
47412024-12-19T21:39:35.316Z[ recovery-image] Dec 19 21:39:32.977 INFO O| Dec 19 21:39:32.977 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47422024-12-19T21:39:35.338Z[ recovery-image] Dec 19 21:39:33.000 INFO O| Dec 19 21:39:33.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
47432024-12-19T21:39:35.338Z[ recovery-image] Dec 19 21:39:33.000 INFO O| Dec 19 21:39:33.000 INFO STEP 132 (remove_files) COMPLETE
47442024-12-19T21:39:35.338Z[ recovery-image] Dec 19 21:39:33.000 INFO O| Dec 19 21:39:33.000 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47452024-12-19T21:39:35.361Z[ recovery-image] Dec 19 21:39:33.023 INFO O| Dec 19 21:39:33.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
47462024-12-19T21:39:35.361Z[ recovery-image] Dec 19 21:39:33.023 INFO O| Dec 19 21:39:33.023 INFO STEP 133 (remove_files) COMPLETE
47472024-12-19T21:39:35.361Z[ recovery-image] Dec 19 21:39:33.024 INFO O| Dec 19 21:39:33.023 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47482024-12-19T21:39:35.382Z[ recovery-image] Dec 19 21:39:33.045 INFO O| Dec 19 21:39:33.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
47492024-12-19T21:39:35.382Z[ recovery-image] Dec 19 21:39:33.045 INFO O| Dec 19 21:39:33.045 INFO STEP 134 (remove_files) COMPLETE
47502024-12-19T21:39:35.382Z[ recovery-image] Dec 19 21:39:33.045 INFO O| Dec 19 21:39:33.045 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47512024-12-19T21:39:35.411Z[ recovery-image] Dec 19 21:39:33.074 INFO O| Dec 19 21:39:33.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
47522024-12-19T21:39:35.411Z[ recovery-image] Dec 19 21:39:33.074 INFO O| Dec 19 21:39:33.074 INFO STEP 135 (remove_files) COMPLETE
47532024-12-19T21:39:35.415Z[ recovery-image] Dec 19 21:39:33.074 INFO O| Dec 19 21:39:33.074 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47542024-12-19T21:39:35.501Z[ recovery-image] Dec 19 21:39:33.164 INFO O| Dec 19 21:39:33.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
47552024-12-19T21:39:35.501Z[ recovery-image] Dec 19 21:39:33.164 INFO O| Dec 19 21:39:33.164 INFO STEP 136 (remove_files) COMPLETE
47562024-12-19T21:39:35.504Z[ recovery-image] Dec 19 21:39:33.164 INFO O| Dec 19 21:39:33.164 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47572024-12-19T21:39:35.518Z[ recovery-image] Dec 19 21:39:33.181 INFO O| Dec 19 21:39:33.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
47582024-12-19T21:39:35.518Z[ recovery-image] Dec 19 21:39:33.182 INFO O| Dec 19 21:39:33.181 INFO STEP 137 (remove_files) COMPLETE
47592024-12-19T21:39:35.518Z[ recovery-image] Dec 19 21:39:33.182 INFO O| Dec 19 21:39:33.182 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47602024-12-19T21:39:35.541Z[ recovery-image] Dec 19 21:39:33.203 INFO O| Dec 19 21:39:33.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
47612024-12-19T21:39:35.541Z[ recovery-image] Dec 19 21:39:33.203 INFO O| Dec 19 21:39:33.203 INFO STEP 138 (remove_files) COMPLETE
47622024-12-19T21:39:35.541Z[ recovery-image] Dec 19 21:39:33.203 INFO O| Dec 19 21:39:33.203 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47632024-12-19T21:39:35.597Z[ recovery-image] Dec 19 21:39:33.259 INFO O| Dec 19 21:39:33.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
47642024-12-19T21:39:35.597Z[ recovery-image] Dec 19 21:39:33.259 INFO O| Dec 19 21:39:33.259 INFO STEP 139 (remove_files) COMPLETE
47652024-12-19T21:39:35.597Z[ recovery-image] Dec 19 21:39:33.260 INFO O| Dec 19 21:39:33.259 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47662024-12-19T21:39:35.656Z[ recovery-image] Dec 19 21:39:33.319 INFO O| Dec 19 21:39:33.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
47672024-12-19T21:39:35.656Z[ recovery-image] Dec 19 21:39:33.319 INFO O| Dec 19 21:39:33.319 INFO STEP 140 (remove_files) COMPLETE
47682024-12-19T21:39:35.659Z[ recovery-image] Dec 19 21:39:33.319 INFO O| Dec 19 21:39:33.319 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47692024-12-19T21:39:35.677Z[ recovery-image] Dec 19 21:39:33.339 INFO O| Dec 19 21:39:33.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
47702024-12-19T21:39:35.677Z[ recovery-image] Dec 19 21:39:33.339 INFO O| Dec 19 21:39:33.339 INFO STEP 141 (remove_files) COMPLETE
47712024-12-19T21:39:35.677Z[ recovery-image] Dec 19 21:39:33.339 INFO O| Dec 19 21:39:33.339 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47722024-12-19T21:39:35.734Z[ recovery-image] Dec 19 21:39:33.397 INFO O| Dec 19 21:39:33.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
47732024-12-19T21:39:35.735Z[ recovery-image] Dec 19 21:39:33.398 INFO O| Dec 19 21:39:33.398 INFO STEP 142 (remove_files) COMPLETE
47742024-12-19T21:39:35.737Z[ recovery-image] Dec 19 21:39:33.398 INFO O| Dec 19 21:39:33.398 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47752024-12-19T21:39:35.757Z[ recovery-image] Dec 19 21:39:33.420 INFO O| Dec 19 21:39:33.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
47762024-12-19T21:39:35.757Z[ recovery-image] Dec 19 21:39:33.420 INFO O| Dec 19 21:39:33.420 INFO STEP 143 (remove_files) COMPLETE
47772024-12-19T21:39:35.760Z[ recovery-image] Dec 19 21:39:33.420 INFO O| Dec 19 21:39:33.420 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-12-19T21:39:35.778Z[ recovery-image] Dec 19 21:39:33.440 INFO O| Dec 19 21:39:33.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
47792024-12-19T21:39:35.778Z[ recovery-image] Dec 19 21:39:33.441 INFO O| Dec 19 21:39:33.441 INFO STEP 144 (remove_files) COMPLETE
47802024-12-19T21:39:35.781Z[ recovery-image] Dec 19 21:39:33.441 INFO O| Dec 19 21:39:33.441 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-12-19T21:39:35.797Z[ recovery-image] Dec 19 21:39:33.460 INFO O| Dec 19 21:39:33.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
47822024-12-19T21:39:35.814Z[ recovery-image] Dec 19 21:39:33.476 INFO O| Dec 19 21:39:33.476 INFO STEP 145 (remove_files) COMPLETE
47832024-12-19T21:39:35.814Z[ recovery-image] Dec 19 21:39:33.476 INFO O| Dec 19 21:39:33.476 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-12-19T21:39:35.851Z[ recovery-image] Dec 19 21:39:33.514 INFO O| Dec 19 21:39:33.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
47852024-12-19T21:39:35.851Z[ recovery-image] Dec 19 21:39:33.514 INFO O| Dec 19 21:39:33.514 INFO STEP 146 (remove_files) COMPLETE
47862024-12-19T21:39:35.854Z[ recovery-image] Dec 19 21:39:33.514 INFO O| Dec 19 21:39:33.514 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-12-19T21:39:35.870Z[ recovery-image] Dec 19 21:39:33.533 INFO O| Dec 19 21:39:33.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
47882024-12-19T21:39:35.870Z[ recovery-image] Dec 19 21:39:33.533 INFO O| Dec 19 21:39:33.533 INFO STEP 147 (remove_files) COMPLETE
47892024-12-19T21:39:35.870Z[ recovery-image] Dec 19 21:39:33.533 INFO O| Dec 19 21:39:33.533 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-12-19T21:39:35.957Z[ recovery-image] Dec 19 21:39:33.620 INFO O| Dec 19 21:39:33.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
47912024-12-19T21:39:35.957Z[ recovery-image] Dec 19 21:39:33.620 INFO O| Dec 19 21:39:33.620 INFO STEP 148 (remove_files) COMPLETE
47922024-12-19T21:39:35.957Z[ recovery-image] Dec 19 21:39:33.620 INFO O| Dec 19 21:39:33.620 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-12-19T21:39:35.989Z[ recovery-image] Dec 19 21:39:33.652 INFO O| Dec 19 21:39:33.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
47942024-12-19T21:39:35.989Z[ recovery-image] Dec 19 21:39:33.652 INFO O| Dec 19 21:39:33.652 INFO STEP 149 (remove_files) COMPLETE
47952024-12-19T21:39:35.992Z[ recovery-image] Dec 19 21:39:33.652 INFO O| Dec 19 21:39:33.652 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-12-19T21:39:36.052Z[ recovery-image] Dec 19 21:39:33.715 INFO O| Dec 19 21:39:33.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
47972024-12-19T21:39:36.052Z[ recovery-image] Dec 19 21:39:33.715 INFO O| Dec 19 21:39:33.715 INFO STEP 150 (remove_files) COMPLETE
47982024-12-19T21:39:36.052Z[ recovery-image] Dec 19 21:39:33.715 INFO O| Dec 19 21:39:33.715 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-12-19T21:39:36.077Z[ recovery-image] Dec 19 21:39:33.740 INFO O| Dec 19 21:39:33.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
48002024-12-19T21:39:36.077Z[ recovery-image] Dec 19 21:39:33.740 INFO O| Dec 19 21:39:33.740 INFO STEP 151 (remove_files) COMPLETE
48012024-12-19T21:39:36.077Z[ recovery-image] Dec 19 21:39:33.740 INFO O| Dec 19 21:39:33.740 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-12-19T21:39:36.117Z[ recovery-image] Dec 19 21:39:33.780 INFO O| Dec 19 21:39:33.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
48032024-12-19T21:39:36.117Z[ recovery-image] Dec 19 21:39:33.780 INFO O| Dec 19 21:39:33.780 INFO STEP 152 (remove_files) COMPLETE
48042024-12-19T21:39:36.120Z[ recovery-image] Dec 19 21:39:33.780 INFO O| Dec 19 21:39:33.780 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-12-19T21:39:36.143Z[ recovery-image] Dec 19 21:39:33.805 INFO O| Dec 19 21:39:33.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
48062024-12-19T21:39:36.143Z[ recovery-image] Dec 19 21:39:33.805 INFO O| Dec 19 21:39:33.805 INFO STEP 153 (remove_files) COMPLETE
48072024-12-19T21:39:36.145Z[ recovery-image] Dec 19 21:39:33.806 INFO O| Dec 19 21:39:33.805 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-12-19T21:39:36.166Z[ recovery-image] Dec 19 21:39:33.829 INFO O| Dec 19 21:39:33.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
48092024-12-19T21:39:36.167Z[ recovery-image] Dec 19 21:39:33.829 INFO O| Dec 19 21:39:33.829 INFO STEP 154 (remove_files) COMPLETE
48102024-12-19T21:39:36.171Z[ recovery-image] Dec 19 21:39:33.830 INFO O| Dec 19 21:39:33.829 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-12-19T21:39:36.191Z[ recovery-image] Dec 19 21:39:33.854 INFO O| Dec 19 21:39:33.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
48122024-12-19T21:39:36.191Z[ recovery-image] Dec 19 21:39:33.854 INFO O| Dec 19 21:39:33.854 INFO STEP 155 (remove_files) COMPLETE
48132024-12-19T21:39:36.191Z[ recovery-image] Dec 19 21:39:33.854 INFO O| Dec 19 21:39:33.854 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-12-19T21:39:36.270Z[ recovery-image] Dec 19 21:39:33.933 INFO O| Dec 19 21:39:33.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
48152024-12-19T21:39:36.271Z[ recovery-image] Dec 19 21:39:33.933 INFO O| Dec 19 21:39:33.933 INFO STEP 156 (remove_files) COMPLETE
48162024-12-19T21:39:36.271Z[ recovery-image] Dec 19 21:39:33.933 INFO O| Dec 19 21:39:33.933 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-12-19T21:39:36.338Z[ recovery-image] Dec 19 21:39:34.001 INFO O| Dec 19 21:39:34.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
48182024-12-19T21:39:36.338Z[ recovery-image] Dec 19 21:39:34.001 INFO O| Dec 19 21:39:34.001 INFO STEP 157 (remove_files) COMPLETE
48192024-12-19T21:39:36.341Z[ recovery-image] Dec 19 21:39:34.001 INFO O| Dec 19 21:39:34.001 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-12-19T21:39:36.376Z[ host-image] Dec 19 21:39:34.038 INFO O| Dec 19 21:39:34.038 INFO O| Done
48212024-12-19T21:39:36.381Z[ recovery-image] Dec 19 21:39:34.044 INFO O| Dec 19 21:39:34.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
48222024-12-19T21:39:36.401Z[ recovery-image] Dec 19 21:39:34.064 INFO O| Dec 19 21:39:34.064 INFO STEP 158 (remove_files) COMPLETE
48232024-12-19T21:39:36.401Z[ recovery-image] Dec 19 21:39:34.064 INFO O| Dec 19 21:39:34.064 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-12-19T21:39:36.424Z[ recovery-image] Dec 19 21:39:34.086 INFO O| Dec 19 21:39:34.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
48252024-12-19T21:39:36.427Z[ recovery-image] Dec 19 21:39:34.087 INFO O| Dec 19 21:39:34.087 INFO STEP 159 (remove_files) COMPLETE
48262024-12-19T21:39:36.427Z[ recovery-image] Dec 19 21:39:34.087 INFO O| Dec 19 21:39:34.087 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48272024-12-19T21:39:36.442Z[ host-image] Dec 19 21:39:34.105 INFO O| Dec 19 21:39:34.105 INFO O| Done
48282024-12-19T21:39:36.445Z[ host-image] Dec 19 21:39:34.105 INFO O| Dec 19 21:39:34.105 INFO O| Done
48292024-12-19T21:39:36.459Z[ recovery-image] Dec 19 21:39:34.121 INFO O| Dec 19 21:39:34.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
48302024-12-19T21:39:36.460Z[ recovery-image] Dec 19 21:39:34.121 INFO O| Dec 19 21:39:34.121 INFO STEP 160 (remove_files) COMPLETE
48312024-12-19T21:39:36.460Z[ recovery-image] Dec 19 21:39:34.121 INFO O| Dec 19 21:39:34.121 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-12-19T21:39:36.493Z[ recovery-image] Dec 19 21:39:34.156 INFO O| Dec 19 21:39:34.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
48332024-12-19T21:39:36.493Z[ recovery-image] Dec 19 21:39:34.156 INFO O| Dec 19 21:39:34.156 INFO STEP 161 (remove_files) COMPLETE
48342024-12-19T21:39:36.493Z[ recovery-image] Dec 19 21:39:34.156 INFO O| Dec 19 21:39:34.156 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-12-19T21:39:36.513Z[ host-image] Dec 19 21:39:34.175 INFO O| Dec 19 21:39:34.175 INFO O| Done
48362024-12-19T21:39:36.524Z[ recovery-image] Dec 19 21:39:34.186 INFO O| Dec 19 21:39:34.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
48372024-12-19T21:39:36.524Z[ recovery-image] Dec 19 21:39:34.186 INFO O| Dec 19 21:39:34.186 INFO STEP 162 (remove_files) COMPLETE
48382024-12-19T21:39:36.527Z[ recovery-image] Dec 19 21:39:34.186 INFO O| Dec 19 21:39:34.186 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48392024-12-19T21:39:36.569Z[ recovery-image] Dec 19 21:39:34.231 INFO O| Dec 19 21:39:34.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
48402024-12-19T21:39:36.569Z[ recovery-image] Dec 19 21:39:34.231 INFO O| Dec 19 21:39:34.231 INFO STEP 163 (remove_files) COMPLETE
48412024-12-19T21:39:36.572Z[ recovery-image] Dec 19 21:39:34.231 INFO O| Dec 19 21:39:34.231 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48422024-12-19T21:39:36.589Z[ recovery-image] Dec 19 21:39:34.251 INFO O| Dec 19 21:39:34.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
48432024-12-19T21:39:36.589Z[ recovery-image] Dec 19 21:39:34.251 INFO O| Dec 19 21:39:34.251 INFO STEP 164 (remove_files) COMPLETE
48442024-12-19T21:39:36.589Z[ recovery-image] Dec 19 21:39:34.251 INFO O| Dec 19 21:39:34.251 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48452024-12-19T21:39:36.645Z[ recovery-image] Dec 19 21:39:34.307 INFO O| Dec 19 21:39:34.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
48462024-12-19T21:39:36.645Z[ recovery-image] Dec 19 21:39:34.307 INFO O| Dec 19 21:39:34.306 INFO STEP 165 (remove_files) COMPLETE
48472024-12-19T21:39:36.645Z[ recovery-image] Dec 19 21:39:34.307 INFO O| Dec 19 21:39:34.306 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48482024-12-19T21:39:36.665Z[ recovery-image] Dec 19 21:39:34.326 INFO O| Dec 19 21:39:34.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
48492024-12-19T21:39:36.665Z[ recovery-image] Dec 19 21:39:34.327 INFO O| Dec 19 21:39:34.326 INFO STEP 166 (remove_files) COMPLETE
48502024-12-19T21:39:36.665Z[ recovery-image] Dec 19 21:39:34.327 INFO O| Dec 19 21:39:34.326 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48512024-12-19T21:39:36.685Z[ recovery-image] Dec 19 21:39:34.346 INFO O| Dec 19 21:39:34.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
48522024-12-19T21:39:36.685Z[ recovery-image] Dec 19 21:39:34.347 INFO O| Dec 19 21:39:34.347 INFO STEP 167 (remove_files) COMPLETE
48532024-12-19T21:39:36.685Z[ recovery-image] Dec 19 21:39:34.347 INFO O| Dec 19 21:39:34.347 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48542024-12-19T21:39:36.704Z[ recovery-image] Dec 19 21:39:34.365 INFO O| Dec 19 21:39:34.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
48552024-12-19T21:39:36.704Z[ recovery-image] Dec 19 21:39:34.366 INFO O| Dec 19 21:39:34.366 INFO STEP 168 (remove_files) COMPLETE
48562024-12-19T21:39:36.704Z[ recovery-image] Dec 19 21:39:34.366 INFO O| Dec 19 21:39:34.366 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48572024-12-19T21:39:36.719Z[ host-image] Dec 19 21:39:34.382 INFO O| Dec 19 21:39:34.382 INFO STEP 13 (pkg_install) COMPLETE
48582024-12-19T21:39:36.720Z[ host-image] Dec 19 21:39:34.382 INFO O| Dec 19 21:39:34.382 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
48592024-12-19T21:39:36.738Z[ host-image] Dec 19 21:39:34.400 INFO O| Dec 19 21:39:34.400 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"]
48602024-12-19T21:39:36.746Z[ recovery-image] Dec 19 21:39:34.408 INFO O| Dec 19 21:39:34.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
48612024-12-19T21:39:36.749Z[ recovery-image] Dec 19 21:39:34.409 INFO O| Dec 19 21:39:34.409 INFO STEP 169 (remove_files) COMPLETE
48622024-12-19T21:39:36.749Z[ recovery-image] Dec 19 21:39:34.409 INFO O| Dec 19 21:39:34.409 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48632024-12-19T21:39:36.784Z[ recovery-image] Dec 19 21:39:34.446 INFO O| Dec 19 21:39:34.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
48642024-12-19T21:39:36.787Z[ recovery-image] Dec 19 21:39:34.446 INFO O| Dec 19 21:39:34.446 INFO STEP 170 (remove_files) COMPLETE
48652024-12-19T21:39:36.787Z[ recovery-image] Dec 19 21:39:34.446 INFO O| Dec 19 21:39:34.446 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48662024-12-19T21:39:36.802Z[ recovery-image] Dec 19 21:39:34.464 INFO O| Dec 19 21:39:34.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
48672024-12-19T21:39:36.810Z[ recovery-image] Dec 19 21:39:34.464 INFO O| Dec 19 21:39:34.464 INFO STEP 171 (remove_files) COMPLETE
48682024-12-19T21:39:36.810Z[ recovery-image] Dec 19 21:39:34.464 INFO O| Dec 19 21:39:34.464 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48692024-12-19T21:39:36.820Z[ recovery-image] Dec 19 21:39:34.481 INFO O| Dec 19 21:39:34.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
48702024-12-19T21:39:36.823Z[ recovery-image] Dec 19 21:39:34.482 INFO O| Dec 19 21:39:34.482 INFO STEP 172 (remove_files) COMPLETE
48712024-12-19T21:39:36.823Z[ recovery-image] Dec 19 21:39:34.482 INFO O| Dec 19 21:39:34.482 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48722024-12-19T21:39:36.837Z[ recovery-image] Dec 19 21:39:34.499 INFO O| Dec 19 21:39:34.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
48732024-12-19T21:39:36.841Z[ recovery-image] Dec 19 21:39:34.500 INFO O| Dec 19 21:39:34.500 INFO STEP 173 (remove_files) COMPLETE
48742024-12-19T21:39:36.841Z[ recovery-image] Dec 19 21:39:34.500 INFO O| Dec 19 21:39:34.500 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48752024-12-19T21:39:36.856Z[ recovery-image] Dec 19 21:39:34.518 INFO O| Dec 19 21:39:34.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
48762024-12-19T21:39:36.861Z[ recovery-image] Dec 19 21:39:34.519 INFO O| Dec 19 21:39:34.519 INFO STEP 174 (remove_files) COMPLETE
48772024-12-19T21:39:36.861Z[ recovery-image] Dec 19 21:39:34.519 INFO O| Dec 19 21:39:34.519 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48782024-12-19T21:39:36.875Z[ recovery-image] Dec 19 21:39:34.538 INFO O| Dec 19 21:39:34.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
48792024-12-19T21:39:36.878Z[ recovery-image] Dec 19 21:39:34.538 INFO O| Dec 19 21:39:34.538 INFO STEP 175 (remove_files) COMPLETE
48802024-12-19T21:39:36.878Z[ recovery-image] Dec 19 21:39:34.538 INFO O| Dec 19 21:39:34.538 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48812024-12-19T21:39:36.894Z[ recovery-image] Dec 19 21:39:34.557 INFO O| Dec 19 21:39:34.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
48822024-12-19T21:39:36.920Z[ recovery-image] Dec 19 21:39:34.581 INFO O| Dec 19 21:39:34.581 INFO STEP 176 (remove_files) COMPLETE
48832024-12-19T21:39:36.924Z[ recovery-image] Dec 19 21:39:34.581 INFO O| Dec 19 21:39:34.581 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48842024-12-19T21:39:36.938Z[ recovery-image] Dec 19 21:39:34.600 INFO O| Dec 19 21:39:34.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
48852024-12-19T21:39:36.943Z[ recovery-image] Dec 19 21:39:34.601 INFO O| Dec 19 21:39:34.601 INFO STEP 177 (remove_files) COMPLETE
48862024-12-19T21:39:36.943Z[ recovery-image] Dec 19 21:39:34.601 INFO O| Dec 19 21:39:34.601 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48872024-12-19T21:39:36.957Z[ recovery-image] Dec 19 21:39:34.619 INFO O| Dec 19 21:39:34.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
48882024-12-19T21:39:36.961Z[ recovery-image] Dec 19 21:39:34.620 INFO O| Dec 19 21:39:34.620 INFO STEP 178 (remove_files) COMPLETE
48892024-12-19T21:39:36.961Z[ recovery-image] Dec 19 21:39:34.620 INFO O| Dec 19 21:39:34.620 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48902024-12-19T21:39:36.983Z[ recovery-image] Dec 19 21:39:34.645 INFO O| Dec 19 21:39:34.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
48912024-12-19T21:39:36.983Z[ recovery-image] Dec 19 21:39:34.645 INFO O| Dec 19 21:39:34.645 INFO STEP 179 (remove_files) COMPLETE
48922024-12-19T21:39:36.986Z[ recovery-image] Dec 19 21:39:34.645 INFO O| Dec 19 21:39:34.645 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48932024-12-19T21:39:37.010Z[ recovery-image] Dec 19 21:39:34.672 INFO O| Dec 19 21:39:34.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
48942024-12-19T21:39:37.013Z[ recovery-image] Dec 19 21:39:34.672 INFO O| Dec 19 21:39:34.672 INFO STEP 180 (remove_files) COMPLETE
48952024-12-19T21:39:37.013Z[ recovery-image] Dec 19 21:39:34.672 INFO O| Dec 19 21:39:34.672 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48962024-12-19T21:39:37.036Z[ recovery-image] Dec 19 21:39:34.698 INFO O| Dec 19 21:39:34.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
48972024-12-19T21:39:37.038Z[ recovery-image] Dec 19 21:39:34.698 INFO O| Dec 19 21:39:34.698 INFO STEP 181 (remove_files) COMPLETE
48982024-12-19T21:39:37.042Z[ recovery-image] Dec 19 21:39:34.698 INFO O| Dec 19 21:39:34.698 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48992024-12-19T21:39:37.063Z[ recovery-image] Dec 19 21:39:34.724 INFO O| Dec 19 21:39:34.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
49002024-12-19T21:39:37.063Z[ recovery-image] Dec 19 21:39:34.724 INFO O| Dec 19 21:39:34.724 INFO STEP 182 (remove_files) COMPLETE
49012024-12-19T21:39:37.063Z[ recovery-image] Dec 19 21:39:34.724 INFO O| Dec 19 21:39:34.724 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49022024-12-19T21:39:37.101Z[ recovery-image] Dec 19 21:39:34.762 INFO O| Dec 19 21:39:34.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
49032024-12-19T21:39:37.101Z[ recovery-image] Dec 19 21:39:34.762 INFO O| Dec 19 21:39:34.762 INFO STEP 183 (remove_files) COMPLETE
49042024-12-19T21:39:37.101Z[ recovery-image] Dec 19 21:39:34.762 INFO O| Dec 19 21:39:34.762 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49052024-12-19T21:39:37.159Z[ recovery-image] Dec 19 21:39:34.821 INFO O| Dec 19 21:39:34.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
49062024-12-19T21:39:37.159Z[ recovery-image] Dec 19 21:39:34.821 INFO O| Dec 19 21:39:34.821 INFO STEP 184 (remove_files) COMPLETE
49072024-12-19T21:39:37.159Z[ recovery-image] Dec 19 21:39:34.821 INFO O| Dec 19 21:39:34.821 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49082024-12-19T21:39:37.182Z[ recovery-image] Dec 19 21:39:34.844 INFO O| Dec 19 21:39:34.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
49092024-12-19T21:39:37.182Z[ recovery-image] Dec 19 21:39:34.844 INFO O| Dec 19 21:39:34.844 INFO STEP 185 (remove_files) COMPLETE
49102024-12-19T21:39:37.182Z[ recovery-image] Dec 19 21:39:34.844 INFO O| Dec 19 21:39:34.844 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49112024-12-19T21:39:37.240Z[ recovery-image] Dec 19 21:39:34.902 INFO O| Dec 19 21:39:34.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
49122024-12-19T21:39:37.240Z[ recovery-image] Dec 19 21:39:34.902 INFO O| Dec 19 21:39:34.902 INFO STEP 186 (remove_files) COMPLETE
49132024-12-19T21:39:37.240Z[ recovery-image] Dec 19 21:39:34.902 INFO O| Dec 19 21:39:34.902 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49142024-12-19T21:39:37.268Z[ recovery-image] Dec 19 21:39:34.930 INFO O| Dec 19 21:39:34.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
49152024-12-19T21:39:37.268Z[ recovery-image] Dec 19 21:39:34.930 INFO O| Dec 19 21:39:34.930 INFO STEP 187 (remove_files) COMPLETE
49162024-12-19T21:39:37.268Z[ recovery-image] Dec 19 21:39:34.930 INFO O| Dec 19 21:39:34.930 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49172024-12-19T21:39:37.309Z[ recovery-image] Dec 19 21:39:34.971 INFO O| Dec 19 21:39:34.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
49182024-12-19T21:39:37.309Z[ recovery-image] Dec 19 21:39:34.971 INFO O| Dec 19 21:39:34.971 INFO STEP 188 (remove_files) COMPLETE
49192024-12-19T21:39:37.309Z[ recovery-image] Dec 19 21:39:34.971 INFO O| Dec 19 21:39:34.971 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49202024-12-19T21:39:37.375Z[ recovery-image] Dec 19 21:39:35.037 INFO O| Dec 19 21:39:35.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
49212024-12-19T21:39:37.378Z[ recovery-image] Dec 19 21:39:35.037 INFO O| Dec 19 21:39:35.037 INFO STEP 189 (remove_files) COMPLETE
49222024-12-19T21:39:37.378Z[ recovery-image] Dec 19 21:39:35.038 INFO O| Dec 19 21:39:35.037 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49232024-12-19T21:39:37.423Z[ recovery-image] Dec 19 21:39:35.085 INFO O| Dec 19 21:39:35.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
49242024-12-19T21:39:37.426Z[ recovery-image] Dec 19 21:39:35.086 INFO O| Dec 19 21:39:35.086 INFO STEP 190 (remove_files) COMPLETE
49252024-12-19T21:39:37.426Z[ recovery-image] Dec 19 21:39:35.086 INFO O| Dec 19 21:39:35.086 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49262024-12-19T21:39:37.448Z[ recovery-image] Dec 19 21:39:35.111 INFO O| Dec 19 21:39:35.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
49272024-12-19T21:39:37.448Z[ recovery-image] Dec 19 21:39:35.111 INFO O| Dec 19 21:39:35.111 INFO STEP 191 (remove_files) COMPLETE
49282024-12-19T21:39:37.448Z[ recovery-image] Dec 19 21:39:35.111 INFO O| Dec 19 21:39:35.111 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49292024-12-19T21:39:37.500Z[ recovery-image] Dec 19 21:39:35.162 INFO O| Dec 19 21:39:35.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
49302024-12-19T21:39:37.500Z[ recovery-image] Dec 19 21:39:35.162 INFO O| Dec 19 21:39:35.162 INFO STEP 192 (remove_files) COMPLETE
49312024-12-19T21:39:37.500Z[ recovery-image] Dec 19 21:39:35.162 INFO O| Dec 19 21:39:35.162 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49322024-12-19T21:39:37.519Z[ recovery-image] Dec 19 21:39:35.181 INFO O| Dec 19 21:39:35.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
49332024-12-19T21:39:37.519Z[ recovery-image] Dec 19 21:39:35.181 INFO O| Dec 19 21:39:35.181 INFO STEP 193 (remove_files) COMPLETE
49342024-12-19T21:39:37.522Z[ recovery-image] Dec 19 21:39:35.181 INFO O| Dec 19 21:39:35.181 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49352024-12-19T21:39:37.559Z[ recovery-image] Dec 19 21:39:35.221 INFO O| Dec 19 21:39:35.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
49362024-12-19T21:39:37.559Z[ recovery-image] Dec 19 21:39:35.221 INFO O| Dec 19 21:39:35.221 INFO STEP 194 (remove_files) COMPLETE
49372024-12-19T21:39:37.564Z[ recovery-image] Dec 19 21:39:35.221 INFO O| Dec 19 21:39:35.221 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49382024-12-19T21:39:37.579Z[ recovery-image] Dec 19 21:39:35.241 INFO O| Dec 19 21:39:35.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
49392024-12-19T21:39:37.579Z[ recovery-image] Dec 19 21:39:35.241 INFO O| Dec 19 21:39:35.241 INFO STEP 195 (remove_files) COMPLETE
49402024-12-19T21:39:37.583Z[ recovery-image] Dec 19 21:39:35.241 INFO O| Dec 19 21:39:35.241 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49412024-12-19T21:39:37.598Z[ recovery-image] Dec 19 21:39:35.260 INFO O| Dec 19 21:39:35.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
49422024-12-19T21:39:37.598Z[ recovery-image] Dec 19 21:39:35.260 INFO O| Dec 19 21:39:35.260 INFO STEP 196 (remove_files) COMPLETE
49432024-12-19T21:39:37.598Z[ recovery-image] Dec 19 21:39:35.260 INFO O| Dec 19 21:39:35.260 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49442024-12-19T21:39:37.615Z[ recovery-image] Dec 19 21:39:35.277 INFO O| Dec 19 21:39:35.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
49452024-12-19T21:39:37.615Z[ recovery-image] Dec 19 21:39:35.278 INFO O| Dec 19 21:39:35.278 INFO STEP 197 (remove_files) COMPLETE
49462024-12-19T21:39:37.618Z[ recovery-image] Dec 19 21:39:35.278 INFO O| Dec 19 21:39:35.278 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49472024-12-19T21:39:37.633Z[ recovery-image] Dec 19 21:39:35.295 INFO O| Dec 19 21:39:35.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
49482024-12-19T21:39:37.633Z[ recovery-image] Dec 19 21:39:35.295 INFO O| Dec 19 21:39:35.295 INFO STEP 198 (remove_files) COMPLETE
49492024-12-19T21:39:37.633Z[ recovery-image] Dec 19 21:39:35.295 INFO O| Dec 19 21:39:35.295 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49502024-12-19T21:39:37.697Z[ recovery-image] Dec 19 21:39:35.358 INFO O| Dec 19 21:39:35.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
49512024-12-19T21:39:37.700Z[ recovery-image] Dec 19 21:39:35.358 INFO O| Dec 19 21:39:35.358 INFO STEP 199 (remove_files) COMPLETE
49522024-12-19T21:39:37.700Z[ recovery-image] Dec 19 21:39:35.358 INFO O| Dec 19 21:39:35.358 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49532024-12-19T21:39:37.719Z[ recovery-image] Dec 19 21:39:35.381 INFO O| Dec 19 21:39:35.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
49542024-12-19T21:39:37.722Z[ recovery-image] Dec 19 21:39:35.381 INFO O| Dec 19 21:39:35.381 INFO STEP 200 (remove_files) COMPLETE
49552024-12-19T21:39:37.722Z[ recovery-image] Dec 19 21:39:35.381 INFO O| Dec 19 21:39:35.381 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49562024-12-19T21:39:37.745Z[ recovery-image] Dec 19 21:39:35.407 INFO O| Dec 19 21:39:35.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
49572024-12-19T21:39:37.748Z[ recovery-image] Dec 19 21:39:35.407 INFO O| Dec 19 21:39:35.407 INFO STEP 201 (remove_files) COMPLETE
49582024-12-19T21:39:37.748Z[ recovery-image] Dec 19 21:39:35.408 INFO O| Dec 19 21:39:35.407 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49592024-12-19T21:39:37.811Z[ recovery-image] Dec 19 21:39:35.473 INFO O| Dec 19 21:39:35.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
49602024-12-19T21:39:37.814Z[ recovery-image] Dec 19 21:39:35.473 INFO O| Dec 19 21:39:35.473 INFO STEP 202 (remove_files) COMPLETE
49612024-12-19T21:39:37.814Z[ recovery-image] Dec 19 21:39:35.473 INFO O| Dec 19 21:39:35.473 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49622024-12-19T21:39:37.833Z[ recovery-image] Dec 19 21:39:35.495 INFO O| Dec 19 21:39:35.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
49632024-12-19T21:39:37.836Z[ recovery-image] Dec 19 21:39:35.495 INFO O| Dec 19 21:39:35.495 INFO STEP 203 (remove_files) COMPLETE
49642024-12-19T21:39:37.836Z[ recovery-image] Dec 19 21:39:35.495 INFO O| Dec 19 21:39:35.495 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49652024-12-19T21:39:37.853Z[ recovery-image] Dec 19 21:39:35.515 INFO O| Dec 19 21:39:35.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
49662024-12-19T21:39:37.858Z[ recovery-image] Dec 19 21:39:35.516 INFO O| Dec 19 21:39:35.516 INFO STEP 204 (remove_files) COMPLETE
49672024-12-19T21:39:37.858Z[ recovery-image] Dec 19 21:39:35.516 INFO O| Dec 19 21:39:35.516 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49682024-12-19T21:39:37.876Z[ recovery-image] Dec 19 21:39:35.536 INFO O| Dec 19 21:39:35.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
49692024-12-19T21:39:37.878Z[ recovery-image] Dec 19 21:39:35.536 INFO O| Dec 19 21:39:35.536 INFO STEP 205 (remove_files) COMPLETE
49702024-12-19T21:39:37.878Z[ recovery-image] Dec 19 21:39:35.536 INFO O| Dec 19 21:39:35.536 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49712024-12-19T21:39:37.894Z[ recovery-image] Dec 19 21:39:35.556 INFO O| Dec 19 21:39:35.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
49722024-12-19T21:39:37.897Z[ recovery-image] Dec 19 21:39:35.556 INFO O| Dec 19 21:39:35.556 INFO STEP 206 (remove_files) COMPLETE
49732024-12-19T21:39:37.897Z[ recovery-image] Dec 19 21:39:35.557 INFO O| Dec 19 21:39:35.557 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49742024-12-19T21:39:37.913Z[ recovery-image] Dec 19 21:39:35.575 INFO O| Dec 19 21:39:35.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
49752024-12-19T21:39:37.916Z[ recovery-image] Dec 19 21:39:35.575 INFO O| Dec 19 21:39:35.575 INFO STEP 207 (remove_files) COMPLETE
49762024-12-19T21:39:37.916Z[ recovery-image] Dec 19 21:39:35.576 INFO O| Dec 19 21:39:35.575 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49772024-12-19T21:39:37.932Z[ recovery-image] Dec 19 21:39:35.594 INFO O| Dec 19 21:39:35.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
49782024-12-19T21:39:37.937Z[ recovery-image] Dec 19 21:39:35.594 INFO O| Dec 19 21:39:35.594 INFO STEP 208 (remove_files) COMPLETE
49792024-12-19T21:39:37.937Z[ recovery-image] Dec 19 21:39:35.594 INFO O| Dec 19 21:39:35.594 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49802024-12-19T21:39:37.957Z[ recovery-image] Dec 19 21:39:35.619 INFO O| Dec 19 21:39:35.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
49812024-12-19T21:39:37.961Z[ recovery-image] Dec 19 21:39:35.622 INFO O| Dec 19 21:39:35.622 INFO STEP 209 (remove_files) COMPLETE
49822024-12-19T21:39:37.961Z[ recovery-image] Dec 19 21:39:35.622 INFO O| Dec 19 21:39:35.622 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49832024-12-19T21:39:37.991Z[ recovery-image] Dec 19 21:39:35.652 INFO O| Dec 19 21:39:35.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
49842024-12-19T21:39:37.991Z[ recovery-image] Dec 19 21:39:35.652 INFO O| Dec 19 21:39:35.652 INFO STEP 210 (remove_files) COMPLETE
49852024-12-19T21:39:37.991Z[ recovery-image] Dec 19 21:39:35.652 INFO O| Dec 19 21:39:35.652 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49862024-12-19T21:39:38.013Z[ recovery-image] Dec 19 21:39:35.674 INFO O| Dec 19 21:39:35.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
49872024-12-19T21:39:38.013Z[ recovery-image] Dec 19 21:39:35.675 INFO O| Dec 19 21:39:35.675 INFO STEP 211 (remove_files) COMPLETE
49882024-12-19T21:39:38.013Z[ recovery-image] Dec 19 21:39:35.675 INFO O| Dec 19 21:39:35.675 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49892024-12-19T21:39:38.046Z[ recovery-image] Dec 19 21:39:35.707 INFO O| Dec 19 21:39:35.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
49902024-12-19T21:39:38.046Z[ recovery-image] Dec 19 21:39:35.707 INFO O| Dec 19 21:39:35.707 INFO STEP 212 (remove_files) COMPLETE
49912024-12-19T21:39:38.049Z[ recovery-image] Dec 19 21:39:35.707 INFO O| Dec 19 21:39:35.707 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49922024-12-19T21:39:38.121Z[ recovery-image] Dec 19 21:39:35.782 INFO O| Dec 19 21:39:35.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
49932024-12-19T21:39:38.121Z[ recovery-image] Dec 19 21:39:35.782 INFO O| Dec 19 21:39:35.782 INFO STEP 213 (remove_files) COMPLETE
49942024-12-19T21:39:38.121Z[ recovery-image] Dec 19 21:39:35.782 INFO O| Dec 19 21:39:35.782 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49952024-12-19T21:39:38.157Z[ recovery-image] Dec 19 21:39:35.819 INFO O| Dec 19 21:39:35.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
49962024-12-19T21:39:38.157Z[ recovery-image] Dec 19 21:39:35.819 INFO O| Dec 19 21:39:35.819 INFO STEP 214 (remove_files) COMPLETE
49972024-12-19T21:39:38.157Z[ recovery-image] Dec 19 21:39:35.819 INFO O| Dec 19 21:39:35.819 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49982024-12-19T21:39:38.220Z[ recovery-image] Dec 19 21:39:35.881 INFO O| Dec 19 21:39:35.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
49992024-12-19T21:39:38.220Z[ recovery-image] Dec 19 21:39:35.881 INFO O| Dec 19 21:39:35.881 INFO STEP 215 (remove_files) COMPLETE
50002024-12-19T21:39:38.220Z[ recovery-image] Dec 19 21:39:35.881 INFO O| Dec 19 21:39:35.881 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50012024-12-19T21:39:38.251Z[ host-image] Dec 19 21:39:35.913 INFO O| Dec 19 21:39:35.913 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
50022024-12-19T21:39:38.336Z[ recovery-image] Dec 19 21:39:35.998 INFO O| Dec 19 21:39:35.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
50032024-12-19T21:39:38.336Z[ recovery-image] Dec 19 21:39:35.998 INFO O| Dec 19 21:39:35.998 INFO STEP 216 (remove_files) COMPLETE
50042024-12-19T21:39:38.340Z[ recovery-image] Dec 19 21:39:35.998 INFO O| Dec 19 21:39:35.998 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-12-19T21:39:38.362Z[ recovery-image] Dec 19 21:39:36.023 INFO O| Dec 19 21:39:36.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
50062024-12-19T21:39:38.362Z[ recovery-image] Dec 19 21:39:36.024 INFO O| Dec 19 21:39:36.024 INFO STEP 217 (remove_files) COMPLETE
50072024-12-19T21:39:38.362Z[ recovery-image] Dec 19 21:39:36.024 INFO O| Dec 19 21:39:36.024 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50082024-12-19T21:39:38.427Z[ recovery-image] Dec 19 21:39:36.089 INFO O| Dec 19 21:39:36.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
50092024-12-19T21:39:38.427Z[ recovery-image] Dec 19 21:39:36.089 INFO O| Dec 19 21:39:36.089 INFO STEP 218 (remove_files) COMPLETE
50102024-12-19T21:39:38.427Z[ recovery-image] Dec 19 21:39:36.089 INFO O| Dec 19 21:39:36.089 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50112024-12-19T21:39:38.462Z[ recovery-image] Dec 19 21:39:36.123 INFO O| Dec 19 21:39:36.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
50122024-12-19T21:39:38.462Z[ recovery-image] Dec 19 21:39:36.123 INFO O| Dec 19 21:39:36.123 INFO STEP 219 (remove_files) COMPLETE
50132024-12-19T21:39:38.462Z[ recovery-image] Dec 19 21:39:36.123 INFO O| Dec 19 21:39:36.123 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50142024-12-19T21:39:38.491Z[ recovery-image] Dec 19 21:39:36.153 INFO O| Dec 19 21:39:36.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
50152024-12-19T21:39:38.491Z[ recovery-image] Dec 19 21:39:36.153 INFO O| Dec 19 21:39:36.153 INFO STEP 220 (remove_files) COMPLETE
50162024-12-19T21:39:38.495Z[ recovery-image] Dec 19 21:39:36.153 INFO O| Dec 19 21:39:36.153 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50172024-12-19T21:39:38.511Z[ recovery-image] Dec 19 21:39:36.172 INFO O| Dec 19 21:39:36.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
50182024-12-19T21:39:38.511Z[ recovery-image] Dec 19 21:39:36.173 INFO O| Dec 19 21:39:36.172 INFO STEP 221 (remove_files) COMPLETE
50192024-12-19T21:39:38.514Z[ recovery-image] Dec 19 21:39:36.173 INFO O| Dec 19 21:39:36.173 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50202024-12-19T21:39:38.561Z[ recovery-image] Dec 19 21:39:36.223 INFO O| Dec 19 21:39:36.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
50212024-12-19T21:39:38.561Z[ recovery-image] Dec 19 21:39:36.223 INFO O| Dec 19 21:39:36.223 INFO STEP 222 (remove_files) COMPLETE
50222024-12-19T21:39:38.564Z[ recovery-image] Dec 19 21:39:36.223 INFO O| Dec 19 21:39:36.223 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50232024-12-19T21:39:38.583Z[ recovery-image] Dec 19 21:39:36.244 INFO O| Dec 19 21:39:36.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
50242024-12-19T21:39:38.583Z[ recovery-image] Dec 19 21:39:36.244 INFO O| Dec 19 21:39:36.244 INFO STEP 223 (remove_files) COMPLETE
50252024-12-19T21:39:38.585Z[ recovery-image] Dec 19 21:39:36.245 INFO O| Dec 19 21:39:36.244 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50262024-12-19T21:39:38.604Z[ recovery-image] Dec 19 21:39:36.266 INFO O| Dec 19 21:39:36.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
50272024-12-19T21:39:38.604Z[ recovery-image] Dec 19 21:39:36.266 INFO O| Dec 19 21:39:36.266 INFO STEP 224 (remove_files) COMPLETE
50282024-12-19T21:39:38.607Z[ recovery-image] Dec 19 21:39:36.266 INFO O| Dec 19 21:39:36.266 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50292024-12-19T21:39:38.637Z[ recovery-image] Dec 19 21:39:36.298 INFO O| Dec 19 21:39:36.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
50302024-12-19T21:39:38.638Z[ recovery-image] Dec 19 21:39:36.298 INFO O| Dec 19 21:39:36.298 INFO STEP 225 (remove_files) COMPLETE
50312024-12-19T21:39:38.641Z[ recovery-image] Dec 19 21:39:36.298 INFO O| Dec 19 21:39:36.298 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50322024-12-19T21:39:38.694Z[ recovery-image] Dec 19 21:39:36.355 INFO O| Dec 19 21:39:36.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
50332024-12-19T21:39:38.694Z[ recovery-image] Dec 19 21:39:36.355 INFO O| Dec 19 21:39:36.355 INFO STEP 226 (remove_files) COMPLETE
50342024-12-19T21:39:38.696Z[ recovery-image] Dec 19 21:39:36.355 INFO O| Dec 19 21:39:36.355 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50352024-12-19T21:39:38.754Z[ recovery-image] Dec 19 21:39:36.415 INFO O| Dec 19 21:39:36.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
50362024-12-19T21:39:38.754Z[ recovery-image] Dec 19 21:39:36.415 INFO O| Dec 19 21:39:36.415 INFO STEP 227 (remove_files) COMPLETE
50372024-12-19T21:39:38.757Z[ recovery-image] Dec 19 21:39:36.415 INFO O| Dec 19 21:39:36.415 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50382024-12-19T21:39:38.814Z[ recovery-image] Dec 19 21:39:36.475 INFO O| Dec 19 21:39:36.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
50392024-12-19T21:39:38.814Z[ recovery-image] Dec 19 21:39:36.476 INFO O| Dec 19 21:39:36.475 INFO STEP 228 (remove_files) COMPLETE
50402024-12-19T21:39:38.814Z[ recovery-image] Dec 19 21:39:36.476 INFO O| Dec 19 21:39:36.475 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50412024-12-19T21:39:38.831Z[ recovery-image] Dec 19 21:39:36.492 INFO O| Dec 19 21:39:36.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
50422024-12-19T21:39:38.831Z[ recovery-image] Dec 19 21:39:36.493 INFO O| Dec 19 21:39:36.492 INFO STEP 229 (remove_files) COMPLETE
50432024-12-19T21:39:38.834Z[ recovery-image] Dec 19 21:39:36.493 INFO O| Dec 19 21:39:36.492 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50442024-12-19T21:39:38.849Z[ recovery-image] Dec 19 21:39:36.510 INFO O| Dec 19 21:39:36.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
50452024-12-19T21:39:38.849Z[ recovery-image] Dec 19 21:39:36.510 INFO O| Dec 19 21:39:36.510 INFO STEP 230 (remove_files) COMPLETE
50462024-12-19T21:39:38.849Z[ recovery-image] Dec 19 21:39:36.510 INFO O| Dec 19 21:39:36.510 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50472024-12-19T21:39:38.865Z[ recovery-image] Dec 19 21:39:36.527 INFO O| Dec 19 21:39:36.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
50482024-12-19T21:39:38.865Z[ recovery-image] Dec 19 21:39:36.527 INFO O| Dec 19 21:39:36.527 INFO STEP 231 (remove_files) COMPLETE
50492024-12-19T21:39:38.865Z[ recovery-image] Dec 19 21:39:36.527 INFO O| Dec 19 21:39:36.527 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50502024-12-19T21:39:38.882Z[ recovery-image] Dec 19 21:39:36.544 INFO O| Dec 19 21:39:36.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
50512024-12-19T21:39:38.882Z[ recovery-image] Dec 19 21:39:36.544 INFO O| Dec 19 21:39:36.544 INFO STEP 232 (remove_files) COMPLETE
50522024-12-19T21:39:38.882Z[ recovery-image] Dec 19 21:39:36.544 INFO O| Dec 19 21:39:36.544 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50532024-12-19T21:39:38.900Z[ recovery-image] Dec 19 21:39:36.561 INFO O| Dec 19 21:39:36.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
50542024-12-19T21:39:38.900Z[ recovery-image] Dec 19 21:39:36.561 INFO O| Dec 19 21:39:36.561 INFO STEP 233 (remove_files) COMPLETE
50552024-12-19T21:39:38.900Z[ recovery-image] Dec 19 21:39:36.561 INFO O| Dec 19 21:39:36.561 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50562024-12-19T21:39:38.918Z[ recovery-image] Dec 19 21:39:36.578 INFO O| Dec 19 21:39:36.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
50572024-12-19T21:39:38.918Z[ recovery-image] Dec 19 21:39:36.579 INFO O| Dec 19 21:39:36.578 INFO STEP 234 (remove_files) COMPLETE
50582024-12-19T21:39:38.918Z[ recovery-image] Dec 19 21:39:36.579 INFO O| Dec 19 21:39:36.579 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50592024-12-19T21:39:38.943Z[ recovery-image] Dec 19 21:39:36.604 INFO O| Dec 19 21:39:36.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
50602024-12-19T21:39:38.943Z[ recovery-image] Dec 19 21:39:36.604 INFO O| Dec 19 21:39:36.604 INFO STEP 235 (remove_files) COMPLETE
50612024-12-19T21:39:38.946Z[ recovery-image] Dec 19 21:39:36.604 INFO O| Dec 19 21:39:36.604 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50622024-12-19T21:39:38.963Z[ recovery-image] Dec 19 21:39:36.624 INFO O| Dec 19 21:39:36.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
50632024-12-19T21:39:38.963Z[ recovery-image] Dec 19 21:39:36.624 INFO O| Dec 19 21:39:36.624 INFO STEP 236 (remove_files) COMPLETE
50642024-12-19T21:39:38.963Z[ recovery-image] Dec 19 21:39:36.624 INFO O| Dec 19 21:39:36.624 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50652024-12-19T21:39:38.983Z[ recovery-image] Dec 19 21:39:36.643 INFO O| Dec 19 21:39:36.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
50662024-12-19T21:39:38.983Z[ recovery-image] Dec 19 21:39:36.643 INFO O| Dec 19 21:39:36.643 INFO STEP 237 (remove_files) COMPLETE
50672024-12-19T21:39:38.986Z[ recovery-image] Dec 19 21:39:36.643 INFO O| Dec 19 21:39:36.643 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50682024-12-19T21:39:39.001Z[ recovery-image] Dec 19 21:39:36.661 INFO O| Dec 19 21:39:36.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
50692024-12-19T21:39:39.001Z[ recovery-image] Dec 19 21:39:36.662 INFO O| Dec 19 21:39:36.662 INFO STEP 238 (remove_files) COMPLETE
50702024-12-19T21:39:39.001Z[ recovery-image] Dec 19 21:39:36.662 INFO O| Dec 19 21:39:36.662 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50712024-12-19T21:39:39.038Z[ recovery-image] Dec 19 21:39:36.699 INFO O| Dec 19 21:39:36.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
50722024-12-19T21:39:39.041Z[ recovery-image] Dec 19 21:39:36.699 INFO O| Dec 19 21:39:36.699 INFO STEP 239 (remove_files) COMPLETE
50732024-12-19T21:39:39.041Z[ recovery-image] Dec 19 21:39:36.699 INFO O| Dec 19 21:39:36.699 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50742024-12-19T21:39:39.064Z[ recovery-image] Dec 19 21:39:36.725 INFO O| Dec 19 21:39:36.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
50752024-12-19T21:39:39.064Z[ recovery-image] Dec 19 21:39:36.726 INFO O| Dec 19 21:39:36.726 INFO STEP 240 (remove_files) COMPLETE
50762024-12-19T21:39:39.067Z[ recovery-image] Dec 19 21:39:36.726 INFO O| Dec 19 21:39:36.726 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50772024-12-19T21:39:39.099Z[ recovery-image] Dec 19 21:39:36.759 INFO O| Dec 19 21:39:36.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
50782024-12-19T21:39:39.099Z[ recovery-image] Dec 19 21:39:36.759 INFO O| Dec 19 21:39:36.759 INFO STEP 241 (remove_files) COMPLETE
50792024-12-19T21:39:39.099Z[ recovery-image] Dec 19 21:39:36.759 INFO O| Dec 19 21:39:36.759 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50802024-12-19T21:39:39.139Z[ recovery-image] Dec 19 21:39:36.800 INFO O| Dec 19 21:39:36.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
50812024-12-19T21:39:39.139Z[ recovery-image] Dec 19 21:39:36.800 INFO O| Dec 19 21:39:36.800 INFO STEP 242 (remove_files) COMPLETE
50822024-12-19T21:39:39.139Z[ recovery-image] Dec 19 21:39:36.800 INFO O| Dec 19 21:39:36.800 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50832024-12-19T21:39:39.182Z[ recovery-image] Dec 19 21:39:36.843 INFO O| Dec 19 21:39:36.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
50842024-12-19T21:39:39.182Z[ recovery-image] Dec 19 21:39:36.844 INFO O| Dec 19 21:39:36.844 INFO STEP 243 (remove_files) COMPLETE
50852024-12-19T21:39:39.182Z[ recovery-image] Dec 19 21:39:36.844 INFO O| Dec 19 21:39:36.844 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50862024-12-19T21:39:39.240Z[ recovery-image] Dec 19 21:39:36.901 INFO O| Dec 19 21:39:36.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
50872024-12-19T21:39:39.240Z[ recovery-image] Dec 19 21:39:36.901 INFO O| Dec 19 21:39:36.901 INFO STEP 244 (remove_files) COMPLETE
50882024-12-19T21:39:39.240Z[ recovery-image] Dec 19 21:39:36.901 INFO O| Dec 19 21:39:36.901 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50892024-12-19T21:39:39.263Z[ recovery-image] Dec 19 21:39:36.924 INFO O| Dec 19 21:39:36.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
50902024-12-19T21:39:39.263Z[ recovery-image] Dec 19 21:39:36.924 INFO O| Dec 19 21:39:36.924 INFO STEP 245 (remove_files) COMPLETE
50912024-12-19T21:39:39.266Z[ recovery-image] Dec 19 21:39:36.924 INFO O| Dec 19 21:39:36.924 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50922024-12-19T21:39:39.286Z[ recovery-image] Dec 19 21:39:36.947 INFO O| Dec 19 21:39:36.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
50932024-12-19T21:39:39.287Z[ recovery-image] Dec 19 21:39:36.947 INFO O| Dec 19 21:39:36.947 INFO STEP 246 (remove_files) COMPLETE
50942024-12-19T21:39:39.287Z[ recovery-image] Dec 19 21:39:36.947 INFO O| Dec 19 21:39:36.947 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50952024-12-19T21:39:39.309Z[ recovery-image] Dec 19 21:39:36.970 INFO O| Dec 19 21:39:36.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
50962024-12-19T21:39:39.309Z[ recovery-image] Dec 19 21:39:36.970 INFO O| Dec 19 21:39:36.970 INFO STEP 247 (remove_files) COMPLETE
50972024-12-19T21:39:39.309Z[ recovery-image] Dec 19 21:39:36.970 INFO O| Dec 19 21:39:36.970 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50982024-12-19T21:39:39.332Z[ recovery-image] Dec 19 21:39:36.993 INFO O| Dec 19 21:39:36.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
50992024-12-19T21:39:39.332Z[ recovery-image] Dec 19 21:39:36.993 INFO O| Dec 19 21:39:36.993 INFO STEP 248 (remove_files) COMPLETE
51002024-12-19T21:39:39.332Z[ recovery-image] Dec 19 21:39:36.993 INFO O| Dec 19 21:39:36.993 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51012024-12-19T21:39:39.356Z[ recovery-image] Dec 19 21:39:37.017 INFO O| Dec 19 21:39:37.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
51022024-12-19T21:39:39.356Z[ recovery-image] Dec 19 21:39:37.018 INFO O| Dec 19 21:39:37.017 INFO STEP 249 (remove_files) COMPLETE
51032024-12-19T21:39:39.356Z[ recovery-image] Dec 19 21:39:37.018 INFO O| Dec 19 21:39:37.018 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51042024-12-19T21:39:39.380Z[ recovery-image] Dec 19 21:39:37.041 INFO O| Dec 19 21:39:37.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
51052024-12-19T21:39:39.380Z[ recovery-image] Dec 19 21:39:37.041 INFO O| Dec 19 21:39:37.041 INFO STEP 250 (remove_files) COMPLETE
51062024-12-19T21:39:39.380Z[ recovery-image] Dec 19 21:39:37.041 INFO O| Dec 19 21:39:37.041 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51072024-12-19T21:39:39.420Z[ recovery-image] Dec 19 21:39:37.075 INFO O| Dec 19 21:39:37.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
51082024-12-19T21:39:39.420Z[ recovery-image] Dec 19 21:39:37.075 INFO O| Dec 19 21:39:37.075 INFO STEP 251 (remove_files) COMPLETE
51092024-12-19T21:39:39.420Z[ recovery-image] Dec 19 21:39:37.075 INFO O| Dec 19 21:39:37.075 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51102024-12-19T21:39:39.436Z[ recovery-image] Dec 19 21:39:37.097 INFO O| Dec 19 21:39:37.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
51112024-12-19T21:39:39.436Z[ recovery-image] Dec 19 21:39:37.097 INFO O| Dec 19 21:39:37.097 INFO STEP 252 (remove_files) COMPLETE
51122024-12-19T21:39:39.440Z[ recovery-image] Dec 19 21:39:37.097 INFO O| Dec 19 21:39:37.097 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51132024-12-19T21:39:39.472Z[ recovery-image] Dec 19 21:39:37.133 INFO O| Dec 19 21:39:37.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
51142024-12-19T21:39:39.472Z[ recovery-image] Dec 19 21:39:37.133 INFO O| Dec 19 21:39:37.133 INFO STEP 253 (remove_files) COMPLETE
51152024-12-19T21:39:39.472Z[ recovery-image] Dec 19 21:39:37.133 INFO O| Dec 19 21:39:37.133 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51162024-12-19T21:39:39.503Z[ recovery-image] Dec 19 21:39:37.164 INFO O| Dec 19 21:39:37.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
51172024-12-19T21:39:39.503Z[ recovery-image] Dec 19 21:39:37.164 INFO O| Dec 19 21:39:37.164 INFO STEP 254 (remove_files) COMPLETE
51182024-12-19T21:39:39.503Z[ recovery-image] Dec 19 21:39:37.164 INFO O| Dec 19 21:39:37.164 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51192024-12-19T21:39:39.524Z[ recovery-image] Dec 19 21:39:37.183 INFO O| Dec 19 21:39:37.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
51202024-12-19T21:39:39.524Z[ recovery-image] Dec 19 21:39:37.183 INFO O| Dec 19 21:39:37.183 INFO STEP 255 (remove_files) COMPLETE
51212024-12-19T21:39:39.526Z[ recovery-image] Dec 19 21:39:37.183 INFO O| Dec 19 21:39:37.183 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51222024-12-19T21:39:39.563Z[ recovery-image] Dec 19 21:39:37.224 INFO O| Dec 19 21:39:37.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
51232024-12-19T21:39:39.565Z[ recovery-image] Dec 19 21:39:37.224 INFO O| Dec 19 21:39:37.224 INFO STEP 256 (remove_files) COMPLETE
51242024-12-19T21:39:39.565Z[ recovery-image] Dec 19 21:39:37.224 INFO O| Dec 19 21:39:37.224 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51252024-12-19T21:39:39.588Z[ recovery-image] Dec 19 21:39:37.249 INFO O| Dec 19 21:39:37.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
51262024-12-19T21:39:39.588Z[ recovery-image] Dec 19 21:39:37.249 INFO O| Dec 19 21:39:37.249 INFO STEP 257 (remove_files) COMPLETE
51272024-12-19T21:39:39.591Z[ recovery-image] Dec 19 21:39:37.249 INFO O| Dec 19 21:39:37.249 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51282024-12-19T21:39:39.607Z[ recovery-image] Dec 19 21:39:37.268 INFO O| Dec 19 21:39:37.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
51292024-12-19T21:39:39.610Z[ recovery-image] Dec 19 21:39:37.269 INFO O| Dec 19 21:39:37.268 INFO STEP 258 (remove_files) COMPLETE
51302024-12-19T21:39:39.610Z[ recovery-image] Dec 19 21:39:37.269 INFO O| Dec 19 21:39:37.269 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51312024-12-19T21:39:39.628Z[ recovery-image] Dec 19 21:39:37.290 INFO O| Dec 19 21:39:37.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
51322024-12-19T21:39:39.628Z[ recovery-image] Dec 19 21:39:37.290 INFO O| Dec 19 21:39:37.290 INFO STEP 259 (remove_files) COMPLETE
51332024-12-19T21:39:39.629Z[ recovery-image] Dec 19 21:39:37.290 INFO O| Dec 19 21:39:37.290 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51342024-12-19T21:39:39.669Z[ recovery-image] Dec 19 21:39:37.321 INFO O| Dec 19 21:39:37.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
51352024-12-19T21:39:39.669Z[ recovery-image] Dec 19 21:39:37.321 INFO O| Dec 19 21:39:37.321 INFO STEP 260 (remove_files) COMPLETE
51362024-12-19T21:39:39.669Z[ recovery-image] Dec 19 21:39:37.321 INFO O| Dec 19 21:39:37.321 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51372024-12-19T21:39:39.680Z[ recovery-image] Dec 19 21:39:37.340 INFO O| Dec 19 21:39:37.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
51382024-12-19T21:39:39.680Z[ recovery-image] Dec 19 21:39:37.340 INFO O| Dec 19 21:39:37.340 INFO STEP 261 (remove_files) COMPLETE
51392024-12-19T21:39:39.680Z[ recovery-image] Dec 19 21:39:37.340 INFO O| Dec 19 21:39:37.340 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51402024-12-19T21:39:39.698Z[ recovery-image] Dec 19 21:39:37.359 INFO O| Dec 19 21:39:37.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
51412024-12-19T21:39:39.698Z[ recovery-image] Dec 19 21:39:37.359 INFO O| Dec 19 21:39:37.359 INFO STEP 262 (remove_files) COMPLETE
51422024-12-19T21:39:39.698Z[ recovery-image] Dec 19 21:39:37.359 INFO O| Dec 19 21:39:37.359 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51432024-12-19T21:39:39.803Z[ recovery-image] Dec 19 21:39:37.464 INFO O| Dec 19 21:39:37.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
51442024-12-19T21:39:39.803Z[ recovery-image] Dec 19 21:39:37.464 INFO O| Dec 19 21:39:37.464 INFO STEP 263 (remove_files) COMPLETE
51452024-12-19T21:39:39.803Z[ recovery-image] Dec 19 21:39:37.464 INFO O| Dec 19 21:39:37.464 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51462024-12-19T21:39:39.904Z[ recovery-image] Dec 19 21:39:37.565 INFO O| Dec 19 21:39:37.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
51472024-12-19T21:39:39.904Z[ recovery-image] Dec 19 21:39:37.565 INFO O| Dec 19 21:39:37.565 INFO STEP 264 (remove_files) COMPLETE
51482024-12-19T21:39:39.907Z[ recovery-image] Dec 19 21:39:37.565 INFO O| Dec 19 21:39:37.565 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51492024-12-19T21:39:39.939Z[ recovery-image] Dec 19 21:39:37.600 INFO O| Dec 19 21:39:37.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
51502024-12-19T21:39:39.939Z[ recovery-image] Dec 19 21:39:37.600 INFO O| Dec 19 21:39:37.600 INFO STEP 265 (remove_files) COMPLETE
51512024-12-19T21:39:39.939Z[ recovery-image] Dec 19 21:39:37.600 INFO O| Dec 19 21:39:37.600 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51522024-12-19T21:39:39.958Z[ recovery-image] Dec 19 21:39:37.619 INFO O| Dec 19 21:39:37.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
51532024-12-19T21:39:39.958Z[ recovery-image] Dec 19 21:39:37.619 INFO O| Dec 19 21:39:37.619 INFO STEP 266 (remove_files) COMPLETE
51542024-12-19T21:39:39.958Z[ recovery-image] Dec 19 21:39:37.619 INFO O| Dec 19 21:39:37.619 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51552024-12-19T21:39:39.975Z[ recovery-image] Dec 19 21:39:37.636 INFO O| Dec 19 21:39:37.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
51562024-12-19T21:39:39.975Z[ recovery-image] Dec 19 21:39:37.636 INFO O| Dec 19 21:39:37.636 INFO STEP 267 (remove_files) COMPLETE
51572024-12-19T21:39:39.978Z[ recovery-image] Dec 19 21:39:37.636 INFO O| Dec 19 21:39:37.636 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51582024-12-19T21:39:40.032Z[ recovery-image] Dec 19 21:39:37.693 INFO O| Dec 19 21:39:37.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
51592024-12-19T21:39:40.032Z[ recovery-image] Dec 19 21:39:37.693 INFO O| Dec 19 21:39:37.693 INFO STEP 268 (remove_files) COMPLETE
51602024-12-19T21:39:40.032Z[ recovery-image] Dec 19 21:39:37.693 INFO O| Dec 19 21:39:37.693 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51612024-12-19T21:39:40.078Z[ recovery-image] Dec 19 21:39:37.739 INFO O| Dec 19 21:39:37.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
51622024-12-19T21:39:40.081Z[ recovery-image] Dec 19 21:39:37.739 INFO O| Dec 19 21:39:37.739 INFO STEP 269 (remove_files) COMPLETE
51632024-12-19T21:39:40.081Z[ recovery-image] Dec 19 21:39:37.739 INFO O| Dec 19 21:39:37.739 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51642024-12-19T21:39:40.103Z[ recovery-image] Dec 19 21:39:37.764 INFO O| Dec 19 21:39:37.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
51652024-12-19T21:39:40.103Z[ recovery-image] Dec 19 21:39:37.764 INFO O| Dec 19 21:39:37.764 INFO STEP 270 (remove_files) COMPLETE
51662024-12-19T21:39:40.108Z[ recovery-image] Dec 19 21:39:37.764 INFO O| Dec 19 21:39:37.764 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51672024-12-19T21:39:40.128Z[ recovery-image] Dec 19 21:39:37.788 INFO O| Dec 19 21:39:37.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
51682024-12-19T21:39:40.128Z[ recovery-image] Dec 19 21:39:37.788 INFO O| Dec 19 21:39:37.788 INFO STEP 271 (remove_files) COMPLETE
51692024-12-19T21:39:40.128Z[ recovery-image] Dec 19 21:39:37.788 INFO O| Dec 19 21:39:37.788 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51702024-12-19T21:39:40.153Z[ recovery-image] Dec 19 21:39:37.813 INFO O| Dec 19 21:39:37.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
51712024-12-19T21:39:40.153Z[ recovery-image] Dec 19 21:39:37.814 INFO O| Dec 19 21:39:37.813 INFO STEP 272 (remove_files) COMPLETE
51722024-12-19T21:39:40.156Z[ recovery-image] Dec 19 21:39:37.814 INFO O| Dec 19 21:39:37.814 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51732024-12-19T21:39:40.183Z[ recovery-image] Dec 19 21:39:37.843 INFO O| Dec 19 21:39:37.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
51742024-12-19T21:39:40.185Z[ recovery-image] Dec 19 21:39:37.844 INFO O| Dec 19 21:39:37.844 INFO STEP 273 (remove_files) COMPLETE
51752024-12-19T21:39:40.185Z[ recovery-image] Dec 19 21:39:37.844 INFO O| Dec 19 21:39:37.844 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51762024-12-19T21:39:40.208Z[ recovery-image] Dec 19 21:39:37.868 INFO O| Dec 19 21:39:37.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
51772024-12-19T21:39:40.208Z[ recovery-image] Dec 19 21:39:37.868 INFO O| Dec 19 21:39:37.868 INFO STEP 274 (remove_files) COMPLETE
51782024-12-19T21:39:40.208Z[ recovery-image] Dec 19 21:39:37.869 INFO O| Dec 19 21:39:37.868 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51792024-12-19T21:39:40.231Z[ recovery-image] Dec 19 21:39:37.892 INFO O| Dec 19 21:39:37.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
51802024-12-19T21:39:40.232Z[ recovery-image] Dec 19 21:39:37.892 INFO O| Dec 19 21:39:37.892 INFO STEP 275 (remove_files) COMPLETE
51812024-12-19T21:39:40.232Z[ recovery-image] Dec 19 21:39:37.892 INFO O| Dec 19 21:39:37.892 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51822024-12-19T21:39:40.272Z[ recovery-image] Dec 19 21:39:37.933 INFO O| Dec 19 21:39:37.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
51832024-12-19T21:39:40.275Z[ recovery-image] Dec 19 21:39:37.933 INFO O| Dec 19 21:39:37.933 INFO STEP 276 (remove_files) COMPLETE
51842024-12-19T21:39:40.275Z[ recovery-image] Dec 19 21:39:37.934 INFO O| Dec 19 21:39:37.933 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51852024-12-19T21:39:40.296Z[ recovery-image] Dec 19 21:39:37.957 INFO O| Dec 19 21:39:37.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
51862024-12-19T21:39:40.296Z[ recovery-image] Dec 19 21:39:37.957 INFO O| Dec 19 21:39:37.957 INFO STEP 277 (remove_files) COMPLETE
51872024-12-19T21:39:40.296Z[ recovery-image] Dec 19 21:39:37.957 INFO O| Dec 19 21:39:37.957 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51882024-12-19T21:39:40.320Z[ recovery-image] Dec 19 21:39:37.980 INFO O| Dec 19 21:39:37.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
51892024-12-19T21:39:40.320Z[ recovery-image] Dec 19 21:39:37.981 INFO O| Dec 19 21:39:37.981 INFO STEP 278 (remove_files) COMPLETE
51902024-12-19T21:39:40.322Z[ recovery-image] Dec 19 21:39:37.981 INFO O| Dec 19 21:39:37.981 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51912024-12-19T21:39:40.343Z[ recovery-image] Dec 19 21:39:38.004 INFO O| Dec 19 21:39:38.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
51922024-12-19T21:39:40.343Z[ recovery-image] Dec 19 21:39:38.004 INFO O| Dec 19 21:39:38.004 INFO STEP 279 (remove_files) COMPLETE
51932024-12-19T21:39:40.343Z[ recovery-image] Dec 19 21:39:38.004 INFO O| Dec 19 21:39:38.004 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51942024-12-19T21:39:40.366Z[ recovery-image] Dec 19 21:39:38.027 INFO O| Dec 19 21:39:38.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
51952024-12-19T21:39:40.366Z[ recovery-image] Dec 19 21:39:38.027 INFO O| Dec 19 21:39:38.027 INFO STEP 280 (remove_files) COMPLETE
51962024-12-19T21:39:40.369Z[ recovery-image] Dec 19 21:39:38.027 INFO O| Dec 19 21:39:38.027 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51972024-12-19T21:39:40.389Z[ recovery-image] Dec 19 21:39:38.050 INFO O| Dec 19 21:39:38.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
51982024-12-19T21:39:40.389Z[ recovery-image] Dec 19 21:39:38.050 INFO O| Dec 19 21:39:38.050 INFO STEP 281 (remove_files) COMPLETE
51992024-12-19T21:39:40.389Z[ recovery-image] Dec 19 21:39:38.050 INFO O| Dec 19 21:39:38.050 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52002024-12-19T21:39:40.451Z[ recovery-image] Dec 19 21:39:38.112 INFO O| Dec 19 21:39:38.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
52012024-12-19T21:39:40.452Z[ recovery-image] Dec 19 21:39:38.112 INFO O| Dec 19 21:39:38.112 INFO STEP 282 (remove_files) COMPLETE
52022024-12-19T21:39:40.452Z[ recovery-image] Dec 19 21:39:38.112 INFO O| Dec 19 21:39:38.112 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52032024-12-19T21:39:40.474Z[ recovery-image] Dec 19 21:39:38.133 INFO O| Dec 19 21:39:38.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
52042024-12-19T21:39:40.474Z[ recovery-image] Dec 19 21:39:38.133 INFO O| Dec 19 21:39:38.133 INFO STEP 283 (remove_files) COMPLETE
52052024-12-19T21:39:40.479Z[ recovery-image] Dec 19 21:39:38.133 INFO O| Dec 19 21:39:38.133 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52062024-12-19T21:39:40.493Z[ recovery-image] Dec 19 21:39:38.154 INFO O| Dec 19 21:39:38.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
52072024-12-19T21:39:40.493Z[ recovery-image] Dec 19 21:39:38.154 INFO O| Dec 19 21:39:38.154 INFO STEP 284 (remove_files) COMPLETE
52082024-12-19T21:39:40.497Z[ recovery-image] Dec 19 21:39:38.154 INFO O| Dec 19 21:39:38.154 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52092024-12-19T21:39:40.523Z[ recovery-image] Dec 19 21:39:38.183 INFO O| Dec 19 21:39:38.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
52102024-12-19T21:39:40.523Z[ recovery-image] Dec 19 21:39:38.183 INFO O| Dec 19 21:39:38.183 INFO STEP 285 (remove_files) COMPLETE
52112024-12-19T21:39:40.526Z[ recovery-image] Dec 19 21:39:38.183 INFO O| Dec 19 21:39:38.183 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52122024-12-19T21:39:40.567Z[ recovery-image] Dec 19 21:39:38.227 INFO O| Dec 19 21:39:38.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
52132024-12-19T21:39:40.567Z[ recovery-image] Dec 19 21:39:38.227 INFO O| Dec 19 21:39:38.227 INFO STEP 286 (remove_files) COMPLETE
52142024-12-19T21:39:40.567Z[ recovery-image] Dec 19 21:39:38.227 INFO O| Dec 19 21:39:38.227 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52152024-12-19T21:39:40.586Z[ recovery-image] Dec 19 21:39:38.246 INFO O| Dec 19 21:39:38.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
52162024-12-19T21:39:40.586Z[ recovery-image] Dec 19 21:39:38.246 INFO O| Dec 19 21:39:38.246 INFO STEP 287 (remove_files) COMPLETE
52172024-12-19T21:39:40.586Z[ recovery-image] Dec 19 21:39:38.246 INFO O| Dec 19 21:39:38.246 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52182024-12-19T21:39:40.617Z[ recovery-image] Dec 19 21:39:38.277 INFO O| Dec 19 21:39:38.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
52192024-12-19T21:39:40.617Z[ recovery-image] Dec 19 21:39:38.277 INFO O| Dec 19 21:39:38.277 INFO STEP 288 (remove_files) COMPLETE
52202024-12-19T21:39:40.617Z[ recovery-image] Dec 19 21:39:38.277 INFO O| Dec 19 21:39:38.277 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52212024-12-19T21:39:40.637Z[ recovery-image] Dec 19 21:39:38.297 INFO O| Dec 19 21:39:38.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
52222024-12-19T21:39:40.637Z[ recovery-image] Dec 19 21:39:38.297 INFO O| Dec 19 21:39:38.297 INFO STEP 289 (remove_files) COMPLETE
52232024-12-19T21:39:40.637Z[ recovery-image] Dec 19 21:39:38.297 INFO O| Dec 19 21:39:38.297 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52242024-12-19T21:39:40.656Z[ recovery-image] Dec 19 21:39:38.316 INFO O| Dec 19 21:39:38.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
52252024-12-19T21:39:40.656Z[ recovery-image] Dec 19 21:39:38.316 INFO O| Dec 19 21:39:38.316 INFO STEP 290 (remove_files) COMPLETE
52262024-12-19T21:39:40.656Z[ recovery-image] Dec 19 21:39:38.316 INFO O| Dec 19 21:39:38.316 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52272024-12-19T21:39:40.675Z[ recovery-image] Dec 19 21:39:38.335 INFO O| Dec 19 21:39:38.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
52282024-12-19T21:39:40.678Z[ recovery-image] Dec 19 21:39:38.335 INFO O| Dec 19 21:39:38.335 INFO STEP 291 (remove_files) COMPLETE
52292024-12-19T21:39:40.678Z[ recovery-image] Dec 19 21:39:38.335 INFO O| Dec 19 21:39:38.335 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52302024-12-19T21:39:40.692Z[ recovery-image] Dec 19 21:39:38.352 INFO O| Dec 19 21:39:38.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
52312024-12-19T21:39:40.692Z[ recovery-image] Dec 19 21:39:38.352 INFO O| Dec 19 21:39:38.352 INFO STEP 292 (remove_files) COMPLETE
52322024-12-19T21:39:40.692Z[ recovery-image] Dec 19 21:39:38.352 INFO O| Dec 19 21:39:38.352 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-12-19T21:39:40.711Z[ recovery-image] Dec 19 21:39:38.371 INFO O| Dec 19 21:39:38.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
52342024-12-19T21:39:40.711Z[ recovery-image] Dec 19 21:39:38.371 INFO O| Dec 19 21:39:38.371 INFO STEP 293 (remove_files) COMPLETE
52352024-12-19T21:39:40.711Z[ recovery-image] Dec 19 21:39:38.371 INFO O| Dec 19 21:39:38.371 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-12-19T21:39:40.731Z[ recovery-image] Dec 19 21:39:38.391 INFO O| Dec 19 21:39:38.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
52372024-12-19T21:39:40.734Z[ recovery-image] Dec 19 21:39:38.391 INFO O| Dec 19 21:39:38.391 INFO STEP 294 (remove_files) COMPLETE
52382024-12-19T21:39:40.734Z[ recovery-image] Dec 19 21:39:38.391 INFO O| Dec 19 21:39:38.391 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-12-19T21:39:40.747Z[ recovery-image] Dec 19 21:39:38.408 INFO O| Dec 19 21:39:38.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
52402024-12-19T21:39:40.750Z[ recovery-image] Dec 19 21:39:38.408 INFO O| Dec 19 21:39:38.408 INFO STEP 295 (remove_files) COMPLETE
52412024-12-19T21:39:40.751Z[ recovery-image] Dec 19 21:39:38.408 INFO O| Dec 19 21:39:38.408 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-12-19T21:39:40.765Z[ recovery-image] Dec 19 21:39:38.425 INFO O| Dec 19 21:39:38.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
52432024-12-19T21:39:40.765Z[ recovery-image] Dec 19 21:39:38.426 INFO O| Dec 19 21:39:38.425 INFO STEP 296 (remove_files) COMPLETE
52442024-12-19T21:39:40.769Z[ recovery-image] Dec 19 21:39:38.426 INFO O| Dec 19 21:39:38.426 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-12-19T21:39:40.784Z[ recovery-image] Dec 19 21:39:38.444 INFO O| Dec 19 21:39:38.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
52462024-12-19T21:39:40.787Z[ recovery-image] Dec 19 21:39:38.444 INFO O| Dec 19 21:39:38.444 INFO STEP 297 (remove_files) COMPLETE
52472024-12-19T21:39:40.787Z[ recovery-image] Dec 19 21:39:38.444 INFO O| Dec 19 21:39:38.444 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-12-19T21:39:40.801Z[ recovery-image] Dec 19 21:39:38.462 INFO O| Dec 19 21:39:38.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
52492024-12-19T21:39:40.804Z[ recovery-image] Dec 19 21:39:38.462 INFO O| Dec 19 21:39:38.462 INFO STEP 298 (remove_files) COMPLETE
52502024-12-19T21:39:40.804Z[ recovery-image] Dec 19 21:39:38.462 INFO O| Dec 19 21:39:38.462 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-12-19T21:39:40.830Z[ recovery-image] Dec 19 21:39:38.490 INFO O| Dec 19 21:39:38.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
52522024-12-19T21:39:40.830Z[ recovery-image] Dec 19 21:39:38.490 INFO O| Dec 19 21:39:38.490 INFO STEP 299 (remove_files) COMPLETE
52532024-12-19T21:39:40.830Z[ recovery-image] Dec 19 21:39:38.490 INFO O| Dec 19 21:39:38.490 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-12-19T21:39:40.875Z[ recovery-image] Dec 19 21:39:38.533 INFO O| Dec 19 21:39:38.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
52552024-12-19T21:39:40.877Z[ recovery-image] Dec 19 21:39:38.533 INFO O| Dec 19 21:39:38.533 INFO STEP 300 (remove_files) COMPLETE
52562024-12-19T21:39:40.878Z[ recovery-image] Dec 19 21:39:38.533 INFO O| Dec 19 21:39:38.533 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-12-19T21:39:40.899Z[ recovery-image] Dec 19 21:39:38.559 INFO O| Dec 19 21:39:38.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
52582024-12-19T21:39:40.899Z[ recovery-image] Dec 19 21:39:38.559 INFO O| Dec 19 21:39:38.559 INFO STEP 301 (remove_files) COMPLETE
52592024-12-19T21:39:40.902Z[ recovery-image] Dec 19 21:39:38.559 INFO O| Dec 19 21:39:38.559 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-12-19T21:39:40.921Z[ recovery-image] Dec 19 21:39:38.581 INFO O| Dec 19 21:39:38.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
52612024-12-19T21:39:40.923Z[ recovery-image] Dec 19 21:39:38.581 INFO O| Dec 19 21:39:38.581 INFO STEP 302 (remove_files) COMPLETE
52622024-12-19T21:39:40.924Z[ recovery-image] Dec 19 21:39:38.581 INFO O| Dec 19 21:39:38.581 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-12-19T21:39:40.972Z[ recovery-image] Dec 19 21:39:38.632 INFO O| Dec 19 21:39:38.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
52642024-12-19T21:39:40.972Z[ recovery-image] Dec 19 21:39:38.633 INFO O| Dec 19 21:39:38.632 INFO STEP 303 (remove_files) COMPLETE
52652024-12-19T21:39:40.972Z[ recovery-image] Dec 19 21:39:38.633 INFO O| Dec 19 21:39:38.633 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-12-19T21:39:40.993Z[ recovery-image] Dec 19 21:39:38.653 INFO O| Dec 19 21:39:38.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
52672024-12-19T21:39:40.996Z[ recovery-image] Dec 19 21:39:38.653 INFO O| Dec 19 21:39:38.653 INFO STEP 304 (remove_files) COMPLETE
52682024-12-19T21:39:40.996Z[ recovery-image] Dec 19 21:39:38.653 INFO O| Dec 19 21:39:38.653 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-12-19T21:39:41.012Z[ recovery-image] Dec 19 21:39:38.672 INFO O| Dec 19 21:39:38.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
52702024-12-19T21:39:41.012Z[ recovery-image] Dec 19 21:39:38.672 INFO O| Dec 19 21:39:38.672 INFO STEP 305 (remove_files) COMPLETE
52712024-12-19T21:39:41.015Z[ recovery-image] Dec 19 21:39:38.672 INFO O| Dec 19 21:39:38.672 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-12-19T21:39:41.088Z[ recovery-image] Dec 19 21:39:38.748 INFO O| Dec 19 21:39:38.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
52732024-12-19T21:39:41.091Z[ recovery-image] Dec 19 21:39:38.748 INFO O| Dec 19 21:39:38.748 INFO STEP 306 (remove_files) COMPLETE
52742024-12-19T21:39:41.091Z[ recovery-image] Dec 19 21:39:38.749 INFO O| Dec 19 21:39:38.749 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-12-19T21:39:41.124Z[ recovery-image] Dec 19 21:39:38.784 INFO O| Dec 19 21:39:38.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
52762024-12-19T21:39:41.124Z[ recovery-image] Dec 19 21:39:38.784 INFO O| Dec 19 21:39:38.784 INFO STEP 307 (remove_files) COMPLETE
52772024-12-19T21:39:41.124Z[ recovery-image] Dec 19 21:39:38.784 INFO O| Dec 19 21:39:38.784 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-12-19T21:39:41.149Z[ recovery-image] Dec 19 21:39:38.808 INFO O| Dec 19 21:39:38.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
52792024-12-19T21:39:41.149Z[ recovery-image] Dec 19 21:39:38.808 INFO O| Dec 19 21:39:38.808 INFO STEP 308 (remove_files) COMPLETE
52802024-12-19T21:39:41.149Z[ recovery-image] Dec 19 21:39:38.808 INFO O| Dec 19 21:39:38.808 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-12-19T21:39:41.169Z[ recovery-image] Dec 19 21:39:38.830 INFO O| Dec 19 21:39:38.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
52822024-12-19T21:39:41.169Z[ recovery-image] Dec 19 21:39:38.830 INFO O| Dec 19 21:39:38.830 INFO STEP 309 (remove_files) COMPLETE
52832024-12-19T21:39:41.169Z[ recovery-image] Dec 19 21:39:38.830 INFO O| Dec 19 21:39:38.830 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-12-19T21:39:41.209Z[ recovery-image] Dec 19 21:39:38.869 INFO O| Dec 19 21:39:38.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
52852024-12-19T21:39:41.209Z[ recovery-image] Dec 19 21:39:38.869 INFO O| Dec 19 21:39:38.869 INFO STEP 310 (remove_files) COMPLETE
52862024-12-19T21:39:41.209Z[ recovery-image] Dec 19 21:39:38.869 INFO O| Dec 19 21:39:38.869 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-12-19T21:39:41.246Z[ recovery-image] Dec 19 21:39:38.906 INFO O| Dec 19 21:39:38.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
52882024-12-19T21:39:41.246Z[ recovery-image] Dec 19 21:39:38.906 INFO O| Dec 19 21:39:38.906 INFO STEP 311 (remove_files) COMPLETE
52892024-12-19T21:39:41.249Z[ recovery-image] Dec 19 21:39:38.906 INFO O| Dec 19 21:39:38.906 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-12-19T21:39:41.270Z[ recovery-image] Dec 19 21:39:38.930 INFO O| Dec 19 21:39:38.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
52912024-12-19T21:39:41.270Z[ recovery-image] Dec 19 21:39:38.930 INFO O| Dec 19 21:39:38.930 INFO STEP 312 (remove_files) COMPLETE
52922024-12-19T21:39:41.273Z[ recovery-image] Dec 19 21:39:38.930 INFO O| Dec 19 21:39:38.930 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-12-19T21:39:41.292Z[ recovery-image] Dec 19 21:39:38.952 INFO O| Dec 19 21:39:38.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
52942024-12-19T21:39:41.295Z[ recovery-image] Dec 19 21:39:38.952 INFO O| Dec 19 21:39:38.952 INFO STEP 313 (remove_files) COMPLETE
52952024-12-19T21:39:41.295Z[ recovery-image] Dec 19 21:39:38.953 INFO O| Dec 19 21:39:38.952 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-12-19T21:39:41.315Z[ recovery-image] Dec 19 21:39:38.975 INFO O| Dec 19 21:39:38.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
52972024-12-19T21:39:41.315Z[ recovery-image] Dec 19 21:39:38.976 INFO O| Dec 19 21:39:38.976 INFO STEP 314 (remove_files) COMPLETE
52982024-12-19T21:39:41.320Z[ recovery-image] Dec 19 21:39:38.976 INFO O| Dec 19 21:39:38.976 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-12-19T21:39:41.338Z[ recovery-image] Dec 19 21:39:38.998 INFO O| Dec 19 21:39:38.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
53002024-12-19T21:39:41.338Z[ recovery-image] Dec 19 21:39:38.998 INFO O| Dec 19 21:39:38.998 INFO STEP 315 (remove_files) COMPLETE
53012024-12-19T21:39:41.342Z[ recovery-image] Dec 19 21:39:38.998 INFO O| Dec 19 21:39:38.998 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-12-19T21:39:41.360Z[ recovery-image] Dec 19 21:39:39.020 INFO O| Dec 19 21:39:39.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
53032024-12-19T21:39:41.360Z[ recovery-image] Dec 19 21:39:39.020 INFO O| Dec 19 21:39:39.020 INFO STEP 316 (remove_files) COMPLETE
53042024-12-19T21:39:41.363Z[ recovery-image] Dec 19 21:39:39.020 INFO O| Dec 19 21:39:39.020 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-12-19T21:39:41.394Z[ recovery-image] Dec 19 21:39:39.055 INFO O| Dec 19 21:39:39.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
53062024-12-19T21:39:41.394Z[ recovery-image] Dec 19 21:39:39.055 INFO O| Dec 19 21:39:39.055 INFO STEP 317 (remove_files) COMPLETE
53072024-12-19T21:39:41.397Z[ recovery-image] Dec 19 21:39:39.055 INFO O| Dec 19 21:39:39.055 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-12-19T21:39:41.417Z[ recovery-image] Dec 19 21:39:39.077 INFO O| Dec 19 21:39:39.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
53092024-12-19T21:39:41.418Z[ recovery-image] Dec 19 21:39:39.077 INFO O| Dec 19 21:39:39.077 INFO STEP 318 (remove_files) COMPLETE
53102024-12-19T21:39:41.421Z[ recovery-image] Dec 19 21:39:39.077 INFO O| Dec 19 21:39:39.077 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-12-19T21:39:41.441Z[ recovery-image] Dec 19 21:39:39.101 INFO O| Dec 19 21:39:39.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
53122024-12-19T21:39:41.444Z[ recovery-image] Dec 19 21:39:39.101 INFO O| Dec 19 21:39:39.101 INFO STEP 319 (remove_files) COMPLETE
53132024-12-19T21:39:41.444Z[ recovery-image] Dec 19 21:39:39.102 INFO O| Dec 19 21:39:39.101 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-12-19T21:39:41.473Z[ recovery-image] Dec 19 21:39:39.133 INFO O| Dec 19 21:39:39.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
53152024-12-19T21:39:41.473Z[ recovery-image] Dec 19 21:39:39.133 INFO O| Dec 19 21:39:39.133 INFO STEP 320 (remove_files) COMPLETE
53162024-12-19T21:39:41.473Z[ recovery-image] Dec 19 21:39:39.133 INFO O| Dec 19 21:39:39.133 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-12-19T21:39:41.492Z[ recovery-image] Dec 19 21:39:39.152 INFO O| Dec 19 21:39:39.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
53182024-12-19T21:39:41.492Z[ recovery-image] Dec 19 21:39:39.152 INFO O| Dec 19 21:39:39.152 INFO STEP 321 (remove_files) COMPLETE
53192024-12-19T21:39:41.492Z[ recovery-image] Dec 19 21:39:39.152 INFO O| Dec 19 21:39:39.152 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-12-19T21:39:41.518Z[ recovery-image] Dec 19 21:39:39.178 INFO O| Dec 19 21:39:39.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
53212024-12-19T21:39:41.520Z[ recovery-image] Dec 19 21:39:39.178 INFO O| Dec 19 21:39:39.178 INFO STEP 322 (remove_files) COMPLETE
53222024-12-19T21:39:41.520Z[ recovery-image] Dec 19 21:39:39.179 INFO O| Dec 19 21:39:39.178 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-12-19T21:39:41.573Z[ recovery-image] Dec 19 21:39:39.233 INFO O| Dec 19 21:39:39.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
53242024-12-19T21:39:41.573Z[ recovery-image] Dec 19 21:39:39.233 INFO O| Dec 19 21:39:39.233 INFO STEP 323 (remove_files) COMPLETE
53252024-12-19T21:39:41.573Z[ recovery-image] Dec 19 21:39:39.233 INFO O| Dec 19 21:39:39.233 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-12-19T21:39:41.592Z[ recovery-image] Dec 19 21:39:39.252 INFO O| Dec 19 21:39:39.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
53272024-12-19T21:39:41.592Z[ recovery-image] Dec 19 21:39:39.252 INFO O| Dec 19 21:39:39.252 INFO STEP 324 (remove_files) COMPLETE
53282024-12-19T21:39:41.592Z[ recovery-image] Dec 19 21:39:39.252 INFO O| Dec 19 21:39:39.252 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-12-19T21:39:41.610Z[ recovery-image] Dec 19 21:39:39.269 INFO O| Dec 19 21:39:39.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
53302024-12-19T21:39:41.610Z[ recovery-image] Dec 19 21:39:39.269 INFO O| Dec 19 21:39:39.269 INFO STEP 325 (remove_files) COMPLETE
53312024-12-19T21:39:41.610Z[ recovery-image] Dec 19 21:39:39.269 INFO O| Dec 19 21:39:39.269 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-12-19T21:39:41.644Z[ recovery-image] Dec 19 21:39:39.304 INFO O| Dec 19 21:39:39.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
53332024-12-19T21:39:41.644Z[ recovery-image] Dec 19 21:39:39.304 INFO O| Dec 19 21:39:39.304 INFO STEP 326 (remove_files) COMPLETE
53342024-12-19T21:39:41.647Z[ recovery-image] Dec 19 21:39:39.304 INFO O| Dec 19 21:39:39.304 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-12-19T21:39:41.679Z[ recovery-image] Dec 19 21:39:39.339 INFO O| Dec 19 21:39:39.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
53362024-12-19T21:39:41.679Z[ recovery-image] Dec 19 21:39:39.339 INFO O| Dec 19 21:39:39.339 INFO STEP 327 (remove_files) COMPLETE
53372024-12-19T21:39:41.682Z[ recovery-image] Dec 19 21:39:39.339 INFO O| Dec 19 21:39:39.339 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-12-19T21:39:41.717Z[ recovery-image] Dec 19 21:39:39.377 INFO O| Dec 19 21:39:39.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
53392024-12-19T21:39:41.720Z[ recovery-image] Dec 19 21:39:39.377 INFO O| Dec 19 21:39:39.377 INFO STEP 328 (remove_files) COMPLETE
53402024-12-19T21:39:41.720Z[ recovery-image] Dec 19 21:39:39.377 INFO O| Dec 19 21:39:39.377 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-12-19T21:39:41.760Z[ recovery-image] Dec 19 21:39:39.420 INFO O| Dec 19 21:39:39.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
53422024-12-19T21:39:41.760Z[ recovery-image] Dec 19 21:39:39.420 INFO O| Dec 19 21:39:39.420 INFO STEP 329 (remove_files) COMPLETE
53432024-12-19T21:39:41.760Z[ recovery-image] Dec 19 21:39:39.420 INFO O| Dec 19 21:39:39.420 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-12-19T21:39:41.780Z[ recovery-image] Dec 19 21:39:39.440 INFO O| Dec 19 21:39:39.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
53452024-12-19T21:39:41.780Z[ recovery-image] Dec 19 21:39:39.440 INFO O| Dec 19 21:39:39.440 INFO STEP 330 (remove_files) COMPLETE
53462024-12-19T21:39:41.780Z[ recovery-image] Dec 19 21:39:39.440 INFO O| Dec 19 21:39:39.440 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-12-19T21:39:41.808Z[ recovery-image] Dec 19 21:39:39.468 INFO O| Dec 19 21:39:39.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
53482024-12-19T21:39:41.811Z[ recovery-image] Dec 19 21:39:39.469 INFO O| Dec 19 21:39:39.468 INFO STEP 331 (remove_files) COMPLETE
53492024-12-19T21:39:41.811Z[ recovery-image] Dec 19 21:39:39.469 INFO O| Dec 19 21:39:39.469 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-12-19T21:39:41.830Z[ recovery-image] Dec 19 21:39:39.490 INFO O| Dec 19 21:39:39.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
53512024-12-19T21:39:41.833Z[ recovery-image] Dec 19 21:39:39.490 INFO O| Dec 19 21:39:39.490 INFO STEP 332 (remove_files) COMPLETE
53522024-12-19T21:39:41.833Z[ recovery-image] Dec 19 21:39:39.490 INFO O| Dec 19 21:39:39.490 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-12-19T21:39:41.851Z[ recovery-image] Dec 19 21:39:39.511 INFO O| Dec 19 21:39:39.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
53542024-12-19T21:39:41.855Z[ recovery-image] Dec 19 21:39:39.515 INFO O| Dec 19 21:39:39.515 INFO STEP 333 (remove_files) COMPLETE
53552024-12-19T21:39:41.855Z[ recovery-image] Dec 19 21:39:39.515 INFO O| Dec 19 21:39:39.515 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-12-19T21:39:41.891Z[ recovery-image] Dec 19 21:39:39.551 INFO O| Dec 19 21:39:39.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
53572024-12-19T21:39:41.894Z[ recovery-image] Dec 19 21:39:39.551 INFO O| Dec 19 21:39:39.551 INFO STEP 334 (remove_files) COMPLETE
53582024-12-19T21:39:41.894Z[ recovery-image] Dec 19 21:39:39.552 INFO O| Dec 19 21:39:39.551 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-12-19T21:39:41.910Z[ recovery-image] Dec 19 21:39:39.570 INFO O| Dec 19 21:39:39.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
53602024-12-19T21:39:41.913Z[ recovery-image] Dec 19 21:39:39.571 INFO O| Dec 19 21:39:39.571 INFO STEP 335 (remove_files) COMPLETE
53612024-12-19T21:39:41.913Z[ recovery-image] Dec 19 21:39:39.571 INFO O| Dec 19 21:39:39.571 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-12-19T21:39:41.949Z[ recovery-image] Dec 19 21:39:39.609 INFO O| Dec 19 21:39:39.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
53632024-12-19T21:39:41.952Z[ recovery-image] Dec 19 21:39:39.609 INFO O| Dec 19 21:39:39.609 INFO STEP 336 (remove_files) COMPLETE
53642024-12-19T21:39:41.952Z[ recovery-image] Dec 19 21:39:39.609 INFO O| Dec 19 21:39:39.609 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-12-19T21:39:41.973Z[ recovery-image] Dec 19 21:39:39.633 INFO O| Dec 19 21:39:39.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
53662024-12-19T21:39:41.974Z[ recovery-image] Dec 19 21:39:39.633 INFO O| Dec 19 21:39:39.633 INFO STEP 337 (remove_files) COMPLETE
53672024-12-19T21:39:41.974Z[ recovery-image] Dec 19 21:39:39.633 INFO O| Dec 19 21:39:39.633 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-12-19T21:39:41.996Z[ recovery-image] Dec 19 21:39:39.656 INFO O| Dec 19 21:39:39.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
53692024-12-19T21:39:41.996Z[ recovery-image] Dec 19 21:39:39.656 INFO O| Dec 19 21:39:39.656 INFO STEP 338 (remove_files) COMPLETE
53702024-12-19T21:39:41.996Z[ recovery-image] Dec 19 21:39:39.656 INFO O| Dec 19 21:39:39.656 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-12-19T21:39:42.017Z[ recovery-image] Dec 19 21:39:39.677 INFO O| Dec 19 21:39:39.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
53722024-12-19T21:39:42.017Z[ recovery-image] Dec 19 21:39:39.677 INFO O| Dec 19 21:39:39.677 INFO STEP 339 (remove_files) COMPLETE
53732024-12-19T21:39:42.017Z[ recovery-image] Dec 19 21:39:39.677 INFO O| Dec 19 21:39:39.677 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-12-19T21:39:42.065Z[ recovery-image] Dec 19 21:39:39.725 INFO O| Dec 19 21:39:39.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
53752024-12-19T21:39:42.065Z[ recovery-image] Dec 19 21:39:39.725 INFO O| Dec 19 21:39:39.725 INFO STEP 340 (remove_files) COMPLETE
53762024-12-19T21:39:42.068Z[ recovery-image] Dec 19 21:39:39.725 INFO O| Dec 19 21:39:39.725 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-12-19T21:39:42.094Z[ recovery-image] Dec 19 21:39:39.754 INFO O| Dec 19 21:39:39.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
53782024-12-19T21:39:42.097Z[ recovery-image] Dec 19 21:39:39.754 INFO O| Dec 19 21:39:39.754 INFO STEP 341 (remove_files) COMPLETE
53792024-12-19T21:39:42.097Z[ recovery-image] Dec 19 21:39:39.754 INFO O| Dec 19 21:39:39.754 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-12-19T21:39:42.120Z[ recovery-image] Dec 19 21:39:39.780 INFO O| Dec 19 21:39:39.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
53812024-12-19T21:39:42.120Z[ recovery-image] Dec 19 21:39:39.780 INFO O| Dec 19 21:39:39.780 INFO STEP 342 (remove_files) COMPLETE
53822024-12-19T21:39:42.123Z[ recovery-image] Dec 19 21:39:39.780 INFO O| Dec 19 21:39:39.780 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-12-19T21:39:42.144Z[ recovery-image] Dec 19 21:39:39.804 INFO O| Dec 19 21:39:39.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
53842024-12-19T21:39:42.147Z[ recovery-image] Dec 19 21:39:39.804 INFO O| Dec 19 21:39:39.804 INFO STEP 343 (remove_files) COMPLETE
53852024-12-19T21:39:42.147Z[ recovery-image] Dec 19 21:39:39.804 INFO O| Dec 19 21:39:39.804 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-12-19T21:39:42.168Z[ recovery-image] Dec 19 21:39:39.828 INFO O| Dec 19 21:39:39.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
53872024-12-19T21:39:42.168Z[ recovery-image] Dec 19 21:39:39.828 INFO O| Dec 19 21:39:39.828 INFO STEP 344 (remove_files) COMPLETE
53882024-12-19T21:39:42.171Z[ recovery-image] Dec 19 21:39:39.828 INFO O| Dec 19 21:39:39.828 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-12-19T21:39:42.194Z[ recovery-image] Dec 19 21:39:39.854 INFO O| Dec 19 21:39:39.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
53902024-12-19T21:39:42.195Z[ recovery-image] Dec 19 21:39:39.854 INFO O| Dec 19 21:39:39.854 INFO STEP 345 (remove_files) COMPLETE
53912024-12-19T21:39:42.198Z[ recovery-image] Dec 19 21:39:39.854 INFO O| Dec 19 21:39:39.854 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-12-19T21:39:42.222Z[ recovery-image] Dec 19 21:39:39.881 INFO O| Dec 19 21:39:39.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
53932024-12-19T21:39:42.225Z[ recovery-image] Dec 19 21:39:39.885 INFO O| Dec 19 21:39:39.885 INFO STEP 346 (remove_files) COMPLETE
53942024-12-19T21:39:42.225Z[ recovery-image] Dec 19 21:39:39.885 INFO O| Dec 19 21:39:39.885 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-12-19T21:39:42.268Z[ recovery-image] Dec 19 21:39:39.928 INFO O| Dec 19 21:39:39.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
53962024-12-19T21:39:42.271Z[ recovery-image] Dec 19 21:39:39.928 INFO O| Dec 19 21:39:39.928 INFO STEP 347 (remove_files) COMPLETE
53972024-12-19T21:39:42.271Z[ recovery-image] Dec 19 21:39:39.928 INFO O| Dec 19 21:39:39.928 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-12-19T21:39:42.291Z[ recovery-image] Dec 19 21:39:39.951 INFO O| Dec 19 21:39:39.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
53992024-12-19T21:39:42.298Z[ recovery-image] Dec 19 21:39:39.951 INFO O| Dec 19 21:39:39.951 INFO STEP 348 (remove_files) COMPLETE
54002024-12-19T21:39:42.298Z[ recovery-image] Dec 19 21:39:39.951 INFO O| Dec 19 21:39:39.951 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-12-19T21:39:42.316Z[ recovery-image] Dec 19 21:39:39.975 INFO O| Dec 19 21:39:39.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
54022024-12-19T21:39:42.316Z[ recovery-image] Dec 19 21:39:39.975 INFO O| Dec 19 21:39:39.975 INFO STEP 349 (remove_files) COMPLETE
54032024-12-19T21:39:42.316Z[ recovery-image] Dec 19 21:39:39.975 INFO O| Dec 19 21:39:39.975 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-12-19T21:39:42.376Z[ recovery-image] Dec 19 21:39:40.035 INFO O| Dec 19 21:39:40.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
54052024-12-19T21:39:42.376Z[ recovery-image] Dec 19 21:39:40.036 INFO O| Dec 19 21:39:40.036 INFO STEP 350 (remove_files) COMPLETE
54062024-12-19T21:39:42.376Z[ recovery-image] Dec 19 21:39:40.036 INFO O| Dec 19 21:39:40.036 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-12-19T21:39:42.399Z[ recovery-image] Dec 19 21:39:40.059 INFO O| Dec 19 21:39:40.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
54082024-12-19T21:39:42.399Z[ recovery-image] Dec 19 21:39:40.059 INFO O| Dec 19 21:39:40.059 INFO STEP 351 (remove_files) COMPLETE
54092024-12-19T21:39:42.399Z[ recovery-image] Dec 19 21:39:40.059 INFO O| Dec 19 21:39:40.059 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-12-19T21:39:42.423Z[ recovery-image] Dec 19 21:39:40.082 INFO O| Dec 19 21:39:40.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
54112024-12-19T21:39:42.423Z[ recovery-image] Dec 19 21:39:40.083 INFO O| Dec 19 21:39:40.083 INFO STEP 352 (remove_files) COMPLETE
54122024-12-19T21:39:42.423Z[ recovery-image] Dec 19 21:39:40.083 INFO O| Dec 19 21:39:40.083 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-12-19T21:39:42.454Z[ recovery-image] Dec 19 21:39:40.113 INFO O| Dec 19 21:39:40.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
54142024-12-19T21:39:42.454Z[ recovery-image] Dec 19 21:39:40.113 INFO O| Dec 19 21:39:40.113 INFO STEP 353 (remove_files) COMPLETE
54152024-12-19T21:39:42.454Z[ recovery-image] Dec 19 21:39:40.113 INFO O| Dec 19 21:39:40.113 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-12-19T21:39:42.479Z[ recovery-image] Dec 19 21:39:40.139 INFO O| Dec 19 21:39:40.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
54172024-12-19T21:39:42.479Z[ recovery-image] Dec 19 21:39:40.139 INFO O| Dec 19 21:39:40.139 INFO STEP 354 (remove_files) COMPLETE
54182024-12-19T21:39:42.479Z[ recovery-image] Dec 19 21:39:40.139 INFO O| Dec 19 21:39:40.139 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-12-19T21:39:42.504Z[ recovery-image] Dec 19 21:39:40.161 INFO O| Dec 19 21:39:40.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
54202024-12-19T21:39:42.504Z[ recovery-image] Dec 19 21:39:40.162 INFO O| Dec 19 21:39:40.162 INFO STEP 355 (remove_files) COMPLETE
54212024-12-19T21:39:42.504Z[ recovery-image] Dec 19 21:39:40.162 INFO O| Dec 19 21:39:40.162 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-12-19T21:39:42.521Z[ recovery-image] Dec 19 21:39:40.181 INFO O| Dec 19 21:39:40.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
54232024-12-19T21:39:42.525Z[ recovery-image] Dec 19 21:39:40.181 INFO O| Dec 19 21:39:40.181 INFO STEP 356 (remove_files) COMPLETE
54242024-12-19T21:39:42.525Z[ recovery-image] Dec 19 21:39:40.182 INFO O| Dec 19 21:39:40.181 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-12-19T21:39:42.542Z[ recovery-image] Dec 19 21:39:40.202 INFO O| Dec 19 21:39:40.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
54262024-12-19T21:39:42.545Z[ recovery-image] Dec 19 21:39:40.202 INFO O| Dec 19 21:39:40.202 INFO STEP 357 (remove_files) COMPLETE
54272024-12-19T21:39:42.545Z[ recovery-image] Dec 19 21:39:40.203 INFO O| Dec 19 21:39:40.202 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-12-19T21:39:42.545Z[ host-image] Dec 19 21:39:40.204 INFO O| Dec 19 21:39:40.203 INFO O| Planning: Solver setup ... Done
54292024-12-19T21:39:42.552Z[ host-image] Dec 19 21:39:40.210 INFO O| Dec 19 21:39:40.210 INFO O| Planning: Running solver ... Done
54302024-12-19T21:39:42.562Z[ recovery-image] Dec 19 21:39:40.222 INFO O| Dec 19 21:39:40.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
54312024-12-19T21:39:42.565Z[ recovery-image] Dec 19 21:39:40.222 INFO O| Dec 19 21:39:40.222 INFO STEP 358 (remove_files) COMPLETE
54322024-12-19T21:39:42.565Z[ recovery-image] Dec 19 21:39:40.222 INFO O| Dec 19 21:39:40.222 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54332024-12-19T21:39:42.582Z[ recovery-image] Dec 19 21:39:40.242 INFO O| Dec 19 21:39:40.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
54342024-12-19T21:39:42.585Z[ recovery-image] Dec 19 21:39:40.242 INFO O| Dec 19 21:39:40.242 INFO STEP 359 (remove_files) COMPLETE
54352024-12-19T21:39:42.585Z[ recovery-image] Dec 19 21:39:40.242 INFO O| Dec 19 21:39:40.242 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-12-19T21:39:42.623Z[ recovery-image] Dec 19 21:39:40.283 INFO O| Dec 19 21:39:40.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
54372024-12-19T21:39:42.645Z[ recovery-image] Dec 19 21:39:40.304 INFO O| Dec 19 21:39:40.304 INFO STEP 360 (remove_files) COMPLETE
54382024-12-19T21:39:42.648Z[ recovery-image] Dec 19 21:39:40.304 INFO O| Dec 19 21:39:40.304 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-12-19T21:39:42.663Z[ host-image] Dec 19 21:39:40.322 INFO O| Dec 19 21:39:40.322 INFO O| Planning: Finding local manifests ... Done
54402024-12-19T21:39:42.666Z[ host-image] Dec 19 21:39:40.324 INFO O| Dec 19 21:39:40.323 INFO O| Planning: Fetching manifests: 0/1 0% complete
54412024-12-19T21:39:42.705Z[ recovery-image] Dec 19 21:39:40.364 INFO O| Dec 19 21:39:40.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
54422024-12-19T21:39:42.708Z[ recovery-image] Dec 19 21:39:40.365 INFO O| Dec 19 21:39:40.364 INFO STEP 361 (remove_files) COMPLETE
54432024-12-19T21:39:42.708Z[ recovery-image] Dec 19 21:39:40.365 INFO O| Dec 19 21:39:40.365 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-12-19T21:39:42.745Z[ recovery-image] Dec 19 21:39:40.405 INFO O| Dec 19 21:39:40.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
54452024-12-19T21:39:42.748Z[ recovery-image] Dec 19 21:39:40.405 INFO O| Dec 19 21:39:40.405 INFO STEP 362 (remove_files) COMPLETE
54462024-12-19T21:39:42.748Z[ recovery-image] Dec 19 21:39:40.405 INFO O| Dec 19 21:39:40.405 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-12-19T21:39:42.766Z[ recovery-image] Dec 19 21:39:40.426 INFO O| Dec 19 21:39:40.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
54482024-12-19T21:39:42.769Z[ recovery-image] Dec 19 21:39:40.426 INFO O| Dec 19 21:39:40.426 INFO STEP 363 (remove_files) COMPLETE
54492024-12-19T21:39:42.769Z[ recovery-image] Dec 19 21:39:40.426 INFO O| Dec 19 21:39:40.426 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-12-19T21:39:42.787Z[ recovery-image] Dec 19 21:39:40.446 INFO O| Dec 19 21:39:40.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
54512024-12-19T21:39:42.791Z[ recovery-image] Dec 19 21:39:40.446 INFO O| Dec 19 21:39:40.446 INFO STEP 364 (remove_files) COMPLETE
54522024-12-19T21:39:42.791Z[ recovery-image] Dec 19 21:39:40.447 INFO O| Dec 19 21:39:40.446 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-12-19T21:39:42.826Z[ recovery-image] Dec 19 21:39:40.486 INFO O| Dec 19 21:39:40.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
54542024-12-19T21:39:42.829Z[ recovery-image] Dec 19 21:39:40.486 INFO O| Dec 19 21:39:40.486 INFO STEP 365 (remove_files) COMPLETE
54552024-12-19T21:39:42.829Z[ recovery-image] Dec 19 21:39:40.486 INFO O| Dec 19 21:39:40.486 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-12-19T21:39:42.847Z[ recovery-image] Dec 19 21:39:40.507 INFO O| Dec 19 21:39:40.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
54572024-12-19T21:39:42.851Z[ recovery-image] Dec 19 21:39:40.507 INFO O| Dec 19 21:39:40.507 INFO STEP 366 (remove_files) COMPLETE
54582024-12-19T21:39:42.851Z[ recovery-image] Dec 19 21:39:40.507 INFO O| Dec 19 21:39:40.507 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-12-19T21:39:42.881Z[ recovery-image] Dec 19 21:39:40.540 INFO O| Dec 19 21:39:40.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
54602024-12-19T21:39:42.883Z[ recovery-image] Dec 19 21:39:40.540 INFO O| Dec 19 21:39:40.540 INFO STEP 367 (remove_files) COMPLETE
54612024-12-19T21:39:42.883Z[ recovery-image] Dec 19 21:39:40.540 INFO O| Dec 19 21:39:40.540 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-12-19T21:39:42.907Z[ recovery-image] Dec 19 21:39:40.566 INFO O| Dec 19 21:39:40.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
54632024-12-19T21:39:42.907Z[ recovery-image] Dec 19 21:39:40.566 INFO O| Dec 19 21:39:40.566 INFO STEP 368 (remove_files) COMPLETE
54642024-12-19T21:39:42.907Z[ recovery-image] Dec 19 21:39:40.566 INFO O| Dec 19 21:39:40.566 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-12-19T21:39:42.967Z[ recovery-image] Dec 19 21:39:40.627 INFO O| Dec 19 21:39:40.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
54662024-12-19T21:39:42.967Z[ recovery-image] Dec 19 21:39:40.627 INFO O| Dec 19 21:39:40.627 INFO STEP 369 (remove_files) COMPLETE
54672024-12-19T21:39:42.967Z[ recovery-image] Dec 19 21:39:40.627 INFO O| Dec 19 21:39:40.627 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-12-19T21:39:42.988Z[ recovery-image] Dec 19 21:39:40.647 INFO O| Dec 19 21:39:40.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
54692024-12-19T21:39:42.988Z[ recovery-image] Dec 19 21:39:40.647 INFO O| Dec 19 21:39:40.647 INFO STEP 370 (remove_files) COMPLETE
54702024-12-19T21:39:42.988Z[ recovery-image] Dec 19 21:39:40.647 INFO O| Dec 19 21:39:40.647 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-12-19T21:39:43.006Z[ recovery-image] Dec 19 21:39:40.665 INFO O| Dec 19 21:39:40.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
54722024-12-19T21:39:43.006Z[ recovery-image] Dec 19 21:39:40.665 INFO O| Dec 19 21:39:40.665 INFO STEP 371 (remove_files) COMPLETE
54732024-12-19T21:39:43.006Z[ recovery-image] Dec 19 21:39:40.665 INFO O| Dec 19 21:39:40.665 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-12-19T21:39:43.028Z[ recovery-image] Dec 19 21:39:40.687 INFO O| Dec 19 21:39:40.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
54752024-12-19T21:39:43.028Z[ recovery-image] Dec 19 21:39:40.687 INFO O| Dec 19 21:39:40.687 INFO STEP 372 (remove_files) COMPLETE
54762024-12-19T21:39:43.028Z[ recovery-image] Dec 19 21:39:40.687 INFO O| Dec 19 21:39:40.687 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-12-19T21:39:43.053Z[ recovery-image] Dec 19 21:39:40.712 INFO O| Dec 19 21:39:40.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
54782024-12-19T21:39:43.053Z[ recovery-image] Dec 19 21:39:40.712 INFO O| Dec 19 21:39:40.712 INFO STEP 373 (remove_files) COMPLETE
54792024-12-19T21:39:43.053Z[ recovery-image] Dec 19 21:39:40.712 INFO O| Dec 19 21:39:40.712 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-12-19T21:39:43.076Z[ recovery-image] Dec 19 21:39:40.736 INFO O| Dec 19 21:39:40.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
54812024-12-19T21:39:43.077Z[ recovery-image] Dec 19 21:39:40.736 INFO O| Dec 19 21:39:40.736 INFO STEP 374 (remove_files) COMPLETE
54822024-12-19T21:39:43.077Z[ recovery-image] Dec 19 21:39:40.736 INFO O| Dec 19 21:39:40.736 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-12-19T21:39:43.099Z[ recovery-image] Dec 19 21:39:40.759 INFO O| Dec 19 21:39:40.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
54842024-12-19T21:39:43.099Z[ recovery-image] Dec 19 21:39:40.759 INFO O| Dec 19 21:39:40.759 INFO STEP 375 (remove_files) COMPLETE
54852024-12-19T21:39:43.099Z[ recovery-image] Dec 19 21:39:40.759 INFO O| Dec 19 21:39:40.759 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-12-19T21:39:43.121Z[ recovery-image] Dec 19 21:39:40.780 INFO O| Dec 19 21:39:40.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
54872024-12-19T21:39:43.121Z[ recovery-image] Dec 19 21:39:40.780 INFO O| Dec 19 21:39:40.780 INFO STEP 376 (remove_files) COMPLETE
54882024-12-19T21:39:43.121Z[ recovery-image] Dec 19 21:39:40.780 INFO O| Dec 19 21:39:40.780 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-12-19T21:39:43.142Z[ recovery-image] Dec 19 21:39:40.801 INFO O| Dec 19 21:39:40.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
54902024-12-19T21:39:43.142Z[ recovery-image] Dec 19 21:39:40.801 INFO O| Dec 19 21:39:40.801 INFO STEP 377 (remove_files) COMPLETE
54912024-12-19T21:39:43.146Z[ recovery-image] Dec 19 21:39:40.801 INFO O| Dec 19 21:39:40.801 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-12-19T21:39:43.178Z[ recovery-image] Dec 19 21:39:40.838 INFO O| Dec 19 21:39:40.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
54932024-12-19T21:39:43.179Z[ recovery-image] Dec 19 21:39:40.838 INFO O| Dec 19 21:39:40.838 INFO STEP 378 (remove_files) COMPLETE
54942024-12-19T21:39:43.179Z[ recovery-image] Dec 19 21:39:40.838 INFO O| Dec 19 21:39:40.838 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-12-19T21:39:43.202Z[ recovery-image] Dec 19 21:39:40.861 INFO O| Dec 19 21:39:40.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
54962024-12-19T21:39:43.204Z[ recovery-image] Dec 19 21:39:40.861 INFO O| Dec 19 21:39:40.861 INFO STEP 379 (remove_files) COMPLETE
54972024-12-19T21:39:43.204Z[ recovery-image] Dec 19 21:39:40.861 INFO O| Dec 19 21:39:40.861 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-12-19T21:39:43.224Z[ recovery-image] Dec 19 21:39:40.883 INFO O| Dec 19 21:39:40.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
54992024-12-19T21:39:43.224Z[ recovery-image] Dec 19 21:39:40.883 INFO O| Dec 19 21:39:40.883 INFO STEP 380 (remove_files) COMPLETE
55002024-12-19T21:39:43.224Z[ recovery-image] Dec 19 21:39:40.883 INFO O| Dec 19 21:39:40.883 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-12-19T21:39:43.245Z[ recovery-image] Dec 19 21:39:40.904 INFO O| Dec 19 21:39:40.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
55022024-12-19T21:39:43.245Z[ recovery-image] Dec 19 21:39:40.904 INFO O| Dec 19 21:39:40.904 INFO STEP 381 (remove_files) COMPLETE
55032024-12-19T21:39:43.245Z[ recovery-image] Dec 19 21:39:40.904 INFO O| Dec 19 21:39:40.904 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-12-19T21:39:43.272Z[ recovery-image] Dec 19 21:39:40.931 INFO O| Dec 19 21:39:40.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
55052024-12-19T21:39:43.272Z[ recovery-image] Dec 19 21:39:40.931 INFO O| Dec 19 21:39:40.931 INFO STEP 382 (remove_files) COMPLETE
55062024-12-19T21:39:43.275Z[ recovery-image] Dec 19 21:39:40.931 INFO O| Dec 19 21:39:40.931 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-12-19T21:39:43.288Z[ host-image] Dec 19 21:39:40.946 INFO O| Dec 19 21:39:40.946 INFO O| Planning: Fetching manifests: 1/1 100% complete
55082024-12-19T21:39:43.300Z[ recovery-image] Dec 19 21:39:40.959 INFO O| Dec 19 21:39:40.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
55092024-12-19T21:39:43.300Z[ recovery-image] Dec 19 21:39:40.959 INFO O| Dec 19 21:39:40.959 INFO STEP 383 (remove_files) COMPLETE
55102024-12-19T21:39:43.303Z[ recovery-image] Dec 19 21:39:40.959 INFO O| Dec 19 21:39:40.959 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-12-19T21:39:43.327Z[ host-image] Dec 19 21:39:40.987 INFO O| Dec 19 21:39:40.986 INFO O| Planning: Package planning ... Done
55122024-12-19T21:39:43.330Z[ host-image] Dec 19 21:39:40.988 INFO O| Dec 19 21:39:40.987 INFO O| Planning: Merging actions ... Done
55132024-12-19T21:39:43.352Z[ recovery-image] Dec 19 21:39:41.011 INFO O| Dec 19 21:39:41.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
55142024-12-19T21:39:43.352Z[ recovery-image] Dec 19 21:39:41.011 INFO O| Dec 19 21:39:41.011 INFO STEP 384 (remove_files) COMPLETE
55152024-12-19T21:39:43.355Z[ recovery-image] Dec 19 21:39:41.011 INFO O| Dec 19 21:39:41.011 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-12-19T21:39:43.373Z[ recovery-image] Dec 19 21:39:41.033 INFO O| Dec 19 21:39:41.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
55172024-12-19T21:39:43.373Z[ recovery-image] Dec 19 21:39:41.033 INFO O| Dec 19 21:39:41.033 INFO STEP 385 (remove_files) COMPLETE
55182024-12-19T21:39:43.376Z[ recovery-image] Dec 19 21:39:41.033 INFO O| Dec 19 21:39:41.033 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-12-19T21:39:43.416Z[ recovery-image] Dec 19 21:39:41.075 INFO O| Dec 19 21:39:41.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
55202024-12-19T21:39:43.416Z[ recovery-image] Dec 19 21:39:41.075 INFO O| Dec 19 21:39:41.075 INFO STEP 386 (remove_files) COMPLETE
55212024-12-19T21:39:43.419Z[ recovery-image] Dec 19 21:39:41.075 INFO O| Dec 19 21:39:41.075 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-12-19T21:39:43.460Z[ host-image] Dec 19 21:39:41.119 INFO O| Dec 19 21:39:41.119 INFO O| Planning: Checking for conflicting actions ... Done
55232024-12-19T21:39:43.463Z[ host-image] Dec 19 21:39:41.120 INFO O| Dec 19 21:39:41.120 INFO O| Planning: Consolidating action changes ... Done
55242024-12-19T21:39:43.490Z[ recovery-image] Dec 19 21:39:41.148 INFO O| Dec 19 21:39:41.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
55252024-12-19T21:39:43.490Z[ recovery-image] Dec 19 21:39:41.149 INFO O| Dec 19 21:39:41.149 INFO STEP 387 (remove_files) COMPLETE
55262024-12-19T21:39:43.493Z[ recovery-image] Dec 19 21:39:41.149 INFO O| Dec 19 21:39:41.149 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-12-19T21:39:43.508Z[ recovery-image] Dec 19 21:39:41.167 INFO O| Dec 19 21:39:41.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
55282024-12-19T21:39:43.508Z[ recovery-image] Dec 19 21:39:41.167 INFO O| Dec 19 21:39:41.167 INFO STEP 388 (remove_files) COMPLETE
55292024-12-19T21:39:43.511Z[ recovery-image] Dec 19 21:39:41.167 INFO O| Dec 19 21:39:41.167 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-12-19T21:39:43.534Z[ recovery-image] Dec 19 21:39:41.192 INFO O| Dec 19 21:39:41.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
55312024-12-19T21:39:43.534Z[ recovery-image] Dec 19 21:39:41.192 INFO O| Dec 19 21:39:41.192 INFO STEP 389 (remove_files) COMPLETE
55322024-12-19T21:39:43.534Z[ recovery-image] Dec 19 21:39:41.192 INFO O| Dec 19 21:39:41.192 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-12-19T21:39:43.569Z[ recovery-image] Dec 19 21:39:41.228 INFO O| Dec 19 21:39:41.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
55342024-12-19T21:39:43.569Z[ recovery-image] Dec 19 21:39:41.228 INFO O| Dec 19 21:39:41.228 INFO STEP 390 (remove_files) COMPLETE
55352024-12-19T21:39:43.569Z[ recovery-image] Dec 19 21:39:41.228 INFO O| Dec 19 21:39:41.228 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-12-19T21:39:43.629Z[ recovery-image] Dec 19 21:39:41.287 INFO O| Dec 19 21:39:41.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
55372024-12-19T21:39:43.629Z[ recovery-image] Dec 19 21:39:41.287 INFO O| Dec 19 21:39:41.287 INFO STEP 391 (remove_files) COMPLETE
55382024-12-19T21:39:43.629Z[ recovery-image] Dec 19 21:39:41.287 INFO O| Dec 19 21:39:41.287 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-12-19T21:39:43.690Z[ recovery-image] Dec 19 21:39:41.349 INFO O| Dec 19 21:39:41.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
55402024-12-19T21:39:43.690Z[ recovery-image] Dec 19 21:39:41.349 INFO O| Dec 19 21:39:41.349 INFO STEP 392 (remove_files) COMPLETE
55412024-12-19T21:39:43.690Z[ recovery-image] Dec 19 21:39:41.349 INFO O| Dec 19 21:39:41.349 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-12-19T21:39:43.711Z[ recovery-image] Dec 19 21:39:41.371 INFO O| Dec 19 21:39:41.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
55432024-12-19T21:39:43.712Z[ recovery-image] Dec 19 21:39:41.371 INFO O| Dec 19 21:39:41.371 INFO STEP 393 (remove_files) COMPLETE
55442024-12-19T21:39:43.715Z[ recovery-image] Dec 19 21:39:41.371 INFO O| Dec 19 21:39:41.371 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-12-19T21:39:43.732Z[ recovery-image] Dec 19 21:39:41.391 INFO O| Dec 19 21:39:41.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
55462024-12-19T21:39:43.732Z[ recovery-image] Dec 19 21:39:41.391 INFO O| Dec 19 21:39:41.391 INFO STEP 394 (remove_files) COMPLETE
55472024-12-19T21:39:43.732Z[ recovery-image] Dec 19 21:39:41.391 INFO O| Dec 19 21:39:41.391 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-12-19T21:39:43.773Z[ recovery-image] Dec 19 21:39:41.432 INFO O| Dec 19 21:39:41.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
55492024-12-19T21:39:43.776Z[ recovery-image] Dec 19 21:39:41.432 INFO O| Dec 19 21:39:41.432 INFO STEP 395 (remove_files) COMPLETE
55502024-12-19T21:39:43.776Z[ recovery-image] Dec 19 21:39:41.432 INFO O| Dec 19 21:39:41.432 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-12-19T21:39:43.794Z[ recovery-image] Dec 19 21:39:41.453 INFO O| Dec 19 21:39:41.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
55522024-12-19T21:39:43.797Z[ recovery-image] Dec 19 21:39:41.453 INFO O| Dec 19 21:39:41.453 INFO STEP 396 (remove_files) COMPLETE
55532024-12-19T21:39:43.797Z[ recovery-image] Dec 19 21:39:41.453 INFO O| Dec 19 21:39:41.453 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-12-19T21:39:43.817Z[ host-image] Dec 19 21:39:41.476 INFO O| Dec 19 21:39:41.476 INFO O| Planning: Evaluating mediators ... Done
55552024-12-19T21:39:43.820Z[ host-image] Dec 19 21:39:41.477 INFO O| Dec 19 21:39:41.477 INFO O| Planning: Planning completed in 5.56 seconds
55562024-12-19T21:39:43.822Z[ host-image] Dec 19 21:39:41.480 INFO O| Dec 19 21:39:41.480 INFO O| Packages to install: 1
55572024-12-19T21:39:43.831Z[ recovery-image] Dec 19 21:39:41.490 INFO O| Dec 19 21:39:41.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
55582024-12-19T21:39:43.831Z[ recovery-image] Dec 19 21:39:41.490 INFO O| Dec 19 21:39:41.490 INFO STEP 397 (remove_files) COMPLETE
55592024-12-19T21:39:43.831Z[ recovery-image] Dec 19 21:39:41.490 INFO O| Dec 19 21:39:41.490 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-12-19T21:39:43.858Z[ host-image] Dec 19 21:39:41.507 INFO O| Dec 19 21:39:41.506 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete
55612024-12-19T21:39:43.865Z[ recovery-image] Dec 19 21:39:41.512 INFO O| Dec 19 21:39:41.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
55622024-12-19T21:39:43.865Z[ recovery-image] Dec 19 21:39:41.512 INFO O| Dec 19 21:39:41.512 INFO STEP 398 (remove_files) COMPLETE
55632024-12-19T21:39:43.865Z[ recovery-image] Dec 19 21:39:41.512 INFO O| Dec 19 21:39:41.512 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-12-19T21:39:43.872Z[ recovery-image] Dec 19 21:39:41.531 INFO O| Dec 19 21:39:41.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
55652024-12-19T21:39:43.872Z[ recovery-image] Dec 19 21:39:41.532 INFO O| Dec 19 21:39:41.531 INFO STEP 399 (remove_files) COMPLETE
55662024-12-19T21:39:43.875Z[ recovery-image] Dec 19 21:39:41.532 INFO O| Dec 19 21:39:41.532 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-12-19T21:39:43.894Z[ recovery-image] Dec 19 21:39:41.552 INFO O| Dec 19 21:39:41.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
55682024-12-19T21:39:43.894Z[ recovery-image] Dec 19 21:39:41.553 INFO O| Dec 19 21:39:41.553 INFO STEP 400 (remove_files) COMPLETE
55692024-12-19T21:39:43.894Z[ recovery-image] Dec 19 21:39:41.553 INFO O| Dec 19 21:39:41.553 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-12-19T21:39:43.916Z[ recovery-image] Dec 19 21:39:41.574 INFO O| Dec 19 21:39:41.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
55712024-12-19T21:39:43.916Z[ recovery-image] Dec 19 21:39:41.574 INFO O| Dec 19 21:39:41.574 INFO STEP 401 (remove_files) COMPLETE
55722024-12-19T21:39:43.919Z[ recovery-image] Dec 19 21:39:41.574 INFO O| Dec 19 21:39:41.574 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-12-19T21:39:43.935Z[ recovery-image] Dec 19 21:39:41.594 INFO O| Dec 19 21:39:41.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
55742024-12-19T21:39:43.935Z[ recovery-image] Dec 19 21:39:41.594 INFO O| Dec 19 21:39:41.594 INFO STEP 402 (remove_files) COMPLETE
55752024-12-19T21:39:43.935Z[ recovery-image] Dec 19 21:39:41.594 INFO O| Dec 19 21:39:41.594 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-12-19T21:39:43.970Z[ recovery-image] Dec 19 21:39:41.621 INFO O| Dec 19 21:39:41.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
55772024-12-19T21:39:43.970Z[ recovery-image] Dec 19 21:39:41.621 INFO O| Dec 19 21:39:41.614 INFO STEP 403 (remove_files) COMPLETE
55782024-12-19T21:39:43.970Z[ recovery-image] Dec 19 21:39:41.621 INFO O| Dec 19 21:39:41.614 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-12-19T21:39:43.977Z[ recovery-image] Dec 19 21:39:41.634 INFO O| Dec 19 21:39:41.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
55802024-12-19T21:39:43.977Z[ recovery-image] Dec 19 21:39:41.634 INFO O| Dec 19 21:39:41.634 INFO STEP 404 (remove_files) COMPLETE
55812024-12-19T21:39:43.978Z[ recovery-image] Dec 19 21:39:41.634 INFO O| Dec 19 21:39:41.634 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-12-19T21:39:43.995Z[ recovery-image] Dec 19 21:39:41.653 INFO O| Dec 19 21:39:41.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
55832024-12-19T21:39:43.995Z[ recovery-image] Dec 19 21:39:41.653 INFO O| Dec 19 21:39:41.653 INFO STEP 405 (remove_files) COMPLETE
55842024-12-19T21:39:44.002Z[ recovery-image] Dec 19 21:39:41.653 INFO O| Dec 19 21:39:41.653 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-12-19T21:39:44.014Z[ recovery-image] Dec 19 21:39:41.673 INFO O| Dec 19 21:39:41.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
55862024-12-19T21:39:44.014Z[ recovery-image] Dec 19 21:39:41.673 INFO O| Dec 19 21:39:41.673 INFO STEP 406 (remove_files) COMPLETE
55872024-12-19T21:39:44.017Z[ recovery-image] Dec 19 21:39:41.673 INFO O| Dec 19 21:39:41.673 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-12-19T21:39:44.038Z[ recovery-image] Dec 19 21:39:41.697 INFO O| Dec 19 21:39:41.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
55892024-12-19T21:39:44.038Z[ recovery-image] Dec 19 21:39:41.697 INFO O| Dec 19 21:39:41.697 INFO STEP 407 (remove_files) COMPLETE
55902024-12-19T21:39:44.038Z[ recovery-image] Dec 19 21:39:41.697 INFO O| Dec 19 21:39:41.697 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-12-19T21:39:44.080Z[ recovery-image] Dec 19 21:39:41.738 INFO O| Dec 19 21:39:41.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
55922024-12-19T21:39:44.080Z[ recovery-image] Dec 19 21:39:41.738 INFO O| Dec 19 21:39:41.738 INFO STEP 408 (remove_files) COMPLETE
55932024-12-19T21:39:44.080Z[ recovery-image] Dec 19 21:39:41.738 INFO O| Dec 19 21:39:41.738 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-12-19T21:39:44.136Z[ recovery-image] Dec 19 21:39:41.795 INFO O| Dec 19 21:39:41.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
55952024-12-19T21:39:44.136Z[ recovery-image] Dec 19 21:39:41.795 INFO O| Dec 19 21:39:41.795 INFO STEP 409 (remove_files) COMPLETE
55962024-12-19T21:39:44.137Z[ recovery-image] Dec 19 21:39:41.795 INFO O| Dec 19 21:39:41.795 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-12-19T21:39:44.161Z[ recovery-image] Dec 19 21:39:41.819 INFO O| Dec 19 21:39:41.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
55982024-12-19T21:39:44.161Z[ recovery-image] Dec 19 21:39:41.819 INFO O| Dec 19 21:39:41.819 INFO STEP 410 (remove_files) COMPLETE
55992024-12-19T21:39:44.161Z[ recovery-image] Dec 19 21:39:41.819 INFO O| Dec 19 21:39:41.819 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-12-19T21:39:44.229Z[ recovery-image] Dec 19 21:39:41.888 INFO O| Dec 19 21:39:41.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
56012024-12-19T21:39:44.230Z[ recovery-image] Dec 19 21:39:41.888 INFO O| Dec 19 21:39:41.888 INFO STEP 411 (remove_files) COMPLETE
56022024-12-19T21:39:44.230Z[ recovery-image] Dec 19 21:39:41.888 INFO O| Dec 19 21:39:41.888 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-12-19T21:39:44.320Z[ recovery-image] Dec 19 21:39:41.979 INFO O| Dec 19 21:39:41.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
56042024-12-19T21:39:44.320Z[ recovery-image] Dec 19 21:39:41.979 INFO O| Dec 19 21:39:41.979 INFO STEP 412 (remove_files) COMPLETE
56052024-12-19T21:39:44.320Z[ recovery-image] Dec 19 21:39:41.979 INFO O| Dec 19 21:39:41.979 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-12-19T21:39:44.343Z[ recovery-image] Dec 19 21:39:42.001 INFO O| Dec 19 21:39:42.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
56072024-12-19T21:39:44.343Z[ recovery-image] Dec 19 21:39:42.001 INFO O| Dec 19 21:39:42.001 INFO STEP 413 (remove_files) COMPLETE
56082024-12-19T21:39:44.344Z[ recovery-image] Dec 19 21:39:42.001 INFO O| Dec 19 21:39:42.001 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-12-19T21:39:44.365Z[ recovery-image] Dec 19 21:39:42.023 INFO O| Dec 19 21:39:42.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
56102024-12-19T21:39:44.365Z[ recovery-image] Dec 19 21:39:42.023 INFO O| Dec 19 21:39:42.023 INFO STEP 414 (remove_files) COMPLETE
56112024-12-19T21:39:44.365Z[ recovery-image] Dec 19 21:39:42.024 INFO O| Dec 19 21:39:42.023 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-12-19T21:39:44.386Z[ recovery-image] Dec 19 21:39:42.044 INFO O| Dec 19 21:39:42.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
56132024-12-19T21:39:44.386Z[ recovery-image] Dec 19 21:39:42.044 INFO O| Dec 19 21:39:42.044 INFO STEP 415 (remove_files) COMPLETE
56142024-12-19T21:39:44.386Z[ recovery-image] Dec 19 21:39:42.045 INFO O| Dec 19 21:39:42.044 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-12-19T21:39:44.427Z[ recovery-image] Dec 19 21:39:42.085 INFO O| Dec 19 21:39:42.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
56162024-12-19T21:39:44.436Z[ recovery-image] Dec 19 21:39:42.086 INFO O| Dec 19 21:39:42.086 INFO STEP 416 (remove_files) COMPLETE
56172024-12-19T21:39:44.436Z[ recovery-image] Dec 19 21:39:42.086 INFO O| Dec 19 21:39:42.086 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-12-19T21:39:44.447Z[ recovery-image] Dec 19 21:39:42.106 INFO O| Dec 19 21:39:42.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
56192024-12-19T21:39:44.461Z[ recovery-image] Dec 19 21:39:42.118 INFO O| Dec 19 21:39:42.118 INFO STEP 417 (remove_files) COMPLETE
56202024-12-19T21:39:44.461Z[ recovery-image] Dec 19 21:39:42.118 INFO O| Dec 19 21:39:42.118 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-12-19T21:39:44.493Z[ recovery-image] Dec 19 21:39:42.149 INFO O| Dec 19 21:39:42.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
56222024-12-19T21:39:44.493Z[ recovery-image] Dec 19 21:39:42.149 INFO O| Dec 19 21:39:42.149 INFO STEP 418 (remove_files) COMPLETE
56232024-12-19T21:39:44.493Z[ recovery-image] Dec 19 21:39:42.149 INFO O| Dec 19 21:39:42.149 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-12-19T21:39:44.513Z[ recovery-image] Dec 19 21:39:42.171 INFO O| Dec 19 21:39:42.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
56252024-12-19T21:39:44.513Z[ recovery-image] Dec 19 21:39:42.171 INFO O| Dec 19 21:39:42.171 INFO STEP 419 (remove_files) COMPLETE
56262024-12-19T21:39:44.513Z[ recovery-image] Dec 19 21:39:42.171 INFO O| Dec 19 21:39:42.171 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-12-19T21:39:44.564Z[ recovery-image] Dec 19 21:39:42.223 INFO O| Dec 19 21:39:42.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
56282024-12-19T21:39:44.564Z[ recovery-image] Dec 19 21:39:42.223 INFO O| Dec 19 21:39:42.223 INFO STEP 420 (remove_files) COMPLETE
56292024-12-19T21:39:44.564Z[ recovery-image] Dec 19 21:39:42.223 INFO O| Dec 19 21:39:42.223 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-12-19T21:39:44.585Z[ recovery-image] Dec 19 21:39:42.244 INFO O| Dec 19 21:39:42.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
56312024-12-19T21:39:44.585Z[ recovery-image] Dec 19 21:39:42.244 INFO O| Dec 19 21:39:42.244 INFO STEP 421 (remove_files) COMPLETE
56322024-12-19T21:39:44.585Z[ recovery-image] Dec 19 21:39:42.244 INFO O| Dec 19 21:39:42.244 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-12-19T21:39:44.620Z[ recovery-image] Dec 19 21:39:42.278 INFO O| Dec 19 21:39:42.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
56342024-12-19T21:39:44.620Z[ recovery-image] Dec 19 21:39:42.278 INFO O| Dec 19 21:39:42.278 INFO STEP 422 (remove_files) COMPLETE
56352024-12-19T21:39:44.620Z[ recovery-image] Dec 19 21:39:42.278 INFO O| Dec 19 21:39:42.278 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-12-19T21:39:44.639Z[ recovery-image] Dec 19 21:39:42.297 INFO O| Dec 19 21:39:42.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
56372024-12-19T21:39:44.642Z[ recovery-image] Dec 19 21:39:42.297 INFO O| Dec 19 21:39:42.297 INFO STEP 423 (remove_files) COMPLETE
56382024-12-19T21:39:44.642Z[ recovery-image] Dec 19 21:39:42.297 INFO O| Dec 19 21:39:42.297 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-12-19T21:39:44.658Z[ recovery-image] Dec 19 21:39:42.316 INFO O| Dec 19 21:39:42.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
56402024-12-19T21:39:44.658Z[ recovery-image] Dec 19 21:39:42.316 INFO O| Dec 19 21:39:42.316 INFO STEP 424 (remove_files) COMPLETE
56412024-12-19T21:39:44.658Z[ recovery-image] Dec 19 21:39:42.316 INFO O| Dec 19 21:39:42.316 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-12-19T21:39:44.676Z[ recovery-image] Dec 19 21:39:42.334 INFO O| Dec 19 21:39:42.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
56432024-12-19T21:39:44.676Z[ recovery-image] Dec 19 21:39:42.334 INFO O| Dec 19 21:39:42.334 INFO STEP 425 (remove_files) COMPLETE
56442024-12-19T21:39:44.676Z[ recovery-image] Dec 19 21:39:42.334 INFO O| Dec 19 21:39:42.334 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-12-19T21:39:44.711Z[ recovery-image] Dec 19 21:39:42.370 INFO O| Dec 19 21:39:42.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
56462024-12-19T21:39:44.712Z[ recovery-image] Dec 19 21:39:42.370 INFO O| Dec 19 21:39:42.370 INFO STEP 426 (remove_files) COMPLETE
56472024-12-19T21:39:44.716Z[ recovery-image] Dec 19 21:39:42.370 INFO O| Dec 19 21:39:42.370 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-12-19T21:39:44.737Z[ recovery-image] Dec 19 21:39:42.393 INFO O| Dec 19 21:39:42.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
56492024-12-19T21:39:44.740Z[ recovery-image] Dec 19 21:39:42.394 INFO O| Dec 19 21:39:42.394 INFO STEP 427 (remove_files) COMPLETE
56502024-12-19T21:39:44.740Z[ recovery-image] Dec 19 21:39:42.394 INFO O| Dec 19 21:39:42.394 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-12-19T21:39:44.759Z[ recovery-image] Dec 19 21:39:42.418 INFO O| Dec 19 21:39:42.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
56522024-12-19T21:39:44.762Z[ recovery-image] Dec 19 21:39:42.418 INFO O| Dec 19 21:39:42.418 INFO STEP 428 (remove_files) COMPLETE
56532024-12-19T21:39:44.762Z[ recovery-image] Dec 19 21:39:42.418 INFO O| Dec 19 21:39:42.418 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-12-19T21:39:44.781Z[ recovery-image] Dec 19 21:39:42.439 INFO O| Dec 19 21:39:42.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
56552024-12-19T21:39:44.781Z[ recovery-image] Dec 19 21:39:42.439 INFO O| Dec 19 21:39:42.439 INFO STEP 429 (remove_files) COMPLETE
56562024-12-19T21:39:44.781Z[ recovery-image] Dec 19 21:39:42.439 INFO O| Dec 19 21:39:42.439 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-12-19T21:39:44.804Z[ recovery-image] Dec 19 21:39:42.461 INFO O| Dec 19 21:39:42.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
56582024-12-19T21:39:44.804Z[ recovery-image] Dec 19 21:39:42.461 INFO O| Dec 19 21:39:42.461 INFO STEP 430 (remove_files) COMPLETE
56592024-12-19T21:39:44.804Z[ recovery-image] Dec 19 21:39:42.461 INFO O| Dec 19 21:39:42.461 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-12-19T21:39:44.826Z[ recovery-image] Dec 19 21:39:42.484 INFO O| Dec 19 21:39:42.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
56612024-12-19T21:39:44.826Z[ recovery-image] Dec 19 21:39:42.484 INFO O| Dec 19 21:39:42.484 INFO STEP 431 (remove_files) COMPLETE
56622024-12-19T21:39:44.826Z[ recovery-image] Dec 19 21:39:42.484 INFO O| Dec 19 21:39:42.484 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-12-19T21:39:44.849Z[ recovery-image] Dec 19 21:39:42.508 INFO O| Dec 19 21:39:42.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
56642024-12-19T21:39:44.850Z[ recovery-image] Dec 19 21:39:42.508 INFO O| Dec 19 21:39:42.508 INFO STEP 432 (remove_files) COMPLETE
56652024-12-19T21:39:44.850Z[ recovery-image] Dec 19 21:39:42.508 INFO O| Dec 19 21:39:42.508 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-12-19T21:39:44.869Z[ recovery-image] Dec 19 21:39:42.528 INFO O| Dec 19 21:39:42.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
56672024-12-19T21:39:44.869Z[ recovery-image] Dec 19 21:39:42.528 INFO O| Dec 19 21:39:42.528 INFO STEP 433 (remove_files) COMPLETE
56682024-12-19T21:39:44.869Z[ recovery-image] Dec 19 21:39:42.528 INFO O| Dec 19 21:39:42.528 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-12-19T21:39:44.887Z[ recovery-image] Dec 19 21:39:42.545 INFO O| Dec 19 21:39:42.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
56702024-12-19T21:39:44.887Z[ recovery-image] Dec 19 21:39:42.545 INFO O| Dec 19 21:39:42.545 INFO STEP 434 (remove_files) COMPLETE
56712024-12-19T21:39:44.890Z[ recovery-image] Dec 19 21:39:42.545 INFO O| Dec 19 21:39:42.545 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-12-19T21:39:44.907Z[ recovery-image] Dec 19 21:39:42.564 INFO O| Dec 19 21:39:42.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
56732024-12-19T21:39:44.907Z[ recovery-image] Dec 19 21:39:42.565 INFO O| Dec 19 21:39:42.564 INFO STEP 435 (remove_files) COMPLETE
56742024-12-19T21:39:44.907Z[ recovery-image] Dec 19 21:39:42.565 INFO O| Dec 19 21:39:42.564 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-12-19T21:39:44.925Z[ recovery-image] Dec 19 21:39:42.584 INFO O| Dec 19 21:39:42.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
56762024-12-19T21:39:44.925Z[ recovery-image] Dec 19 21:39:42.584 INFO O| Dec 19 21:39:42.584 INFO STEP 436 (remove_files) COMPLETE
56772024-12-19T21:39:44.932Z[ recovery-image] Dec 19 21:39:42.584 INFO O| Dec 19 21:39:42.584 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-12-19T21:39:44.944Z[ recovery-image] Dec 19 21:39:42.602 INFO O| Dec 19 21:39:42.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
56792024-12-19T21:39:44.944Z[ recovery-image] Dec 19 21:39:42.602 INFO O| Dec 19 21:39:42.602 INFO STEP 437 (remove_files) COMPLETE
56802024-12-19T21:39:44.946Z[ recovery-image] Dec 19 21:39:42.602 INFO O| Dec 19 21:39:42.602 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-12-19T21:39:44.962Z[ recovery-image] Dec 19 21:39:42.620 INFO O| Dec 19 21:39:42.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
56822024-12-19T21:39:44.965Z[ recovery-image] Dec 19 21:39:42.620 INFO O| Dec 19 21:39:42.620 INFO STEP 438 (remove_files) COMPLETE
56832024-12-19T21:39:44.965Z[ recovery-image] Dec 19 21:39:42.620 INFO O| Dec 19 21:39:42.620 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-12-19T21:39:44.982Z[ recovery-image] Dec 19 21:39:42.638 INFO O| Dec 19 21:39:42.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
56852024-12-19T21:39:44.982Z[ recovery-image] Dec 19 21:39:42.638 INFO O| Dec 19 21:39:42.638 INFO STEP 439 (remove_files) COMPLETE
56862024-12-19T21:39:44.982Z[ recovery-image] Dec 19 21:39:42.639 INFO O| Dec 19 21:39:42.638 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-12-19T21:39:44.998Z[ recovery-image] Dec 19 21:39:42.656 INFO O| Dec 19 21:39:42.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
56882024-12-19T21:39:44.998Z[ recovery-image] Dec 19 21:39:42.656 INFO O| Dec 19 21:39:42.656 INFO STEP 440 (remove_files) COMPLETE
56892024-12-19T21:39:44.998Z[ recovery-image] Dec 19 21:39:42.656 INFO O| Dec 19 21:39:42.656 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-12-19T21:39:45.015Z[ recovery-image] Dec 19 21:39:42.673 INFO O| Dec 19 21:39:42.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
56912024-12-19T21:39:45.015Z[ recovery-image] Dec 19 21:39:42.674 INFO O| Dec 19 21:39:42.673 INFO STEP 441 (remove_files) COMPLETE
56922024-12-19T21:39:45.015Z[ recovery-image] Dec 19 21:39:42.674 INFO O| Dec 19 21:39:42.674 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-12-19T21:39:45.038Z[ recovery-image] Dec 19 21:39:42.695 INFO O| Dec 19 21:39:42.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
56942024-12-19T21:39:45.038Z[ recovery-image] Dec 19 21:39:42.695 INFO O| Dec 19 21:39:42.695 INFO STEP 442 (remove_files) COMPLETE
56952024-12-19T21:39:45.038Z[ recovery-image] Dec 19 21:39:42.695 INFO O| Dec 19 21:39:42.695 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-12-19T21:39:45.060Z[ recovery-image] Dec 19 21:39:42.719 INFO O| Dec 19 21:39:42.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
56972024-12-19T21:39:45.061Z[ recovery-image] Dec 19 21:39:42.719 INFO O| Dec 19 21:39:42.719 INFO STEP 443 (remove_files) COMPLETE
56982024-12-19T21:39:45.061Z[ recovery-image] Dec 19 21:39:42.719 INFO O| Dec 19 21:39:42.719 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-12-19T21:39:45.090Z[ recovery-image] Dec 19 21:39:42.742 INFO O| Dec 19 21:39:42.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
57002024-12-19T21:39:45.091Z[ recovery-image] Dec 19 21:39:42.742 INFO O| Dec 19 21:39:42.742 INFO STEP 444 (remove_files) COMPLETE
57012024-12-19T21:39:45.091Z[ recovery-image] Dec 19 21:39:42.742 INFO O| Dec 19 21:39:42.742 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-12-19T21:39:46.150Z[ recovery-image] Dec 19 21:39:42.799 INFO O| Dec 19 21:39:42.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
57032024-12-19T21:39:46.150Z[ recovery-image] Dec 19 21:39:42.799 INFO O| Dec 19 21:39:42.799 INFO STEP 445 (remove_files) COMPLETE
57042024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.799 INFO O| Dec 19 21:39:42.799 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-12-19T21:39:46.165Z[ host-image] Dec 19 21:39:42.845 INFO O| Dec 19 21:39:42.844 INFO O| Download: Completed 9.99 MB in 1.34 seconds (7.5M/s)
57062024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.848 INFO O| Dec 19 21:39:42.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
57072024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.848 INFO O| Dec 19 21:39:42.848 INFO STEP 446 (remove_files) COMPLETE
57082024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.848 INFO O| Dec 19 21:39:42.848 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57092024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.898 INFO O| Dec 19 21:39:42.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
57102024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.898 INFO O| Dec 19 21:39:42.898 INFO STEP 447 (remove_files) COMPLETE
57112024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.898 INFO O| Dec 19 21:39:42.898 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57122024-12-19T21:39:46.165Z[ host-image] Dec 19 21:39:42.931 INFO O| Dec 19 21:39:42.930 INFO O| Actions: 1/22 actions (Installing new actions)
57132024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.942 INFO O| Dec 19 21:39:42.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
57142024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.942 INFO O| Dec 19 21:39:42.942 INFO STEP 448 (remove_files) COMPLETE
57152024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.942 INFO O| Dec 19 21:39:42.942 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.968 INFO O| Dec 19 21:39:42.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
57172024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.968 INFO O| Dec 19 21:39:42.968 INFO STEP 449 (remove_files) COMPLETE
57182024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:42.968 INFO O| Dec 19 21:39:42.968 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:43.006 INFO O| Dec 19 21:39:43.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
57202024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:43.006 INFO O| Dec 19 21:39:43.006 INFO STEP 450 (remove_files) COMPLETE
57212024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:43.006 INFO O| Dec 19 21:39:43.006 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-12-19T21:39:46.165Z[ recovery-image] Dec 19 21:39:43.041 INFO O| Dec 19 21:39:43.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
57232024-12-19T21:39:46.166Z[ recovery-image] Dec 19 21:39:43.041 INFO O| Dec 19 21:39:43.041 INFO STEP 451 (remove_files) COMPLETE
57242024-12-19T21:39:46.166Z[ recovery-image] Dec 19 21:39:43.042 INFO O| Dec 19 21:39:43.041 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-12-19T21:39:46.166Z[ recovery-image] Dec 19 21:39:43.062 INFO O| Dec 19 21:39:43.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
57262024-12-19T21:39:46.166Z[ recovery-image] Dec 19 21:39:43.062 INFO O| Dec 19 21:39:43.062 INFO STEP 452 (remove_files) COMPLETE
57272024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.062 INFO O| Dec 19 21:39:43.062 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.081 INFO O| Dec 19 21:39:43.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
57292024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.081 INFO O| Dec 19 21:39:43.081 INFO STEP 453 (remove_files) COMPLETE
57302024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.081 INFO O| Dec 19 21:39:43.081 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.101 INFO O| Dec 19 21:39:43.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
57322024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.101 INFO O| Dec 19 21:39:43.101 INFO STEP 454 (remove_files) COMPLETE
57332024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.101 INFO O| Dec 19 21:39:43.101 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.121 INFO O| Dec 19 21:39:43.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
57352024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.121 INFO O| Dec 19 21:39:43.121 INFO STEP 455 (remove_files) COMPLETE
57362024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.121 INFO O| Dec 19 21:39:43.121 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.144 INFO O| Dec 19 21:39:43.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
57382024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.144 INFO O| Dec 19 21:39:43.144 INFO STEP 456 (remove_files) COMPLETE
57392024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.145 INFO O| Dec 19 21:39:43.144 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.180 INFO O| Dec 19 21:39:43.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
57412024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.180 INFO O| Dec 19 21:39:43.180 INFO STEP 457 (remove_files) COMPLETE
57422024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.180 INFO O| Dec 19 21:39:43.180 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-12-19T21:39:46.167Z[ recovery-image] Dec 19 21:39:43.227 INFO O| Dec 19 21:39:43.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
57442024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.227 INFO O| Dec 19 21:39:43.227 INFO STEP 458 (remove_files) COMPLETE
57452024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.227 INFO O| Dec 19 21:39:43.227 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.248 INFO O| Dec 19 21:39:43.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
57472024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.248 INFO O| Dec 19 21:39:43.248 INFO STEP 459 (remove_files) COMPLETE
57482024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.248 INFO O| Dec 19 21:39:43.248 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.269 INFO O| Dec 19 21:39:43.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
57502024-12-19T21:39:46.168Z[ host-image] Dec 19 21:39:43.287 INFO O| Dec 19 21:39:43.286 INFO O| Actions: Completed 22 actions in 0.36 seconds.
57512024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.296 INFO O| Dec 19 21:39:43.296 INFO STEP 460 (remove_files) COMPLETE
57522024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.296 INFO O| Dec 19 21:39:43.296 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.316 INFO O| Dec 19 21:39:43.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
57542024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.316 INFO O| Dec 19 21:39:43.316 INFO STEP 461 (remove_files) COMPLETE
57552024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.316 INFO O| Dec 19 21:39:43.316 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.334 INFO O| Dec 19 21:39:43.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
57572024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.354 INFO O| Dec 19 21:39:43.354 INFO STEP 462 (remove_files) COMPLETE
57582024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.354 INFO O| Dec 19 21:39:43.354 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.394 INFO O| Dec 19 21:39:43.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
57602024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.394 INFO O| Dec 19 21:39:43.394 INFO STEP 463 (remove_files) COMPLETE
57612024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.394 INFO O| Dec 19 21:39:43.394 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.416 INFO O| Dec 19 21:39:43.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
57632024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.416 INFO O| Dec 19 21:39:43.416 INFO STEP 464 (remove_files) COMPLETE
57642024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.416 INFO O| Dec 19 21:39:43.416 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.436 INFO O| Dec 19 21:39:43.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
57662024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.436 INFO O| Dec 19 21:39:43.436 INFO STEP 465 (remove_files) COMPLETE
57672024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.436 INFO O| Dec 19 21:39:43.436 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.455 INFO O| Dec 19 21:39:43.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
57692024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.455 INFO O| Dec 19 21:39:43.455 INFO STEP 466 (remove_files) COMPLETE
57702024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.455 INFO O| Dec 19 21:39:43.455 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.474 INFO O| Dec 19 21:39:43.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
57722024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.474 INFO O| Dec 19 21:39:43.474 INFO STEP 467 (remove_files) COMPLETE
57732024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.474 INFO O| Dec 19 21:39:43.474 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.493 INFO O| Dec 19 21:39:43.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
57752024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.493 INFO O| Dec 19 21:39:43.493 INFO STEP 468 (remove_files) COMPLETE
57762024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.493 INFO O| Dec 19 21:39:43.493 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.513 INFO O| Dec 19 21:39:43.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
57782024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.513 INFO O| Dec 19 21:39:43.513 INFO STEP 469 (remove_files) COMPLETE
57792024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.513 INFO O| Dec 19 21:39:43.513 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.531 INFO O| Dec 19 21:39:43.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
57812024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.531 INFO O| Dec 19 21:39:43.531 INFO STEP 470 (remove_files) COMPLETE
57822024-12-19T21:39:46.168Z[ recovery-image] Dec 19 21:39:43.531 INFO O| Dec 19 21:39:43.531 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.550 INFO O| Dec 19 21:39:43.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
57842024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.551 INFO O| Dec 19 21:39:43.550 INFO STEP 471 (remove_files) COMPLETE
57852024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.551 INFO O| Dec 19 21:39:43.551 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.569 INFO O| Dec 19 21:39:43.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
57872024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.569 INFO O| Dec 19 21:39:43.569 INFO STEP 472 (remove_files) COMPLETE
57882024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.569 INFO O| Dec 19 21:39:43.569 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.588 INFO O| Dec 19 21:39:43.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
57902024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.588 INFO O| Dec 19 21:39:43.588 INFO STEP 473 (remove_files) COMPLETE
57912024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.588 INFO O| Dec 19 21:39:43.588 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.606 INFO O| Dec 19 21:39:43.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
57932024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.607 INFO O| Dec 19 21:39:43.607 INFO STEP 474 (remove_files) COMPLETE
57942024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.607 INFO O| Dec 19 21:39:43.607 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.628 INFO O| Dec 19 21:39:43.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
57962024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.628 INFO O| Dec 19 21:39:43.628 INFO STEP 475 (remove_files) COMPLETE
57972024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.628 INFO O| Dec 19 21:39:43.628 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.648 INFO O| Dec 19 21:39:43.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
57992024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.648 INFO O| Dec 19 21:39:43.648 INFO STEP 476 (remove_files) COMPLETE
58002024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.648 INFO O| Dec 19 21:39:43.648 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.668 INFO O| Dec 19 21:39:43.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
58022024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.669 INFO O| Dec 19 21:39:43.668 INFO STEP 477 (remove_files) COMPLETE
58032024-12-19T21:39:46.169Z[ recovery-image] Dec 19 21:39:43.669 INFO O| Dec 19 21:39:43.669 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.692 INFO O| Dec 19 21:39:43.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
58052024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.692 INFO O| Dec 19 21:39:43.692 INFO STEP 478 (remove_files) COMPLETE
58062024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.692 INFO O| Dec 19 21:39:43.692 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.718 INFO O| Dec 19 21:39:43.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
58082024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.718 INFO O| Dec 19 21:39:43.718 INFO STEP 479 (remove_files) COMPLETE
58092024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.718 INFO O| Dec 19 21:39:43.718 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.744 INFO O| Dec 19 21:39:43.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
58112024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.744 INFO O| Dec 19 21:39:43.744 INFO STEP 480 (remove_files) COMPLETE
58122024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.744 INFO O| Dec 19 21:39:43.744 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.769 INFO O| Dec 19 21:39:43.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
58142024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.769 INFO O| Dec 19 21:39:43.769 INFO STEP 481 (remove_files) COMPLETE
58152024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.769 INFO O| Dec 19 21:39:43.769 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.794 INFO O| Dec 19 21:39:43.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
58172024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.794 INFO O| Dec 19 21:39:43.794 INFO STEP 482 (remove_files) COMPLETE
58182024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.794 INFO O| Dec 19 21:39:43.794 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.819 INFO O| Dec 19 21:39:43.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
58202024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.820 INFO O| Dec 19 21:39:43.820 INFO STEP 483 (remove_files) COMPLETE
58212024-12-19T21:39:46.176Z[ recovery-image] Dec 19 21:39:43.820 INFO O| Dec 19 21:39:43.820 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-12-19T21:39:46.176Z[ host-image] Dec 19 21:39:43.824 INFO O| Dec 19 21:39:43.824 INFO O| Done
58232024-12-19T21:39:46.176Z[ host-image] Dec 19 21:39:43.824 INFO O| Dec 19 21:39:43.824 INFO O| Done
58242024-12-19T21:39:46.188Z[ recovery-image] Dec 19 21:39:43.846 INFO O| Dec 19 21:39:43.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
58252024-12-19T21:39:46.188Z[ recovery-image] Dec 19 21:39:43.846 INFO O| Dec 19 21:39:43.846 INFO STEP 484 (remove_files) COMPLETE
58262024-12-19T21:39:46.188Z[ recovery-image] Dec 19 21:39:43.847 INFO O| Dec 19 21:39:43.846 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-12-19T21:39:46.215Z[ recovery-image] Dec 19 21:39:43.872 INFO O| Dec 19 21:39:43.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
58282024-12-19T21:39:46.219Z[ recovery-image] Dec 19 21:39:43.872 INFO O| Dec 19 21:39:43.872 INFO STEP 485 (remove_files) COMPLETE
58292024-12-19T21:39:46.219Z[ recovery-image] Dec 19 21:39:43.872 INFO O| Dec 19 21:39:43.872 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-12-19T21:39:46.247Z[ recovery-image] Dec 19 21:39:43.896 INFO O| Dec 19 21:39:43.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
58312024-12-19T21:39:46.247Z[ recovery-image] Dec 19 21:39:43.897 INFO O| Dec 19 21:39:43.897 INFO STEP 486 (remove_files) COMPLETE
58322024-12-19T21:39:46.247Z[ recovery-image] Dec 19 21:39:43.897 INFO O| Dec 19 21:39:43.897 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-12-19T21:39:46.263Z[ recovery-image] Dec 19 21:39:43.921 INFO O| Dec 19 21:39:43.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
58342024-12-19T21:39:46.263Z[ recovery-image] Dec 19 21:39:43.921 INFO O| Dec 19 21:39:43.921 INFO STEP 487 (remove_files) COMPLETE
58352024-12-19T21:39:46.263Z[ recovery-image] Dec 19 21:39:43.921 INFO O| Dec 19 21:39:43.921 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-12-19T21:39:46.288Z[ recovery-image] Dec 19 21:39:43.945 INFO O| Dec 19 21:39:43.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
58372024-12-19T21:39:46.288Z[ recovery-image] Dec 19 21:39:43.945 INFO O| Dec 19 21:39:43.945 INFO STEP 488 (remove_files) COMPLETE
58382024-12-19T21:39:46.288Z[ recovery-image] Dec 19 21:39:43.945 INFO O| Dec 19 21:39:43.945 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-12-19T21:39:46.311Z[ recovery-image] Dec 19 21:39:43.969 INFO O| Dec 19 21:39:43.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
58402024-12-19T21:39:46.314Z[ recovery-image] Dec 19 21:39:43.970 INFO O| Dec 19 21:39:43.970 INFO STEP 489 (remove_files) COMPLETE
58412024-12-19T21:39:46.314Z[ recovery-image] Dec 19 21:39:43.970 INFO O| Dec 19 21:39:43.970 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-12-19T21:39:46.335Z[ recovery-image] Dec 19 21:39:43.993 INFO O| Dec 19 21:39:43.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
58432024-12-19T21:39:46.338Z[ recovery-image] Dec 19 21:39:43.994 INFO O| Dec 19 21:39:43.994 INFO STEP 490 (remove_files) COMPLETE
58442024-12-19T21:39:46.338Z[ recovery-image] Dec 19 21:39:43.994 INFO O| Dec 19 21:39:43.994 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-12-19T21:39:46.363Z[ recovery-image] Dec 19 21:39:44.018 INFO O| Dec 19 21:39:44.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
58462024-12-19T21:39:46.366Z[ recovery-image] Dec 19 21:39:44.018 INFO O| Dec 19 21:39:44.018 INFO STEP 491 (remove_files) COMPLETE
58472024-12-19T21:39:46.366Z[ recovery-image] Dec 19 21:39:44.019 INFO O| Dec 19 21:39:44.018 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-12-19T21:39:46.385Z[ recovery-image] Dec 19 21:39:44.042 INFO O| Dec 19 21:39:44.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
58492024-12-19T21:39:46.389Z[ recovery-image] Dec 19 21:39:44.042 INFO O| Dec 19 21:39:44.042 INFO STEP 492 (remove_files) COMPLETE
58502024-12-19T21:39:46.389Z[ recovery-image] Dec 19 21:39:44.043 INFO O| Dec 19 21:39:44.042 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-12-19T21:39:46.416Z[ recovery-image] Dec 19 21:39:44.065 INFO O| Dec 19 21:39:44.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
58522024-12-19T21:39:46.425Z[ recovery-image] Dec 19 21:39:44.065 INFO O| Dec 19 21:39:44.065 INFO STEP 493 (remove_files) COMPLETE
58532024-12-19T21:39:46.425Z[ recovery-image] Dec 19 21:39:44.065 INFO O| Dec 19 21:39:44.065 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-12-19T21:39:46.431Z[ recovery-image] Dec 19 21:39:44.087 INFO O| Dec 19 21:39:44.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
58552024-12-19T21:39:46.443Z[ recovery-image] Dec 19 21:39:44.088 INFO O| Dec 19 21:39:44.087 INFO STEP 494 (remove_files) COMPLETE
58562024-12-19T21:39:46.443Z[ recovery-image] Dec 19 21:39:44.088 INFO O| Dec 19 21:39:44.088 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-12-19T21:39:46.453Z[ recovery-image] Dec 19 21:39:44.110 INFO O| Dec 19 21:39:44.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
58582024-12-19T21:39:46.459Z[ recovery-image] Dec 19 21:39:44.111 INFO O| Dec 19 21:39:44.110 INFO STEP 495 (remove_files) COMPLETE
58592024-12-19T21:39:46.459Z[ recovery-image] Dec 19 21:39:44.111 INFO O| Dec 19 21:39:44.111 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-12-19T21:39:46.476Z[ recovery-image] Dec 19 21:39:44.133 INFO O| Dec 19 21:39:44.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
58612024-12-19T21:39:46.476Z[ recovery-image] Dec 19 21:39:44.133 INFO O| Dec 19 21:39:44.133 INFO STEP 496 (remove_files) COMPLETE
58622024-12-19T21:39:46.476Z[ recovery-image] Dec 19 21:39:44.133 INFO O| Dec 19 21:39:44.133 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-12-19T21:39:46.496Z[ recovery-image] Dec 19 21:39:44.154 INFO O| Dec 19 21:39:44.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
58642024-12-19T21:39:46.496Z[ recovery-image] Dec 19 21:39:44.154 INFO O| Dec 19 21:39:44.154 INFO STEP 497 (remove_files) COMPLETE
58652024-12-19T21:39:46.496Z[ recovery-image] Dec 19 21:39:44.154 INFO O| Dec 19 21:39:44.154 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-12-19T21:39:46.539Z[ recovery-image] Dec 19 21:39:44.196 INFO O| Dec 19 21:39:44.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
58672024-12-19T21:39:46.539Z[ recovery-image] Dec 19 21:39:44.196 INFO O| Dec 19 21:39:44.196 INFO STEP 498 (remove_files) COMPLETE
58682024-12-19T21:39:46.539Z[ recovery-image] Dec 19 21:39:44.196 INFO O| Dec 19 21:39:44.196 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-12-19T21:39:46.613Z[ recovery-image] Dec 19 21:39:44.268 INFO O| Dec 19 21:39:44.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
58702024-12-19T21:39:46.613Z[ recovery-image] Dec 19 21:39:44.268 INFO O| Dec 19 21:39:44.268 INFO STEP 499 (remove_files) COMPLETE
58712024-12-19T21:39:46.613Z[ recovery-image] Dec 19 21:39:44.268 INFO O| Dec 19 21:39:44.268 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-12-19T21:39:46.637Z[ recovery-image] Dec 19 21:39:44.287 INFO O| Dec 19 21:39:44.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
58732024-12-19T21:39:46.637Z[ recovery-image] Dec 19 21:39:44.287 INFO O| Dec 19 21:39:44.287 INFO STEP 500 (remove_files) COMPLETE
58742024-12-19T21:39:46.637Z[ recovery-image] Dec 19 21:39:44.287 INFO O| Dec 19 21:39:44.287 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-12-19T21:39:46.647Z[ recovery-image] Dec 19 21:39:44.305 INFO O| Dec 19 21:39:44.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
58762024-12-19T21:39:46.647Z[ recovery-image] Dec 19 21:39:44.305 INFO O| Dec 19 21:39:44.305 INFO STEP 501 (remove_files) COMPLETE
58772024-12-19T21:39:46.647Z[ recovery-image] Dec 19 21:39:44.305 INFO O| Dec 19 21:39:44.305 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-12-19T21:39:46.673Z[ recovery-image] Dec 19 21:39:44.331 INFO O| Dec 19 21:39:44.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
58792024-12-19T21:39:46.694Z[ recovery-image] Dec 19 21:39:44.331 INFO O| Dec 19 21:39:44.331 INFO STEP 502 (remove_files) COMPLETE
58802024-12-19T21:39:46.694Z[ recovery-image] Dec 19 21:39:44.332 INFO O| Dec 19 21:39:44.331 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-12-19T21:39:46.698Z[ recovery-image] Dec 19 21:39:44.350 INFO O| Dec 19 21:39:44.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
58822024-12-19T21:39:46.698Z[ recovery-image] Dec 19 21:39:44.350 INFO O| Dec 19 21:39:44.350 INFO STEP 503 (remove_files) COMPLETE
58832024-12-19T21:39:46.698Z[ recovery-image] Dec 19 21:39:44.350 INFO O| Dec 19 21:39:44.350 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-12-19T21:39:46.711Z[ recovery-image] Dec 19 21:39:44.368 INFO O| Dec 19 21:39:44.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
58852024-12-19T21:39:46.715Z[ recovery-image] Dec 19 21:39:44.369 INFO O| Dec 19 21:39:44.368 INFO STEP 504 (remove_files) COMPLETE
58862024-12-19T21:39:46.715Z[ recovery-image] Dec 19 21:39:44.369 INFO O| Dec 19 21:39:44.369 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-12-19T21:39:46.733Z[ recovery-image] Dec 19 21:39:44.387 INFO O| Dec 19 21:39:44.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
58882024-12-19T21:39:46.737Z[ recovery-image] Dec 19 21:39:44.387 INFO O| Dec 19 21:39:44.387 INFO STEP 505 (remove_files) COMPLETE
58892024-12-19T21:39:46.737Z[ recovery-image] Dec 19 21:39:44.387 INFO O| Dec 19 21:39:44.387 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-12-19T21:39:46.754Z[ recovery-image] Dec 19 21:39:44.412 INFO O| Dec 19 21:39:44.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
58912024-12-19T21:39:46.758Z[ recovery-image] Dec 19 21:39:44.412 INFO O| Dec 19 21:39:44.412 INFO STEP 506 (remove_files) COMPLETE
58922024-12-19T21:39:46.758Z[ recovery-image] Dec 19 21:39:44.412 INFO O| Dec 19 21:39:44.412 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-12-19T21:39:46.787Z[ recovery-image] Dec 19 21:39:44.444 INFO O| Dec 19 21:39:44.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
58942024-12-19T21:39:46.788Z[ recovery-image] Dec 19 21:39:44.444 INFO O| Dec 19 21:39:44.444 INFO STEP 507 (remove_files) COMPLETE
58952024-12-19T21:39:46.788Z[ recovery-image] Dec 19 21:39:44.444 INFO O| Dec 19 21:39:44.444 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-12-19T21:39:46.830Z[ recovery-image] Dec 19 21:39:44.487 INFO O| Dec 19 21:39:44.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
58972024-12-19T21:39:46.830Z[ recovery-image] Dec 19 21:39:44.487 INFO O| Dec 19 21:39:44.487 INFO STEP 508 (remove_files) COMPLETE
58982024-12-19T21:39:46.830Z[ recovery-image] Dec 19 21:39:44.487 INFO O| Dec 19 21:39:44.487 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-12-19T21:39:46.893Z[ recovery-image] Dec 19 21:39:44.550 INFO O| Dec 19 21:39:44.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
59002024-12-19T21:39:46.893Z[ recovery-image] Dec 19 21:39:44.550 INFO O| Dec 19 21:39:44.550 INFO STEP 509 (remove_files) COMPLETE
59012024-12-19T21:39:46.896Z[ recovery-image] Dec 19 21:39:44.551 INFO O| Dec 19 21:39:44.551 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-12-19T21:39:46.932Z[ recovery-image] Dec 19 21:39:44.590 INFO O| Dec 19 21:39:44.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
59032024-12-19T21:39:46.932Z[ recovery-image] Dec 19 21:39:44.590 INFO O| Dec 19 21:39:44.590 INFO STEP 510 (remove_files) COMPLETE
59042024-12-19T21:39:46.935Z[ recovery-image] Dec 19 21:39:44.590 INFO O| Dec 19 21:39:44.590 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-12-19T21:39:46.955Z[ recovery-image] Dec 19 21:39:44.611 INFO O| Dec 19 21:39:44.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
59062024-12-19T21:39:46.958Z[ recovery-image] Dec 19 21:39:44.611 INFO O| Dec 19 21:39:44.611 INFO STEP 511 (remove_files) COMPLETE
59072024-12-19T21:39:46.959Z[ recovery-image] Dec 19 21:39:44.611 INFO O| Dec 19 21:39:44.611 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-12-19T21:39:47.011Z[ recovery-image] Dec 19 21:39:44.669 INFO O| Dec 19 21:39:44.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
59092024-12-19T21:39:47.011Z[ recovery-image] Dec 19 21:39:44.669 INFO O| Dec 19 21:39:44.669 INFO STEP 512 (remove_files) COMPLETE
59102024-12-19T21:39:47.014Z[ recovery-image] Dec 19 21:39:44.669 INFO O| Dec 19 21:39:44.669 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-12-19T21:39:47.073Z[ recovery-image] Dec 19 21:39:44.730 INFO O| Dec 19 21:39:44.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
59122024-12-19T21:39:47.073Z[ recovery-image] Dec 19 21:39:44.730 INFO O| Dec 19 21:39:44.730 INFO STEP 513 (remove_files) COMPLETE
59132024-12-19T21:39:47.073Z[ recovery-image] Dec 19 21:39:44.730 INFO O| Dec 19 21:39:44.730 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-12-19T21:39:47.139Z[ recovery-image] Dec 19 21:39:44.795 INFO O| Dec 19 21:39:44.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
59152024-12-19T21:39:47.139Z[ recovery-image] Dec 19 21:39:44.795 INFO O| Dec 19 21:39:44.795 INFO STEP 514 (remove_files) COMPLETE
59162024-12-19T21:39:47.139Z[ recovery-image] Dec 19 21:39:44.795 INFO O| Dec 19 21:39:44.795 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-12-19T21:39:47.165Z[ recovery-image] Dec 19 21:39:44.822 INFO O| Dec 19 21:39:44.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
59182024-12-19T21:39:47.166Z[ recovery-image] Dec 19 21:39:44.822 INFO O| Dec 19 21:39:44.822 INFO STEP 515 (remove_files) COMPLETE
59192024-12-19T21:39:47.166Z[ recovery-image] Dec 19 21:39:44.822 INFO O| Dec 19 21:39:44.822 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-12-19T21:39:47.222Z[ recovery-image] Dec 19 21:39:44.879 INFO O| Dec 19 21:39:44.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
59212024-12-19T21:39:47.222Z[ recovery-image] Dec 19 21:39:44.879 INFO O| Dec 19 21:39:44.879 INFO STEP 516 (remove_files) COMPLETE
59222024-12-19T21:39:47.222Z[ recovery-image] Dec 19 21:39:44.879 INFO O| Dec 19 21:39:44.879 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-12-19T21:39:47.281Z[ recovery-image] Dec 19 21:39:44.939 INFO O| Dec 19 21:39:44.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
59242024-12-19T21:39:47.281Z[ recovery-image] Dec 19 21:39:44.939 INFO O| Dec 19 21:39:44.939 INFO STEP 517 (remove_files) COMPLETE
59252024-12-19T21:39:47.281Z[ recovery-image] Dec 19 21:39:44.939 INFO O| Dec 19 21:39:44.939 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-12-19T21:39:47.301Z[ recovery-image] Dec 19 21:39:44.959 INFO O| Dec 19 21:39:44.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
59272024-12-19T21:39:47.301Z[ recovery-image] Dec 19 21:39:44.959 INFO O| Dec 19 21:39:44.959 INFO STEP 518 (remove_files) COMPLETE
59282024-12-19T21:39:47.301Z[ recovery-image] Dec 19 21:39:44.959 INFO O| Dec 19 21:39:44.959 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-12-19T21:39:47.336Z[ recovery-image] Dec 19 21:39:44.994 INFO O| Dec 19 21:39:44.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
59302024-12-19T21:39:47.337Z[ recovery-image] Dec 19 21:39:44.994 INFO O| Dec 19 21:39:44.994 INFO STEP 519 (remove_files) COMPLETE
59312024-12-19T21:39:47.341Z[ recovery-image] Dec 19 21:39:44.994 INFO O| Dec 19 21:39:44.994 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-12-19T21:39:47.359Z[ recovery-image] Dec 19 21:39:45.016 INFO O| Dec 19 21:39:45.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
59332024-12-19T21:39:47.359Z[ recovery-image] Dec 19 21:39:45.017 INFO O| Dec 19 21:39:45.016 INFO STEP 520 (remove_files) COMPLETE
59342024-12-19T21:39:47.359Z[ recovery-image] Dec 19 21:39:45.017 INFO O| Dec 19 21:39:45.016 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-12-19T21:39:47.379Z[ host-image] Dec 19 21:39:45.036 INFO O| Dec 19 21:39:45.036 INFO O| Done
59362024-12-19T21:39:47.399Z[ recovery-image] Dec 19 21:39:45.056 INFO O| Dec 19 21:39:45.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
59372024-12-19T21:39:47.423Z[ recovery-image] Dec 19 21:39:45.079 INFO O| Dec 19 21:39:45.079 INFO STEP 521 (remove_files) COMPLETE
59382024-12-19T21:39:47.423Z[ recovery-image] Dec 19 21:39:45.079 INFO O| Dec 19 21:39:45.079 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59392024-12-19T21:39:47.491Z[ recovery-image] Dec 19 21:39:45.147 INFO O| Dec 19 21:39:45.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
59402024-12-19T21:39:47.491Z[ recovery-image] Dec 19 21:39:45.147 INFO O| Dec 19 21:39:45.147 INFO STEP 522 (remove_files) COMPLETE
59412024-12-19T21:39:47.491Z[ recovery-image] Dec 19 21:39:45.147 INFO O| Dec 19 21:39:45.147 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59422024-12-19T21:39:47.508Z[ recovery-image] Dec 19 21:39:45.165 INFO O| Dec 19 21:39:45.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
59432024-12-19T21:39:47.508Z[ recovery-image] Dec 19 21:39:45.165 INFO O| Dec 19 21:39:45.165 INFO STEP 523 (remove_files) COMPLETE
59442024-12-19T21:39:47.508Z[ recovery-image] Dec 19 21:39:45.165 INFO O| Dec 19 21:39:45.165 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59452024-12-19T21:39:47.536Z[ recovery-image] Dec 19 21:39:45.193 INFO O| Dec 19 21:39:45.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
59462024-12-19T21:39:47.537Z[ recovery-image] Dec 19 21:39:45.193 INFO O| Dec 19 21:39:45.193 INFO STEP 524 (remove_files) COMPLETE
59472024-12-19T21:39:47.545Z[ recovery-image] Dec 19 21:39:45.193 INFO O| Dec 19 21:39:45.193 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59482024-12-19T21:39:47.572Z[ recovery-image] Dec 19 21:39:45.229 INFO O| Dec 19 21:39:45.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
59492024-12-19T21:39:47.576Z[ recovery-image] Dec 19 21:39:45.230 INFO O| Dec 19 21:39:45.230 INFO STEP 525 (remove_files) COMPLETE
59502024-12-19T21:39:47.576Z[ recovery-image] Dec 19 21:39:45.230 INFO O| Dec 19 21:39:45.230 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59512024-12-19T21:39:47.592Z[ recovery-image] Dec 19 21:39:45.249 INFO O| Dec 19 21:39:45.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
59522024-12-19T21:39:47.592Z[ recovery-image] Dec 19 21:39:45.249 INFO O| Dec 19 21:39:45.249 INFO STEP 526 (remove_files) COMPLETE
59532024-12-19T21:39:47.592Z[ recovery-image] Dec 19 21:39:45.249 INFO O| Dec 19 21:39:45.249 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59542024-12-19T21:39:47.611Z[ recovery-image] Dec 19 21:39:45.268 INFO O| Dec 19 21:39:45.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
59552024-12-19T21:39:47.611Z[ recovery-image] Dec 19 21:39:45.268 INFO O| Dec 19 21:39:45.268 INFO STEP 527 (remove_files) COMPLETE
59562024-12-19T21:39:47.615Z[ recovery-image] Dec 19 21:39:45.268 INFO O| Dec 19 21:39:45.268 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59572024-12-19T21:39:47.635Z[ recovery-image] Dec 19 21:39:45.293 INFO O| Dec 19 21:39:45.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
59582024-12-19T21:39:47.657Z[ recovery-image] Dec 19 21:39:45.314 INFO O| Dec 19 21:39:45.314 INFO STEP 528 (remove_files) COMPLETE
59592024-12-19T21:39:47.657Z[ recovery-image] Dec 19 21:39:45.314 INFO O| Dec 19 21:39:45.314 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59602024-12-19T21:39:47.693Z[ recovery-image] Dec 19 21:39:45.346 INFO O| Dec 19 21:39:45.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
59612024-12-19T21:39:47.693Z[ recovery-image] Dec 19 21:39:45.346 INFO O| Dec 19 21:39:45.346 INFO STEP 529 (remove_files) COMPLETE
59622024-12-19T21:39:47.698Z[ recovery-image] Dec 19 21:39:45.346 INFO O| Dec 19 21:39:45.346 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59632024-12-19T21:39:47.718Z[ recovery-image] Dec 19 21:39:45.375 INFO O| Dec 19 21:39:45.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
59642024-12-19T21:39:47.718Z[ recovery-image] Dec 19 21:39:45.375 INFO O| Dec 19 21:39:45.375 INFO STEP 530 (remove_files) COMPLETE
59652024-12-19T21:39:47.721Z[ recovery-image] Dec 19 21:39:45.375 INFO O| Dec 19 21:39:45.375 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59662024-12-19T21:39:47.737Z[ recovery-image] Dec 19 21:39:45.394 INFO O| Dec 19 21:39:45.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
59672024-12-19T21:39:47.737Z[ recovery-image] Dec 19 21:39:45.395 INFO O| Dec 19 21:39:45.395 INFO STEP 531 (remove_files) COMPLETE
59682024-12-19T21:39:47.737Z[ recovery-image] Dec 19 21:39:45.395 INFO O| Dec 19 21:39:45.395 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59692024-12-19T21:39:47.756Z[ recovery-image] Dec 19 21:39:45.413 INFO O| Dec 19 21:39:45.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
59702024-12-19T21:39:47.756Z[ recovery-image] Dec 19 21:39:45.413 INFO O| Dec 19 21:39:45.413 INFO STEP 532 (remove_files) COMPLETE
59712024-12-19T21:39:47.756Z[ recovery-image] Dec 19 21:39:45.413 INFO O| Dec 19 21:39:45.413 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59722024-12-19T21:39:47.776Z[ recovery-image] Dec 19 21:39:45.432 INFO O| Dec 19 21:39:45.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
59732024-12-19T21:39:47.777Z[ recovery-image] Dec 19 21:39:45.432 INFO O| Dec 19 21:39:45.432 INFO STEP 533 (remove_files) COMPLETE
59742024-12-19T21:39:47.780Z[ recovery-image] Dec 19 21:39:45.432 INFO O| Dec 19 21:39:45.432 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59752024-12-19T21:39:47.808Z[ recovery-image] Dec 19 21:39:45.464 INFO O| Dec 19 21:39:45.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
59762024-12-19T21:39:47.811Z[ recovery-image] Dec 19 21:39:45.464 INFO O| Dec 19 21:39:45.464 INFO STEP 534 (remove_files) COMPLETE
59772024-12-19T21:39:47.811Z[ recovery-image] Dec 19 21:39:45.465 INFO O| Dec 19 21:39:45.464 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59782024-12-19T21:39:47.827Z[ recovery-image] Dec 19 21:39:45.485 INFO O| Dec 19 21:39:45.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
59792024-12-19T21:39:47.827Z[ recovery-image] Dec 19 21:39:45.485 INFO O| Dec 19 21:39:45.485 INFO STEP 535 (remove_files) COMPLETE
59802024-12-19T21:39:47.830Z[ recovery-image] Dec 19 21:39:45.485 INFO O| Dec 19 21:39:45.485 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59812024-12-19T21:39:47.847Z[ recovery-image] Dec 19 21:39:45.504 INFO O| Dec 19 21:39:45.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
59822024-12-19T21:39:47.850Z[ recovery-image] Dec 19 21:39:45.504 INFO O| Dec 19 21:39:45.504 INFO STEP 536 (remove_files) COMPLETE
59832024-12-19T21:39:47.850Z[ recovery-image] Dec 19 21:39:45.504 INFO O| Dec 19 21:39:45.504 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59842024-12-19T21:39:47.881Z[ recovery-image] Dec 19 21:39:45.538 INFO O| Dec 19 21:39:45.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
59852024-12-19T21:39:47.886Z[ recovery-image] Dec 19 21:39:45.538 INFO O| Dec 19 21:39:45.538 INFO STEP 537 (remove_files) COMPLETE
59862024-12-19T21:39:47.886Z[ recovery-image] Dec 19 21:39:45.538 INFO O| Dec 19 21:39:45.538 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59872024-12-19T21:39:47.901Z[ recovery-image] Dec 19 21:39:45.558 INFO O| Dec 19 21:39:45.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
59882024-12-19T21:39:47.904Z[ recovery-image] Dec 19 21:39:45.558 INFO O| Dec 19 21:39:45.558 INFO STEP 538 (remove_files) COMPLETE
59892024-12-19T21:39:47.904Z[ recovery-image] Dec 19 21:39:45.558 INFO O| Dec 19 21:39:45.558 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59902024-12-19T21:39:47.920Z[ recovery-image] Dec 19 21:39:45.577 INFO O| Dec 19 21:39:45.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
59912024-12-19T21:39:47.926Z[ recovery-image] Dec 19 21:39:45.577 INFO O| Dec 19 21:39:45.577 INFO STEP 539 (remove_files) COMPLETE
59922024-12-19T21:39:47.926Z[ recovery-image] Dec 19 21:39:45.577 INFO O| Dec 19 21:39:45.577 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59932024-12-19T21:39:47.940Z[ recovery-image] Dec 19 21:39:45.596 INFO O| Dec 19 21:39:45.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
59942024-12-19T21:39:47.944Z[ recovery-image] Dec 19 21:39:45.596 INFO O| Dec 19 21:39:45.596 INFO STEP 540 (remove_files) COMPLETE
59952024-12-19T21:39:47.944Z[ recovery-image] Dec 19 21:39:45.597 INFO O| Dec 19 21:39:45.596 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59962024-12-19T21:39:47.962Z[ recovery-image] Dec 19 21:39:45.619 INFO O| Dec 19 21:39:45.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
59972024-12-19T21:39:47.962Z[ recovery-image] Dec 19 21:39:45.619 INFO O| Dec 19 21:39:45.619 INFO STEP 541 (remove_files) COMPLETE
59982024-12-19T21:39:47.962Z[ recovery-image] Dec 19 21:39:45.619 INFO O| Dec 19 21:39:45.619 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59992024-12-19T21:39:47.988Z[ recovery-image] Dec 19 21:39:45.640 INFO O| Dec 19 21:39:45.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
60002024-12-19T21:39:47.989Z[ recovery-image] Dec 19 21:39:45.640 INFO O| Dec 19 21:39:45.640 INFO STEP 542 (remove_files) COMPLETE
60012024-12-19T21:39:47.989Z[ recovery-image] Dec 19 21:39:45.640 INFO O| Dec 19 21:39:45.640 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60022024-12-19T21:39:48.028Z[ recovery-image] Dec 19 21:39:45.684 INFO O| Dec 19 21:39:45.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
60032024-12-19T21:39:48.028Z[ recovery-image] Dec 19 21:39:45.685 INFO O| Dec 19 21:39:45.684 INFO STEP 543 (remove_files) COMPLETE
60042024-12-19T21:39:48.031Z[ recovery-image] Dec 19 21:39:45.685 INFO O| Dec 19 21:39:45.685 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60052024-12-19T21:39:48.090Z[ recovery-image] Dec 19 21:39:45.747 INFO O| Dec 19 21:39:45.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
60062024-12-19T21:39:48.090Z[ recovery-image] Dec 19 21:39:45.747 INFO O| Dec 19 21:39:45.747 INFO STEP 544 (remove_files) COMPLETE
60072024-12-19T21:39:48.094Z[ recovery-image] Dec 19 21:39:45.747 INFO O| Dec 19 21:39:45.747 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60082024-12-19T21:39:48.128Z[ recovery-image] Dec 19 21:39:45.782 INFO O| Dec 19 21:39:45.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
60092024-12-19T21:39:48.131Z[ recovery-image] Dec 19 21:39:45.782 INFO O| Dec 19 21:39:45.782 INFO STEP 545 (remove_files) COMPLETE
60102024-12-19T21:39:48.131Z[ recovery-image] Dec 19 21:39:45.782 INFO O| Dec 19 21:39:45.782 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60112024-12-19T21:39:48.148Z[ recovery-image] Dec 19 21:39:45.805 INFO O| Dec 19 21:39:45.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
60122024-12-19T21:39:48.152Z[ recovery-image] Dec 19 21:39:45.806 INFO O| Dec 19 21:39:45.805 INFO STEP 546 (remove_files) COMPLETE
60132024-12-19T21:39:48.152Z[ recovery-image] Dec 19 21:39:45.806 INFO O| Dec 19 21:39:45.806 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60142024-12-19T21:39:48.172Z[ recovery-image] Dec 19 21:39:45.828 INFO O| Dec 19 21:39:45.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
60152024-12-19T21:39:48.172Z[ recovery-image] Dec 19 21:39:45.829 INFO O| Dec 19 21:39:45.829 INFO STEP 547 (remove_files) COMPLETE
60162024-12-19T21:39:48.176Z[ recovery-image] Dec 19 21:39:45.829 INFO O| Dec 19 21:39:45.829 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60172024-12-19T21:39:48.207Z[ recovery-image] Dec 19 21:39:45.863 INFO O| Dec 19 21:39:45.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
60182024-12-19T21:39:48.211Z[ recovery-image] Dec 19 21:39:45.864 INFO O| Dec 19 21:39:45.863 INFO STEP 548 (remove_files) COMPLETE
60192024-12-19T21:39:48.211Z[ recovery-image] Dec 19 21:39:45.864 INFO O| Dec 19 21:39:45.864 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60202024-12-19T21:39:48.231Z[ recovery-image] Dec 19 21:39:45.888 INFO O| Dec 19 21:39:45.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
60212024-12-19T21:39:48.235Z[ recovery-image] Dec 19 21:39:45.888 INFO O| Dec 19 21:39:45.888 INFO STEP 549 (remove_files) COMPLETE
60222024-12-19T21:39:48.235Z[ recovery-image] Dec 19 21:39:45.888 INFO O| Dec 19 21:39:45.888 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60232024-12-19T21:39:48.257Z[ recovery-image] Dec 19 21:39:45.910 INFO O| Dec 19 21:39:45.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
60242024-12-19T21:39:48.262Z[ recovery-image] Dec 19 21:39:45.911 INFO O| Dec 19 21:39:45.911 INFO STEP 550 (remove_files) COMPLETE
60252024-12-19T21:39:48.262Z[ recovery-image] Dec 19 21:39:45.911 INFO O| Dec 19 21:39:45.911 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60262024-12-19T21:39:48.383Z[ recovery-image] Dec 19 21:39:46.038 INFO O| Dec 19 21:39:46.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
60272024-12-19T21:39:48.392Z[ recovery-image] Dec 19 21:39:46.038 INFO O| Dec 19 21:39:46.038 INFO STEP 551 (remove_files) COMPLETE
60282024-12-19T21:39:48.392Z[ recovery-image] Dec 19 21:39:46.038 INFO O| Dec 19 21:39:46.038 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60292024-12-19T21:39:48.455Z[ recovery-image] Dec 19 21:39:46.109 INFO O| Dec 19 21:39:46.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
60302024-12-19T21:39:48.458Z[ recovery-image] Dec 19 21:39:46.110 INFO O| Dec 19 21:39:46.109 INFO STEP 552 (remove_files) COMPLETE
60312024-12-19T21:39:48.458Z[ recovery-image] Dec 19 21:39:46.110 INFO O| Dec 19 21:39:46.110 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60322024-12-19T21:39:48.479Z[ recovery-image] Dec 19 21:39:46.132 INFO O| Dec 19 21:39:46.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
60332024-12-19T21:39:48.479Z[ recovery-image] Dec 19 21:39:46.132 INFO O| Dec 19 21:39:46.132 INFO STEP 553 (remove_files) COMPLETE
60342024-12-19T21:39:48.479Z[ recovery-image] Dec 19 21:39:46.132 INFO O| Dec 19 21:39:46.132 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60352024-12-19T21:39:48.505Z[ recovery-image] Dec 19 21:39:46.162 INFO O| Dec 19 21:39:46.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
60362024-12-19T21:39:48.508Z[ recovery-image] Dec 19 21:39:46.162 INFO O| Dec 19 21:39:46.162 INFO STEP 554 (remove_files) COMPLETE
60372024-12-19T21:39:48.508Z[ recovery-image] Dec 19 21:39:46.162 INFO O| Dec 19 21:39:46.162 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60382024-12-19T21:39:48.539Z[ recovery-image] Dec 19 21:39:46.196 INFO O| Dec 19 21:39:46.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
60392024-12-19T21:39:48.544Z[ recovery-image] Dec 19 21:39:46.197 INFO O| Dec 19 21:39:46.197 INFO STEP 555 (remove_files) COMPLETE
60402024-12-19T21:39:48.544Z[ recovery-image] Dec 19 21:39:46.197 INFO O| Dec 19 21:39:46.197 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60412024-12-19T21:39:48.582Z[ recovery-image] Dec 19 21:39:46.237 INFO O| Dec 19 21:39:46.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
60422024-12-19T21:39:48.585Z[ recovery-image] Dec 19 21:39:46.237 INFO O| Dec 19 21:39:46.237 INFO STEP 556 (remove_files) COMPLETE
60432024-12-19T21:39:48.585Z[ recovery-image] Dec 19 21:39:46.237 INFO O| Dec 19 21:39:46.237 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60442024-12-19T21:39:48.615Z[ recovery-image] Dec 19 21:39:46.272 INFO O| Dec 19 21:39:46.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
60452024-12-19T21:39:48.618Z[ recovery-image] Dec 19 21:39:46.272 INFO O| Dec 19 21:39:46.272 INFO STEP 557 (remove_files) COMPLETE
60462024-12-19T21:39:48.618Z[ recovery-image] Dec 19 21:39:46.272 INFO O| Dec 19 21:39:46.272 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60472024-12-19T21:39:48.633Z[ recovery-image] Dec 19 21:39:46.289 INFO O| Dec 19 21:39:46.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
60482024-12-19T21:39:48.633Z[ recovery-image] Dec 19 21:39:46.289 INFO O| Dec 19 21:39:46.289 INFO STEP 558 (remove_files) COMPLETE
60492024-12-19T21:39:48.644Z[ recovery-image] Dec 19 21:39:46.289 INFO O| Dec 19 21:39:46.289 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-12-19T21:39:48.649Z[ recovery-image] Dec 19 21:39:46.306 INFO O| Dec 19 21:39:46.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
60512024-12-19T21:39:48.649Z[ recovery-image] Dec 19 21:39:46.306 INFO O| Dec 19 21:39:46.306 INFO STEP 559 (remove_files) COMPLETE
60522024-12-19T21:39:48.656Z[ recovery-image] Dec 19 21:39:46.306 INFO O| Dec 19 21:39:46.306 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-12-19T21:39:48.678Z[ recovery-image] Dec 19 21:39:46.334 INFO O| Dec 19 21:39:46.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
60542024-12-19T21:39:48.678Z[ recovery-image] Dec 19 21:39:46.334 INFO O| Dec 19 21:39:46.334 INFO STEP 560 (remove_files) COMPLETE
60552024-12-19T21:39:48.684Z[ recovery-image] Dec 19 21:39:46.334 INFO O| Dec 19 21:39:46.334 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-12-19T21:39:48.709Z[ recovery-image] Dec 19 21:39:46.365 INFO O| Dec 19 21:39:46.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
60572024-12-19T21:39:48.709Z[ recovery-image] Dec 19 21:39:46.365 INFO O| Dec 19 21:39:46.365 INFO STEP 561 (remove_files) COMPLETE
60582024-12-19T21:39:48.709Z[ recovery-image] Dec 19 21:39:46.365 INFO O| Dec 19 21:39:46.365 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-12-19T21:39:48.728Z[ recovery-image] Dec 19 21:39:46.382 INFO O| Dec 19 21:39:46.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
60602024-12-19T21:39:48.729Z[ recovery-image] Dec 19 21:39:46.382 INFO O| Dec 19 21:39:46.382 INFO STEP 562 (remove_files) COMPLETE
60612024-12-19T21:39:48.729Z[ recovery-image] Dec 19 21:39:46.382 INFO O| Dec 19 21:39:46.382 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-12-19T21:39:48.754Z[ recovery-image] Dec 19 21:39:46.410 INFO O| Dec 19 21:39:46.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
60632024-12-19T21:39:48.754Z[ recovery-image] Dec 19 21:39:46.410 INFO O| Dec 19 21:39:46.410 INFO STEP 563 (remove_files) COMPLETE
60642024-12-19T21:39:48.758Z[ recovery-image] Dec 19 21:39:46.410 INFO O| Dec 19 21:39:46.410 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-12-19T21:39:48.772Z[ recovery-image] Dec 19 21:39:46.429 INFO O| Dec 19 21:39:46.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
60662024-12-19T21:39:48.772Z[ recovery-image] Dec 19 21:39:46.429 INFO O| Dec 19 21:39:46.429 INFO STEP 564 (remove_files) COMPLETE
60672024-12-19T21:39:48.772Z[ recovery-image] Dec 19 21:39:46.429 INFO O| Dec 19 21:39:46.429 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-12-19T21:39:48.830Z[ recovery-image] Dec 19 21:39:46.486 INFO O| Dec 19 21:39:46.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
60692024-12-19T21:39:48.830Z[ recovery-image] Dec 19 21:39:46.486 INFO O| Dec 19 21:39:46.486 INFO STEP 565 (remove_files) COMPLETE
60702024-12-19T21:39:48.834Z[ recovery-image] Dec 19 21:39:46.486 INFO O| Dec 19 21:39:46.486 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-12-19T21:39:48.854Z[ recovery-image] Dec 19 21:39:46.508 INFO O| Dec 19 21:39:46.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
60722024-12-19T21:39:48.859Z[ recovery-image] Dec 19 21:39:46.508 INFO O| Dec 19 21:39:46.508 INFO STEP 566 (remove_files) COMPLETE
60732024-12-19T21:39:48.859Z[ recovery-image] Dec 19 21:39:46.509 INFO O| Dec 19 21:39:46.508 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-12-19T21:39:48.872Z[ recovery-image] Dec 19 21:39:46.529 INFO O| Dec 19 21:39:46.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
60752024-12-19T21:39:48.877Z[ recovery-image] Dec 19 21:39:46.529 INFO O| Dec 19 21:39:46.529 INFO STEP 567 (remove_files) COMPLETE
60762024-12-19T21:39:48.877Z[ recovery-image] Dec 19 21:39:46.529 INFO O| Dec 19 21:39:46.529 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-12-19T21:39:48.892Z[ recovery-image] Dec 19 21:39:46.548 INFO O| Dec 19 21:39:46.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
60782024-12-19T21:39:48.895Z[ recovery-image] Dec 19 21:39:46.548 INFO O| Dec 19 21:39:46.548 INFO STEP 568 (remove_files) COMPLETE
60792024-12-19T21:39:48.895Z[ recovery-image] Dec 19 21:39:46.548 INFO O| Dec 19 21:39:46.548 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-12-19T21:39:48.926Z[ recovery-image] Dec 19 21:39:46.582 INFO O| Dec 19 21:39:46.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
60812024-12-19T21:39:48.929Z[ recovery-image] Dec 19 21:39:46.582 INFO O| Dec 19 21:39:46.582 INFO STEP 569 (remove_files) COMPLETE
60822024-12-19T21:39:48.929Z[ recovery-image] Dec 19 21:39:46.583 INFO O| Dec 19 21:39:46.582 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-12-19T21:39:48.947Z[ recovery-image] Dec 19 21:39:46.604 INFO O| Dec 19 21:39:46.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
60842024-12-19T21:39:48.950Z[ recovery-image] Dec 19 21:39:46.604 INFO O| Dec 19 21:39:46.604 INFO STEP 570 (remove_files) COMPLETE
60852024-12-19T21:39:48.950Z[ recovery-image] Dec 19 21:39:46.604 INFO O| Dec 19 21:39:46.604 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-12-19T21:39:48.975Z[ recovery-image] Dec 19 21:39:46.631 INFO O| Dec 19 21:39:46.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
60872024-12-19T21:39:48.975Z[ recovery-image] Dec 19 21:39:46.631 INFO O| Dec 19 21:39:46.631 INFO STEP 571 (remove_files) COMPLETE
60882024-12-19T21:39:48.975Z[ recovery-image] Dec 19 21:39:46.631 INFO O| Dec 19 21:39:46.631 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-12-19T21:39:49.011Z[ recovery-image] Dec 19 21:39:46.666 INFO O| Dec 19 21:39:46.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
60902024-12-19T21:39:49.011Z[ recovery-image] Dec 19 21:39:46.666 INFO O| Dec 19 21:39:46.666 INFO STEP 572 (remove_files) COMPLETE
60912024-12-19T21:39:49.011Z[ recovery-image] Dec 19 21:39:46.666 INFO O| Dec 19 21:39:46.666 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-12-19T21:39:49.069Z[ recovery-image] Dec 19 21:39:46.726 INFO O| Dec 19 21:39:46.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
60932024-12-19T21:39:49.070Z[ recovery-image] Dec 19 21:39:46.726 INFO O| Dec 19 21:39:46.726 INFO STEP 573 (remove_files) COMPLETE
60942024-12-19T21:39:49.070Z[ recovery-image] Dec 19 21:39:46.726 INFO O| Dec 19 21:39:46.726 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-12-19T21:39:49.094Z[ recovery-image] Dec 19 21:39:46.751 INFO O| Dec 19 21:39:46.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
60962024-12-19T21:39:49.094Z[ recovery-image] Dec 19 21:39:46.751 INFO O| Dec 19 21:39:46.751 INFO STEP 574 (remove_files) COMPLETE
60972024-12-19T21:39:49.099Z[ recovery-image] Dec 19 21:39:46.751 INFO O| Dec 19 21:39:46.751 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-12-19T21:39:49.120Z[ recovery-image] Dec 19 21:39:46.774 INFO O| Dec 19 21:39:46.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
60992024-12-19T21:39:49.120Z[ recovery-image] Dec 19 21:39:46.775 INFO O| Dec 19 21:39:46.774 INFO STEP 575 (remove_files) COMPLETE
61002024-12-19T21:39:49.125Z[ recovery-image] Dec 19 21:39:46.775 INFO O| Dec 19 21:39:46.775 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-12-19T21:39:49.146Z[ recovery-image] Dec 19 21:39:46.800 INFO O| Dec 19 21:39:46.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
61022024-12-19T21:39:49.146Z[ recovery-image] Dec 19 21:39:46.800 INFO O| Dec 19 21:39:46.800 INFO STEP 576 (remove_files) COMPLETE
61032024-12-19T21:39:49.150Z[ recovery-image] Dec 19 21:39:46.800 INFO O| Dec 19 21:39:46.800 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-12-19T21:39:49.169Z[ recovery-image] Dec 19 21:39:46.825 INFO O| Dec 19 21:39:46.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
61052024-12-19T21:39:49.173Z[ recovery-image] Dec 19 21:39:46.825 INFO O| Dec 19 21:39:46.825 INFO STEP 577 (remove_files) COMPLETE
61062024-12-19T21:39:49.173Z[ recovery-image] Dec 19 21:39:46.825 INFO O| Dec 19 21:39:46.825 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-12-19T21:39:49.193Z[ recovery-image] Dec 19 21:39:46.849 INFO O| Dec 19 21:39:46.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
61082024-12-19T21:39:49.198Z[ recovery-image] Dec 19 21:39:46.850 INFO O| Dec 19 21:39:46.849 INFO STEP 578 (remove_files) COMPLETE
61092024-12-19T21:39:49.199Z[ recovery-image] Dec 19 21:39:46.850 INFO O| Dec 19 21:39:46.849 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-12-19T21:39:49.216Z[ recovery-image] Dec 19 21:39:46.872 INFO O| Dec 19 21:39:46.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
61112024-12-19T21:39:49.216Z[ recovery-image] Dec 19 21:39:46.872 INFO O| Dec 19 21:39:46.872 INFO STEP 579 (remove_files) COMPLETE
61122024-12-19T21:39:49.220Z[ recovery-image] Dec 19 21:39:46.872 INFO O| Dec 19 21:39:46.872 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-12-19T21:39:49.238Z[ recovery-image] Dec 19 21:39:46.895 INFO O| Dec 19 21:39:46.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
61142024-12-19T21:39:49.259Z[ recovery-image] Dec 19 21:39:46.915 INFO O| Dec 19 21:39:46.915 INFO STEP 580 (remove_files) COMPLETE
61152024-12-19T21:39:49.259Z[ recovery-image] Dec 19 21:39:46.915 INFO O| Dec 19 21:39:46.915 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-12-19T21:39:49.328Z[ recovery-image] Dec 19 21:39:46.984 INFO O| Dec 19 21:39:46.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
61172024-12-19T21:39:49.328Z[ recovery-image] Dec 19 21:39:46.984 INFO O| Dec 19 21:39:46.984 INFO STEP 581 (remove_files) COMPLETE
61182024-12-19T21:39:49.332Z[ recovery-image] Dec 19 21:39:46.984 INFO O| Dec 19 21:39:46.984 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-12-19T21:39:49.356Z[ recovery-image] Dec 19 21:39:47.011 INFO O| Dec 19 21:39:47.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
61202024-12-19T21:39:49.356Z[ recovery-image] Dec 19 21:39:47.011 INFO O| Dec 19 21:39:47.011 INFO STEP 582 (remove_files) COMPLETE
61212024-12-19T21:39:49.356Z[ recovery-image] Dec 19 21:39:47.011 INFO O| Dec 19 21:39:47.011 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-12-19T21:39:49.382Z[ recovery-image] Dec 19 21:39:47.038 INFO O| Dec 19 21:39:47.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
61232024-12-19T21:39:49.382Z[ recovery-image] Dec 19 21:39:47.038 INFO O| Dec 19 21:39:47.038 INFO STEP 583 (remove_files) COMPLETE
61242024-12-19T21:39:49.382Z[ recovery-image] Dec 19 21:39:47.038 INFO O| Dec 19 21:39:47.038 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-12-19T21:39:49.409Z[ recovery-image] Dec 19 21:39:47.064 INFO O| Dec 19 21:39:47.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
61262024-12-19T21:39:49.409Z[ recovery-image] Dec 19 21:39:47.064 INFO O| Dec 19 21:39:47.064 INFO STEP 584 (remove_files) COMPLETE
61272024-12-19T21:39:49.410Z[ recovery-image] Dec 19 21:39:47.064 INFO O| Dec 19 21:39:47.064 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-12-19T21:39:49.434Z[ recovery-image] Dec 19 21:39:47.090 INFO O| Dec 19 21:39:47.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
61292024-12-19T21:39:49.434Z[ recovery-image] Dec 19 21:39:47.090 INFO O| Dec 19 21:39:47.090 INFO STEP 585 (remove_files) COMPLETE
61302024-12-19T21:39:49.434Z[ recovery-image] Dec 19 21:39:47.090 INFO O| Dec 19 21:39:47.090 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-12-19T21:39:49.491Z[ recovery-image] Dec 19 21:39:47.147 INFO O| Dec 19 21:39:47.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
61322024-12-19T21:39:49.494Z[ recovery-image] Dec 19 21:39:47.148 INFO O| Dec 19 21:39:47.148 INFO STEP 586 (remove_files) COMPLETE
61332024-12-19T21:39:49.494Z[ recovery-image] Dec 19 21:39:47.148 INFO O| Dec 19 21:39:47.148 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61342024-12-19T21:39:49.516Z[ recovery-image] Dec 19 21:39:47.167 INFO O| Dec 19 21:39:47.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
61352024-12-19T21:39:49.519Z[ recovery-image] Dec 19 21:39:47.167 INFO O| Dec 19 21:39:47.167 INFO STEP 587 (remove_files) COMPLETE
61362024-12-19T21:39:49.519Z[ recovery-image] Dec 19 21:39:47.167 INFO O| Dec 19 21:39:47.167 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61372024-12-19T21:39:49.545Z[ recovery-image] Dec 19 21:39:47.201 INFO O| Dec 19 21:39:47.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
61382024-12-19T21:39:49.545Z[ recovery-image] Dec 19 21:39:47.201 INFO O| Dec 19 21:39:47.201 INFO STEP 588 (remove_files) COMPLETE
61392024-12-19T21:39:49.545Z[ recovery-image] Dec 19 21:39:47.201 INFO O| Dec 19 21:39:47.201 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61402024-12-19T21:39:49.624Z[ recovery-image] Dec 19 21:39:47.280 INFO O| Dec 19 21:39:47.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
61412024-12-19T21:39:49.629Z[ recovery-image] Dec 19 21:39:47.280 INFO O| Dec 19 21:39:47.280 INFO STEP 589 (remove_files) COMPLETE
61422024-12-19T21:39:49.630Z[ recovery-image] Dec 19 21:39:47.280 INFO O| Dec 19 21:39:47.280 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61432024-12-19T21:39:49.646Z[ recovery-image] Dec 19 21:39:47.302 INFO O| Dec 19 21:39:47.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
61442024-12-19T21:39:49.650Z[ recovery-image] Dec 19 21:39:47.303 INFO O| Dec 19 21:39:47.303 INFO STEP 590 (remove_files) COMPLETE
61452024-12-19T21:39:49.650Z[ recovery-image] Dec 19 21:39:47.303 INFO O| Dec 19 21:39:47.303 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61462024-12-19T21:39:49.672Z[ recovery-image] Dec 19 21:39:47.324 INFO O| Dec 19 21:39:47.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
61472024-12-19T21:39:49.689Z[ recovery-image] Dec 19 21:39:47.345 INFO O| Dec 19 21:39:47.345 INFO STEP 591 (remove_files) COMPLETE
61482024-12-19T21:39:49.689Z[ recovery-image] Dec 19 21:39:47.345 INFO O| Dec 19 21:39:47.345 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61492024-12-19T21:39:49.712Z[ recovery-image] Dec 19 21:39:47.368 INFO O| Dec 19 21:39:47.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
61502024-12-19T21:39:49.715Z[ recovery-image] Dec 19 21:39:47.368 INFO O| Dec 19 21:39:47.368 INFO STEP 592 (remove_files) COMPLETE
61512024-12-19T21:39:49.715Z[ recovery-image] Dec 19 21:39:47.368 INFO O| Dec 19 21:39:47.368 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-12-19T21:39:49.750Z[ recovery-image] Dec 19 21:39:47.406 INFO O| Dec 19 21:39:47.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
61532024-12-19T21:39:49.751Z[ recovery-image] Dec 19 21:39:47.406 INFO O| Dec 19 21:39:47.406 INFO STEP 593 (remove_files) COMPLETE
61542024-12-19T21:39:49.753Z[ recovery-image] Dec 19 21:39:47.406 INFO O| Dec 19 21:39:47.406 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-12-19T21:39:49.775Z[ recovery-image] Dec 19 21:39:47.427 INFO O| Dec 19 21:39:47.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
61562024-12-19T21:39:49.775Z[ recovery-image] Dec 19 21:39:47.427 INFO O| Dec 19 21:39:47.427 INFO STEP 594 (remove_files) COMPLETE
61572024-12-19T21:39:49.779Z[ recovery-image] Dec 19 21:39:47.427 INFO O| Dec 19 21:39:47.427 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-12-19T21:39:49.793Z[ recovery-image] Dec 19 21:39:47.447 INFO O| Dec 19 21:39:47.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
61592024-12-19T21:39:49.793Z[ recovery-image] Dec 19 21:39:47.447 INFO O| Dec 19 21:39:47.447 INFO STEP 595 (remove_files) COMPLETE
61602024-12-19T21:39:49.793Z[ recovery-image] Dec 19 21:39:47.447 INFO O| Dec 19 21:39:47.447 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-12-19T21:39:49.843Z[ recovery-image] Dec 19 21:39:47.498 INFO O| Dec 19 21:39:47.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
61622024-12-19T21:39:49.848Z[ recovery-image] Dec 19 21:39:47.498 INFO O| Dec 19 21:39:47.498 INFO STEP 596 (remove_files) COMPLETE
61632024-12-19T21:39:49.848Z[ recovery-image] Dec 19 21:39:47.499 INFO O| Dec 19 21:39:47.498 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-12-19T21:39:49.882Z[ recovery-image] Dec 19 21:39:47.538 INFO O| Dec 19 21:39:47.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
61652024-12-19T21:39:49.882Z[ recovery-image] Dec 19 21:39:47.538 INFO O| Dec 19 21:39:47.538 INFO STEP 597 (remove_files) COMPLETE
61662024-12-19T21:39:49.882Z[ recovery-image] Dec 19 21:39:47.538 INFO O| Dec 19 21:39:47.538 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-12-19T21:39:49.913Z[ recovery-image] Dec 19 21:39:47.569 INFO O| Dec 19 21:39:47.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
61682024-12-19T21:39:49.935Z[ recovery-image] Dec 19 21:39:47.591 INFO O| Dec 19 21:39:47.591 INFO STEP 598 (remove_files) COMPLETE
61692024-12-19T21:39:49.935Z[ recovery-image] Dec 19 21:39:47.591 INFO O| Dec 19 21:39:47.591 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-12-19T21:39:49.967Z[ recovery-image] Dec 19 21:39:47.623 INFO O| Dec 19 21:39:47.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
61712024-12-19T21:39:49.968Z[ recovery-image] Dec 19 21:39:47.623 INFO O| Dec 19 21:39:47.623 INFO STEP 599 (remove_files) COMPLETE
61722024-12-19T21:39:49.968Z[ recovery-image] Dec 19 21:39:47.623 INFO O| Dec 19 21:39:47.623 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-12-19T21:39:49.983Z[ host-image] Dec 19 21:39:47.639 INFO O| Dec 19 21:39:47.639 INFO O| Done
61742024-12-19T21:39:50.025Z[ recovery-image] Dec 19 21:39:47.679 INFO O| Dec 19 21:39:47.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
61752024-12-19T21:39:50.025Z[ recovery-image] Dec 19 21:39:47.679 INFO O| Dec 19 21:39:47.679 INFO STEP 600 (remove_files) COMPLETE
61762024-12-19T21:39:50.025Z[ recovery-image] Dec 19 21:39:47.679 INFO O| Dec 19 21:39:47.679 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61772024-12-19T21:39:50.028Z[ host-image] Dec 19 21:39:47.680 INFO O| Dec 19 21:39:47.680 INFO O| Done
61782024-12-19T21:39:50.028Z[ host-image] Dec 19 21:39:47.680 INFO O| Dec 19 21:39:47.680 INFO O| Done
61792024-12-19T21:39:50.044Z[ host-image] Dec 19 21:39:47.700 INFO O| Dec 19 21:39:47.700 INFO O| Done
61802024-12-19T21:39:50.054Z[ recovery-image] Dec 19 21:39:47.710 INFO O| Dec 19 21:39:47.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
61812024-12-19T21:39:50.054Z[ recovery-image] Dec 19 21:39:47.710 INFO O| Dec 19 21:39:47.710 INFO STEP 601 (remove_files) COMPLETE
61822024-12-19T21:39:50.057Z[ recovery-image] Dec 19 21:39:47.710 INFO O| Dec 19 21:39:47.710 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61832024-12-19T21:39:50.101Z[ recovery-image] Dec 19 21:39:47.757 INFO O| Dec 19 21:39:47.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
61842024-12-19T21:39:50.101Z[ recovery-image] Dec 19 21:39:47.757 INFO O| Dec 19 21:39:47.757 INFO STEP 602 (remove_files) COMPLETE
61852024-12-19T21:39:50.106Z[ recovery-image] Dec 19 21:39:47.757 INFO O| Dec 19 21:39:47.757 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61862024-12-19T21:39:50.147Z[ recovery-image] Dec 19 21:39:47.802 INFO O| Dec 19 21:39:47.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
61872024-12-19T21:39:50.151Z[ recovery-image] Dec 19 21:39:47.803 INFO O| Dec 19 21:39:47.802 INFO STEP 603 (remove_files) COMPLETE
61882024-12-19T21:39:50.151Z[ recovery-image] Dec 19 21:39:47.803 INFO O| Dec 19 21:39:47.803 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61892024-12-19T21:39:50.175Z[ recovery-image] Dec 19 21:39:47.830 INFO O| Dec 19 21:39:47.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
61902024-12-19T21:39:50.178Z[ recovery-image] Dec 19 21:39:47.831 INFO O| Dec 19 21:39:47.831 INFO STEP 604 (remove_files) COMPLETE
61912024-12-19T21:39:50.178Z[ recovery-image] Dec 19 21:39:47.831 INFO O| Dec 19 21:39:47.831 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61922024-12-19T21:39:50.202Z[ recovery-image] Dec 19 21:39:47.858 INFO O| Dec 19 21:39:47.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
61932024-12-19T21:39:50.203Z[ recovery-image] Dec 19 21:39:47.858 INFO O| Dec 19 21:39:47.857 INFO STEP 605 (remove_files) COMPLETE
61942024-12-19T21:39:50.212Z[ recovery-image] Dec 19 21:39:47.858 INFO O| Dec 19 21:39:47.857 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61952024-12-19T21:39:50.230Z[ recovery-image] Dec 19 21:39:47.883 INFO O| Dec 19 21:39:47.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
61962024-12-19T21:39:50.230Z[ recovery-image] Dec 19 21:39:47.883 INFO O| Dec 19 21:39:47.883 INFO STEP 606 (remove_files) COMPLETE
61972024-12-19T21:39:50.233Z[ recovery-image] Dec 19 21:39:47.883 INFO O| Dec 19 21:39:47.883 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61982024-12-19T21:39:50.254Z[ recovery-image] Dec 19 21:39:47.909 INFO O| Dec 19 21:39:47.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
61992024-12-19T21:39:50.254Z[ recovery-image] Dec 19 21:39:47.909 INFO O| Dec 19 21:39:47.909 INFO STEP 607 (remove_files) COMPLETE
62002024-12-19T21:39:50.262Z[ recovery-image] Dec 19 21:39:47.909 INFO O| Dec 19 21:39:47.909 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-12-19T21:39:50.263Z[ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO STEP 14 (pkg_install) COMPLETE
62022024-12-19T21:39:50.263Z[ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62032024-12-19T21:39:50.263Z[ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO skip step because feature "mfg" is not enabled
62042024-12-19T21:39:50.263Z[ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62052024-12-19T21:39:50.263Z[ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO skip step because feature "compliance" is not enabled
62062024-12-19T21:39:50.263Z[ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62072024-12-19T21:39:50.263Z[ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO skip step because feature "stress" is not enabled
62082024-12-19T21:39:50.263Z[ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
62092024-12-19T21:39:50.263Z[ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO skip step because feature "nfs" is not enabled
62102024-12-19T21:39:50.263Z[ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
62112024-12-19T21:39:50.263Z[ host-image] Dec 19 21:39:47.910 INFO O| Dec 19 21:39:47.910 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
62122024-12-19T21:39:50.279Z[ recovery-image] Dec 19 21:39:47.935 INFO O| Dec 19 21:39:47.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
62132024-12-19T21:39:50.279Z[ recovery-image] Dec 19 21:39:47.935 INFO O| Dec 19 21:39:47.935 INFO STEP 608 (remove_files) COMPLETE
62142024-12-19T21:39:50.279Z[ recovery-image] Dec 19 21:39:47.935 INFO O| Dec 19 21:39:47.935 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62152024-12-19T21:39:50.311Z[ recovery-image] Dec 19 21:39:47.964 INFO O| Dec 19 21:39:47.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
62162024-12-19T21:39:50.311Z[ recovery-image] Dec 19 21:39:47.964 INFO O| Dec 19 21:39:47.964 INFO STEP 609 (remove_files) COMPLETE
62172024-12-19T21:39:50.315Z[ recovery-image] Dec 19 21:39:47.964 INFO O| Dec 19 21:39:47.964 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-12-19T21:39:50.340Z[ recovery-image] Dec 19 21:39:47.989 INFO O| Dec 19 21:39:47.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
62192024-12-19T21:39:50.340Z[ recovery-image] Dec 19 21:39:47.989 INFO O| Dec 19 21:39:47.989 INFO STEP 610 (remove_files) COMPLETE
62202024-12-19T21:39:50.340Z[ recovery-image] Dec 19 21:39:47.989 INFO O| Dec 19 21:39:47.989 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-12-19T21:39:50.355Z[ host-image] Dec 19 21:39:48.010 INFO O| Dec 19 21:39:48.010 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
62222024-12-19T21:39:50.365Z[ recovery-image] Dec 19 21:39:48.021 INFO O| Dec 19 21:39:48.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
62232024-12-19T21:39:50.365Z[ recovery-image] Dec 19 21:39:48.021 INFO O| Dec 19 21:39:48.021 INFO STEP 611 (remove_files) COMPLETE
62242024-12-19T21:39:50.368Z[ recovery-image] Dec 19 21:39:48.021 INFO O| Dec 19 21:39:48.021 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62252024-12-19T21:39:50.389Z[ recovery-image] Dec 19 21:39:48.045 INFO O| Dec 19 21:39:48.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
62262024-12-19T21:39:50.389Z[ recovery-image] Dec 19 21:39:48.045 INFO O| Dec 19 21:39:48.045 INFO STEP 612 (remove_files) COMPLETE
62272024-12-19T21:39:50.397Z[ recovery-image] Dec 19 21:39:48.045 INFO O| Dec 19 21:39:48.045 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62282024-12-19T21:39:50.416Z[ recovery-image] Dec 19 21:39:48.072 INFO O| Dec 19 21:39:48.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
62292024-12-19T21:39:50.422Z[ recovery-image] Dec 19 21:39:48.073 INFO O| Dec 19 21:39:48.072 INFO STEP 613 (remove_files) COMPLETE
62302024-12-19T21:39:50.422Z[ recovery-image] Dec 19 21:39:48.073 INFO O| Dec 19 21:39:48.073 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62312024-12-19T21:39:50.472Z[ host-image] Dec 19 21:39:48.127 INFO O| Dec 19 21:39:48.127 INFO completed processing gimlet/ramdisk-01-os
62322024-12-19T21:39:50.482Z[ recovery-image] Dec 19 21:39:48.129 INFO O| Dec 19 21:39:48.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
62332024-12-19T21:39:50.482Z[ host-image] Dec 19 21:39:48.131 INFO omicron1 baseline generation...
62342024-12-19T21:39:50.482Z[ host-image] Dec 19 21:39:48.131 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
62352024-12-19T21:39:50.482Z[ recovery-image] Dec 19 21:39:48.135 INFO O| Dec 19 21:39:48.135 INFO STEP 614 (remove_files) COMPLETE
62362024-12-19T21:39:50.482Z[ recovery-image] Dec 19 21:39:48.135 INFO O| Dec 19 21:39:48.135 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62372024-12-19T21:39:50.501Z[ recovery-image] Dec 19 21:39:48.157 INFO O| Dec 19 21:39:48.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
62382024-12-19T21:39:50.501Z[ recovery-image] Dec 19 21:39:48.157 INFO O| Dec 19 21:39:48.157 INFO STEP 615 (remove_files) COMPLETE
62392024-12-19T21:39:50.508Z[ recovery-image] Dec 19 21:39:48.157 INFO O| Dec 19 21:39:48.157 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-12-19T21:39:50.549Z[ recovery-image] Dec 19 21:39:48.205 INFO O| Dec 19 21:39:48.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
62412024-12-19T21:39:50.552Z[ recovery-image] Dec 19 21:39:48.206 INFO O| Dec 19 21:39:48.206 INFO STEP 616 (remove_files) COMPLETE
62422024-12-19T21:39:50.552Z[ recovery-image] Dec 19 21:39:48.206 INFO O| Dec 19 21:39:48.206 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62432024-12-19T21:39:50.594Z[ recovery-image] Dec 19 21:39:48.249 INFO O| Dec 19 21:39:48.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
62442024-12-19T21:39:50.594Z[ recovery-image] Dec 19 21:39:48.249 INFO O| Dec 19 21:39:48.249 INFO STEP 617 (remove_files) COMPLETE
62452024-12-19T21:39:50.594Z[ recovery-image] Dec 19 21:39:48.249 INFO O| Dec 19 21:39:48.249 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62462024-12-19T21:39:50.613Z[ recovery-image] Dec 19 21:39:48.269 INFO O| Dec 19 21:39:48.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
62472024-12-19T21:39:50.614Z[ recovery-image] Dec 19 21:39:48.269 INFO O| Dec 19 21:39:48.269 INFO STEP 618 (remove_files) COMPLETE
62482024-12-19T21:39:50.614Z[ recovery-image] Dec 19 21:39:48.269 INFO O| Dec 19 21:39:48.269 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62492024-12-19T21:39:50.637Z[ recovery-image] Dec 19 21:39:48.292 INFO O| Dec 19 21:39:48.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
62502024-12-19T21:39:50.637Z[ recovery-image] Dec 19 21:39:48.292 INFO O| Dec 19 21:39:48.292 INFO STEP 619 (remove_files) COMPLETE
62512024-12-19T21:39:50.637Z[ recovery-image] Dec 19 21:39:48.293 INFO O| Dec 19 21:39:48.292 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62522024-12-19T21:39:50.655Z[ recovery-image] Dec 19 21:39:48.311 INFO O| Dec 19 21:39:48.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
62532024-12-19T21:39:50.655Z[ recovery-image] Dec 19 21:39:48.311 INFO O| Dec 19 21:39:48.311 INFO STEP 620 (remove_files) COMPLETE
62542024-12-19T21:39:50.655Z[ recovery-image] Dec 19 21:39:48.311 INFO O| Dec 19 21:39:48.311 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62552024-12-19T21:39:50.674Z[ recovery-image] Dec 19 21:39:48.329 INFO O| Dec 19 21:39:48.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
62562024-12-19T21:39:50.674Z[ recovery-image] Dec 19 21:39:48.329 INFO O| Dec 19 21:39:48.329 INFO STEP 621 (remove_files) COMPLETE
62572024-12-19T21:39:50.674Z[ recovery-image] Dec 19 21:39:48.330 INFO O| Dec 19 21:39:48.329 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62582024-12-19T21:39:50.693Z[ recovery-image] Dec 19 21:39:48.348 INFO O| Dec 19 21:39:48.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
62592024-12-19T21:39:50.693Z[ recovery-image] Dec 19 21:39:48.348 INFO O| Dec 19 21:39:48.348 INFO STEP 622 (remove_files) COMPLETE
62602024-12-19T21:39:50.693Z[ recovery-image] Dec 19 21:39:48.349 INFO O| Dec 19 21:39:48.348 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62612024-12-19T21:39:50.712Z[ recovery-image] Dec 19 21:39:48.366 INFO O| Dec 19 21:39:48.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
62622024-12-19T21:39:50.712Z[ recovery-image] Dec 19 21:39:48.367 INFO O| Dec 19 21:39:48.366 INFO STEP 623 (remove_files) COMPLETE
62632024-12-19T21:39:50.712Z[ recovery-image] Dec 19 21:39:48.367 INFO O| Dec 19 21:39:48.367 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62642024-12-19T21:39:50.730Z[ recovery-image] Dec 19 21:39:48.386 INFO O| Dec 19 21:39:48.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
62652024-12-19T21:39:50.730Z[ recovery-image] Dec 19 21:39:48.386 INFO O| Dec 19 21:39:48.386 INFO STEP 624 (remove_files) COMPLETE
62662024-12-19T21:39:50.730Z[ recovery-image] Dec 19 21:39:48.386 INFO O| Dec 19 21:39:48.386 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62672024-12-19T21:39:50.748Z[ recovery-image] Dec 19 21:39:48.404 INFO O| Dec 19 21:39:48.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
62682024-12-19T21:39:50.748Z[ recovery-image] Dec 19 21:39:48.404 INFO O| Dec 19 21:39:48.404 INFO STEP 625 (remove_files) COMPLETE
62692024-12-19T21:39:50.748Z[ recovery-image] Dec 19 21:39:48.404 INFO O| Dec 19 21:39:48.404 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62702024-12-19T21:39:50.768Z[ recovery-image] Dec 19 21:39:48.423 INFO O| Dec 19 21:39:48.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
62712024-12-19T21:39:50.768Z[ recovery-image] Dec 19 21:39:48.423 INFO O| Dec 19 21:39:48.423 INFO STEP 626 (remove_files) COMPLETE
62722024-12-19T21:39:50.768Z[ recovery-image] Dec 19 21:39:48.423 INFO O| Dec 19 21:39:48.423 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62732024-12-19T21:39:50.786Z[ recovery-image] Dec 19 21:39:48.441 INFO O| Dec 19 21:39:48.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
62742024-12-19T21:39:50.786Z[ recovery-image] Dec 19 21:39:48.442 INFO O| Dec 19 21:39:48.441 INFO STEP 627 (remove_files) COMPLETE
62752024-12-19T21:39:50.786Z[ recovery-image] Dec 19 21:39:48.442 INFO O| Dec 19 21:39:48.442 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62762024-12-19T21:39:50.804Z[ recovery-image] Dec 19 21:39:48.460 INFO O| Dec 19 21:39:48.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
62772024-12-19T21:39:50.808Z[ recovery-image] Dec 19 21:39:48.464 INFO O| Dec 19 21:39:48.464 INFO STEP 628 (remove_files) COMPLETE
62782024-12-19T21:39:50.811Z[ recovery-image] Dec 19 21:39:48.464 INFO O| Dec 19 21:39:48.464 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62792024-12-19T21:39:50.849Z[ recovery-image] Dec 19 21:39:48.503 INFO O| Dec 19 21:39:48.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
62802024-12-19T21:39:50.850Z[ recovery-image] Dec 19 21:39:48.503 INFO O| Dec 19 21:39:48.503 INFO STEP 629 (remove_files) COMPLETE
62812024-12-19T21:39:50.850Z[ recovery-image] Dec 19 21:39:48.503 INFO O| Dec 19 21:39:48.503 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62822024-12-19T21:39:50.888Z[ recovery-image] Dec 19 21:39:48.544 INFO O| Dec 19 21:39:48.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
62832024-12-19T21:39:50.891Z[ recovery-image] Dec 19 21:39:48.544 INFO O| Dec 19 21:39:48.544 INFO STEP 630 (remove_files) COMPLETE
62842024-12-19T21:39:50.891Z[ recovery-image] Dec 19 21:39:48.544 INFO O| Dec 19 21:39:48.544 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62852024-12-19T21:39:50.910Z[ recovery-image] Dec 19 21:39:48.564 INFO O| Dec 19 21:39:48.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
62862024-12-19T21:39:50.910Z[ recovery-image] Dec 19 21:39:48.564 INFO O| Dec 19 21:39:48.564 INFO STEP 631 (remove_files) COMPLETE
62872024-12-19T21:39:50.913Z[ recovery-image] Dec 19 21:39:48.564 INFO O| Dec 19 21:39:48.564 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62882024-12-19T21:39:50.964Z[ recovery-image] Dec 19 21:39:48.619 INFO O| Dec 19 21:39:48.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
62892024-12-19T21:39:50.964Z[ recovery-image] Dec 19 21:39:48.619 INFO O| Dec 19 21:39:48.619 INFO STEP 632 (remove_files) COMPLETE
62902024-12-19T21:39:50.964Z[ recovery-image] Dec 19 21:39:48.619 INFO O| Dec 19 21:39:48.619 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62912024-12-19T21:39:50.991Z[ recovery-image] Dec 19 21:39:48.644 INFO O| Dec 19 21:39:48.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
62922024-12-19T21:39:50.995Z[ recovery-image] Dec 19 21:39:48.644 INFO O| Dec 19 21:39:48.644 INFO STEP 633 (remove_files) COMPLETE
62932024-12-19T21:39:50.995Z[ recovery-image] Dec 19 21:39:48.644 INFO O| Dec 19 21:39:48.644 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62942024-12-19T21:39:51.022Z[ recovery-image] Dec 19 21:39:48.678 INFO O| Dec 19 21:39:48.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
62952024-12-19T21:39:51.022Z[ recovery-image] Dec 19 21:39:48.678 INFO O| Dec 19 21:39:48.678 INFO STEP 634 (remove_files) COMPLETE
62962024-12-19T21:39:51.023Z[ recovery-image] Dec 19 21:39:48.678 INFO O| Dec 19 21:39:48.678 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62972024-12-19T21:39:51.048Z[ recovery-image] Dec 19 21:39:48.703 INFO O| Dec 19 21:39:48.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
62982024-12-19T21:39:51.048Z[ recovery-image] Dec 19 21:39:48.703 INFO O| Dec 19 21:39:48.703 INFO STEP 635 (remove_files) COMPLETE
62992024-12-19T21:39:51.048Z[ recovery-image] Dec 19 21:39:48.703 INFO O| Dec 19 21:39:48.703 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63002024-12-19T21:39:51.072Z[ recovery-image] Dec 19 21:39:48.727 INFO O| Dec 19 21:39:48.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
63012024-12-19T21:39:51.072Z[ recovery-image] Dec 19 21:39:48.727 INFO O| Dec 19 21:39:48.727 INFO STEP 636 (remove_files) COMPLETE
63022024-12-19T21:39:51.075Z[ recovery-image] Dec 19 21:39:48.727 INFO O| Dec 19 21:39:48.727 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-12-19T21:39:51.105Z[ recovery-image] Dec 19 21:39:48.761 INFO O| Dec 19 21:39:48.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
63042024-12-19T21:39:51.109Z[ recovery-image] Dec 19 21:39:48.761 INFO O| Dec 19 21:39:48.761 INFO STEP 637 (remove_files) COMPLETE
63052024-12-19T21:39:51.109Z[ recovery-image] Dec 19 21:39:48.761 INFO O| Dec 19 21:39:48.761 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-12-19T21:39:51.140Z[ recovery-image] Dec 19 21:39:48.795 INFO O| Dec 19 21:39:48.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
63072024-12-19T21:39:51.152Z[ recovery-image] Dec 19 21:39:48.795 INFO O| Dec 19 21:39:48.795 INFO STEP 638 (remove_files) COMPLETE
63082024-12-19T21:39:51.152Z[ recovery-image] Dec 19 21:39:48.795 INFO O| Dec 19 21:39:48.795 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63092024-12-19T21:39:51.180Z[ recovery-image] Dec 19 21:39:48.835 INFO O| Dec 19 21:39:48.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
63102024-12-19T21:39:51.185Z[ recovery-image] Dec 19 21:39:48.836 INFO O| Dec 19 21:39:48.835 INFO STEP 639 (remove_files) COMPLETE
63112024-12-19T21:39:51.185Z[ recovery-image] Dec 19 21:39:48.836 INFO O| Dec 19 21:39:48.836 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63122024-12-19T21:39:51.220Z[ recovery-image] Dec 19 21:39:48.864 INFO O| Dec 19 21:39:48.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
63132024-12-19T21:39:51.220Z[ recovery-image] Dec 19 21:39:48.864 INFO O| Dec 19 21:39:48.860 INFO STEP 640 (remove_files) COMPLETE
63142024-12-19T21:39:51.226Z[ recovery-image] Dec 19 21:39:48.864 INFO O| Dec 19 21:39:48.860 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63152024-12-19T21:39:51.226Z[ host-image] Dec 19 21:39:48.865 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23080:20241219T204626Z
63162024-12-19T21:39:51.229Z[ recovery-image] Dec 19 21:39:48.882 INFO O| Dec 19 21:39:48.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
63172024-12-19T21:39:51.229Z[ recovery-image] Dec 19 21:39:48.882 INFO O| Dec 19 21:39:48.882 INFO STEP 641 (remove_files) COMPLETE
63182024-12-19T21:39:51.229Z[ recovery-image] Dec 19 21:39:48.882 INFO O| Dec 19 21:39:48.882 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-12-19T21:39:51.250Z[ recovery-image] Dec 19 21:39:48.903 INFO O| Dec 19 21:39:48.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
63202024-12-19T21:39:51.250Z[ recovery-image] Dec 19 21:39:48.903 INFO O| Dec 19 21:39:48.903 INFO STEP 642 (remove_files) COMPLETE
63212024-12-19T21:39:51.250Z[ recovery-image] Dec 19 21:39:48.903 INFO O| Dec 19 21:39:48.903 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-12-19T21:39:51.271Z[ recovery-image] Dec 19 21:39:48.926 INFO O| Dec 19 21:39:48.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
63232024-12-19T21:39:51.271Z[ recovery-image] Dec 19 21:39:48.926 INFO O| Dec 19 21:39:48.926 INFO STEP 643 (remove_files) COMPLETE
63242024-12-19T21:39:51.271Z[ recovery-image] Dec 19 21:39:48.926 INFO O| Dec 19 21:39:48.926 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-12-19T21:39:51.314Z[ recovery-image] Dec 19 21:39:48.969 INFO O| Dec 19 21:39:48.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
63262024-12-19T21:39:51.314Z[ recovery-image] Dec 19 21:39:48.969 INFO O| Dec 19 21:39:48.969 INFO STEP 644 (remove_files) COMPLETE
63272024-12-19T21:39:51.317Z[ recovery-image] Dec 19 21:39:48.969 INFO O| Dec 19 21:39:48.969 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-12-19T21:39:51.340Z[ recovery-image] Dec 19 21:39:48.993 INFO O| Dec 19 21:39:48.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
63292024-12-19T21:39:51.340Z[ recovery-image] Dec 19 21:39:48.993 INFO O| Dec 19 21:39:48.993 INFO STEP 645 (remove_files) COMPLETE
63302024-12-19T21:39:51.343Z[ recovery-image] Dec 19 21:39:48.994 INFO O| Dec 19 21:39:48.993 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-12-19T21:39:51.373Z[ recovery-image] Dec 19 21:39:49.028 INFO O| Dec 19 21:39:49.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
63322024-12-19T21:39:51.373Z[ recovery-image] Dec 19 21:39:49.028 INFO O| Dec 19 21:39:49.028 INFO STEP 646 (remove_files) COMPLETE
63332024-12-19T21:39:51.373Z[ recovery-image] Dec 19 21:39:49.028 INFO O| Dec 19 21:39:49.028 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-12-19T21:39:51.398Z[ recovery-image] Dec 19 21:39:49.053 INFO O| Dec 19 21:39:49.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
63352024-12-19T21:39:51.404Z[ recovery-image] Dec 19 21:39:49.054 INFO O| Dec 19 21:39:49.054 INFO STEP 647 (remove_files) COMPLETE
63362024-12-19T21:39:51.405Z[ recovery-image] Dec 19 21:39:49.055 INFO O| Dec 19 21:39:49.054 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-12-19T21:39:51.442Z[ recovery-image] Dec 19 21:39:49.097 INFO O| Dec 19 21:39:49.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
63382024-12-19T21:39:51.445Z[ recovery-image] Dec 19 21:39:49.097 INFO O| Dec 19 21:39:49.097 INFO STEP 648 (remove_files) COMPLETE
63392024-12-19T21:39:51.445Z[ recovery-image] Dec 19 21:39:49.097 INFO O| Dec 19 21:39:49.097 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-12-19T21:39:51.468Z[ recovery-image] Dec 19 21:39:49.123 INFO O| Dec 19 21:39:49.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
63412024-12-19T21:39:51.473Z[ recovery-image] Dec 19 21:39:49.123 INFO O| Dec 19 21:39:49.123 INFO STEP 649 (remove_files) COMPLETE
63422024-12-19T21:39:51.473Z[ recovery-image] Dec 19 21:39:49.123 INFO O| Dec 19 21:39:49.123 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-12-19T21:39:51.492Z[ recovery-image] Dec 19 21:39:49.147 INFO O| Dec 19 21:39:49.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
63442024-12-19T21:39:51.492Z[ recovery-image] Dec 19 21:39:49.147 INFO O| Dec 19 21:39:49.147 INFO STEP 650 (remove_files) COMPLETE
63452024-12-19T21:39:51.492Z[ recovery-image] Dec 19 21:39:49.147 INFO O| Dec 19 21:39:49.147 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-12-19T21:39:51.519Z[ recovery-image] Dec 19 21:39:49.173 INFO O| Dec 19 21:39:49.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
63472024-12-19T21:39:51.519Z[ recovery-image] Dec 19 21:39:49.173 INFO O| Dec 19 21:39:49.173 INFO STEP 651 (remove_files) COMPLETE
63482024-12-19T21:39:51.519Z[ recovery-image] Dec 19 21:39:49.173 INFO O| Dec 19 21:39:49.173 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-12-19T21:39:51.558Z[ recovery-image] Dec 19 21:39:49.212 INFO O| Dec 19 21:39:49.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
63502024-12-19T21:39:51.562Z[ recovery-image] Dec 19 21:39:49.212 INFO O| Dec 19 21:39:49.212 INFO STEP 652 (remove_files) COMPLETE
63512024-12-19T21:39:51.562Z[ recovery-image] Dec 19 21:39:49.213 INFO O| Dec 19 21:39:49.212 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-12-19T21:39:51.577Z[ recovery-image] Dec 19 21:39:49.232 INFO O| Dec 19 21:39:49.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
63532024-12-19T21:39:51.577Z[ recovery-image] Dec 19 21:39:49.232 INFO O| Dec 19 21:39:49.232 INFO STEP 653 (remove_files) COMPLETE
63542024-12-19T21:39:51.580Z[ recovery-image] Dec 19 21:39:49.232 INFO O| Dec 19 21:39:49.232 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-12-19T21:39:51.596Z[ recovery-image] Dec 19 21:39:49.251 INFO O| Dec 19 21:39:49.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
63562024-12-19T21:39:51.596Z[ recovery-image] Dec 19 21:39:49.251 INFO O| Dec 19 21:39:49.251 INFO STEP 654 (remove_files) COMPLETE
63572024-12-19T21:39:51.600Z[ recovery-image] Dec 19 21:39:49.251 INFO O| Dec 19 21:39:49.251 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-12-19T21:39:51.615Z[ recovery-image] Dec 19 21:39:49.270 INFO O| Dec 19 21:39:49.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
63592024-12-19T21:39:51.615Z[ recovery-image] Dec 19 21:39:49.270 INFO O| Dec 19 21:39:49.270 INFO STEP 655 (remove_files) COMPLETE
63602024-12-19T21:39:51.619Z[ recovery-image] Dec 19 21:39:49.270 INFO O| Dec 19 21:39:49.270 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-12-19T21:39:51.634Z[ recovery-image] Dec 19 21:39:49.289 INFO O| Dec 19 21:39:49.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
63622024-12-19T21:39:51.634Z[ recovery-image] Dec 19 21:39:49.289 INFO O| Dec 19 21:39:49.289 INFO STEP 656 (remove_files) COMPLETE
63632024-12-19T21:39:51.638Z[ recovery-image] Dec 19 21:39:49.290 INFO O| Dec 19 21:39:49.289 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-12-19T21:39:51.664Z[ recovery-image] Dec 19 21:39:49.319 INFO O| Dec 19 21:39:49.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
63652024-12-19T21:39:51.664Z[ recovery-image] Dec 19 21:39:49.319 INFO O| Dec 19 21:39:49.319 INFO STEP 657 (remove_files) COMPLETE
63662024-12-19T21:39:51.664Z[ recovery-image] Dec 19 21:39:49.319 INFO O| Dec 19 21:39:49.319 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-12-19T21:39:51.688Z[ recovery-image] Dec 19 21:39:49.343 INFO O| Dec 19 21:39:49.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
63682024-12-19T21:39:51.688Z[ recovery-image] Dec 19 21:39:49.343 INFO O| Dec 19 21:39:49.343 INFO STEP 658 (remove_files) COMPLETE
63692024-12-19T21:39:51.688Z[ recovery-image] Dec 19 21:39:49.343 INFO O| Dec 19 21:39:49.343 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-12-19T21:39:51.711Z[ recovery-image] Dec 19 21:39:49.366 INFO O| Dec 19 21:39:49.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
63712024-12-19T21:39:51.711Z[ recovery-image] Dec 19 21:39:49.366 INFO O| Dec 19 21:39:49.366 INFO STEP 659 (remove_files) COMPLETE
63722024-12-19T21:39:51.711Z[ recovery-image] Dec 19 21:39:49.366 INFO O| Dec 19 21:39:49.366 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-12-19T21:39:51.736Z[ recovery-image] Dec 19 21:39:49.391 INFO O| Dec 19 21:39:49.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
63742024-12-19T21:39:51.736Z[ recovery-image] Dec 19 21:39:49.391 INFO O| Dec 19 21:39:49.391 INFO STEP 660 (remove_files) COMPLETE
63752024-12-19T21:39:51.736Z[ recovery-image] Dec 19 21:39:49.391 INFO O| Dec 19 21:39:49.391 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-12-19T21:39:51.756Z[ recovery-image] Dec 19 21:39:49.411 INFO O| Dec 19 21:39:49.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
63772024-12-19T21:39:51.758Z[ recovery-image] Dec 19 21:39:49.411 INFO O| Dec 19 21:39:49.411 INFO STEP 661 (remove_files) COMPLETE
63782024-12-19T21:39:51.758Z[ recovery-image] Dec 19 21:39:49.411 INFO O| Dec 19 21:39:49.411 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-12-19T21:39:51.793Z[ recovery-image] Dec 19 21:39:49.448 INFO O| Dec 19 21:39:49.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
63802024-12-19T21:39:51.793Z[ recovery-image] Dec 19 21:39:49.449 INFO O| Dec 19 21:39:49.449 INFO STEP 662 (remove_files) COMPLETE
63812024-12-19T21:39:51.797Z[ recovery-image] Dec 19 21:39:49.449 INFO O| Dec 19 21:39:49.449 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-12-19T21:39:51.812Z[ recovery-image] Dec 19 21:39:49.467 INFO O| Dec 19 21:39:49.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
63832024-12-19T21:39:51.812Z[ recovery-image] Dec 19 21:39:49.468 INFO O| Dec 19 21:39:49.467 INFO STEP 663 (remove_files) COMPLETE
63842024-12-19T21:39:51.816Z[ recovery-image] Dec 19 21:39:49.468 INFO O| Dec 19 21:39:49.467 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-12-19T21:39:51.858Z[ recovery-image] Dec 19 21:39:49.513 INFO O| Dec 19 21:39:49.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
63862024-12-19T21:39:51.858Z[ recovery-image] Dec 19 21:39:49.513 INFO O| Dec 19 21:39:49.513 INFO STEP 664 (remove_files) COMPLETE
63872024-12-19T21:39:51.858Z[ recovery-image] Dec 19 21:39:49.513 INFO O| Dec 19 21:39:49.513 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-12-19T21:39:51.911Z[ recovery-image] Dec 19 21:39:49.566 INFO O| Dec 19 21:39:49.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
63892024-12-19T21:39:51.911Z[ recovery-image] Dec 19 21:39:49.566 INFO O| Dec 19 21:39:49.566 INFO STEP 665 (remove_files) COMPLETE
63902024-12-19T21:39:51.911Z[ recovery-image] Dec 19 21:39:49.566 INFO O| Dec 19 21:39:49.566 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-12-19T21:39:51.943Z[ recovery-image] Dec 19 21:39:49.598 INFO O| Dec 19 21:39:49.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
63922024-12-19T21:39:51.943Z[ recovery-image] Dec 19 21:39:49.598 INFO O| Dec 19 21:39:49.598 INFO STEP 666 (remove_files) COMPLETE
63932024-12-19T21:39:51.946Z[ recovery-image] Dec 19 21:39:49.598 INFO O| Dec 19 21:39:49.598 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-12-19T21:39:51.963Z[ recovery-image] Dec 19 21:39:49.618 INFO O| Dec 19 21:39:49.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
63952024-12-19T21:39:51.964Z[ recovery-image] Dec 19 21:39:49.619 INFO O| Dec 19 21:39:49.619 INFO STEP 667 (remove_files) COMPLETE
63962024-12-19T21:39:51.966Z[ recovery-image] Dec 19 21:39:49.619 INFO O| Dec 19 21:39:49.619 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-12-19T21:39:51.984Z[ recovery-image] Dec 19 21:39:49.639 INFO O| Dec 19 21:39:49.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
63982024-12-19T21:39:51.985Z[ recovery-image] Dec 19 21:39:49.639 INFO O| Dec 19 21:39:49.639 INFO STEP 668 (remove_files) COMPLETE
63992024-12-19T21:39:51.988Z[ recovery-image] Dec 19 21:39:49.639 INFO O| Dec 19 21:39:49.639 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-12-19T21:39:52.005Z[ recovery-image] Dec 19 21:39:49.660 INFO O| Dec 19 21:39:49.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
64012024-12-19T21:39:52.012Z[ recovery-image] Dec 19 21:39:49.661 INFO O| Dec 19 21:39:49.661 INFO STEP 669 (remove_files) COMPLETE
64022024-12-19T21:39:52.012Z[ recovery-image] Dec 19 21:39:49.661 INFO O| Dec 19 21:39:49.661 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-12-19T21:39:52.026Z[ recovery-image] Dec 19 21:39:49.679 INFO O| Dec 19 21:39:49.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
64042024-12-19T21:39:52.028Z[ recovery-image] Dec 19 21:39:49.679 INFO O| Dec 19 21:39:49.679 INFO STEP 670 (remove_files) COMPLETE
64052024-12-19T21:39:52.028Z[ recovery-image] Dec 19 21:39:49.679 INFO O| Dec 19 21:39:49.679 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-12-19T21:39:52.047Z[ recovery-image] Dec 19 21:39:49.702 INFO O| Dec 19 21:39:49.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
64072024-12-19T21:39:52.048Z[ recovery-image] Dec 19 21:39:49.703 INFO O| Dec 19 21:39:49.702 INFO STEP 671 (remove_files) COMPLETE
64082024-12-19T21:39:52.048Z[ recovery-image] Dec 19 21:39:49.703 INFO O| Dec 19 21:39:49.702 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-12-19T21:39:52.072Z[ recovery-image] Dec 19 21:39:49.727 INFO O| Dec 19 21:39:49.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
64102024-12-19T21:39:52.072Z[ recovery-image] Dec 19 21:39:49.727 INFO O| Dec 19 21:39:49.727 INFO STEP 672 (remove_files) COMPLETE
64112024-12-19T21:39:52.072Z[ recovery-image] Dec 19 21:39:49.727 INFO O| Dec 19 21:39:49.727 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-12-19T21:39:52.125Z[ recovery-image] Dec 19 21:39:49.778 INFO O| Dec 19 21:39:49.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
64132024-12-19T21:39:52.129Z[ recovery-image] Dec 19 21:39:49.780 INFO O| Dec 19 21:39:49.780 INFO STEP 673 (remove_files) COMPLETE
64142024-12-19T21:39:52.129Z[ recovery-image] Dec 19 21:39:49.780 INFO O| Dec 19 21:39:49.780 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-12-19T21:39:52.174Z[ recovery-image] Dec 19 21:39:49.827 INFO O| Dec 19 21:39:49.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
64162024-12-19T21:39:52.177Z[ recovery-image] Dec 19 21:39:49.832 INFO O| Dec 19 21:39:49.832 INFO STEP 674 (remove_files) COMPLETE
64172024-12-19T21:39:52.178Z[ recovery-image] Dec 19 21:39:49.833 INFO O| Dec 19 21:39:49.832 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-12-19T21:39:52.199Z[ recovery-image] Dec 19 21:39:49.853 INFO O| Dec 19 21:39:49.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
64192024-12-19T21:39:52.202Z[ recovery-image] Dec 19 21:39:49.854 INFO O| Dec 19 21:39:49.854 INFO STEP 675 (remove_files) COMPLETE
64202024-12-19T21:39:52.202Z[ recovery-image] Dec 19 21:39:49.854 INFO O| Dec 19 21:39:49.854 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-12-19T21:39:52.239Z[ recovery-image] Dec 19 21:39:49.894 INFO O| Dec 19 21:39:49.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
64222024-12-19T21:39:52.239Z[ recovery-image] Dec 19 21:39:49.894 INFO O| Dec 19 21:39:49.894 INFO STEP 676 (remove_files) COMPLETE
64232024-12-19T21:39:52.239Z[ recovery-image] Dec 19 21:39:49.894 INFO O| Dec 19 21:39:49.894 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-12-19T21:39:52.271Z[ recovery-image] Dec 19 21:39:49.924 INFO O| Dec 19 21:39:49.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
64252024-12-19T21:39:52.271Z[ recovery-image] Dec 19 21:39:49.925 INFO O| Dec 19 21:39:49.925 INFO STEP 677 (remove_files) COMPLETE
64262024-12-19T21:39:52.271Z[ recovery-image] Dec 19 21:39:49.925 INFO O| Dec 19 21:39:49.925 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-12-19T21:39:52.291Z[ recovery-image] Dec 19 21:39:49.946 INFO O| Dec 19 21:39:49.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
64282024-12-19T21:39:52.291Z[ recovery-image] Dec 19 21:39:49.946 INFO O| Dec 19 21:39:49.946 INFO STEP 678 (remove_files) COMPLETE
64292024-12-19T21:39:52.291Z[ recovery-image] Dec 19 21:39:49.946 INFO O| Dec 19 21:39:49.946 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-12-19T21:39:52.324Z[ recovery-image] Dec 19 21:39:49.979 INFO O| Dec 19 21:39:49.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
64312024-12-19T21:39:52.324Z[ recovery-image] Dec 19 21:39:49.979 INFO O| Dec 19 21:39:49.979 INFO STEP 679 (remove_files) COMPLETE
64322024-12-19T21:39:52.324Z[ recovery-image] Dec 19 21:39:49.979 INFO O| Dec 19 21:39:49.979 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-12-19T21:39:52.347Z[ recovery-image] Dec 19 21:39:50.002 INFO O| Dec 19 21:39:50.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
64342024-12-19T21:39:52.347Z[ recovery-image] Dec 19 21:39:50.002 INFO O| Dec 19 21:39:50.002 INFO STEP 680 (remove_files) COMPLETE
64352024-12-19T21:39:52.350Z[ recovery-image] Dec 19 21:39:50.002 INFO O| Dec 19 21:39:50.002 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-12-19T21:39:52.377Z[ recovery-image] Dec 19 21:39:50.032 INFO O| Dec 19 21:39:50.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
64372024-12-19T21:39:52.379Z[ recovery-image] Dec 19 21:39:50.032 INFO O| Dec 19 21:39:50.032 INFO STEP 681 (remove_files) COMPLETE
64382024-12-19T21:39:52.380Z[ recovery-image] Dec 19 21:39:50.032 INFO O| Dec 19 21:39:50.032 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-12-19T21:39:52.398Z[ recovery-image] Dec 19 21:39:50.053 INFO O| Dec 19 21:39:50.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
64402024-12-19T21:39:52.401Z[ recovery-image] Dec 19 21:39:50.053 INFO O| Dec 19 21:39:50.053 INFO STEP 682 (remove_files) COMPLETE
64412024-12-19T21:39:52.401Z[ recovery-image] Dec 19 21:39:50.053 INFO O| Dec 19 21:39:50.053 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-12-19T21:39:52.418Z[ recovery-image] Dec 19 21:39:50.073 INFO O| Dec 19 21:39:50.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
64432024-12-19T21:39:52.420Z[ recovery-image] Dec 19 21:39:50.073 INFO O| Dec 19 21:39:50.073 INFO STEP 683 (remove_files) COMPLETE
64442024-12-19T21:39:52.420Z[ recovery-image] Dec 19 21:39:50.073 INFO O| Dec 19 21:39:50.073 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-12-19T21:39:52.439Z[ recovery-image] Dec 19 21:39:50.094 INFO O| Dec 19 21:39:50.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
64462024-12-19T21:39:52.441Z[ recovery-image] Dec 19 21:39:50.094 INFO O| Dec 19 21:39:50.094 INFO STEP 684 (remove_files) COMPLETE
64472024-12-19T21:39:52.441Z[ recovery-image] Dec 19 21:39:50.094 INFO O| Dec 19 21:39:50.094 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-12-19T21:39:52.463Z[ recovery-image] Dec 19 21:39:50.117 INFO O| Dec 19 21:39:50.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
64492024-12-19T21:39:52.468Z[ recovery-image] Dec 19 21:39:50.118 INFO O| Dec 19 21:39:50.118 INFO STEP 685 (remove_files) COMPLETE
64502024-12-19T21:39:52.468Z[ recovery-image] Dec 19 21:39:50.118 INFO O| Dec 19 21:39:50.118 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-12-19T21:39:52.497Z[ recovery-image] Dec 19 21:39:50.152 INFO O| Dec 19 21:39:50.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
64522024-12-19T21:39:52.497Z[ recovery-image] Dec 19 21:39:50.152 INFO O| Dec 19 21:39:50.152 INFO STEP 686 (remove_files) COMPLETE
64532024-12-19T21:39:52.497Z[ recovery-image] Dec 19 21:39:50.152 INFO O| Dec 19 21:39:50.152 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-12-19T21:39:52.534Z[ recovery-image] Dec 19 21:39:50.189 INFO O| Dec 19 21:39:50.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
64552024-12-19T21:39:52.534Z[ recovery-image] Dec 19 21:39:50.189 INFO O| Dec 19 21:39:50.189 INFO STEP 687 (remove_files) COMPLETE
64562024-12-19T21:39:52.538Z[ recovery-image] Dec 19 21:39:50.189 INFO O| Dec 19 21:39:50.189 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-12-19T21:39:52.565Z[ recovery-image] Dec 19 21:39:50.219 INFO O| Dec 19 21:39:50.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
64582024-12-19T21:39:52.569Z[ recovery-image] Dec 19 21:39:50.219 INFO O| Dec 19 21:39:50.219 INFO STEP 688 (remove_files) COMPLETE
64592024-12-19T21:39:52.569Z[ recovery-image] Dec 19 21:39:50.219 INFO O| Dec 19 21:39:50.219 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-12-19T21:39:52.585Z[ recovery-image] Dec 19 21:39:50.240 INFO O| Dec 19 21:39:50.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
64612024-12-19T21:39:52.585Z[ recovery-image] Dec 19 21:39:50.240 INFO O| Dec 19 21:39:50.240 INFO STEP 689 (remove_files) COMPLETE
64622024-12-19T21:39:52.588Z[ recovery-image] Dec 19 21:39:50.240 INFO O| Dec 19 21:39:50.240 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-12-19T21:39:52.605Z[ recovery-image] Dec 19 21:39:50.260 INFO O| Dec 19 21:39:50.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
64642024-12-19T21:39:52.605Z[ recovery-image] Dec 19 21:39:50.260 INFO O| Dec 19 21:39:50.260 INFO STEP 690 (remove_files) COMPLETE
64652024-12-19T21:39:52.605Z[ recovery-image] Dec 19 21:39:50.260 INFO O| Dec 19 21:39:50.260 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-12-19T21:39:52.642Z[ recovery-image] Dec 19 21:39:50.297 INFO O| Dec 19 21:39:50.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
64672024-12-19T21:39:52.642Z[ recovery-image] Dec 19 21:39:50.297 INFO O| Dec 19 21:39:50.297 INFO STEP 691 (remove_files) COMPLETE
64682024-12-19T21:39:52.642Z[ recovery-image] Dec 19 21:39:50.297 INFO O| Dec 19 21:39:50.297 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-12-19T21:39:52.718Z[ recovery-image] Dec 19 21:39:50.373 INFO O| Dec 19 21:39:50.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
64702024-12-19T21:39:52.722Z[ recovery-image] Dec 19 21:39:50.373 INFO O| Dec 19 21:39:50.373 INFO STEP 692 (remove_files) COMPLETE
64712024-12-19T21:39:52.722Z[ recovery-image] Dec 19 21:39:50.374 INFO O| Dec 19 21:39:50.373 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-12-19T21:39:52.774Z[ recovery-image] Dec 19 21:39:50.429 INFO O| Dec 19 21:39:50.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
64732024-12-19T21:39:52.774Z[ recovery-image] Dec 19 21:39:50.429 INFO O| Dec 19 21:39:50.429 INFO STEP 693 (remove_files) COMPLETE
64742024-12-19T21:39:52.774Z[ recovery-image] Dec 19 21:39:50.429 INFO O| Dec 19 21:39:50.429 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-12-19T21:39:52.794Z[ recovery-image] Dec 19 21:39:50.449 INFO O| Dec 19 21:39:50.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
64762024-12-19T21:39:52.794Z[ recovery-image] Dec 19 21:39:50.449 INFO O| Dec 19 21:39:50.449 INFO STEP 694 (remove_files) COMPLETE
64772024-12-19T21:39:52.797Z[ recovery-image] Dec 19 21:39:50.449 INFO O| Dec 19 21:39:50.449 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-12-19T21:39:52.816Z[ recovery-image] Dec 19 21:39:50.470 INFO O| Dec 19 21:39:50.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
64792024-12-19T21:39:52.816Z[ recovery-image] Dec 19 21:39:50.470 INFO O| Dec 19 21:39:50.470 INFO STEP 695 (remove_files) COMPLETE
64802024-12-19T21:39:52.816Z[ recovery-image] Dec 19 21:39:50.470 INFO O| Dec 19 21:39:50.470 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-12-19T21:39:52.862Z[ recovery-image] Dec 19 21:39:50.517 INFO O| Dec 19 21:39:50.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
64822024-12-19T21:39:52.862Z[ recovery-image] Dec 19 21:39:50.517 INFO O| Dec 19 21:39:50.517 INFO STEP 696 (remove_files) COMPLETE
64832024-12-19T21:39:52.865Z[ recovery-image] Dec 19 21:39:50.517 INFO O| Dec 19 21:39:50.517 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-12-19T21:39:52.940Z[ recovery-image] Dec 19 21:39:50.592 INFO O| Dec 19 21:39:50.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
64852024-12-19T21:39:52.940Z[ recovery-image] Dec 19 21:39:50.592 INFO O| Dec 19 21:39:50.592 INFO STEP 697 (remove_files) COMPLETE
64862024-12-19T21:39:52.940Z[ recovery-image] Dec 19 21:39:50.592 INFO O| Dec 19 21:39:50.592 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-12-19T21:39:52.955Z[ recovery-image] Dec 19 21:39:50.610 INFO O| Dec 19 21:39:50.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
64882024-12-19T21:39:52.955Z[ recovery-image] Dec 19 21:39:50.610 INFO O| Dec 19 21:39:50.610 INFO STEP 698 (remove_files) COMPLETE
64892024-12-19T21:39:52.955Z[ recovery-image] Dec 19 21:39:50.610 INFO O| Dec 19 21:39:50.610 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-12-19T21:39:52.972Z[ recovery-image] Dec 19 21:39:50.627 INFO O| Dec 19 21:39:50.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
64912024-12-19T21:39:52.986Z[ recovery-image] Dec 19 21:39:50.641 INFO O| Dec 19 21:39:50.641 INFO STEP 699 (remove_files) COMPLETE
64922024-12-19T21:39:52.986Z[ recovery-image] Dec 19 21:39:50.641 INFO O| Dec 19 21:39:50.641 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-12-19T21:39:53.017Z[ recovery-image] Dec 19 21:39:50.672 INFO O| Dec 19 21:39:50.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
64942024-12-19T21:39:53.017Z[ recovery-image] Dec 19 21:39:50.672 INFO O| Dec 19 21:39:50.672 INFO STEP 700 (remove_files) COMPLETE
64952024-12-19T21:39:53.017Z[ recovery-image] Dec 19 21:39:50.672 INFO O| Dec 19 21:39:50.672 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-12-19T21:39:53.039Z[ recovery-image] Dec 19 21:39:50.692 INFO O| Dec 19 21:39:50.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
64972024-12-19T21:39:53.039Z[ recovery-image] Dec 19 21:39:50.692 INFO O| Dec 19 21:39:50.692 INFO STEP 701 (remove_files) COMPLETE
64982024-12-19T21:39:53.040Z[ recovery-image] Dec 19 21:39:50.692 INFO O| Dec 19 21:39:50.692 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-12-19T21:39:53.099Z[ recovery-image] Dec 19 21:39:50.753 INFO O| Dec 19 21:39:50.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
65002024-12-19T21:39:53.099Z[ recovery-image] Dec 19 21:39:50.753 INFO O| Dec 19 21:39:50.753 INFO STEP 702 (remove_files) COMPLETE
65012024-12-19T21:39:53.099Z[ recovery-image] Dec 19 21:39:50.753 INFO O| Dec 19 21:39:50.753 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-12-19T21:39:53.121Z[ recovery-image] Dec 19 21:39:50.775 INFO O| Dec 19 21:39:50.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
65032024-12-19T21:39:53.121Z[ recovery-image] Dec 19 21:39:50.775 INFO O| Dec 19 21:39:50.775 INFO STEP 703 (remove_files) COMPLETE
65042024-12-19T21:39:53.121Z[ recovery-image] Dec 19 21:39:50.775 INFO O| Dec 19 21:39:50.775 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-12-19T21:39:53.143Z[ recovery-image] Dec 19 21:39:50.798 INFO O| Dec 19 21:39:50.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
65062024-12-19T21:39:53.144Z[ recovery-image] Dec 19 21:39:50.798 INFO O| Dec 19 21:39:50.798 INFO STEP 704 (remove_files) COMPLETE
65072024-12-19T21:39:53.144Z[ recovery-image] Dec 19 21:39:50.798 INFO O| Dec 19 21:39:50.798 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-12-19T21:39:53.182Z[ recovery-image] Dec 19 21:39:50.837 INFO O| Dec 19 21:39:50.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
65092024-12-19T21:39:53.187Z[ recovery-image] Dec 19 21:39:50.837 INFO O| Dec 19 21:39:50.837 INFO STEP 705 (remove_files) COMPLETE
65102024-12-19T21:39:53.187Z[ recovery-image] Dec 19 21:39:50.837 INFO O| Dec 19 21:39:50.837 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-12-19T21:39:53.205Z[ recovery-image] Dec 19 21:39:50.860 INFO O| Dec 19 21:39:50.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
65122024-12-19T21:39:53.205Z[ recovery-image] Dec 19 21:39:50.860 INFO O| Dec 19 21:39:50.860 INFO STEP 706 (remove_files) COMPLETE
65132024-12-19T21:39:54.211Z[ recovery-image] Dec 19 21:39:50.860 INFO O| Dec 19 21:39:50.860 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-12-19T21:39:54.216Z[ recovery-image] Dec 19 21:39:50.884 INFO O| Dec 19 21:39:50.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
65152024-12-19T21:39:54.216Z[ recovery-image] Dec 19 21:39:50.884 INFO O| Dec 19 21:39:50.884 INFO STEP 707 (remove_files) COMPLETE
65162024-12-19T21:39:54.216Z[ recovery-image] Dec 19 21:39:50.884 INFO O| Dec 19 21:39:50.884 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:50.905 INFO O| Dec 19 21:39:50.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
65182024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:50.905 INFO O| Dec 19 21:39:50.905 INFO STEP 708 (remove_files) COMPLETE
65192024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:50.905 INFO O| Dec 19 21:39:50.905 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:50.927 INFO O| Dec 19 21:39:50.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
65212024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:50.927 INFO O| Dec 19 21:39:50.927 INFO STEP 709 (remove_files) COMPLETE
65222024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:50.927 INFO O| Dec 19 21:39:50.927 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:50.951 INFO O| Dec 19 21:39:50.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
65242024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:50.952 INFO O| Dec 19 21:39:50.952 INFO STEP 710 (remove_files) COMPLETE
65252024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:50.952 INFO O| Dec 19 21:39:50.952 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:50.977 INFO O| Dec 19 21:39:50.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
65272024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:50.977 INFO O| Dec 19 21:39:50.977 INFO STEP 711 (remove_files) COMPLETE
65282024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:50.977 INFO O| Dec 19 21:39:50.977 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:51.041 INFO O| Dec 19 21:39:51.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
65302024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:51.048 INFO O| Dec 19 21:39:51.047 INFO STEP 712 (remove_files) COMPLETE
65312024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:51.048 INFO O| Dec 19 21:39:51.047 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-12-19T21:39:54.217Z[ recovery-image] Dec 19 21:39:51.090 INFO O| Dec 19 21:39:51.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
65332024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.090 INFO O| Dec 19 21:39:51.090 INFO STEP 713 (remove_files) COMPLETE
65342024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.090 INFO O| Dec 19 21:39:51.090 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.146 INFO O| Dec 19 21:39:51.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
65362024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.146 INFO O| Dec 19 21:39:51.146 INFO STEP 714 (remove_files) COMPLETE
65372024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.146 INFO O| Dec 19 21:39:51.146 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.164 INFO O| Dec 19 21:39:51.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
65392024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.164 INFO O| Dec 19 21:39:51.164 INFO STEP 715 (remove_files) COMPLETE
65402024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.164 INFO O| Dec 19 21:39:51.164 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.181 INFO O| Dec 19 21:39:51.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
65422024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.182 INFO O| Dec 19 21:39:51.182 INFO STEP 716 (remove_files) COMPLETE
65432024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.182 INFO O| Dec 19 21:39:51.182 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.220 INFO O| Dec 19 21:39:51.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
65452024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.220 INFO O| Dec 19 21:39:51.220 INFO STEP 717 (remove_files) COMPLETE
65462024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.220 INFO O| Dec 19 21:39:51.220 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-12-19T21:39:54.218Z[ recovery-image] Dec 19 21:39:51.240 INFO O| Dec 19 21:39:51.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
65482024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.240 INFO O| Dec 19 21:39:51.240 INFO STEP 718 (remove_files) COMPLETE
65492024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.240 INFO O| Dec 19 21:39:51.240 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.260 INFO O| Dec 19 21:39:51.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
65512024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.260 INFO O| Dec 19 21:39:51.260 INFO STEP 719 (remove_files) COMPLETE
65522024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.260 INFO O| Dec 19 21:39:51.260 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.278 INFO O| Dec 19 21:39:51.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
65542024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.278 INFO O| Dec 19 21:39:51.278 INFO STEP 720 (remove_files) COMPLETE
65552024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.278 INFO O| Dec 19 21:39:51.278 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.296 INFO O| Dec 19 21:39:51.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
65572024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.296 INFO O| Dec 19 21:39:51.296 INFO STEP 721 (remove_files) COMPLETE
65582024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.297 INFO O| Dec 19 21:39:51.296 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.314 INFO O| Dec 19 21:39:51.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
65602024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.314 INFO O| Dec 19 21:39:51.314 INFO STEP 722 (remove_files) COMPLETE
65612024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.314 INFO O| Dec 19 21:39:51.314 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.357 INFO O| Dec 19 21:39:51.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
65632024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.357 INFO O| Dec 19 21:39:51.357 INFO STEP 723 (remove_files) COMPLETE
65642024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.357 INFO O| Dec 19 21:39:51.357 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.376 INFO O| Dec 19 21:39:51.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
65662024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.376 INFO O| Dec 19 21:39:51.376 INFO STEP 724 (remove_files) COMPLETE
65672024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.376 INFO O| Dec 19 21:39:51.376 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.394 INFO O| Dec 19 21:39:51.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
65692024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.395 INFO O| Dec 19 21:39:51.395 INFO STEP 725 (remove_files) COMPLETE
65702024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.395 INFO O| Dec 19 21:39:51.395 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.424 INFO O| Dec 19 21:39:51.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
65722024-12-19T21:39:54.219Z[ recovery-image] Dec 19 21:39:51.425 INFO O| Dec 19 21:39:51.425 INFO STEP 726 (remove_files) COMPLETE
65732024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.425 INFO O| Dec 19 21:39:51.425 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.489 INFO O| Dec 19 21:39:51.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
65752024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.490 INFO O| Dec 19 21:39:51.490 INFO STEP 727 (remove_files) COMPLETE
65762024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.490 INFO O| Dec 19 21:39:51.490 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.508 INFO O| Dec 19 21:39:51.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
65782024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.508 INFO O| Dec 19 21:39:51.508 INFO STEP 728 (remove_files) COMPLETE
65792024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.508 INFO O| Dec 19 21:39:51.508 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.527 INFO O| Dec 19 21:39:51.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
65812024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.527 INFO O| Dec 19 21:39:51.527 INFO STEP 729 (remove_files) COMPLETE
65822024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.527 INFO O| Dec 19 21:39:51.527 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.563 INFO O| Dec 19 21:39:51.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
65842024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.563 INFO O| Dec 19 21:39:51.563 INFO STEP 730 (remove_files) COMPLETE
65852024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.563 INFO O| Dec 19 21:39:51.563 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.586 INFO O| Dec 19 21:39:51.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
65872024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.587 INFO O| Dec 19 21:39:51.587 INFO STEP 731 (remove_files) COMPLETE
65882024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.587 INFO O| Dec 19 21:39:51.587 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.611 INFO O| Dec 19 21:39:51.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
65902024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.611 INFO O| Dec 19 21:39:51.611 INFO STEP 732 (remove_files) COMPLETE
65912024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.611 INFO O| Dec 19 21:39:51.611 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.641 INFO O| Dec 19 21:39:51.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
65932024-12-19T21:39:54.220Z[ recovery-image] Dec 19 21:39:51.641 INFO O| Dec 19 21:39:51.641 INFO STEP 733 (remove_files) COMPLETE
65942024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.641 INFO O| Dec 19 21:39:51.641 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.667 INFO O| Dec 19 21:39:51.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
65962024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.667 INFO O| Dec 19 21:39:51.667 INFO STEP 734 (remove_files) COMPLETE
65972024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.668 INFO O| Dec 19 21:39:51.667 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.687 INFO O| Dec 19 21:39:51.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
65992024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.688 INFO O| Dec 19 21:39:51.688 INFO STEP 735 (remove_files) COMPLETE
66002024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.688 INFO O| Dec 19 21:39:51.688 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.713 INFO O| Dec 19 21:39:51.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
66022024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.714 INFO O| Dec 19 21:39:51.714 INFO STEP 736 (remove_files) COMPLETE
66032024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.714 INFO O| Dec 19 21:39:51.714 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.741 INFO O| Dec 19 21:39:51.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
66052024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.741 INFO O| Dec 19 21:39:51.741 INFO STEP 737 (remove_files) COMPLETE
66062024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.741 INFO O| Dec 19 21:39:51.741 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.765 INFO O| Dec 19 21:39:51.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
66082024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.765 INFO O| Dec 19 21:39:51.765 INFO STEP 738 (remove_files) COMPLETE
66092024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.765 INFO O| Dec 19 21:39:51.765 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.814 INFO O| Dec 19 21:39:51.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
66112024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.814 INFO O| Dec 19 21:39:51.814 INFO STEP 739 (remove_files) COMPLETE
66122024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.814 INFO O| Dec 19 21:39:51.814 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-12-19T21:39:54.221Z[ recovery-image] Dec 19 21:39:51.838 INFO O| Dec 19 21:39:51.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
66142024-12-19T21:39:54.224Z[ recovery-image] Dec 19 21:39:51.838 INFO O| Dec 19 21:39:51.838 INFO STEP 740 (remove_files) COMPLETE
66152024-12-19T21:39:54.224Z[ recovery-image] Dec 19 21:39:51.838 INFO O| Dec 19 21:39:51.838 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-12-19T21:39:54.224Z[ recovery-image] Dec 19 21:39:51.877 INFO O| Dec 19 21:39:51.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
66172024-12-19T21:39:54.224Z[ recovery-image] Dec 19 21:39:51.877 INFO O| Dec 19 21:39:51.877 INFO STEP 741 (remove_files) COMPLETE
66182024-12-19T21:39:54.224Z[ recovery-image] Dec 19 21:39:51.878 INFO O| Dec 19 21:39:51.877 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-12-19T21:39:54.247Z[ recovery-image] Dec 19 21:39:51.901 INFO O| Dec 19 21:39:51.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
66202024-12-19T21:39:54.250Z[ recovery-image] Dec 19 21:39:51.901 INFO O| Dec 19 21:39:51.901 INFO STEP 742 (remove_files) COMPLETE
66212024-12-19T21:39:54.250Z[ recovery-image] Dec 19 21:39:51.901 INFO O| Dec 19 21:39:51.901 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-12-19T21:39:54.270Z[ recovery-image] Dec 19 21:39:51.924 INFO O| Dec 19 21:39:51.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
66232024-12-19T21:39:54.273Z[ recovery-image] Dec 19 21:39:51.924 INFO O| Dec 19 21:39:51.924 INFO STEP 743 (remove_files) COMPLETE
66242024-12-19T21:39:54.273Z[ recovery-image] Dec 19 21:39:51.924 INFO O| Dec 19 21:39:51.924 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-12-19T21:39:54.292Z[ recovery-image] Dec 19 21:39:51.946 INFO O| Dec 19 21:39:51.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
66262024-12-19T21:39:54.295Z[ recovery-image] Dec 19 21:39:51.946 INFO O| Dec 19 21:39:51.946 INFO STEP 744 (remove_files) COMPLETE
66272024-12-19T21:39:54.295Z[ recovery-image] Dec 19 21:39:51.947 INFO O| Dec 19 21:39:51.946 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-12-19T21:39:54.317Z[ recovery-image] Dec 19 21:39:51.969 INFO O| Dec 19 21:39:51.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
66292024-12-19T21:39:54.320Z[ recovery-image] Dec 19 21:39:51.970 INFO O| Dec 19 21:39:51.970 INFO STEP 745 (remove_files) COMPLETE
66302024-12-19T21:39:54.320Z[ recovery-image] Dec 19 21:39:51.970 INFO O| Dec 19 21:39:51.970 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-12-19T21:39:54.339Z[ recovery-image] Dec 19 21:39:51.993 INFO O| Dec 19 21:39:51.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
66322024-12-19T21:39:54.339Z[ recovery-image] Dec 19 21:39:51.993 INFO O| Dec 19 21:39:51.993 INFO STEP 746 (remove_files) COMPLETE
66332024-12-19T21:39:54.339Z[ recovery-image] Dec 19 21:39:51.993 INFO O| Dec 19 21:39:51.993 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-12-19T21:39:54.365Z[ recovery-image] Dec 19 21:39:52.017 INFO O| Dec 19 21:39:52.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
66352024-12-19T21:39:54.365Z[ recovery-image] Dec 19 21:39:52.018 INFO O| Dec 19 21:39:52.018 INFO STEP 747 (remove_files) COMPLETE
66362024-12-19T21:39:54.365Z[ recovery-image] Dec 19 21:39:52.018 INFO O| Dec 19 21:39:52.018 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-12-19T21:39:54.387Z[ recovery-image] Dec 19 21:39:52.041 INFO O| Dec 19 21:39:52.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
66382024-12-19T21:39:54.387Z[ recovery-image] Dec 19 21:39:52.041 INFO O| Dec 19 21:39:52.041 INFO STEP 748 (remove_files) COMPLETE
66392024-12-19T21:39:54.387Z[ recovery-image] Dec 19 21:39:52.041 INFO O| Dec 19 21:39:52.041 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-12-19T21:39:54.408Z[ recovery-image] Dec 19 21:39:52.062 INFO O| Dec 19 21:39:52.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
66412024-12-19T21:39:54.412Z[ recovery-image] Dec 19 21:39:52.062 INFO O| Dec 19 21:39:52.062 INFO STEP 749 (remove_files) COMPLETE
66422024-12-19T21:39:54.413Z[ recovery-image] Dec 19 21:39:52.062 INFO O| Dec 19 21:39:52.062 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-12-19T21:39:54.436Z[ recovery-image] Dec 19 21:39:52.085 INFO O| Dec 19 21:39:52.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
66442024-12-19T21:39:54.436Z[ recovery-image] Dec 19 21:39:52.085 INFO O| Dec 19 21:39:52.085 INFO STEP 750 (remove_files) COMPLETE
66452024-12-19T21:39:54.440Z[ recovery-image] Dec 19 21:39:52.085 INFO O| Dec 19 21:39:52.085 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-12-19T21:39:54.454Z[ recovery-image] Dec 19 21:39:52.108 INFO O| Dec 19 21:39:52.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
66472024-12-19T21:39:54.454Z[ recovery-image] Dec 19 21:39:52.108 INFO O| Dec 19 21:39:52.108 INFO STEP 751 (remove_files) COMPLETE
66482024-12-19T21:39:54.457Z[ recovery-image] Dec 19 21:39:52.109 INFO O| Dec 19 21:39:52.108 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-12-19T21:39:54.478Z[ recovery-image] Dec 19 21:39:52.132 INFO O| Dec 19 21:39:52.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
66502024-12-19T21:39:54.478Z[ recovery-image] Dec 19 21:39:52.132 INFO O| Dec 19 21:39:52.132 INFO STEP 752 (remove_files) COMPLETE
66512024-12-19T21:39:54.478Z[ recovery-image] Dec 19 21:39:52.132 INFO O| Dec 19 21:39:52.132 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-12-19T21:39:54.498Z[ recovery-image] Dec 19 21:39:52.152 INFO O| Dec 19 21:39:52.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
66532024-12-19T21:39:54.501Z[ recovery-image] Dec 19 21:39:52.153 INFO O| Dec 19 21:39:52.152 INFO STEP 753 (remove_files) COMPLETE
66542024-12-19T21:39:54.502Z[ recovery-image] Dec 19 21:39:52.153 INFO O| Dec 19 21:39:52.152 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-12-19T21:39:54.532Z[ recovery-image] Dec 19 21:39:52.185 INFO O| Dec 19 21:39:52.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
66562024-12-19T21:39:54.532Z[ recovery-image] Dec 19 21:39:52.185 INFO O| Dec 19 21:39:52.185 INFO STEP 754 (remove_files) COMPLETE
66572024-12-19T21:39:54.532Z[ recovery-image] Dec 19 21:39:52.185 INFO O| Dec 19 21:39:52.185 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-12-19T21:39:54.591Z[ recovery-image] Dec 19 21:39:52.244 INFO O| Dec 19 21:39:52.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
66592024-12-19T21:39:54.591Z[ recovery-image] Dec 19 21:39:52.244 INFO O| Dec 19 21:39:52.244 INFO STEP 755 (remove_files) COMPLETE
66602024-12-19T21:39:54.591Z[ recovery-image] Dec 19 21:39:52.244 INFO O| Dec 19 21:39:52.244 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-12-19T21:39:54.610Z[ recovery-image] Dec 19 21:39:52.264 INFO O| Dec 19 21:39:52.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
66622024-12-19T21:39:54.610Z[ recovery-image] Dec 19 21:39:52.264 INFO O| Dec 19 21:39:52.264 INFO STEP 756 (remove_files) COMPLETE
66632024-12-19T21:39:54.610Z[ recovery-image] Dec 19 21:39:52.264 INFO O| Dec 19 21:39:52.264 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-12-19T21:39:54.630Z[ recovery-image] Dec 19 21:39:52.283 INFO O| Dec 19 21:39:52.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
66652024-12-19T21:39:54.633Z[ recovery-image] Dec 19 21:39:52.283 INFO O| Dec 19 21:39:52.283 INFO STEP 757 (remove_files) COMPLETE
66662024-12-19T21:39:54.633Z[ recovery-image] Dec 19 21:39:52.284 INFO O| Dec 19 21:39:52.283 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-12-19T21:39:54.659Z[ recovery-image] Dec 19 21:39:52.303 INFO O| Dec 19 21:39:52.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
66682024-12-19T21:39:54.659Z[ recovery-image] Dec 19 21:39:52.303 INFO O| Dec 19 21:39:52.303 INFO STEP 758 (remove_files) COMPLETE
66692024-12-19T21:39:54.659Z[ recovery-image] Dec 19 21:39:52.303 INFO O| Dec 19 21:39:52.303 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-12-19T21:39:54.670Z[ recovery-image] Dec 19 21:39:52.323 INFO O| Dec 19 21:39:52.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
66712024-12-19T21:39:54.670Z[ recovery-image] Dec 19 21:39:52.323 INFO O| Dec 19 21:39:52.323 INFO STEP 759 (remove_files) COMPLETE
66722024-12-19T21:39:54.670Z[ recovery-image] Dec 19 21:39:52.323 INFO O| Dec 19 21:39:52.323 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-12-19T21:39:54.688Z[ recovery-image] Dec 19 21:39:52.342 INFO O| Dec 19 21:39:52.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
66742024-12-19T21:39:54.688Z[ recovery-image] Dec 19 21:39:52.342 INFO O| Dec 19 21:39:52.342 INFO STEP 760 (remove_files) COMPLETE
66752024-12-19T21:39:54.688Z[ recovery-image] Dec 19 21:39:52.342 INFO O| Dec 19 21:39:52.342 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-12-19T21:39:54.708Z[ recovery-image] Dec 19 21:39:52.360 INFO O| Dec 19 21:39:52.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
66772024-12-19T21:39:54.709Z[ recovery-image] Dec 19 21:39:52.360 INFO O| Dec 19 21:39:52.360 INFO STEP 761 (remove_files) COMPLETE
66782024-12-19T21:39:54.709Z[ recovery-image] Dec 19 21:39:52.360 INFO O| Dec 19 21:39:52.360 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-12-19T21:39:54.724Z[ recovery-image] Dec 19 21:39:52.378 INFO O| Dec 19 21:39:52.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
66802024-12-19T21:39:54.724Z[ recovery-image] Dec 19 21:39:52.378 INFO O| Dec 19 21:39:52.378 INFO STEP 762 (remove_files) COMPLETE
66812024-12-19T21:39:54.724Z[ recovery-image] Dec 19 21:39:52.378 INFO O| Dec 19 21:39:52.378 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-12-19T21:39:54.743Z[ recovery-image] Dec 19 21:39:52.397 INFO O| Dec 19 21:39:52.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
66832024-12-19T21:39:54.743Z[ recovery-image] Dec 19 21:39:52.397 INFO O| Dec 19 21:39:52.397 INFO STEP 763 (remove_files) COMPLETE
66842024-12-19T21:39:54.745Z[ recovery-image] Dec 19 21:39:52.397 INFO O| Dec 19 21:39:52.397 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-12-19T21:39:54.762Z[ recovery-image] Dec 19 21:39:52.415 INFO O| Dec 19 21:39:52.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
66862024-12-19T21:39:54.762Z[ recovery-image] Dec 19 21:39:52.415 INFO O| Dec 19 21:39:52.415 INFO STEP 764 (remove_files) COMPLETE
66872024-12-19T21:39:54.762Z[ recovery-image] Dec 19 21:39:52.416 INFO O| Dec 19 21:39:52.415 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-12-19T21:39:54.781Z[ recovery-image] Dec 19 21:39:52.435 INFO O| Dec 19 21:39:52.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
66892024-12-19T21:39:54.782Z[ recovery-image] Dec 19 21:39:52.436 INFO O| Dec 19 21:39:52.436 INFO STEP 765 (remove_files) COMPLETE
66902024-12-19T21:39:54.782Z[ recovery-image] Dec 19 21:39:52.436 INFO O| Dec 19 21:39:52.436 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-12-19T21:39:54.812Z[ recovery-image] Dec 19 21:39:52.455 INFO O| Dec 19 21:39:52.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
66922024-12-19T21:39:54.813Z[ recovery-image] Dec 19 21:39:52.455 INFO O| Dec 19 21:39:52.455 INFO STEP 766 (remove_files) COMPLETE
66932024-12-19T21:39:54.813Z[ recovery-image] Dec 19 21:39:52.455 INFO O| Dec 19 21:39:52.455 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-12-19T21:39:54.823Z[ recovery-image] Dec 19 21:39:52.473 INFO O| Dec 19 21:39:52.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
66952024-12-19T21:39:54.857Z[ recovery-image] Dec 19 21:39:52.476 INFO O| Dec 19 21:39:52.476 INFO STEP 767 (remove_files) COMPLETE
66962024-12-19T21:39:54.857Z[ recovery-image] Dec 19 21:39:52.476 INFO O| Dec 19 21:39:52.476 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-12-19T21:39:54.885Z[ recovery-image] Dec 19 21:39:52.539 INFO O| Dec 19 21:39:52.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
66982024-12-19T21:39:54.885Z[ recovery-image] Dec 19 21:39:52.539 INFO O| Dec 19 21:39:52.539 INFO STEP 768 (remove_files) COMPLETE
66992024-12-19T21:39:54.885Z[ recovery-image] Dec 19 21:39:52.539 INFO O| Dec 19 21:39:52.539 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-12-19T21:39:54.904Z[ recovery-image] Dec 19 21:39:52.558 INFO O| Dec 19 21:39:52.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
67012024-12-19T21:39:54.904Z[ recovery-image] Dec 19 21:39:52.558 INFO O| Dec 19 21:39:52.558 INFO STEP 769 (remove_files) COMPLETE
67022024-12-19T21:39:54.904Z[ recovery-image] Dec 19 21:39:52.558 INFO O| Dec 19 21:39:52.558 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-12-19T21:39:54.925Z[ recovery-image] Dec 19 21:39:52.576 INFO O| Dec 19 21:39:52.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
67042024-12-19T21:39:54.925Z[ recovery-image] Dec 19 21:39:52.576 INFO O| Dec 19 21:39:52.576 INFO STEP 770 (remove_files) COMPLETE
67052024-12-19T21:39:54.925Z[ recovery-image] Dec 19 21:39:52.576 INFO O| Dec 19 21:39:52.576 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-12-19T21:39:54.959Z[ recovery-image] Dec 19 21:39:52.593 INFO O| Dec 19 21:39:52.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
67072024-12-19T21:39:54.959Z[ recovery-image] Dec 19 21:39:52.593 INFO O| Dec 19 21:39:52.593 INFO STEP 771 (remove_files) COMPLETE
67082024-12-19T21:39:54.971Z[ recovery-image] Dec 19 21:39:52.593 INFO O| Dec 19 21:39:52.593 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-12-19T21:39:54.971Z[ recovery-image] Dec 19 21:39:52.616 INFO O| Dec 19 21:39:52.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
67102024-12-19T21:39:54.972Z[ recovery-image] Dec 19 21:39:52.616 INFO O| Dec 19 21:39:52.616 INFO STEP 772 (remove_files) COMPLETE
67112024-12-19T21:39:54.973Z[ recovery-image] Dec 19 21:39:52.616 INFO O| Dec 19 21:39:52.616 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-12-19T21:39:55.011Z[ recovery-image] Dec 19 21:39:52.636 INFO O| Dec 19 21:39:52.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
67132024-12-19T21:39:55.012Z[ recovery-image] Dec 19 21:39:52.636 INFO O| Dec 19 21:39:52.636 INFO STEP 773 (remove_files) COMPLETE
67142024-12-19T21:39:55.012Z[ recovery-image] Dec 19 21:39:52.636 INFO O| Dec 19 21:39:52.636 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-12-19T21:39:55.088Z[ recovery-image] Dec 19 21:39:52.654 INFO O| Dec 19 21:39:52.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
67162024-12-19T21:39:55.089Z[ recovery-image] Dec 19 21:39:52.654 INFO O| Dec 19 21:39:52.654 INFO STEP 774 (remove_files) COMPLETE
67172024-12-19T21:39:55.089Z[ recovery-image] Dec 19 21:39:52.654 INFO O| Dec 19 21:39:52.654 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-12-19T21:39:55.164Z[ recovery-image] Dec 19 21:39:52.720 INFO O| Dec 19 21:39:52.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
67192024-12-19T21:39:55.166Z[ recovery-image] Dec 19 21:39:52.720 INFO O| Dec 19 21:39:52.720 INFO STEP 775 (remove_files) COMPLETE
67202024-12-19T21:39:55.166Z[ recovery-image] Dec 19 21:39:52.720 INFO O| Dec 19 21:39:52.720 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-12-19T21:39:55.166Z[ recovery-image] Dec 19 21:39:52.742 INFO O| Dec 19 21:39:52.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
67222024-12-19T21:39:55.166Z[ recovery-image] Dec 19 21:39:52.742 INFO O| Dec 19 21:39:52.742 INFO STEP 776 (remove_files) COMPLETE
67232024-12-19T21:39:55.166Z[ recovery-image] Dec 19 21:39:52.742 INFO O| Dec 19 21:39:52.742 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-12-19T21:39:55.242Z[ recovery-image] Dec 19 21:39:52.770 INFO O| Dec 19 21:39:52.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
67252024-12-19T21:39:55.242Z[ recovery-image] Dec 19 21:39:52.770 INFO O| Dec 19 21:39:52.770 INFO STEP 777 (remove_files) COMPLETE
67262024-12-19T21:39:55.242Z[ recovery-image] Dec 19 21:39:52.770 INFO O| Dec 19 21:39:52.770 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-12-19T21:39:55.242Z[ recovery-image] Dec 19 21:39:52.807 INFO O| Dec 19 21:39:52.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
67282024-12-19T21:39:55.242Z[ recovery-image] Dec 19 21:39:52.807 INFO O| Dec 19 21:39:52.807 INFO STEP 778 (remove_files) COMPLETE
67292024-12-19T21:39:55.243Z[ recovery-image] Dec 19 21:39:52.807 INFO O| Dec 19 21:39:52.807 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-12-19T21:39:55.243Z[ recovery-image] Dec 19 21:39:52.830 INFO O| Dec 19 21:39:52.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
67312024-12-19T21:39:55.243Z[ recovery-image] Dec 19 21:39:52.830 INFO O| Dec 19 21:39:52.830 INFO STEP 779 (remove_files) COMPLETE
67322024-12-19T21:39:55.243Z[ recovery-image] Dec 19 21:39:52.830 INFO O| Dec 19 21:39:52.830 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-12-19T21:39:55.293Z[ recovery-image] Dec 19 21:39:52.864 INFO O| Dec 19 21:39:52.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
67342024-12-19T21:39:55.293Z[ recovery-image] Dec 19 21:39:52.864 INFO O| Dec 19 21:39:52.864 INFO STEP 780 (remove_files) COMPLETE
67352024-12-19T21:39:55.293Z[ recovery-image] Dec 19 21:39:52.864 INFO O| Dec 19 21:39:52.864 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-12-19T21:39:55.293Z[ recovery-image] Dec 19 21:39:52.898 INFO O| Dec 19 21:39:52.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
67372024-12-19T21:39:55.293Z[ recovery-image] Dec 19 21:39:52.898 INFO O| Dec 19 21:39:52.898 INFO STEP 781 (remove_files) COMPLETE
67382024-12-19T21:39:55.294Z[ recovery-image] Dec 19 21:39:52.898 INFO O| Dec 19 21:39:52.898 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-12-19T21:39:55.322Z[ recovery-image] Dec 19 21:39:52.921 INFO O| Dec 19 21:39:52.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
67402024-12-19T21:39:55.322Z[ recovery-image] Dec 19 21:39:52.921 INFO O| Dec 19 21:39:52.921 INFO STEP 782 (remove_files) COMPLETE
67412024-12-19T21:39:55.322Z[ recovery-image] Dec 19 21:39:52.922 INFO O| Dec 19 21:39:52.921 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-12-19T21:39:55.323Z[ recovery-image] Dec 19 21:39:52.943 INFO O| Dec 19 21:39:52.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
67432024-12-19T21:39:55.323Z[ recovery-image] Dec 19 21:39:52.944 INFO O| Dec 19 21:39:52.944 INFO STEP 783 (remove_files) COMPLETE
67442024-12-19T21:39:55.323Z[ recovery-image] Dec 19 21:39:52.944 INFO O| Dec 19 21:39:52.944 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-12-19T21:39:55.345Z[ recovery-image] Dec 19 21:39:52.966 INFO O| Dec 19 21:39:52.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
67462024-12-19T21:39:55.345Z[ recovery-image] Dec 19 21:39:52.967 INFO O| Dec 19 21:39:52.967 INFO STEP 784 (remove_files) COMPLETE
67472024-12-19T21:39:55.345Z[ recovery-image] Dec 19 21:39:52.967 INFO O| Dec 19 21:39:52.967 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-12-19T21:39:55.408Z[ recovery-image] Dec 19 21:39:53.007 INFO O| Dec 19 21:39:53.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
67492024-12-19T21:39:55.408Z[ recovery-image] Dec 19 21:39:53.007 INFO O| Dec 19 21:39:53.007 INFO STEP 785 (remove_files) COMPLETE
67502024-12-19T21:39:55.409Z[ recovery-image] Dec 19 21:39:53.007 INFO O| Dec 19 21:39:53.007 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-12-19T21:39:55.449Z[ recovery-image] Dec 19 21:39:53.030 INFO O| Dec 19 21:39:53.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
67522024-12-19T21:39:55.449Z[ recovery-image] Dec 19 21:39:53.030 INFO O| Dec 19 21:39:53.030 INFO STEP 786 (remove_files) COMPLETE
67532024-12-19T21:39:55.450Z[ recovery-image] Dec 19 21:39:53.030 INFO O| Dec 19 21:39:53.030 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-12-19T21:39:55.450Z[ recovery-image] Dec 19 21:39:53.056 INFO O| Dec 19 21:39:53.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
67552024-12-19T21:39:55.450Z[ recovery-image] Dec 19 21:39:53.056 INFO O| Dec 19 21:39:53.056 INFO STEP 787 (remove_files) COMPLETE
67562024-12-19T21:39:55.450Z[ recovery-image] Dec 19 21:39:53.056 INFO O| Dec 19 21:39:53.056 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-12-19T21:39:55.465Z[ recovery-image] Dec 19 21:39:53.103 INFO O| Dec 19 21:39:53.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
67582024-12-19T21:39:55.465Z[ recovery-image] Dec 19 21:39:53.103 INFO O| Dec 19 21:39:53.103 INFO STEP 788 (remove_files) COMPLETE
67592024-12-19T21:39:55.465Z[ recovery-image] Dec 19 21:39:53.103 INFO O| Dec 19 21:39:53.103 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-12-19T21:39:55.475Z[ recovery-image] Dec 19 21:39:53.127 INFO O| Dec 19 21:39:53.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
67612024-12-19T21:39:55.475Z[ recovery-image] Dec 19 21:39:53.127 INFO O| Dec 19 21:39:53.127 INFO STEP 789 (remove_files) COMPLETE
67622024-12-19T21:39:55.483Z[ recovery-image] Dec 19 21:39:53.127 INFO O| Dec 19 21:39:53.127 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-12-19T21:39:55.527Z[ recovery-image] Dec 19 21:39:53.148 INFO O| Dec 19 21:39:53.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
67642024-12-19T21:39:55.527Z[ recovery-image] Dec 19 21:39:53.149 INFO O| Dec 19 21:39:53.148 INFO STEP 790 (remove_files) COMPLETE
67652024-12-19T21:39:55.527Z[ recovery-image] Dec 19 21:39:53.149 INFO O| Dec 19 21:39:53.149 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-12-19T21:39:55.591Z[ recovery-image] Dec 19 21:39:53.172 INFO O| Dec 19 21:39:53.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
67672024-12-19T21:39:55.591Z[ recovery-image] Dec 19 21:39:53.172 INFO O| Dec 19 21:39:53.172 INFO STEP 791 (remove_files) COMPLETE
67682024-12-19T21:39:55.591Z[ recovery-image] Dec 19 21:39:53.172 INFO O| Dec 19 21:39:53.172 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-12-19T21:39:55.635Z[ recovery-image] Dec 19 21:39:53.226 INFO O| Dec 19 21:39:53.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
67702024-12-19T21:39:55.635Z[ recovery-image] Dec 19 21:39:53.226 INFO O| Dec 19 21:39:53.226 INFO STEP 792 (remove_files) COMPLETE
67712024-12-19T21:39:55.635Z[ recovery-image] Dec 19 21:39:53.226 INFO O| Dec 19 21:39:53.226 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-12-19T21:39:55.673Z[ recovery-image] Dec 19 21:39:53.267 INFO O| Dec 19 21:39:53.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
67732024-12-19T21:39:55.673Z[ recovery-image] Dec 19 21:39:53.267 INFO O| Dec 19 21:39:53.267 INFO STEP 793 (remove_files) COMPLETE
67742024-12-19T21:39:55.673Z[ recovery-image] Dec 19 21:39:53.267 INFO O| Dec 19 21:39:53.267 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-12-19T21:39:55.673Z[ recovery-image] Dec 19 21:39:53.295 INFO O| Dec 19 21:39:53.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
67762024-12-19T21:39:55.673Z[ recovery-image] Dec 19 21:39:53.295 INFO O| Dec 19 21:39:53.295 INFO STEP 794 (remove_files) COMPLETE
67772024-12-19T21:39:55.673Z[ recovery-image] Dec 19 21:39:53.296 INFO O| Dec 19 21:39:53.295 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-12-19T21:39:55.726Z[ recovery-image] Dec 19 21:39:53.314 INFO O| Dec 19 21:39:53.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
67792024-12-19T21:39:55.726Z[ recovery-image] Dec 19 21:39:53.314 INFO O| Dec 19 21:39:53.314 INFO STEP 795 (remove_files) COMPLETE
67802024-12-19T21:39:55.726Z[ recovery-image] Dec 19 21:39:53.314 INFO O| Dec 19 21:39:53.314 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-12-19T21:39:55.726Z[ recovery-image] Dec 19 21:39:53.332 INFO O| Dec 19 21:39:53.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
67822024-12-19T21:39:55.755Z[ recovery-image] Dec 19 21:39:53.350 INFO O| Dec 19 21:39:53.350 INFO STEP 796 (remove_files) COMPLETE
67832024-12-19T21:39:55.757Z[ recovery-image] Dec 19 21:39:53.350 INFO O| Dec 19 21:39:53.350 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-12-19T21:39:55.757Z[ recovery-image] Dec 19 21:39:53.382 INFO O| Dec 19 21:39:53.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
67852024-12-19T21:39:55.757Z[ recovery-image] Dec 19 21:39:53.382 INFO O| Dec 19 21:39:53.382 INFO STEP 797 (remove_files) COMPLETE
67862024-12-19T21:39:55.757Z[ recovery-image] Dec 19 21:39:53.382 INFO O| Dec 19 21:39:53.382 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-12-19T21:39:55.777Z[ recovery-image] Dec 19 21:39:53.412 INFO O| Dec 19 21:39:53.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
67882024-12-19T21:39:55.777Z[ recovery-image] Dec 19 21:39:53.412 INFO O| Dec 19 21:39:53.412 INFO STEP 798 (remove_files) COMPLETE
67892024-12-19T21:39:55.777Z[ recovery-image] Dec 19 21:39:53.412 INFO O| Dec 19 21:39:53.412 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-12-19T21:39:55.790Z[ recovery-image] Dec 19 21:39:53.433 INFO O| Dec 19 21:39:53.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
67912024-12-19T21:39:55.790Z[ recovery-image] Dec 19 21:39:53.433 INFO O| Dec 19 21:39:53.433 INFO STEP 799 (remove_files) COMPLETE
67922024-12-19T21:39:55.790Z[ recovery-image] Dec 19 21:39:53.433 INFO O| Dec 19 21:39:53.433 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-12-19T21:39:55.799Z[ recovery-image] Dec 19 21:39:53.452 INFO O| Dec 19 21:39:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
67942024-12-19T21:39:55.799Z[ recovery-image] Dec 19 21:39:53.452 INFO O| Dec 19 21:39:53.452 INFO STEP 800 (remove_files) COMPLETE
67952024-12-19T21:39:55.803Z[ recovery-image] Dec 19 21:39:53.452 INFO O| Dec 19 21:39:53.452 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-12-19T21:39:55.823Z[ recovery-image] Dec 19 21:39:53.471 INFO O| Dec 19 21:39:53.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
67972024-12-19T21:39:55.823Z[ recovery-image] Dec 19 21:39:53.471 INFO O| Dec 19 21:39:53.471 INFO STEP 801 (remove_files) COMPLETE
67982024-12-19T21:39:55.823Z[ recovery-image] Dec 19 21:39:53.471 INFO O| Dec 19 21:39:53.471 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-12-19T21:39:55.872Z[ recovery-image] Dec 19 21:39:53.513 INFO O| Dec 19 21:39:53.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
68002024-12-19T21:39:55.872Z[ recovery-image] Dec 19 21:39:53.514 INFO O| Dec 19 21:39:53.514 INFO STEP 802 (remove_files) COMPLETE
68012024-12-19T21:39:55.872Z[ recovery-image] Dec 19 21:39:53.514 INFO O| Dec 19 21:39:53.514 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-12-19T21:39:55.884Z[ recovery-image] Dec 19 21:39:53.537 INFO O| Dec 19 21:39:53.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
68032024-12-19T21:39:55.884Z[ recovery-image] Dec 19 21:39:53.537 INFO O| Dec 19 21:39:53.537 INFO STEP 803 (remove_files) COMPLETE
68042024-12-19T21:39:55.884Z[ recovery-image] Dec 19 21:39:53.537 INFO O| Dec 19 21:39:53.537 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-12-19T21:39:55.986Z[ recovery-image] Dec 19 21:39:53.603 INFO O| Dec 19 21:39:53.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
68062024-12-19T21:39:55.987Z[ recovery-image] Dec 19 21:39:53.603 INFO O| Dec 19 21:39:53.603 INFO STEP 804 (remove_files) COMPLETE
68072024-12-19T21:39:55.987Z[ recovery-image] Dec 19 21:39:53.603 INFO O| Dec 19 21:39:53.603 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-12-19T21:39:55.999Z[ recovery-image] Dec 19 21:39:53.623 INFO O| Dec 19 21:39:53.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
68092024-12-19T21:39:56.000Z[ recovery-image] Dec 19 21:39:53.623 INFO O| Dec 19 21:39:53.623 INFO STEP 805 (remove_files) COMPLETE
68102024-12-19T21:39:56.000Z[ recovery-image] Dec 19 21:39:53.623 INFO O| Dec 19 21:39:53.623 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-12-19T21:39:56.001Z[ recovery-image] Dec 19 21:39:53.641 INFO O| Dec 19 21:39:53.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
68122024-12-19T21:39:56.004Z[ recovery-image] Dec 19 21:39:53.642 INFO O| Dec 19 21:39:53.642 INFO STEP 806 (remove_files) COMPLETE
68132024-12-19T21:39:56.004Z[ recovery-image] Dec 19 21:39:53.642 INFO O| Dec 19 21:39:53.642 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-12-19T21:39:56.011Z[ recovery-image] Dec 19 21:39:53.661 INFO O| Dec 19 21:39:53.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
68152024-12-19T21:39:56.011Z[ recovery-image] Dec 19 21:39:53.661 INFO O| Dec 19 21:39:53.661 INFO STEP 807 (remove_files) COMPLETE
68162024-12-19T21:39:56.011Z[ recovery-image] Dec 19 21:39:53.661 INFO O| Dec 19 21:39:53.661 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-12-19T21:39:56.027Z[ recovery-image] Dec 19 21:39:53.680 INFO O| Dec 19 21:39:53.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
68182024-12-19T21:39:56.028Z[ recovery-image] Dec 19 21:39:53.681 INFO O| Dec 19 21:39:53.680 INFO STEP 808 (remove_files) COMPLETE
68192024-12-19T21:39:56.033Z[ recovery-image] Dec 19 21:39:53.681 INFO O| Dec 19 21:39:53.681 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-12-19T21:39:56.067Z[ recovery-image] Dec 19 21:39:53.720 INFO O| Dec 19 21:39:53.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
68212024-12-19T21:39:56.072Z[ recovery-image] Dec 19 21:39:53.720 INFO O| Dec 19 21:39:53.720 INFO STEP 809 (remove_files) COMPLETE
68222024-12-19T21:39:56.072Z[ recovery-image] Dec 19 21:39:53.720 INFO O| Dec 19 21:39:53.720 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-12-19T21:39:56.091Z[ recovery-image] Dec 19 21:39:53.743 INFO O| Dec 19 21:39:53.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
68242024-12-19T21:39:56.097Z[ recovery-image] Dec 19 21:39:53.744 INFO O| Dec 19 21:39:53.744 INFO STEP 810 (remove_files) COMPLETE
68252024-12-19T21:39:56.097Z[ recovery-image] Dec 19 21:39:53.744 INFO O| Dec 19 21:39:53.744 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-12-19T21:39:56.118Z[ recovery-image] Dec 19 21:39:53.768 INFO O| Dec 19 21:39:53.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
68272024-12-19T21:39:56.118Z[ recovery-image] Dec 19 21:39:53.768 INFO O| Dec 19 21:39:53.768 INFO STEP 811 (remove_files) COMPLETE
68282024-12-19T21:39:56.124Z[ recovery-image] Dec 19 21:39:53.768 INFO O| Dec 19 21:39:53.768 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-12-19T21:39:56.147Z[ recovery-image] Dec 19 21:39:53.799 INFO O| Dec 19 21:39:53.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
68302024-12-19T21:39:56.147Z[ recovery-image] Dec 19 21:39:53.799 INFO O| Dec 19 21:39:53.799 INFO STEP 812 (remove_files) COMPLETE
68312024-12-19T21:39:56.147Z[ recovery-image] Dec 19 21:39:53.799 INFO O| Dec 19 21:39:53.799 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-12-19T21:39:56.189Z[ recovery-image] Dec 19 21:39:53.839 INFO O| Dec 19 21:39:53.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
68332024-12-19T21:39:56.189Z[ recovery-image] Dec 19 21:39:53.839 INFO O| Dec 19 21:39:53.839 INFO STEP 813 (remove_files) COMPLETE
68342024-12-19T21:39:56.189Z[ recovery-image] Dec 19 21:39:53.839 INFO O| Dec 19 21:39:53.839 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-12-19T21:39:56.227Z[ recovery-image] Dec 19 21:39:53.877 INFO O| Dec 19 21:39:53.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
68362024-12-19T21:39:56.234Z[ recovery-image] Dec 19 21:39:53.877 INFO O| Dec 19 21:39:53.877 INFO STEP 814 (remove_files) COMPLETE
68372024-12-19T21:39:56.234Z[ recovery-image] Dec 19 21:39:53.877 INFO O| Dec 19 21:39:53.877 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-12-19T21:39:56.250Z[ recovery-image] Dec 19 21:39:53.900 INFO O| Dec 19 21:39:53.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
68392024-12-19T21:39:56.250Z[ recovery-image] Dec 19 21:39:53.901 INFO O| Dec 19 21:39:53.901 INFO STEP 815 (remove_files) COMPLETE
68402024-12-19T21:39:56.258Z[ recovery-image] Dec 19 21:39:53.901 INFO O| Dec 19 21:39:53.901 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-12-19T21:39:56.272Z[ recovery-image] Dec 19 21:39:53.923 INFO O| Dec 19 21:39:53.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
68422024-12-19T21:39:56.272Z[ recovery-image] Dec 19 21:39:53.923 INFO O| Dec 19 21:39:53.923 INFO STEP 816 (remove_files) COMPLETE
68432024-12-19T21:39:56.283Z[ recovery-image] Dec 19 21:39:53.923 INFO O| Dec 19 21:39:53.923 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-12-19T21:39:56.294Z[ recovery-image] Dec 19 21:39:53.945 INFO O| Dec 19 21:39:53.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
68452024-12-19T21:39:56.300Z[ recovery-image] Dec 19 21:39:53.953 INFO O| Dec 19 21:39:53.953 INFO STEP 817 (remove_files) COMPLETE
68462024-12-19T21:39:56.300Z[ recovery-image] Dec 19 21:39:53.953 INFO O| Dec 19 21:39:53.953 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-12-19T21:39:56.366Z[ recovery-image] Dec 19 21:39:54.012 INFO O| Dec 19 21:39:54.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
68482024-12-19T21:39:56.366Z[ recovery-image] Dec 19 21:39:54.013 INFO O| Dec 19 21:39:54.012 INFO STEP 818 (remove_files) COMPLETE
68492024-12-19T21:39:56.370Z[ recovery-image] Dec 19 21:39:54.013 INFO O| Dec 19 21:39:54.012 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-12-19T21:39:56.382Z[ recovery-image] Dec 19 21:39:54.035 INFO O| Dec 19 21:39:54.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
68512024-12-19T21:39:56.382Z[ recovery-image] Dec 19 21:39:54.036 INFO O| Dec 19 21:39:54.036 INFO STEP 819 (remove_files) COMPLETE
68522024-12-19T21:39:56.383Z[ recovery-image] Dec 19 21:39:54.036 INFO O| Dec 19 21:39:54.036 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-12-19T21:39:56.407Z[ recovery-image] Dec 19 21:39:54.060 INFO O| Dec 19 21:39:54.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
68542024-12-19T21:39:56.407Z[ recovery-image] Dec 19 21:39:54.060 INFO O| Dec 19 21:39:54.060 INFO STEP 820 (remove_files) COMPLETE
68552024-12-19T21:39:56.410Z[ recovery-image] Dec 19 21:39:54.060 INFO O| Dec 19 21:39:54.060 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-12-19T21:39:56.432Z[ recovery-image] Dec 19 21:39:54.084 INFO O| Dec 19 21:39:54.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
68572024-12-19T21:39:56.432Z[ recovery-image] Dec 19 21:39:54.084 INFO O| Dec 19 21:39:54.084 INFO STEP 821 (remove_files) COMPLETE
68582024-12-19T21:39:56.432Z[ recovery-image] Dec 19 21:39:54.084 INFO O| Dec 19 21:39:54.084 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-12-19T21:39:56.456Z[ recovery-image] Dec 19 21:39:54.107 INFO O| Dec 19 21:39:54.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
68602024-12-19T21:39:56.456Z[ recovery-image] Dec 19 21:39:54.107 INFO O| Dec 19 21:39:54.107 INFO STEP 822 (remove_files) COMPLETE
68612024-12-19T21:39:56.456Z[ recovery-image] Dec 19 21:39:54.107 INFO O| Dec 19 21:39:54.107 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-12-19T21:39:56.478Z[ recovery-image] Dec 19 21:39:54.131 INFO O| Dec 19 21:39:54.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
68632024-12-19T21:39:56.478Z[ recovery-image] Dec 19 21:39:54.131 INFO O| Dec 19 21:39:54.131 INFO STEP 823 (remove_files) COMPLETE
68642024-12-19T21:39:56.478Z[ recovery-image] Dec 19 21:39:54.131 INFO O| Dec 19 21:39:54.131 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-12-19T21:39:56.509Z[ recovery-image] Dec 19 21:39:54.162 INFO O| Dec 19 21:39:54.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
68662024-12-19T21:39:56.509Z[ recovery-image] Dec 19 21:39:54.162 INFO O| Dec 19 21:39:54.162 INFO STEP 824 (remove_files) COMPLETE
68672024-12-19T21:39:56.509Z[ recovery-image] Dec 19 21:39:54.162 INFO O| Dec 19 21:39:54.162 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-12-19T21:39:56.546Z[ recovery-image] Dec 19 21:39:54.198 INFO O| Dec 19 21:39:54.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
68692024-12-19T21:39:56.546Z[ recovery-image] Dec 19 21:39:54.198 INFO O| Dec 19 21:39:54.198 INFO STEP 825 (remove_files) COMPLETE
68702024-12-19T21:39:56.546Z[ recovery-image] Dec 19 21:39:54.198 INFO O| Dec 19 21:39:54.198 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-12-19T21:39:56.584Z[ recovery-image] Dec 19 21:39:54.237 INFO O| Dec 19 21:39:54.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
68722024-12-19T21:39:56.584Z[ recovery-image] Dec 19 21:39:54.237 INFO O| Dec 19 21:39:54.237 INFO STEP 826 (remove_files) COMPLETE
68732024-12-19T21:39:56.588Z[ recovery-image] Dec 19 21:39:54.237 INFO O| Dec 19 21:39:54.237 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-12-19T21:39:56.603Z[ recovery-image] Dec 19 21:39:54.256 INFO O| Dec 19 21:39:54.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
68752024-12-19T21:39:56.603Z[ recovery-image] Dec 19 21:39:54.256 INFO O| Dec 19 21:39:54.256 INFO STEP 827 (remove_files) COMPLETE
68762024-12-19T21:39:56.607Z[ recovery-image] Dec 19 21:39:54.256 INFO O| Dec 19 21:39:54.256 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-12-19T21:39:56.621Z[ recovery-image] Dec 19 21:39:54.274 INFO O| Dec 19 21:39:54.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
68782024-12-19T21:39:56.621Z[ recovery-image] Dec 19 21:39:54.274 INFO O| Dec 19 21:39:54.274 INFO STEP 828 (remove_files) COMPLETE
68792024-12-19T21:39:56.624Z[ recovery-image] Dec 19 21:39:54.274 INFO O| Dec 19 21:39:54.274 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-12-19T21:39:56.640Z[ recovery-image] Dec 19 21:39:54.292 INFO O| Dec 19 21:39:54.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
68812024-12-19T21:39:56.641Z[ recovery-image] Dec 19 21:39:54.292 INFO O| Dec 19 21:39:54.292 INFO STEP 829 (remove_files) COMPLETE
68822024-12-19T21:39:56.644Z[ recovery-image] Dec 19 21:39:54.292 INFO O| Dec 19 21:39:54.292 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-12-19T21:39:56.657Z[ recovery-image] Dec 19 21:39:54.310 INFO O| Dec 19 21:39:54.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
68842024-12-19T21:39:56.662Z[ recovery-image] Dec 19 21:39:54.310 INFO O| Dec 19 21:39:54.310 INFO STEP 830 (remove_files) COMPLETE
68852024-12-19T21:39:56.662Z[ recovery-image] Dec 19 21:39:54.310 INFO O| Dec 19 21:39:54.310 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-12-19T21:39:56.674Z[ recovery-image] Dec 19 21:39:54.327 INFO O| Dec 19 21:39:54.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
68872024-12-19T21:39:56.677Z[ recovery-image] Dec 19 21:39:54.328 INFO O| Dec 19 21:39:54.328 INFO STEP 831 (remove_files) COMPLETE
68882024-12-19T21:39:56.678Z[ recovery-image] Dec 19 21:39:54.328 INFO O| Dec 19 21:39:54.328 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-12-19T21:39:56.692Z[ recovery-image] Dec 19 21:39:54.345 INFO O| Dec 19 21:39:54.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
68902024-12-19T21:39:56.695Z[ recovery-image] Dec 19 21:39:54.346 INFO O| Dec 19 21:39:54.345 INFO STEP 832 (remove_files) COMPLETE
68912024-12-19T21:39:56.695Z[ recovery-image] Dec 19 21:39:54.346 INFO O| Dec 19 21:39:54.346 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-12-19T21:39:56.709Z[ recovery-image] Dec 19 21:39:54.363 INFO O| Dec 19 21:39:54.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
68932024-12-19T21:39:56.712Z[ recovery-image] Dec 19 21:39:54.363 INFO O| Dec 19 21:39:54.363 INFO STEP 833 (remove_files) COMPLETE
68942024-12-19T21:39:56.713Z[ recovery-image] Dec 19 21:39:54.363 INFO O| Dec 19 21:39:54.363 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-12-19T21:39:56.727Z[ recovery-image] Dec 19 21:39:54.380 INFO O| Dec 19 21:39:54.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
68962024-12-19T21:39:56.729Z[ recovery-image] Dec 19 21:39:54.380 INFO O| Dec 19 21:39:54.380 INFO STEP 834 (remove_files) COMPLETE
68972024-12-19T21:39:56.729Z[ recovery-image] Dec 19 21:39:54.380 INFO O| Dec 19 21:39:54.380 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-12-19T21:39:56.746Z[ recovery-image] Dec 19 21:39:54.399 INFO O| Dec 19 21:39:54.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
68992024-12-19T21:39:56.749Z[ recovery-image] Dec 19 21:39:54.399 INFO O| Dec 19 21:39:54.399 INFO STEP 835 (remove_files) COMPLETE
69002024-12-19T21:39:56.749Z[ recovery-image] Dec 19 21:39:54.399 INFO O| Dec 19 21:39:54.399 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-12-19T21:39:56.763Z[ recovery-image] Dec 19 21:39:54.416 INFO O| Dec 19 21:39:54.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
69022024-12-19T21:39:56.763Z[ recovery-image] Dec 19 21:39:54.416 INFO O| Dec 19 21:39:54.416 INFO STEP 836 (remove_files) COMPLETE
69032024-12-19T21:39:56.768Z[ recovery-image] Dec 19 21:39:54.416 INFO O| Dec 19 21:39:54.416 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-12-19T21:39:56.790Z[ recovery-image] Dec 19 21:39:54.443 INFO O| Dec 19 21:39:54.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
69052024-12-19T21:39:56.791Z[ recovery-image] Dec 19 21:39:54.443 INFO O| Dec 19 21:39:54.443 INFO STEP 837 (remove_files) COMPLETE
69062024-12-19T21:39:56.791Z[ recovery-image] Dec 19 21:39:54.443 INFO O| Dec 19 21:39:54.443 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-12-19T21:39:56.810Z[ recovery-image] Dec 19 21:39:54.463 INFO O| Dec 19 21:39:54.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
69082024-12-19T21:39:56.810Z[ recovery-image] Dec 19 21:39:54.463 INFO O| Dec 19 21:39:54.463 INFO STEP 838 (remove_files) COMPLETE
69092024-12-19T21:39:56.810Z[ recovery-image] Dec 19 21:39:54.463 INFO O| Dec 19 21:39:54.463 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-12-19T21:39:56.846Z[ recovery-image] Dec 19 21:39:54.498 INFO O| Dec 19 21:39:54.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
69112024-12-19T21:39:56.846Z[ recovery-image] Dec 19 21:39:54.498 INFO O| Dec 19 21:39:54.498 INFO STEP 839 (remove_files) COMPLETE
69122024-12-19T21:39:56.848Z[ recovery-image] Dec 19 21:39:54.498 INFO O| Dec 19 21:39:54.498 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-12-19T21:39:56.866Z[ recovery-image] Dec 19 21:39:54.518 INFO O| Dec 19 21:39:54.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
69142024-12-19T21:39:56.866Z[ recovery-image] Dec 19 21:39:54.518 INFO O| Dec 19 21:39:54.518 INFO STEP 840 (remove_files) COMPLETE
69152024-12-19T21:39:56.866Z[ recovery-image] Dec 19 21:39:54.518 INFO O| Dec 19 21:39:54.518 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-12-19T21:39:56.902Z[ recovery-image] Dec 19 21:39:54.555 INFO O| Dec 19 21:39:54.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
69172024-12-19T21:39:56.907Z[ recovery-image] Dec 19 21:39:54.555 INFO O| Dec 19 21:39:54.555 INFO STEP 841 (remove_files) COMPLETE
69182024-12-19T21:39:56.907Z[ recovery-image] Dec 19 21:39:54.555 INFO O| Dec 19 21:39:54.555 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-12-19T21:39:56.921Z[ recovery-image] Dec 19 21:39:54.574 INFO O| Dec 19 21:39:54.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
69202024-12-19T21:39:56.924Z[ recovery-image] Dec 19 21:39:54.574 INFO O| Dec 19 21:39:54.574 INFO STEP 842 (remove_files) COMPLETE
69212024-12-19T21:39:56.924Z[ recovery-image] Dec 19 21:39:54.574 INFO O| Dec 19 21:39:54.574 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-12-19T21:39:56.938Z[ recovery-image] Dec 19 21:39:54.591 INFO O| Dec 19 21:39:54.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
69232024-12-19T21:39:56.942Z[ recovery-image] Dec 19 21:39:54.591 INFO O| Dec 19 21:39:54.591 INFO STEP 843 (remove_files) COMPLETE
69242024-12-19T21:39:56.942Z[ recovery-image] Dec 19 21:39:54.591 INFO O| Dec 19 21:39:54.591 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-12-19T21:39:56.957Z[ recovery-image] Dec 19 21:39:54.610 INFO O| Dec 19 21:39:54.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
69262024-12-19T21:39:56.961Z[ recovery-image] Dec 19 21:39:54.611 INFO O| Dec 19 21:39:54.611 INFO STEP 844 (remove_files) COMPLETE
69272024-12-19T21:39:56.961Z[ recovery-image] Dec 19 21:39:54.611 INFO O| Dec 19 21:39:54.611 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-12-19T21:39:56.976Z[ recovery-image] Dec 19 21:39:54.629 INFO O| Dec 19 21:39:54.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
69292024-12-19T21:39:56.981Z[ recovery-image] Dec 19 21:39:54.629 INFO O| Dec 19 21:39:54.629 INFO STEP 845 (remove_files) COMPLETE
69302024-12-19T21:39:56.981Z[ recovery-image] Dec 19 21:39:54.629 INFO O| Dec 19 21:39:54.629 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-12-19T21:39:56.996Z[ recovery-image] Dec 19 21:39:54.649 INFO O| Dec 19 21:39:54.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
69322024-12-19T21:39:56.996Z[ recovery-image] Dec 19 21:39:54.649 INFO O| Dec 19 21:39:54.649 INFO STEP 846 (remove_files) COMPLETE
69332024-12-19T21:39:56.996Z[ recovery-image] Dec 19 21:39:54.649 INFO O| Dec 19 21:39:54.649 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-12-19T21:39:57.016Z[ recovery-image] Dec 19 21:39:54.668 INFO O| Dec 19 21:39:54.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
69352024-12-19T21:39:57.017Z[ recovery-image] Dec 19 21:39:54.668 INFO O| Dec 19 21:39:54.668 INFO STEP 847 (remove_files) COMPLETE
69362024-12-19T21:39:57.017Z[ recovery-image] Dec 19 21:39:54.668 INFO O| Dec 19 21:39:54.668 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-12-19T21:39:57.032Z[ recovery-image] Dec 19 21:39:54.684 INFO O| Dec 19 21:39:54.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
69382024-12-19T21:39:57.032Z[ recovery-image] Dec 19 21:39:54.685 INFO O| Dec 19 21:39:54.684 INFO STEP 848 (remove_files) COMPLETE
69392024-12-19T21:39:57.032Z[ recovery-image] Dec 19 21:39:54.685 INFO O| Dec 19 21:39:54.684 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-12-19T21:39:57.075Z[ recovery-image] Dec 19 21:39:54.727 INFO O| Dec 19 21:39:54.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
69412024-12-19T21:39:57.075Z[ recovery-image] Dec 19 21:39:54.727 INFO O| Dec 19 21:39:54.727 INFO STEP 849 (remove_files) COMPLETE
69422024-12-19T21:39:57.075Z[ recovery-image] Dec 19 21:39:54.727 INFO O| Dec 19 21:39:54.727 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-12-19T21:39:57.111Z[ recovery-image] Dec 19 21:39:54.763 INFO O| Dec 19 21:39:54.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
69442024-12-19T21:39:57.114Z[ recovery-image] Dec 19 21:39:54.764 INFO O| Dec 19 21:39:54.764 INFO STEP 850 (remove_files) COMPLETE
69452024-12-19T21:39:57.114Z[ recovery-image] Dec 19 21:39:54.764 INFO O| Dec 19 21:39:54.764 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-12-19T21:39:57.170Z[ recovery-image] Dec 19 21:39:54.823 INFO O| Dec 19 21:39:54.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
69472024-12-19T21:39:57.170Z[ recovery-image] Dec 19 21:39:54.823 INFO O| Dec 19 21:39:54.823 INFO STEP 851 (remove_files) COMPLETE
69482024-12-19T21:39:57.170Z[ recovery-image] Dec 19 21:39:54.823 INFO O| Dec 19 21:39:54.823 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-12-19T21:39:57.200Z[ recovery-image] Dec 19 21:39:54.852 INFO O| Dec 19 21:39:54.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
69502024-12-19T21:39:57.203Z[ recovery-image] Dec 19 21:39:54.853 INFO O| Dec 19 21:39:54.852 INFO STEP 852 (remove_files) COMPLETE
69512024-12-19T21:39:57.203Z[ recovery-image] Dec 19 21:39:54.853 INFO O| Dec 19 21:39:54.852 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-12-19T21:39:57.222Z[ recovery-image] Dec 19 21:39:54.874 INFO O| Dec 19 21:39:54.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
69532024-12-19T21:39:57.222Z[ recovery-image] Dec 19 21:39:54.874 INFO O| Dec 19 21:39:54.874 INFO STEP 853 (remove_files) COMPLETE
69542024-12-19T21:39:57.222Z[ recovery-image] Dec 19 21:39:54.874 INFO O| Dec 19 21:39:54.874 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-12-19T21:39:57.244Z[ recovery-image] Dec 19 21:39:54.896 INFO O| Dec 19 21:39:54.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
69562024-12-19T21:39:57.244Z[ recovery-image] Dec 19 21:39:54.897 INFO O| Dec 19 21:39:54.896 INFO STEP 854 (remove_files) COMPLETE
69572024-12-19T21:39:57.244Z[ recovery-image] Dec 19 21:39:54.897 INFO O| Dec 19 21:39:54.897 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-12-19T21:39:57.266Z[ recovery-image] Dec 19 21:39:54.919 INFO O| Dec 19 21:39:54.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
69592024-12-19T21:39:57.266Z[ recovery-image] Dec 19 21:39:54.919 INFO O| Dec 19 21:39:54.919 INFO STEP 855 (remove_files) COMPLETE
69602024-12-19T21:39:57.266Z[ recovery-image] Dec 19 21:39:54.919 INFO O| Dec 19 21:39:54.919 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-12-19T21:39:57.291Z[ recovery-image] Dec 19 21:39:54.941 INFO O| Dec 19 21:39:54.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
69622024-12-19T21:39:57.291Z[ recovery-image] Dec 19 21:39:54.942 INFO O| Dec 19 21:39:54.941 INFO STEP 856 (remove_files) COMPLETE
69632024-12-19T21:39:57.291Z[ recovery-image] Dec 19 21:39:54.942 INFO O| Dec 19 21:39:54.941 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-12-19T21:39:57.314Z[ recovery-image] Dec 19 21:39:54.965 INFO O| Dec 19 21:39:54.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
69652024-12-19T21:39:57.314Z[ recovery-image] Dec 19 21:39:54.966 INFO O| Dec 19 21:39:54.965 INFO STEP 857 (remove_files) COMPLETE
69662024-12-19T21:39:57.318Z[ recovery-image] Dec 19 21:39:54.966 INFO O| Dec 19 21:39:54.966 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-12-19T21:39:57.340Z[ recovery-image] Dec 19 21:39:54.992 INFO O| Dec 19 21:39:54.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
69682024-12-19T21:39:57.340Z[ recovery-image] Dec 19 21:39:54.992 INFO O| Dec 19 21:39:54.992 INFO STEP 858 (remove_files) COMPLETE
69692024-12-19T21:39:57.340Z[ recovery-image] Dec 19 21:39:54.992 INFO O| Dec 19 21:39:54.992 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-12-19T21:39:57.396Z[ recovery-image] Dec 19 21:39:55.049 INFO O| Dec 19 21:39:55.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
69712024-12-19T21:39:57.396Z[ recovery-image] Dec 19 21:39:55.049 INFO O| Dec 19 21:39:55.049 INFO STEP 859 (remove_files) COMPLETE
69722024-12-19T21:39:57.397Z[ recovery-image] Dec 19 21:39:55.049 INFO O| Dec 19 21:39:55.049 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-12-19T21:39:57.419Z[ recovery-image] Dec 19 21:39:55.071 INFO O| Dec 19 21:39:55.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
69742024-12-19T21:39:57.419Z[ recovery-image] Dec 19 21:39:55.071 INFO O| Dec 19 21:39:55.071 INFO STEP 860 (remove_files) COMPLETE
69752024-12-19T21:39:57.419Z[ recovery-image] Dec 19 21:39:55.071 INFO O| Dec 19 21:39:55.071 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-12-19T21:39:57.446Z[ recovery-image] Dec 19 21:39:55.098 INFO O| Dec 19 21:39:55.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
69772024-12-19T21:39:57.446Z[ recovery-image] Dec 19 21:39:55.098 INFO O| Dec 19 21:39:55.098 INFO STEP 861 (remove_files) COMPLETE
69782024-12-19T21:39:57.448Z[ recovery-image] Dec 19 21:39:55.098 INFO O| Dec 19 21:39:55.098 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-12-19T21:39:57.505Z[ recovery-image] Dec 19 21:39:55.158 INFO O| Dec 19 21:39:55.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
69802024-12-19T21:39:57.509Z[ recovery-image] Dec 19 21:39:55.158 INFO O| Dec 19 21:39:55.158 INFO STEP 862 (remove_files) COMPLETE
69812024-12-19T21:39:57.509Z[ recovery-image] Dec 19 21:39:55.158 INFO O| Dec 19 21:39:55.158 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-12-19T21:39:57.523Z[ recovery-image] Dec 19 21:39:55.175 INFO O| Dec 19 21:39:55.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
69832024-12-19T21:39:57.523Z[ recovery-image] Dec 19 21:39:55.175 INFO O| Dec 19 21:39:55.175 INFO STEP 863 (remove_files) COMPLETE
69842024-12-19T21:39:57.523Z[ recovery-image] Dec 19 21:39:55.176 INFO O| Dec 19 21:39:55.175 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-12-19T21:39:57.571Z[ recovery-image] Dec 19 21:39:55.223 INFO O| Dec 19 21:39:55.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
69862024-12-19T21:39:57.574Z[ recovery-image] Dec 19 21:39:55.224 INFO O| Dec 19 21:39:55.223 INFO STEP 864 (remove_files) COMPLETE
69872024-12-19T21:39:57.574Z[ recovery-image] Dec 19 21:39:55.224 INFO O| Dec 19 21:39:55.224 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-12-19T21:39:57.606Z[ recovery-image] Dec 19 21:39:55.243 INFO O| Dec 19 21:39:55.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
69892024-12-19T21:39:57.615Z[ recovery-image] Dec 19 21:39:55.243 INFO O| Dec 19 21:39:55.243 INFO STEP 865 (remove_files) COMPLETE
69902024-12-19T21:39:57.615Z[ recovery-image] Dec 19 21:39:55.243 INFO O| Dec 19 21:39:55.243 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-12-19T21:39:57.616Z[ recovery-image] Dec 19 21:39:55.261 INFO O| Dec 19 21:39:55.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
69922024-12-19T21:39:57.616Z[ recovery-image] Dec 19 21:39:55.262 INFO O| Dec 19 21:39:55.261 INFO STEP 866 (remove_files) COMPLETE
69932024-12-19T21:39:57.616Z[ recovery-image] Dec 19 21:39:55.262 INFO O| Dec 19 21:39:55.262 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-12-19T21:39:57.628Z[ recovery-image] Dec 19 21:39:55.280 INFO O| Dec 19 21:39:55.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
69952024-12-19T21:39:57.632Z[ recovery-image] Dec 19 21:39:55.281 INFO O| Dec 19 21:39:55.281 INFO STEP 867 (remove_files) COMPLETE
69962024-12-19T21:39:57.632Z[ recovery-image] Dec 19 21:39:55.281 INFO O| Dec 19 21:39:55.281 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-12-19T21:39:57.647Z[ recovery-image] Dec 19 21:39:55.300 INFO O| Dec 19 21:39:55.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
69982024-12-19T21:39:57.653Z[ recovery-image] Dec 19 21:39:55.300 INFO O| Dec 19 21:39:55.300 INFO STEP 868 (remove_files) COMPLETE
69992024-12-19T21:39:57.653Z[ recovery-image] Dec 19 21:39:55.300 INFO O| Dec 19 21:39:55.300 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-12-19T21:39:57.674Z[ recovery-image] Dec 19 21:39:55.325 INFO O| Dec 19 21:39:55.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
70012024-12-19T21:39:57.677Z[ recovery-image] Dec 19 21:39:55.325 INFO O| Dec 19 21:39:55.325 INFO STEP 869 (remove_files) COMPLETE
70022024-12-19T21:39:57.677Z[ recovery-image] Dec 19 21:39:55.326 INFO O| Dec 19 21:39:55.325 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-12-19T21:39:57.697Z[ recovery-image] Dec 19 21:39:55.344 INFO O| Dec 19 21:39:55.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
70042024-12-19T21:39:57.712Z[ recovery-image] Dec 19 21:39:55.344 INFO O| Dec 19 21:39:55.344 INFO STEP 870 (remove_files) COMPLETE
70052024-12-19T21:39:57.713Z[ recovery-image] Dec 19 21:39:55.344 INFO O| Dec 19 21:39:55.344 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-12-19T21:39:57.735Z[ recovery-image] Dec 19 21:39:55.370 INFO O| Dec 19 21:39:55.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
70072024-12-19T21:39:57.736Z[ recovery-image] Dec 19 21:39:55.370 INFO O| Dec 19 21:39:55.370 INFO STEP 871 (remove_files) COMPLETE
70082024-12-19T21:39:57.736Z[ recovery-image] Dec 19 21:39:55.370 INFO O| Dec 19 21:39:55.370 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-12-19T21:39:57.770Z[ recovery-image] Dec 19 21:39:55.422 INFO O| Dec 19 21:39:55.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
70102024-12-19T21:39:57.770Z[ recovery-image] Dec 19 21:39:55.422 INFO O| Dec 19 21:39:55.422 INFO STEP 872 (remove_files) COMPLETE
70112024-12-19T21:39:57.770Z[ recovery-image] Dec 19 21:39:55.422 INFO O| Dec 19 21:39:55.422 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-12-19T21:39:57.789Z[ recovery-image] Dec 19 21:39:55.442 INFO O| Dec 19 21:39:55.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
70132024-12-19T21:39:57.789Z[ recovery-image] Dec 19 21:39:55.442 INFO O| Dec 19 21:39:55.442 INFO STEP 873 (remove_files) COMPLETE
70142024-12-19T21:39:57.789Z[ recovery-image] Dec 19 21:39:55.442 INFO O| Dec 19 21:39:55.442 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-12-19T21:39:57.808Z[ recovery-image] Dec 19 21:39:55.460 INFO O| Dec 19 21:39:55.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
70162024-12-19T21:39:57.808Z[ recovery-image] Dec 19 21:39:55.460 INFO O| Dec 19 21:39:55.460 INFO STEP 874 (remove_files) COMPLETE
70172024-12-19T21:39:57.808Z[ recovery-image] Dec 19 21:39:55.460 INFO O| Dec 19 21:39:55.460 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-12-19T21:39:57.830Z[ recovery-image] Dec 19 21:39:55.478 INFO O| Dec 19 21:39:55.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
70192024-12-19T21:39:57.830Z[ recovery-image] Dec 19 21:39:55.478 INFO O| Dec 19 21:39:55.478 INFO STEP 875 (remove_files) COMPLETE
70202024-12-19T21:39:57.830Z[ recovery-image] Dec 19 21:39:55.478 INFO O| Dec 19 21:39:55.478 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-12-19T21:39:57.873Z[ recovery-image] Dec 19 21:39:55.525 INFO O| Dec 19 21:39:55.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
70222024-12-19T21:39:57.873Z[ recovery-image] Dec 19 21:39:55.525 INFO O| Dec 19 21:39:55.525 INFO STEP 876 (remove_files) COMPLETE
70232024-12-19T21:39:57.873Z[ recovery-image] Dec 19 21:39:55.525 INFO O| Dec 19 21:39:55.525 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-12-19T21:39:57.923Z[ recovery-image] Dec 19 21:39:55.573 INFO O| Dec 19 21:39:55.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
70252024-12-19T21:39:57.923Z[ recovery-image] Dec 19 21:39:55.573 INFO O| Dec 19 21:39:55.573 INFO STEP 877 (remove_files) COMPLETE
70262024-12-19T21:39:57.923Z[ recovery-image] Dec 19 21:39:55.573 INFO O| Dec 19 21:39:55.573 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-12-19T21:39:57.976Z[ recovery-image] Dec 19 21:39:55.628 INFO O| Dec 19 21:39:55.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
70282024-12-19T21:39:57.977Z[ recovery-image] Dec 19 21:39:55.628 INFO O| Dec 19 21:39:55.628 INFO STEP 878 (remove_files) COMPLETE
70292024-12-19T21:39:57.977Z[ recovery-image] Dec 19 21:39:55.628 INFO O| Dec 19 21:39:55.628 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-12-19T21:39:57.993Z[ recovery-image] Dec 19 21:39:55.646 INFO O| Dec 19 21:39:55.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
70312024-12-19T21:39:57.993Z[ recovery-image] Dec 19 21:39:55.646 INFO O| Dec 19 21:39:55.646 INFO STEP 879 (remove_files) COMPLETE
70322024-12-19T21:39:57.994Z[ recovery-image] Dec 19 21:39:55.646 INFO O| Dec 19 21:39:55.646 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-12-19T21:39:58.011Z[ recovery-image] Dec 19 21:39:55.664 INFO O| Dec 19 21:39:55.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
70342024-12-19T21:39:58.011Z[ recovery-image] Dec 19 21:39:55.664 INFO O| Dec 19 21:39:55.664 INFO STEP 880 (remove_files) COMPLETE
70352024-12-19T21:39:58.012Z[ recovery-image] Dec 19 21:39:55.664 INFO O| Dec 19 21:39:55.664 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-12-19T21:39:58.029Z[ recovery-image] Dec 19 21:39:55.680 INFO O| Dec 19 21:39:55.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
70372024-12-19T21:39:58.029Z[ recovery-image] Dec 19 21:39:55.680 INFO O| Dec 19 21:39:55.680 INFO STEP 881 (remove_files) COMPLETE
70382024-12-19T21:39:58.029Z[ recovery-image] Dec 19 21:39:55.680 INFO O| Dec 19 21:39:55.680 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-12-19T21:39:58.047Z[ recovery-image] Dec 19 21:39:55.699 INFO O| Dec 19 21:39:55.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
70402024-12-19T21:39:58.047Z[ recovery-image] Dec 19 21:39:55.699 INFO O| Dec 19 21:39:55.699 INFO STEP 882 (remove_files) COMPLETE
70412024-12-19T21:39:58.047Z[ recovery-image] Dec 19 21:39:55.699 INFO O| Dec 19 21:39:55.699 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-12-19T21:39:58.080Z[ recovery-image] Dec 19 21:39:55.732 INFO O| Dec 19 21:39:55.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
70432024-12-19T21:39:58.080Z[ recovery-image] Dec 19 21:39:55.733 INFO O| Dec 19 21:39:55.732 INFO STEP 883 (remove_files) COMPLETE
70442024-12-19T21:39:58.083Z[ recovery-image] Dec 19 21:39:55.733 INFO O| Dec 19 21:39:55.732 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-12-19T21:39:58.103Z[ recovery-image] Dec 19 21:39:55.756 INFO O| Dec 19 21:39:55.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
70462024-12-19T21:39:58.104Z[ recovery-image] Dec 19 21:39:55.756 INFO O| Dec 19 21:39:55.756 INFO STEP 884 (remove_files) COMPLETE
70472024-12-19T21:39:58.104Z[ recovery-image] Dec 19 21:39:55.756 INFO O| Dec 19 21:39:55.756 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-12-19T21:39:58.127Z[ recovery-image] Dec 19 21:39:55.780 INFO O| Dec 19 21:39:55.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
70492024-12-19T21:39:58.127Z[ recovery-image] Dec 19 21:39:55.780 INFO O| Dec 19 21:39:55.780 INFO STEP 885 (remove_files) COMPLETE
70502024-12-19T21:39:58.127Z[ recovery-image] Dec 19 21:39:55.780 INFO O| Dec 19 21:39:55.780 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-12-19T21:39:58.150Z[ recovery-image] Dec 19 21:39:55.803 INFO O| Dec 19 21:39:55.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
70522024-12-19T21:39:58.156Z[ recovery-image] Dec 19 21:39:55.806 INFO O| Dec 19 21:39:55.806 INFO STEP 886 (remove_files) COMPLETE
70532024-12-19T21:39:58.156Z[ recovery-image] Dec 19 21:39:55.806 INFO O| Dec 19 21:39:55.806 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-12-19T21:39:58.212Z[ recovery-image] Dec 19 21:39:55.864 INFO O| Dec 19 21:39:55.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
70552024-12-19T21:39:58.212Z[ recovery-image] Dec 19 21:39:55.864 INFO O| Dec 19 21:39:55.864 INFO STEP 887 (remove_files) COMPLETE
70562024-12-19T21:39:58.215Z[ recovery-image] Dec 19 21:39:55.864 INFO O| Dec 19 21:39:55.864 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-12-19T21:39:58.298Z[ recovery-image] Dec 19 21:39:55.931 INFO O| Dec 19 21:39:55.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
70582024-12-19T21:39:58.328Z[ recovery-image] Dec 19 21:39:55.931 INFO O| Dec 19 21:39:55.931 INFO STEP 888 (remove_files) COMPLETE
70592024-12-19T21:39:58.328Z[ recovery-image] Dec 19 21:39:55.931 INFO O| Dec 19 21:39:55.931 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-12-19T21:39:58.328Z[ recovery-image] Dec 19 21:39:55.954 INFO O| Dec 19 21:39:55.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
70612024-12-19T21:39:58.328Z[ recovery-image] Dec 19 21:39:55.955 INFO O| Dec 19 21:39:55.954 INFO STEP 889 (remove_files) COMPLETE
70622024-12-19T21:39:58.328Z[ recovery-image] Dec 19 21:39:55.955 INFO O| Dec 19 21:39:55.955 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-12-19T21:39:58.388Z[ recovery-image] Dec 19 21:39:55.978 INFO O| Dec 19 21:39:55.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
70642024-12-19T21:39:58.388Z[ recovery-image] Dec 19 21:39:55.979 INFO O| Dec 19 21:39:55.979 INFO STEP 890 (remove_files) COMPLETE
70652024-12-19T21:39:58.388Z[ recovery-image] Dec 19 21:39:55.979 INFO O| Dec 19 21:39:55.979 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-12-19T21:39:58.455Z[ recovery-image] Dec 19 21:39:56.003 INFO O| Dec 19 21:39:56.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
70672024-12-19T21:39:58.455Z[ recovery-image] Dec 19 21:39:56.003 INFO O| Dec 19 21:39:56.003 INFO STEP 891 (remove_files) COMPLETE
70682024-12-19T21:39:58.455Z[ recovery-image] Dec 19 21:39:56.003 INFO O| Dec 19 21:39:56.003 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-12-19T21:39:58.455Z[ recovery-image] Dec 19 21:39:56.026 INFO O| Dec 19 21:39:56.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
70702024-12-19T21:39:58.455Z[ recovery-image] Dec 19 21:39:56.026 INFO O| Dec 19 21:39:56.026 INFO STEP 892 (remove_files) COMPLETE
70712024-12-19T21:39:58.455Z[ recovery-image] Dec 19 21:39:56.026 INFO O| Dec 19 21:39:56.026 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-12-19T21:39:58.456Z[ recovery-image] Dec 19 21:39:56.051 INFO O| Dec 19 21:39:56.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
70732024-12-19T21:39:58.456Z[ recovery-image] Dec 19 21:39:56.051 INFO O| Dec 19 21:39:56.051 INFO STEP 893 (remove_files) COMPLETE
70742024-12-19T21:39:58.456Z[ recovery-image] Dec 19 21:39:56.051 INFO O| Dec 19 21:39:56.051 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-12-19T21:39:58.463Z[ recovery-image] Dec 19 21:39:56.103 INFO O| Dec 19 21:39:56.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
70762024-12-19T21:39:58.463Z[ recovery-image] Dec 19 21:39:56.103 INFO O| Dec 19 21:39:56.103 INFO STEP 894 (remove_files) COMPLETE
70772024-12-19T21:39:58.463Z[ recovery-image] Dec 19 21:39:56.103 INFO O| Dec 19 21:39:56.103 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-12-19T21:39:58.496Z[ recovery-image] Dec 19 21:39:56.148 INFO O| Dec 19 21:39:56.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
70792024-12-19T21:39:58.496Z[ recovery-image] Dec 19 21:39:56.148 INFO O| Dec 19 21:39:56.148 INFO STEP 895 (remove_files) COMPLETE
70802024-12-19T21:39:58.496Z[ recovery-image] Dec 19 21:39:56.148 INFO O| Dec 19 21:39:56.148 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-12-19T21:39:58.516Z[ recovery-image] Dec 19 21:39:56.168 INFO O| Dec 19 21:39:56.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
70822024-12-19T21:39:58.516Z[ recovery-image] Dec 19 21:39:56.168 INFO O| Dec 19 21:39:56.168 INFO STEP 896 (remove_files) COMPLETE
70832024-12-19T21:39:58.516Z[ recovery-image] Dec 19 21:39:56.168 INFO O| Dec 19 21:39:56.168 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-12-19T21:39:58.551Z[ recovery-image] Dec 19 21:39:56.203 INFO O| Dec 19 21:39:56.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
70852024-12-19T21:39:58.552Z[ recovery-image] Dec 19 21:39:56.203 INFO O| Dec 19 21:39:56.203 INFO STEP 897 (remove_files) COMPLETE
70862024-12-19T21:39:58.555Z[ recovery-image] Dec 19 21:39:56.204 INFO O| Dec 19 21:39:56.203 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-12-19T21:39:58.591Z[ recovery-image] Dec 19 21:39:56.235 INFO O| Dec 19 21:39:56.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
70882024-12-19T21:39:58.591Z[ recovery-image] Dec 19 21:39:56.235 INFO O| Dec 19 21:39:56.235 INFO STEP 898 (remove_files) COMPLETE
70892024-12-19T21:39:58.591Z[ recovery-image] Dec 19 21:39:56.235 INFO O| Dec 19 21:39:56.235 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-12-19T21:39:58.603Z[ recovery-image] Dec 19 21:39:56.255 INFO O| Dec 19 21:39:56.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
70912024-12-19T21:39:58.607Z[ recovery-image] Dec 19 21:39:56.256 INFO O| Dec 19 21:39:56.256 INFO STEP 899 (remove_files) COMPLETE
70922024-12-19T21:39:58.607Z[ recovery-image] Dec 19 21:39:56.256 INFO O| Dec 19 21:39:56.256 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-12-19T21:39:58.624Z[ recovery-image] Dec 19 21:39:56.275 INFO O| Dec 19 21:39:56.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
70942024-12-19T21:39:58.639Z[ recovery-image] Dec 19 21:39:56.275 INFO O| Dec 19 21:39:56.275 INFO STEP 900 (remove_files) COMPLETE
70952024-12-19T21:39:58.639Z[ recovery-image] Dec 19 21:39:56.276 INFO O| Dec 19 21:39:56.276 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-12-19T21:39:58.647Z[ recovery-image] Dec 19 21:39:56.294 INFO O| Dec 19 21:39:56.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
70972024-12-19T21:39:58.647Z[ recovery-image] Dec 19 21:39:56.294 INFO O| Dec 19 21:39:56.294 INFO STEP 901 (remove_files) COMPLETE
70982024-12-19T21:39:58.647Z[ recovery-image] Dec 19 21:39:56.294 INFO O| Dec 19 21:39:56.294 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-12-19T21:39:58.687Z[ recovery-image] Dec 19 21:39:56.338 INFO O| Dec 19 21:39:56.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
71002024-12-19T21:39:58.688Z[ recovery-image] Dec 19 21:39:56.338 INFO O| Dec 19 21:39:56.338 INFO STEP 902 (remove_files) COMPLETE
71012024-12-19T21:39:58.688Z[ recovery-image] Dec 19 21:39:56.338 INFO O| Dec 19 21:39:56.338 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-12-19T21:39:58.743Z[ recovery-image] Dec 19 21:39:56.395 INFO O| Dec 19 21:39:56.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
71032024-12-19T21:39:58.744Z[ recovery-image] Dec 19 21:39:56.395 INFO O| Dec 19 21:39:56.395 INFO STEP 903 (remove_files) COMPLETE
71042024-12-19T21:39:58.744Z[ recovery-image] Dec 19 21:39:56.395 INFO O| Dec 19 21:39:56.395 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-12-19T21:39:58.769Z[ recovery-image] Dec 19 21:39:56.420 INFO O| Dec 19 21:39:56.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
71062024-12-19T21:39:58.769Z[ recovery-image] Dec 19 21:39:56.420 INFO O| Dec 19 21:39:56.420 INFO STEP 904 (remove_files) COMPLETE
71072024-12-19T21:39:58.772Z[ recovery-image] Dec 19 21:39:56.421 INFO O| Dec 19 21:39:56.420 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-12-19T21:39:58.826Z[ recovery-image] Dec 19 21:39:56.478 INFO O| Dec 19 21:39:56.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
71092024-12-19T21:39:58.826Z[ recovery-image] Dec 19 21:39:56.478 INFO O| Dec 19 21:39:56.478 INFO STEP 905 (remove_files) COMPLETE
71102024-12-19T21:39:58.831Z[ recovery-image] Dec 19 21:39:56.478 INFO O| Dec 19 21:39:56.478 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-12-19T21:39:58.854Z[ recovery-image] Dec 19 21:39:56.506 INFO O| Dec 19 21:39:56.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
71122024-12-19T21:39:58.854Z[ recovery-image] Dec 19 21:39:56.506 INFO O| Dec 19 21:39:56.506 INFO STEP 906 (remove_files) COMPLETE
71132024-12-19T21:39:58.854Z[ recovery-image] Dec 19 21:39:56.506 INFO O| Dec 19 21:39:56.506 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-12-19T21:39:58.886Z[ recovery-image] Dec 19 21:39:56.537 INFO O| Dec 19 21:39:56.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
71152024-12-19T21:39:58.886Z[ recovery-image] Dec 19 21:39:56.538 INFO O| Dec 19 21:39:56.538 INFO STEP 907 (remove_files) COMPLETE
71162024-12-19T21:39:58.886Z[ recovery-image] Dec 19 21:39:56.538 INFO O| Dec 19 21:39:56.538 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-12-19T21:39:58.904Z[ recovery-image] Dec 19 21:39:56.556 INFO O| Dec 19 21:39:56.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
71182024-12-19T21:39:58.907Z[ recovery-image] Dec 19 21:39:56.556 INFO O| Dec 19 21:39:56.556 INFO STEP 908 (remove_files) COMPLETE
71192024-12-19T21:39:58.908Z[ recovery-image] Dec 19 21:39:56.556 INFO O| Dec 19 21:39:56.556 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-12-19T21:39:58.939Z[ recovery-image] Dec 19 21:39:56.591 INFO O| Dec 19 21:39:56.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
71212024-12-19T21:39:58.940Z[ recovery-image] Dec 19 21:39:56.591 INFO O| Dec 19 21:39:56.591 INFO STEP 909 (remove_files) COMPLETE
71222024-12-19T21:39:58.940Z[ recovery-image] Dec 19 21:39:56.591 INFO O| Dec 19 21:39:56.591 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-12-19T21:39:58.959Z[ recovery-image] Dec 19 21:39:56.610 INFO O| Dec 19 21:39:56.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
71242024-12-19T21:39:58.959Z[ recovery-image] Dec 19 21:39:56.610 INFO O| Dec 19 21:39:56.610 INFO STEP 910 (remove_files) COMPLETE
71252024-12-19T21:39:58.959Z[ recovery-image] Dec 19 21:39:56.610 INFO O| Dec 19 21:39:56.610 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-12-19T21:39:58.978Z[ recovery-image] Dec 19 21:39:56.629 INFO O| Dec 19 21:39:56.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
71272024-12-19T21:39:58.978Z[ recovery-image] Dec 19 21:39:56.629 INFO O| Dec 19 21:39:56.629 INFO STEP 911 (remove_files) COMPLETE
71282024-12-19T21:39:58.983Z[ recovery-image] Dec 19 21:39:56.629 INFO O| Dec 19 21:39:56.629 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-12-19T21:39:58.997Z[ recovery-image] Dec 19 21:39:56.649 INFO O| Dec 19 21:39:56.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
71302024-12-19T21:39:58.997Z[ recovery-image] Dec 19 21:39:56.649 INFO O| Dec 19 21:39:56.649 INFO STEP 912 (remove_files) COMPLETE
71312024-12-19T21:39:59.000Z[ recovery-image] Dec 19 21:39:56.649 INFO O| Dec 19 21:39:56.649 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-12-19T21:39:59.021Z[ recovery-image] Dec 19 21:39:56.672 INFO O| Dec 19 21:39:56.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
71332024-12-19T21:39:59.021Z[ recovery-image] Dec 19 21:39:56.672 INFO O| Dec 19 21:39:56.672 INFO STEP 913 (remove_files) COMPLETE
71342024-12-19T21:39:59.021Z[ recovery-image] Dec 19 21:39:56.672 INFO O| Dec 19 21:39:56.672 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-12-19T21:39:59.041Z[ recovery-image] Dec 19 21:39:56.693 INFO O| Dec 19 21:39:56.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
71362024-12-19T21:39:59.045Z[ recovery-image] Dec 19 21:39:56.693 INFO O| Dec 19 21:39:56.693 INFO STEP 914 (remove_files) COMPLETE
71372024-12-19T21:39:59.045Z[ recovery-image] Dec 19 21:39:56.693 INFO O| Dec 19 21:39:56.693 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-12-19T21:39:59.069Z[ recovery-image] Dec 19 21:39:56.718 INFO O| Dec 19 21:39:56.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
71392024-12-19T21:39:59.069Z[ recovery-image] Dec 19 21:39:56.718 INFO O| Dec 19 21:39:56.718 INFO STEP 915 (remove_files) COMPLETE
71402024-12-19T21:39:59.069Z[ recovery-image] Dec 19 21:39:56.718 INFO O| Dec 19 21:39:56.718 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-12-19T21:39:59.091Z[ recovery-image] Dec 19 21:39:56.743 INFO O| Dec 19 21:39:56.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
71422024-12-19T21:39:59.094Z[ recovery-image] Dec 19 21:39:56.743 INFO O| Dec 19 21:39:56.743 INFO STEP 916 (remove_files) COMPLETE
71432024-12-19T21:39:59.094Z[ recovery-image] Dec 19 21:39:56.743 INFO O| Dec 19 21:39:56.743 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-12-19T21:39:59.116Z[ recovery-image] Dec 19 21:39:56.768 INFO O| Dec 19 21:39:56.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
71452024-12-19T21:39:59.116Z[ recovery-image] Dec 19 21:39:56.768 INFO O| Dec 19 21:39:56.768 INFO STEP 917 (remove_files) COMPLETE
71462024-12-19T21:39:59.116Z[ recovery-image] Dec 19 21:39:56.768 INFO O| Dec 19 21:39:56.768 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-12-19T21:39:59.141Z[ recovery-image] Dec 19 21:39:56.792 INFO O| Dec 19 21:39:56.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
71482024-12-19T21:39:59.141Z[ recovery-image] Dec 19 21:39:56.792 INFO O| Dec 19 21:39:56.792 INFO STEP 918 (remove_files) COMPLETE
71492024-12-19T21:39:59.141Z[ recovery-image] Dec 19 21:39:56.792 INFO O| Dec 19 21:39:56.792 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-12-19T21:39:59.165Z[ recovery-image] Dec 19 21:39:56.816 INFO O| Dec 19 21:39:56.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
71512024-12-19T21:39:59.165Z[ recovery-image] Dec 19 21:39:56.816 INFO O| Dec 19 21:39:56.816 INFO STEP 919 (remove_files) COMPLETE
71522024-12-19T21:39:59.165Z[ recovery-image] Dec 19 21:39:56.816 INFO O| Dec 19 21:39:56.816 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-12-19T21:39:59.188Z[ recovery-image] Dec 19 21:39:56.839 INFO O| Dec 19 21:39:56.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
71542024-12-19T21:39:59.188Z[ recovery-image] Dec 19 21:39:56.839 INFO O| Dec 19 21:39:56.839 INFO STEP 920 (remove_files) COMPLETE
71552024-12-19T21:39:59.188Z[ recovery-image] Dec 19 21:39:56.839 INFO O| Dec 19 21:39:56.839 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-12-19T21:39:59.210Z[ recovery-image] Dec 19 21:39:56.861 INFO O| Dec 19 21:39:56.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
71572024-12-19T21:39:59.210Z[ recovery-image] Dec 19 21:39:56.861 INFO O| Dec 19 21:39:56.861 INFO STEP 921 (remove_files) COMPLETE
71582024-12-19T21:39:59.211Z[ recovery-image] Dec 19 21:39:56.861 INFO O| Dec 19 21:39:56.861 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-12-19T21:39:59.232Z[ recovery-image] Dec 19 21:39:56.884 INFO O| Dec 19 21:39:56.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
71602024-12-19T21:39:59.232Z[ recovery-image] Dec 19 21:39:56.884 INFO O| Dec 19 21:39:56.884 INFO STEP 922 (remove_files) COMPLETE
71612024-12-19T21:39:59.232Z[ recovery-image] Dec 19 21:39:56.884 INFO O| Dec 19 21:39:56.884 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-12-19T21:39:59.254Z[ recovery-image] Dec 19 21:39:56.906 INFO O| Dec 19 21:39:56.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
71632024-12-19T21:39:59.254Z[ recovery-image] Dec 19 21:39:56.906 INFO O| Dec 19 21:39:56.906 INFO STEP 923 (remove_files) COMPLETE
71642024-12-19T21:39:59.257Z[ recovery-image] Dec 19 21:39:56.906 INFO O| Dec 19 21:39:56.906 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-12-19T21:39:59.293Z[ recovery-image] Dec 19 21:39:56.944 INFO O| Dec 19 21:39:56.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
71662024-12-19T21:39:59.296Z[ recovery-image] Dec 19 21:39:56.944 INFO O| Dec 19 21:39:56.944 INFO STEP 924 (remove_files) COMPLETE
71672024-12-19T21:39:59.296Z[ recovery-image] Dec 19 21:39:56.945 INFO O| Dec 19 21:39:56.944 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-12-19T21:39:59.356Z[ recovery-image] Dec 19 21:39:57.008 INFO O| Dec 19 21:39:57.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
71692024-12-19T21:39:59.359Z[ recovery-image] Dec 19 21:39:57.008 INFO O| Dec 19 21:39:57.008 INFO STEP 925 (remove_files) COMPLETE
71702024-12-19T21:39:59.359Z[ recovery-image] Dec 19 21:39:57.008 INFO O| Dec 19 21:39:57.008 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-12-19T21:39:59.378Z[ recovery-image] Dec 19 21:39:57.029 INFO O| Dec 19 21:39:57.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
71722024-12-19T21:39:59.381Z[ recovery-image] Dec 19 21:39:57.029 INFO O| Dec 19 21:39:57.029 INFO STEP 926 (remove_files) COMPLETE
71732024-12-19T21:39:59.381Z[ recovery-image] Dec 19 21:39:57.029 INFO O| Dec 19 21:39:57.029 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-12-19T21:39:59.398Z[ recovery-image] Dec 19 21:39:57.050 INFO O| Dec 19 21:39:57.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
71752024-12-19T21:39:59.402Z[ recovery-image] Dec 19 21:39:57.050 INFO O| Dec 19 21:39:57.050 INFO STEP 927 (remove_files) COMPLETE
71762024-12-19T21:39:59.402Z[ recovery-image] Dec 19 21:39:57.050 INFO O| Dec 19 21:39:57.050 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-12-19T21:39:59.454Z[ recovery-image] Dec 19 21:39:57.105 INFO O| Dec 19 21:39:57.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
71782024-12-19T21:39:59.459Z[ recovery-image] Dec 19 21:39:57.106 INFO O| Dec 19 21:39:57.106 INFO STEP 928 (remove_files) COMPLETE
71792024-12-19T21:39:59.459Z[ recovery-image] Dec 19 21:39:57.106 INFO O| Dec 19 21:39:57.106 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-12-19T21:39:59.478Z[ recovery-image] Dec 19 21:39:57.129 INFO O| Dec 19 21:39:57.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
71812024-12-19T21:39:59.478Z[ recovery-image] Dec 19 21:39:57.129 INFO O| Dec 19 21:39:57.129 INFO STEP 929 (remove_files) COMPLETE
71822024-12-19T21:39:59.478Z[ recovery-image] Dec 19 21:39:57.129 INFO O| Dec 19 21:39:57.129 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-12-19T21:39:59.505Z[ recovery-image] Dec 19 21:39:57.156 INFO O| Dec 19 21:39:57.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
71842024-12-19T21:39:59.505Z[ recovery-image] Dec 19 21:39:57.156 INFO O| Dec 19 21:39:57.156 INFO STEP 930 (remove_files) COMPLETE
71852024-12-19T21:39:59.505Z[ recovery-image] Dec 19 21:39:57.156 INFO O| Dec 19 21:39:57.156 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-12-19T21:39:59.552Z[ recovery-image] Dec 19 21:39:57.203 INFO O| Dec 19 21:39:57.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
71872024-12-19T21:39:59.552Z[ recovery-image] Dec 19 21:39:57.203 INFO O| Dec 19 21:39:57.203 INFO STEP 931 (remove_files) COMPLETE
71882024-12-19T21:39:59.558Z[ recovery-image] Dec 19 21:39:57.203 INFO O| Dec 19 21:39:57.203 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-12-19T21:39:59.590Z[ recovery-image] Dec 19 21:39:57.241 INFO O| Dec 19 21:39:57.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
71902024-12-19T21:39:59.590Z[ recovery-image] Dec 19 21:39:57.241 INFO O| Dec 19 21:39:57.241 INFO STEP 932 (remove_files) COMPLETE
71912024-12-19T21:39:59.590Z[ recovery-image] Dec 19 21:39:57.241 INFO O| Dec 19 21:39:57.241 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-12-19T21:39:59.649Z[ recovery-image] Dec 19 21:39:57.300 INFO O| Dec 19 21:39:57.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
71932024-12-19T21:39:59.649Z[ recovery-image] Dec 19 21:39:57.300 INFO O| Dec 19 21:39:57.300 INFO STEP 933 (remove_files) COMPLETE
71942024-12-19T21:39:59.649Z[ recovery-image] Dec 19 21:39:57.300 INFO O| Dec 19 21:39:57.300 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-12-19T21:39:59.667Z[ recovery-image] Dec 19 21:39:57.319 INFO O| Dec 19 21:39:57.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
71962024-12-19T21:39:59.668Z[ recovery-image] Dec 19 21:39:57.319 INFO O| Dec 19 21:39:57.319 INFO STEP 934 (remove_files) COMPLETE
71972024-12-19T21:39:59.668Z[ recovery-image] Dec 19 21:39:57.319 INFO O| Dec 19 21:39:57.319 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-12-19T21:39:59.716Z[ recovery-image] Dec 19 21:39:57.367 INFO O| Dec 19 21:39:57.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
71992024-12-19T21:39:59.736Z[ recovery-image] Dec 19 21:39:57.387 INFO O| Dec 19 21:39:57.387 INFO STEP 935 (remove_files) COMPLETE
72002024-12-19T21:39:59.736Z[ recovery-image] Dec 19 21:39:57.387 INFO O| Dec 19 21:39:57.387 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-12-19T21:39:59.756Z[ recovery-image] Dec 19 21:39:57.407 INFO O| Dec 19 21:39:57.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
72022024-12-19T21:39:59.760Z[ recovery-image] Dec 19 21:39:57.408 INFO O| Dec 19 21:39:57.407 INFO STEP 936 (remove_files) COMPLETE
72032024-12-19T21:39:59.760Z[ recovery-image] Dec 19 21:39:57.408 INFO O| Dec 19 21:39:57.408 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-12-19T21:39:59.791Z[ recovery-image] Dec 19 21:39:57.439 INFO O| Dec 19 21:39:57.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
72052024-12-19T21:39:59.791Z[ recovery-image] Dec 19 21:39:57.439 INFO O| Dec 19 21:39:57.439 INFO STEP 937 (remove_files) COMPLETE
72062024-12-19T21:39:59.791Z[ recovery-image] Dec 19 21:39:57.439 INFO O| Dec 19 21:39:57.439 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-12-19T21:39:59.832Z[ recovery-image] Dec 19 21:39:57.483 INFO O| Dec 19 21:39:57.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
72082024-12-19T21:39:59.836Z[ recovery-image] Dec 19 21:39:57.484 INFO O| Dec 19 21:39:57.483 INFO STEP 938 (remove_files) COMPLETE
72092024-12-19T21:39:59.836Z[ recovery-image] Dec 19 21:39:57.484 INFO O| Dec 19 21:39:57.484 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-12-19T21:39:59.852Z[ recovery-image] Dec 19 21:39:57.503 INFO O| Dec 19 21:39:57.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
72112024-12-19T21:39:59.852Z[ recovery-image] Dec 19 21:39:57.503 INFO O| Dec 19 21:39:57.503 INFO STEP 939 (remove_files) COMPLETE
72122024-12-19T21:39:59.854Z[ recovery-image] Dec 19 21:39:57.503 INFO O| Dec 19 21:39:57.503 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-12-19T21:39:59.871Z[ recovery-image] Dec 19 21:39:57.523 INFO O| Dec 19 21:39:57.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
72142024-12-19T21:39:59.878Z[ recovery-image] Dec 19 21:39:57.523 INFO O| Dec 19 21:39:57.523 INFO STEP 940 (remove_files) COMPLETE
72152024-12-19T21:39:59.878Z[ recovery-image] Dec 19 21:39:57.523 INFO O| Dec 19 21:39:57.523 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-12-19T21:39:59.903Z[ recovery-image] Dec 19 21:39:57.554 INFO O| Dec 19 21:39:57.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
72172024-12-19T21:39:59.903Z[ recovery-image] Dec 19 21:39:57.554 INFO O| Dec 19 21:39:57.554 INFO STEP 941 (remove_files) COMPLETE
72182024-12-19T21:39:59.906Z[ recovery-image] Dec 19 21:39:57.554 INFO O| Dec 19 21:39:57.554 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-12-19T21:39:59.923Z[ recovery-image] Dec 19 21:39:57.574 INFO O| Dec 19 21:39:57.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
72202024-12-19T21:39:59.923Z[ recovery-image] Dec 19 21:39:57.574 INFO O| Dec 19 21:39:57.574 INFO STEP 942 (remove_files) COMPLETE
72212024-12-19T21:39:59.924Z[ recovery-image] Dec 19 21:39:57.574 INFO O| Dec 19 21:39:57.574 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-12-19T21:39:59.940Z[ recovery-image] Dec 19 21:39:57.591 INFO O| Dec 19 21:39:57.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
72232024-12-19T21:39:59.940Z[ recovery-image] Dec 19 21:39:57.591 INFO O| Dec 19 21:39:57.591 INFO STEP 943 (remove_files) COMPLETE
72242024-12-19T21:39:59.944Z[ recovery-image] Dec 19 21:39:57.591 INFO O| Dec 19 21:39:57.591 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-12-19T21:39:59.985Z[ recovery-image] Dec 19 21:39:57.636 INFO O| Dec 19 21:39:57.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
72262024-12-19T21:39:59.985Z[ recovery-image] Dec 19 21:39:57.636 INFO O| Dec 19 21:39:57.636 INFO STEP 944 (remove_files) COMPLETE
72272024-12-19T21:39:59.985Z[ recovery-image] Dec 19 21:39:57.636 INFO O| Dec 19 21:39:57.636 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-12-19T21:40:00.005Z[ recovery-image] Dec 19 21:39:57.654 INFO O| Dec 19 21:39:57.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
72292024-12-19T21:40:00.005Z[ recovery-image] Dec 19 21:39:57.654 INFO O| Dec 19 21:39:57.654 INFO STEP 945 (remove_files) COMPLETE
72302024-12-19T21:40:00.005Z[ recovery-image] Dec 19 21:39:57.654 INFO O| Dec 19 21:39:57.654 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-12-19T21:40:00.021Z[ recovery-image] Dec 19 21:39:57.672 INFO O| Dec 19 21:39:57.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
72322024-12-19T21:40:00.021Z[ recovery-image] Dec 19 21:39:57.672 INFO O| Dec 19 21:39:57.672 INFO STEP 946 (remove_files) COMPLETE
72332024-12-19T21:40:00.026Z[ recovery-image] Dec 19 21:39:57.672 INFO O| Dec 19 21:39:57.672 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-12-19T21:40:00.039Z[ recovery-image] Dec 19 21:39:57.691 INFO O| Dec 19 21:39:57.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
72352024-12-19T21:40:00.039Z[ recovery-image] Dec 19 21:39:57.691 INFO O| Dec 19 21:39:57.691 INFO STEP 947 (remove_files) COMPLETE
72362024-12-19T21:40:00.040Z[ recovery-image] Dec 19 21:39:57.691 INFO O| Dec 19 21:39:57.691 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-12-19T21:40:00.076Z[ recovery-image] Dec 19 21:39:57.727 INFO O| Dec 19 21:39:57.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
72382024-12-19T21:40:00.076Z[ recovery-image] Dec 19 21:39:57.727 INFO O| Dec 19 21:39:57.727 INFO STEP 948 (remove_files) COMPLETE
72392024-12-19T21:40:00.076Z[ recovery-image] Dec 19 21:39:57.727 INFO O| Dec 19 21:39:57.727 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-12-19T21:40:00.130Z[ recovery-image] Dec 19 21:39:57.781 INFO O| Dec 19 21:39:57.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
72412024-12-19T21:40:00.130Z[ recovery-image] Dec 19 21:39:57.782 INFO O| Dec 19 21:39:57.782 INFO STEP 949 (remove_files) COMPLETE
72422024-12-19T21:40:00.131Z[ recovery-image] Dec 19 21:39:57.782 INFO O| Dec 19 21:39:57.782 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-12-19T21:40:00.154Z[ recovery-image] Dec 19 21:39:57.805 INFO O| Dec 19 21:39:57.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
72442024-12-19T21:40:00.154Z[ recovery-image] Dec 19 21:39:57.805 INFO O| Dec 19 21:39:57.805 INFO STEP 950 (remove_files) COMPLETE
72452024-12-19T21:40:00.154Z[ recovery-image] Dec 19 21:39:57.805 INFO O| Dec 19 21:39:57.805 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-12-19T21:40:00.178Z[ recovery-image] Dec 19 21:39:57.828 INFO O| Dec 19 21:39:57.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
72472024-12-19T21:40:00.178Z[ recovery-image] Dec 19 21:39:57.828 INFO O| Dec 19 21:39:57.828 INFO STEP 951 (remove_files) COMPLETE
72482024-12-19T21:40:00.178Z[ recovery-image] Dec 19 21:39:57.828 INFO O| Dec 19 21:39:57.828 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-12-19T21:40:00.234Z[ recovery-image] Dec 19 21:39:57.886 INFO O| Dec 19 21:39:57.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
72502024-12-19T21:40:00.234Z[ recovery-image] Dec 19 21:39:57.886 INFO O| Dec 19 21:39:57.886 INFO STEP 952 (remove_files) COMPLETE
72512024-12-19T21:40:00.235Z[ recovery-image] Dec 19 21:39:57.886 INFO O| Dec 19 21:39:57.886 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-12-19T21:40:00.261Z[ recovery-image] Dec 19 21:39:57.909 INFO O| Dec 19 21:39:57.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
72532024-12-19T21:40:00.261Z[ recovery-image] Dec 19 21:39:57.909 INFO O| Dec 19 21:39:57.909 INFO STEP 953 (remove_files) COMPLETE
72542024-12-19T21:40:00.261Z[ recovery-image] Dec 19 21:39:57.909 INFO O| Dec 19 21:39:57.909 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-12-19T21:40:00.289Z[ recovery-image] Dec 19 21:39:57.940 INFO O| Dec 19 21:39:57.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
72562024-12-19T21:40:00.293Z[ recovery-image] Dec 19 21:39:57.941 INFO O| Dec 19 21:39:57.940 INFO STEP 954 (remove_files) COMPLETE
72572024-12-19T21:40:00.293Z[ recovery-image] Dec 19 21:39:57.941 INFO O| Dec 19 21:39:57.941 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-12-19T21:40:00.346Z[ recovery-image] Dec 19 21:39:57.997 INFO O| Dec 19 21:39:57.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
72592024-12-19T21:40:00.351Z[ recovery-image] Dec 19 21:39:57.997 INFO O| Dec 19 21:39:57.997 INFO STEP 955 (remove_files) COMPLETE
72602024-12-19T21:40:00.351Z[ recovery-image] Dec 19 21:39:57.998 INFO O| Dec 19 21:39:57.998 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-12-19T21:40:00.405Z[ recovery-image] Dec 19 21:39:58.056 INFO O| Dec 19 21:39:58.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
72622024-12-19T21:40:00.405Z[ recovery-image] Dec 19 21:39:58.057 INFO O| Dec 19 21:39:58.057 INFO STEP 956 (remove_files) COMPLETE
72632024-12-19T21:40:00.409Z[ recovery-image] Dec 19 21:39:58.057 INFO O| Dec 19 21:39:58.057 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-12-19T21:40:00.490Z[ recovery-image] Dec 19 21:39:58.141 INFO O| Dec 19 21:39:58.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
72652024-12-19T21:40:00.491Z[ recovery-image] Dec 19 21:39:58.141 INFO O| Dec 19 21:39:58.141 INFO STEP 957 (remove_files) COMPLETE
72662024-12-19T21:40:00.495Z[ recovery-image] Dec 19 21:39:58.141 INFO O| Dec 19 21:39:58.141 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-12-19T21:40:00.519Z[ recovery-image] Dec 19 21:39:58.170 INFO O| Dec 19 21:39:58.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
72682024-12-19T21:40:00.519Z[ recovery-image] Dec 19 21:39:58.170 INFO O| Dec 19 21:39:58.170 INFO STEP 958 (remove_files) COMPLETE
72692024-12-19T21:40:00.519Z[ recovery-image] Dec 19 21:39:58.170 INFO O| Dec 19 21:39:58.170 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-12-19T21:40:00.551Z[ recovery-image] Dec 19 21:39:58.202 INFO O| Dec 19 21:39:58.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
72712024-12-19T21:40:00.555Z[ recovery-image] Dec 19 21:39:58.203 INFO O| Dec 19 21:39:58.203 INFO STEP 959 (remove_files) COMPLETE
72722024-12-19T21:40:00.555Z[ recovery-image] Dec 19 21:39:58.203 INFO O| Dec 19 21:39:58.203 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-12-19T21:40:00.585Z[ recovery-image] Dec 19 21:39:58.236 INFO O| Dec 19 21:39:58.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
72742024-12-19T21:40:00.590Z[ recovery-image] Dec 19 21:39:58.236 INFO O| Dec 19 21:39:58.236 INFO STEP 960 (remove_files) COMPLETE
72752024-12-19T21:40:00.590Z[ recovery-image] Dec 19 21:39:58.237 INFO O| Dec 19 21:39:58.237 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-12-19T21:40:00.608Z[ recovery-image] Dec 19 21:39:58.259 INFO O| Dec 19 21:39:58.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
72772024-12-19T21:40:00.608Z[ recovery-image] Dec 19 21:39:58.260 INFO O| Dec 19 21:39:58.259 INFO STEP 961 (remove_files) COMPLETE
72782024-12-19T21:40:00.612Z[ recovery-image] Dec 19 21:39:58.260 INFO O| Dec 19 21:39:58.260 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-12-19T21:40:00.645Z[ recovery-image] Dec 19 21:39:58.296 INFO O| Dec 19 21:39:58.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
72802024-12-19T21:40:00.648Z[ recovery-image] Dec 19 21:39:58.296 INFO O| Dec 19 21:39:58.296 INFO STEP 962 (remove_files) COMPLETE
72812024-12-19T21:40:00.648Z[ recovery-image] Dec 19 21:39:58.296 INFO O| Dec 19 21:39:58.296 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-12-19T21:40:00.668Z[ recovery-image] Dec 19 21:39:58.318 INFO O| Dec 19 21:39:58.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
72832024-12-19T21:40:00.668Z[ recovery-image] Dec 19 21:39:58.318 INFO O| Dec 19 21:39:58.318 INFO STEP 963 (remove_files) COMPLETE
72842024-12-19T21:40:00.669Z[ recovery-image] Dec 19 21:39:58.318 INFO O| Dec 19 21:39:58.318 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-12-19T21:40:00.706Z[ recovery-image] Dec 19 21:39:58.355 INFO O| Dec 19 21:39:58.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
72862024-12-19T21:40:00.707Z[ recovery-image] Dec 19 21:39:58.355 INFO O| Dec 19 21:39:58.355 INFO STEP 964 (remove_files) COMPLETE
72872024-12-19T21:40:00.707Z[ recovery-image] Dec 19 21:39:58.355 INFO O| Dec 19 21:39:58.355 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-12-19T21:40:00.734Z[ recovery-image] Dec 19 21:39:58.376 INFO O| Dec 19 21:39:58.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
72892024-12-19T21:40:00.734Z[ recovery-image] Dec 19 21:39:58.376 INFO O| Dec 19 21:39:58.376 INFO STEP 965 (remove_files) COMPLETE
72902024-12-19T21:40:00.741Z[ recovery-image] Dec 19 21:39:58.376 INFO O| Dec 19 21:39:58.376 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-12-19T21:40:00.746Z[ recovery-image] Dec 19 21:39:58.397 INFO O| Dec 19 21:39:58.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
72922024-12-19T21:40:00.746Z[ recovery-image] Dec 19 21:39:58.397 INFO O| Dec 19 21:39:58.397 INFO STEP 966 (remove_files) COMPLETE
72932024-12-19T21:40:00.751Z[ recovery-image] Dec 19 21:39:58.398 INFO O| Dec 19 21:39:58.397 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-12-19T21:40:00.773Z[ recovery-image] Dec 19 21:39:58.424 INFO O| Dec 19 21:39:58.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
72952024-12-19T21:40:00.773Z[ recovery-image] Dec 19 21:39:58.424 INFO O| Dec 19 21:39:58.424 INFO STEP 967 (remove_files) COMPLETE
72962024-12-19T21:40:00.773Z[ recovery-image] Dec 19 21:39:58.424 INFO O| Dec 19 21:39:58.424 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-12-19T21:40:00.797Z[ recovery-image] Dec 19 21:39:58.447 INFO O| Dec 19 21:39:58.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
72982024-12-19T21:40:00.798Z[ recovery-image] Dec 19 21:39:58.447 INFO O| Dec 19 21:39:58.447 INFO STEP 968 (remove_files) COMPLETE
72992024-12-19T21:40:00.801Z[ recovery-image] Dec 19 21:39:58.447 INFO O| Dec 19 21:39:58.447 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-12-19T21:40:00.830Z[ recovery-image] Dec 19 21:39:58.469 INFO O| Dec 19 21:39:58.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
73012024-12-19T21:40:00.830Z[ recovery-image] Dec 19 21:39:58.469 INFO O| Dec 19 21:39:58.469 INFO STEP 969 (remove_files) COMPLETE
73022024-12-19T21:40:00.830Z[ recovery-image] Dec 19 21:39:58.469 INFO O| Dec 19 21:39:58.469 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-12-19T21:40:00.839Z[ recovery-image] Dec 19 21:39:58.489 INFO O| Dec 19 21:39:58.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
73042024-12-19T21:40:00.840Z[ recovery-image] Dec 19 21:39:58.489 INFO O| Dec 19 21:39:58.489 INFO STEP 970 (remove_files) COMPLETE
73052024-12-19T21:40:00.840Z[ recovery-image] Dec 19 21:39:58.489 INFO O| Dec 19 21:39:58.489 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-12-19T21:40:00.859Z[ recovery-image] Dec 19 21:39:58.510 INFO O| Dec 19 21:39:58.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
73072024-12-19T21:40:00.859Z[ recovery-image] Dec 19 21:39:58.510 INFO O| Dec 19 21:39:58.510 INFO STEP 971 (remove_files) COMPLETE
73082024-12-19T21:40:00.860Z[ recovery-image] Dec 19 21:39:58.510 INFO O| Dec 19 21:39:58.510 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-12-19T21:40:00.879Z[ recovery-image] Dec 19 21:39:58.530 INFO O| Dec 19 21:39:58.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
73102024-12-19T21:40:00.882Z[ recovery-image] Dec 19 21:39:58.530 INFO O| Dec 19 21:39:58.530 INFO STEP 972 (remove_files) COMPLETE
73112024-12-19T21:40:00.883Z[ recovery-image] Dec 19 21:39:58.530 INFO O| Dec 19 21:39:58.530 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-12-19T21:40:00.915Z[ recovery-image] Dec 19 21:39:58.566 INFO O| Dec 19 21:39:58.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
73132024-12-19T21:40:00.916Z[ recovery-image] Dec 19 21:39:58.567 INFO O| Dec 19 21:39:58.567 INFO STEP 973 (remove_files) COMPLETE
73142024-12-19T21:40:00.916Z[ recovery-image] Dec 19 21:39:58.567 INFO O| Dec 19 21:39:58.567 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-12-19T21:40:00.952Z[ recovery-image] Dec 19 21:39:58.603 INFO O| Dec 19 21:39:58.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
73162024-12-19T21:40:00.953Z[ recovery-image] Dec 19 21:39:58.603 INFO O| Dec 19 21:39:58.603 INFO STEP 974 (remove_files) COMPLETE
73172024-12-19T21:40:00.953Z[ recovery-image] Dec 19 21:39:58.603 INFO O| Dec 19 21:39:58.603 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-12-19T21:40:00.973Z[ recovery-image] Dec 19 21:39:58.624 INFO O| Dec 19 21:39:58.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
73192024-12-19T21:40:00.973Z[ recovery-image] Dec 19 21:39:58.624 INFO O| Dec 19 21:39:58.624 INFO STEP 975 (remove_files) COMPLETE
73202024-12-19T21:40:00.973Z[ recovery-image] Dec 19 21:39:58.624 INFO O| Dec 19 21:39:58.624 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-12-19T21:40:01.014Z[ recovery-image] Dec 19 21:39:58.662 INFO O| Dec 19 21:39:58.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
73222024-12-19T21:40:01.014Z[ recovery-image] Dec 19 21:39:58.662 INFO O| Dec 19 21:39:58.662 INFO STEP 976 (remove_files) COMPLETE
73232024-12-19T21:40:01.019Z[ recovery-image] Dec 19 21:39:58.662 INFO O| Dec 19 21:39:58.662 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-12-19T21:40:01.065Z[ recovery-image] Dec 19 21:39:58.714 INFO O| Dec 19 21:39:58.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
73252024-12-19T21:40:01.065Z[ recovery-image] Dec 19 21:39:58.715 INFO O| Dec 19 21:39:58.715 INFO STEP 977 (remove_files) COMPLETE
73262024-12-19T21:40:01.065Z[ recovery-image] Dec 19 21:39:58.715 INFO O| Dec 19 21:39:58.715 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-12-19T21:40:01.086Z[ recovery-image] Dec 19 21:39:58.737 INFO O| Dec 19 21:39:58.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
73282024-12-19T21:40:01.086Z[ recovery-image] Dec 19 21:39:58.737 INFO O| Dec 19 21:39:58.737 INFO STEP 978 (remove_files) COMPLETE
73292024-12-19T21:40:01.089Z[ recovery-image] Dec 19 21:39:58.737 INFO O| Dec 19 21:39:58.737 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-12-19T21:40:01.120Z[ recovery-image] Dec 19 21:39:58.770 INFO O| Dec 19 21:39:58.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
73312024-12-19T21:40:01.121Z[ recovery-image] Dec 19 21:39:58.770 INFO O| Dec 19 21:39:58.770 INFO STEP 979 (remove_files) COMPLETE
73322024-12-19T21:40:01.124Z[ recovery-image] Dec 19 21:39:58.771 INFO O| Dec 19 21:39:58.770 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-12-19T21:40:01.172Z[ recovery-image] Dec 19 21:39:58.823 INFO O| Dec 19 21:39:58.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
73342024-12-19T21:40:01.173Z[ recovery-image] Dec 19 21:39:58.823 INFO O| Dec 19 21:39:58.823 INFO STEP 980 (remove_files) COMPLETE
73352024-12-19T21:40:01.178Z[ recovery-image] Dec 19 21:39:58.823 INFO O| Dec 19 21:39:58.823 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-12-19T21:40:01.201Z[ recovery-image] Dec 19 21:39:58.851 INFO O| Dec 19 21:39:58.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
73372024-12-19T21:40:01.201Z[ recovery-image] Dec 19 21:39:58.851 INFO O| Dec 19 21:39:58.851 INFO STEP 981 (remove_files) COMPLETE
73382024-12-19T21:40:01.201Z[ recovery-image] Dec 19 21:39:58.851 INFO O| Dec 19 21:39:58.851 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-12-19T21:40:01.225Z[ recovery-image] Dec 19 21:39:58.874 INFO O| Dec 19 21:39:58.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
73402024-12-19T21:40:01.225Z[ recovery-image] Dec 19 21:39:58.874 INFO O| Dec 19 21:39:58.874 INFO STEP 982 (remove_files) COMPLETE
73412024-12-19T21:40:01.225Z[ recovery-image] Dec 19 21:39:58.874 INFO O| Dec 19 21:39:58.874 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-12-19T21:40:01.246Z[ recovery-image] Dec 19 21:39:58.896 INFO O| Dec 19 21:39:58.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
73432024-12-19T21:40:01.246Z[ recovery-image] Dec 19 21:39:58.896 INFO O| Dec 19 21:39:58.896 INFO STEP 983 (remove_files) COMPLETE
73442024-12-19T21:40:01.247Z[ recovery-image] Dec 19 21:39:58.896 INFO O| Dec 19 21:39:58.896 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-12-19T21:40:01.274Z[ recovery-image] Dec 19 21:39:58.924 INFO O| Dec 19 21:39:58.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
73462024-12-19T21:40:01.274Z[ recovery-image] Dec 19 21:39:58.924 INFO O| Dec 19 21:39:58.924 INFO STEP 984 (remove_files) COMPLETE
73472024-12-19T21:40:01.277Z[ recovery-image] Dec 19 21:39:58.924 INFO O| Dec 19 21:39:58.924 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-12-19T21:40:01.327Z[ recovery-image] Dec 19 21:39:58.977 INFO O| Dec 19 21:39:58.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
73492024-12-19T21:40:01.327Z[ recovery-image] Dec 19 21:39:58.977 INFO O| Dec 19 21:39:58.977 INFO STEP 985 (remove_files) COMPLETE
73502024-12-19T21:40:01.330Z[ recovery-image] Dec 19 21:39:58.977 INFO O| Dec 19 21:39:58.977 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-12-19T21:40:01.386Z[ recovery-image] Dec 19 21:39:59.036 INFO O| Dec 19 21:39:59.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
73522024-12-19T21:40:01.389Z[ recovery-image] Dec 19 21:39:59.037 INFO O| Dec 19 21:39:59.037 INFO STEP 986 (remove_files) COMPLETE
73532024-12-19T21:40:01.389Z[ recovery-image] Dec 19 21:39:59.037 INFO O| Dec 19 21:39:59.037 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-12-19T21:40:01.408Z[ recovery-image] Dec 19 21:39:59.059 INFO O| Dec 19 21:39:59.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
73552024-12-19T21:40:01.412Z[ recovery-image] Dec 19 21:39:59.059 INFO O| Dec 19 21:39:59.059 INFO STEP 987 (remove_files) COMPLETE
73562024-12-19T21:40:01.412Z[ recovery-image] Dec 19 21:39:59.059 INFO O| Dec 19 21:39:59.059 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-12-19T21:40:01.432Z[ recovery-image] Dec 19 21:39:59.083 INFO O| Dec 19 21:39:59.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
73582024-12-19T21:40:01.437Z[ recovery-image] Dec 19 21:39:59.083 INFO O| Dec 19 21:39:59.083 INFO STEP 988 (remove_files) COMPLETE
73592024-12-19T21:40:01.437Z[ recovery-image] Dec 19 21:39:59.083 INFO O| Dec 19 21:39:59.083 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-12-19T21:40:01.458Z[ recovery-image] Dec 19 21:39:59.107 INFO O| Dec 19 21:39:59.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
73612024-12-19T21:40:01.461Z[ recovery-image] Dec 19 21:39:59.108 INFO O| Dec 19 21:39:59.108 INFO STEP 989 (remove_files) COMPLETE
73622024-12-19T21:40:01.461Z[ recovery-image] Dec 19 21:39:59.108 INFO O| Dec 19 21:39:59.108 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-12-19T21:40:01.506Z[ recovery-image] Dec 19 21:39:59.156 INFO O| Dec 19 21:39:59.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
73642024-12-19T21:40:01.506Z[ recovery-image] Dec 19 21:39:59.157 INFO O| Dec 19 21:39:59.156 INFO STEP 990 (remove_files) COMPLETE
73652024-12-19T21:40:01.506Z[ recovery-image] Dec 19 21:39:59.157 INFO O| Dec 19 21:39:59.156 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-12-19T21:40:01.532Z[ recovery-image] Dec 19 21:39:59.178 INFO O| Dec 19 21:39:59.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
73672024-12-19T21:40:01.532Z[ recovery-image] Dec 19 21:39:59.178 INFO O| Dec 19 21:39:59.178 INFO STEP 991 (remove_files) COMPLETE
73682024-12-19T21:40:01.535Z[ recovery-image] Dec 19 21:39:59.178 INFO O| Dec 19 21:39:59.178 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-12-19T21:40:01.548Z[ recovery-image] Dec 19 21:39:59.197 INFO O| Dec 19 21:39:59.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
73702024-12-19T21:40:01.548Z[ recovery-image] Dec 19 21:39:59.197 INFO O| Dec 19 21:39:59.197 INFO STEP 992 (remove_files) COMPLETE
73712024-12-19T21:40:01.555Z[ recovery-image] Dec 19 21:39:59.197 INFO O| Dec 19 21:39:59.197 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-12-19T21:40:01.575Z[ recovery-image] Dec 19 21:39:59.226 INFO O| Dec 19 21:39:59.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
73732024-12-19T21:40:01.575Z[ recovery-image] Dec 19 21:39:59.226 INFO O| Dec 19 21:39:59.226 INFO STEP 993 (remove_files) COMPLETE
73742024-12-19T21:40:01.578Z[ recovery-image] Dec 19 21:39:59.226 INFO O| Dec 19 21:39:59.226 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-12-19T21:40:01.622Z[ recovery-image] Dec 19 21:39:59.273 INFO O| Dec 19 21:39:59.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
73762024-12-19T21:40:01.622Z[ recovery-image] Dec 19 21:39:59.273 INFO O| Dec 19 21:39:59.273 INFO STEP 994 (remove_files) COMPLETE
73772024-12-19T21:40:01.622Z[ recovery-image] Dec 19 21:39:59.273 INFO O| Dec 19 21:39:59.273 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-12-19T21:40:01.700Z[ recovery-image] Dec 19 21:39:59.351 INFO O| Dec 19 21:39:59.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
73792024-12-19T21:40:01.700Z[ recovery-image] Dec 19 21:39:59.351 INFO O| Dec 19 21:39:59.351 INFO STEP 995 (remove_files) COMPLETE
73802024-12-19T21:40:01.700Z[ recovery-image] Dec 19 21:39:59.351 INFO O| Dec 19 21:39:59.351 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-12-19T21:40:01.721Z[ recovery-image] Dec 19 21:39:59.371 INFO O| Dec 19 21:39:59.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
73822024-12-19T21:40:01.721Z[ recovery-image] Dec 19 21:39:59.371 INFO O| Dec 19 21:39:59.371 INFO STEP 996 (remove_files) COMPLETE
73832024-12-19T21:40:01.723Z[ recovery-image] Dec 19 21:39:59.371 INFO O| Dec 19 21:39:59.371 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-12-19T21:40:01.740Z[ recovery-image] Dec 19 21:39:59.391 INFO O| Dec 19 21:39:59.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
73852024-12-19T21:40:01.740Z[ recovery-image] Dec 19 21:39:59.391 INFO O| Dec 19 21:39:59.391 INFO STEP 997 (remove_files) COMPLETE
73862024-12-19T21:40:01.753Z[ recovery-image] Dec 19 21:39:59.391 INFO O| Dec 19 21:39:59.391 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-12-19T21:40:01.761Z[ recovery-image] Dec 19 21:39:59.411 INFO O| Dec 19 21:39:59.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
73882024-12-19T21:40:01.761Z[ recovery-image] Dec 19 21:39:59.411 INFO O| Dec 19 21:39:59.411 INFO STEP 998 (remove_files) COMPLETE
73892024-12-19T21:40:01.761Z[ recovery-image] Dec 19 21:39:59.411 INFO O| Dec 19 21:39:59.411 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-12-19T21:40:01.779Z[ recovery-image] Dec 19 21:39:59.430 INFO O| Dec 19 21:39:59.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
73912024-12-19T21:40:01.779Z[ recovery-image] Dec 19 21:39:59.430 INFO O| Dec 19 21:39:59.430 INFO STEP 999 (remove_files) COMPLETE
73922024-12-19T21:40:01.779Z[ recovery-image] Dec 19 21:39:59.430 INFO O| Dec 19 21:39:59.430 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-12-19T21:40:01.810Z[ recovery-image] Dec 19 21:39:59.461 INFO O| Dec 19 21:39:59.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
73942024-12-19T21:40:01.811Z[ recovery-image] Dec 19 21:39:59.461 INFO O| Dec 19 21:39:59.461 INFO STEP 1000 (remove_files) COMPLETE
73952024-12-19T21:40:01.811Z[ recovery-image] Dec 19 21:39:59.461 INFO O| Dec 19 21:39:59.461 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-12-19T21:40:01.857Z[ recovery-image] Dec 19 21:39:59.507 INFO O| Dec 19 21:39:59.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
73972024-12-19T21:40:01.857Z[ recovery-image] Dec 19 21:39:59.507 INFO O| Dec 19 21:39:59.507 INFO STEP 1001 (remove_files) COMPLETE
73982024-12-19T21:40:01.857Z[ recovery-image] Dec 19 21:39:59.507 INFO O| Dec 19 21:39:59.507 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-12-19T21:40:01.877Z[ recovery-image] Dec 19 21:39:59.528 INFO O| Dec 19 21:39:59.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
74002024-12-19T21:40:01.878Z[ recovery-image] Dec 19 21:39:59.528 INFO O| Dec 19 21:39:59.528 INFO STEP 1002 (remove_files) COMPLETE
74012024-12-19T21:40:01.881Z[ recovery-image] Dec 19 21:39:59.528 INFO O| Dec 19 21:39:59.528 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-12-19T21:40:01.922Z[ recovery-image] Dec 19 21:39:59.572 INFO O| Dec 19 21:39:59.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
74032024-12-19T21:40:01.922Z[ recovery-image] Dec 19 21:39:59.572 INFO O| Dec 19 21:39:59.572 INFO STEP 1003 (remove_files) COMPLETE
74042024-12-19T21:40:01.922Z[ recovery-image] Dec 19 21:39:59.572 INFO O| Dec 19 21:39:59.572 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-12-19T21:40:01.961Z[ recovery-image] Dec 19 21:39:59.611 INFO O| Dec 19 21:39:59.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
74062024-12-19T21:40:01.961Z[ recovery-image] Dec 19 21:39:59.611 INFO O| Dec 19 21:39:59.611 INFO STEP 1004 (remove_files) COMPLETE
74072024-12-19T21:40:01.961Z[ recovery-image] Dec 19 21:39:59.611 INFO O| Dec 19 21:39:59.611 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-12-19T21:40:02.003Z[ recovery-image] Dec 19 21:39:59.653 INFO O| Dec 19 21:39:59.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
74092024-12-19T21:40:02.004Z[ recovery-image] Dec 19 21:39:59.653 INFO O| Dec 19 21:39:59.653 INFO STEP 1005 (remove_files) COMPLETE
74102024-12-19T21:40:02.004Z[ recovery-image] Dec 19 21:39:59.653 INFO O| Dec 19 21:39:59.653 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-12-19T21:40:02.021Z[ recovery-image] Dec 19 21:39:59.671 INFO O| Dec 19 21:39:59.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
74122024-12-19T21:40:02.021Z[ recovery-image] Dec 19 21:39:59.672 INFO O| Dec 19 21:39:59.671 INFO STEP 1006 (remove_files) COMPLETE
74132024-12-19T21:40:02.021Z[ recovery-image] Dec 19 21:39:59.672 INFO O| Dec 19 21:39:59.672 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-12-19T21:40:02.040Z[ recovery-image] Dec 19 21:39:59.691 INFO O| Dec 19 21:39:59.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
74152024-12-19T21:40:02.040Z[ recovery-image] Dec 19 21:39:59.691 INFO O| Dec 19 21:39:59.691 INFO STEP 1007 (remove_files) COMPLETE
74162024-12-19T21:40:02.040Z[ recovery-image] Dec 19 21:39:59.691 INFO O| Dec 19 21:39:59.691 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-12-19T21:40:02.069Z[ recovery-image] Dec 19 21:39:59.719 INFO O| Dec 19 21:39:59.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
74182024-12-19T21:40:02.072Z[ recovery-image] Dec 19 21:39:59.720 INFO O| Dec 19 21:39:59.719 INFO STEP 1008 (remove_files) COMPLETE
74192024-12-19T21:40:02.072Z[ recovery-image] Dec 19 21:39:59.720 INFO O| Dec 19 21:39:59.720 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-12-19T21:40:02.102Z[ recovery-image] Dec 19 21:39:59.753 INFO O| Dec 19 21:39:59.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
74212024-12-19T21:40:02.113Z[ recovery-image] Dec 19 21:39:59.753 INFO O| Dec 19 21:39:59.753 INFO STEP 1009 (remove_files) COMPLETE
74222024-12-19T21:40:02.113Z[ recovery-image] Dec 19 21:39:59.753 INFO O| Dec 19 21:39:59.753 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-12-19T21:40:02.126Z[ recovery-image] Dec 19 21:39:59.776 INFO O| Dec 19 21:39:59.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
74242024-12-19T21:40:02.126Z[ recovery-image] Dec 19 21:39:59.776 INFO O| Dec 19 21:39:59.776 INFO STEP 1010 (remove_files) COMPLETE
74252024-12-19T21:40:02.128Z[ recovery-image] Dec 19 21:39:59.777 INFO O| Dec 19 21:39:59.776 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-12-19T21:40:02.176Z[ recovery-image] Dec 19 21:39:59.826 INFO O| Dec 19 21:39:59.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
74272024-12-19T21:40:02.186Z[ recovery-image] Dec 19 21:39:59.826 INFO O| Dec 19 21:39:59.826 INFO STEP 1011 (remove_files) COMPLETE
74282024-12-19T21:40:02.186Z[ recovery-image] Dec 19 21:39:59.826 INFO O| Dec 19 21:39:59.826 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-12-19T21:40:02.199Z[ recovery-image] Dec 19 21:39:59.849 INFO O| Dec 19 21:39:59.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
74302024-12-19T21:40:02.201Z[ recovery-image] Dec 19 21:39:59.849 INFO O| Dec 19 21:39:59.849 INFO STEP 1012 (remove_files) COMPLETE
74312024-12-19T21:40:02.202Z[ recovery-image] Dec 19 21:39:59.849 INFO O| Dec 19 21:39:59.849 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-12-19T21:40:02.221Z[ recovery-image] Dec 19 21:39:59.871 INFO O| Dec 19 21:39:59.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
74332024-12-19T21:40:02.225Z[ recovery-image] Dec 19 21:39:59.872 INFO O| Dec 19 21:39:59.872 INFO STEP 1013 (remove_files) COMPLETE
74342024-12-19T21:40:02.225Z[ recovery-image] Dec 19 21:39:59.872 INFO O| Dec 19 21:39:59.872 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-12-19T21:40:02.243Z[ recovery-image] Dec 19 21:39:59.894 INFO O| Dec 19 21:39:59.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
74362024-12-19T21:40:02.248Z[ recovery-image] Dec 19 21:39:59.894 INFO O| Dec 19 21:39:59.894 INFO STEP 1014 (remove_files) COMPLETE
74372024-12-19T21:40:02.248Z[ recovery-image] Dec 19 21:39:59.894 INFO O| Dec 19 21:39:59.894 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-12-19T21:40:02.264Z[ recovery-image] Dec 19 21:39:59.914 INFO O| Dec 19 21:39:59.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
74392024-12-19T21:40:02.264Z[ recovery-image] Dec 19 21:39:59.915 INFO O| Dec 19 21:39:59.915 INFO STEP 1015 (remove_files) COMPLETE
74402024-12-19T21:40:02.269Z[ recovery-image] Dec 19 21:39:59.915 INFO O| Dec 19 21:39:59.915 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-12-19T21:40:02.300Z[ recovery-image] Dec 19 21:39:59.946 INFO O| Dec 19 21:39:59.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
74422024-12-19T21:40:02.300Z[ recovery-image] Dec 19 21:39:59.946 INFO O| Dec 19 21:39:59.946 INFO STEP 1016 (remove_files) COMPLETE
74432024-12-19T21:40:02.300Z[ recovery-image] Dec 19 21:39:59.946 INFO O| Dec 19 21:39:59.946 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-12-19T21:40:02.317Z[ recovery-image] Dec 19 21:39:59.967 INFO O| Dec 19 21:39:59.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
74452024-12-19T21:40:02.321Z[ recovery-image] Dec 19 21:39:59.967 INFO O| Dec 19 21:39:59.967 INFO STEP 1017 (remove_files) COMPLETE
74462024-12-19T21:40:02.321Z[ recovery-image] Dec 19 21:39:59.967 INFO O| Dec 19 21:39:59.967 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-12-19T21:40:02.339Z[ recovery-image] Dec 19 21:39:59.990 INFO O| Dec 19 21:39:59.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
74482024-12-19T21:40:02.343Z[ recovery-image] Dec 19 21:39:59.990 INFO O| Dec 19 21:39:59.990 INFO STEP 1018 (remove_files) COMPLETE
74492024-12-19T21:40:02.343Z[ recovery-image] Dec 19 21:39:59.990 INFO O| Dec 19 21:39:59.990 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-12-19T21:40:02.363Z[ recovery-image] Dec 19 21:40:00.013 INFO O| Dec 19 21:40:00.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
74512024-12-19T21:40:02.374Z[ recovery-image] Dec 19 21:40:00.013 INFO O| Dec 19 21:40:00.013 INFO STEP 1019 (remove_files) COMPLETE
74522024-12-19T21:40:02.375Z[ recovery-image] Dec 19 21:40:00.013 INFO O| Dec 19 21:40:00.013 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-12-19T21:40:02.385Z[ recovery-image] Dec 19 21:40:00.035 INFO O| Dec 19 21:40:00.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
74542024-12-19T21:40:02.388Z[ recovery-image] Dec 19 21:40:00.035 INFO O| Dec 19 21:40:00.035 INFO STEP 1020 (remove_files) COMPLETE
74552024-12-19T21:40:02.388Z[ recovery-image] Dec 19 21:40:00.036 INFO O| Dec 19 21:40:00.035 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-12-19T21:40:02.408Z[ recovery-image] Dec 19 21:40:00.058 INFO O| Dec 19 21:40:00.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
74572024-12-19T21:40:02.418Z[ recovery-image] Dec 19 21:40:00.058 INFO O| Dec 19 21:40:00.058 INFO STEP 1021 (remove_files) COMPLETE
74582024-12-19T21:40:02.418Z[ recovery-image] Dec 19 21:40:00.058 INFO O| Dec 19 21:40:00.058 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-12-19T21:40:02.441Z[ recovery-image] Dec 19 21:40:00.091 INFO O| Dec 19 21:40:00.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
74602024-12-19T21:40:02.445Z[ recovery-image] Dec 19 21:40:00.091 INFO O| Dec 19 21:40:00.091 INFO STEP 1022 (remove_files) COMPLETE
74612024-12-19T21:40:02.445Z[ recovery-image] Dec 19 21:40:00.091 INFO O| Dec 19 21:40:00.091 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-12-19T21:40:02.464Z[ recovery-image] Dec 19 21:40:00.114 INFO O| Dec 19 21:40:00.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
74632024-12-19T21:40:02.468Z[ recovery-image] Dec 19 21:40:00.114 INFO O| Dec 19 21:40:00.114 INFO STEP 1023 (remove_files) COMPLETE
74642024-12-19T21:40:02.468Z[ recovery-image] Dec 19 21:40:00.114 INFO O| Dec 19 21:40:00.114 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-12-19T21:40:02.487Z[ recovery-image] Dec 19 21:40:00.137 INFO O| Dec 19 21:40:00.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
74662024-12-19T21:40:02.487Z[ recovery-image] Dec 19 21:40:00.138 INFO O| Dec 19 21:40:00.138 INFO STEP 1024 (remove_files) COMPLETE
74672024-12-19T21:40:02.488Z[ recovery-image] Dec 19 21:40:00.138 INFO O| Dec 19 21:40:00.138 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-12-19T21:40:02.512Z[ recovery-image] Dec 19 21:40:00.161 INFO O| Dec 19 21:40:00.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
74692024-12-19T21:40:02.512Z[ recovery-image] Dec 19 21:40:00.161 INFO O| Dec 19 21:40:00.161 INFO STEP 1025 (remove_files) COMPLETE
74702024-12-19T21:40:02.512Z[ recovery-image] Dec 19 21:40:00.161 INFO O| Dec 19 21:40:00.161 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-12-19T21:40:02.537Z[ recovery-image] Dec 19 21:40:00.188 INFO O| Dec 19 21:40:00.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
74722024-12-19T21:40:02.537Z[ recovery-image] Dec 19 21:40:00.188 INFO O| Dec 19 21:40:00.188 INFO STEP 1026 (remove_files) COMPLETE
74732024-12-19T21:40:02.540Z[ recovery-image] Dec 19 21:40:00.188 INFO O| Dec 19 21:40:00.188 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-12-19T21:40:02.569Z[ recovery-image] Dec 19 21:40:00.214 INFO O| Dec 19 21:40:00.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
74752024-12-19T21:40:02.569Z[ recovery-image] Dec 19 21:40:00.215 INFO O| Dec 19 21:40:00.214 INFO STEP 1027 (remove_files) COMPLETE
74762024-12-19T21:40:02.576Z[ recovery-image] Dec 19 21:40:00.215 INFO O| Dec 19 21:40:00.215 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-12-19T21:40:02.588Z[ recovery-image] Dec 19 21:40:00.239 INFO O| Dec 19 21:40:00.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
74782024-12-19T21:40:02.592Z[ recovery-image] Dec 19 21:40:00.239 INFO O| Dec 19 21:40:00.239 INFO STEP 1028 (remove_files) COMPLETE
74792024-12-19T21:40:02.592Z[ recovery-image] Dec 19 21:40:00.239 INFO O| Dec 19 21:40:00.239 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-12-19T21:40:02.618Z[ recovery-image] Dec 19 21:40:00.268 INFO O| Dec 19 21:40:00.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
74812024-12-19T21:40:02.618Z[ recovery-image] Dec 19 21:40:00.268 INFO O| Dec 19 21:40:00.268 INFO STEP 1029 (remove_files) COMPLETE
74822024-12-19T21:40:02.618Z[ recovery-image] Dec 19 21:40:00.268 INFO O| Dec 19 21:40:00.268 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-12-19T21:40:02.669Z[ recovery-image] Dec 19 21:40:00.318 INFO O| Dec 19 21:40:00.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
74842024-12-19T21:40:02.669Z[ recovery-image] Dec 19 21:40:00.318 INFO O| Dec 19 21:40:00.318 INFO STEP 1030 (remove_files) COMPLETE
74852024-12-19T21:40:02.669Z[ recovery-image] Dec 19 21:40:00.318 INFO O| Dec 19 21:40:00.318 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-12-19T21:40:02.687Z[ recovery-image] Dec 19 21:40:00.337 INFO O| Dec 19 21:40:00.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
74872024-12-19T21:40:02.690Z[ recovery-image] Dec 19 21:40:00.337 INFO O| Dec 19 21:40:00.337 INFO STEP 1031 (remove_files) COMPLETE
74882024-12-19T21:40:02.690Z[ recovery-image] Dec 19 21:40:00.337 INFO O| Dec 19 21:40:00.337 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-12-19T21:40:02.706Z[ recovery-image] Dec 19 21:40:00.356 INFO O| Dec 19 21:40:00.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
74902024-12-19T21:40:02.707Z[ recovery-image] Dec 19 21:40:00.356 INFO O| Dec 19 21:40:00.356 INFO STEP 1032 (remove_files) COMPLETE
74912024-12-19T21:40:02.710Z[ recovery-image] Dec 19 21:40:00.356 INFO O| Dec 19 21:40:00.356 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-12-19T21:40:02.726Z[ recovery-image] Dec 19 21:40:00.375 INFO O| Dec 19 21:40:00.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
74932024-12-19T21:40:02.726Z[ recovery-image] Dec 19 21:40:00.375 INFO O| Dec 19 21:40:00.375 INFO STEP 1033 (remove_files) COMPLETE
74942024-12-19T21:40:02.726Z[ recovery-image] Dec 19 21:40:00.375 INFO O| Dec 19 21:40:00.375 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-12-19T21:40:02.743Z[ recovery-image] Dec 19 21:40:00.393 INFO O| Dec 19 21:40:00.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
74962024-12-19T21:40:02.743Z[ recovery-image] Dec 19 21:40:00.393 INFO O| Dec 19 21:40:00.393 INFO STEP 1034 (remove_files) COMPLETE
74972024-12-19T21:40:02.743Z[ recovery-image] Dec 19 21:40:00.393 INFO O| Dec 19 21:40:00.393 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-12-19T21:40:02.774Z[ recovery-image] Dec 19 21:40:00.424 INFO O| Dec 19 21:40:00.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
74992024-12-19T21:40:02.774Z[ recovery-image] Dec 19 21:40:00.424 INFO O| Dec 19 21:40:00.424 INFO STEP 1035 (remove_files) COMPLETE
75002024-12-19T21:40:02.774Z[ recovery-image] Dec 19 21:40:00.424 INFO O| Dec 19 21:40:00.424 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-12-19T21:40:02.794Z[ recovery-image] Dec 19 21:40:00.443 INFO O| Dec 19 21:40:00.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
75022024-12-19T21:40:02.794Z[ recovery-image] Dec 19 21:40:00.443 INFO O| Dec 19 21:40:00.443 INFO STEP 1036 (remove_files) COMPLETE
75032024-12-19T21:40:02.794Z[ recovery-image] Dec 19 21:40:00.443 INFO O| Dec 19 21:40:00.443 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-12-19T21:40:02.812Z[ recovery-image] Dec 19 21:40:00.462 INFO O| Dec 19 21:40:00.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
75052024-12-19T21:40:02.812Z[ recovery-image] Dec 19 21:40:00.462 INFO O| Dec 19 21:40:00.462 INFO STEP 1037 (remove_files) COMPLETE
75062024-12-19T21:40:02.812Z[ recovery-image] Dec 19 21:40:00.462 INFO O| Dec 19 21:40:00.462 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-12-19T21:40:02.834Z[ recovery-image] Dec 19 21:40:00.482 INFO O| Dec 19 21:40:00.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
75082024-12-19T21:40:02.835Z[ recovery-image] Dec 19 21:40:00.482 INFO O| Dec 19 21:40:00.482 INFO STEP 1038 (remove_files) COMPLETE
75092024-12-19T21:40:02.835Z[ recovery-image] Dec 19 21:40:00.482 INFO O| Dec 19 21:40:00.482 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-12-19T21:40:02.852Z[ recovery-image] Dec 19 21:40:00.502 INFO O| Dec 19 21:40:00.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
75112024-12-19T21:40:02.853Z[ recovery-image] Dec 19 21:40:00.503 INFO O| Dec 19 21:40:00.503 INFO STEP 1039 (remove_files) COMPLETE
75122024-12-19T21:40:02.853Z[ recovery-image] Dec 19 21:40:00.503 INFO O| Dec 19 21:40:00.503 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-12-19T21:40:02.872Z[ recovery-image] Dec 19 21:40:00.522 INFO O| Dec 19 21:40:00.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
75142024-12-19T21:40:02.872Z[ recovery-image] Dec 19 21:40:00.522 INFO O| Dec 19 21:40:00.522 INFO STEP 1040 (remove_files) COMPLETE
75152024-12-19T21:40:02.873Z[ recovery-image] Dec 19 21:40:00.522 INFO O| Dec 19 21:40:00.522 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-12-19T21:40:02.902Z[ recovery-image] Dec 19 21:40:00.542 INFO O| Dec 19 21:40:00.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
75172024-12-19T21:40:02.902Z[ recovery-image] Dec 19 21:40:00.542 INFO O| Dec 19 21:40:00.542 INFO STEP 1041 (remove_files) COMPLETE
75182024-12-19T21:40:02.902Z[ recovery-image] Dec 19 21:40:00.542 INFO O| Dec 19 21:40:00.542 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-12-19T21:40:02.917Z[ recovery-image] Dec 19 21:40:00.567 INFO O| Dec 19 21:40:00.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
75202024-12-19T21:40:02.917Z[ recovery-image] Dec 19 21:40:00.567 INFO O| Dec 19 21:40:00.567 INFO STEP 1042 (remove_files) COMPLETE
75212024-12-19T21:40:02.921Z[ recovery-image] Dec 19 21:40:00.567 INFO O| Dec 19 21:40:00.567 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-12-19T21:40:02.940Z[ recovery-image] Dec 19 21:40:00.589 INFO O| Dec 19 21:40:00.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
75232024-12-19T21:40:02.940Z[ recovery-image] Dec 19 21:40:00.589 INFO O| Dec 19 21:40:00.589 INFO STEP 1043 (remove_files) COMPLETE
75242024-12-19T21:40:02.940Z[ recovery-image] Dec 19 21:40:00.589 INFO O| Dec 19 21:40:00.589 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-12-19T21:40:02.972Z[ recovery-image] Dec 19 21:40:00.622 INFO O| Dec 19 21:40:00.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
75262024-12-19T21:40:02.972Z[ recovery-image] Dec 19 21:40:00.622 INFO O| Dec 19 21:40:00.622 INFO STEP 1044 (remove_files) COMPLETE
75272024-12-19T21:40:02.972Z[ recovery-image] Dec 19 21:40:00.622 INFO O| Dec 19 21:40:00.622 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-12-19T21:40:02.998Z[ recovery-image] Dec 19 21:40:00.644 INFO O| Dec 19 21:40:00.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
75292024-12-19T21:40:02.998Z[ recovery-image] Dec 19 21:40:00.644 INFO O| Dec 19 21:40:00.644 INFO STEP 1045 (remove_files) COMPLETE
75302024-12-19T21:40:02.998Z[ recovery-image] Dec 19 21:40:00.644 INFO O| Dec 19 21:40:00.644 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-12-19T21:40:03.018Z[ recovery-image] Dec 19 21:40:00.666 INFO O| Dec 19 21:40:00.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
75322024-12-19T21:40:03.018Z[ recovery-image] Dec 19 21:40:00.666 INFO O| Dec 19 21:40:00.666 INFO STEP 1046 (remove_files) COMPLETE
75332024-12-19T21:40:03.021Z[ recovery-image] Dec 19 21:40:00.666 INFO O| Dec 19 21:40:00.666 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-12-19T21:40:03.037Z[ recovery-image] Dec 19 21:40:00.687 INFO O| Dec 19 21:40:00.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
75352024-12-19T21:40:03.037Z[ recovery-image] Dec 19 21:40:00.687 INFO O| Dec 19 21:40:00.687 INFO STEP 1047 (remove_files) COMPLETE
75362024-12-19T21:40:03.040Z[ recovery-image] Dec 19 21:40:00.687 INFO O| Dec 19 21:40:00.687 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-12-19T21:40:03.062Z[ recovery-image] Dec 19 21:40:00.711 INFO O| Dec 19 21:40:00.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
75382024-12-19T21:40:03.062Z[ recovery-image] Dec 19 21:40:00.711 INFO O| Dec 19 21:40:00.711 INFO STEP 1048 (remove_files) COMPLETE
75392024-12-19T21:40:03.062Z[ recovery-image] Dec 19 21:40:00.711 INFO O| Dec 19 21:40:00.711 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-12-19T21:40:03.086Z[ recovery-image] Dec 19 21:40:00.735 INFO O| Dec 19 21:40:00.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
75412024-12-19T21:40:03.086Z[ recovery-image] Dec 19 21:40:00.736 INFO O| Dec 19 21:40:00.735 INFO STEP 1049 (remove_files) COMPLETE
75422024-12-19T21:40:03.091Z[ recovery-image] Dec 19 21:40:00.736 INFO O| Dec 19 21:40:00.736 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-12-19T21:40:03.143Z[ recovery-image] Dec 19 21:40:00.789 INFO O| Dec 19 21:40:00.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
75442024-12-19T21:40:03.147Z[ recovery-image] Dec 19 21:40:00.790 INFO O| Dec 19 21:40:00.790 INFO STEP 1050 (remove_files) COMPLETE
75452024-12-19T21:40:03.147Z[ recovery-image] Dec 19 21:40:00.790 INFO O| Dec 19 21:40:00.790 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-12-19T21:40:03.165Z[ recovery-image] Dec 19 21:40:00.814 INFO O| Dec 19 21:40:00.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
75472024-12-19T21:40:03.170Z[ recovery-image] Dec 19 21:40:00.814 INFO O| Dec 19 21:40:00.814 INFO STEP 1051 (remove_files) COMPLETE
75482024-12-19T21:40:03.170Z[ recovery-image] Dec 19 21:40:00.815 INFO O| Dec 19 21:40:00.815 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-12-19T21:40:03.188Z[ recovery-image] Dec 19 21:40:00.838 INFO O| Dec 19 21:40:00.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
75502024-12-19T21:40:03.192Z[ recovery-image] Dec 19 21:40:00.839 INFO O| Dec 19 21:40:00.839 INFO STEP 1052 (remove_files) COMPLETE
75512024-12-19T21:40:03.192Z[ recovery-image] Dec 19 21:40:00.839 INFO O| Dec 19 21:40:00.839 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-12-19T21:40:03.213Z[ recovery-image] Dec 19 21:40:00.863 INFO O| Dec 19 21:40:00.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
75532024-12-19T21:40:03.216Z[ recovery-image] Dec 19 21:40:00.863 INFO O| Dec 19 21:40:00.863 INFO STEP 1053 (remove_files) COMPLETE
75542024-12-19T21:40:03.216Z[ recovery-image] Dec 19 21:40:00.863 INFO O| Dec 19 21:40:00.863 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-12-19T21:40:03.238Z[ recovery-image] Dec 19 21:40:00.887 INFO O| Dec 19 21:40:00.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
75562024-12-19T21:40:03.241Z[ recovery-image] Dec 19 21:40:00.887 INFO O| Dec 19 21:40:00.887 INFO STEP 1054 (remove_files) COMPLETE
75572024-12-19T21:40:03.241Z[ recovery-image] Dec 19 21:40:00.888 INFO O| Dec 19 21:40:00.888 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-12-19T21:40:03.287Z[ recovery-image] Dec 19 21:40:00.937 INFO O| Dec 19 21:40:00.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
75592024-12-19T21:40:03.294Z[ recovery-image] Dec 19 21:40:00.937 INFO O| Dec 19 21:40:00.937 INFO STEP 1055 (remove_files) COMPLETE
75602024-12-19T21:40:03.294Z[ recovery-image] Dec 19 21:40:00.937 INFO O| Dec 19 21:40:00.937 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-12-19T21:40:03.310Z[ recovery-image] Dec 19 21:40:00.958 INFO O| Dec 19 21:40:00.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
75622024-12-19T21:40:03.310Z[ recovery-image] Dec 19 21:40:00.958 INFO O| Dec 19 21:40:00.958 INFO STEP 1056 (remove_files) COMPLETE
75632024-12-19T21:40:03.310Z[ recovery-image] Dec 19 21:40:00.958 INFO O| Dec 19 21:40:00.958 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-12-19T21:40:03.330Z[ recovery-image] Dec 19 21:40:00.979 INFO O| Dec 19 21:40:00.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
75652024-12-19T21:40:03.330Z[ recovery-image] Dec 19 21:40:00.979 INFO O| Dec 19 21:40:00.979 INFO STEP 1057 (remove_files) COMPLETE
75662024-12-19T21:40:03.330Z[ recovery-image] Dec 19 21:40:00.979 INFO O| Dec 19 21:40:00.979 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-12-19T21:40:03.365Z[ recovery-image] Dec 19 21:40:01.015 INFO O| Dec 19 21:40:01.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
75682024-12-19T21:40:03.374Z[ recovery-image] Dec 19 21:40:01.023 INFO O| Dec 19 21:40:01.023 INFO STEP 1058 (remove_files) COMPLETE
75692024-12-19T21:40:03.374Z[ recovery-image] Dec 19 21:40:01.023 INFO O| Dec 19 21:40:01.023 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-12-19T21:40:03.429Z[ recovery-image] Dec 19 21:40:01.079 INFO O| Dec 19 21:40:01.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
75712024-12-19T21:40:03.429Z[ recovery-image] Dec 19 21:40:01.079 INFO O| Dec 19 21:40:01.079 INFO STEP 1059 (remove_files) COMPLETE
75722024-12-19T21:40:03.434Z[ recovery-image] Dec 19 21:40:01.079 INFO O| Dec 19 21:40:01.079 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-12-19T21:40:03.462Z[ recovery-image] Dec 19 21:40:01.112 INFO O| Dec 19 21:40:01.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
75742024-12-19T21:40:03.466Z[ recovery-image] Dec 19 21:40:01.112 INFO O| Dec 19 21:40:01.112 INFO STEP 1060 (remove_files) COMPLETE
75752024-12-19T21:40:03.466Z[ recovery-image] Dec 19 21:40:01.112 INFO O| Dec 19 21:40:01.112 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-12-19T21:40:03.486Z[ recovery-image] Dec 19 21:40:01.136 INFO O| Dec 19 21:40:01.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
75772024-12-19T21:40:03.486Z[ recovery-image] Dec 19 21:40:01.136 INFO O| Dec 19 21:40:01.136 INFO STEP 1061 (remove_files) COMPLETE
75782024-12-19T21:40:03.486Z[ recovery-image] Dec 19 21:40:01.136 INFO O| Dec 19 21:40:01.136 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-12-19T21:40:03.510Z[ recovery-image] Dec 19 21:40:01.160 INFO O| Dec 19 21:40:01.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
75802024-12-19T21:40:03.510Z[ recovery-image] Dec 19 21:40:01.160 INFO O| Dec 19 21:40:01.160 INFO STEP 1062 (remove_files) COMPLETE
75812024-12-19T21:40:03.514Z[ recovery-image] Dec 19 21:40:01.160 INFO O| Dec 19 21:40:01.160 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-12-19T21:40:03.531Z[ recovery-image] Dec 19 21:40:01.178 INFO O| Dec 19 21:40:01.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
75832024-12-19T21:40:03.531Z[ recovery-image] Dec 19 21:40:01.178 INFO O| Dec 19 21:40:01.178 INFO STEP 1063 (remove_files) COMPLETE
75842024-12-19T21:40:03.531Z[ recovery-image] Dec 19 21:40:01.178 INFO O| Dec 19 21:40:01.178 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-12-19T21:40:03.560Z[ recovery-image] Dec 19 21:40:01.206 INFO O| Dec 19 21:40:01.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
75862024-12-19T21:40:03.560Z[ recovery-image] Dec 19 21:40:01.206 INFO O| Dec 19 21:40:01.206 INFO STEP 1064 (remove_files) COMPLETE
75872024-12-19T21:40:03.564Z[ recovery-image] Dec 19 21:40:01.206 INFO O| Dec 19 21:40:01.206 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-12-19T21:40:03.576Z[ recovery-image] Dec 19 21:40:01.225 INFO O| Dec 19 21:40:01.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
75892024-12-19T21:40:03.576Z[ recovery-image] Dec 19 21:40:01.225 INFO O| Dec 19 21:40:01.225 INFO STEP 1065 (remove_files) COMPLETE
75902024-12-19T21:40:03.576Z[ recovery-image] Dec 19 21:40:01.225 INFO O| Dec 19 21:40:01.225 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-12-19T21:40:03.607Z[ recovery-image] Dec 19 21:40:01.257 INFO O| Dec 19 21:40:01.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
75922024-12-19T21:40:03.611Z[ recovery-image] Dec 19 21:40:01.258 INFO O| Dec 19 21:40:01.257 INFO STEP 1066 (remove_files) COMPLETE
75932024-12-19T21:40:03.611Z[ recovery-image] Dec 19 21:40:01.258 INFO O| Dec 19 21:40:01.258 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-12-19T21:40:03.626Z[ recovery-image] Dec 19 21:40:01.276 INFO O| Dec 19 21:40:01.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
75952024-12-19T21:40:03.629Z[ recovery-image] Dec 19 21:40:01.276 INFO O| Dec 19 21:40:01.276 INFO STEP 1067 (remove_files) COMPLETE
75962024-12-19T21:40:03.629Z[ recovery-image] Dec 19 21:40:01.276 INFO O| Dec 19 21:40:01.276 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-12-19T21:40:03.648Z[ recovery-image] Dec 19 21:40:01.294 INFO O| Dec 19 21:40:01.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
75982024-12-19T21:40:03.652Z[ recovery-image] Dec 19 21:40:01.295 INFO O| Dec 19 21:40:01.294 INFO STEP 1068 (remove_files) COMPLETE
75992024-12-19T21:40:03.652Z[ recovery-image] Dec 19 21:40:01.295 INFO O| Dec 19 21:40:01.295 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-12-19T21:40:03.665Z[ recovery-image] Dec 19 21:40:01.314 INFO O| Dec 19 21:40:01.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
76012024-12-19T21:40:03.668Z[ recovery-image] Dec 19 21:40:01.314 INFO O| Dec 19 21:40:01.314 INFO STEP 1069 (remove_files) COMPLETE
76022024-12-19T21:40:03.668Z[ recovery-image] Dec 19 21:40:01.314 INFO O| Dec 19 21:40:01.314 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-12-19T21:40:03.682Z[ recovery-image] Dec 19 21:40:01.332 INFO O| Dec 19 21:40:01.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
76042024-12-19T21:40:03.685Z[ recovery-image] Dec 19 21:40:01.332 INFO O| Dec 19 21:40:01.332 INFO STEP 1070 (remove_files) COMPLETE
76052024-12-19T21:40:03.685Z[ recovery-image] Dec 19 21:40:01.332 INFO O| Dec 19 21:40:01.332 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-12-19T21:40:03.715Z[ recovery-image] Dec 19 21:40:01.359 INFO O| Dec 19 21:40:01.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
76072024-12-19T21:40:03.715Z[ recovery-image] Dec 19 21:40:01.359 INFO O| Dec 19 21:40:01.359 INFO STEP 1071 (remove_files) COMPLETE
76082024-12-19T21:40:03.715Z[ recovery-image] Dec 19 21:40:01.359 INFO O| Dec 19 21:40:01.359 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-12-19T21:40:03.736Z[ recovery-image] Dec 19 21:40:01.385 INFO O| Dec 19 21:40:01.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
76102024-12-19T21:40:03.736Z[ recovery-image] Dec 19 21:40:01.385 INFO O| Dec 19 21:40:01.385 INFO STEP 1072 (remove_files) COMPLETE
76112024-12-19T21:40:03.741Z[ recovery-image] Dec 19 21:40:01.385 INFO O| Dec 19 21:40:01.385 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-12-19T21:40:03.758Z[ recovery-image] Dec 19 21:40:01.403 INFO O| Dec 19 21:40:01.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
76132024-12-19T21:40:03.758Z[ recovery-image] Dec 19 21:40:01.403 INFO O| Dec 19 21:40:01.403 INFO STEP 1073 (remove_files) COMPLETE
76142024-12-19T21:40:03.758Z[ recovery-image] Dec 19 21:40:01.403 INFO O| Dec 19 21:40:01.403 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-12-19T21:40:03.774Z[ recovery-image] Dec 19 21:40:01.419 INFO O| Dec 19 21:40:01.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
76162024-12-19T21:40:03.774Z[ recovery-image] Dec 19 21:40:01.420 INFO O| Dec 19 21:40:01.420 INFO STEP 1074 (remove_files) COMPLETE
76172024-12-19T21:40:03.774Z[ recovery-image] Dec 19 21:40:01.420 INFO O| Dec 19 21:40:01.420 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-12-19T21:40:03.786Z[ recovery-image] Dec 19 21:40:01.436 INFO O| Dec 19 21:40:01.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
76192024-12-19T21:40:03.786Z[ recovery-image] Dec 19 21:40:01.436 INFO O| Dec 19 21:40:01.436 INFO STEP 1075 (remove_files) COMPLETE
76202024-12-19T21:40:03.794Z[ recovery-image] Dec 19 21:40:01.436 INFO O| Dec 19 21:40:01.436 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-12-19T21:40:03.821Z[ recovery-image] Dec 19 21:40:01.467 INFO O| Dec 19 21:40:01.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
76222024-12-19T21:40:03.826Z[ recovery-image] Dec 19 21:40:01.467 INFO O| Dec 19 21:40:01.467 INFO STEP 1076 (remove_files) COMPLETE
76232024-12-19T21:40:03.826Z[ recovery-image] Dec 19 21:40:01.467 INFO O| Dec 19 21:40:01.467 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-12-19T21:40:03.862Z[ recovery-image] Dec 19 21:40:01.508 INFO O| Dec 19 21:40:01.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
76252024-12-19T21:40:03.862Z[ recovery-image] Dec 19 21:40:01.509 INFO O| Dec 19 21:40:01.509 INFO STEP 1077 (remove_files) COMPLETE
76262024-12-19T21:40:03.862Z[ recovery-image] Dec 19 21:40:01.509 INFO O| Dec 19 21:40:01.509 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-12-19T21:40:03.903Z[ recovery-image] Dec 19 21:40:01.551 INFO O| Dec 19 21:40:01.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
76282024-12-19T21:40:03.913Z[ recovery-image] Dec 19 21:40:01.551 INFO O| Dec 19 21:40:01.551 INFO STEP 1078 (remove_files) COMPLETE
76292024-12-19T21:40:03.914Z[ recovery-image] Dec 19 21:40:01.551 INFO O| Dec 19 21:40:01.551 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-12-19T21:40:03.960Z[ recovery-image] Dec 19 21:40:01.610 INFO O| Dec 19 21:40:01.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
76312024-12-19T21:40:03.960Z[ recovery-image] Dec 19 21:40:01.610 INFO O| Dec 19 21:40:01.610 INFO STEP 1079 (remove_files) COMPLETE
76322024-12-19T21:40:03.966Z[ recovery-image] Dec 19 21:40:01.610 INFO O| Dec 19 21:40:01.610 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-12-19T21:40:03.983Z[ recovery-image] Dec 19 21:40:01.632 INFO O| Dec 19 21:40:01.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
76342024-12-19T21:40:03.988Z[ recovery-image] Dec 19 21:40:01.632 INFO O| Dec 19 21:40:01.632 INFO STEP 1080 (remove_files) COMPLETE
76352024-12-19T21:40:03.988Z[ recovery-image] Dec 19 21:40:01.632 INFO O| Dec 19 21:40:01.632 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-12-19T21:40:04.046Z[ recovery-image] Dec 19 21:40:01.691 INFO O| Dec 19 21:40:01.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
76372024-12-19T21:40:04.046Z[ recovery-image] Dec 19 21:40:01.691 INFO O| Dec 19 21:40:01.691 INFO STEP 1081 (remove_files) COMPLETE
76382024-12-19T21:40:04.051Z[ recovery-image] Dec 19 21:40:01.691 INFO O| Dec 19 21:40:01.691 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-12-19T21:40:04.087Z[ recovery-image] Dec 19 21:40:01.732 INFO O| Dec 19 21:40:01.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
76402024-12-19T21:40:04.087Z[ recovery-image] Dec 19 21:40:01.732 INFO O| Dec 19 21:40:01.732 INFO STEP 1082 (remove_files) COMPLETE
76412024-12-19T21:40:04.096Z[ recovery-image] Dec 19 21:40:01.732 INFO O| Dec 19 21:40:01.732 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-12-19T21:40:04.109Z[ recovery-image] Dec 19 21:40:01.757 INFO O| Dec 19 21:40:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
76432024-12-19T21:40:04.109Z[ recovery-image] Dec 19 21:40:01.757 INFO O| Dec 19 21:40:01.757 INFO STEP 1083 (remove_files) COMPLETE
76442024-12-19T21:40:04.109Z[ recovery-image] Dec 19 21:40:01.757 INFO O| Dec 19 21:40:01.757 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-12-19T21:40:04.181Z[ recovery-image] Dec 19 21:40:01.829 INFO O| Dec 19 21:40:01.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
76462024-12-19T21:40:04.181Z[ recovery-image] Dec 19 21:40:01.829 INFO O| Dec 19 21:40:01.829 INFO STEP 1084 (remove_files) COMPLETE
76472024-12-19T21:40:04.181Z[ recovery-image] Dec 19 21:40:01.830 INFO O| Dec 19 21:40:01.829 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-12-19T21:40:04.207Z[ recovery-image] Dec 19 21:40:01.854 INFO O| Dec 19 21:40:01.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
76492024-12-19T21:40:04.207Z[ recovery-image] Dec 19 21:40:01.854 INFO O| Dec 19 21:40:01.854 INFO STEP 1085 (remove_files) COMPLETE
76502024-12-19T21:40:04.207Z[ recovery-image] Dec 19 21:40:01.854 INFO O| Dec 19 21:40:01.854 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-12-19T21:40:04.229Z[ recovery-image] Dec 19 21:40:01.875 INFO O| Dec 19 21:40:01.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
76522024-12-19T21:40:04.229Z[ recovery-image] Dec 19 21:40:01.875 INFO O| Dec 19 21:40:01.875 INFO STEP 1086 (remove_files) COMPLETE
76532024-12-19T21:40:04.229Z[ recovery-image] Dec 19 21:40:01.875 INFO O| Dec 19 21:40:01.875 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-12-19T21:40:04.260Z[ recovery-image] Dec 19 21:40:01.908 INFO O| Dec 19 21:40:01.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
76552024-12-19T21:40:04.266Z[ recovery-image] Dec 19 21:40:01.908 INFO O| Dec 19 21:40:01.908 INFO STEP 1087 (remove_files) COMPLETE
76562024-12-19T21:40:04.266Z[ recovery-image] Dec 19 21:40:01.909 INFO O| Dec 19 21:40:01.908 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-12-19T21:40:04.283Z[ recovery-image] Dec 19 21:40:01.929 INFO O| Dec 19 21:40:01.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
76582024-12-19T21:40:04.294Z[ recovery-image] Dec 19 21:40:01.929 INFO O| Dec 19 21:40:01.929 INFO STEP 1088 (remove_files) COMPLETE
76592024-12-19T21:40:04.294Z[ recovery-image] Dec 19 21:40:01.930 INFO O| Dec 19 21:40:01.930 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-12-19T21:40:04.317Z[ recovery-image] Dec 19 21:40:01.961 INFO O| Dec 19 21:40:01.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
76612024-12-19T21:40:04.317Z[ recovery-image] Dec 19 21:40:01.961 INFO O| Dec 19 21:40:01.961 INFO STEP 1089 (remove_files) COMPLETE
76622024-12-19T21:40:04.321Z[ recovery-image] Dec 19 21:40:01.961 INFO O| Dec 19 21:40:01.961 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-12-19T21:40:04.335Z[ recovery-image] Dec 19 21:40:01.984 INFO O| Dec 19 21:40:01.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
76642024-12-19T21:40:04.343Z[ recovery-image] Dec 19 21:40:01.984 INFO O| Dec 19 21:40:01.984 INFO STEP 1090 (remove_files) COMPLETE
76652024-12-19T21:40:04.343Z[ recovery-image] Dec 19 21:40:01.984 INFO O| Dec 19 21:40:01.984 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-12-19T21:40:04.361Z[ recovery-image] Dec 19 21:40:02.007 INFO O| Dec 19 21:40:02.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
76672024-12-19T21:40:04.361Z[ recovery-image] Dec 19 21:40:02.007 INFO O| Dec 19 21:40:02.007 INFO STEP 1091 (remove_files) COMPLETE
76682024-12-19T21:40:04.369Z[ recovery-image] Dec 19 21:40:02.007 INFO O| Dec 19 21:40:02.007 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-12-19T21:40:04.388Z[ recovery-image] Dec 19 21:40:02.029 INFO O| Dec 19 21:40:02.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
76702024-12-19T21:40:04.388Z[ recovery-image] Dec 19 21:40:02.030 INFO O| Dec 19 21:40:02.030 INFO STEP 1092 (remove_files) COMPLETE
76712024-12-19T21:40:04.388Z[ recovery-image] Dec 19 21:40:02.030 INFO O| Dec 19 21:40:02.030 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-12-19T21:40:04.424Z[ recovery-image] Dec 19 21:40:02.071 INFO O| Dec 19 21:40:02.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
76732024-12-19T21:40:04.424Z[ recovery-image] Dec 19 21:40:02.071 INFO O| Dec 19 21:40:02.071 INFO STEP 1093 (remove_files) COMPLETE
76742024-12-19T21:40:04.424Z[ recovery-image] Dec 19 21:40:02.071 INFO O| Dec 19 21:40:02.071 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-12-19T21:40:04.457Z[ recovery-image] Dec 19 21:40:02.101 INFO O| Dec 19 21:40:02.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
76762024-12-19T21:40:04.466Z[ recovery-image] Dec 19 21:40:02.102 INFO O| Dec 19 21:40:02.101 INFO STEP 1094 (remove_files) COMPLETE
76772024-12-19T21:40:04.466Z[ recovery-image] Dec 19 21:40:02.102 INFO O| Dec 19 21:40:02.101 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-12-19T21:40:04.478Z[ recovery-image] Dec 19 21:40:02.123 INFO O| Dec 19 21:40:02.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
76792024-12-19T21:40:04.483Z[ recovery-image] Dec 19 21:40:02.123 INFO O| Dec 19 21:40:02.123 INFO STEP 1095 (remove_files) COMPLETE
76802024-12-19T21:40:04.483Z[ recovery-image] Dec 19 21:40:02.123 INFO O| Dec 19 21:40:02.123 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-12-19T21:40:04.499Z[ recovery-image] Dec 19 21:40:02.144 INFO O| Dec 19 21:40:02.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
76822024-12-19T21:40:04.499Z[ recovery-image] Dec 19 21:40:02.144 INFO O| Dec 19 21:40:02.144 INFO STEP 1096 (remove_files) COMPLETE
76832024-12-19T21:40:04.499Z[ recovery-image] Dec 19 21:40:02.144 INFO O| Dec 19 21:40:02.144 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-12-19T21:40:04.524Z[ recovery-image] Dec 19 21:40:02.169 INFO O| Dec 19 21:40:02.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
76852024-12-19T21:40:04.524Z[ recovery-image] Dec 19 21:40:02.169 INFO O| Dec 19 21:40:02.169 INFO STEP 1097 (remove_files) COMPLETE
76862024-12-19T21:40:04.524Z[ recovery-image] Dec 19 21:40:02.169 INFO O| Dec 19 21:40:02.169 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-12-19T21:40:04.541Z[ recovery-image] Dec 19 21:40:02.189 INFO O| Dec 19 21:40:02.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
76882024-12-19T21:40:04.541Z[ recovery-image] Dec 19 21:40:02.189 INFO O| Dec 19 21:40:02.189 INFO STEP 1098 (remove_files) COMPLETE
76892024-12-19T21:40:04.541Z[ recovery-image] Dec 19 21:40:02.189 INFO O| Dec 19 21:40:02.189 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-12-19T21:40:04.586Z[ recovery-image] Dec 19 21:40:02.225 INFO O| Dec 19 21:40:02.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
76912024-12-19T21:40:04.586Z[ recovery-image] Dec 19 21:40:02.225 INFO O| Dec 19 21:40:02.225 INFO STEP 1099 (remove_files) COMPLETE
76922024-12-19T21:40:04.586Z[ recovery-image] Dec 19 21:40:02.225 INFO O| Dec 19 21:40:02.225 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-12-19T21:40:04.603Z[ recovery-image] Dec 19 21:40:02.249 INFO O| Dec 19 21:40:02.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
76942024-12-19T21:40:04.603Z[ recovery-image] Dec 19 21:40:02.249 INFO O| Dec 19 21:40:02.249 INFO STEP 1100 (remove_files) COMPLETE
76952024-12-19T21:40:04.603Z[ recovery-image] Dec 19 21:40:02.249 INFO O| Dec 19 21:40:02.249 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-12-19T21:40:04.635Z[ recovery-image] Dec 19 21:40:02.284 INFO O| Dec 19 21:40:02.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
76972024-12-19T21:40:04.635Z[ recovery-image] Dec 19 21:40:02.284 INFO O| Dec 19 21:40:02.284 INFO STEP 1101 (remove_files) COMPLETE
76982024-12-19T21:40:04.635Z[ recovery-image] Dec 19 21:40:02.284 INFO O| Dec 19 21:40:02.284 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-12-19T21:40:04.653Z[ recovery-image] Dec 19 21:40:02.302 INFO O| Dec 19 21:40:02.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
77002024-12-19T21:40:04.653Z[ recovery-image] Dec 19 21:40:02.303 INFO O| Dec 19 21:40:02.303 INFO STEP 1102 (remove_files) COMPLETE
77012024-12-19T21:40:04.653Z[ recovery-image] Dec 19 21:40:02.303 INFO O| Dec 19 21:40:02.303 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-12-19T21:40:04.679Z[ recovery-image] Dec 19 21:40:02.321 INFO O| Dec 19 21:40:02.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
77032024-12-19T21:40:04.684Z[ recovery-image] Dec 19 21:40:02.321 INFO O| Dec 19 21:40:02.321 INFO STEP 1103 (remove_files) COMPLETE
77042024-12-19T21:40:04.684Z[ recovery-image] Dec 19 21:40:02.321 INFO O| Dec 19 21:40:02.321 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-12-19T21:40:04.719Z[ recovery-image] Dec 19 21:40:02.338 INFO O| Dec 19 21:40:02.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
77062024-12-19T21:40:04.719Z[ recovery-image] Dec 19 21:40:02.338 INFO O| Dec 19 21:40:02.338 INFO STEP 1104 (remove_files) COMPLETE
77072024-12-19T21:40:04.729Z[ recovery-image] Dec 19 21:40:02.338 INFO O| Dec 19 21:40:02.338 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-12-19T21:40:04.729Z[ recovery-image] Dec 19 21:40:02.355 INFO O| Dec 19 21:40:02.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
77092024-12-19T21:40:04.729Z[ recovery-image] Dec 19 21:40:02.355 INFO O| Dec 19 21:40:02.355 INFO STEP 1105 (remove_files) COMPLETE
77102024-12-19T21:40:04.729Z[ recovery-image] Dec 19 21:40:02.355 INFO O| Dec 19 21:40:02.355 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-12-19T21:40:04.745Z[ recovery-image] Dec 19 21:40:02.382 INFO O| Dec 19 21:40:02.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
77122024-12-19T21:40:04.745Z[ recovery-image] Dec 19 21:40:02.382 INFO O| Dec 19 21:40:02.382 INFO STEP 1106 (remove_files) COMPLETE
77132024-12-19T21:40:04.752Z[ recovery-image] Dec 19 21:40:02.382 INFO O| Dec 19 21:40:02.382 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-12-19T21:40:04.757Z[ recovery-image] Dec 19 21:40:02.401 INFO O| Dec 19 21:40:02.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
77152024-12-19T21:40:04.757Z[ recovery-image] Dec 19 21:40:02.401 INFO O| Dec 19 21:40:02.401 INFO STEP 1107 (remove_files) COMPLETE
77162024-12-19T21:40:04.757Z[ recovery-image] Dec 19 21:40:02.401 INFO O| Dec 19 21:40:02.401 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-12-19T21:40:04.787Z[ recovery-image] Dec 19 21:40:02.436 INFO O| Dec 19 21:40:02.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
77182024-12-19T21:40:04.794Z[ recovery-image] Dec 19 21:40:02.436 INFO O| Dec 19 21:40:02.436 INFO STEP 1108 (remove_files) COMPLETE
77192024-12-19T21:40:04.794Z[ recovery-image] Dec 19 21:40:02.436 INFO O| Dec 19 21:40:02.436 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-12-19T21:40:04.816Z[ recovery-image] Dec 19 21:40:02.457 INFO O| Dec 19 21:40:02.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
77212024-12-19T21:40:04.816Z[ recovery-image] Dec 19 21:40:02.457 INFO O| Dec 19 21:40:02.457 INFO STEP 1109 (remove_files) COMPLETE
77222024-12-19T21:40:04.820Z[ recovery-image] Dec 19 21:40:02.457 INFO O| Dec 19 21:40:02.457 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77232024-12-19T21:40:04.844Z[ recovery-image] Dec 19 21:40:02.481 INFO O| Dec 19 21:40:02.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
77242024-12-19T21:40:04.844Z[ recovery-image] Dec 19 21:40:02.481 INFO O| Dec 19 21:40:02.481 INFO STEP 1110 (remove_files) COMPLETE
77252024-12-19T21:40:04.847Z[ recovery-image] Dec 19 21:40:02.481 INFO O| Dec 19 21:40:02.481 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77262024-12-19T21:40:04.852Z[ recovery-image] Dec 19 21:40:02.501 INFO O| Dec 19 21:40:02.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
77272024-12-19T21:40:04.852Z[ recovery-image] Dec 19 21:40:02.501 INFO O| Dec 19 21:40:02.501 INFO STEP 1111 (remove_files) COMPLETE
77282024-12-19T21:40:04.852Z[ recovery-image] Dec 19 21:40:02.501 INFO O| Dec 19 21:40:02.501 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77292024-12-19T21:40:04.870Z[ recovery-image] Dec 19 21:40:02.519 INFO O| Dec 19 21:40:02.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
77302024-12-19T21:40:04.870Z[ recovery-image] Dec 19 21:40:02.519 INFO O| Dec 19 21:40:02.519 INFO STEP 1112 (remove_files) COMPLETE
77312024-12-19T21:40:04.870Z[ recovery-image] Dec 19 21:40:02.519 INFO O| Dec 19 21:40:02.519 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77322024-12-19T21:40:04.890Z[ recovery-image] Dec 19 21:40:02.536 INFO O| Dec 19 21:40:02.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
77332024-12-19T21:40:04.890Z[ recovery-image] Dec 19 21:40:02.536 INFO O| Dec 19 21:40:02.536 INFO STEP 1113 (remove_files) COMPLETE
77342024-12-19T21:40:04.890Z[ recovery-image] Dec 19 21:40:02.536 INFO O| Dec 19 21:40:02.536 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77352024-12-19T21:40:04.904Z[ recovery-image] Dec 19 21:40:02.553 INFO O| Dec 19 21:40:02.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
77362024-12-19T21:40:04.904Z[ recovery-image] Dec 19 21:40:02.553 INFO O| Dec 19 21:40:02.553 INFO STEP 1114 (remove_files) COMPLETE
77372024-12-19T21:40:04.904Z[ recovery-image] Dec 19 21:40:02.553 INFO O| Dec 19 21:40:02.553 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77382024-12-19T21:40:04.939Z[ recovery-image] Dec 19 21:40:02.581 INFO O| Dec 19 21:40:02.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
77392024-12-19T21:40:04.939Z[ recovery-image] Dec 19 21:40:02.581 INFO O| Dec 19 21:40:02.581 INFO STEP 1115 (remove_files) COMPLETE
77402024-12-19T21:40:04.939Z[ recovery-image] Dec 19 21:40:02.581 INFO O| Dec 19 21:40:02.581 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77412024-12-19T21:40:04.958Z[ recovery-image] Dec 19 21:40:02.599 INFO O| Dec 19 21:40:02.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
77422024-12-19T21:40:04.958Z[ recovery-image] Dec 19 21:40:02.599 INFO O| Dec 19 21:40:02.599 INFO STEP 1116 (remove_files) COMPLETE
77432024-12-19T21:40:04.969Z[ recovery-image] Dec 19 21:40:02.599 INFO O| Dec 19 21:40:02.599 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77442024-12-19T21:40:04.977Z[ recovery-image] Dec 19 21:40:02.616 INFO O| Dec 19 21:40:02.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
77452024-12-19T21:40:04.977Z[ recovery-image] Dec 19 21:40:02.616 INFO O| Dec 19 21:40:02.616 INFO STEP 1117 (remove_files) COMPLETE
77462024-12-19T21:40:04.977Z[ recovery-image] Dec 19 21:40:02.616 INFO O| Dec 19 21:40:02.616 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77472024-12-19T21:40:04.989Z[ recovery-image] Dec 19 21:40:02.638 INFO O| Dec 19 21:40:02.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
77482024-12-19T21:40:04.997Z[ recovery-image] Dec 19 21:40:02.638 INFO O| Dec 19 21:40:02.638 INFO STEP 1118 (remove_files) COMPLETE
77492024-12-19T21:40:04.997Z[ recovery-image] Dec 19 21:40:02.639 INFO O| Dec 19 21:40:02.638 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77502024-12-19T21:40:05.009Z[ recovery-image] Dec 19 21:40:02.657 INFO O| Dec 19 21:40:02.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
77512024-12-19T21:40:05.013Z[ recovery-image] Dec 19 21:40:02.657 INFO O| Dec 19 21:40:02.657 INFO STEP 1119 (remove_files) COMPLETE
77522024-12-19T21:40:05.013Z[ recovery-image] Dec 19 21:40:02.657 INFO O| Dec 19 21:40:02.657 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77532024-12-19T21:40:05.030Z[ recovery-image] Dec 19 21:40:02.675 INFO O| Dec 19 21:40:02.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
77542024-12-19T21:40:05.033Z[ recovery-image] Dec 19 21:40:02.676 INFO O| Dec 19 21:40:02.676 INFO STEP 1120 (remove_files) COMPLETE
77552024-12-19T21:40:05.033Z[ recovery-image] Dec 19 21:40:02.676 INFO O| Dec 19 21:40:02.676 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77562024-12-19T21:40:05.045Z[ recovery-image] Dec 19 21:40:02.693 INFO O| Dec 19 21:40:02.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
77572024-12-19T21:40:05.045Z[ recovery-image] Dec 19 21:40:02.693 INFO O| Dec 19 21:40:02.693 INFO STEP 1121 (remove_files) COMPLETE
77582024-12-19T21:40:05.048Z[ recovery-image] Dec 19 21:40:02.694 INFO O| Dec 19 21:40:02.693 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77592024-12-19T21:40:05.108Z[ recovery-image] Dec 19 21:40:02.757 INFO O| Dec 19 21:40:02.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
77602024-12-19T21:40:05.113Z[ recovery-image] Dec 19 21:40:02.757 INFO O| Dec 19 21:40:02.757 INFO STEP 1122 (remove_files) COMPLETE
77612024-12-19T21:40:05.113Z[ recovery-image] Dec 19 21:40:02.757 INFO O| Dec 19 21:40:02.757 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77622024-12-19T21:40:05.133Z[ recovery-image] Dec 19 21:40:02.779 INFO O| Dec 19 21:40:02.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
77632024-12-19T21:40:05.136Z[ recovery-image] Dec 19 21:40:02.780 INFO O| Dec 19 21:40:02.780 INFO STEP 1123 (remove_files) COMPLETE
77642024-12-19T21:40:05.137Z[ recovery-image] Dec 19 21:40:02.780 INFO O| Dec 19 21:40:02.780 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77652024-12-19T21:40:05.154Z[ recovery-image] Dec 19 21:40:02.803 INFO O| Dec 19 21:40:02.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
77662024-12-19T21:40:05.157Z[ recovery-image] Dec 19 21:40:02.803 INFO O| Dec 19 21:40:02.803 INFO STEP 1124 (remove_files) COMPLETE
77672024-12-19T21:40:05.157Z[ recovery-image] Dec 19 21:40:02.803 INFO O| Dec 19 21:40:02.803 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77682024-12-19T21:40:05.191Z[ recovery-image] Dec 19 21:40:02.840 INFO O| Dec 19 21:40:02.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
77692024-12-19T21:40:05.195Z[ recovery-image] Dec 19 21:40:02.840 INFO O| Dec 19 21:40:02.840 INFO STEP 1125 (remove_files) COMPLETE
77702024-12-19T21:40:05.195Z[ recovery-image] Dec 19 21:40:02.840 INFO O| Dec 19 21:40:02.840 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77712024-12-19T21:40:05.221Z[ recovery-image] Dec 19 21:40:02.870 INFO O| Dec 19 21:40:02.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
77722024-12-19T21:40:05.221Z[ recovery-image] Dec 19 21:40:02.870 INFO O| Dec 19 21:40:02.870 INFO STEP 1126 (remove_files) COMPLETE
77732024-12-19T21:40:05.221Z[ recovery-image] Dec 19 21:40:02.870 INFO O| Dec 19 21:40:02.870 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77742024-12-19T21:40:05.254Z[ recovery-image] Dec 19 21:40:02.892 INFO O| Dec 19 21:40:02.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
77752024-12-19T21:40:05.254Z[ recovery-image] Dec 19 21:40:02.892 INFO O| Dec 19 21:40:02.892 INFO STEP 1127 (remove_files) COMPLETE
77762024-12-19T21:40:05.254Z[ recovery-image] Dec 19 21:40:02.892 INFO O| Dec 19 21:40:02.892 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77772024-12-19T21:40:05.266Z[ recovery-image] Dec 19 21:40:02.914 INFO O| Dec 19 21:40:02.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
77782024-12-19T21:40:05.266Z[ recovery-image] Dec 19 21:40:02.914 INFO O| Dec 19 21:40:02.914 INFO STEP 1128 (remove_files) COMPLETE
77792024-12-19T21:40:05.266Z[ recovery-image] Dec 19 21:40:02.914 INFO O| Dec 19 21:40:02.914 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77802024-12-19T21:40:05.287Z[ recovery-image] Dec 19 21:40:02.936 INFO O| Dec 19 21:40:02.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
77812024-12-19T21:40:05.287Z[ recovery-image] Dec 19 21:40:02.936 INFO O| Dec 19 21:40:02.936 INFO STEP 1129 (remove_files) COMPLETE
77822024-12-19T21:40:05.294Z[ recovery-image] Dec 19 21:40:02.936 INFO O| Dec 19 21:40:02.936 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77832024-12-19T21:40:05.325Z[ recovery-image] Dec 19 21:40:02.974 INFO O| Dec 19 21:40:02.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
77842024-12-19T21:40:05.326Z[ recovery-image] Dec 19 21:40:02.974 INFO O| Dec 19 21:40:02.974 INFO STEP 1130 (remove_files) COMPLETE
77852024-12-19T21:40:05.326Z[ recovery-image] Dec 19 21:40:02.974 INFO O| Dec 19 21:40:02.974 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77862024-12-19T21:40:05.348Z[ recovery-image] Dec 19 21:40:02.997 INFO O| Dec 19 21:40:02.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
77872024-12-19T21:40:05.348Z[ recovery-image] Dec 19 21:40:02.997 INFO O| Dec 19 21:40:02.997 INFO STEP 1131 (remove_files) COMPLETE
77882024-12-19T21:40:05.348Z[ recovery-image] Dec 19 21:40:02.997 INFO O| Dec 19 21:40:02.997 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77892024-12-19T21:40:05.389Z[ recovery-image] Dec 19 21:40:03.031 INFO O| Dec 19 21:40:03.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
77902024-12-19T21:40:05.394Z[ recovery-image] Dec 19 21:40:03.031 INFO O| Dec 19 21:40:03.031 INFO STEP 1132 (remove_files) COMPLETE
77912024-12-19T21:40:05.394Z[ recovery-image] Dec 19 21:40:03.031 INFO O| Dec 19 21:40:03.031 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77922024-12-19T21:40:05.409Z[ recovery-image] Dec 19 21:40:03.057 INFO O| Dec 19 21:40:03.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
77932024-12-19T21:40:05.409Z[ recovery-image] Dec 19 21:40:03.057 INFO O| Dec 19 21:40:03.057 INFO STEP 1133 (remove_files) COMPLETE
77942024-12-19T21:40:05.412Z[ recovery-image] Dec 19 21:40:03.057 INFO O| Dec 19 21:40:03.057 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77952024-12-19T21:40:05.433Z[ recovery-image] Dec 19 21:40:03.081 INFO O| Dec 19 21:40:03.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
77962024-12-19T21:40:05.433Z[ recovery-image] Dec 19 21:40:03.081 INFO O| Dec 19 21:40:03.081 INFO STEP 1134 (remove_files) COMPLETE
77972024-12-19T21:40:05.438Z[ recovery-image] Dec 19 21:40:03.081 INFO O| Dec 19 21:40:03.081 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77982024-12-19T21:40:05.459Z[ recovery-image] Dec 19 21:40:03.105 INFO O| Dec 19 21:40:03.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
77992024-12-19T21:40:05.459Z[ recovery-image] Dec 19 21:40:03.105 INFO O| Dec 19 21:40:03.105 INFO STEP 1135 (remove_files) COMPLETE
78002024-12-19T21:40:05.464Z[ recovery-image] Dec 19 21:40:03.105 INFO O| Dec 19 21:40:03.105 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012024-12-19T21:40:05.478Z[ recovery-image] Dec 19 21:40:03.126 INFO O| Dec 19 21:40:03.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
78022024-12-19T21:40:05.482Z[ recovery-image] Dec 19 21:40:03.129 INFO O| Dec 19 21:40:03.129 INFO STEP 1136 (remove_files) COMPLETE
78032024-12-19T21:40:05.482Z[ recovery-image] Dec 19 21:40:03.129 INFO O| Dec 19 21:40:03.129 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-12-19T21:40:05.518Z[ recovery-image] Dec 19 21:40:03.167 INFO O| Dec 19 21:40:03.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
78052024-12-19T21:40:05.518Z[ recovery-image] Dec 19 21:40:03.167 INFO O| Dec 19 21:40:03.167 INFO STEP 1137 (remove_files) COMPLETE
78062024-12-19T21:40:05.518Z[ recovery-image] Dec 19 21:40:03.167 INFO O| Dec 19 21:40:03.167 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-12-19T21:40:05.554Z[ recovery-image] Dec 19 21:40:03.197 INFO O| Dec 19 21:40:03.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
78082024-12-19T21:40:05.554Z[ recovery-image] Dec 19 21:40:03.197 INFO O| Dec 19 21:40:03.197 INFO STEP 1138 (remove_files) COMPLETE
78092024-12-19T21:40:05.554Z[ recovery-image] Dec 19 21:40:03.197 INFO O| Dec 19 21:40:03.197 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-12-19T21:40:05.582Z[ recovery-image] Dec 19 21:40:03.230 INFO O| Dec 19 21:40:03.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
78112024-12-19T21:40:05.585Z[ recovery-image] Dec 19 21:40:03.230 INFO O| Dec 19 21:40:03.230 INFO STEP 1139 (remove_files) COMPLETE
78122024-12-19T21:40:05.586Z[ recovery-image] Dec 19 21:40:03.230 INFO O| Dec 19 21:40:03.230 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78132024-12-19T21:40:05.599Z[ recovery-image] Dec 19 21:40:03.248 INFO O| Dec 19 21:40:03.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
78142024-12-19T21:40:05.620Z[ recovery-image] Dec 19 21:40:03.248 INFO O| Dec 19 21:40:03.248 INFO STEP 1140 (remove_files) COMPLETE
78152024-12-19T21:40:05.620Z[ recovery-image] Dec 19 21:40:03.248 INFO O| Dec 19 21:40:03.248 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78162024-12-19T21:40:05.629Z[ recovery-image] Dec 19 21:40:03.276 INFO O| Dec 19 21:40:03.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
78172024-12-19T21:40:05.637Z[ recovery-image] Dec 19 21:40:03.280 INFO O| Dec 19 21:40:03.280 INFO STEP 1141 (remove_files) COMPLETE
78182024-12-19T21:40:05.637Z[ recovery-image] Dec 19 21:40:03.280 INFO O| Dec 19 21:40:03.280 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78192024-12-19T21:40:05.651Z[ recovery-image] Dec 19 21:40:03.299 INFO O| Dec 19 21:40:03.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
78202024-12-19T21:40:05.655Z[ recovery-image] Dec 19 21:40:03.299 INFO O| Dec 19 21:40:03.299 INFO STEP 1142 (remove_files) COMPLETE
78212024-12-19T21:40:05.655Z[ recovery-image] Dec 19 21:40:03.300 INFO O| Dec 19 21:40:03.299 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78222024-12-19T21:40:05.669Z[ recovery-image] Dec 19 21:40:03.318 INFO O| Dec 19 21:40:03.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
78232024-12-19T21:40:05.672Z[ recovery-image] Dec 19 21:40:03.318 INFO O| Dec 19 21:40:03.318 INFO STEP 1143 (remove_files) COMPLETE
78242024-12-19T21:40:05.672Z[ recovery-image] Dec 19 21:40:03.318 INFO O| Dec 19 21:40:03.318 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78252024-12-19T21:40:05.695Z[ recovery-image] Dec 19 21:40:03.337 INFO O| Dec 19 21:40:03.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
78262024-12-19T21:40:05.699Z[ recovery-image] Dec 19 21:40:03.338 INFO O| Dec 19 21:40:03.338 INFO STEP 1144 (remove_files) COMPLETE
78272024-12-19T21:40:05.699Z[ recovery-image] Dec 19 21:40:03.338 INFO O| Dec 19 21:40:03.338 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78282024-12-19T21:40:05.716Z[ recovery-image] Dec 19 21:40:03.356 INFO O| Dec 19 21:40:03.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
78292024-12-19T21:40:05.716Z[ recovery-image] Dec 19 21:40:03.356 INFO O| Dec 19 21:40:03.356 INFO STEP 1145 (remove_files) COMPLETE
78302024-12-19T21:40:05.717Z[ recovery-image] Dec 19 21:40:03.356 INFO O| Dec 19 21:40:03.356 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78312024-12-19T21:40:05.729Z[ recovery-image] Dec 19 21:40:03.377 INFO O| Dec 19 21:40:03.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
78322024-12-19T21:40:05.729Z[ recovery-image] Dec 19 21:40:03.377 INFO O| Dec 19 21:40:03.377 INFO STEP 1146 (remove_files) COMPLETE
78332024-12-19T21:40:05.732Z[ recovery-image] Dec 19 21:40:03.377 INFO O| Dec 19 21:40:03.377 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78342024-12-19T21:40:05.765Z[ recovery-image] Dec 19 21:40:03.413 INFO O| Dec 19 21:40:03.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
78352024-12-19T21:40:05.765Z[ recovery-image] Dec 19 21:40:03.413 INFO O| Dec 19 21:40:03.413 INFO STEP 1147 (remove_files) COMPLETE
78362024-12-19T21:40:05.765Z[ recovery-image] Dec 19 21:40:03.413 INFO O| Dec 19 21:40:03.413 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78372024-12-19T21:40:05.787Z[ recovery-image] Dec 19 21:40:03.434 INFO O| Dec 19 21:40:03.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
78382024-12-19T21:40:05.787Z[ recovery-image] Dec 19 21:40:03.434 INFO O| Dec 19 21:40:03.434 INFO STEP 1148 (remove_files) COMPLETE
78392024-12-19T21:40:05.795Z[ recovery-image] Dec 19 21:40:03.435 INFO O| Dec 19 21:40:03.434 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78402024-12-19T21:40:05.805Z[ recovery-image] Dec 19 21:40:03.453 INFO O| Dec 19 21:40:03.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
78412024-12-19T21:40:05.805Z[ recovery-image] Dec 19 21:40:03.453 INFO O| Dec 19 21:40:03.453 INFO STEP 1149 (remove_files) COMPLETE
78422024-12-19T21:40:05.805Z[ recovery-image] Dec 19 21:40:03.453 INFO O| Dec 19 21:40:03.453 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78432024-12-19T21:40:05.825Z[ recovery-image] Dec 19 21:40:03.472 INFO O| Dec 19 21:40:03.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
78442024-12-19T21:40:05.848Z[ recovery-image] Dec 19 21:40:03.495 INFO O| Dec 19 21:40:03.495 INFO STEP 1150 (remove_files) COMPLETE
78452024-12-19T21:40:05.848Z[ recovery-image] Dec 19 21:40:03.495 INFO O| Dec 19 21:40:03.495 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78462024-12-19T21:40:05.894Z[ recovery-image] Dec 19 21:40:03.540 INFO O| Dec 19 21:40:03.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
78472024-12-19T21:40:05.894Z[ recovery-image] Dec 19 21:40:03.540 INFO O| Dec 19 21:40:03.540 INFO STEP 1151 (remove_files) COMPLETE
78482024-12-19T21:40:05.898Z[ recovery-image] Dec 19 21:40:03.540 INFO O| Dec 19 21:40:03.540 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78492024-12-19T21:40:05.916Z[ recovery-image] Dec 19 21:40:03.564 INFO O| Dec 19 21:40:03.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
78502024-12-19T21:40:05.916Z[ recovery-image] Dec 19 21:40:03.564 INFO O| Dec 19 21:40:03.564 INFO STEP 1152 (remove_files) COMPLETE
78512024-12-19T21:40:05.916Z[ recovery-image] Dec 19 21:40:03.564 INFO O| Dec 19 21:40:03.564 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78522024-12-19T21:40:05.934Z[ recovery-image] Dec 19 21:40:03.583 INFO O| Dec 19 21:40:03.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
78532024-12-19T21:40:05.934Z[ recovery-image] Dec 19 21:40:03.583 INFO O| Dec 19 21:40:03.583 INFO STEP 1153 (remove_files) COMPLETE
78542024-12-19T21:40:05.934Z[ recovery-image] Dec 19 21:40:03.583 INFO O| Dec 19 21:40:03.583 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78552024-12-19T21:40:05.963Z[ recovery-image] Dec 19 21:40:03.610 INFO O| Dec 19 21:40:03.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
78562024-12-19T21:40:05.963Z[ recovery-image] Dec 19 21:40:03.610 INFO O| Dec 19 21:40:03.610 INFO STEP 1154 (remove_files) COMPLETE
78572024-12-19T21:40:05.966Z[ recovery-image] Dec 19 21:40:03.610 INFO O| Dec 19 21:40:03.610 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78582024-12-19T21:40:05.994Z[ recovery-image] Dec 19 21:40:03.641 INFO O| Dec 19 21:40:03.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
78592024-12-19T21:40:05.997Z[ recovery-image] Dec 19 21:40:03.641 INFO O| Dec 19 21:40:03.641 INFO STEP 1155 (remove_files) COMPLETE
78602024-12-19T21:40:05.997Z[ recovery-image] Dec 19 21:40:03.642 INFO O| Dec 19 21:40:03.642 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78612024-12-19T21:40:06.015Z[ recovery-image] Dec 19 21:40:03.662 INFO O| Dec 19 21:40:03.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
78622024-12-19T21:40:06.020Z[ recovery-image] Dec 19 21:40:03.663 INFO O| Dec 19 21:40:03.663 INFO STEP 1156 (remove_files) COMPLETE
78632024-12-19T21:40:06.020Z[ recovery-image] Dec 19 21:40:03.663 INFO O| Dec 19 21:40:03.663 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78642024-12-19T21:40:06.037Z[ recovery-image] Dec 19 21:40:03.683 INFO O| Dec 19 21:40:03.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
78652024-12-19T21:40:06.041Z[ recovery-image] Dec 19 21:40:03.683 INFO O| Dec 19 21:40:03.683 INFO STEP 1157 (remove_files) COMPLETE
78662024-12-19T21:40:06.041Z[ recovery-image] Dec 19 21:40:03.683 INFO O| Dec 19 21:40:03.683 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78672024-12-19T21:40:06.062Z[ recovery-image] Dec 19 21:40:03.703 INFO O| Dec 19 21:40:03.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
78682024-12-19T21:40:06.070Z[ recovery-image] Dec 19 21:40:03.704 INFO O| Dec 19 21:40:03.703 INFO STEP 1158 (remove_files) COMPLETE
78692024-12-19T21:40:06.070Z[ recovery-image] Dec 19 21:40:03.704 INFO O| Dec 19 21:40:03.704 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78702024-12-19T21:40:06.080Z[ recovery-image] Dec 19 21:40:03.728 INFO O| Dec 19 21:40:03.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
78712024-12-19T21:40:06.083Z[ recovery-image] Dec 19 21:40:03.728 INFO O| Dec 19 21:40:03.728 INFO STEP 1159 (remove_files) COMPLETE
78722024-12-19T21:40:06.083Z[ recovery-image] Dec 19 21:40:03.728 INFO O| Dec 19 21:40:03.728 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78732024-12-19T21:40:06.113Z[ recovery-image] Dec 19 21:40:03.762 INFO O| Dec 19 21:40:03.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
78742024-12-19T21:40:06.116Z[ recovery-image] Dec 19 21:40:03.762 INFO O| Dec 19 21:40:03.762 INFO STEP 1160 (remove_files) COMPLETE
78752024-12-19T21:40:06.116Z[ recovery-image] Dec 19 21:40:03.762 INFO O| Dec 19 21:40:03.762 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78762024-12-19T21:40:06.140Z[ recovery-image] Dec 19 21:40:03.789 INFO O| Dec 19 21:40:03.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
78772024-12-19T21:40:06.141Z[ recovery-image] Dec 19 21:40:03.789 INFO O| Dec 19 21:40:03.789 INFO STEP 1161 (remove_files) COMPLETE
78782024-12-19T21:40:06.147Z[ recovery-image] Dec 19 21:40:03.789 INFO O| Dec 19 21:40:03.789 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78792024-12-19T21:40:06.166Z[ recovery-image] Dec 19 21:40:03.814 INFO O| Dec 19 21:40:03.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
78802024-12-19T21:40:06.166Z[ recovery-image] Dec 19 21:40:03.815 INFO O| Dec 19 21:40:03.814 INFO STEP 1162 (remove_files) COMPLETE
78812024-12-19T21:40:06.167Z[ recovery-image] Dec 19 21:40:03.815 INFO O| Dec 19 21:40:03.815 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78822024-12-19T21:40:06.196Z[ recovery-image] Dec 19 21:40:03.845 INFO O| Dec 19 21:40:03.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
78832024-12-19T21:40:06.197Z[ recovery-image] Dec 19 21:40:03.845 INFO O| Dec 19 21:40:03.845 INFO STEP 1163 (remove_files) COMPLETE
78842024-12-19T21:40:06.199Z[ recovery-image] Dec 19 21:40:03.845 INFO O| Dec 19 21:40:03.845 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78852024-12-19T21:40:06.232Z[ recovery-image] Dec 19 21:40:03.878 INFO O| Dec 19 21:40:03.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
78862024-12-19T21:40:06.237Z[ recovery-image] Dec 19 21:40:03.878 INFO O| Dec 19 21:40:03.878 INFO STEP 1164 (remove_files) COMPLETE
78872024-12-19T21:40:06.237Z[ recovery-image] Dec 19 21:40:03.878 INFO O| Dec 19 21:40:03.878 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78882024-12-19T21:40:06.256Z[ recovery-image] Dec 19 21:40:03.903 INFO O| Dec 19 21:40:03.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
78892024-12-19T21:40:06.260Z[ recovery-image] Dec 19 21:40:03.904 INFO O| Dec 19 21:40:03.904 INFO STEP 1165 (remove_files) COMPLETE
78902024-12-19T21:40:06.260Z[ recovery-image] Dec 19 21:40:03.904 INFO O| Dec 19 21:40:03.904 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78912024-12-19T21:40:06.315Z[ recovery-image] Dec 19 21:40:03.963 INFO O| Dec 19 21:40:03.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
78922024-12-19T21:40:06.315Z[ recovery-image] Dec 19 21:40:03.963 INFO O| Dec 19 21:40:03.963 INFO STEP 1166 (remove_files) COMPLETE
78932024-12-19T21:40:06.320Z[ recovery-image] Dec 19 21:40:03.963 INFO O| Dec 19 21:40:03.963 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78942024-12-19T21:40:06.362Z[ recovery-image] Dec 19 21:40:04.010 INFO O| Dec 19 21:40:04.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
78952024-12-19T21:40:06.370Z[ recovery-image] Dec 19 21:40:04.010 INFO O| Dec 19 21:40:04.010 INFO STEP 1167 (remove_files) COMPLETE
78962024-12-19T21:40:06.370Z[ recovery-image] Dec 19 21:40:04.010 INFO O| Dec 19 21:40:04.010 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78972024-12-19T21:40:06.382Z[ recovery-image] Dec 19 21:40:04.030 INFO O| Dec 19 21:40:04.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
78982024-12-19T21:40:06.385Z[ recovery-image] Dec 19 21:40:04.031 INFO O| Dec 19 21:40:04.030 INFO STEP 1168 (remove_files) COMPLETE
78992024-12-19T21:40:06.385Z[ recovery-image] Dec 19 21:40:04.031 INFO O| Dec 19 21:40:04.031 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79002024-12-19T21:40:06.403Z[ recovery-image] Dec 19 21:40:04.051 INFO O| Dec 19 21:40:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
79012024-12-19T21:40:06.403Z[ recovery-image] Dec 19 21:40:04.051 INFO O| Dec 19 21:40:04.051 INFO STEP 1169 (remove_files) COMPLETE
79022024-12-19T21:40:06.403Z[ recovery-image] Dec 19 21:40:04.051 INFO O| Dec 19 21:40:04.051 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79032024-12-19T21:40:06.435Z[ recovery-image] Dec 19 21:40:04.083 INFO O| Dec 19 21:40:04.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
79042024-12-19T21:40:06.435Z[ recovery-image] Dec 19 21:40:04.083 INFO O| Dec 19 21:40:04.083 INFO STEP 1170 (remove_files) COMPLETE
79052024-12-19T21:40:06.435Z[ recovery-image] Dec 19 21:40:04.083 INFO O| Dec 19 21:40:04.083 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79062024-12-19T21:40:06.499Z[ recovery-image] Dec 19 21:40:04.148 INFO O| Dec 19 21:40:04.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
79072024-12-19T21:40:06.499Z[ recovery-image] Dec 19 21:40:04.148 INFO O| Dec 19 21:40:04.148 INFO STEP 1171 (remove_files) COMPLETE
79082024-12-19T21:40:06.499Z[ recovery-image] Dec 19 21:40:04.148 INFO O| Dec 19 21:40:04.148 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79092024-12-19T21:40:06.517Z[ recovery-image] Dec 19 21:40:04.165 INFO O| Dec 19 21:40:04.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
79102024-12-19T21:40:06.517Z[ recovery-image] Dec 19 21:40:04.165 INFO O| Dec 19 21:40:04.165 INFO STEP 1172 (remove_files) COMPLETE
79112024-12-19T21:40:06.517Z[ recovery-image] Dec 19 21:40:04.165 INFO O| Dec 19 21:40:04.165 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79122024-12-19T21:40:06.551Z[ recovery-image] Dec 19 21:40:04.198 INFO O| Dec 19 21:40:04.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
79132024-12-19T21:40:06.551Z[ recovery-image] Dec 19 21:40:04.198 INFO O| Dec 19 21:40:04.198 INFO STEP 1173 (remove_files) COMPLETE
79142024-12-19T21:40:06.551Z[ recovery-image] Dec 19 21:40:04.198 INFO O| Dec 19 21:40:04.198 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79152024-12-19T21:40:06.588Z[ recovery-image] Dec 19 21:40:04.235 INFO O| Dec 19 21:40:04.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
79162024-12-19T21:40:06.588Z[ recovery-image] Dec 19 21:40:04.235 INFO O| Dec 19 21:40:04.235 INFO STEP 1174 (remove_files) COMPLETE
79172024-12-19T21:40:06.588Z[ recovery-image] Dec 19 21:40:04.235 INFO O| Dec 19 21:40:04.235 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79182024-12-19T21:40:06.634Z[ recovery-image] Dec 19 21:40:04.282 INFO O| Dec 19 21:40:04.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
79192024-12-19T21:40:06.637Z[ recovery-image] Dec 19 21:40:04.282 INFO O| Dec 19 21:40:04.282 INFO STEP 1175 (remove_files) COMPLETE
79202024-12-19T21:40:06.637Z[ recovery-image] Dec 19 21:40:04.282 INFO O| Dec 19 21:40:04.282 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79212024-12-19T21:40:06.665Z[ recovery-image] Dec 19 21:40:04.313 INFO O| Dec 19 21:40:04.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
79222024-12-19T21:40:06.673Z[ recovery-image] Dec 19 21:40:04.313 INFO O| Dec 19 21:40:04.313 INFO STEP 1176 (remove_files) COMPLETE
79232024-12-19T21:40:06.673Z[ recovery-image] Dec 19 21:40:04.314 INFO O| Dec 19 21:40:04.313 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79242024-12-19T21:40:06.683Z[ recovery-image] Dec 19 21:40:04.332 INFO O| Dec 19 21:40:04.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
79252024-12-19T21:40:06.687Z[ recovery-image] Dec 19 21:40:04.332 INFO O| Dec 19 21:40:04.332 INFO STEP 1177 (remove_files) COMPLETE
79262024-12-19T21:40:06.687Z[ recovery-image] Dec 19 21:40:04.332 INFO O| Dec 19 21:40:04.332 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79272024-12-19T21:40:06.719Z[ recovery-image] Dec 19 21:40:04.367 INFO O| Dec 19 21:40:04.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
79282024-12-19T21:40:06.722Z[ recovery-image] Dec 19 21:40:04.367 INFO O| Dec 19 21:40:04.367 INFO STEP 1178 (remove_files) COMPLETE
79292024-12-19T21:40:06.722Z[ recovery-image] Dec 19 21:40:04.368 INFO O| Dec 19 21:40:04.367 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79302024-12-19T21:40:06.739Z[ recovery-image] Dec 19 21:40:04.387 INFO O| Dec 19 21:40:04.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
79312024-12-19T21:40:06.739Z[ recovery-image] Dec 19 21:40:04.387 INFO O| Dec 19 21:40:04.387 INFO STEP 1179 (remove_files) COMPLETE
79322024-12-19T21:40:06.744Z[ recovery-image] Dec 19 21:40:04.387 INFO O| Dec 19 21:40:04.387 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79332024-12-19T21:40:06.758Z[ recovery-image] Dec 19 21:40:04.405 INFO O| Dec 19 21:40:04.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
79342024-12-19T21:40:06.759Z[ recovery-image] Dec 19 21:40:04.406 INFO O| Dec 19 21:40:04.405 INFO STEP 1180 (remove_files) COMPLETE
79352024-12-19T21:40:06.759Z[ recovery-image] Dec 19 21:40:04.406 INFO O| Dec 19 21:40:04.406 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79362024-12-19T21:40:06.775Z[ recovery-image] Dec 19 21:40:04.423 INFO O| Dec 19 21:40:04.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
79372024-12-19T21:40:06.775Z[ recovery-image] Dec 19 21:40:04.423 INFO O| Dec 19 21:40:04.423 INFO STEP 1181 (remove_files) COMPLETE
79382024-12-19T21:40:06.775Z[ recovery-image] Dec 19 21:40:04.423 INFO O| Dec 19 21:40:04.423 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79392024-12-19T21:40:06.833Z[ recovery-image] Dec 19 21:40:04.481 INFO O| Dec 19 21:40:04.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
79402024-12-19T21:40:06.833Z[ recovery-image] Dec 19 21:40:04.481 INFO O| Dec 19 21:40:04.481 INFO STEP 1182 (remove_files) COMPLETE
79412024-12-19T21:40:06.837Z[ recovery-image] Dec 19 21:40:04.482 INFO O| Dec 19 21:40:04.481 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79422024-12-19T21:40:06.875Z[ recovery-image] Dec 19 21:40:04.523 INFO O| Dec 19 21:40:04.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
79432024-12-19T21:40:06.875Z[ recovery-image] Dec 19 21:40:04.523 INFO O| Dec 19 21:40:04.523 INFO STEP 1183 (remove_files) COMPLETE
79442024-12-19T21:40:06.875Z[ recovery-image] Dec 19 21:40:04.523 INFO O| Dec 19 21:40:04.523 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79452024-12-19T21:40:06.896Z[ recovery-image] Dec 19 21:40:04.542 INFO O| Dec 19 21:40:04.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
79462024-12-19T21:40:06.896Z[ recovery-image] Dec 19 21:40:04.542 INFO O| Dec 19 21:40:04.542 INFO STEP 1184 (remove_files) COMPLETE
79472024-12-19T21:40:06.896Z[ recovery-image] Dec 19 21:40:04.543 INFO O| Dec 19 21:40:04.542 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79482024-12-19T21:40:06.912Z[ recovery-image] Dec 19 21:40:04.559 INFO O| Dec 19 21:40:04.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
79492024-12-19T21:40:06.912Z[ recovery-image] Dec 19 21:40:04.560 INFO O| Dec 19 21:40:04.559 INFO STEP 1185 (remove_files) COMPLETE
79502024-12-19T21:40:06.912Z[ recovery-image] Dec 19 21:40:04.560 INFO O| Dec 19 21:40:04.559 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79512024-12-19T21:40:06.935Z[ recovery-image] Dec 19 21:40:04.583 INFO O| Dec 19 21:40:04.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
79522024-12-19T21:40:06.935Z[ recovery-image] Dec 19 21:40:04.583 INFO O| Dec 19 21:40:04.583 INFO STEP 1186 (remove_files) COMPLETE
79532024-12-19T21:40:06.939Z[ recovery-image] Dec 19 21:40:04.583 INFO O| Dec 19 21:40:04.583 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79542024-12-19T21:40:06.994Z[ recovery-image] Dec 19 21:40:04.642 INFO O| Dec 19 21:40:04.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
79552024-12-19T21:40:06.994Z[ recovery-image] Dec 19 21:40:04.642 INFO O| Dec 19 21:40:04.641 INFO STEP 1187 (remove_files) COMPLETE
79562024-12-19T21:40:06.999Z[ recovery-image] Dec 19 21:40:04.642 INFO O| Dec 19 21:40:04.641 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79572024-12-19T21:40:07.009Z[ recovery-image] Dec 19 21:40:04.657 INFO O| Dec 19 21:40:04.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
79582024-12-19T21:40:07.009Z[ recovery-image] Dec 19 21:40:04.657 INFO O| Dec 19 21:40:04.657 INFO STEP 1188 (remove_files) COMPLETE
79592024-12-19T21:40:07.018Z[ recovery-image] Dec 19 21:40:04.657 INFO O| Dec 19 21:40:04.657 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79602024-12-19T21:40:07.047Z[ recovery-image] Dec 19 21:40:04.695 INFO O| Dec 19 21:40:04.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
79612024-12-19T21:40:07.050Z[ recovery-image] Dec 19 21:40:04.695 INFO O| Dec 19 21:40:04.695 INFO STEP 1189 (remove_files) COMPLETE
79622024-12-19T21:40:07.050Z[ recovery-image] Dec 19 21:40:04.695 INFO O| Dec 19 21:40:04.695 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79632024-12-19T21:40:07.074Z[ recovery-image] Dec 19 21:40:04.719 INFO O| Dec 19 21:40:04.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
79642024-12-19T21:40:07.079Z[ recovery-image] Dec 19 21:40:04.719 INFO O| Dec 19 21:40:04.719 INFO STEP 1190 (remove_files) COMPLETE
79652024-12-19T21:40:07.079Z[ recovery-image] Dec 19 21:40:04.719 INFO O| Dec 19 21:40:04.719 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79662024-12-19T21:40:07.096Z[ recovery-image] Dec 19 21:40:04.742 INFO O| Dec 19 21:40:04.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
79672024-12-19T21:40:07.101Z[ recovery-image] Dec 19 21:40:04.743 INFO O| Dec 19 21:40:04.743 INFO STEP 1191 (remove_files) COMPLETE
79682024-12-19T21:40:07.101Z[ recovery-image] Dec 19 21:40:04.743 INFO O| Dec 19 21:40:04.743 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79692024-12-19T21:40:07.119Z[ recovery-image] Dec 19 21:40:04.767 INFO O| Dec 19 21:40:04.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
79702024-12-19T21:40:07.122Z[ recovery-image] Dec 19 21:40:04.767 INFO O| Dec 19 21:40:04.767 INFO STEP 1192 (remove_files) COMPLETE
79712024-12-19T21:40:07.122Z[ recovery-image] Dec 19 21:40:04.767 INFO O| Dec 19 21:40:04.767 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79722024-12-19T21:40:07.142Z[ recovery-image] Dec 19 21:40:04.790 INFO O| Dec 19 21:40:04.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
79732024-12-19T21:40:07.147Z[ recovery-image] Dec 19 21:40:04.790 INFO O| Dec 19 21:40:04.790 INFO STEP 1193 (remove_files) COMPLETE
79742024-12-19T21:40:07.147Z[ recovery-image] Dec 19 21:40:04.790 INFO O| Dec 19 21:40:04.790 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79752024-12-19T21:40:07.192Z[ recovery-image] Dec 19 21:40:04.835 INFO O| Dec 19 21:40:04.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
79762024-12-19T21:40:07.195Z[ recovery-image] Dec 19 21:40:04.836 INFO O| Dec 19 21:40:04.836 INFO STEP 1194 (remove_files) COMPLETE
79772024-12-19T21:40:07.195Z[ recovery-image] Dec 19 21:40:04.836 INFO O| Dec 19 21:40:04.836 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79782024-12-19T21:40:07.210Z[ recovery-image] Dec 19 21:40:04.858 INFO O| Dec 19 21:40:04.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
79792024-12-19T21:40:07.213Z[ recovery-image] Dec 19 21:40:04.858 INFO O| Dec 19 21:40:04.858 INFO STEP 1195 (remove_files) COMPLETE
79802024-12-19T21:40:07.213Z[ recovery-image] Dec 19 21:40:04.858 INFO O| Dec 19 21:40:04.858 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79812024-12-19T21:40:07.230Z[ recovery-image] Dec 19 21:40:04.878 INFO O| Dec 19 21:40:04.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
79822024-12-19T21:40:07.234Z[ recovery-image] Dec 19 21:40:04.878 INFO O| Dec 19 21:40:04.878 INFO STEP 1196 (remove_files) COMPLETE
79832024-12-19T21:40:07.234Z[ recovery-image] Dec 19 21:40:04.878 INFO O| Dec 19 21:40:04.878 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79842024-12-19T21:40:07.251Z[ recovery-image] Dec 19 21:40:04.899 INFO O| Dec 19 21:40:04.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
79852024-12-19T21:40:07.256Z[ recovery-image] Dec 19 21:40:04.899 INFO O| Dec 19 21:40:04.899 INFO STEP 1197 (remove_files) COMPLETE
79862024-12-19T21:40:07.256Z[ recovery-image] Dec 19 21:40:04.899 INFO O| Dec 19 21:40:04.899 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79872024-12-19T21:40:07.302Z[ recovery-image] Dec 19 21:40:04.938 INFO O| Dec 19 21:40:04.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
79882024-12-19T21:40:07.302Z[ recovery-image] Dec 19 21:40:04.938 INFO O| Dec 19 21:40:04.938 INFO STEP 1198 (remove_files) COMPLETE
79892024-12-19T21:40:07.302Z[ recovery-image] Dec 19 21:40:04.938 INFO O| Dec 19 21:40:04.938 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79902024-12-19T21:40:07.315Z[ recovery-image] Dec 19 21:40:04.961 INFO O| Dec 19 21:40:04.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
79912024-12-19T21:40:07.315Z[ recovery-image] Dec 19 21:40:04.961 INFO O| Dec 19 21:40:04.961 INFO STEP 1199 (remove_files) COMPLETE
79922024-12-19T21:40:07.318Z[ recovery-image] Dec 19 21:40:04.961 INFO O| Dec 19 21:40:04.961 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79932024-12-19T21:40:07.350Z[ recovery-image] Dec 19 21:40:04.998 INFO O| Dec 19 21:40:04.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
79942024-12-19T21:40:07.350Z[ recovery-image] Dec 19 21:40:04.998 INFO O| Dec 19 21:40:04.998 INFO STEP 1200 (remove_files) COMPLETE
79952024-12-19T21:40:07.351Z[ recovery-image] Dec 19 21:40:04.998 INFO O| Dec 19 21:40:04.998 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79962024-12-19T21:40:07.376Z[ recovery-image] Dec 19 21:40:05.022 INFO O| Dec 19 21:40:05.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
79972024-12-19T21:40:07.376Z[ recovery-image] Dec 19 21:40:05.022 INFO O| Dec 19 21:40:05.022 INFO STEP 1201 (remove_files) COMPLETE
79982024-12-19T21:40:07.379Z[ recovery-image] Dec 19 21:40:05.023 INFO O| Dec 19 21:40:05.022 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
79992024-12-19T21:40:07.399Z[ recovery-image] Dec 19 21:40:05.047 INFO O| Dec 19 21:40:05.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
80002024-12-19T21:40:07.399Z[ recovery-image] Dec 19 21:40:05.047 INFO O| Dec 19 21:40:05.047 INFO STEP 1202 (remove_files) COMPLETE
80012024-12-19T21:40:07.399Z[ recovery-image] Dec 19 21:40:05.047 INFO O| Dec 19 21:40:05.047 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80022024-12-19T21:40:07.434Z[ recovery-image] Dec 19 21:40:05.082 INFO O| Dec 19 21:40:05.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
80032024-12-19T21:40:07.438Z[ recovery-image] Dec 19 21:40:05.082 INFO O| Dec 19 21:40:05.082 INFO STEP 1203 (remove_files) COMPLETE
80042024-12-19T21:40:07.439Z[ recovery-image] Dec 19 21:40:05.082 INFO O| Dec 19 21:40:05.082 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80052024-12-19T21:40:07.458Z[ recovery-image] Dec 19 21:40:05.105 INFO O| Dec 19 21:40:05.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
80062024-12-19T21:40:07.463Z[ recovery-image] Dec 19 21:40:05.105 INFO O| Dec 19 21:40:05.105 INFO STEP 1204 (remove_files) COMPLETE
80072024-12-19T21:40:07.463Z[ recovery-image] Dec 19 21:40:05.105 INFO O| Dec 19 21:40:05.105 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
80082024-12-19T21:40:07.480Z[ recovery-image] Dec 19 21:40:05.127 INFO O| Dec 19 21:40:05.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
80092024-12-19T21:40:07.487Z[ recovery-image] Dec 19 21:40:05.129 INFO O| Dec 19 21:40:05.129 INFO STEP 1205 (remove_files) COMPLETE
80102024-12-19T21:40:07.488Z[ recovery-image] Dec 19 21:40:05.129 INFO O| Dec 19 21:40:05.129 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
80112024-12-19T21:40:07.530Z[ recovery-image] Dec 19 21:40:05.178 INFO O| Dec 19 21:40:05.178 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
80122024-12-19T21:40:07.531Z[ recovery-image] Dec 19 21:40:05.178 INFO O| Dec 19 21:40:05.178 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
80132024-12-19T21:40:09.301Z[ recovery-image] Dec 19 21:40:06.948 INFO O| Dec 19 21:40:06.948 INFO STEP 1206 (pack_tar) COMPLETE
80142024-12-19T21:40:09.301Z[ recovery-image] Dec 19 21:40:06.948 INFO O| Dec 19 21:40:06.948 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80152024-12-19T21:40:09.307Z[ recovery-image] Dec 19 21:40:06.948 INFO O| Dec 19 21:40:06.948 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
80162024-12-19T21:40:09.600Z[ recovery-image] Dec 19 21:40:07.247 INFO O| Dec 19 21:40:07.246 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
80172024-12-19T21:40:09.715Z[ recovery-image] Dec 19 21:40:07.353 INFO O| Dec 19 21:40:07.353 INFO completed processing gimlet/ramdisk-03-recovery-trim
80182024-12-19T21:40:09.718Z[ recovery-image] Dec 19 21:40:07.363 INFO image builder template: zfs-recovery...
80192024-12-19T21:40:09.719Z[ recovery-image] Dec 19 21:40:07.363 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/.tmpZORqCZ/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
80202024-12-19T21:40:09.769Z[ recovery-image] Dec 19 21:40:07.416 INFO O| Dec 19 21:40:07.415 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80212024-12-19T21:40:09.787Z[ recovery-image] Dec 19 21:40:07.433 INFO O| Dec 19 21:40:07.433 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80222024-12-19T21:40:09.943Z[ recovery-image] Dec 19 21:40:07.587 INFO O| Dec 19 21:40:07.587 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
80232024-12-19T21:40:10.048Z[ recovery-image] Dec 19 21:40:07.689 INFO O| Dec 19 21:40:07.689 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
80242024-12-19T21:40:10.049Z[ recovery-image] Dec 19 21:40:07.690 INFO O| Dec 19 21:40:07.690 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
80252024-12-19T21:40:10.056Z[ recovery-image] Dec 19 21:40:07.697 INFO O| Dec 19 21:40:07.697 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
80262024-12-19T21:40:10.199Z[ recovery-image] Dec 19 21:40:07.845 INFO O| Dec 19 21:40:07.845 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
80272024-12-19T21:40:10.305Z[ recovery-image] Dec 19 21:40:07.946 INFO O| Dec 19 21:40:07.946 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
80282024-12-19T21:40:10.357Z[ recovery-image] Dec 19 21:40:08.003 INFO O| Dec 19 21:40:08.003 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80292024-12-19T21:40:10.386Z[ recovery-image] Dec 19 21:40:08.031 INFO O| Dec 19 21:40:08.031 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
80302024-12-19T21:40:10.433Z[ recovery-image] Dec 19 21:40:08.079 INFO O| Dec 19 21:40:08.079 INFO no lofi found
80312024-12-19T21:40:10.433Z[ recovery-image] Dec 19 21:40:08.079 INFO O| Dec 19 21:40:08.079 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
80322024-12-19T21:40:10.436Z[ recovery-image] Dec 19 21:40:08.079 INFO O| Dec 19 21:40:08.079 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
80332024-12-19T21:40:13.375Z[ recovery-image] Dec 19 21:40:11.013 INFO O| Dec 19 21:40:11.013 INFO lofi device = /dev/dsk/c2t1d0p0
80342024-12-19T21:40:13.378Z[ recovery-image] Dec 19 21:40:11.013 INFO O| Dec 19 21:40:11.013 INFO pool device = /dev/dsk/c2t1d0p0
80352024-12-19T21:40:13.378Z[ recovery-image] Dec 19 21:40:11.014 INFO O| Dec 19 21:40:11.013 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
80362024-12-19T21:40:13.657Z[ recovery-image] Dec 19 21:40:11.301 INFO O| Dec 19 21:40:11.301 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80372024-12-19T21:40:13.657Z[ recovery-image] Dec 19 21:40:11.301 INFO O| Dec 19 21:40:11.301 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
80382024-12-19T21:40:13.690Z[ recovery-image] Dec 19 21:40:11.335 INFO O| Dec 19 21:40:11.335 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
80392024-12-19T21:40:14.056Z[ recovery-image] Dec 19 21:40:11.701 INFO O| Dec 19 21:40:11.701 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
80402024-12-19T21:40:14.114Z[ recovery-image] Dec 19 21:40:11.759 INFO O| Dec 19 21:40:11.759 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
80412024-12-19T21:40:14.143Z[ recovery-image] Dec 19 21:40:11.788 INFO O| Dec 19 21:40:11.787 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
80422024-12-19T21:40:14.166Z[ recovery-image] Dec 19 21:40:11.810 INFO O| Dec 19 21:40:11.810 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
80432024-12-19T21:40:14.264Z[ recovery-image] Dec 19 21:40:11.909 INFO O| Dec 19 21:40:11.909 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80442024-12-19T21:40:14.264Z[ recovery-image] Dec 19 21:40:11.909 INFO O| Dec 19 21:40:11.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
80452024-12-19T21:40:14.269Z[ recovery-image] Dec 19 21:40:11.909 INFO O| Dec 19 21:40:11.909 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80462024-12-19T21:40:14.290Z[ recovery-image] Dec 19 21:40:11.934 INFO O| Dec 19 21:40:11.934 INFO boot environment UUID: 20aa4066-0fac-4608-a090-6a2f57f508f7
80472024-12-19T21:40:14.296Z[ recovery-image] Dec 19 21:40:11.934 INFO O| Dec 19 21:40:11.934 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 20aa4066-0fac-4608-a090-6a2f57f508f7
80482024-12-19T21:40:14.327Z[ recovery-image] Dec 19 21:40:11.971 INFO O| Dec 19 21:40:11.971 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
80492024-12-19T21:40:14.421Z[ recovery-image] Dec 19 21:40:12.064 INFO O| Dec 19 21:40:12.064 INFO STEP 0 (create_be) COMPLETE
80502024-12-19T21:40:14.421Z[ recovery-image] Dec 19 21:40:12.064 INFO O| Dec 19 21:40:12.064 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80512024-12-19T21:40:14.491Z[ recovery-image] Dec 19 21:40:12.135 INFO O| Dec 19 21:40:12.135 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"]
80522024-12-19T21:40:21.697Z[ recovery-image] Dec 19 21:40:19.332 INFO O| Dec 19 21:40:19.332 INFO STEP 1 (unpack_tar) COMPLETE
80532024-12-19T21:40:21.697Z[ recovery-image] Dec 19 21:40:19.332 INFO O| Dec 19 21:40:19.332 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80542024-12-19T21:40:21.721Z[ recovery-image] Dec 19 21:40:19.352 INFO O| Dec 19 21:40:19.352 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
80552024-12-19T21:40:22.151Z[ recovery-image] Dec 19 21:40:19.785 INFO O| Dec 19 21:40:19.785 INFO STEP 2 (devfsadm) COMPLETE
80562024-12-19T21:40:22.151Z[ recovery-image] Dec 19 21:40:19.785 INFO O| Dec 19 21:40:19.785 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80572024-12-19T21:40:22.173Z[ recovery-image] Dec 19 21:40:19.808 INFO O| Dec 19 21:40:19.808 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80582024-12-19T21:40:22.173Z[ recovery-image] Dec 19 21:40:19.808 INFO O| Dec 19 21:40:19.808 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80592024-12-19T21:40:22.180Z[ recovery-image] Dec 19 21:40:19.808 INFO O| Dec 19 21:40:19.808 INFO STEP 3 (ensure_dir) COMPLETE
80602024-12-19T21:40:22.180Z[ recovery-image] Dec 19 21:40:19.808 INFO O| Dec 19 21:40:19.808 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80612024-12-19T21:40:22.210Z[ recovery-image] Dec 19 21:40:19.851 INFO O| Dec 19 21:40:19.850 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80622024-12-19T21:40:22.211Z[ recovery-image] Dec 19 21:40:19.851 INFO O| Dec 19 21:40:19.850 INFO STEP 4 (ensure_dir) COMPLETE
80632024-12-19T21:40:22.218Z[ recovery-image] Dec 19 21:40:19.851 INFO O| Dec 19 21:40:19.850 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80642024-12-19T21:40:22.245Z[ recovery-image] Dec 19 21:40:19.885 INFO O| Dec 19 21:40:19.885 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
80652024-12-19T21:40:22.245Z[ recovery-image] Dec 19 21:40:19.886 INFO O| Dec 19 21:40:19.886 INFO STEP 5 (ensure_dir) COMPLETE
80662024-12-19T21:40:22.255Z[ recovery-image] Dec 19 21:40:19.886 INFO O| Dec 19 21:40:19.886 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80672024-12-19T21:40:22.269Z[ recovery-image] Dec 19 21:40:19.909 INFO O| Dec 19 21:40:19.909 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80682024-12-19T21:40:22.276Z[ recovery-image] Dec 19 21:40:19.910 INFO O| Dec 19 21:40:19.910 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
80692024-12-19T21:40:22.276Z[ recovery-image] Dec 19 21:40:19.910 INFO O| Dec 19 21:40:19.910 INFO STEP 6 (ensure_dir) COMPLETE
80702024-12-19T21:40:22.276Z[ recovery-image] Dec 19 21:40:19.910 INFO O| Dec 19 21:40:19.910 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80712024-12-19T21:40:22.303Z[ recovery-image] Dec 19 21:40:19.940 INFO O| Dec 19 21:40:19.940 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80722024-12-19T21:40:22.303Z[ recovery-image] Dec 19 21:40:19.940 INFO O| Dec 19 21:40:19.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
80732024-12-19T21:40:22.303Z[ recovery-image] Dec 19 21:40:19.940 INFO O| Dec 19 21:40:19.940 INFO STEP 7 (ensure_dir) COMPLETE
80742024-12-19T21:40:22.303Z[ recovery-image] Dec 19 21:40:19.940 INFO O| Dec 19 21:40:19.940 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80752024-12-19T21:40:22.330Z[ recovery-image] Dec 19 21:40:19.964 INFO O| Dec 19 21:40:19.964 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
80762024-12-19T21:40:22.352Z[ recovery-image] Dec 19 21:40:19.964 INFO O| Dec 19 21:40:19.964 INFO STEP 8 (remove_files) COMPLETE
80772024-12-19T21:40:22.353Z[ recovery-image] Dec 19 21:40:19.964 INFO O| Dec 19 21:40:19.964 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80782024-12-19T21:40:22.364Z[ recovery-image] Dec 19 21:40:19.987 INFO O| Dec 19 21:40:19.987 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
80792024-12-19T21:40:22.364Z[ recovery-image] Dec 19 21:40:19.988 INFO O| Dec 19 21:40:19.988 INFO STEP 9 (remove_files) COMPLETE
80802024-12-19T21:40:22.364Z[ recovery-image] Dec 19 21:40:19.988 INFO O| Dec 19 21:40:19.988 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80812024-12-19T21:40:22.390Z[ recovery-image] Dec 19 21:40:20.030 INFO O| Dec 19 21:40:20.030 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
80822024-12-19T21:40:22.399Z[ recovery-image] Dec 19 21:40:20.032 INFO O| Dec 19 21:40:20.031 INFO STEP 10 (remove_files) COMPLETE
80832024-12-19T21:40:22.399Z[ recovery-image] Dec 19 21:40:20.032 INFO O| Dec 19 21:40:20.032 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80842024-12-19T21:40:22.415Z[ recovery-image] Dec 19 21:40:20.055 INFO O| Dec 19 21:40:20.055 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
80852024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.055 INFO O| Dec 19 21:40:20.055 INFO STEP 11 (remove_files) COMPLETE
80862024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.056 INFO O| Dec 19 21:40:20.055 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80872024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.087 INFO O| Dec 19 21:40:20.087 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
80882024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.088 INFO O| Dec 19 21:40:20.087 INFO STEP 12 (remove_files) COMPLETE
80892024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.088 INFO O| Dec 19 21:40:20.088 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80902024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.126 INFO O| Dec 19 21:40:20.126 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80912024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.126 INFO O| Dec 19 21:40:20.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
80922024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.127 INFO O| Dec 19 21:40:20.126 INFO STEP 13 (ensure_dir) COMPLETE
80932024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.127 INFO O| Dec 19 21:40:20.127 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80942024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.149 INFO O| Dec 19 21:40:20.149 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80952024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.149 INFO O| Dec 19 21:40:20.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80962024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.149 INFO O| Dec 19 21:40:20.149 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
80972024-12-19T21:40:26.340Z[ recovery-image] Dec 19 21:40:20.149 INFO O| Dec 19 21:40:20.149 INFO STEP 14 (ensure_dir) COMPLETE
80982024-12-19T21:40:26.342Z[ recovery-image] Dec 19 21:40:20.149 INFO O| Dec 19 21:40:20.149 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
80992024-12-19T21:40:26.342Z[ recovery-image] Dec 19 21:40:20.179 INFO O| Dec 19 21:40:20.179 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81002024-12-19T21:40:26.342Z[ recovery-image] Dec 19 21:40:20.179 INFO O| Dec 19 21:40:20.179 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81012024-12-19T21:40:26.342Z[ recovery-image] Dec 19 21:40:20.179 INFO O| Dec 19 21:40:20.179 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
81022024-12-19T21:40:26.342Z[ recovery-image] Dec 19 21:40:20.179 INFO O| Dec 19 21:40:20.179 INFO STEP 15 (ensure_dir) COMPLETE
81032024-12-19T21:40:26.342Z[ recovery-image] Dec 19 21:40:20.179 INFO O| Dec 19 21:40:20.179 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81042024-12-19T21:40:26.342Z[ recovery-image] Dec 19 21:40:20.213 INFO O| Dec 19 21:40:20.213 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81052024-12-19T21:40:26.342Z[ recovery-image] Dec 19 21:40:20.213 INFO O| Dec 19 21:40:20.213 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
81062024-12-19T21:40:26.342Z[ recovery-image] Dec 19 21:40:20.213 INFO O| Dec 19 21:40:20.213 INFO STEP 16 (ensure_dir) COMPLETE
81072024-12-19T21:40:26.342Z[ recovery-image] Dec 19 21:40:20.213 INFO O| Dec 19 21:40:20.213 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81082024-12-19T21:40:26.342Z[ recovery-image] Dec 19 21:40:20.235 INFO O| Dec 19 21:40:20.235 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81092024-12-19T21:40:26.342Z[ recovery-image] Dec 19 21:40:20.235 INFO O| Dec 19 21:40:20.235 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
81102024-12-19T21:40:26.344Z[ recovery-image] Dec 19 21:40:20.235 INFO O| Dec 19 21:40:20.235 INFO STEP 17 (ensure_dir) COMPLETE
81112024-12-19T21:40:26.344Z[ recovery-image] Dec 19 21:40:20.235 INFO O| Dec 19 21:40:20.235 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81122024-12-19T21:40:26.344Z[ recovery-image] Dec 19 21:40:20.337 INFO O| Dec 19 21:40:20.337 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
81132024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.337 INFO O| Dec 19 21:40:20.337 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
81142024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.337 INFO O| Dec 19 21:40:20.337 INFO ok!
81152024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.337 INFO O| Dec 19 21:40:20.337 INFO STEP 18 (ensure_symlink) COMPLETE
81162024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.337 INFO O| Dec 19 21:40:20.337 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
81172024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.415 INFO O| Dec 19 21:40:20.415 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
81182024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.415 INFO O| Dec 19 21:40:20.415 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
81192024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.415 INFO O| Dec 19 21:40:20.415 INFO ok!
81202024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.415 INFO O| Dec 19 21:40:20.415 INFO STEP 19 (ensure_file) COMPLETE
81212024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.415 INFO O| Dec 19 21:40:20.415 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81222024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.451 INFO O| Dec 19 21:40:20.451 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
81232024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.451 INFO O| Dec 19 21:40:20.451 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
81242024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.452 INFO O| Dec 19 21:40:20.452 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
81252024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.452 INFO O| Dec 19 21:40:20.452 INFO ok!
81262024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.452 INFO O| Dec 19 21:40:20.452 INFO STEP 20 (ensure_symlink) COMPLETE
81272024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.452 INFO O| Dec 19 21:40:20.452 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81282024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.473 INFO O| Dec 19 21:40:20.473 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
81292024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.473 INFO O| Dec 19 21:40:20.473 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
81302024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.473 INFO O| Dec 19 21:40:20.473 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
81312024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.474 INFO O| Dec 19 21:40:20.473 INFO ok!
81322024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.474 INFO O| Dec 19 21:40:20.474 INFO STEP 21 (ensure_symlink) COMPLETE
81332024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.474 INFO O| Dec 19 21:40:20.474 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81342024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.533 INFO O| Dec 19 21:40:20.533 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
81352024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.533 INFO O| Dec 19 21:40:20.533 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
81362024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.534 INFO O| Dec 19 21:40:20.533 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
81372024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.534 INFO O| Dec 19 21:40:20.534 INFO ok!
81382024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.534 INFO O| Dec 19 21:40:20.534 INFO STEP 22 (ensure_symlink) COMPLETE
81392024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.534 INFO O| Dec 19 21:40:20.534 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
81402024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.564 INFO O| Dec 19 21:40:20.564 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
81412024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.564 INFO O| Dec 19 21:40:20.564 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
81422024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.564 INFO O| Dec 19 21:40:20.564 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
81432024-12-19T21:40:26.345Z[ recovery-image] Dec 19 21:40:20.564 INFO O| Dec 19 21:40:20.564 INFO ok!
81442024-12-19T21:40:26.346Z[ recovery-image] Dec 19 21:40:20.564 INFO O| Dec 19 21:40:20.564 INFO STEP 23 (ensure_symlink) COMPLETE
81452024-12-19T21:40:26.346Z[ recovery-image] Dec 19 21:40:20.565 INFO O| Dec 19 21:40:20.565 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81462024-12-19T21:40:26.346Z[ recovery-image] Dec 19 21:40:20.610 INFO O| Dec 19 21:40:20.610 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
81472024-12-19T21:40:26.346Z[ recovery-image] Dec 19 21:40:20.610 INFO O| Dec 19 21:40:20.610 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 ...
81482024-12-19T21:40:26.346Z[ recovery-image] Dec 19 21:40:20.610 INFO O| Dec 19 21:40:20.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
81492024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.610 INFO O| Dec 19 21:40:20.610 INFO ok!
81502024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.610 INFO O| Dec 19 21:40:20.610 INFO STEP 24 (ensure_file) COMPLETE
81512024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.610 INFO O| Dec 19 21:40:20.610 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
81522024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.658 INFO O| Dec 19 21:40:20.658 INFO updating shadow file
81532024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.659 INFO O| Dec 19 21:40:20.659 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81542024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.659 INFO O| Dec 19 21:40:20.659 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
81552024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.659 INFO O| Dec 19 21:40:20.659 INFO STEP 25 (shadow) COMPLETE
81562024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.659 INFO O| Dec 19 21:40:20.659 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81572024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.689 INFO O| Dec 19 21:40:20.689 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
81582024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.689 INFO O| Dec 19 21:40:20.689 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
81592024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.689 INFO O| Dec 19 21:40:20.689 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
81602024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.689 INFO O| Dec 19 21:40:20.689 INFO ok!
81612024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.689 INFO O| Dec 19 21:40:20.689 INFO STEP 26 (ensure_file) COMPLETE
81622024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.689 INFO O| Dec 19 21:40:20.689 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81632024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.723 INFO O| Dec 19 21:40:20.723 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
81642024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.723 INFO O| Dec 19 21:40:20.723 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
81652024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.724 INFO O| Dec 19 21:40:20.723 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
81662024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.724 INFO O| Dec 19 21:40:20.724 INFO ok!
81672024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.724 INFO O| Dec 19 21:40:20.724 INFO STEP 27 (ensure_file) COMPLETE
81682024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.724 INFO O| Dec 19 21:40:20.724 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81692024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
81702024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
81712024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81722024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
81732024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 INFO ok!
81742024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 INFO STEP 28 (ensure_file) COMPLETE
81752024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.770 INFO O| Dec 19 21:40:20.770 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
81762024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.802 INFO O| Dec 19 21:40:20.802 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
81772024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.802 INFO O| Dec 19 21:40:20.802 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
81782024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.802 INFO O| Dec 19 21:40:20.802 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
81792024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.802 INFO O| Dec 19 21:40:20.802 INFO ok!
81802024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.802 INFO O| Dec 19 21:40:20.802 INFO STEP 29 (ensure_file) COMPLETE
81812024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.802 INFO O| Dec 19 21:40:20.802 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81822024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.826 INFO O| Dec 19 21:40:20.826 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
81832024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.826 INFO O| Dec 19 21:40:20.826 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
81842024-12-19T21:40:26.347Z[ recovery-image] Dec 19 21:40:20.826 INFO O| Dec 19 21:40:20.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
81852024-12-19T21:40:26.414Z[ recovery-image] Dec 19 21:40:20.826 INFO O| Dec 19 21:40:20.826 INFO ok!
81862024-12-19T21:40:26.414Z[ recovery-image] Dec 19 21:40:20.826 INFO O| Dec 19 21:40:20.826 INFO STEP 30 (ensure_file) COMPLETE
81872024-12-19T21:40:26.414Z[ recovery-image] Dec 19 21:40:20.826 INFO O| Dec 19 21:40:20.826 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81882024-12-19T21:40:26.414Z[ recovery-image] Dec 19 21:40:20.851 INFO O| Dec 19 21:40:20.851 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
81892024-12-19T21:40:26.414Z[ recovery-image] Dec 19 21:40:20.852 INFO O| Dec 19 21:40:20.851 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
81902024-12-19T21:40:26.414Z[ recovery-image] Dec 19 21:40:20.852 INFO O| Dec 19 21:40:20.852 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81912024-12-19T21:40:26.414Z[ recovery-image] Dec 19 21:40:20.852 INFO O| Dec 19 21:40:20.852 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
81922024-12-19T21:40:26.414Z[ recovery-image] Dec 19 21:40:20.852 INFO O| Dec 19 21:40:20.852 INFO ok!
81932024-12-19T21:40:26.414Z[ recovery-image] Dec 19 21:40:20.852 INFO O| Dec 19 21:40:20.852 INFO STEP 31 (ensure_file) COMPLETE
81942024-12-19T21:40:26.414Z[ recovery-image] Dec 19 21:40:20.852 INFO O| Dec 19 21:40:20.852 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
81952024-12-19T21:40:26.415Z[ recovery-image] Dec 19 21:40:20.896 INFO O| Dec 19 21:40:20.896 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
81962024-12-19T21:40:26.415Z[ recovery-image] Dec 19 21:40:20.896 INFO O| Dec 19 21:40:20.896 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
81972024-12-19T21:40:26.416Z[ recovery-image] Dec 19 21:40:20.896 INFO O| Dec 19 21:40:20.896 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
81982024-12-19T21:40:26.416Z[ recovery-image] Dec 19 21:40:20.896 INFO O| Dec 19 21:40:20.896 INFO ok!
81992024-12-19T21:40:26.416Z[ recovery-image] Dec 19 21:40:20.896 INFO O| Dec 19 21:40:20.896 INFO STEP 32 (ensure_file) COMPLETE
82002024-12-19T21:40:26.416Z[ recovery-image] Dec 19 21:40:20.896 INFO O| Dec 19 21:40:20.896 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82012024-12-19T21:40:26.416Z[ recovery-image] Dec 19 21:40:20.921 INFO O| Dec 19 21:40:20.921 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
82022024-12-19T21:40:26.416Z[ recovery-image] Dec 19 21:40:20.921 INFO O| Dec 19 21:40:20.921 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
82032024-12-19T21:40:26.416Z[ recovery-image] Dec 19 21:40:20.921 INFO O| Dec 19 21:40:20.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
82042024-12-19T21:40:26.416Z[ recovery-image] Dec 19 21:40:20.921 INFO O| Dec 19 21:40:20.921 INFO ok!
82052024-12-19T21:40:26.416Z[ recovery-image] Dec 19 21:40:20.921 INFO O| Dec 19 21:40:20.921 INFO STEP 33 (ensure_file) COMPLETE
82062024-12-19T21:40:26.416Z[ recovery-image] Dec 19 21:40:20.921 INFO O| Dec 19 21:40:20.921 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82072024-12-19T21:40:26.416Z[ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
82082024-12-19T21:40:26.416Z[ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
82092024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82102024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82112024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82122024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
82132024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO ok!
82142024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.945 INFO STEP 34 (ensure_file) COMPLETE
82152024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.958 INFO O| Dec 19 21:40:20.946 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82162024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.970 INFO O| Dec 19 21:40:20.969 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82172024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.970 INFO O| Dec 19 21:40:20.970 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82182024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.970 INFO O| Dec 19 21:40:20.970 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
82192024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.970 INFO O| Dec 19 21:40:20.970 INFO STEP 35 (ensure_dir) COMPLETE
82202024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.970 INFO O| Dec 19 21:40:20.970 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82212024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.994 INFO O| Dec 19 21:40:20.994 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
82222024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.994 INFO O| Dec 19 21:40:20.994 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 ...
82232024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.994 INFO O| Dec 19 21:40:20.994 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
82242024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.995 INFO O| Dec 19 21:40:20.994 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
82252024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.995 INFO O| Dec 19 21:40:20.995 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
82262024-12-19T21:40:26.417Z[ recovery-image] Dec 19 21:40:20.995 INFO O| Dec 19 21:40:20.995 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
82272024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:20.995 INFO O| Dec 19 21:40:20.995 INFO ok!
82282024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:20.995 INFO O| Dec 19 21:40:20.995 INFO STEP 36 (ensure_file) COMPLETE
82292024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:20.995 INFO O| Dec 19 21:40:20.995 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
82302024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.019 INFO O| Dec 19 21:40:21.018 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
82312024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.019 INFO O| Dec 19 21:40:21.018 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 ...
82322024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.019 INFO O| Dec 19 21:40:21.019 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
82332024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.019 INFO O| Dec 19 21:40:21.019 INFO ok!
82342024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.019 INFO O| Dec 19 21:40:21.019 INFO STEP 37 (ensure_symlink) COMPLETE
82352024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.019 INFO O| Dec 19 21:40:21.019 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82362024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.043 INFO O| Dec 19 21:40:21.043 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
82372024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.043 INFO O| Dec 19 21:40:21.043 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
82382024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82392024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82402024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82412024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
82422024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO ok!
82432024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO STEP 38 (ensure_file) COMPLETE
82442024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.044 INFO O| Dec 19 21:40:21.044 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82452024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
82462024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 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 ...
82472024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 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
82482024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
82492024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 INFO ok!
82502024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 INFO STEP 39 (ensure_file) COMPLETE
82512024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.069 INFO O| Dec 19 21:40:21.069 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82522024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.105 INFO O| Dec 19 21:40:21.104 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
82532024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.105 INFO O| Dec 19 21:40:21.105 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
82542024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.105 INFO O| Dec 19 21:40:21.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
82552024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.105 INFO O| Dec 19 21:40:21.105 INFO ok!
82562024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.105 INFO O| Dec 19 21:40:21.105 INFO STEP 40 (ensure_file) COMPLETE
82572024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.105 INFO O| Dec 19 21:40:21.105 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82582024-12-19T21:40:26.418Z[ recovery-image] Dec 19 21:40:21.127 INFO O| Dec 19 21:40:21.127 INFO updating shadow file
82592024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.127 INFO O| Dec 19 21:40:21.127 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
82602024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.127 INFO O| Dec 19 21:40:21.127 INFO STEP 41 (shadow) COMPLETE
82612024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.127 INFO O| Dec 19 21:40:21.127 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
82622024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.148 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
82632024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.149 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
82642024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.149 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82652024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.149 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
82662024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.149 INFO ok!
82672024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.149 INFO STEP 42 (ensure_file) COMPLETE
82682024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.149 INFO O| Dec 19 21:40:21.149 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82692024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.177 INFO O| Dec 19 21:40:21.177 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
82702024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.177 INFO O| Dec 19 21:40:21.177 INFO STEP 43 (ensure_dir) COMPLETE
82712024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.177 INFO O| Dec 19 21:40:21.177 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82722024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.215 INFO O| Dec 19 21:40:21.215 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82732024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.215 INFO O| Dec 19 21:40:21.215 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
82742024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.216 INFO O| Dec 19 21:40:21.215 INFO STEP 44 (ensure_dir) COMPLETE
82752024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.216 INFO O| Dec 19 21:40:21.215 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82762024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.261 INFO O| Dec 19 21:40:21.261 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82772024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.261 INFO O| Dec 19 21:40:21.261 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
82782024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.261 INFO O| Dec 19 21:40:21.261 INFO STEP 45 (ensure_dir) COMPLETE
82792024-12-19T21:40:26.419Z[ recovery-image] Dec 19 21:40:21.261 INFO O| Dec 19 21:40:21.261 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82802024-12-19T21:40:26.422Z[ recovery-image] Dec 19 21:40:21.319 INFO O| Dec 19 21:40:21.319 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
82812024-12-19T21:40:26.422Z[ recovery-image] Dec 19 21:40:21.319 INFO O| Dec 19 21:40:21.319 INFO copying /tmp/.tmpZORqCZ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
82822024-12-19T21:40:26.422Z[ recovery-image] Dec 19 21:40:21.366 INFO O| Dec 19 21:40:21.366 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
82832024-12-19T21:40:26.422Z[ recovery-image] Dec 19 21:40:21.366 INFO O| Dec 19 21:40:21.366 INFO ok!
82842024-12-19T21:40:26.422Z[ recovery-image] Dec 19 21:40:21.366 INFO O| Dec 19 21:40:21.366 INFO STEP 46 (ensure_file) COMPLETE
82852024-12-19T21:40:26.453Z[ recovery-image] Dec 19 21:40:21.366 INFO O| Dec 19 21:40:21.366 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82862024-12-19T21:40:26.453Z[ recovery-image] Dec 19 21:40:21.404 INFO O| Dec 19 21:40:21.404 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82872024-12-19T21:40:26.453Z[ recovery-image] Dec 19 21:40:21.405 INFO O| Dec 19 21:40:21.405 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
82882024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.405 INFO O| Dec 19 21:40:21.405 INFO STEP 47 (ensure_dir) COMPLETE
82892024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.405 INFO O| Dec 19 21:40:21.405 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82902024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.439 INFO O| Dec 19 21:40:21.439 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
82912024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.440 INFO O| Dec 19 21:40:21.439 INFO copying /tmp/.tmpZORqCZ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
82922024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.440 INFO O| Dec 19 21:40:21.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
82932024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.440 INFO O| Dec 19 21:40:21.440 INFO ok!
82942024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.440 INFO O| Dec 19 21:40:21.440 INFO STEP 48 (ensure_file) COMPLETE
82952024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.440 INFO O| Dec 19 21:40:21.440 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
82962024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.503 INFO O| Dec 19 21:40:21.503 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82972024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.503 INFO O| Dec 19 21:40:21.503 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
82982024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.503 INFO O| Dec 19 21:40:21.503 INFO STEP 49 (ensure_dir) COMPLETE
82992024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.503 INFO O| Dec 19 21:40:21.503 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83002024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.542 INFO O| Dec 19 21:40:21.542 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
83012024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.542 INFO O| Dec 19 21:40:21.542 INFO copying /tmp/.tmpZORqCZ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
83022024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.565 INFO O| Dec 19 21:40:21.564 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
83032024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.565 INFO O| Dec 19 21:40:21.565 INFO ok!
83042024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.565 INFO O| Dec 19 21:40:21.565 INFO STEP 50 (ensure_file) COMPLETE
83052024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.565 INFO O| Dec 19 21:40:21.565 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83062024-12-19T21:40:26.454Z[ recovery-image] Dec 19 21:40:21.602 INFO O| Dec 19 21:40:21.602 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
83072024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:21.602 INFO O| Dec 19 21:40:21.602 INFO copying /tmp/.tmpZORqCZ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
83082024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.645 INFO O| Dec 19 21:40:23.645 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
83092024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.645 INFO O| Dec 19 21:40:23.645 INFO ok!
83102024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.645 INFO O| Dec 19 21:40:23.645 INFO STEP 51 (ensure_file) COMPLETE
83112024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.645 INFO O| Dec 19 21:40:23.645 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83122024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.664 INFO O| Dec 19 21:40:23.664 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83132024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.664 INFO O| Dec 19 21:40:23.664 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
83142024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.664 INFO O| Dec 19 21:40:23.664 INFO STEP 52 (ensure_dir) COMPLETE
83152024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.664 INFO O| Dec 19 21:40:23.664 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83162024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.692 INFO O| Dec 19 21:40:23.692 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
83172024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.692 INFO O| Dec 19 21:40:23.692 INFO copying /tmp/.tmpZORqCZ/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 ...
83182024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.692 INFO O| Dec 19 21:40:23.692 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
83192024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.692 INFO O| Dec 19 21:40:23.692 INFO ok!
83202024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.692 INFO O| Dec 19 21:40:23.692 INFO STEP 53 (ensure_file) COMPLETE
83212024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.692 INFO O| Dec 19 21:40:23.692 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83222024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.732 INFO O| Dec 19 21:40:23.732 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
83232024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.732 INFO O| Dec 19 21:40:23.732 INFO copying /tmp/.tmpZORqCZ/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 ...
83242024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.732 INFO O| Dec 19 21:40:23.732 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
83252024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.732 INFO O| Dec 19 21:40:23.732 INFO ok!
83262024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.732 INFO O| Dec 19 21:40:23.732 INFO STEP 54 (ensure_file) COMPLETE
83272024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.732 INFO O| Dec 19 21:40:23.732 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83282024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.783 INFO O| Dec 19 21:40:23.783 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83292024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.783 INFO O| Dec 19 21:40:23.783 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
83302024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.783 INFO O| Dec 19 21:40:23.783 INFO STEP 55 (ensure_dir) COMPLETE
83312024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.783 INFO O| Dec 19 21:40:23.783 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83322024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.806 INFO O| Dec 19 21:40:23.806 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
83332024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.806 INFO O| Dec 19 21:40:23.806 INFO copying /tmp/.tmpZORqCZ/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 ...
83342024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.806 INFO O| Dec 19 21:40:23.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
83352024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.806 INFO O| Dec 19 21:40:23.806 INFO ok!
83362024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.806 INFO O| Dec 19 21:40:23.806 INFO STEP 56 (ensure_file) COMPLETE
83372024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.806 INFO O| Dec 19 21:40:23.806 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83382024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.829 INFO O| Dec 19 21:40:23.829 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
83392024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.829 INFO O| Dec 19 21:40:23.829 INFO copying /tmp/.tmpZORqCZ/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 ...
83402024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.829 INFO O| Dec 19 21:40:23.829 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
83412024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.829 INFO O| Dec 19 21:40:23.829 INFO ok!
83422024-12-19T21:40:26.455Z[ recovery-image] Dec 19 21:40:23.829 INFO O| Dec 19 21:40:23.829 INFO STEP 57 (ensure_file) COMPLETE
83432024-12-19T21:40:26.456Z[ recovery-image] Dec 19 21:40:23.829 INFO O| Dec 19 21:40:23.829 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83442024-12-19T21:40:26.456Z[ recovery-image] Dec 19 21:40:23.852 INFO O| Dec 19 21:40:23.852 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83452024-12-19T21:40:26.456Z[ recovery-image] Dec 19 21:40:23.852 INFO O| Dec 19 21:40:23.852 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
83462024-12-19T21:40:26.456Z[ recovery-image] Dec 19 21:40:23.852 INFO O| Dec 19 21:40:23.852 INFO STEP 58 (ensure_dir) COMPLETE
83472024-12-19T21:40:26.456Z[ recovery-image] Dec 19 21:40:23.852 INFO O| Dec 19 21:40:23.852 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83482024-12-19T21:40:26.456Z[ recovery-image] Dec 19 21:40:23.875 INFO O| Dec 19 21:40:23.875 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
83492024-12-19T21:40:26.456Z[ recovery-image] Dec 19 21:40:23.875 INFO O| Dec 19 21:40:23.875 INFO copying /tmp/.tmpZORqCZ/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 ...
83502024-12-19T21:40:26.456Z[ recovery-image] Dec 19 21:40:23.875 INFO O| Dec 19 21:40:23.875 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
83512024-12-19T21:40:26.456Z[ recovery-image] Dec 19 21:40:23.875 INFO O| Dec 19 21:40:23.875 INFO ok!
83522024-12-19T21:40:26.456Z[ recovery-image] Dec 19 21:40:23.875 INFO O| Dec 19 21:40:23.875 INFO STEP 59 (ensure_file) COMPLETE
83532024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.875 INFO O| Dec 19 21:40:23.875 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83542024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.901 INFO O| Dec 19 21:40:23.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
83552024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.901 INFO O| Dec 19 21:40:23.901 INFO copying /tmp/.tmpZORqCZ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
83562024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.901 INFO O| Dec 19 21:40:23.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
83572024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.901 INFO O| Dec 19 21:40:23.901 INFO ok!
83582024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.901 INFO O| Dec 19 21:40:23.901 INFO STEP 60 (ensure_file) COMPLETE
83592024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.901 INFO O| Dec 19 21:40:23.901 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83602024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.963 INFO O| Dec 19 21:40:23.963 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
83612024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.963 INFO O| Dec 19 21:40:23.963 INFO STEP 61 (ensure_dir) COMPLETE
83622024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.963 INFO O| Dec 19 21:40:23.963 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83632024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.984 INFO O| Dec 19 21:40:23.984 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
83642024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.984 INFO O| Dec 19 21:40:23.984 INFO STEP 62 (ensure_dir) COMPLETE
83652024-12-19T21:40:26.458Z[ recovery-image] Dec 19 21:40:23.985 INFO O| Dec 19 21:40:23.985 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83662024-12-19T21:40:26.469Z[ recovery-image] Dec 19 21:40:24.071 INFO O| Dec 19 21:40:24.071 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
83672024-12-19T21:40:26.469Z[ recovery-image] Dec 19 21:40:24.071 INFO O| Dec 19 21:40:24.071 INFO STEP 63 (ensure_dir) COMPLETE
83682024-12-19T21:40:26.469Z[ recovery-image] Dec 19 21:40:24.071 INFO O| Dec 19 21:40:24.071 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83692024-12-19T21:40:26.488Z[ recovery-image] Dec 19 21:40:24.126 INFO O| Dec 19 21:40:24.126 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
83702024-12-19T21:40:26.488Z[ recovery-image] Dec 19 21:40:24.126 INFO O| Dec 19 21:40:24.126 INFO STEP 64 (ensure_dir) COMPLETE
83712024-12-19T21:40:26.491Z[ recovery-image] Dec 19 21:40:24.126 INFO O| Dec 19 21:40:24.126 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
83722024-12-19T21:40:26.529Z[ recovery-image] Dec 19 21:40:24.167 INFO O| Dec 19 21:40:24.167 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
83732024-12-19T21:40:26.529Z[ recovery-image] Dec 19 21:40:24.167 INFO O| Dec 19 21:40:24.167 INFO copying /tmp/.tmpZORqCZ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
83742024-12-19T21:40:26.529Z[ recovery-image] Dec 19 21:40:24.167 INFO O| Dec 19 21:40:24.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
83752024-12-19T21:40:26.529Z[ recovery-image] Dec 19 21:40:24.167 INFO O| Dec 19 21:40:24.167 INFO ok!
83762024-12-19T21:40:26.532Z[ recovery-image] Dec 19 21:40:24.167 INFO O| Dec 19 21:40:24.167 INFO STEP 65 (ensure_file) COMPLETE
83772024-12-19T21:40:26.532Z[ recovery-image] Dec 19 21:40:24.167 INFO O| Dec 19 21:40:24.167 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83782024-12-19T21:40:26.548Z[ recovery-image] Dec 19 21:40:24.187 INFO O| Dec 19 21:40:24.186 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
83792024-12-19T21:40:26.551Z[ recovery-image] Dec 19 21:40:24.187 INFO O| Dec 19 21:40:24.187 INFO STEP 66 (remove_files) COMPLETE
83802024-12-19T21:40:26.551Z[ recovery-image] Dec 19 21:40:24.187 INFO O| Dec 19 21:40:24.187 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83812024-12-19T21:40:26.568Z[ recovery-image] Dec 19 21:40:24.207 INFO O| Dec 19 21:40:24.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
83822024-12-19T21:40:26.573Z[ recovery-image] Dec 19 21:40:24.207 INFO O| Dec 19 21:40:24.207 INFO STEP 67 (remove_files) COMPLETE
83832024-12-19T21:40:26.574Z[ recovery-image] Dec 19 21:40:24.207 INFO O| Dec 19 21:40:24.207 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83842024-12-19T21:40:26.588Z[ recovery-image] Dec 19 21:40:24.227 INFO O| Dec 19 21:40:24.227 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
83852024-12-19T21:40:26.592Z[ recovery-image] Dec 19 21:40:24.227 INFO O| Dec 19 21:40:24.227 INFO STEP 68 (remove_files) COMPLETE
83862024-12-19T21:40:26.592Z[ recovery-image] Dec 19 21:40:24.227 INFO O| Dec 19 21:40:24.227 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83872024-12-19T21:40:26.611Z[ recovery-image] Dec 19 21:40:24.247 INFO O| Dec 19 21:40:24.247 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
83882024-12-19T21:40:26.614Z[ recovery-image] Dec 19 21:40:24.248 INFO O| Dec 19 21:40:24.248 INFO STEP 69 (remove_files) COMPLETE
83892024-12-19T21:40:26.614Z[ recovery-image] Dec 19 21:40:24.248 INFO O| Dec 19 21:40:24.248 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83902024-12-19T21:40:26.629Z[ recovery-image] Dec 19 21:40:24.268 INFO O| Dec 19 21:40:24.268 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
83912024-12-19T21:40:26.632Z[ recovery-image] Dec 19 21:40:24.268 INFO O| Dec 19 21:40:24.268 INFO STEP 70 (remove_files) COMPLETE
83922024-12-19T21:40:26.632Z[ recovery-image] Dec 19 21:40:24.268 INFO O| Dec 19 21:40:24.268 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83932024-12-19T21:40:26.649Z[ recovery-image] Dec 19 21:40:24.288 INFO O| Dec 19 21:40:24.288 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
83942024-12-19T21:40:26.652Z[ recovery-image] Dec 19 21:40:24.288 INFO O| Dec 19 21:40:24.288 INFO STEP 71 (remove_files) COMPLETE
83952024-12-19T21:40:26.652Z[ recovery-image] Dec 19 21:40:24.288 INFO O| Dec 19 21:40:24.288 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83962024-12-19T21:40:26.680Z[ recovery-image] Dec 19 21:40:24.319 INFO O| Dec 19 21:40:24.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
83972024-12-19T21:40:26.684Z[ recovery-image] Dec 19 21:40:24.319 INFO O| Dec 19 21:40:24.319 INFO STEP 72 (remove_files) COMPLETE
83982024-12-19T21:40:26.684Z[ recovery-image] Dec 19 21:40:24.319 INFO O| Dec 19 21:40:24.319 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
83992024-12-19T21:40:26.812Z[ recovery-image] Dec 19 21:40:24.451 INFO O| Dec 19 21:40:24.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
84002024-12-19T21:40:26.812Z[ recovery-image] Dec 19 21:40:24.451 INFO O| Dec 19 21:40:24.451 INFO STEP 73 (remove_files) COMPLETE
84012024-12-19T21:40:26.812Z[ recovery-image] Dec 19 21:40:24.451 INFO O| Dec 19 21:40:24.451 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84022024-12-19T21:40:26.833Z[ recovery-image] Dec 19 21:40:24.471 INFO O| Dec 19 21:40:24.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
84032024-12-19T21:40:26.833Z[ recovery-image] Dec 19 21:40:24.471 INFO O| Dec 19 21:40:24.471 INFO STEP 74 (remove_files) COMPLETE
84042024-12-19T21:40:26.833Z[ recovery-image] Dec 19 21:40:24.471 INFO O| Dec 19 21:40:24.471 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84052024-12-19T21:40:26.879Z[ recovery-image] Dec 19 21:40:24.516 INFO O| Dec 19 21:40:24.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
84062024-12-19T21:40:26.879Z[ recovery-image] Dec 19 21:40:24.516 INFO O| Dec 19 21:40:24.516 INFO STEP 75 (remove_files) COMPLETE
84072024-12-19T21:40:26.883Z[ recovery-image] Dec 19 21:40:24.516 INFO O| Dec 19 21:40:24.516 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84082024-12-19T21:40:26.897Z[ recovery-image] Dec 19 21:40:24.536 INFO O| Dec 19 21:40:24.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
84092024-12-19T21:40:26.897Z[ recovery-image] Dec 19 21:40:24.536 INFO O| Dec 19 21:40:24.536 INFO STEP 76 (remove_files) COMPLETE
84102024-12-19T21:40:26.900Z[ recovery-image] Dec 19 21:40:24.536 INFO O| Dec 19 21:40:24.536 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84112024-12-19T21:40:26.918Z[ recovery-image] Dec 19 21:40:24.557 INFO O| Dec 19 21:40:24.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
84122024-12-19T21:40:26.918Z[ recovery-image] Dec 19 21:40:24.557 INFO O| Dec 19 21:40:24.557 INFO STEP 77 (remove_files) COMPLETE
84132024-12-19T21:40:26.921Z[ recovery-image] Dec 19 21:40:24.557 INFO O| Dec 19 21:40:24.557 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84142024-12-19T21:40:26.984Z[ recovery-image] Dec 19 21:40:24.623 INFO O| Dec 19 21:40:24.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
84152024-12-19T21:40:26.987Z[ recovery-image] Dec 19 21:40:24.623 INFO O| Dec 19 21:40:24.623 INFO STEP 78 (remove_files) COMPLETE
84162024-12-19T21:40:26.987Z[ recovery-image] Dec 19 21:40:24.623 INFO O| Dec 19 21:40:24.623 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84172024-12-19T21:40:27.042Z[ recovery-image] Dec 19 21:40:24.681 INFO O| Dec 19 21:40:24.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
84182024-12-19T21:40:27.042Z[ recovery-image] Dec 19 21:40:24.681 INFO O| Dec 19 21:40:24.681 INFO STEP 79 (remove_files) COMPLETE
84192024-12-19T21:40:27.042Z[ recovery-image] Dec 19 21:40:24.681 INFO O| Dec 19 21:40:24.681 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84202024-12-19T21:40:27.063Z[ recovery-image] Dec 19 21:40:24.701 INFO O| Dec 19 21:40:24.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
84212024-12-19T21:40:27.063Z[ recovery-image] Dec 19 21:40:24.701 INFO O| Dec 19 21:40:24.701 INFO STEP 80 (remove_files) COMPLETE
84222024-12-19T21:40:27.064Z[ recovery-image] Dec 19 21:40:24.701 INFO O| Dec 19 21:40:24.701 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84232024-12-19T21:40:27.122Z[ recovery-image] Dec 19 21:40:24.760 INFO O| Dec 19 21:40:24.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
84242024-12-19T21:40:27.122Z[ recovery-image] Dec 19 21:40:24.760 INFO O| Dec 19 21:40:24.760 INFO STEP 81 (remove_files) COMPLETE
84252024-12-19T21:40:27.125Z[ recovery-image] Dec 19 21:40:24.760 INFO O| Dec 19 21:40:24.760 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84262024-12-19T21:40:27.146Z[ recovery-image] Dec 19 21:40:24.784 INFO O| Dec 19 21:40:24.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
84272024-12-19T21:40:27.146Z[ recovery-image] Dec 19 21:40:24.785 INFO O| Dec 19 21:40:24.785 INFO STEP 82 (remove_files) COMPLETE
84282024-12-19T21:40:27.146Z[ recovery-image] Dec 19 21:40:24.785 INFO O| Dec 19 21:40:24.785 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84292024-12-19T21:40:27.173Z[ recovery-image] Dec 19 21:40:24.810 INFO O| Dec 19 21:40:24.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
84302024-12-19T21:40:27.173Z[ recovery-image] Dec 19 21:40:24.810 INFO O| Dec 19 21:40:24.810 INFO STEP 83 (remove_files) COMPLETE
84312024-12-19T21:40:27.173Z[ recovery-image] Dec 19 21:40:24.811 INFO O| Dec 19 21:40:24.810 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84322024-12-19T21:40:27.206Z[ recovery-image] Dec 19 21:40:24.844 INFO O| Dec 19 21:40:24.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
84332024-12-19T21:40:27.206Z[ recovery-image] Dec 19 21:40:24.844 INFO O| Dec 19 21:40:24.844 INFO STEP 84 (remove_files) COMPLETE
84342024-12-19T21:40:27.208Z[ recovery-image] Dec 19 21:40:24.844 INFO O| Dec 19 21:40:24.844 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84352024-12-19T21:40:27.230Z[ recovery-image] Dec 19 21:40:24.869 INFO O| Dec 19 21:40:24.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
84362024-12-19T21:40:27.230Z[ recovery-image] Dec 19 21:40:24.869 INFO O| Dec 19 21:40:24.869 INFO STEP 85 (remove_files) COMPLETE
84372024-12-19T21:40:27.230Z[ recovery-image] Dec 19 21:40:24.869 INFO O| Dec 19 21:40:24.869 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84382024-12-19T21:40:27.267Z[ recovery-image] Dec 19 21:40:24.896 INFO O| Dec 19 21:40:24.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
84392024-12-19T21:40:27.267Z[ recovery-image] Dec 19 21:40:24.897 INFO O| Dec 19 21:40:24.896 INFO STEP 86 (remove_files) COMPLETE
84402024-12-19T21:40:27.267Z[ recovery-image] Dec 19 21:40:24.897 INFO O| Dec 19 21:40:24.897 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84412024-12-19T21:40:27.282Z[ recovery-image] Dec 19 21:40:24.920 INFO O| Dec 19 21:40:24.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
84422024-12-19T21:40:27.282Z[ recovery-image] Dec 19 21:40:24.920 INFO O| Dec 19 21:40:24.920 INFO STEP 87 (remove_files) COMPLETE
84432024-12-19T21:40:27.282Z[ recovery-image] Dec 19 21:40:24.920 INFO O| Dec 19 21:40:24.920 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84442024-12-19T21:40:27.335Z[ recovery-image] Dec 19 21:40:24.974 INFO O| Dec 19 21:40:24.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
84452024-12-19T21:40:27.338Z[ recovery-image] Dec 19 21:40:24.974 INFO O| Dec 19 21:40:24.974 INFO STEP 88 (remove_files) COMPLETE
84462024-12-19T21:40:27.338Z[ recovery-image] Dec 19 21:40:24.974 INFO O| Dec 19 21:40:24.974 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84472024-12-19T21:40:27.366Z[ recovery-image] Dec 19 21:40:25.004 INFO O| Dec 19 21:40:25.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
84482024-12-19T21:40:27.369Z[ recovery-image] Dec 19 21:40:25.004 INFO O| Dec 19 21:40:25.004 INFO STEP 89 (remove_files) COMPLETE
84492024-12-19T21:40:27.369Z[ recovery-image] Dec 19 21:40:25.005 INFO O| Dec 19 21:40:25.005 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84502024-12-19T21:40:27.417Z[ recovery-image] Dec 19 21:40:25.055 INFO O| Dec 19 21:40:25.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
84512024-12-19T21:40:27.417Z[ recovery-image] Dec 19 21:40:25.055 INFO O| Dec 19 21:40:25.055 INFO STEP 90 (remove_files) COMPLETE
84522024-12-19T21:40:27.417Z[ recovery-image] Dec 19 21:40:25.055 INFO O| Dec 19 21:40:25.055 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84532024-12-19T21:40:27.444Z[ recovery-image] Dec 19 21:40:25.082 INFO O| Dec 19 21:40:25.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
84542024-12-19T21:40:27.444Z[ recovery-image] Dec 19 21:40:25.082 INFO O| Dec 19 21:40:25.082 INFO STEP 91 (remove_files) COMPLETE
84552024-12-19T21:40:27.444Z[ recovery-image] Dec 19 21:40:25.082 INFO O| Dec 19 21:40:25.082 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84562024-12-19T21:40:27.486Z[ recovery-image] Dec 19 21:40:25.125 INFO O| Dec 19 21:40:25.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
84572024-12-19T21:40:27.486Z[ recovery-image] Dec 19 21:40:25.125 INFO O| Dec 19 21:40:25.125 INFO STEP 92 (remove_files) COMPLETE
84582024-12-19T21:40:27.486Z[ recovery-image] Dec 19 21:40:25.125 INFO O| Dec 19 21:40:25.125 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84592024-12-19T21:40:27.513Z[ recovery-image] Dec 19 21:40:25.152 INFO O| Dec 19 21:40:25.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
84602024-12-19T21:40:27.513Z[ recovery-image] Dec 19 21:40:25.152 INFO O| Dec 19 21:40:25.152 INFO STEP 93 (remove_files) COMPLETE
84612024-12-19T21:40:27.513Z[ recovery-image] Dec 19 21:40:25.152 INFO O| Dec 19 21:40:25.152 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
84622024-12-19T21:40:27.542Z[ recovery-image] Dec 19 21:40:25.180 INFO O| Dec 19 21:40:25.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
84632024-12-19T21:40:27.542Z[ recovery-image] Dec 19 21:40:25.180 INFO O| Dec 19 21:40:25.180 INFO STEP 94 (remove_files) COMPLETE
84642024-12-19T21:40:27.542Z[ recovery-image] Dec 19 21:40:25.180 INFO O| Dec 19 21:40:25.180 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
84652024-12-19T21:40:27.610Z[ recovery-image] Dec 19 21:40:25.246 INFO O| Dec 19 21:40:25.246 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
84662024-12-19T21:40:27.610Z[ recovery-image] Dec 19 21:40:25.246 INFO O| Dec 19 21:40:25.246 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84672024-12-19T21:40:35.919Z[ recovery-image] Dec 19 21:40:33.551 INFO O| Dec 19 21:40:33.551 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
84682024-12-19T21:40:35.919Z[ recovery-image] Dec 19 21:40:33.551 INFO O| Dec 19 21:40:33.551 INFO E| svccfg: Loaded 67 smf(7) service descriptions
84692024-12-19T21:40:35.940Z[ recovery-image] Dec 19 21:40:33.573 INFO O| Dec 19 21:40:33.573 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
84702024-12-19T21:40:36.100Z[ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.732 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
84712024-12-19T21:40:36.100Z[ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.732 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 ...
84722024-12-19T21:40:36.104Z[ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.735 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
84732024-12-19T21:40:36.104Z[ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.735 INFO ok!
84742024-12-19T21:40:36.104Z[ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.735 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
84752024-12-19T21:40:36.104Z[ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.735 INFO STEP 95 (seed_smf) COMPLETE
84762024-12-19T21:40:36.104Z[ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.735 INFO steps complete; finalising image!
84772024-12-19T21:40:36.104Z[ recovery-image] Dec 19 21:40:33.735 INFO O| Dec 19 21:40:33.735 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
84782024-12-19T21:40:36.181Z[ recovery-image] Dec 19 21:40:33.815 INFO O| Dec 19 21:40:33.815 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Thu Dec 19 21:40:33 2024)
84792024-12-19T21:40:36.392Z[ recovery-image] Dec 19 21:40:34.027 INFO O| Dec 19 21:40:34.026 INFO trim TEMPORARY-gimlet-zfs-recovery: (60% trimmed, started at Thu Dec 19 21:40:33 2024)
84802024-12-19T21:40:36.602Z[ recovery-image] Dec 19 21:40:34.236 INFO O| Dec 19 21:40:34.236 INFO trim TEMPORARY-gimlet-zfs-recovery: (60% trimmed, started at Thu Dec 19 21:40:33 2024)
84812024-12-19T21:40:36.814Z[ recovery-image] Dec 19 21:40:34.448 INFO O| Dec 19 21:40:34.447 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Thu Dec 19 21:40:33 2024)
84822024-12-19T21:40:37.089Z[ recovery-image] Dec 19 21:40:34.723 INFO O| Dec 19 21:40:34.723 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio
84832024-12-19T21:40:37.089Z[ recovery-image] Dec 19 21:40:34.723 INFO O| Dec 19 21:40:34.723 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
84842024-12-19T21:40:37.812Z[ recovery-image] Dec 19 21:40:35.445 INFO O| Dec 19 21:40:35.445 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
84852024-12-19T21:40:37.812Z[ recovery-image] Dec 19 21:40:35.445 INFO O| Dec 19 21:40:35.445 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
84862024-12-19T21:40:43.424Z[ recovery-image] Dec 19 21:40:41.054 INFO O| Dec 19 21:40:41.054 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84872024-12-19T21:40:43.424Z[ recovery-image] Dec 19 21:40:41.054 INFO O| Dec 19 21:40:41.054 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84882024-12-19T21:40:43.427Z[ recovery-image] Dec 19 21:40:41.054 INFO O| Dec 19 21:40:41.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
84892024-12-19T21:40:43.428Z[ recovery-image] Dec 19 21:40:41.054 INFO O| Dec 19 21:40:41.054 INFO completed processing gimlet/zfs-recovery
84902024-12-19T21:40:43.428Z[ recovery-image] Dec 19 21:40:41.054 INFO O| Dec 19 21:40:41.054 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
84912024-12-19T21:40:43.694Z[ recovery-image] Dec 19 21:40:41.324 INFO O| Dec 19 21:40:41.324 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
84922024-12-19T21:40:43.830Z[ recovery-image] Dec 19 21:40:41.461 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
84932024-12-19T21:40:43.835Z[ recovery-image] Dec 19 21:40:41.461 INFO expanded image name: "recovery 4113601/${os_short_commit} 2024-12-19 21:09" -> "recovery 4113601/37a4469 2024-12-19 21:09"
84942024-12-19T21:40:43.835Z[ recovery-image] Dec 19 21:40:41.462 INFO output artefacts stored in: "/work/os-recovery"
84952024-12-19T21:40:43.835Z[ recovery-image] Dec 19 21:40:41.462 INFO collecting git info from project "image-builder"...
84962024-12-19T21:40:43.869Z[ recovery-image] Dec 19 21:40:41.498 INFO collecting git info from project "chelsio-t6-roms"...
84972024-12-19T21:40:43.903Z[ recovery-image] Dec 19 21:40:41.533 INFO collecting git info from project "bootserver"...
84982024-12-19T21:40:43.911Z[ recovery-image] Dec 19 21:40:41.542 INFO collecting git info from project "pinprick"...
84992024-12-19T21:40:43.921Z[ recovery-image] Dec 19 21:40:41.551 INFO collecting git info from project "pilot"...
85002024-12-19T21:40:43.942Z[ recovery-image] Dec 19 21:40:41.571 INFO collecting git info from project "amd-firmware"...
85012024-12-19T21:40:44.603Z[ recovery-image] Dec 19 21:40:42.230 INFO collecting git info from project "amd-host-image-builder"...
85022024-12-19T21:40:45.063Z[ recovery-image] Dec 19 21:40:42.692 INFO collecting git info from project "phbl"...
85032024-12-19T21:40:45.073Z[ recovery-image] Dec 19 21:40:42.703 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
85042024-12-19T21:40:45.829Z[ recovery-image] Dec 19 21:40:43.457 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
85052024-12-19T21:40:46.539Z[ recovery-image] Dec 19 21:40:44.168 INFO creating Oxide boot image...
85062024-12-19T21:40:46.539Z[ recovery-image] Dec 19 21:40:44.168 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 4113601/37a4469 2024-12-19 21:09", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
85072024-12-19T21:41:31.824Z[ host-image] Dec 19 21:41:29.521 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23080:20241219T204658Z
85082024-12-19T21:41:31.829Z[ host-image] Dec 19 21:41:29.522 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23080:20241219T204658Z
85092024-12-19T21:41:31.829Z[ host-image] Dec 19 21:41:29.522 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
85102024-12-19T21:41:31.829Z[ host-image] Dec 19 21:41:29.522 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
85112024-12-19T21:41:31.829Z[ host-image] Dec 19 21:41:29.522 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
85122024-12-19T21:41:31.829Z[ host-image] Dec 19 21:41:29.523 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
85132024-12-19T21:41:31.829Z[ host-image] Dec 19 21:41:29.524 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
85142024-12-19T21:41:31.829Z[ host-image] Dec 19 21:41:29.524 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
85152024-12-19T21:41:31.829Z[ host-image] Dec 19 21:41:29.524 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
85162024-12-19T21:41:31.829Z[ host-image] Dec 19 21:41:29.524 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
85172024-12-19T21:41:31.829Z[ host-image] Dec 19 21:41:29.524 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23080:20241219T204659Z
85182024-12-19T21:41:31.833Z[ host-image] Dec 19 21:41:29.527 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23080:20241219T204659Z
85192024-12-19T21:41:31.833Z[ host-image] Dec 19 21:41:29.528 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23080:20241219T204659Z
85202024-12-19T21:41:31.833Z[ host-image] Dec 19 21:41:29.529 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23080:20241219T204700Z
85212024-12-19T21:41:31.833Z[ host-image] Dec 19 21:41:29.529 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
85222024-12-19T21:41:31.833Z[ host-image] Dec 19 21:41:29.530 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23080:20241219T204700Z
85232024-12-19T21:41:31.836Z[ host-image] Dec 19 21:41:29.532 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23080:20241219T204700Z
85242024-12-19T21:41:31.836Z[ host-image] Dec 19 21:41:29.532 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23080:20241219T204700Z
85252024-12-19T21:41:31.836Z[ host-image] Dec 19 21:41:29.532 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23080:20241219T204700Z
85262024-12-19T21:41:31.836Z[ host-image] Dec 19 21:41:29.532 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23080:20241219T204701Z
85272024-12-19T21:41:31.836Z[ host-image] Dec 19 21:41:29.532 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23080:20241219T204701Z
85282024-12-19T21:41:31.836Z[ host-image] Dec 19 21:41:29.533 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23080:20241219T204701Z
85292024-12-19T21:41:31.836Z[ host-image] Dec 19 21:41:29.533 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23080:20241219T204702Z
85302024-12-19T21:41:31.836Z[ host-image] Dec 19 21:41:29.533 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23080:20241219T204702Z
85312024-12-19T21:41:31.836Z[ host-image] Dec 19 21:41:29.533 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23080:20241219T204702Z
85322024-12-19T21:41:31.836Z[ host-image] Dec 19 21:41:29.534 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23080:20241219T204704Z
85332024-12-19T21:41:31.836Z[ host-image] Dec 19 21:41:29.534 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23080:20241219T204704Z
85342024-12-19T21:41:31.836Z[ host-image] Dec 19 21:41:29.534 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23080:20241219T204705Z
85352024-12-19T21:41:31.837Z[ host-image] Dec 19 21:41:29.534 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23080:20241219T204706Z
85362024-12-19T21:41:31.842Z[ host-image] Dec 19 21:41:29.534 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z
85372024-12-19T21:41:31.843Z[ host-image] Dec 19 21:41:29.534 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23080:20241219T204707Z
85382024-12-19T21:41:31.843Z[ host-image] Dec 19 21:41:29.535 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23080:20241219T204709Z
85392024-12-19T21:41:31.843Z[ host-image] Dec 19 21:41:29.535 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23080:20241219T204710Z
85402024-12-19T21:41:31.843Z[ host-image] Dec 19 21:41:29.535 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23080:20241219T204711Z
85412024-12-19T21:41:31.843Z[ host-image] Dec 19 21:41:29.537 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23080:20241219T204712Z
85422024-12-19T21:41:31.843Z[ host-image] Dec 19 21:41:29.537 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23080:20241219T204712Z
85432024-12-19T21:41:31.853Z[ host-image] Dec 19 21:41:29.552 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
85442024-12-19T21:41:31.853Z[ host-image] Dec 19 21:41:29.552 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23080:20241219T204712Z
85452024-12-19T21:41:31.856Z[ host-image] Dec 19 21:41:29.552 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z
85462024-12-19T21:41:31.856Z[ host-image] Dec 19 21:41:29.552 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
85472024-12-19T21:41:31.856Z[ host-image] Dec 19 21:41:29.553 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
85482024-12-19T21:41:31.856Z[ host-image] Dec 19 21:41:29.554 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23080:20241219T204712Z
85492024-12-19T21:41:31.856Z[ host-image] Dec 19 21:41:29.554 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
85502024-12-19T21:41:31.856Z[ host-image] Dec 19 21:41:29.554 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
85512024-12-19T21:41:31.859Z[ host-image] Dec 19 21:41:29.556 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
85522024-12-19T21:41:31.859Z[ host-image] Dec 19 21:41:29.556 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
85532024-12-19T21:41:31.877Z[ host-image] Dec 19 21:41:29.577 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
85542024-12-19T21:41:31.877Z[ host-image] Dec 19 21:41:29.577 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
85552024-12-19T21:41:31.881Z[ host-image] Dec 19 21:41:29.577 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
85562024-12-19T21:41:31.881Z[ host-image] Dec 19 21:41:29.578 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
85572024-12-19T21:41:31.881Z[ host-image] Dec 19 21:41:29.579 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
85582024-12-19T21:41:31.881Z[ host-image] Dec 19 21:41:29.579 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
85592024-12-19T21:41:31.961Z[ host-image] Dec 19 21:41:29.666 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
85602024-12-19T21:41:31.964Z[ host-image] Dec 19 21:41:29.667 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
85612024-12-19T21:41:31.964Z[ host-image] Dec 19 21:41:29.668 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
85622024-12-19T21:41:31.964Z[ host-image] Dec 19 21:41:29.669 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23080:20241219T204714Z
85632024-12-19T21:41:31.964Z[ host-image] Dec 19 21:41:29.669 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23080:20241219T204720Z
85642024-12-19T21:41:31.964Z[ host-image] Dec 19 21:41:29.669 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
85652024-12-19T21:41:31.964Z[ host-image] Dec 19 21:41:29.669 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23080:20241219T204720Z
85662024-12-19T21:41:31.967Z[ host-image] Dec 19 21:41:29.670 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
85672024-12-19T21:41:31.967Z[ host-image] Dec 19 21:41:29.670 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
85682024-12-19T21:41:31.967Z[ host-image] Dec 19 21:41:29.670 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
85692024-12-19T21:41:31.967Z[ host-image] Dec 19 21:41:29.670 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23080:20241219T204720Z
85702024-12-19T21:41:31.967Z[ host-image] Dec 19 21:41:29.671 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
85712024-12-19T21:41:31.974Z[ host-image] Dec 19 21:41:29.678 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
85722024-12-19T21:41:31.974Z[ host-image] Dec 19 21:41:29.678 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
85732024-12-19T21:41:31.977Z[ host-image] Dec 19 21:41:29.678 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
85742024-12-19T21:41:31.977Z[ host-image] Dec 19 21:41:29.679 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23080:20241219T204721Z
85752024-12-19T21:41:31.977Z[ host-image] Dec 19 21:41:29.679 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
85762024-12-19T21:41:31.996Z[ host-image] Dec 19 21:41:29.703 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
85772024-12-19T21:41:31.999Z[ host-image] Dec 19 21:41:29.703 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23080:20241219T204721Z
85782024-12-19T21:41:31.999Z[ host-image] Dec 19 21:41:29.707 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23080:20241219T204721Z
85792024-12-19T21:41:32.003Z[ host-image] Dec 19 21:41:29.707 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23080:20241219T204721Z
85802024-12-19T21:41:32.003Z[ host-image] Dec 19 21:41:29.708 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
85812024-12-19T21:41:32.003Z[ host-image] Dec 19 21:41:29.708 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23080:20241219T204723Z
85822024-12-19T21:41:32.003Z[ host-image] Dec 19 21:41:29.709 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23080:20241219T204723Z
85832024-12-19T21:41:32.003Z[ host-image] Dec 19 21:41:29.710 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23080:20241219T204723Z
85842024-12-19T21:41:32.003Z[ host-image] Dec 19 21:41:29.710 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23080:20241219T204723Z
85852024-12-19T21:41:32.008Z[ host-image] Dec 19 21:41:29.716 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
85862024-12-19T21:41:32.010Z[ host-image] Dec 19 21:41:29.717 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23080:20241219T204724Z
85872024-12-19T21:41:32.010Z[ host-image] Dec 19 21:41:29.718 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23080:20241219T204725Z
85882024-12-19T21:41:32.010Z[ host-image] Dec 19 21:41:29.718 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
85892024-12-19T21:41:32.010Z[ host-image] Dec 19 21:41:29.719 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23080:20241219T204725Z
85902024-12-19T21:41:32.014Z[ host-image] Dec 19 21:41:29.719 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23080:20241219T204725Z
85912024-12-19T21:41:32.014Z[ host-image] Dec 19 21:41:29.719 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23080:20241219T204725Z
85922024-12-19T21:41:32.014Z[ host-image] Dec 19 21:41:29.720 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23080:20241219T204725Z
85932024-12-19T21:41:32.044Z[ host-image] Dec 19 21:41:29.755 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23080:20241219T204725Z
85942024-12-19T21:41:32.044Z[ host-image] Dec 19 21:41:29.755 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
85952024-12-19T21:41:32.048Z[ host-image] Dec 19 21:41:29.759 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23080:20241219T204725Z
85962024-12-19T21:41:32.051Z[ host-image] Dec 19 21:41:29.761 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23080:20241219T204726Z
85972024-12-19T21:41:32.051Z[ host-image] Dec 19 21:41:29.761 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23080:20241219T204726Z
85982024-12-19T21:41:32.054Z[ host-image] Dec 19 21:41:29.762 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23080:20241219T204726Z
85992024-12-19T21:41:32.054Z[ host-image] Dec 19 21:41:29.763 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23080:20241219T204726Z
86002024-12-19T21:41:32.054Z[ host-image] Dec 19 21:41:29.764 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23080:20241219T204726Z
86012024-12-19T21:41:32.068Z[ host-image] Dec 19 21:41:29.781 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23080:20241219T204728Z
86022024-12-19T21:41:32.071Z[ host-image] Dec 19 21:41:29.781 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23080:20241219T204727Z
86032024-12-19T21:41:32.077Z[ host-image] Dec 19 21:41:29.790 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23080:20241219T204727Z
86042024-12-19T21:41:32.080Z[ host-image] Dec 19 21:41:29.792 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23080:20241219T204727Z
86052024-12-19T21:41:32.081Z[ host-image] Dec 19 21:41:29.792 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23080:20241219T204728Z
86062024-12-19T21:41:32.113Z[ host-image] Dec 19 21:41:29.828 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23080:20241219T204731Z
86072024-12-19T21:41:32.113Z[ host-image] Dec 19 21:41:29.828 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23080:20241219T204728Z
86082024-12-19T21:41:32.117Z[ host-image] Dec 19 21:41:29.828 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23080:20241219T204728Z
86092024-12-19T21:41:32.117Z[ host-image] Dec 19 21:41:29.829 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
86102024-12-19T21:41:32.117Z[ host-image] Dec 19 21:41:29.829 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
86112024-12-19T21:41:32.184Z[ host-image] Dec 19 21:41:29.903 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23080:20241219T204728Z
86122024-12-19T21:41:32.187Z[ host-image] Dec 19 21:41:29.904 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
86132024-12-19T21:41:32.187Z[ host-image] Dec 19 21:41:29.904 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23080:20241219T204729Z
86142024-12-19T21:41:32.187Z[ host-image] Dec 19 21:41:29.904 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23080:20241219T204729Z
86152024-12-19T21:41:32.187Z[ host-image] Dec 19 21:41:29.906 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23080:20241219T204729Z
86162024-12-19T21:41:32.187Z[ host-image] Dec 19 21:41:29.907 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
86172024-12-19T21:41:32.191Z[ host-image] Dec 19 21:41:29.908 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
86182024-12-19T21:41:32.191Z[ host-image] Dec 19 21:41:29.909 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23080:20241219T204730Z
86192024-12-19T21:41:32.191Z[ host-image] Dec 19 21:41:29.909 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23080:20241219T204730Z
86202024-12-19T21:41:32.191Z[ host-image] Dec 19 21:41:29.909 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23080:20241219T204730Z
86212024-12-19T21:41:32.194Z[ host-image] Dec 19 21:41:29.910 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23080:20241219T204730Z
86222024-12-19T21:41:32.194Z[ host-image] Dec 19 21:41:29.911 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23080:20241219T204730Z
86232024-12-19T21:41:32.194Z[ host-image] Dec 19 21:41:29.911 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23080:20241219T204731Z
86242024-12-19T21:41:32.197Z[ host-image] Dec 19 21:41:29.916 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
86252024-12-19T21:41:32.197Z[ host-image] Dec 19 21:41:29.916 INFO O| install = pkg://helios-dev/system/microcode/amd@20241121-2.0.23080:20241219T204731Z
86262024-12-19T21:41:32.199Z[ host-image] Dec 19 21:41:29.919 INFO O| install = pkg://helios-dev/system/microcode/intel@20241112-2.0.23080:20241219T204731Z
86272024-12-19T21:41:32.200Z[ host-image] Dec 19 21:41:29.919 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23080:20241219T204731Z
86282024-12-19T21:41:32.200Z[ host-image] Dec 19 21:41:29.920 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23080:20241219T204733Z
86292024-12-19T21:41:32.200Z[ host-image] Dec 19 21:41:29.920 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23080:20241219T204732Z
86302024-12-19T21:41:32.202Z[ host-image] Dec 19 21:41:29.920 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23080:20241219T204732Z
86312024-12-19T21:41:32.202Z[ host-image] Dec 19 21:41:29.921 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
86322024-12-19T21:41:32.202Z[ host-image] Dec 19 21:41:29.921 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
86332024-12-19T21:41:32.202Z[ host-image] Dec 19 21:41:29.922 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23080:20241219T204734Z
86342024-12-19T21:41:32.204Z[ host-image] Dec 19 21:41:29.922 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23080:20241219T204735Z
86352024-12-19T21:41:32.204Z[ host-image] Dec 19 21:41:29.922 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
86362024-12-19T21:41:32.204Z[ host-image] Dec 19 21:41:29.923 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
86372024-12-19T21:41:32.204Z[ host-image] Dec 19 21:41:29.923 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
86382024-12-19T21:41:32.204Z[ host-image] Dec 19 21:41:29.923 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
86392024-12-19T21:41:32.204Z[ host-image] Dec 19 21:41:29.923 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
86402024-12-19T21:41:32.207Z[ host-image] Dec 19 21:41:29.924 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
86412024-12-19T21:41:32.207Z[ host-image] Dec 19 21:41:29.927 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z
86422024-12-19T21:41:32.207Z[ host-image] Dec 19 21:41:29.927 INFO O| tempdir @ "/tmp/.tmpfqx8WQ/tmp"
86432024-12-19T21:41:32.207Z[ host-image] Dec 19 21:41:29.927 INFO O| image root @ "/tmp/.tmpfqx8WQ/tmp/root"
86442024-12-19T21:41:32.207Z[ host-image] Dec 19 21:41:29.927 INFO O| creating image...
86452024-12-19T21:41:33.451Z[ host-image] Dec 19 21:41:31.248 INFO O| copying publishers...
86462024-12-19T21:41:55.356Z[ host-image] Dec 19 21:41:54.496 INFO O| adding properties...
86472024-12-19T21:41:57.611Z[ host-image] Dec 19 21:41:56.907 INFO O| installing packages...
86482024-12-19T21:41:59.053Z[ recovery-image] Dec 19 21:41:58.438 INFO O| ok, image written!
86492024-12-19T21:41:59.060Z[ recovery-image] Dec 19 21:41:58.438 INFO O| ok, boot_image_csum file written!
86502024-12-19T21:41:59.060Z[ recovery-image] Dec 19 21:41:58.446 INFO creating boot archive (CPIO)...
86512024-12-19T21:41:59.060Z[ recovery-image] Dec 19 21:41:58.446 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
86522024-12-19T21:41:59.073Z[ recovery-image] Dec 19 21:41:58.459 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
86532024-12-19T21:41:59.076Z[ recovery-image] Dec 19 21:41:58.460 INFO E| + outfile=/work/os-recovery/cpio
86542024-12-19T21:41:59.076Z[ recovery-image] Dec 19 21:41:58.460 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
86552024-12-19T21:41:59.079Z[ recovery-image] Dec 19 21:41:58.463 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
86562024-12-19T21:41:59.079Z[ recovery-image] Dec 19 21:41:58.464 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
86572024-12-19T21:41:59.123Z[ recovery-image] Dec 19 21:41:58.513 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
86582024-12-19T21:41:59.126Z[ recovery-image] Dec 19 21:41:58.513 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
86592024-12-19T21:41:59.133Z[ recovery-image] Dec 19 21:41:58.524 INFO creating compressed cpio/unix for nanobl-rs...
86602024-12-19T21:41:59.136Z[ recovery-image] Dec 19 21:41:58.524 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
86612024-12-19T21:41:59.625Z[ recovery-image] Dec 19 21:41:59.046 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
86622024-12-19T21:42:06.509Z[ recovery-image] Dec 19 21:42:06.099 INFO creating reset image...
86632024-12-19T21:42:06.509Z[ recovery-image] Dec 19 21:42:06.099 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
86642024-12-19T21:42:07.166Z[ recovery-image] Dec 19 21:42:06.757 INFO E| Updating crates.io index
86652024-12-19T21:42:07.555Z[ recovery-image] Dec 19 21:42:07.146 INFO E| Downloading crates ...
86662024-12-19T21:42:07.670Z[ recovery-image] Dec 19 21:42:07.260 INFO E| Downloaded clap v4.5.17
86672024-12-19T21:42:07.689Z[ recovery-image] Dec 19 21:42:07.275 INFO E| Downloaded os_pipe v1.2.1
86682024-12-19T21:42:07.693Z[ recovery-image] Dec 19 21:42:07.277 INFO E| Downloaded shared_child v1.0.1
86692024-12-19T21:42:07.693Z[ recovery-image] Dec 19 21:42:07.279 INFO E| Downloaded clap_derive v4.5.13
86702024-12-19T21:42:07.693Z[ recovery-image] Dec 19 21:42:07.282 INFO E| Downloaded duct v0.13.7
86712024-12-19T21:42:07.702Z[ recovery-image] Dec 19 21:42:07.293 INFO E| Downloaded clap_builder v4.5.17
86722024-12-19T21:42:07.748Z[ recovery-image] Dec 19 21:42:07.339 INFO E| Downloaded syn v2.0.77
86732024-12-19T21:42:07.794Z[ recovery-image] Dec 19 21:42:07.384 INFO E| Downloaded libc v0.2.158
86742024-12-19T21:42:07.936Z[ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling proc-macro2 v1.0.86
86752024-12-19T21:42:07.939Z[ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling unicode-ident v1.0.13
86762024-12-19T21:42:07.939Z[ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling libc v0.2.158
86772024-12-19T21:42:07.939Z[ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling utf8parse v0.2.2
86782024-12-19T21:42:07.939Z[ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling is_terminal_polyfill v1.70.1
86792024-12-19T21:42:07.939Z[ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling anstyle v1.0.8
86802024-12-19T21:42:07.939Z[ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling anstyle-query v1.1.1
86812024-12-19T21:42:07.939Z[ recovery-image] Dec 19 21:42:07.526 INFO E| Compiling colorchoice v1.0.2
86822024-12-19T21:42:08.628Z[ recovery-image] Dec 19 21:42:08.218 INFO E| Compiling clap_lex v0.7.2
86832024-12-19T21:42:08.656Z[ recovery-image] Dec 19 21:42:08.246 INFO E| Compiling strsim v0.11.1
86842024-12-19T21:42:08.952Z[ recovery-image] Dec 19 21:42:08.541 INFO E| Compiling anstyle-parse v0.2.5
86852024-12-19T21:42:09.120Z[ recovery-image] Dec 19 21:42:08.710 INFO E| Compiling heck v0.5.0
86862024-12-19T21:42:09.206Z[ recovery-image] Dec 19 21:42:08.796 INFO E| Compiling once_cell v1.19.0
86872024-12-19T21:42:09.607Z[ recovery-image] Dec 19 21:42:09.197 INFO E| Compiling anstream v0.6.15
86882024-12-19T21:42:10.187Z[ recovery-image] Dec 19 21:42:09.777 INFO E| Compiling clap_builder v4.5.17
86892024-12-19T21:42:10.731Z[ recovery-image] Dec 19 21:42:10.321 INFO E| Compiling os_pipe v1.2.1
86902024-12-19T21:42:10.731Z[ recovery-image] Dec 19 21:42:10.321 INFO E| Compiling shared_child v1.0.1
86912024-12-19T21:42:10.980Z[ recovery-image] Dec 19 21:42:10.558 INFO E| Compiling duct v0.13.7
86922024-12-19T21:42:11.331Z[ recovery-image] Dec 19 21:42:10.906 INFO E| Compiling quote v1.0.37
86932024-12-19T21:42:12.020Z[ recovery-image] Dec 19 21:42:11.599 INFO E| Compiling syn v2.0.77
86942024-12-19T21:42:21.096Z[ recovery-image] Dec 19 21:42:20.679 INFO E| Compiling clap_derive v4.5.13
86952024-12-19T21:42:25.943Z[ recovery-image] Dec 19 21:42:25.525 INFO E| Compiling clap v4.5.17
86962024-12-19T21:42:26.037Z[ recovery-image] Dec 19 21:42:25.619 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
86972024-12-19T21:42:28.039Z[ recovery-image] Dec 19 21:42:27.620 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.30s
86982024-12-19T21:42:28.055Z[ recovery-image] Dec 19 21:42:27.634 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
86992024-12-19T21:42:28.352Z[ recovery-image] Dec 19 21:42:27.933 INFO E| Updating crates.io index
87002024-12-19T21:42:28.584Z[ recovery-image] Dec 19 21:42:28.165 INFO E| Downloading crates ...
87012024-12-19T21:42:28.664Z[ recovery-image] Dec 19 21:42:28.245 INFO E| Downloaded bit_field v0.10.2
87022024-12-19T21:42:28.667Z[ recovery-image] Dec 19 21:42:28.247 INFO E| Downloaded bitstruct v0.1.1
87032024-12-19T21:42:28.670Z[ recovery-image] Dec 19 21:42:28.249 INFO E| Downloaded cpio_reader v0.1.1
87042024-12-19T21:42:28.671Z[ recovery-image] Dec 19 21:42:28.250 INFO E| Downloaded bitstruct_derive v0.1.0
87052024-12-19T21:42:28.671Z[ recovery-image] Dec 19 21:42:28.251 INFO E| Downloaded seq-macro v0.3.5
87062024-12-19T21:42:28.682Z[ recovery-image] Dec 19 21:42:28.263 INFO E| Downloaded raw-cpuid v10.7.0
87072024-12-19T21:42:28.707Z[ recovery-image] Dec 19 21:42:28.288 INFO E| Downloaded syn v2.0.85
87082024-12-19T21:42:28.935Z[ recovery-image] Dec 19 21:42:28.516 INFO E| Downloaded x86 v0.52.0
87092024-12-19T21:42:29.037Z[ recovery-image] Dec 19 21:42:28.617 INFO E| Updating crates.io index
87102024-12-19T21:42:29.292Z[ recovery-image] Dec 19 21:42:28.872 INFO E| Downloading crates ...
87112024-12-19T21:42:29.512Z[ recovery-image] Dec 19 21:42:29.092 INFO E| Downloaded hashbrown v0.15.0
87122024-12-19T21:42:29.548Z[ recovery-image] Dec 19 21:42:29.128 INFO E| Downloaded compiler_builtins v0.1.134
87132024-12-19T21:42:29.756Z[ recovery-image] Dec 19 21:42:29.336 INFO E| Compiling compiler_builtins v0.1.134
87142024-12-19T21:42:29.756Z[ recovery-image] Dec 19 21:42:29.336 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)
87152024-12-19T21:42:29.759Z[ recovery-image] Dec 19 21:42:29.336 INFO E| Compiling proc-macro2 v1.0.89
87162024-12-19T21:42:29.759Z[ recovery-image] Dec 19 21:42:29.336 INFO E| Compiling unicode-ident v1.0.13
87172024-12-19T21:42:29.759Z[ recovery-image] Dec 19 21:42:29.336 INFO E| Compiling syn v1.0.109
87182024-12-19T21:42:29.759Z[ recovery-image] Dec 19 21:42:29.336 INFO E| Compiling x86 v0.52.0
87192024-12-19T21:42:29.759Z[ recovery-image] Dec 19 21:42:29.337 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
87202024-12-19T21:42:29.759Z[ recovery-image] Dec 19 21:42:29.337 INFO E| Compiling seq-macro v0.3.5
87212024-12-19T21:42:32.185Z[ host-image] Dec 19 21:42:31.764 INFO O| seeding SMF database...
87222024-12-19T21:42:32.616Z[ recovery-image] Dec 19 21:42:32.194 INFO E| Compiling quote v1.0.37
87232024-12-19T21:42:33.039Z[ recovery-image] Dec 19 21:42:32.617 INFO E| Compiling syn v2.0.85
87242024-12-19T21:42:39.881Z[ recovery-image] Dec 19 21:42:39.379 INFO E| Compiling scroll_derive v0.12.0
87252024-12-19T21:42:46.881Z[ recovery-image] Dec 19 21:42:46.453 INFO E| Compiling bitstruct_derive v0.1.0
87262024-12-19T21:42:49.601Z[ host-image] Dec 19 21:42:49.172 INFO O| configuring SMF profile...
87272024-12-19T21:42:49.605Z[ host-image] Dec 19 21:42:49.172 INFO O| modifying shadow(5)...
87282024-12-19T21:42:49.605Z[ host-image] Dec 19 21:42:49.172 INFO O| loading user and group database...
87292024-12-19T21:42:49.605Z[ host-image] Dec 19 21:42:49.173 INFO O| assessing packaged files...
87302024-12-19T21:42:56.091Z[ host-image] Dec 19 21:42:55.656 INFO O| creating archive...
87312024-12-19T21:42:56.182Z[ host-image] Dec 19 21:42:55.730 INFO O| missing from packaging:
87322024-12-19T21:42:56.182Z[ host-image] Dec 19 21:42:55.730 INFO O| "etc/.pwd.lock"
87332024-12-19T21:42:56.188Z[ host-image] Dec 19 21:42:55.730 INFO O| "etc/bash"
87342024-12-19T21:42:56.188Z[ host-image] Dec 19 21:42:55.744 INFO O| "etc/svc/profile/generic.xml"
87352024-12-19T21:42:56.188Z[ host-image] Dec 19 21:42:55.744 INFO O| "etc/svc/profile/inetd_services.xml"
87362024-12-19T21:42:56.188Z[ host-image] Dec 19 21:42:55.744 INFO O| "etc/svc/profile/name_service.xml"
87372024-12-19T21:42:56.188Z[ host-image] Dec 19 21:42:55.744 INFO O| "etc/svc/profile/platform.xml"
87382024-12-19T21:42:56.188Z[ host-image] Dec 19 21:42:55.744 INFO O| "etc/svc/profile/platform_omicron1.xml"
87392024-12-19T21:42:56.188Z[ host-image] Dec 19 21:42:55.744 INFO O| "etc/svc/repository.db"
87402024-12-19T21:42:56.194Z[ host-image] Dec 19 21:42:55.759 INFO O| "opt/ooce/share"
87412024-12-19T21:42:56.195Z[ host-image] Dec 19 21:42:55.759 INFO O| "opt/ooce/share/man"
87422024-12-19T21:42:56.195Z[ host-image] Dec 19 21:42:55.759 INFO O| "opt/ooce/share/man/man1"
87432024-12-19T21:42:56.206Z[ host-image] Dec 19 21:42:55.773 INFO O| finishing archive...
87442024-12-19T21:43:00.409Z[ host-image] Dec 19 21:42:59.975 INFO O| creating gzonly manifest...
87452024-12-19T21:43:00.421Z[ host-image] Dec 19 21:42:59.987 INFO O| ok
87462024-12-19T21:43:00.634Z[ host-image] Dec 19 21:43:00.196 INFO image builder template: ramdisk-02-trim...
87472024-12-19T21:43:00.635Z[ host-image] Dec 19 21:43:00.196 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/.tmpZORqCZ/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
87482024-12-19T21:43:00.680Z[ host-image] Dec 19 21:43:00.240 INFO O| Dec 19 21:43:00.240 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87492024-12-19T21:43:00.693Z[ host-image] Dec 19 21:43:00.253 INFO O| Dec 19 21:43:00.253 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87502024-12-19T21:43:00.851Z[ host-image] Dec 19 21:43:00.415 INFO O| Dec 19 21:43:00.415 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
87512024-12-19T21:43:00.973Z[ host-image] Dec 19 21:43:00.536 INFO O| Dec 19 21:43:00.536 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
87522024-12-19T21:43:00.973Z[ host-image] Dec 19 21:43:00.536 INFO O| Dec 19 21:43:00.536 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
87532024-12-19T21:43:00.982Z[ host-image] Dec 19 21:43:00.547 INFO O| Dec 19 21:43:00.547 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
87542024-12-19T21:43:00.991Z[ host-image] Dec 19 21:43:00.554 INFO O| Dec 19 21:43:00.554 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
87552024-12-19T21:43:00.998Z[ host-image] Dec 19 21:43:00.563 INFO O| Dec 19 21:43:00.563 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
87562024-12-19T21:43:01.421Z[ host-image] Dec 19 21:43:00.986 INFO O| Dec 19 21:43:00.986 INFO rolled back to input snapshot; work may begin
87572024-12-19T21:43:01.421Z[ host-image] Dec 19 21:43:00.986 INFO O| Dec 19 21:43:00.986 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
87582024-12-19T21:43:01.433Z[ host-image] Dec 19 21:43:00.997 INFO O| Dec 19 21:43:00.997 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-12-19T21:43:01.455Z[ host-image] Dec 19 21:43:01.020 INFO O| Dec 19 21:43:01.020 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
87602024-12-19T21:43:01.650Z[ host-image] Dec 19 21:43:01.215 INFO O| Dec 19 21:43:01.214 INFO STEP 0 (remove_files) COMPLETE
87612024-12-19T21:43:01.650Z[ host-image] Dec 19 21:43:01.215 INFO O| Dec 19 21:43:01.214 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-12-19T21:43:01.685Z[ host-image] Dec 19 21:43:01.250 INFO O| Dec 19 21:43:01.250 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
87632024-12-19T21:43:01.689Z[ host-image] Dec 19 21:43:01.254 INFO O| Dec 19 21:43:01.254 INFO STEP 1 (remove_files) COMPLETE
87642024-12-19T21:43:01.692Z[ host-image] Dec 19 21:43:01.254 INFO O| Dec 19 21:43:01.254 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652024-12-19T21:43:01.712Z[ host-image] Dec 19 21:43:01.276 INFO O| Dec 19 21:43:01.276 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
87662024-12-19T21:43:01.762Z[ host-image] Dec 19 21:43:01.327 INFO O| Dec 19 21:43:01.327 INFO STEP 2 (remove_files) COMPLETE
87672024-12-19T21:43:01.762Z[ host-image] Dec 19 21:43:01.327 INFO O| Dec 19 21:43:01.327 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682024-12-19T21:43:01.792Z[ host-image] Dec 19 21:43:01.357 INFO O| Dec 19 21:43:01.357 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
87692024-12-19T21:43:01.796Z[ host-image] Dec 19 21:43:01.361 INFO O| Dec 19 21:43:01.360 INFO STEP 3 (remove_files) COMPLETE
87702024-12-19T21:43:01.796Z[ host-image] Dec 19 21:43:01.361 INFO O| Dec 19 21:43:01.360 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87712024-12-19T21:43:01.815Z[ host-image] Dec 19 21:43:01.380 INFO O| Dec 19 21:43:01.380 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
87722024-12-19T21:43:01.823Z[ host-image] Dec 19 21:43:01.388 INFO O| Dec 19 21:43:01.388 INFO STEP 4 (remove_files) COMPLETE
87732024-12-19T21:43:01.823Z[ host-image] Dec 19 21:43:01.388 INFO O| Dec 19 21:43:01.388 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87742024-12-19T21:43:01.843Z[ host-image] Dec 19 21:43:01.407 INFO O| Dec 19 21:43:01.407 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
87752024-12-19T21:43:01.848Z[ host-image] Dec 19 21:43:01.413 INFO O| Dec 19 21:43:01.413 INFO STEP 5 (remove_files) COMPLETE
87762024-12-19T21:43:01.848Z[ host-image] Dec 19 21:43:01.413 INFO O| Dec 19 21:43:01.413 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87772024-12-19T21:43:01.867Z[ host-image] Dec 19 21:43:01.431 INFO O| Dec 19 21:43:01.431 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
87782024-12-19T21:43:01.887Z[ host-image] Dec 19 21:43:01.452 INFO O| Dec 19 21:43:01.452 INFO STEP 6 (remove_files) COMPLETE
87792024-12-19T21:43:01.887Z[ host-image] Dec 19 21:43:01.452 INFO O| Dec 19 21:43:01.452 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87802024-12-19T21:43:01.926Z[ host-image] Dec 19 21:43:01.491 INFO O| Dec 19 21:43:01.490 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
87812024-12-19T21:43:01.951Z[ host-image] Dec 19 21:43:01.515 INFO O| Dec 19 21:43:01.515 INFO STEP 7 (remove_files) COMPLETE
87822024-12-19T21:43:01.951Z[ host-image] Dec 19 21:43:01.515 INFO O| Dec 19 21:43:01.515 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87832024-12-19T21:43:02.011Z[ host-image] Dec 19 21:43:01.576 INFO O| Dec 19 21:43:01.576 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
87842024-12-19T21:43:02.194Z[ host-image] Dec 19 21:43:01.759 INFO O| Dec 19 21:43:01.759 INFO STEP 8 (remove_files) COMPLETE
87852024-12-19T21:43:02.194Z[ host-image] Dec 19 21:43:01.759 INFO O| Dec 19 21:43:01.759 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87862024-12-19T21:43:02.212Z[ host-image] Dec 19 21:43:01.777 INFO O| Dec 19 21:43:01.777 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
87872024-12-19T21:43:02.382Z[ host-image] Dec 19 21:43:01.946 INFO O| Dec 19 21:43:01.946 INFO STEP 9 (remove_files) COMPLETE
87882024-12-19T21:43:02.382Z[ host-image] Dec 19 21:43:01.946 INFO O| Dec 19 21:43:01.946 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87892024-12-19T21:43:02.404Z[ host-image] Dec 19 21:43:01.969 INFO O| Dec 19 21:43:01.969 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
87902024-12-19T21:43:02.411Z[ host-image] Dec 19 21:43:01.975 INFO O| Dec 19 21:43:01.975 INFO STEP 10 (remove_files) COMPLETE
87912024-12-19T21:43:02.411Z[ host-image] Dec 19 21:43:01.975 INFO O| Dec 19 21:43:01.975 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87922024-12-19T21:43:02.491Z[ host-image] Dec 19 21:43:02.055 INFO O| Dec 19 21:43:02.055 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
87932024-12-19T21:43:02.494Z[ host-image] Dec 19 21:43:02.057 INFO O| Dec 19 21:43:02.056 INFO STEP 11 (remove_files) COMPLETE
87942024-12-19T21:43:02.494Z[ host-image] Dec 19 21:43:02.057 INFO O| Dec 19 21:43:02.057 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952024-12-19T21:43:02.528Z[ host-image] Dec 19 21:43:02.092 INFO O| Dec 19 21:43:02.092 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
87962024-12-19T21:43:02.531Z[ host-image] Dec 19 21:43:02.095 INFO O| Dec 19 21:43:02.095 INFO STEP 12 (remove_files) COMPLETE
87972024-12-19T21:43:02.531Z[ host-image] Dec 19 21:43:02.095 INFO O| Dec 19 21:43:02.095 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87982024-12-19T21:43:03.041Z[ host-image] Dec 19 21:43:02.604 INFO O| Dec 19 21:43:02.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
87992024-12-19T21:43:03.043Z[ host-image] Dec 19 21:43:02.606 INFO O| Dec 19 21:43:02.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
88002024-12-19T21:43:03.119Z[ host-image] Dec 19 21:43:02.683 INFO O| Dec 19 21:43:02.683 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
88012024-12-19T21:43:03.122Z[ host-image] Dec 19 21:43:02.686 INFO O| Dec 19 21:43:02.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
88022024-12-19T21:43:03.338Z[ host-image] Dec 19 21:43:02.903 INFO O| Dec 19 21:43:02.902 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
88032024-12-19T21:43:03.341Z[ host-image] Dec 19 21:43:02.903 INFO O| Dec 19 21:43:02.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
88042024-12-19T21:43:03.342Z[ host-image] Dec 19 21:43:02.903 INFO O| Dec 19 21:43:02.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
88052024-12-19T21:43:03.342Z[ host-image] Dec 19 21:43:02.904 INFO O| Dec 19 21:43:02.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
88062024-12-19T21:43:03.342Z[ host-image] Dec 19 21:43:02.904 INFO O| Dec 19 21:43:02.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
88072024-12-19T21:43:03.342Z[ host-image] Dec 19 21:43:02.904 INFO O| Dec 19 21:43:02.904 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
88082024-12-19T21:43:03.342Z[ host-image] Dec 19 21:43:02.905 INFO O| Dec 19 21:43:02.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
88092024-12-19T21:43:03.342Z[ host-image] Dec 19 21:43:02.905 INFO O| Dec 19 21:43:02.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
88102024-12-19T21:43:03.342Z[ host-image] Dec 19 21:43:02.905 INFO O| Dec 19 21:43:02.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
88112024-12-19T21:43:03.342Z[ host-image] Dec 19 21:43:02.905 INFO O| Dec 19 21:43:02.905 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
88122024-12-19T21:43:03.342Z[ host-image] Dec 19 21:43:02.906 INFO O| Dec 19 21:43:02.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
88132024-12-19T21:43:03.344Z[ host-image] Dec 19 21:43:02.906 INFO O| Dec 19 21:43:02.906 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
88142024-12-19T21:43:03.344Z[ host-image] Dec 19 21:43:02.907 INFO O| Dec 19 21:43:02.907 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
88152024-12-19T21:43:03.344Z[ host-image] Dec 19 21:43:02.907 INFO O| Dec 19 21:43:02.907 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
88162024-12-19T21:43:03.345Z[ host-image] Dec 19 21:43:02.907 INFO O| Dec 19 21:43:02.907 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
88172024-12-19T21:43:03.345Z[ host-image] Dec 19 21:43:02.907 INFO O| Dec 19 21:43:02.907 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
88182024-12-19T21:43:03.348Z[ host-image] Dec 19 21:43:02.909 INFO O| Dec 19 21:43:02.909 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
88192024-12-19T21:43:03.348Z[ host-image] Dec 19 21:43:02.910 INFO O| Dec 19 21:43:02.910 INFO STEP 13 (remove_files) COMPLETE
88202024-12-19T21:43:03.348Z[ host-image] Dec 19 21:43:02.910 INFO O| Dec 19 21:43:02.910 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88212024-12-19T21:43:03.373Z[ host-image] Dec 19 21:43:02.937 INFO O| Dec 19 21:43:02.937 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
88222024-12-19T21:43:03.376Z[ host-image] Dec 19 21:43:02.940 INFO O| Dec 19 21:43:02.940 INFO STEP 14 (remove_files) COMPLETE
88232024-12-19T21:43:03.376Z[ host-image] Dec 19 21:43:02.940 INFO O| Dec 19 21:43:02.940 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88242024-12-19T21:43:03.441Z[ host-image] Dec 19 21:43:03.005 INFO O| Dec 19 21:43:03.005 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
88252024-12-19T21:43:03.454Z[ host-image] Dec 19 21:43:03.017 INFO O| Dec 19 21:43:03.017 INFO STEP 15 (remove_files) COMPLETE
88262024-12-19T21:43:03.455Z[ host-image] Dec 19 21:43:03.017 INFO O| Dec 19 21:43:03.017 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88272024-12-19T21:43:03.476Z[ host-image] Dec 19 21:43:03.040 INFO O| Dec 19 21:43:03.040 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
88282024-12-19T21:43:03.479Z[ host-image] Dec 19 21:43:03.041 INFO O| Dec 19 21:43:03.041 INFO STEP 16 (remove_files) COMPLETE
88292024-12-19T21:43:03.479Z[ host-image] Dec 19 21:43:03.041 INFO O| Dec 19 21:43:03.041 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-12-19T21:43:03.519Z[ host-image] Dec 19 21:43:03.083 INFO O| Dec 19 21:43:03.083 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
88312024-12-19T21:43:03.521Z[ host-image] Dec 19 21:43:03.086 INFO O| Dec 19 21:43:03.085 INFO STEP 17 (remove_files) COMPLETE
88322024-12-19T21:43:03.521Z[ host-image] Dec 19 21:43:03.086 INFO O| Dec 19 21:43:03.085 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88332024-12-19T21:43:03.565Z[ host-image] Dec 19 21:43:03.129 INFO O| Dec 19 21:43:03.129 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
88342024-12-19T21:43:03.565Z[ host-image] Dec 19 21:43:03.130 INFO O| Dec 19 21:43:03.129 INFO STEP 18 (remove_files) COMPLETE
88352024-12-19T21:43:03.568Z[ host-image] Dec 19 21:43:03.130 INFO O| Dec 19 21:43:03.130 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-12-19T21:43:03.600Z[ host-image] Dec 19 21:43:03.164 INFO O| Dec 19 21:43:03.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
88372024-12-19T21:43:03.600Z[ host-image] Dec 19 21:43:03.164 INFO O| Dec 19 21:43:03.164 INFO STEP 19 (remove_files) COMPLETE
88382024-12-19T21:43:03.603Z[ host-image] Dec 19 21:43:03.164 INFO O| Dec 19 21:43:03.164 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88392024-12-19T21:43:03.632Z[ host-image] Dec 19 21:43:03.196 INFO O| Dec 19 21:43:03.196 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
88402024-12-19T21:43:03.632Z[ host-image] Dec 19 21:43:03.196 INFO O| Dec 19 21:43:03.196 INFO STEP 20 (remove_files) COMPLETE
88412024-12-19T21:43:03.632Z[ host-image] Dec 19 21:43:03.196 INFO O| Dec 19 21:43:03.196 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-12-19T21:43:03.668Z[ host-image] Dec 19 21:43:03.232 INFO O| Dec 19 21:43:03.232 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
88432024-12-19T21:43:03.672Z[ host-image] Dec 19 21:43:03.233 INFO O| Dec 19 21:43:03.232 INFO STEP 21 (remove_files) COMPLETE
88442024-12-19T21:43:03.672Z[ host-image] Dec 19 21:43:03.233 INFO O| Dec 19 21:43:03.233 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88452024-12-19T21:43:03.692Z[ host-image] Dec 19 21:43:03.256 INFO O| Dec 19 21:43:03.256 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
88462024-12-19T21:43:03.695Z[ host-image] Dec 19 21:43:03.256 INFO O| Dec 19 21:43:03.256 INFO STEP 22 (remove_files) COMPLETE
88472024-12-19T21:43:03.695Z[ host-image] Dec 19 21:43:03.257 INFO O| Dec 19 21:43:03.256 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-12-19T21:43:03.742Z[ host-image] Dec 19 21:43:03.306 INFO O| Dec 19 21:43:03.306 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
88492024-12-19T21:43:03.742Z[ host-image] Dec 19 21:43:03.306 INFO O| Dec 19 21:43:03.306 INFO STEP 23 (remove_files) COMPLETE
88502024-12-19T21:43:03.745Z[ host-image] Dec 19 21:43:03.306 INFO O| Dec 19 21:43:03.306 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88512024-12-19T21:43:03.760Z[ host-image] Dec 19 21:43:03.324 INFO O| Dec 19 21:43:03.324 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
88522024-12-19T21:43:03.760Z[ host-image] Dec 19 21:43:03.324 INFO O| Dec 19 21:43:03.324 INFO STEP 24 (remove_files) COMPLETE
88532024-12-19T21:43:03.763Z[ host-image] Dec 19 21:43:03.325 INFO O| Dec 19 21:43:03.324 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88542024-12-19T21:43:03.778Z[ host-image] Dec 19 21:43:03.342 INFO O| Dec 19 21:43:03.342 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
88552024-12-19T21:43:03.781Z[ host-image] Dec 19 21:43:03.342 INFO O| Dec 19 21:43:03.342 INFO STEP 25 (remove_files) COMPLETE
88562024-12-19T21:43:03.781Z[ host-image] Dec 19 21:43:03.342 INFO O| Dec 19 21:43:03.342 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88572024-12-19T21:43:03.806Z[ host-image] Dec 19 21:43:03.370 INFO O| Dec 19 21:43:03.370 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
88582024-12-19T21:43:03.806Z[ host-image] Dec 19 21:43:03.370 INFO O| Dec 19 21:43:03.370 INFO STEP 26 (remove_files) COMPLETE
88592024-12-19T21:43:03.809Z[ host-image] Dec 19 21:43:03.371 INFO O| Dec 19 21:43:03.370 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88602024-12-19T21:43:03.825Z[ host-image] Dec 19 21:43:03.389 INFO O| Dec 19 21:43:03.388 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
88612024-12-19T21:43:03.827Z[ host-image] Dec 19 21:43:03.389 INFO O| Dec 19 21:43:03.389 INFO STEP 27 (remove_files) COMPLETE
88622024-12-19T21:43:03.828Z[ host-image] Dec 19 21:43:03.389 INFO O| Dec 19 21:43:03.389 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88632024-12-19T21:43:03.842Z[ host-image] Dec 19 21:43:03.406 INFO O| Dec 19 21:43:03.406 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
88642024-12-19T21:43:03.842Z[ host-image] Dec 19 21:43:03.406 INFO O| Dec 19 21:43:03.406 INFO STEP 28 (remove_files) COMPLETE
88652024-12-19T21:43:03.845Z[ host-image] Dec 19 21:43:03.406 INFO O| Dec 19 21:43:03.406 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88662024-12-19T21:43:03.858Z[ host-image] Dec 19 21:43:03.422 INFO O| Dec 19 21:43:03.422 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
88672024-12-19T21:43:03.858Z[ host-image] Dec 19 21:43:03.422 INFO O| Dec 19 21:43:03.422 INFO STEP 29 (remove_files) COMPLETE
88682024-12-19T21:43:03.861Z[ host-image] Dec 19 21:43:03.422 INFO O| Dec 19 21:43:03.422 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88692024-12-19T21:43:03.874Z[ host-image] Dec 19 21:43:03.438 INFO O| Dec 19 21:43:03.438 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
88702024-12-19T21:43:03.874Z[ host-image] Dec 19 21:43:03.438 INFO O| Dec 19 21:43:03.438 INFO STEP 30 (remove_files) COMPLETE
88712024-12-19T21:43:03.877Z[ host-image] Dec 19 21:43:03.438 INFO O| Dec 19 21:43:03.438 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88722024-12-19T21:43:03.911Z[ host-image] Dec 19 21:43:03.474 INFO O| Dec 19 21:43:03.474 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
88732024-12-19T21:43:03.911Z[ host-image] Dec 19 21:43:03.474 INFO O| Dec 19 21:43:03.474 INFO STEP 31 (remove_files) COMPLETE
88742024-12-19T21:43:03.911Z[ host-image] Dec 19 21:43:03.474 INFO O| Dec 19 21:43:03.474 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88752024-12-19T21:43:03.968Z[ host-image] Dec 19 21:43:03.532 INFO O| Dec 19 21:43:03.531 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
88762024-12-19T21:43:03.968Z[ host-image] Dec 19 21:43:03.532 INFO O| Dec 19 21:43:03.532 INFO STEP 32 (remove_files) COMPLETE
88772024-12-19T21:43:03.968Z[ host-image] Dec 19 21:43:03.532 INFO O| Dec 19 21:43:03.532 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88782024-12-19T21:43:03.987Z[ host-image] Dec 19 21:43:03.550 INFO O| Dec 19 21:43:03.550 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
88792024-12-19T21:43:03.987Z[ host-image] Dec 19 21:43:03.550 INFO O| Dec 19 21:43:03.550 INFO STEP 33 (remove_files) COMPLETE
88802024-12-19T21:43:03.987Z[ host-image] Dec 19 21:43:03.551 INFO O| Dec 19 21:43:03.550 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88812024-12-19T21:43:04.006Z[ host-image] Dec 19 21:43:03.570 INFO O| Dec 19 21:43:03.570 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
88822024-12-19T21:43:04.006Z[ host-image] Dec 19 21:43:03.570 INFO O| Dec 19 21:43:03.570 INFO STEP 34 (remove_files) COMPLETE
88832024-12-19T21:43:04.006Z[ host-image] Dec 19 21:43:03.570 INFO O| Dec 19 21:43:03.570 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88842024-12-19T21:43:04.046Z[ host-image] Dec 19 21:43:03.609 INFO O| Dec 19 21:43:03.609 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
88852024-12-19T21:43:04.046Z[ host-image] Dec 19 21:43:03.609 INFO O| Dec 19 21:43:03.609 INFO STEP 35 (remove_files) COMPLETE
88862024-12-19T21:43:04.046Z[ host-image] Dec 19 21:43:03.609 INFO O| Dec 19 21:43:03.609 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88872024-12-19T21:43:04.076Z[ host-image] Dec 19 21:43:03.640 INFO O| Dec 19 21:43:03.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
88882024-12-19T21:43:04.076Z[ host-image] Dec 19 21:43:03.640 INFO O| Dec 19 21:43:03.640 INFO STEP 36 (remove_files) COMPLETE
88892024-12-19T21:43:04.079Z[ host-image] Dec 19 21:43:03.640 INFO O| Dec 19 21:43:03.640 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88902024-12-19T21:43:04.113Z[ host-image] Dec 19 21:43:03.676 INFO O| Dec 19 21:43:03.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
88912024-12-19T21:43:04.113Z[ host-image] Dec 19 21:43:03.676 INFO O| Dec 19 21:43:03.676 INFO STEP 37 (remove_files) COMPLETE
88922024-12-19T21:43:04.115Z[ host-image] Dec 19 21:43:03.676 INFO O| Dec 19 21:43:03.676 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88932024-12-19T21:43:04.155Z[ host-image] Dec 19 21:43:03.718 INFO O| Dec 19 21:43:03.718 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
88942024-12-19T21:43:04.158Z[ host-image] Dec 19 21:43:03.719 INFO O| Dec 19 21:43:03.718 INFO STEP 38 (remove_files) COMPLETE
88952024-12-19T21:43:04.158Z[ host-image] Dec 19 21:43:03.719 INFO O| Dec 19 21:43:03.719 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88962024-12-19T21:43:04.175Z[ host-image] Dec 19 21:43:03.738 INFO O| Dec 19 21:43:03.738 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
88972024-12-19T21:43:04.178Z[ host-image] Dec 19 21:43:03.738 INFO O| Dec 19 21:43:03.738 INFO STEP 39 (remove_files) COMPLETE
88982024-12-19T21:43:04.178Z[ host-image] Dec 19 21:43:03.738 INFO O| Dec 19 21:43:03.738 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88992024-12-19T21:43:04.194Z[ host-image] Dec 19 21:43:03.758 INFO O| Dec 19 21:43:03.758 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
89002024-12-19T21:43:04.194Z[ host-image] Dec 19 21:43:03.758 INFO O| Dec 19 21:43:03.758 INFO STEP 40 (remove_files) COMPLETE
89012024-12-19T21:43:04.196Z[ host-image] Dec 19 21:43:03.758 INFO O| Dec 19 21:43:03.758 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89022024-12-19T21:43:04.215Z[ host-image] Dec 19 21:43:03.777 INFO O| Dec 19 21:43:03.777 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
89032024-12-19T21:43:04.215Z[ host-image] Dec 19 21:43:03.777 INFO O| Dec 19 21:43:03.777 INFO STEP 41 (remove_files) COMPLETE
89042024-12-19T21:43:04.215Z[ host-image] Dec 19 21:43:03.777 INFO O| Dec 19 21:43:03.777 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89052024-12-19T21:43:04.232Z[ host-image] Dec 19 21:43:03.796 INFO O| Dec 19 21:43:03.796 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
89062024-12-19T21:43:04.232Z[ host-image] Dec 19 21:43:03.796 INFO O| Dec 19 21:43:03.796 INFO STEP 42 (remove_files) COMPLETE
89072024-12-19T21:43:04.232Z[ host-image] Dec 19 21:43:03.796 INFO O| Dec 19 21:43:03.796 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89082024-12-19T21:43:04.255Z[ host-image] Dec 19 21:43:03.818 INFO O| Dec 19 21:43:03.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
89092024-12-19T21:43:04.255Z[ host-image] Dec 19 21:43:03.818 INFO O| Dec 19 21:43:03.818 INFO STEP 43 (remove_files) COMPLETE
89102024-12-19T21:43:04.255Z[ host-image] Dec 19 21:43:03.818 INFO O| Dec 19 21:43:03.818 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89112024-12-19T21:43:04.287Z[ host-image] Dec 19 21:43:03.850 INFO O| Dec 19 21:43:03.850 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
89122024-12-19T21:43:04.287Z[ host-image] Dec 19 21:43:03.850 INFO O| Dec 19 21:43:03.850 INFO STEP 44 (remove_files) COMPLETE
89132024-12-19T21:43:04.290Z[ host-image] Dec 19 21:43:03.850 INFO O| Dec 19 21:43:03.850 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89142024-12-19T21:43:04.345Z[ host-image] Dec 19 21:43:03.909 INFO O| Dec 19 21:43:03.909 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
89152024-12-19T21:43:04.345Z[ host-image] Dec 19 21:43:03.909 INFO O| Dec 19 21:43:03.909 INFO STEP 45 (remove_files) COMPLETE
89162024-12-19T21:43:04.346Z[ host-image] Dec 19 21:43:03.909 INFO O| Dec 19 21:43:03.909 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89172024-12-19T21:43:04.366Z[ host-image] Dec 19 21:43:03.930 INFO O| Dec 19 21:43:03.930 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
89182024-12-19T21:43:04.366Z[ host-image] Dec 19 21:43:03.930 INFO O| Dec 19 21:43:03.930 INFO STEP 46 (remove_files) COMPLETE
89192024-12-19T21:43:04.366Z[ host-image] Dec 19 21:43:03.930 INFO O| Dec 19 21:43:03.930 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89202024-12-19T21:43:04.401Z[ host-image] Dec 19 21:43:03.965 INFO O| Dec 19 21:43:03.964 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
89212024-12-19T21:43:04.404Z[ host-image] Dec 19 21:43:03.965 INFO O| Dec 19 21:43:03.965 INFO STEP 47 (remove_files) COMPLETE
89222024-12-19T21:43:04.404Z[ host-image] Dec 19 21:43:03.965 INFO O| Dec 19 21:43:03.965 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89232024-12-19T21:43:04.422Z[ host-image] Dec 19 21:43:03.986 INFO O| Dec 19 21:43:03.986 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
89242024-12-19T21:43:04.426Z[ host-image] Dec 19 21:43:03.986 INFO O| Dec 19 21:43:03.986 INFO STEP 48 (remove_files) COMPLETE
89252024-12-19T21:43:04.426Z[ host-image] Dec 19 21:43:03.987 INFO O| Dec 19 21:43:03.986 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89262024-12-19T21:43:04.459Z[ host-image] Dec 19 21:43:04.022 INFO O| Dec 19 21:43:04.022 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
89272024-12-19T21:43:04.461Z[ host-image] Dec 19 21:43:04.022 INFO O| Dec 19 21:43:04.022 INFO STEP 49 (remove_files) COMPLETE
89282024-12-19T21:43:04.461Z[ host-image] Dec 19 21:43:04.022 INFO O| Dec 19 21:43:04.022 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89292024-12-19T21:43:04.481Z[ host-image] Dec 19 21:43:04.044 INFO O| Dec 19 21:43:04.044 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
89302024-12-19T21:43:04.481Z[ host-image] Dec 19 21:43:04.044 INFO O| Dec 19 21:43:04.044 INFO STEP 50 (remove_files) COMPLETE
89312024-12-19T21:43:04.481Z[ host-image] Dec 19 21:43:04.045 INFO O| Dec 19 21:43:04.044 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89322024-12-19T21:43:04.502Z[ host-image] Dec 19 21:43:04.066 INFO O| Dec 19 21:43:04.066 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
89332024-12-19T21:43:04.502Z[ host-image] Dec 19 21:43:04.066 INFO O| Dec 19 21:43:04.066 INFO STEP 51 (remove_files) COMPLETE
89342024-12-19T21:43:04.505Z[ host-image] Dec 19 21:43:04.066 INFO O| Dec 19 21:43:04.066 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89352024-12-19T21:43:04.531Z[ host-image] Dec 19 21:43:04.094 INFO O| Dec 19 21:43:04.094 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
89362024-12-19T21:43:04.531Z[ host-image] Dec 19 21:43:04.094 INFO O| Dec 19 21:43:04.094 INFO STEP 52 (remove_files) COMPLETE
89372024-12-19T21:43:04.534Z[ host-image] Dec 19 21:43:04.094 INFO O| Dec 19 21:43:04.094 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89382024-12-19T21:43:04.592Z[ host-image] Dec 19 21:43:04.156 INFO O| Dec 19 21:43:04.156 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
89392024-12-19T21:43:04.592Z[ host-image] Dec 19 21:43:04.156 INFO O| Dec 19 21:43:04.156 INFO STEP 53 (remove_files) COMPLETE
89402024-12-19T21:43:04.592Z[ host-image] Dec 19 21:43:04.156 INFO O| Dec 19 21:43:04.156 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89412024-12-19T21:43:04.613Z[ host-image] Dec 19 21:43:04.177 INFO O| Dec 19 21:43:04.177 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
89422024-12-19T21:43:04.613Z[ host-image] Dec 19 21:43:04.177 INFO O| Dec 19 21:43:04.177 INFO STEP 54 (remove_files) COMPLETE
89432024-12-19T21:43:04.616Z[ host-image] Dec 19 21:43:04.177 INFO O| Dec 19 21:43:04.177 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89442024-12-19T21:43:04.652Z[ host-image] Dec 19 21:43:04.215 INFO O| Dec 19 21:43:04.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
89452024-12-19T21:43:04.655Z[ host-image] Dec 19 21:43:04.216 INFO O| Dec 19 21:43:04.215 INFO STEP 55 (remove_files) COMPLETE
89462024-12-19T21:43:04.655Z[ host-image] Dec 19 21:43:04.216 INFO O| Dec 19 21:43:04.216 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89472024-12-19T21:43:04.676Z[ host-image] Dec 19 21:43:04.239 INFO O| Dec 19 21:43:04.239 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
89482024-12-19T21:43:04.676Z[ host-image] Dec 19 21:43:04.239 INFO O| Dec 19 21:43:04.239 INFO STEP 56 (remove_files) COMPLETE
89492024-12-19T21:43:04.676Z[ host-image] Dec 19 21:43:04.239 INFO O| Dec 19 21:43:04.239 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89502024-12-19T21:43:04.698Z[ host-image] Dec 19 21:43:04.261 INFO O| Dec 19 21:43:04.261 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
89512024-12-19T21:43:04.698Z[ host-image] Dec 19 21:43:04.261 INFO O| Dec 19 21:43:04.261 INFO STEP 57 (remove_files) COMPLETE
89522024-12-19T21:43:04.698Z[ host-image] Dec 19 21:43:04.261 INFO O| Dec 19 21:43:04.261 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89532024-12-19T21:43:04.717Z[ host-image] Dec 19 21:43:04.280 INFO O| Dec 19 21:43:04.280 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
89542024-12-19T21:43:04.717Z[ host-image] Dec 19 21:43:04.280 INFO O| Dec 19 21:43:04.280 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
89552024-12-19T21:43:04.719Z[ host-image] Dec 19 21:43:04.280 INFO O| Dec 19 21:43:04.280 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89562024-12-19T21:43:04.719Z[ host-image] Dec 19 21:43:04.280 INFO O| Dec 19 21:43:04.280 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89572024-12-19T21:43:04.720Z[ host-image] Dec 19 21:43:04.280 INFO O| Dec 19 21:43:04.280 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89582024-12-19T21:43:04.720Z[ host-image] Dec 19 21:43:04.281 INFO O| Dec 19 21:43:04.281 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
89592024-12-19T21:43:04.720Z[ host-image] Dec 19 21:43:04.281 INFO O| Dec 19 21:43:04.281 INFO ok!
89602024-12-19T21:43:04.720Z[ host-image] Dec 19 21:43:04.281 INFO O| Dec 19 21:43:04.281 INFO STEP 58 (ensure_file) COMPLETE
89612024-12-19T21:43:04.720Z[ host-image] Dec 19 21:43:04.281 INFO O| Dec 19 21:43:04.281 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89622024-12-19T21:43:04.753Z[ host-image] Dec 19 21:43:04.315 INFO O| Dec 19 21:43:04.315 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
89632024-12-19T21:43:04.755Z[ host-image] Dec 19 21:43:04.316 INFO O| Dec 19 21:43:04.316 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
89642024-12-19T21:43:04.755Z[ host-image] Dec 19 21:43:04.316 INFO O| Dec 19 21:43:04.316 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89652024-12-19T21:43:04.755Z[ host-image] Dec 19 21:43:04.316 INFO O| Dec 19 21:43:04.316 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89662024-12-19T21:43:04.755Z[ host-image] Dec 19 21:43:04.316 INFO O| Dec 19 21:43:04.316 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89672024-12-19T21:43:04.756Z[ host-image] Dec 19 21:43:04.316 INFO O| Dec 19 21:43:04.316 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
89682024-12-19T21:43:04.756Z[ host-image] Dec 19 21:43:04.316 INFO O| Dec 19 21:43:04.316 INFO ok!
89692024-12-19T21:43:04.756Z[ host-image] Dec 19 21:43:04.317 INFO O| Dec 19 21:43:04.316 INFO STEP 59 (ensure_file) COMPLETE
89702024-12-19T21:43:04.756Z[ host-image] Dec 19 21:43:04.317 INFO O| Dec 19 21:43:04.317 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89712024-12-19T21:43:04.773Z[ host-image] Dec 19 21:43:04.337 INFO O| Dec 19 21:43:04.337 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
89722024-12-19T21:43:04.774Z[ host-image] Dec 19 21:43:04.337 INFO O| Dec 19 21:43:04.337 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
89732024-12-19T21:43:04.777Z[ host-image] Dec 19 21:43:04.337 INFO O| Dec 19 21:43:04.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
89742024-12-19T21:43:04.777Z[ host-image] Dec 19 21:43:04.337 INFO O| Dec 19 21:43:04.337 INFO ok!
89752024-12-19T21:43:04.777Z[ host-image] Dec 19 21:43:04.338 INFO O| Dec 19 21:43:04.338 INFO STEP 60 (ensure_file) COMPLETE
89762024-12-19T21:43:04.777Z[ host-image] Dec 19 21:43:04.338 INFO O| Dec 19 21:43:04.338 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89772024-12-19T21:43:04.807Z[ host-image] Dec 19 21:43:04.370 INFO O| Dec 19 21:43:04.370 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
89782024-12-19T21:43:04.807Z[ host-image] Dec 19 21:43:04.371 INFO O| Dec 19 21:43:04.371 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
89792024-12-19T21:43:04.810Z[ host-image] Dec 19 21:43:04.371 INFO O| Dec 19 21:43:04.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
89802024-12-19T21:43:04.810Z[ host-image] Dec 19 21:43:04.371 INFO O| Dec 19 21:43:04.371 INFO ok!
89812024-12-19T21:43:04.810Z[ host-image] Dec 19 21:43:04.371 INFO O| Dec 19 21:43:04.371 INFO STEP 61 (ensure_file) COMPLETE
89822024-12-19T21:43:04.810Z[ host-image] Dec 19 21:43:04.371 INFO O| Dec 19 21:43:04.371 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89832024-12-19T21:43:04.831Z[ host-image] Dec 19 21:43:04.394 INFO O| Dec 19 21:43:04.394 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
89842024-12-19T21:43:04.831Z[ host-image] Dec 19 21:43:04.394 INFO O| Dec 19 21:43:04.394 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
89852024-12-19T21:43:04.831Z[ host-image] Dec 19 21:43:04.394 INFO O| Dec 19 21:43:04.394 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89862024-12-19T21:43:04.834Z[ host-image] Dec 19 21:43:04.394 INFO O| Dec 19 21:43:04.394 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
89872024-12-19T21:43:04.834Z[ host-image] Dec 19 21:43:04.395 INFO O| Dec 19 21:43:04.394 INFO ok!
89882024-12-19T21:43:04.834Z[ host-image] Dec 19 21:43:04.395 INFO O| Dec 19 21:43:04.394 INFO STEP 62 (ensure_file) COMPLETE
89892024-12-19T21:43:04.834Z[ host-image] Dec 19 21:43:04.395 INFO O| Dec 19 21:43:04.395 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89902024-12-19T21:43:04.849Z[ host-image] Dec 19 21:43:04.412 INFO O| Dec 19 21:43:04.412 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
89912024-12-19T21:43:04.849Z[ host-image] Dec 19 21:43:04.412 INFO O| Dec 19 21:43:04.412 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-19T21:43:04.849Z[ host-image] Dec 19 21:43:04.412 INFO O| Dec 19 21:43:04.412 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-19T21:43:04.849Z[ host-image] Dec 19 21:43:04.412 INFO O| Dec 19 21:43:04.412 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
89942024-12-19T21:43:04.852Z[ host-image] Dec 19 21:43:04.412 INFO O| Dec 19 21:43:04.412 INFO ok!
89952024-12-19T21:43:04.852Z[ host-image] Dec 19 21:43:04.413 INFO O| Dec 19 21:43:04.412 INFO STEP 63 (ensure_file) COMPLETE
89962024-12-19T21:43:04.852Z[ host-image] Dec 19 21:43:04.413 INFO O| Dec 19 21:43:04.413 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
89972024-12-19T21:43:04.913Z[ host-image] Dec 19 21:43:04.476 INFO O| Dec 19 21:43:04.476 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
89982024-12-19T21:43:04.913Z[ host-image] Dec 19 21:43:04.476 INFO O| Dec 19 21:43:04.476 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
89992024-12-19T21:43:04.916Z[ host-image] Dec 19 21:43:04.477 INFO O| Dec 19 21:43:04.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
90002024-12-19T21:43:04.916Z[ host-image] Dec 19 21:43:04.477 INFO O| Dec 19 21:43:04.477 INFO ok!
90012024-12-19T21:43:04.916Z[ host-image] Dec 19 21:43:04.477 INFO O| Dec 19 21:43:04.477 INFO STEP 64 (assemble_files) COMPLETE
90022024-12-19T21:43:04.916Z[ host-image] Dec 19 21:43:04.477 INFO O| Dec 19 21:43:04.477 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90032024-12-19T21:43:04.935Z[ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
90042024-12-19T21:43:04.935Z[ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
90052024-12-19T21:43:04.938Z[ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90062024-12-19T21:43:04.938Z[ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
90072024-12-19T21:43:04.938Z[ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO ok!
90082024-12-19T21:43:04.938Z[ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO STEP 65 (ensure_file) COMPLETE
90092024-12-19T21:43:04.938Z[ host-image] Dec 19 21:43:04.496 INFO O| Dec 19 21:43:04.496 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90102024-12-19T21:43:04.953Z[ host-image] Dec 19 21:43:04.515 INFO O| Dec 19 21:43:04.515 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90112024-12-19T21:43:04.956Z[ host-image] Dec 19 21:43:04.515 INFO O| Dec 19 21:43:04.515 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-19T21:43:04.956Z[ host-image] Dec 19 21:43:04.516 INFO O| Dec 19 21:43:04.515 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
90132024-12-19T21:43:04.957Z[ host-image] Dec 19 21:43:04.516 INFO O| Dec 19 21:43:04.516 INFO STEP 66 (ensure_dir) COMPLETE
90142024-12-19T21:43:04.957Z[ host-image] Dec 19 21:43:04.516 INFO O| Dec 19 21:43:04.516 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90152024-12-19T21:43:04.971Z[ host-image] Dec 19 21:43:04.534 INFO O| Dec 19 21:43:04.534 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
90162024-12-19T21:43:04.971Z[ host-image] Dec 19 21:43:04.535 INFO O| Dec 19 21:43:04.534 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-19T21:43:04.982Z[ host-image] Dec 19 21:43:04.546 INFO O| Dec 19 21:43:04.545 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-19T21:43:04.982Z[ host-image] Dec 19 21:43:04.546 INFO O| Dec 19 21:43:04.546 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
90192024-12-19T21:43:04.985Z[ host-image] Dec 19 21:43:04.546 INFO O| Dec 19 21:43:04.546 INFO ok!
90202024-12-19T21:43:04.985Z[ host-image] Dec 19 21:43:04.546 INFO O| Dec 19 21:43:04.546 INFO STEP 67 (ensure_file) COMPLETE
90212024-12-19T21:43:04.985Z[ host-image] Dec 19 21:43:04.546 INFO O| Dec 19 21:43:04.546 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90222024-12-19T21:43:05.002Z[ host-image] Dec 19 21:43:04.565 INFO O| Dec 19 21:43:04.565 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
90232024-12-19T21:43:05.002Z[ host-image] Dec 19 21:43:04.565 INFO O| Dec 19 21:43:04.565 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-19T21:43:05.005Z[ host-image] Dec 19 21:43:04.565 INFO O| Dec 19 21:43:04.565 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-19T21:43:05.005Z[ host-image] Dec 19 21:43:04.565 INFO O| Dec 19 21:43:04.565 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
90262024-12-19T21:43:05.005Z[ host-image] Dec 19 21:43:04.565 INFO O| Dec 19 21:43:04.565 INFO ok!
90272024-12-19T21:43:05.005Z[ host-image] Dec 19 21:43:04.566 INFO O| Dec 19 21:43:04.565 INFO STEP 68 (ensure_file) COMPLETE
90282024-12-19T21:43:05.005Z[ host-image] Dec 19 21:43:04.566 INFO O| Dec 19 21:43:04.565 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
90292024-12-19T21:43:05.055Z[ host-image] Dec 19 21:43:04.618 INFO O| Dec 19 21:43:04.618 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
90302024-12-19T21:43:05.055Z[ host-image] Dec 19 21:43:04.618 INFO O| Dec 19 21:43:04.618 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-19T21:43:09.493Z[ host-image] Dec 19 21:43:09.053 INFO O| Dec 19 21:43:09.053 INFO STEP 69 (pack_tar) COMPLETE
90322024-12-19T21:43:09.493Z[ host-image] Dec 19 21:43:09.053 INFO O| Dec 19 21:43:09.053 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
90332024-12-19T21:43:09.497Z[ host-image] Dec 19 21:43:09.053 INFO O| Dec 19 21:43:09.053 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
90342024-12-19T21:43:09.971Z[ host-image] Dec 19 21:43:09.532 INFO O| Dec 19 21:43:09.532 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
90352024-12-19T21:43:10.094Z[ host-image] Dec 19 21:43:09.655 INFO O| Dec 19 21:43:09.655 INFO completed processing gimlet/ramdisk-02-trim
90362024-12-19T21:43:10.097Z[ host-image] Dec 19 21:43:09.658 INFO image builder template: zfs...
90372024-12-19T21:43:10.099Z[ host-image] Dec 19 21:43:09.658 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/.tmpZORqCZ/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
90382024-12-19T21:43:10.119Z[ host-image] Dec 19 21:43:09.680 INFO O| Dec 19 21:43:09.679 INFO skip include "stress" because feature "stress" is not enabled
90392024-12-19T21:43:10.179Z[ host-image] Dec 19 21:43:09.740 INFO O| Dec 19 21:43:09.740 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
90402024-12-19T21:43:10.201Z[ host-image] Dec 19 21:43:09.762 INFO O| Dec 19 21:43:09.762 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
90412024-12-19T21:43:10.329Z[ host-image] Dec 19 21:43:09.889 INFO O| Dec 19 21:43:09.889 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
90422024-12-19T21:43:10.451Z[ host-image] Dec 19 21:43:10.011 INFO O| Dec 19 21:43:10.011 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
90432024-12-19T21:43:10.453Z[ host-image] Dec 19 21:43:10.012 INFO O| Dec 19 21:43:10.012 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
90442024-12-19T21:43:10.460Z[ host-image] Dec 19 21:43:10.021 INFO O| Dec 19 21:43:10.021 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
90452024-12-19T21:43:10.619Z[ host-image] Dec 19 21:43:10.180 INFO O| Dec 19 21:43:10.180 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
90462024-12-19T21:43:10.703Z[ host-image] Dec 19 21:43:10.264 INFO O| Dec 19 21:43:10.263 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
90472024-12-19T21:43:10.719Z[ host-image] Dec 19 21:43:10.279 INFO O| Dec 19 21:43:10.279 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90482024-12-19T21:43:10.727Z[ host-image] Dec 19 21:43:10.288 INFO O| Dec 19 21:43:10.288 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
90492024-12-19T21:43:10.727Z[ host-image] Dec 19 21:43:10.288 INFO O| Dec 19 21:43:10.288 INFO no lofi found
90502024-12-19T21:43:10.728Z[ host-image] Dec 19 21:43:10.288 INFO O| Dec 19 21:43:10.288 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
90512024-12-19T21:43:10.731Z[ host-image] Dec 19 21:43:10.288 INFO O| Dec 19 21:43:10.288 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
90522024-12-19T21:43:12.398Z[ recovery-image] Dec 19 21:43:11.958 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)
90532024-12-19T21:43:12.450Z[ host-image] Dec 19 21:43:12.010 INFO O| Dec 19 21:43:12.010 INFO lofi device = /dev/dsk/c2t1d0p0
90542024-12-19T21:43:12.451Z[ host-image] Dec 19 21:43:12.010 INFO O| Dec 19 21:43:12.010 INFO pool device = /dev/dsk/c2t1d0p0
90552024-12-19T21:43:12.454Z[ host-image] Dec 19 21:43:12.011 INFO O| Dec 19 21:43:12.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
90562024-12-19T21:43:15.454Z[ recovery-image] Dec 19 21:43:15.012 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)
90572024-12-19T21:43:21.709Z[ recovery-image] Dec 19 21:43:21.264 INFO E| Compiling bitflags v1.3.2
90582024-12-19T21:43:21.709Z[ recovery-image] Dec 19 21:43:21.264 INFO E| Compiling bit_field v0.10.2
90592024-12-19T21:43:21.709Z[ recovery-image] Dec 19 21:43:21.264 INFO E| Compiling log v0.4.22
90602024-12-19T21:43:21.712Z[ recovery-image] Dec 19 21:43:21.264 INFO E| Compiling plain v0.2.3
90612024-12-19T21:43:21.712Z[ recovery-image] Dec 19 21:43:21.264 INFO E| Compiling scroll v0.12.0
90622024-12-19T21:43:21.712Z[ recovery-image] Dec 19 21:43:21.265 INFO E| Compiling adler2 v2.0.0
90632024-12-19T21:43:21.712Z[ recovery-image] Dec 19 21:43:21.265 INFO E| Compiling static_assertions v1.1.0
90642024-12-19T21:43:21.808Z[ recovery-image] Dec 19 21:43:21.362 INFO E| Compiling raw-cpuid v10.7.0
90652024-12-19T21:43:21.832Z[ recovery-image] Dec 19 21:43:21.387 INFO E| Compiling cpio_reader v0.1.1
90662024-12-19T21:43:21.981Z[ recovery-image] Dec 19 21:43:21.536 INFO E| Compiling miniz_oxide v0.8.0
90672024-12-19T21:43:22.106Z[ recovery-image] Dec 19 21:43:21.661 INFO E| Compiling bitstruct v0.1.1
90682024-12-19T21:43:22.608Z[ recovery-image] Dec 19 21:43:22.163 INFO E| Compiling goblin v0.8.2
90692024-12-19T21:43:33.758Z[ recovery-image] Dec 19 21:43:33.308 INFO E| Finished `release` profile [optimized] target(s) in 1m 05s
90702024-12-19T21:43:33.790Z[ recovery-image] Dec 19 21:43:33.340 INFO building host image...
90712024-12-19T21:43:33.793Z[ recovery-image] Dec 19 21:43:33.341 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")
90722024-12-19T21:43:34.686Z[ recovery-image] Dec 19 21:43:34.235 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
90732024-12-19T21:43:36.916Z[ recovery-image] Dec 19 21:43:36.463 INFO image complete! materials are in "/work/os-recovery"
90742024-12-19T21:43:36.922Z[ recovery-image]
90752024-12-19T21:43:36.925Z[ recovery-image] real 11:16.519848387
90762024-12-19T21:43:36.926Z[ recovery-image] user 6:34.956447964
90772024-12-19T21:43:36.926Z[ recovery-image] sys 1:05.020802768
90782024-12-19T21:43:36.926Z[ recovery-image] trap 0.347161192
90792024-12-19T21:43:36.926Z[ recovery-image] tflt 0.843635667
90802024-12-19T21:43:36.926Z[ recovery-image] dflt 3.078895799
90812024-12-19T21:43:36.926Z[ recovery-image] kflt 0.000255132
90822024-12-19T21:43:36.926Z[ recovery-image] lock 25:39.620389432
90832024-12-19T21:43:36.926Z[ recovery-image] slp 1:09:05.996836257
90842024-12-19T21:43:36.926Z[ recovery-image] lat 4:35.101753837
90852024-12-19T21:43:36.926Z[ recovery-image] stop 12.729462965
90862024-12-19T21:43:36.926ZDec 19 21:43:36.472 INFO [recovery-image] process exited with exit status: 0 (676.547586026s)
90872024-12-19T21:44:12.527Z[ host-image] Dec 19 21:44:12.058 INFO O| Dec 19 21:44:12.058 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90882024-12-19T21:44:12.531Z[ host-image] Dec 19 21:44:12.058 INFO O| Dec 19 21:44:12.058 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
90892024-12-19T21:44:12.565Z[ host-image] Dec 19 21:44:12.096 INFO O| Dec 19 21:44:12.096 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
90902024-12-19T21:44:12.696Z[ host-image] Dec 19 21:44:12.227 INFO O| Dec 19 21:44:12.227 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
90912024-12-19T21:44:12.757Z[ host-image] Dec 19 21:44:12.287 INFO O| Dec 19 21:44:12.287 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
90922024-12-19T21:44:12.785Z[ host-image] Dec 19 21:44:12.316 INFO O| Dec 19 21:44:12.316 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
90932024-12-19T21:44:12.807Z[ host-image] Dec 19 21:44:12.337 INFO O| Dec 19 21:44:12.337 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
90942024-12-19T21:44:12.895Z[ host-image] Dec 19 21:44:12.426 INFO O| Dec 19 21:44:12.426 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
90952024-12-19T21:44:12.899Z[ host-image] Dec 19 21:44:12.427 INFO O| Dec 19 21:44:12.427 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
90962024-12-19T21:44:12.899Z[ host-image] Dec 19 21:44:12.427 INFO O| Dec 19 21:44:12.427 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
90972024-12-19T21:44:12.916Z[ host-image] Dec 19 21:44:12.447 INFO O| Dec 19 21:44:12.447 INFO boot environment UUID: 75fa86d9-ff50-41ce-b211-5b816ba9a60c
90982024-12-19T21:44:12.916Z[ host-image] Dec 19 21:44:12.447 INFO O| Dec 19 21:44:12.447 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 75fa86d9-ff50-41ce-b211-5b816ba9a60c
90992024-12-19T21:44:12.953Z[ host-image] Dec 19 21:44:12.484 INFO O| Dec 19 21:44:12.484 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
91002024-12-19T21:44:12.977Z[ host-image] Dec 19 21:44:12.509 INFO O| Dec 19 21:44:12.508 INFO STEP 0 (create_be) COMPLETE
91012024-12-19T21:44:12.980Z[ host-image] Dec 19 21:44:12.509 INFO O| Dec 19 21:44:12.509 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91022024-12-19T21:44:13.006Z[ host-image] Dec 19 21:44:12.537 INFO O| Dec 19 21:44:12.537 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
91032024-12-19T21:44:37.875Z[ host-image] Dec 19 21:44:37.394 INFO O| Dec 19 21:44:37.394 INFO STEP 1 (unpack_tar) COMPLETE
91042024-12-19T21:44:37.875Z[ host-image] Dec 19 21:44:37.394 INFO O| Dec 19 21:44:37.394 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91052024-12-19T21:44:37.894Z[ host-image] Dec 19 21:44:37.413 INFO O| Dec 19 21:44:37.413 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
91062024-12-19T21:44:38.466Z[ host-image] Dec 19 21:44:37.985 INFO O| Dec 19 21:44:37.985 INFO STEP 2 (devfsadm) COMPLETE
91072024-12-19T21:44:38.470Z[ host-image] Dec 19 21:44:37.985 INFO O| Dec 19 21:44:37.985 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91082024-12-19T21:44:38.489Z[ host-image] Dec 19 21:44:38.008 INFO O| Dec 19 21:44:38.008 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91092024-12-19T21:44:38.490Z[ host-image] Dec 19 21:44:38.008 INFO O| Dec 19 21:44:38.008 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91102024-12-19T21:44:38.490Z[ host-image] Dec 19 21:44:38.008 INFO O| Dec 19 21:44:38.008 INFO STEP 3 (ensure_dir) COMPLETE
91112024-12-19T21:44:38.492Z[ host-image] Dec 19 21:44:38.008 INFO O| Dec 19 21:44:38.008 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91122024-12-19T21:44:38.514Z[ host-image] Dec 19 21:44:38.033 INFO O| Dec 19 21:44:38.033 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91132024-12-19T21:44:38.515Z[ host-image] Dec 19 21:44:38.033 INFO O| Dec 19 21:44:38.033 INFO STEP 4 (ensure_dir) COMPLETE
91142024-12-19T21:44:38.517Z[ host-image] Dec 19 21:44:38.033 INFO O| Dec 19 21:44:38.033 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91152024-12-19T21:44:38.579Z[ host-image] Dec 19 21:44:38.098 INFO O| Dec 19 21:44:38.098 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91162024-12-19T21:44:38.580Z[ host-image] Dec 19 21:44:38.098 INFO O| Dec 19 21:44:38.098 INFO STEP 5 (ensure_dir) COMPLETE
91172024-12-19T21:44:38.582Z[ host-image] Dec 19 21:44:38.098 INFO O| Dec 19 21:44:38.098 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91182024-12-19T21:44:38.603Z[ host-image] Dec 19 21:44:38.122 INFO O| Dec 19 21:44:38.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91192024-12-19T21:44:38.603Z[ host-image] Dec 19 21:44:38.122 INFO O| Dec 19 21:44:38.122 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91202024-12-19T21:44:38.606Z[ host-image] Dec 19 21:44:38.122 INFO O| Dec 19 21:44:38.122 INFO STEP 6 (ensure_dir) COMPLETE
91212024-12-19T21:44:38.606Z[ host-image] Dec 19 21:44:38.122 INFO O| Dec 19 21:44:38.122 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91222024-12-19T21:44:38.627Z[ host-image] Dec 19 21:44:38.146 INFO O| Dec 19 21:44:38.146 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91232024-12-19T21:44:38.627Z[ host-image] Dec 19 21:44:38.146 INFO O| Dec 19 21:44:38.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91242024-12-19T21:44:38.630Z[ host-image] Dec 19 21:44:38.146 INFO O| Dec 19 21:44:38.146 INFO STEP 7 (ensure_dir) COMPLETE
91252024-12-19T21:44:38.630Z[ host-image] Dec 19 21:44:38.146 INFO O| Dec 19 21:44:38.146 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91262024-12-19T21:44:38.662Z[ host-image] Dec 19 21:44:38.181 INFO O| Dec 19 21:44:38.181 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
91272024-12-19T21:44:38.665Z[ host-image] Dec 19 21:44:38.182 INFO O| Dec 19 21:44:38.181 INFO STEP 8 (remove_files) COMPLETE
91282024-12-19T21:44:38.665Z[ host-image] Dec 19 21:44:38.182 INFO O| Dec 19 21:44:38.182 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91292024-12-19T21:44:38.711Z[ host-image] Dec 19 21:44:38.230 INFO O| Dec 19 21:44:38.230 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
91302024-12-19T21:44:38.714Z[ host-image] Dec 19 21:44:38.232 INFO O| Dec 19 21:44:38.232 INFO STEP 9 (remove_files) COMPLETE
91312024-12-19T21:44:38.714Z[ host-image] Dec 19 21:44:38.232 INFO O| Dec 19 21:44:38.232 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91322024-12-19T21:44:38.737Z[ host-image] Dec 19 21:44:38.255 INFO O| Dec 19 21:44:38.255 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
91332024-12-19T21:44:38.739Z[ host-image] Dec 19 21:44:38.257 INFO O| Dec 19 21:44:38.257 INFO STEP 10 (remove_files) COMPLETE
91342024-12-19T21:44:38.739Z[ host-image] Dec 19 21:44:38.257 INFO O| Dec 19 21:44:38.257 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91352024-12-19T21:44:38.761Z[ host-image] Dec 19 21:44:38.280 INFO O| Dec 19 21:44:38.280 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
91362024-12-19T21:44:38.763Z[ host-image] Dec 19 21:44:38.280 INFO O| Dec 19 21:44:38.280 INFO STEP 11 (remove_files) COMPLETE
91372024-12-19T21:44:38.763Z[ host-image] Dec 19 21:44:38.280 INFO O| Dec 19 21:44:38.280 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91382024-12-19T21:44:38.784Z[ host-image] Dec 19 21:44:38.303 INFO O| Dec 19 21:44:38.303 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
91392024-12-19T21:44:38.784Z[ host-image] Dec 19 21:44:38.303 INFO O| Dec 19 21:44:38.303 INFO STEP 12 (remove_files) COMPLETE
91402024-12-19T21:44:38.784Z[ host-image] Dec 19 21:44:38.303 INFO O| Dec 19 21:44:38.303 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91412024-12-19T21:44:38.805Z[ host-image] Dec 19 21:44:38.323 INFO O| Dec 19 21:44:38.323 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91422024-12-19T21:44:38.805Z[ host-image] Dec 19 21:44:38.324 INFO O| Dec 19 21:44:38.324 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
91432024-12-19T21:44:38.808Z[ host-image] Dec 19 21:44:38.324 INFO O| Dec 19 21:44:38.324 INFO STEP 13 (ensure_dir) COMPLETE
91442024-12-19T21:44:38.808Z[ host-image] Dec 19 21:44:38.324 INFO O| Dec 19 21:44:38.324 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91452024-12-19T21:44:38.839Z[ host-image] Dec 19 21:44:38.358 INFO O| Dec 19 21:44:38.358 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91462024-12-19T21:44:38.839Z[ host-image] Dec 19 21:44:38.358 INFO O| Dec 19 21:44:38.358 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91472024-12-19T21:44:38.839Z[ host-image] Dec 19 21:44:38.358 INFO O| Dec 19 21:44:38.358 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
91482024-12-19T21:44:38.842Z[ host-image] Dec 19 21:44:38.358 INFO O| Dec 19 21:44:38.358 INFO STEP 14 (ensure_dir) COMPLETE
91492024-12-19T21:44:38.842Z[ host-image] Dec 19 21:44:38.358 INFO O| Dec 19 21:44:38.358 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91502024-12-19T21:44:38.857Z[ host-image] Dec 19 21:44:38.376 INFO O| Dec 19 21:44:38.376 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91512024-12-19T21:44:38.860Z[ host-image] Dec 19 21:44:38.376 INFO O| Dec 19 21:44:38.376 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91522024-12-19T21:44:38.860Z[ host-image] Dec 19 21:44:38.376 INFO O| Dec 19 21:44:38.376 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
91532024-12-19T21:44:38.860Z[ host-image] Dec 19 21:44:38.377 INFO O| Dec 19 21:44:38.376 INFO STEP 15 (ensure_dir) COMPLETE
91542024-12-19T21:44:38.860Z[ host-image] Dec 19 21:44:38.377 INFO O| Dec 19 21:44:38.377 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91552024-12-19T21:44:38.876Z[ host-image] Dec 19 21:44:38.394 INFO O| Dec 19 21:44:38.394 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91562024-12-19T21:44:38.878Z[ host-image] Dec 19 21:44:38.395 INFO O| Dec 19 21:44:38.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
91572024-12-19T21:44:38.878Z[ host-image] Dec 19 21:44:38.395 INFO O| Dec 19 21:44:38.395 INFO STEP 16 (ensure_dir) COMPLETE
91582024-12-19T21:44:38.878Z[ host-image] Dec 19 21:44:38.395 INFO O| Dec 19 21:44:38.395 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91592024-12-19T21:44:38.894Z[ host-image] Dec 19 21:44:38.413 INFO O| Dec 19 21:44:38.413 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91602024-12-19T21:44:38.894Z[ host-image] Dec 19 21:44:38.413 INFO O| Dec 19 21:44:38.413 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
91612024-12-19T21:44:38.897Z[ host-image] Dec 19 21:44:38.413 INFO O| Dec 19 21:44:38.413 INFO STEP 17 (ensure_dir) COMPLETE
91622024-12-19T21:44:38.897Z[ host-image] Dec 19 21:44:38.413 INFO O| Dec 19 21:44:38.413 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91632024-12-19T21:44:38.912Z[ host-image] Dec 19 21:44:38.430 INFO O| Dec 19 21:44:38.430 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
91642024-12-19T21:44:38.912Z[ host-image] Dec 19 21:44:38.430 INFO O| Dec 19 21:44:38.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
91652024-12-19T21:44:38.912Z[ host-image] Dec 19 21:44:38.430 INFO O| Dec 19 21:44:38.430 INFO ok!
91662024-12-19T21:44:38.914Z[ host-image] Dec 19 21:44:38.430 INFO O| Dec 19 21:44:38.430 INFO STEP 18 (ensure_symlink) COMPLETE
91672024-12-19T21:44:38.914Z[ host-image] Dec 19 21:44:38.430 INFO O| Dec 19 21:44:38.430 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
91682024-12-19T21:44:38.930Z[ host-image] Dec 19 21:44:38.449 INFO O| Dec 19 21:44:38.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
91692024-12-19T21:44:38.930Z[ host-image] Dec 19 21:44:38.449 INFO O| Dec 19 21:44:38.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
91702024-12-19T21:44:38.932Z[ host-image] Dec 19 21:44:38.449 INFO O| Dec 19 21:44:38.449 INFO ok!
91712024-12-19T21:44:38.932Z[ host-image] Dec 19 21:44:38.449 INFO O| Dec 19 21:44:38.449 INFO STEP 19 (ensure_file) COMPLETE
91722024-12-19T21:44:38.932Z[ host-image] Dec 19 21:44:38.449 INFO O| Dec 19 21:44:38.449 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91732024-12-19T21:44:38.966Z[ host-image] Dec 19 21:44:38.485 INFO O| Dec 19 21:44:38.485 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
91742024-12-19T21:44:38.966Z[ host-image] Dec 19 21:44:38.485 INFO O| Dec 19 21:44:38.485 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
91752024-12-19T21:44:38.970Z[ host-image] Dec 19 21:44:38.485 INFO O| Dec 19 21:44:38.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
91762024-12-19T21:44:38.970Z[ host-image] Dec 19 21:44:38.486 INFO O| Dec 19 21:44:38.485 INFO ok!
91772024-12-19T21:44:38.970Z[ host-image] Dec 19 21:44:38.486 INFO O| Dec 19 21:44:38.486 INFO STEP 20 (ensure_symlink) COMPLETE
91782024-12-19T21:44:38.971Z[ host-image] Dec 19 21:44:38.486 INFO O| Dec 19 21:44:38.486 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91792024-12-19T21:44:38.986Z[ host-image] Dec 19 21:44:38.505 INFO O| Dec 19 21:44:38.505 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
91802024-12-19T21:44:38.986Z[ host-image] Dec 19 21:44:38.505 INFO O| Dec 19 21:44:38.505 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
91812024-12-19T21:44:38.988Z[ host-image] Dec 19 21:44:38.505 INFO O| Dec 19 21:44:38.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
91822024-12-19T21:44:38.988Z[ host-image] Dec 19 21:44:38.505 INFO O| Dec 19 21:44:38.505 INFO ok!
91832024-12-19T21:44:38.988Z[ host-image] Dec 19 21:44:38.505 INFO O| Dec 19 21:44:38.505 INFO STEP 21 (ensure_symlink) COMPLETE
91842024-12-19T21:44:38.988Z[ host-image] Dec 19 21:44:38.506 INFO O| Dec 19 21:44:38.505 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91852024-12-19T21:44:39.005Z[ host-image] Dec 19 21:44:38.523 INFO O| Dec 19 21:44:38.523 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
91862024-12-19T21:44:39.005Z[ host-image] Dec 19 21:44:38.524 INFO O| Dec 19 21:44:38.524 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
91872024-12-19T21:44:39.007Z[ host-image] Dec 19 21:44:38.524 INFO O| Dec 19 21:44:38.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
91882024-12-19T21:44:39.007Z[ host-image] Dec 19 21:44:38.524 INFO O| Dec 19 21:44:38.524 INFO ok!
91892024-12-19T21:44:39.007Z[ host-image] Dec 19 21:44:38.524 INFO O| Dec 19 21:44:38.524 INFO STEP 22 (ensure_symlink) COMPLETE
91902024-12-19T21:44:39.007Z[ host-image] Dec 19 21:44:38.524 INFO O| Dec 19 21:44:38.524 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
91912024-12-19T21:44:39.023Z[ host-image] Dec 19 21:44:38.542 INFO O| Dec 19 21:44:38.542 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
91922024-12-19T21:44:39.023Z[ host-image] Dec 19 21:44:38.542 INFO O| Dec 19 21:44:38.542 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
91932024-12-19T21:44:39.026Z[ host-image] Dec 19 21:44:38.542 INFO O| Dec 19 21:44:38.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
91942024-12-19T21:44:39.028Z[ host-image] Dec 19 21:44:38.542 INFO O| Dec 19 21:44:38.542 INFO ok!
91952024-12-19T21:44:39.028Z[ host-image] Dec 19 21:44:38.543 INFO O| Dec 19 21:44:38.543 INFO STEP 23 (ensure_symlink) COMPLETE
91962024-12-19T21:44:39.028Z[ host-image] Dec 19 21:44:38.543 INFO O| Dec 19 21:44:38.543 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
91972024-12-19T21:44:39.041Z[ host-image] Dec 19 21:44:38.560 INFO O| Dec 19 21:44:38.560 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
91982024-12-19T21:44:39.044Z[ host-image] Dec 19 21:44:38.560 INFO O| Dec 19 21:44:38.560 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
91992024-12-19T21:44:39.044Z[ host-image] Dec 19 21:44:38.560 INFO O| Dec 19 21:44:38.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
92002024-12-19T21:44:39.044Z[ host-image] Dec 19 21:44:38.561 INFO O| Dec 19 21:44:38.560 INFO ok!
92012024-12-19T21:44:39.044Z[ host-image] Dec 19 21:44:38.561 INFO O| Dec 19 21:44:38.561 INFO STEP 24 (ensure_file) COMPLETE
92022024-12-19T21:44:39.044Z[ host-image] Dec 19 21:44:38.561 INFO O| Dec 19 21:44:38.561 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
92032024-12-19T21:44:39.059Z[ host-image] Dec 19 21:44:38.578 INFO O| Dec 19 21:44:38.578 INFO updating shadow file
92042024-12-19T21:44:39.062Z[ host-image] Dec 19 21:44:38.578 INFO O| Dec 19 21:44:38.578 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92052024-12-19T21:44:39.062Z[ host-image] Dec 19 21:44:38.578 INFO O| Dec 19 21:44:38.578 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
92062024-12-19T21:44:39.062Z[ host-image] Dec 19 21:44:38.578 INFO O| Dec 19 21:44:38.578 INFO STEP 25 (shadow) COMPLETE
92072024-12-19T21:44:39.062Z[ host-image] Dec 19 21:44:38.578 INFO O| Dec 19 21:44:38.578 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92082024-12-19T21:44:39.083Z[ host-image] Dec 19 21:44:38.602 INFO O| Dec 19 21:44:38.602 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
92092024-12-19T21:44:39.083Z[ host-image] Dec 19 21:44:38.602 INFO O| Dec 19 21:44:38.602 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
92102024-12-19T21:44:39.086Z[ host-image] Dec 19 21:44:38.602 INFO O| Dec 19 21:44:38.602 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
92112024-12-19T21:44:39.086Z[ host-image] Dec 19 21:44:38.602 INFO O| Dec 19 21:44:38.602 INFO ok!
92122024-12-19T21:44:39.086Z[ host-image] Dec 19 21:44:38.602 INFO O| Dec 19 21:44:38.602 INFO STEP 26 (ensure_file) COMPLETE
92132024-12-19T21:44:39.086Z[ host-image] Dec 19 21:44:38.603 INFO O| Dec 19 21:44:38.602 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92142024-12-19T21:44:39.101Z[ host-image] Dec 19 21:44:38.620 INFO O| Dec 19 21:44:38.619 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
92152024-12-19T21:44:39.101Z[ host-image] Dec 19 21:44:38.620 INFO O| Dec 19 21:44:38.620 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
92162024-12-19T21:44:39.101Z[ host-image] Dec 19 21:44:38.620 INFO O| Dec 19 21:44:38.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
92172024-12-19T21:44:39.104Z[ host-image] Dec 19 21:44:38.620 INFO O| Dec 19 21:44:38.620 INFO ok!
92182024-12-19T21:44:39.104Z[ host-image] Dec 19 21:44:38.620 INFO O| Dec 19 21:44:38.620 INFO STEP 27 (ensure_file) COMPLETE
92192024-12-19T21:44:39.104Z[ host-image] Dec 19 21:44:38.620 INFO O| Dec 19 21:44:38.620 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92202024-12-19T21:44:39.119Z[ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
92212024-12-19T21:44:39.119Z[ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
92222024-12-19T21:44:39.122Z[ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92232024-12-19T21:44:39.122Z[ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
92242024-12-19T21:44:39.122Z[ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 INFO ok!
92252024-12-19T21:44:39.122Z[ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 INFO STEP 28 (ensure_file) COMPLETE
92262024-12-19T21:44:39.122Z[ host-image] Dec 19 21:44:38.638 INFO O| Dec 19 21:44:38.638 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
92272024-12-19T21:44:39.138Z[ host-image] Dec 19 21:44:38.656 INFO O| Dec 19 21:44:38.656 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
92282024-12-19T21:44:39.138Z[ host-image] Dec 19 21:44:38.656 INFO O| Dec 19 21:44:38.656 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
92292024-12-19T21:44:39.138Z[ host-image] Dec 19 21:44:38.656 INFO O| Dec 19 21:44:38.656 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
92302024-12-19T21:44:39.138Z[ host-image] Dec 19 21:44:38.656 INFO O| Dec 19 21:44:38.656 INFO ok!
92312024-12-19T21:44:39.138Z[ host-image] Dec 19 21:44:38.656 INFO O| Dec 19 21:44:38.656 INFO STEP 29 (ensure_file) COMPLETE
92322024-12-19T21:44:39.138Z[ host-image] Dec 19 21:44:38.656 INFO O| Dec 19 21:44:38.656 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92332024-12-19T21:44:39.155Z[ host-image] Dec 19 21:44:38.673 INFO O| Dec 19 21:44:38.673 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
92342024-12-19T21:44:39.155Z[ host-image] Dec 19 21:44:38.673 INFO O| Dec 19 21:44:38.673 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
92352024-12-19T21:44:39.158Z[ host-image] Dec 19 21:44:38.673 INFO O| Dec 19 21:44:38.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
92362024-12-19T21:44:39.158Z[ host-image] Dec 19 21:44:38.673 INFO O| Dec 19 21:44:38.673 INFO ok!
92372024-12-19T21:44:39.158Z[ host-image] Dec 19 21:44:38.673 INFO O| Dec 19 21:44:38.673 INFO STEP 30 (ensure_file) COMPLETE
92382024-12-19T21:44:39.158Z[ host-image] Dec 19 21:44:38.673 INFO O| Dec 19 21:44:38.673 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92392024-12-19T21:44:39.172Z[ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.690 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
92402024-12-19T21:44:39.172Z[ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.691 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
92412024-12-19T21:44:39.174Z[ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.691 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92422024-12-19T21:44:39.174Z[ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
92432024-12-19T21:44:39.174Z[ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.691 INFO ok!
92442024-12-19T21:44:39.174Z[ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.691 INFO STEP 31 (ensure_file) COMPLETE
92452024-12-19T21:44:39.174Z[ host-image] Dec 19 21:44:38.691 INFO O| Dec 19 21:44:38.691 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92462024-12-19T21:44:39.190Z[ host-image] Dec 19 21:44:38.708 INFO O| Dec 19 21:44:38.708 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
92472024-12-19T21:44:39.190Z[ host-image] Dec 19 21:44:38.708 INFO O| Dec 19 21:44:38.708 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
92482024-12-19T21:44:39.193Z[ host-image] Dec 19 21:44:38.708 INFO O| Dec 19 21:44:38.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
92492024-12-19T21:44:39.193Z[ host-image] Dec 19 21:44:38.708 INFO O| Dec 19 21:44:38.708 INFO ok!
92502024-12-19T21:44:39.193Z[ host-image] Dec 19 21:44:38.708 INFO O| Dec 19 21:44:38.708 INFO STEP 32 (ensure_file) COMPLETE
92512024-12-19T21:44:39.193Z[ host-image] Dec 19 21:44:38.708 INFO O| Dec 19 21:44:38.708 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92522024-12-19T21:44:39.221Z[ host-image] Dec 19 21:44:38.740 INFO O| Dec 19 21:44:38.740 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
92532024-12-19T21:44:39.221Z[ host-image] Dec 19 21:44:38.740 INFO O| Dec 19 21:44:38.740 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
92542024-12-19T21:44:39.224Z[ host-image] Dec 19 21:44:38.740 INFO O| Dec 19 21:44:38.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
92552024-12-19T21:44:39.224Z[ host-image] Dec 19 21:44:38.740 INFO O| Dec 19 21:44:38.740 INFO ok!
92562024-12-19T21:44:39.224Z[ host-image] Dec 19 21:44:38.740 INFO O| Dec 19 21:44:38.740 INFO STEP 33 (ensure_file) COMPLETE
92572024-12-19T21:44:39.224Z[ host-image] Dec 19 21:44:38.740 INFO O| Dec 19 21:44:38.740 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92582024-12-19T21:44:39.241Z[ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
92592024-12-19T21:44:39.241Z[ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
92602024-12-19T21:44:39.241Z[ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92612024-12-19T21:44:39.244Z[ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92622024-12-19T21:44:39.244Z[ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92632024-12-19T21:44:39.244Z[ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
92642024-12-19T21:44:39.244Z[ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO ok!
92652024-12-19T21:44:39.244Z[ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO STEP 34 (ensure_file) COMPLETE
92662024-12-19T21:44:39.244Z[ host-image] Dec 19 21:44:38.760 INFO O| Dec 19 21:44:38.760 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92672024-12-19T21:44:39.261Z[ host-image] Dec 19 21:44:38.779 INFO O| Dec 19 21:44:38.779 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92682024-12-19T21:44:39.261Z[ host-image] Dec 19 21:44:38.779 INFO O| Dec 19 21:44:38.779 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92692024-12-19T21:44:39.264Z[ host-image] Dec 19 21:44:38.779 INFO O| Dec 19 21:44:38.779 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
92702024-12-19T21:44:39.264Z[ host-image] Dec 19 21:44:38.779 INFO O| Dec 19 21:44:38.779 INFO STEP 35 (ensure_dir) COMPLETE
92712024-12-19T21:44:39.264Z[ host-image] Dec 19 21:44:38.779 INFO O| Dec 19 21:44:38.779 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92722024-12-19T21:44:39.280Z[ host-image] Dec 19 21:44:38.798 INFO O| Dec 19 21:44:38.798 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
92732024-12-19T21:44:39.280Z[ host-image] Dec 19 21:44:38.798 INFO O| Dec 19 21:44:38.798 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 ...
92742024-12-19T21:44:39.282Z[ host-image] Dec 19 21:44:38.798 INFO O| Dec 19 21:44:38.798 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
92752024-12-19T21:44:39.282Z[ host-image] Dec 19 21:44:38.799 INFO O| Dec 19 21:44:38.799 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
92762024-12-19T21:44:39.282Z[ host-image] Dec 19 21:44:38.799 INFO O| Dec 19 21:44:38.799 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
92772024-12-19T21:44:39.282Z[ host-image] Dec 19 21:44:38.799 INFO O| Dec 19 21:44:38.799 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
92782024-12-19T21:44:39.282Z[ host-image] Dec 19 21:44:38.799 INFO O| Dec 19 21:44:38.799 INFO ok!
92792024-12-19T21:44:39.282Z[ host-image] Dec 19 21:44:38.799 INFO O| Dec 19 21:44:38.799 INFO STEP 36 (ensure_file) COMPLETE
92802024-12-19T21:44:39.282Z[ host-image] Dec 19 21:44:38.799 INFO O| Dec 19 21:44:38.799 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
92812024-12-19T21:44:39.299Z[ host-image] Dec 19 21:44:38.817 INFO O| Dec 19 21:44:38.817 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
92822024-12-19T21:44:39.299Z[ host-image] Dec 19 21:44:38.818 INFO O| Dec 19 21:44:38.817 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 ...
92832024-12-19T21:44:39.300Z[ host-image] Dec 19 21:44:38.818 INFO O| Dec 19 21:44:38.818 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
92842024-12-19T21:44:39.303Z[ host-image] Dec 19 21:44:38.818 INFO O| Dec 19 21:44:38.818 INFO ok!
92852024-12-19T21:44:39.303Z[ host-image] Dec 19 21:44:38.818 INFO O| Dec 19 21:44:38.818 INFO STEP 37 (ensure_symlink) COMPLETE
92862024-12-19T21:44:39.303Z[ host-image] Dec 19 21:44:38.818 INFO O| Dec 19 21:44:38.818 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92872024-12-19T21:44:39.318Z[ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
92882024-12-19T21:44:39.318Z[ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
92892024-12-19T21:44:39.322Z[ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92902024-12-19T21:44:39.322Z[ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92912024-12-19T21:44:39.322Z[ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92922024-12-19T21:44:39.322Z[ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
92932024-12-19T21:44:39.322Z[ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO ok!
92942024-12-19T21:44:39.322Z[ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO STEP 38 (ensure_file) COMPLETE
92952024-12-19T21:44:39.322Z[ host-image] Dec 19 21:44:38.837 INFO O| Dec 19 21:44:38.837 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
92962024-12-19T21:44:39.355Z[ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
92972024-12-19T21:44:39.356Z[ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 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 ...
92982024-12-19T21:44:39.356Z[ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 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
92992024-12-19T21:44:39.359Z[ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93002024-12-19T21:44:39.359Z[ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 INFO ok!
93012024-12-19T21:44:39.359Z[ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 INFO STEP 39 (ensure_file) COMPLETE
93022024-12-19T21:44:39.359Z[ host-image] Dec 19 21:44:38.873 INFO O| Dec 19 21:44:38.873 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93032024-12-19T21:44:39.380Z[ host-image] Dec 19 21:44:38.898 INFO O| Dec 19 21:44:38.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
93042024-12-19T21:44:39.380Z[ host-image] Dec 19 21:44:38.898 INFO O| Dec 19 21:44:38.898 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
93052024-12-19T21:44:39.383Z[ host-image] Dec 19 21:44:38.898 INFO O| Dec 19 21:44:38.898 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
93062024-12-19T21:44:39.383Z[ host-image] Dec 19 21:44:38.898 INFO O| Dec 19 21:44:38.898 INFO ok!
93072024-12-19T21:44:39.383Z[ host-image] Dec 19 21:44:38.898 INFO O| Dec 19 21:44:38.898 INFO STEP 40 (ensure_file) COMPLETE
93082024-12-19T21:44:39.384Z[ host-image] Dec 19 21:44:38.898 INFO O| Dec 19 21:44:38.898 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93092024-12-19T21:44:39.406Z[ host-image] Dec 19 21:44:38.924 INFO O| Dec 19 21:44:38.924 INFO updating shadow file
93102024-12-19T21:44:39.406Z[ host-image] Dec 19 21:44:38.925 INFO O| Dec 19 21:44:38.925 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
93112024-12-19T21:44:39.409Z[ host-image] Dec 19 21:44:38.925 INFO O| Dec 19 21:44:38.925 INFO STEP 41 (shadow) COMPLETE
93122024-12-19T21:44:39.409Z[ host-image] Dec 19 21:44:38.925 INFO O| Dec 19 21:44:38.925 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
93132024-12-19T21:44:39.431Z[ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
93142024-12-19T21:44:39.431Z[ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
93152024-12-19T21:44:39.433Z[ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93162024-12-19T21:44:39.433Z[ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
93172024-12-19T21:44:39.433Z[ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 INFO ok!
93182024-12-19T21:44:39.433Z[ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 INFO STEP 42 (ensure_file) COMPLETE
93192024-12-19T21:44:39.433Z[ host-image] Dec 19 21:44:38.949 INFO O| Dec 19 21:44:38.949 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93202024-12-19T21:44:39.433Z[ host-image] Dec 19 21:44:38.950 INFO O| Dec 19 21:44:38.949 INFO skip step because feature "mfg" is not enabled
93212024-12-19T21:44:39.433Z[ host-image] Dec 19 21:44:38.950 INFO O| Dec 19 21:44:38.950 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93222024-12-19T21:44:39.433Z[ host-image] Dec 19 21:44:38.950 INFO O| Dec 19 21:44:38.950 INFO skip step because feature "mfg" is not enabled
93232024-12-19T21:44:39.434Z[ host-image] Dec 19 21:44:38.950 INFO O| Dec 19 21:44:38.950 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
93242024-12-19T21:44:39.471Z[ host-image] Dec 19 21:44:38.989 INFO O| Dec 19 21:44:38.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
93252024-12-19T21:44:39.471Z[ host-image] Dec 19 21:44:38.989 INFO O| Dec 19 21:44:38.989 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
93262024-12-19T21:44:40.311Z[ host-image] Dec 19 21:44:39.829 INFO O| Dec 19 21:44:39.829 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93272024-12-19T21:44:40.311Z[ host-image] Dec 19 21:44:39.829 INFO O| Dec 19 21:44:39.829 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
93282024-12-19T21:44:40.318Z[ host-image] Dec 19 21:44:39.829 INFO O| Dec 19 21:44:39.829 INFO ok!
93292024-12-19T21:44:40.318Z[ host-image] Dec 19 21:44:39.829 INFO O| Dec 19 21:44:39.829 INFO STEP 45 (ensure_file) COMPLETE
93302024-12-19T21:44:40.318Z[ host-image] Dec 19 21:44:39.829 INFO O| Dec 19 21:44:39.829 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93312024-12-19T21:44:40.330Z[ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
93322024-12-19T21:44:40.330Z[ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
93332024-12-19T21:44:40.332Z[ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93342024-12-19T21:44:40.332Z[ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93352024-12-19T21:44:40.332Z[ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93362024-12-19T21:44:40.332Z[ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
93372024-12-19T21:44:40.332Z[ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO ok!
93382024-12-19T21:44:40.332Z[ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO STEP 46 (ensure_file) COMPLETE
93392024-12-19T21:44:40.332Z[ host-image] Dec 19 21:44:39.848 INFO O| Dec 19 21:44:39.848 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93402024-12-19T21:44:40.348Z[ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
93412024-12-19T21:44:40.348Z[ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 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 ...
93422024-12-19T21:44:40.350Z[ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 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
93432024-12-19T21:44:40.350Z[ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
93442024-12-19T21:44:40.350Z[ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 INFO ok!
93452024-12-19T21:44:40.350Z[ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 INFO STEP 47 (ensure_file) COMPLETE
93462024-12-19T21:44:40.350Z[ host-image] Dec 19 21:44:39.866 INFO O| Dec 19 21:44:39.866 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93472024-12-19T21:44:40.374Z[ host-image] Dec 19 21:44:39.892 INFO O| Dec 19 21:44:39.892 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
93482024-12-19T21:44:40.374Z[ host-image] Dec 19 21:44:39.892 INFO O| Dec 19 21:44:39.892 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
93492024-12-19T21:44:40.378Z[ host-image] Dec 19 21:44:39.892 INFO O| Dec 19 21:44:39.892 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93502024-12-19T21:44:40.378Z[ host-image] Dec 19 21:44:39.893 INFO O| Dec 19 21:44:39.892 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93512024-12-19T21:44:40.378Z[ host-image] Dec 19 21:44:39.893 INFO O| Dec 19 21:44:39.893 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93522024-12-19T21:44:40.378Z[ host-image] Dec 19 21:44:39.893 INFO O| Dec 19 21:44:39.893 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
93532024-12-19T21:44:40.378Z[ host-image] Dec 19 21:44:39.893 INFO O| Dec 19 21:44:39.893 INFO ok!
93542024-12-19T21:44:40.378Z[ host-image] Dec 19 21:44:39.893 INFO O| Dec 19 21:44:39.893 INFO STEP 48 (ensure_file) COMPLETE
93552024-12-19T21:44:40.378Z[ host-image] Dec 19 21:44:39.893 INFO O| Dec 19 21:44:39.893 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93562024-12-19T21:44:40.439Z[ host-image] Dec 19 21:44:39.956 INFO O| Dec 19 21:44:39.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
93572024-12-19T21:44:40.439Z[ host-image] Dec 19 21:44:39.956 INFO O| Dec 19 21:44:39.956 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 ...
93582024-12-19T21:44:40.442Z[ host-image] Dec 19 21:44:39.957 INFO O| Dec 19 21:44:39.956 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
93592024-12-19T21:44:40.442Z[ host-image] Dec 19 21:44:39.957 INFO O| Dec 19 21:44:39.957 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
93602024-12-19T21:44:40.442Z[ host-image] Dec 19 21:44:39.957 INFO O| Dec 19 21:44:39.957 INFO ok!
93612024-12-19T21:44:40.442Z[ host-image] Dec 19 21:44:39.957 INFO O| Dec 19 21:44:39.957 INFO STEP 49 (ensure_file) COMPLETE
93622024-12-19T21:44:40.442Z[ host-image] Dec 19 21:44:39.957 INFO O| Dec 19 21:44:39.957 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93632024-12-19T21:44:40.461Z[ host-image] Dec 19 21:44:39.979 INFO O| Dec 19 21:44:39.979 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
93642024-12-19T21:44:40.462Z[ host-image] Dec 19 21:44:39.979 INFO O| Dec 19 21:44:39.979 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
93652024-12-19T21:44:40.464Z[ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93662024-12-19T21:44:40.464Z[ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93672024-12-19T21:44:40.464Z[ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93682024-12-19T21:44:40.464Z[ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
93692024-12-19T21:44:40.464Z[ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO ok!
93702024-12-19T21:44:40.464Z[ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO STEP 50 (ensure_file) COMPLETE
93712024-12-19T21:44:40.465Z[ host-image] Dec 19 21:44:39.980 INFO O| Dec 19 21:44:39.980 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93722024-12-19T21:44:40.487Z[ host-image] Dec 19 21:44:40.005 INFO O| Dec 19 21:44:40.005 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
93732024-12-19T21:44:40.487Z[ host-image] Dec 19 21:44:40.005 INFO O| Dec 19 21:44:40.005 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 ...
93742024-12-19T21:44:40.487Z[ host-image] Dec 19 21:44:40.005 INFO O| Dec 19 21:44:40.005 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
93752024-12-19T21:44:40.490Z[ host-image] Dec 19 21:44:40.006 INFO O| Dec 19 21:44:40.005 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
93762024-12-19T21:44:40.490Z[ host-image] Dec 19 21:44:40.006 INFO O| Dec 19 21:44:40.005 INFO ok!
93772024-12-19T21:44:40.491Z[ host-image] Dec 19 21:44:40.006 INFO O| Dec 19 21:44:40.005 INFO STEP 51 (ensure_file) COMPLETE
93782024-12-19T21:44:40.491Z[ host-image] Dec 19 21:44:40.006 INFO O| Dec 19 21:44:40.005 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93792024-12-19T21:44:40.529Z[ host-image] Dec 19 21:44:40.047 INFO O| Dec 19 21:44:40.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
93802024-12-19T21:44:40.529Z[ host-image] Dec 19 21:44:40.047 INFO O| Dec 19 21:44:40.047 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 ...
93812024-12-19T21:44:40.532Z[ host-image] Dec 19 21:44:40.048 INFO O| Dec 19 21:44:40.048 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
93822024-12-19T21:44:40.532Z[ host-image] Dec 19 21:44:40.048 INFO O| Dec 19 21:44:40.048 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
93832024-12-19T21:44:40.532Z[ host-image] Dec 19 21:44:40.048 INFO O| Dec 19 21:44:40.048 INFO ok!
93842024-12-19T21:44:40.532Z[ host-image] Dec 19 21:44:40.048 INFO O| Dec 19 21:44:40.048 INFO STEP 52 (ensure_file) COMPLETE
93852024-12-19T21:44:40.532Z[ host-image] Dec 19 21:44:40.048 INFO O| Dec 19 21:44:40.048 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
93862024-12-19T21:44:40.553Z[ host-image] Dec 19 21:44:40.071 INFO O| Dec 19 21:44:40.071 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
93872024-12-19T21:44:40.554Z[ host-image] Dec 19 21:44:40.071 INFO O| Dec 19 21:44:40.071 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 ...
93882024-12-19T21:44:40.556Z[ host-image] Dec 19 21:44:40.072 INFO O| Dec 19 21:44:40.072 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
93892024-12-19T21:44:40.556Z[ host-image] Dec 19 21:44:40.072 INFO O| Dec 19 21:44:40.072 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
93902024-12-19T21:44:40.556Z[ host-image] Dec 19 21:44:40.072 INFO O| Dec 19 21:44:40.072 INFO ok!
93912024-12-19T21:44:40.556Z[ host-image] Dec 19 21:44:40.072 INFO O| Dec 19 21:44:40.072 INFO STEP 53 (ensure_file) COMPLETE
93922024-12-19T21:44:40.556Z[ host-image] Dec 19 21:44:40.072 INFO O| Dec 19 21:44:40.072 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93932024-12-19T21:44:40.577Z[ host-image] Dec 19 21:44:40.095 INFO O| Dec 19 21:44:40.095 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
93942024-12-19T21:44:40.577Z[ host-image] Dec 19 21:44:40.095 INFO O| Dec 19 21:44:40.095 INFO STEP 54 (ensure_dir) COMPLETE
93952024-12-19T21:44:40.577Z[ host-image] Dec 19 21:44:40.095 INFO O| Dec 19 21:44:40.095 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93962024-12-19T21:44:40.600Z[ host-image] Dec 19 21:44:40.118 INFO O| Dec 19 21:44:40.118 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93972024-12-19T21:44:40.600Z[ host-image] Dec 19 21:44:40.118 INFO O| Dec 19 21:44:40.118 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
93982024-12-19T21:44:40.603Z[ host-image] Dec 19 21:44:40.118 INFO O| Dec 19 21:44:40.118 INFO STEP 55 (ensure_dir) COMPLETE
93992024-12-19T21:44:40.603Z[ host-image] Dec 19 21:44:40.119 INFO O| Dec 19 21:44:40.119 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94002024-12-19T21:44:40.623Z[ host-image] Dec 19 21:44:40.141 INFO O| Dec 19 21:44:40.141 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94012024-12-19T21:44:40.623Z[ host-image] Dec 19 21:44:40.141 INFO O| Dec 19 21:44:40.141 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
94022024-12-19T21:44:40.627Z[ host-image] Dec 19 21:44:40.141 INFO O| Dec 19 21:44:40.141 INFO STEP 56 (ensure_dir) COMPLETE
94032024-12-19T21:44:40.627Z[ host-image] Dec 19 21:44:40.141 INFO O| Dec 19 21:44:40.141 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-12-19T21:44:40.662Z[ host-image] Dec 19 21:44:40.180 INFO O| Dec 19 21:44:40.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
94052024-12-19T21:44:40.662Z[ host-image] Dec 19 21:44:40.180 INFO O| Dec 19 21:44:40.180 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
94062024-12-19T21:44:40.693Z[ host-image] Dec 19 21:44:40.211 INFO O| Dec 19 21:44:40.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
94072024-12-19T21:44:40.693Z[ host-image] Dec 19 21:44:40.211 INFO O| Dec 19 21:44:40.211 INFO ok!
94082024-12-19T21:44:40.698Z[ host-image] Dec 19 21:44:40.211 INFO O| Dec 19 21:44:40.211 INFO STEP 57 (ensure_file) COMPLETE
94092024-12-19T21:44:40.698Z[ host-image] Dec 19 21:44:40.211 INFO O| Dec 19 21:44:40.211 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94102024-12-19T21:44:40.726Z[ host-image] Dec 19 21:44:40.244 INFO O| Dec 19 21:44:40.244 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
94112024-12-19T21:44:40.726Z[ host-image] Dec 19 21:44:40.244 INFO O| Dec 19 21:44:40.244 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
94122024-12-19T21:44:42.207Z[ host-image] Dec 19 21:44:41.723 INFO O| Dec 19 21:44:41.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
94132024-12-19T21:44:42.207Z[ host-image] Dec 19 21:44:41.723 INFO O| Dec 19 21:44:41.723 INFO ok!
94142024-12-19T21:44:42.210Z[ host-image] Dec 19 21:44:41.723 INFO O| Dec 19 21:44:41.723 INFO STEP 58 (ensure_file) COMPLETE
94152024-12-19T21:44:42.210Z[ host-image] Dec 19 21:44:41.723 INFO O| Dec 19 21:44:41.723 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94162024-12-19T21:44:42.224Z[ host-image] Dec 19 21:44:41.741 INFO O| Dec 19 21:44:41.741 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94172024-12-19T21:44:42.224Z[ host-image] Dec 19 21:44:41.741 INFO O| Dec 19 21:44:41.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
94182024-12-19T21:44:42.227Z[ host-image] Dec 19 21:44:41.741 INFO O| Dec 19 21:44:41.741 INFO STEP 59 (ensure_dir) COMPLETE
94192024-12-19T21:44:42.227Z[ host-image] Dec 19 21:44:41.741 INFO O| Dec 19 21:44:41.741 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-12-19T21:44:42.241Z[ host-image] Dec 19 21:44:41.758 INFO O| Dec 19 21:44:41.758 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
94212024-12-19T21:44:42.244Z[ host-image] Dec 19 21:44:41.758 INFO O| Dec 19 21:44:41.758 INFO copying /tmp/.tmpZORqCZ/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 ...
94222024-12-19T21:44:42.244Z[ host-image] Dec 19 21:44:41.758 INFO O| Dec 19 21:44:41.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
94232024-12-19T21:44:42.244Z[ host-image] Dec 19 21:44:41.758 INFO O| Dec 19 21:44:41.758 INFO ok!
94242024-12-19T21:44:42.244Z[ host-image] Dec 19 21:44:41.758 INFO O| Dec 19 21:44:41.758 INFO STEP 60 (ensure_file) COMPLETE
94252024-12-19T21:44:42.244Z[ host-image] Dec 19 21:44:41.758 INFO O| Dec 19 21:44:41.758 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-12-19T21:44:42.285Z[ host-image] Dec 19 21:44:41.797 INFO O| Dec 19 21:44:41.797 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
94272024-12-19T21:44:42.285Z[ host-image] Dec 19 21:44:41.797 INFO O| Dec 19 21:44:41.797 INFO copying /tmp/.tmpZORqCZ/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 ...
94282024-12-19T21:44:42.285Z[ host-image] Dec 19 21:44:41.798 INFO O| Dec 19 21:44:41.797 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
94292024-12-19T21:44:42.285Z[ host-image] Dec 19 21:44:41.798 INFO O| Dec 19 21:44:41.798 INFO ok!
94302024-12-19T21:44:42.285Z[ host-image] Dec 19 21:44:41.798 INFO O| Dec 19 21:44:41.798 INFO STEP 61 (ensure_file) COMPLETE
94312024-12-19T21:44:42.285Z[ host-image] Dec 19 21:44:41.798 INFO O| Dec 19 21:44:41.798 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-12-19T21:44:42.298Z[ host-image] Dec 19 21:44:41.815 INFO O| Dec 19 21:44:41.815 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94332024-12-19T21:44:42.299Z[ host-image] Dec 19 21:44:41.816 INFO O| Dec 19 21:44:41.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
94342024-12-19T21:44:42.301Z[ host-image] Dec 19 21:44:41.816 INFO O| Dec 19 21:44:41.816 INFO STEP 62 (ensure_dir) COMPLETE
94352024-12-19T21:44:42.301Z[ host-image] Dec 19 21:44:41.816 INFO O| Dec 19 21:44:41.816 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94362024-12-19T21:44:42.316Z[ host-image] Dec 19 21:44:41.833 INFO O| Dec 19 21:44:41.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
94372024-12-19T21:44:42.316Z[ host-image] Dec 19 21:44:41.833 INFO O| Dec 19 21:44:41.833 INFO copying /tmp/.tmpZORqCZ/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 ...
94382024-12-19T21:44:42.319Z[ host-image] Dec 19 21:44:41.833 INFO O| Dec 19 21:44:41.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
94392024-12-19T21:44:42.319Z[ host-image] Dec 19 21:44:41.833 INFO O| Dec 19 21:44:41.833 INFO ok!
94402024-12-19T21:44:42.319Z[ host-image] Dec 19 21:44:41.833 INFO O| Dec 19 21:44:41.833 INFO STEP 63 (ensure_file) COMPLETE
94412024-12-19T21:44:42.319Z[ host-image] Dec 19 21:44:41.833 INFO O| Dec 19 21:44:41.833 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94422024-12-19T21:44:42.334Z[ host-image] Dec 19 21:44:41.851 INFO O| Dec 19 21:44:41.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
94432024-12-19T21:44:42.334Z[ host-image] Dec 19 21:44:41.851 INFO O| Dec 19 21:44:41.851 INFO copying /tmp/.tmpZORqCZ/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 ...
94442024-12-19T21:44:42.334Z[ host-image] Dec 19 21:44:41.851 INFO O| Dec 19 21:44:41.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
94452024-12-19T21:44:42.334Z[ host-image] Dec 19 21:44:41.851 INFO O| Dec 19 21:44:41.851 INFO ok!
94462024-12-19T21:44:42.337Z[ host-image] Dec 19 21:44:41.851 INFO O| Dec 19 21:44:41.851 INFO STEP 64 (ensure_file) COMPLETE
94472024-12-19T21:44:42.337Z[ host-image] Dec 19 21:44:41.852 INFO O| Dec 19 21:44:41.851 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94482024-12-19T21:44:42.352Z[ host-image] Dec 19 21:44:41.869 INFO O| Dec 19 21:44:41.869 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94492024-12-19T21:44:42.352Z[ host-image] Dec 19 21:44:41.869 INFO O| Dec 19 21:44:41.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
94502024-12-19T21:44:42.355Z[ host-image] Dec 19 21:44:41.869 INFO O| Dec 19 21:44:41.869 INFO STEP 65 (ensure_dir) COMPLETE
94512024-12-19T21:44:42.355Z[ host-image] Dec 19 21:44:41.869 INFO O| Dec 19 21:44:41.869 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94522024-12-19T21:44:42.374Z[ host-image] Dec 19 21:44:41.891 INFO O| Dec 19 21:44:41.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
94532024-12-19T21:44:42.374Z[ host-image] Dec 19 21:44:41.891 INFO O| Dec 19 21:44:41.891 INFO copying /tmp/.tmpZORqCZ/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 ...
94542024-12-19T21:44:42.377Z[ host-image] Dec 19 21:44:41.891 INFO O| Dec 19 21:44:41.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
94552024-12-19T21:44:42.377Z[ host-image] Dec 19 21:44:41.891 INFO O| Dec 19 21:44:41.891 INFO ok!
94562024-12-19T21:44:42.377Z[ host-image] Dec 19 21:44:41.891 INFO O| Dec 19 21:44:41.891 INFO STEP 66 (ensure_file) COMPLETE
94572024-12-19T21:44:42.377Z[ host-image] Dec 19 21:44:41.891 INFO O| Dec 19 21:44:41.891 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94582024-12-19T21:44:42.398Z[ host-image] Dec 19 21:44:41.915 INFO O| Dec 19 21:44:41.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
94592024-12-19T21:44:42.398Z[ host-image] Dec 19 21:44:41.915 INFO O| Dec 19 21:44:41.915 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
94602024-12-19T21:44:42.402Z[ host-image] Dec 19 21:44:41.915 INFO O| Dec 19 21:44:41.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
94612024-12-19T21:44:42.402Z[ host-image] Dec 19 21:44:41.916 INFO O| Dec 19 21:44:41.915 INFO ok!
94622024-12-19T21:44:42.402Z[ host-image] Dec 19 21:44:41.916 INFO O| Dec 19 21:44:41.916 INFO STEP 67 (ensure_file) COMPLETE
94632024-12-19T21:44:42.402Z[ host-image] Dec 19 21:44:41.916 INFO O| Dec 19 21:44:41.916 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94642024-12-19T21:44:42.451Z[ host-image] Dec 19 21:44:41.968 INFO O| Dec 19 21:44:41.968 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94652024-12-19T21:44:42.451Z[ host-image] Dec 19 21:44:41.968 INFO O| Dec 19 21:44:41.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
94662024-12-19T21:44:42.451Z[ host-image] Dec 19 21:44:41.968 INFO O| Dec 19 21:44:41.968 INFO STEP 68 (ensure_dir) COMPLETE
94672024-12-19T21:44:42.455Z[ host-image] Dec 19 21:44:41.968 INFO O| Dec 19 21:44:41.968 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-12-19T21:44:42.476Z[ host-image] Dec 19 21:44:41.993 INFO O| Dec 19 21:44:41.993 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
94692024-12-19T21:44:42.476Z[ host-image] Dec 19 21:44:41.993 INFO O| Dec 19 21:44:41.993 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
94702024-12-19T21:44:43.886Z[ host-image] Dec 19 21:44:43.402 INFO O| Dec 19 21:44:43.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
94712024-12-19T21:44:43.886Z[ host-image] Dec 19 21:44:43.402 INFO O| Dec 19 21:44:43.402 INFO ok!
94722024-12-19T21:44:43.886Z[ host-image] Dec 19 21:44:43.402 INFO O| Dec 19 21:44:43.402 INFO STEP 69 (ensure_file) COMPLETE
94732024-12-19T21:44:43.889Z[ host-image] Dec 19 21:44:43.402 INFO O| Dec 19 21:44:43.402 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-12-19T21:44:43.904Z[ host-image] Dec 19 21:44:43.421 INFO O| Dec 19 21:44:43.421 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
94752024-12-19T21:44:43.904Z[ host-image] Dec 19 21:44:43.421 INFO O| Dec 19 21:44:43.421 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
94762024-12-19T21:44:45.972Z[ host-image] Dec 19 21:44:45.487 INFO O| Dec 19 21:44:45.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
94772024-12-19T21:44:45.972Z[ host-image] Dec 19 21:44:45.487 INFO O| Dec 19 21:44:45.487 INFO ok!
94782024-12-19T21:44:45.972Z[ host-image] Dec 19 21:44:45.487 INFO O| Dec 19 21:44:45.487 INFO STEP 70 (ensure_file) COMPLETE
94792024-12-19T21:44:45.977Z[ host-image] Dec 19 21:44:45.487 INFO O| Dec 19 21:44:45.487 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-12-19T21:44:45.990Z[ host-image] Dec 19 21:44:45.505 INFO O| Dec 19 21:44:45.505 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94812024-12-19T21:44:45.990Z[ host-image] Dec 19 21:44:45.506 INFO O| Dec 19 21:44:45.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
94822024-12-19T21:44:45.990Z[ host-image] Dec 19 21:44:45.506 INFO O| Dec 19 21:44:45.506 INFO STEP 71 (ensure_dir) COMPLETE
94832024-12-19T21:44:45.993Z[ host-image] Dec 19 21:44:45.506 INFO O| Dec 19 21:44:45.506 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94842024-12-19T21:44:46.008Z[ host-image] Dec 19 21:44:45.524 INFO O| Dec 19 21:44:45.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
94852024-12-19T21:44:46.008Z[ host-image] Dec 19 21:44:45.524 INFO O| Dec 19 21:44:45.524 INFO copying /tmp/.tmpZORqCZ/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 ...
94862024-12-19T21:44:46.012Z[ host-image] Dec 19 21:44:45.524 INFO O| Dec 19 21:44:45.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
94872024-12-19T21:44:46.012Z[ host-image] Dec 19 21:44:45.524 INFO O| Dec 19 21:44:45.524 INFO ok!
94882024-12-19T21:44:46.012Z[ host-image] Dec 19 21:44:45.524 INFO O| Dec 19 21:44:45.524 INFO STEP 72 (ensure_file) COMPLETE
94892024-12-19T21:44:46.012Z[ host-image] Dec 19 21:44:45.524 INFO O| Dec 19 21:44:45.524 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94902024-12-19T21:44:46.046Z[ host-image] Dec 19 21:44:45.561 INFO O| Dec 19 21:44:45.561 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
94912024-12-19T21:44:46.046Z[ host-image] Dec 19 21:44:45.561 INFO O| Dec 19 21:44:45.561 INFO copying /tmp/.tmpZORqCZ/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 ...
94922024-12-19T21:44:46.046Z[ host-image] Dec 19 21:44:45.561 INFO O| Dec 19 21:44:45.561 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
94932024-12-19T21:44:46.049Z[ host-image] Dec 19 21:44:45.561 INFO O| Dec 19 21:44:45.561 INFO ok!
94942024-12-19T21:44:46.049Z[ host-image] Dec 19 21:44:45.561 INFO O| Dec 19 21:44:45.561 INFO STEP 73 (ensure_file) COMPLETE
94952024-12-19T21:44:46.049Z[ host-image] Dec 19 21:44:45.562 INFO O| Dec 19 21:44:45.562 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94962024-12-19T21:44:46.064Z[ host-image] Dec 19 21:44:45.580 INFO O| Dec 19 21:44:45.579 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
94972024-12-19T21:44:46.064Z[ host-image] Dec 19 21:44:45.580 INFO O| Dec 19 21:44:45.579 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
94982024-12-19T21:44:46.065Z[ host-image] Dec 19 21:44:45.580 INFO O| Dec 19 21:44:45.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
94992024-12-19T21:44:46.068Z[ host-image] Dec 19 21:44:45.580 INFO O| Dec 19 21:44:45.580 INFO ok!
95002024-12-19T21:44:46.068Z[ host-image] Dec 19 21:44:45.580 INFO O| Dec 19 21:44:45.580 INFO STEP 74 (ensure_file) COMPLETE
95012024-12-19T21:44:46.068Z[ host-image] Dec 19 21:44:45.580 INFO O| Dec 19 21:44:45.580 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95022024-12-19T21:44:46.083Z[ host-image] Dec 19 21:44:45.598 INFO O| Dec 19 21:44:45.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
95032024-12-19T21:44:46.083Z[ host-image] Dec 19 21:44:45.598 INFO O| Dec 19 21:44:45.598 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
95042024-12-19T21:44:46.083Z[ host-image] Dec 19 21:44:45.598 INFO O| Dec 19 21:44:45.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
95052024-12-19T21:44:46.086Z[ host-image] Dec 19 21:44:45.598 INFO O| Dec 19 21:44:45.598 INFO ok!
95062024-12-19T21:44:46.086Z[ host-image] Dec 19 21:44:45.598 INFO O| Dec 19 21:44:45.598 INFO STEP 75 (ensure_file) COMPLETE
95072024-12-19T21:44:46.086Z[ host-image] Dec 19 21:44:45.598 INFO O| Dec 19 21:44:45.598 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95082024-12-19T21:44:46.101Z[ host-image] Dec 19 21:44:45.616 INFO O| Dec 19 21:44:45.616 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95092024-12-19T21:44:46.101Z[ host-image] Dec 19 21:44:45.616 INFO O| Dec 19 21:44:45.616 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
95102024-12-19T21:44:46.102Z[ host-image] Dec 19 21:44:45.616 INFO O| Dec 19 21:44:45.616 INFO STEP 76 (ensure_dir) COMPLETE
95112024-12-19T21:44:46.102Z[ host-image] Dec 19 21:44:45.616 INFO O| Dec 19 21:44:45.616 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95122024-12-19T21:44:46.119Z[ host-image] Dec 19 21:44:45.634 INFO O| Dec 19 21:44:45.634 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
95132024-12-19T21:44:46.122Z[ host-image] Dec 19 21:44:45.635 INFO O| Dec 19 21:44:45.634 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
95142024-12-19T21:44:46.125Z[ host-image] Dec 19 21:44:45.640 INFO O| Dec 19 21:44:45.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
95152024-12-19T21:44:46.125Z[ host-image] Dec 19 21:44:45.640 INFO O| Dec 19 21:44:45.640 INFO ok!
95162024-12-19T21:44:46.125Z[ host-image] Dec 19 21:44:45.640 INFO O| Dec 19 21:44:45.640 INFO STEP 77 (ensure_file) COMPLETE
95172024-12-19T21:44:46.125Z[ host-image] Dec 19 21:44:45.640 INFO O| Dec 19 21:44:45.640 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95182024-12-19T21:44:46.144Z[ host-image] Dec 19 21:44:45.659 INFO O| Dec 19 21:44:45.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
95192024-12-19T21:44:46.144Z[ host-image] Dec 19 21:44:45.659 INFO O| Dec 19 21:44:45.659 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
95202024-12-19T21:44:46.144Z[ host-image] Dec 19 21:44:45.659 INFO O| Dec 19 21:44:45.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
95212024-12-19T21:44:46.144Z[ host-image] Dec 19 21:44:45.659 INFO O| Dec 19 21:44:45.659 INFO ok!
95222024-12-19T21:44:46.147Z[ host-image] Dec 19 21:44:45.659 INFO O| Dec 19 21:44:45.659 INFO STEP 78 (ensure_file) COMPLETE
95232024-12-19T21:44:46.147Z[ host-image] Dec 19 21:44:45.659 INFO O| Dec 19 21:44:45.659 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95242024-12-19T21:44:46.162Z[ host-image] Dec 19 21:44:45.677 INFO O| Dec 19 21:44:45.677 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
95252024-12-19T21:44:46.162Z[ host-image] Dec 19 21:44:45.677 INFO O| Dec 19 21:44:45.677 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
95262024-12-19T21:44:48.036Z[ host-image] Dec 19 21:44:47.550 INFO O| Dec 19 21:44:47.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
95272024-12-19T21:44:48.036Z[ host-image] Dec 19 21:44:47.550 INFO O| Dec 19 21:44:47.550 INFO ok!
95282024-12-19T21:44:48.039Z[ host-image] Dec 19 21:44:47.550 INFO O| Dec 19 21:44:47.550 INFO STEP 79 (ensure_file) COMPLETE
95292024-12-19T21:44:48.039Z[ host-image] Dec 19 21:44:47.550 INFO O| Dec 19 21:44:47.550 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95302024-12-19T21:44:48.054Z[ host-image] Dec 19 21:44:47.568 INFO O| Dec 19 21:44:47.568 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95312024-12-19T21:44:48.055Z[ host-image] Dec 19 21:44:47.569 INFO O| Dec 19 21:44:47.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
95322024-12-19T21:44:48.057Z[ host-image] Dec 19 21:44:47.569 INFO O| Dec 19 21:44:47.569 INFO STEP 80 (ensure_dir) COMPLETE
95332024-12-19T21:44:48.057Z[ host-image] Dec 19 21:44:47.569 INFO O| Dec 19 21:44:47.569 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342024-12-19T21:44:48.097Z[ host-image] Dec 19 21:44:47.611 INFO O| Dec 19 21:44:47.611 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95352024-12-19T21:44:48.097Z[ host-image] Dec 19 21:44:47.611 INFO O| Dec 19 21:44:47.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
95362024-12-19T21:44:48.098Z[ host-image] Dec 19 21:44:47.611 INFO O| Dec 19 21:44:47.611 INFO STEP 81 (ensure_dir) COMPLETE
95372024-12-19T21:44:48.101Z[ host-image] Dec 19 21:44:47.612 INFO O| Dec 19 21:44:47.611 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95382024-12-19T21:44:48.158Z[ host-image] Dec 19 21:44:47.672 INFO O| Dec 19 21:44:47.672 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95392024-12-19T21:44:48.158Z[ host-image] Dec 19 21:44:47.672 INFO O| Dec 19 21:44:47.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
95402024-12-19T21:44:48.158Z[ host-image] Dec 19 21:44:47.672 INFO O| Dec 19 21:44:47.672 INFO STEP 82 (ensure_dir) COMPLETE
95412024-12-19T21:44:48.161Z[ host-image] Dec 19 21:44:47.672 INFO O| Dec 19 21:44:47.672 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95422024-12-19T21:44:48.177Z[ host-image] Dec 19 21:44:47.691 INFO O| Dec 19 21:44:47.691 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95432024-12-19T21:44:48.177Z[ host-image] Dec 19 21:44:47.692 INFO O| Dec 19 21:44:47.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
95442024-12-19T21:44:48.180Z[ host-image] Dec 19 21:44:47.692 INFO O| Dec 19 21:44:47.692 INFO STEP 83 (ensure_dir) COMPLETE
95452024-12-19T21:44:48.180Z[ host-image] Dec 19 21:44:47.692 INFO O| Dec 19 21:44:47.692 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-12-19T21:44:48.196Z[ host-image] Dec 19 21:44:47.711 INFO O| Dec 19 21:44:47.711 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95472024-12-19T21:44:48.196Z[ host-image] Dec 19 21:44:47.711 INFO O| Dec 19 21:44:47.711 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
95482024-12-19T21:44:48.196Z[ host-image] Dec 19 21:44:47.711 INFO O| Dec 19 21:44:47.711 INFO STEP 84 (ensure_dir) COMPLETE
95492024-12-19T21:44:48.199Z[ host-image] Dec 19 21:44:47.711 INFO O| Dec 19 21:44:47.711 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95502024-12-19T21:44:48.215Z[ host-image] Dec 19 21:44:47.729 INFO O| Dec 19 21:44:47.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
95512024-12-19T21:44:48.215Z[ host-image] Dec 19 21:44:47.729 INFO O| Dec 19 21:44:47.729 INFO copying /tmp/.tmpZORqCZ/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 ...
95522024-12-19T21:44:48.218Z[ host-image] Dec 19 21:44:47.730 INFO O| Dec 19 21:44:47.729 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
95532024-12-19T21:44:48.218Z[ host-image] Dec 19 21:44:47.730 INFO O| Dec 19 21:44:47.729 INFO ok!
95542024-12-19T21:44:48.218Z[ host-image] Dec 19 21:44:47.730 INFO O| Dec 19 21:44:47.730 INFO STEP 85 (ensure_file) COMPLETE
95552024-12-19T21:44:48.218Z[ host-image] Dec 19 21:44:47.730 INFO O| Dec 19 21:44:47.730 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95562024-12-19T21:44:48.234Z[ host-image] Dec 19 21:44:47.748 INFO O| Dec 19 21:44:47.748 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95572024-12-19T21:44:48.234Z[ host-image] Dec 19 21:44:47.749 INFO O| Dec 19 21:44:47.749 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
95582024-12-19T21:44:48.234Z[ host-image] Dec 19 21:44:47.749 INFO O| Dec 19 21:44:47.749 INFO STEP 86 (ensure_dir) COMPLETE
95592024-12-19T21:44:48.237Z[ host-image] Dec 19 21:44:47.749 INFO O| Dec 19 21:44:47.749 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95602024-12-19T21:44:48.253Z[ host-image] Dec 19 21:44:47.767 INFO O| Dec 19 21:44:47.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
95612024-12-19T21:44:48.253Z[ host-image] Dec 19 21:44:47.767 INFO O| Dec 19 21:44:47.767 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
95622024-12-19T21:44:48.256Z[ host-image] Dec 19 21:44:47.768 INFO O| Dec 19 21:44:47.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
95632024-12-19T21:44:48.256Z[ host-image] Dec 19 21:44:47.768 INFO O| Dec 19 21:44:47.767 INFO ok!
95642024-12-19T21:44:48.256Z[ host-image] Dec 19 21:44:47.768 INFO O| Dec 19 21:44:47.767 INFO STEP 87 (ensure_file) COMPLETE
95652024-12-19T21:44:48.256Z[ host-image] Dec 19 21:44:47.768 INFO O| Dec 19 21:44:47.767 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95662024-12-19T21:44:48.287Z[ host-image] Dec 19 21:44:47.801 INFO O| Dec 19 21:44:47.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
95672024-12-19T21:44:48.287Z[ host-image] Dec 19 21:44:47.801 INFO O| Dec 19 21:44:47.801 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
95682024-12-19T21:44:48.869Z[ host-image] Dec 19 21:44:48.382 INFO O| Dec 19 21:44:48.382 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
95692024-12-19T21:44:48.869Z[ host-image] Dec 19 21:44:48.382 INFO O| Dec 19 21:44:48.382 INFO ok!
95702024-12-19T21:44:48.873Z[ host-image] Dec 19 21:44:48.382 INFO O| Dec 19 21:44:48.382 INFO STEP 88 (ensure_file) COMPLETE
95712024-12-19T21:44:48.873Z[ host-image] Dec 19 21:44:48.382 INFO O| Dec 19 21:44:48.382 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95722024-12-19T21:44:48.886Z[ host-image] Dec 19 21:44:48.400 INFO O| Dec 19 21:44:48.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
95732024-12-19T21:44:48.886Z[ host-image] Dec 19 21:44:48.401 INFO O| Dec 19 21:44:48.400 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
95742024-12-19T21:44:49.597Z[ host-image] Dec 19 21:44:49.110 INFO O| Dec 19 21:44:49.110 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
95752024-12-19T21:44:49.599Z[ host-image] Dec 19 21:44:49.110 INFO O| Dec 19 21:44:49.110 INFO ok!
95762024-12-19T21:44:49.599Z[ host-image] Dec 19 21:44:49.110 INFO O| Dec 19 21:44:49.110 INFO STEP 89 (ensure_file) COMPLETE
95772024-12-19T21:44:49.599Z[ host-image] Dec 19 21:44:49.110 INFO O| Dec 19 21:44:49.110 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-12-19T21:44:49.631Z[ host-image] Dec 19 21:44:49.145 INFO O| Dec 19 21:44:49.145 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
95792024-12-19T21:44:49.631Z[ host-image] Dec 19 21:44:49.145 INFO O| Dec 19 21:44:49.145 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
95802024-12-19T21:44:49.635Z[ host-image] Dec 19 21:44:49.145 INFO O| Dec 19 21:44:49.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
95812024-12-19T21:44:49.635Z[ host-image] Dec 19 21:44:49.145 INFO O| Dec 19 21:44:49.145 INFO ok!
95822024-12-19T21:44:49.635Z[ host-image] Dec 19 21:44:49.145 INFO O| Dec 19 21:44:49.145 INFO STEP 90 (ensure_file) COMPLETE
95832024-12-19T21:44:49.635Z[ host-image] Dec 19 21:44:49.145 INFO O| Dec 19 21:44:49.145 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-12-19T21:44:49.655Z[ host-image] Dec 19 21:44:49.168 INFO O| Dec 19 21:44:49.168 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95852024-12-19T21:44:49.655Z[ host-image] Dec 19 21:44:49.168 INFO O| Dec 19 21:44:49.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
95862024-12-19T21:44:49.655Z[ host-image] Dec 19 21:44:49.168 INFO O| Dec 19 21:44:49.168 INFO STEP 91 (ensure_dir) COMPLETE
95872024-12-19T21:44:49.658Z[ host-image] Dec 19 21:44:49.168 INFO O| Dec 19 21:44:49.168 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-12-19T21:44:49.679Z[ host-image] Dec 19 21:44:49.192 INFO O| Dec 19 21:44:49.192 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
95892024-12-19T21:44:49.679Z[ host-image] Dec 19 21:44:49.193 INFO O| Dec 19 21:44:49.192 INFO copying /tmp/.tmpZORqCZ/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 ...
95902024-12-19T21:44:49.683Z[ host-image] Dec 19 21:44:49.193 INFO O| Dec 19 21:44:49.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
95912024-12-19T21:44:49.683Z[ host-image] Dec 19 21:44:49.193 INFO O| Dec 19 21:44:49.193 INFO ok!
95922024-12-19T21:44:49.683Z[ host-image] Dec 19 21:44:49.193 INFO O| Dec 19 21:44:49.193 INFO STEP 92 (ensure_file) COMPLETE
95932024-12-19T21:44:49.683Z[ host-image] Dec 19 21:44:49.193 INFO O| Dec 19 21:44:49.193 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-12-19T21:44:49.705Z[ host-image] Dec 19 21:44:49.218 INFO O| Dec 19 21:44:49.218 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
95952024-12-19T21:44:49.705Z[ host-image] Dec 19 21:44:49.218 INFO O| Dec 19 21:44:49.218 INFO copying /tmp/.tmpZORqCZ/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 ...
95962024-12-19T21:44:49.708Z[ host-image] Dec 19 21:44:49.219 INFO O| Dec 19 21:44:49.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
95972024-12-19T21:44:49.708Z[ host-image] Dec 19 21:44:49.219 INFO O| Dec 19 21:44:49.219 INFO ok!
95982024-12-19T21:44:49.708Z[ host-image] Dec 19 21:44:49.219 INFO O| Dec 19 21:44:49.219 INFO STEP 93 (ensure_file) COMPLETE
95992024-12-19T21:44:49.708Z[ host-image] Dec 19 21:44:49.219 INFO O| Dec 19 21:44:49.219 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96002024-12-19T21:44:49.731Z[ host-image] Dec 19 21:44:49.244 INFO O| Dec 19 21:44:49.244 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
96012024-12-19T21:44:49.731Z[ host-image] Dec 19 21:44:49.244 INFO O| Dec 19 21:44:49.244 INFO copying /tmp/.tmpZORqCZ/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 ...
96022024-12-19T21:44:49.734Z[ host-image] Dec 19 21:44:49.245 INFO O| Dec 19 21:44:49.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
96032024-12-19T21:44:49.734Z[ host-image] Dec 19 21:44:49.245 INFO O| Dec 19 21:44:49.245 INFO ok!
96042024-12-19T21:44:49.734Z[ host-image] Dec 19 21:44:49.245 INFO O| Dec 19 21:44:49.245 INFO STEP 94 (ensure_file) COMPLETE
96052024-12-19T21:44:49.734Z[ host-image] Dec 19 21:44:49.245 INFO O| Dec 19 21:44:49.245 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96062024-12-19T21:44:49.757Z[ host-image] Dec 19 21:44:49.271 INFO O| Dec 19 21:44:49.271 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
96072024-12-19T21:44:49.760Z[ host-image] Dec 19 21:44:49.271 INFO O| Dec 19 21:44:49.271 INFO copying /tmp/.tmpZORqCZ/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 ...
96082024-12-19T21:44:49.760Z[ host-image] Dec 19 21:44:49.271 INFO O| Dec 19 21:44:49.271 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
96092024-12-19T21:44:49.760Z[ host-image] Dec 19 21:44:49.272 INFO O| Dec 19 21:44:49.271 INFO ok!
96102024-12-19T21:44:49.760Z[ host-image] Dec 19 21:44:49.272 INFO O| Dec 19 21:44:49.272 INFO STEP 95 (ensure_file) COMPLETE
96112024-12-19T21:44:49.760Z[ host-image] Dec 19 21:44:49.272 INFO O| Dec 19 21:44:49.272 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96122024-12-19T21:44:49.820Z[ host-image] Dec 19 21:44:49.332 INFO O| Dec 19 21:44:49.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
96132024-12-19T21:44:49.820Z[ host-image] Dec 19 21:44:49.332 INFO O| Dec 19 21:44:49.332 INFO copying /tmp/.tmpZORqCZ/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 ...
96142024-12-19T21:44:49.823Z[ host-image] Dec 19 21:44:49.332 INFO O| Dec 19 21:44:49.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
96152024-12-19T21:44:49.823Z[ host-image] Dec 19 21:44:49.333 INFO O| Dec 19 21:44:49.333 INFO ok!
96162024-12-19T21:44:49.823Z[ host-image] Dec 19 21:44:49.333 INFO O| Dec 19 21:44:49.333 INFO STEP 96 (ensure_file) COMPLETE
96172024-12-19T21:44:49.823Z[ host-image] Dec 19 21:44:49.333 INFO O| Dec 19 21:44:49.333 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96182024-12-19T21:44:49.858Z[ host-image] Dec 19 21:44:49.371 INFO O| Dec 19 21:44:49.371 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
96192024-12-19T21:44:49.858Z[ host-image] Dec 19 21:44:49.372 INFO O| Dec 19 21:44:49.372 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
96202024-12-19T21:44:49.861Z[ host-image] Dec 19 21:44:49.372 INFO O| Dec 19 21:44:49.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
96212024-12-19T21:44:49.861Z[ host-image] Dec 19 21:44:49.372 INFO O| Dec 19 21:44:49.372 INFO ok!
96222024-12-19T21:44:49.861Z[ host-image] Dec 19 21:44:49.372 INFO O| Dec 19 21:44:49.372 INFO STEP 97 (ensure_file) COMPLETE
96232024-12-19T21:44:49.862Z[ host-image] Dec 19 21:44:49.372 INFO O| Dec 19 21:44:49.372 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96242024-12-19T21:44:49.893Z[ host-image] Dec 19 21:44:49.406 INFO O| Dec 19 21:44:49.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
96252024-12-19T21:44:49.893Z[ host-image] Dec 19 21:44:49.406 INFO O| Dec 19 21:44:49.406 INFO copying /tmp/.tmpZORqCZ/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 ...
96262024-12-19T21:44:49.895Z[ host-image] Dec 19 21:44:49.407 INFO O| Dec 19 21:44:49.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
96272024-12-19T21:44:49.896Z[ host-image] Dec 19 21:44:49.407 INFO O| Dec 19 21:44:49.407 INFO ok!
96282024-12-19T21:44:49.896Z[ host-image] Dec 19 21:44:49.407 INFO O| Dec 19 21:44:49.407 INFO STEP 98 (ensure_file) COMPLETE
96292024-12-19T21:44:49.896Z[ host-image] Dec 19 21:44:49.407 INFO O| Dec 19 21:44:49.407 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96302024-12-19T21:44:49.912Z[ host-image] Dec 19 21:44:49.426 INFO O| Dec 19 21:44:49.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
96312024-12-19T21:44:49.913Z[ host-image] Dec 19 21:44:49.426 INFO O| Dec 19 21:44:49.426 INFO copying /tmp/.tmpZORqCZ/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 ...
96322024-12-19T21:44:49.916Z[ host-image] Dec 19 21:44:49.427 INFO O| Dec 19 21:44:49.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
96332024-12-19T21:44:49.916Z[ host-image] Dec 19 21:44:49.427 INFO O| Dec 19 21:44:49.427 INFO ok!
96342024-12-19T21:44:49.916Z[ host-image] Dec 19 21:44:49.427 INFO O| Dec 19 21:44:49.427 INFO STEP 99 (ensure_file) COMPLETE
96352024-12-19T21:44:49.916Z[ host-image] Dec 19 21:44:49.427 INFO O| Dec 19 21:44:49.427 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96362024-12-19T21:44:49.932Z[ host-image] Dec 19 21:44:49.445 INFO O| Dec 19 21:44:49.445 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
96372024-12-19T21:44:49.932Z[ host-image] Dec 19 21:44:49.445 INFO O| Dec 19 21:44:49.445 INFO copying /tmp/.tmpZORqCZ/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 ...
96382024-12-19T21:44:49.934Z[ host-image] Dec 19 21:44:49.446 INFO O| Dec 19 21:44:49.446 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
96392024-12-19T21:44:49.934Z[ host-image] Dec 19 21:44:49.446 INFO O| Dec 19 21:44:49.446 INFO ok!
96402024-12-19T21:44:49.934Z[ host-image] Dec 19 21:44:49.446 INFO O| Dec 19 21:44:49.446 INFO STEP 100 (ensure_file) COMPLETE
96412024-12-19T21:44:49.934Z[ host-image] Dec 19 21:44:49.446 INFO O| Dec 19 21:44:49.446 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96422024-12-19T21:44:49.951Z[ host-image] Dec 19 21:44:49.464 INFO O| Dec 19 21:44:49.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
96432024-12-19T21:44:49.951Z[ host-image] Dec 19 21:44:49.464 INFO O| Dec 19 21:44:49.464 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
96442024-12-19T21:44:49.953Z[ host-image] Dec 19 21:44:49.465 INFO O| Dec 19 21:44:49.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
96452024-12-19T21:44:49.953Z[ host-image] Dec 19 21:44:49.465 INFO O| Dec 19 21:44:49.465 INFO ok!
96462024-12-19T21:44:49.953Z[ host-image] Dec 19 21:44:49.465 INFO O| Dec 19 21:44:49.465 INFO STEP 101 (ensure_file) COMPLETE
96472024-12-19T21:44:49.954Z[ host-image] Dec 19 21:44:49.465 INFO O| Dec 19 21:44:49.465 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96482024-12-19T21:44:49.976Z[ host-image] Dec 19 21:44:49.489 INFO O| Dec 19 21:44:49.489 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
96492024-12-19T21:44:49.976Z[ host-image] Dec 19 21:44:49.489 INFO O| Dec 19 21:44:49.489 INFO copying /tmp/.tmpZORqCZ/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 ...
96502024-12-19T21:44:49.976Z[ host-image] Dec 19 21:44:49.490 INFO O| Dec 19 21:44:49.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
96512024-12-19T21:44:49.976Z[ host-image] Dec 19 21:44:49.490 INFO O| Dec 19 21:44:49.490 INFO ok!
96522024-12-19T21:44:49.979Z[ host-image] Dec 19 21:44:49.490 INFO O| Dec 19 21:44:49.490 INFO STEP 102 (ensure_file) COMPLETE
96532024-12-19T21:44:49.979Z[ host-image] Dec 19 21:44:49.490 INFO O| Dec 19 21:44:49.490 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96542024-12-19T21:44:50.008Z[ host-image] Dec 19 21:44:49.521 INFO O| Dec 19 21:44:49.521 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
96552024-12-19T21:44:50.008Z[ host-image] Dec 19 21:44:49.521 INFO O| Dec 19 21:44:49.521 INFO copying /tmp/.tmpZORqCZ/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 ...
96562024-12-19T21:44:50.008Z[ host-image] Dec 19 21:44:49.521 INFO O| Dec 19 21:44:49.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
96572024-12-19T21:44:50.008Z[ host-image] Dec 19 21:44:49.521 INFO O| Dec 19 21:44:49.521 INFO ok!
96582024-12-19T21:44:50.011Z[ host-image] Dec 19 21:44:49.521 INFO O| Dec 19 21:44:49.521 INFO STEP 103 (ensure_file) COMPLETE
96592024-12-19T21:44:50.011Z[ host-image] Dec 19 21:44:49.521 INFO O| Dec 19 21:44:49.521 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96602024-12-19T21:44:50.027Z[ host-image] Dec 19 21:44:49.540 INFO O| Dec 19 21:44:49.540 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
96612024-12-19T21:44:50.027Z[ host-image] Dec 19 21:44:49.540 INFO O| Dec 19 21:44:49.540 INFO copying /tmp/.tmpZORqCZ/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 ...
96622024-12-19T21:44:50.027Z[ host-image] Dec 19 21:44:49.540 INFO O| Dec 19 21:44:49.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
96632024-12-19T21:44:50.029Z[ host-image] Dec 19 21:44:49.541 INFO O| Dec 19 21:44:49.540 INFO ok!
96642024-12-19T21:44:50.029Z[ host-image] Dec 19 21:44:49.541 INFO O| Dec 19 21:44:49.541 INFO STEP 104 (ensure_file) COMPLETE
96652024-12-19T21:44:50.029Z[ host-image] Dec 19 21:44:49.541 INFO O| Dec 19 21:44:49.541 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96662024-12-19T21:44:50.045Z[ host-image] Dec 19 21:44:49.559 INFO O| Dec 19 21:44:49.558 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
96672024-12-19T21:44:50.045Z[ host-image] Dec 19 21:44:49.559 INFO O| Dec 19 21:44:49.559 INFO copying /tmp/.tmpZORqCZ/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 ...
96682024-12-19T21:44:50.045Z[ host-image] Dec 19 21:44:49.559 INFO O| Dec 19 21:44:49.559 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
96692024-12-19T21:44:50.045Z[ host-image] Dec 19 21:44:49.559 INFO O| Dec 19 21:44:49.559 INFO ok!
96702024-12-19T21:44:50.048Z[ host-image] Dec 19 21:44:49.559 INFO O| Dec 19 21:44:49.559 INFO STEP 105 (ensure_file) COMPLETE
96712024-12-19T21:44:50.048Z[ host-image] Dec 19 21:44:49.559 INFO O| Dec 19 21:44:49.559 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96722024-12-19T21:44:50.063Z[ host-image] Dec 19 21:44:49.576 INFO O| Dec 19 21:44:49.576 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
96732024-12-19T21:44:50.064Z[ host-image] Dec 19 21:44:49.576 INFO O| Dec 19 21:44:49.576 INFO copying /tmp/.tmpZORqCZ/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 ...
96742024-12-19T21:44:50.064Z[ host-image] Dec 19 21:44:49.577 INFO O| Dec 19 21:44:49.576 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
96752024-12-19T21:44:50.064Z[ host-image] Dec 19 21:44:49.577 INFO O| Dec 19 21:44:49.577 INFO ok!
96762024-12-19T21:44:50.064Z[ host-image] Dec 19 21:44:49.577 INFO O| Dec 19 21:44:49.577 INFO STEP 106 (ensure_file) COMPLETE
96772024-12-19T21:44:50.064Z[ host-image] Dec 19 21:44:49.577 INFO O| Dec 19 21:44:49.577 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96782024-12-19T21:44:50.115Z[ host-image] Dec 19 21:44:49.628 INFO O| Dec 19 21:44:49.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
96792024-12-19T21:44:50.115Z[ host-image] Dec 19 21:44:49.628 INFO O| Dec 19 21:44:49.628 INFO copying /tmp/.tmpZORqCZ/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 ...
96802024-12-19T21:44:50.115Z[ host-image] Dec 19 21:44:49.628 INFO O| Dec 19 21:44:49.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
96812024-12-19T21:44:50.117Z[ host-image] Dec 19 21:44:49.628 INFO O| Dec 19 21:44:49.628 INFO ok!
96822024-12-19T21:44:50.118Z[ host-image] Dec 19 21:44:49.628 INFO O| Dec 19 21:44:49.628 INFO STEP 107 (ensure_file) COMPLETE
96832024-12-19T21:44:50.118Z[ host-image] Dec 19 21:44:49.628 INFO O| Dec 19 21:44:49.628 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96842024-12-19T21:44:50.132Z[ host-image] Dec 19 21:44:49.646 INFO O| Dec 19 21:44:49.646 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
96852024-12-19T21:44:50.132Z[ host-image] Dec 19 21:44:49.646 INFO O| Dec 19 21:44:49.646 INFO copying /tmp/.tmpZORqCZ/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 ...
96862024-12-19T21:44:50.132Z[ host-image] Dec 19 21:44:49.646 INFO O| Dec 19 21:44:49.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
96872024-12-19T21:44:50.132Z[ host-image] Dec 19 21:44:49.646 INFO O| Dec 19 21:44:49.646 INFO ok!
96882024-12-19T21:44:50.140Z[ host-image] Dec 19 21:44:49.646 INFO O| Dec 19 21:44:49.646 INFO STEP 108 (ensure_file) COMPLETE
96892024-12-19T21:44:50.140Z[ host-image] Dec 19 21:44:49.646 INFO O| Dec 19 21:44:49.646 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96902024-12-19T21:44:50.150Z[ host-image] Dec 19 21:44:49.663 INFO O| Dec 19 21:44:49.663 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
96912024-12-19T21:44:50.150Z[ host-image] Dec 19 21:44:49.663 INFO O| Dec 19 21:44:49.663 INFO copying /tmp/.tmpZORqCZ/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 ...
96922024-12-19T21:44:50.152Z[ host-image] Dec 19 21:44:49.663 INFO O| Dec 19 21:44:49.663 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
96932024-12-19T21:44:50.153Z[ host-image] Dec 19 21:44:49.663 INFO O| Dec 19 21:44:49.663 INFO ok!
96942024-12-19T21:44:50.154Z[ host-image] Dec 19 21:44:49.663 INFO O| Dec 19 21:44:49.663 INFO STEP 109 (ensure_file) COMPLETE
96952024-12-19T21:44:50.154Z[ host-image] Dec 19 21:44:49.664 INFO O| Dec 19 21:44:49.663 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96962024-12-19T21:44:50.168Z[ host-image] Dec 19 21:44:49.681 INFO O| Dec 19 21:44:49.681 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
96972024-12-19T21:44:50.171Z[ host-image] Dec 19 21:44:49.681 INFO O| Dec 19 21:44:49.681 INFO copying /tmp/.tmpZORqCZ/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 ...
96982024-12-19T21:44:50.171Z[ host-image] Dec 19 21:44:49.681 INFO O| Dec 19 21:44:49.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
96992024-12-19T21:44:50.171Z[ host-image] Dec 19 21:44:49.681 INFO O| Dec 19 21:44:49.681 INFO ok!
97002024-12-19T21:44:50.171Z[ host-image] Dec 19 21:44:49.681 INFO O| Dec 19 21:44:49.681 INFO STEP 110 (ensure_file) COMPLETE
97012024-12-19T21:44:50.171Z[ host-image] Dec 19 21:44:49.681 INFO O| Dec 19 21:44:49.681 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97022024-12-19T21:44:50.186Z[ host-image] Dec 19 21:44:49.700 INFO O| Dec 19 21:44:49.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
97032024-12-19T21:44:50.186Z[ host-image] Dec 19 21:44:49.700 INFO O| Dec 19 21:44:49.700 INFO copying /tmp/.tmpZORqCZ/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 ...
97042024-12-19T21:44:50.186Z[ host-image] Dec 19 21:44:49.700 INFO O| Dec 19 21:44:49.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
97052024-12-19T21:44:50.189Z[ host-image] Dec 19 21:44:49.700 INFO O| Dec 19 21:44:49.700 INFO ok!
97062024-12-19T21:44:50.189Z[ host-image] Dec 19 21:44:49.700 INFO O| Dec 19 21:44:49.700 INFO STEP 111 (ensure_file) COMPLETE
97072024-12-19T21:44:50.189Z[ host-image] Dec 19 21:44:49.700 INFO O| Dec 19 21:44:49.700 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97082024-12-19T21:44:50.204Z[ host-image] Dec 19 21:44:49.718 INFO O| Dec 19 21:44:49.717 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
97092024-12-19T21:44:50.204Z[ host-image] Dec 19 21:44:49.718 INFO O| Dec 19 21:44:49.717 INFO copying /tmp/.tmpZORqCZ/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 ...
97102024-12-19T21:44:50.207Z[ host-image] Dec 19 21:44:49.718 INFO O| Dec 19 21:44:49.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
97112024-12-19T21:44:50.207Z[ host-image] Dec 19 21:44:49.718 INFO O| Dec 19 21:44:49.718 INFO ok!
97122024-12-19T21:44:50.207Z[ host-image] Dec 19 21:44:49.718 INFO O| Dec 19 21:44:49.718 INFO STEP 112 (ensure_file) COMPLETE
97132024-12-19T21:44:50.207Z[ host-image] Dec 19 21:44:49.718 INFO O| Dec 19 21:44:49.718 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97142024-12-19T21:44:50.222Z[ host-image] Dec 19 21:44:49.735 INFO O| Dec 19 21:44:49.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist
97152024-12-19T21:44:50.222Z[ host-image] Dec 19 21:44:49.736 INFO O| Dec 19 21:44:49.735 INFO copying /tmp/.tmpZORqCZ/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 ...
97162024-12-19T21:44:50.222Z[ host-image] Dec 19 21:44:49.736 INFO O| Dec 19 21:44:49.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d
97172024-12-19T21:44:50.222Z[ host-image] Dec 19 21:44:49.736 INFO O| Dec 19 21:44:49.736 INFO ok!
97182024-12-19T21:44:50.222Z[ host-image] Dec 19 21:44:49.736 INFO O| Dec 19 21:44:49.736 INFO STEP 113 (ensure_file) COMPLETE
97192024-12-19T21:44:50.225Z[ host-image] Dec 19 21:44:49.736 INFO O| Dec 19 21:44:49.736 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97202024-12-19T21:44:50.241Z[ host-image] Dec 19 21:44:49.754 INFO O| Dec 19 21:44:49.753 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
97212024-12-19T21:44:50.241Z[ host-image] Dec 19 21:44:49.754 INFO O| Dec 19 21:44:49.754 INFO copying /tmp/.tmpZORqCZ/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 ...
97222024-12-19T21:44:50.241Z[ host-image] Dec 19 21:44:49.754 INFO O| Dec 19 21:44:49.754 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
97232024-12-19T21:44:50.241Z[ host-image] Dec 19 21:44:49.754 INFO O| Dec 19 21:44:49.754 INFO ok!
97242024-12-19T21:44:50.245Z[ host-image] Dec 19 21:44:49.754 INFO O| Dec 19 21:44:49.754 INFO STEP 114 (ensure_file) COMPLETE
97252024-12-19T21:44:50.245Z[ host-image] Dec 19 21:44:49.754 INFO O| Dec 19 21:44:49.754 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97262024-12-19T21:44:50.278Z[ host-image] Dec 19 21:44:49.791 INFO O| Dec 19 21:44:49.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist
97272024-12-19T21:44:50.278Z[ host-image] Dec 19 21:44:49.791 INFO O| Dec 19 21:44:49.791 INFO copying /tmp/.tmpZORqCZ/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 ...
97282024-12-19T21:44:50.282Z[ host-image] Dec 19 21:44:49.791 INFO O| Dec 19 21:44:49.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d
97292024-12-19T21:44:50.282Z[ host-image] Dec 19 21:44:49.791 INFO O| Dec 19 21:44:49.791 INFO ok!
97302024-12-19T21:44:50.282Z[ host-image] Dec 19 21:44:49.791 INFO O| Dec 19 21:44:49.791 INFO STEP 115 (ensure_file) COMPLETE
97312024-12-19T21:44:50.282Z[ host-image] Dec 19 21:44:49.791 INFO O| Dec 19 21:44:49.791 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97322024-12-19T21:44:50.311Z[ host-image] Dec 19 21:44:49.824 INFO O| Dec 19 21:44:49.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
97332024-12-19T21:44:50.311Z[ host-image] Dec 19 21:44:49.824 INFO O| Dec 19 21:44:49.824 INFO copying /tmp/.tmpZORqCZ/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 ...
97342024-12-19T21:44:50.311Z[ host-image] Dec 19 21:44:49.824 INFO O| Dec 19 21:44:49.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
97352024-12-19T21:44:50.311Z[ host-image] Dec 19 21:44:49.824 INFO O| Dec 19 21:44:49.824 INFO ok!
97362024-12-19T21:44:50.314Z[ host-image] Dec 19 21:44:49.824 INFO O| Dec 19 21:44:49.824 INFO STEP 116 (ensure_file) COMPLETE
97372024-12-19T21:44:50.314Z[ host-image] Dec 19 21:44:49.824 INFO O| Dec 19 21:44:49.824 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97382024-12-19T21:44:50.329Z[ host-image] Dec 19 21:44:49.842 INFO O| Dec 19 21:44:49.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
97392024-12-19T21:44:50.329Z[ host-image] Dec 19 21:44:49.842 INFO O| Dec 19 21:44:49.842 INFO copying /tmp/.tmpZORqCZ/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 ...
97402024-12-19T21:44:50.332Z[ host-image] Dec 19 21:44:49.842 INFO O| Dec 19 21:44:49.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
97412024-12-19T21:44:50.332Z[ host-image] Dec 19 21:44:49.842 INFO O| Dec 19 21:44:49.842 INFO ok!
97422024-12-19T21:44:50.332Z[ host-image] Dec 19 21:44:49.842 INFO O| Dec 19 21:44:49.842 INFO STEP 117 (ensure_file) COMPLETE
97432024-12-19T21:44:50.332Z[ host-image] Dec 19 21:44:49.842 INFO O| Dec 19 21:44:49.842 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97442024-12-19T21:44:50.365Z[ host-image] Dec 19 21:44:49.878 INFO O| Dec 19 21:44:49.878 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
97452024-12-19T21:44:50.365Z[ host-image] Dec 19 21:44:49.878 INFO O| Dec 19 21:44:49.878 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
97462024-12-19T21:44:50.368Z[ host-image] Dec 19 21:44:49.879 INFO O| Dec 19 21:44:49.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
97472024-12-19T21:44:50.368Z[ host-image] Dec 19 21:44:49.879 INFO O| Dec 19 21:44:49.879 INFO ok!
97482024-12-19T21:44:50.368Z[ host-image] Dec 19 21:44:49.879 INFO O| Dec 19 21:44:49.879 INFO STEP 118 (ensure_file) COMPLETE
97492024-12-19T21:44:50.368Z[ host-image] Dec 19 21:44:49.879 INFO O| Dec 19 21:44:49.879 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97502024-12-19T21:44:50.420Z[ host-image] Dec 19 21:44:49.933 INFO O| Dec 19 21:44:49.933 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
97512024-12-19T21:44:50.421Z[ host-image] Dec 19 21:44:49.933 INFO O| Dec 19 21:44:49.933 INFO copying /tmp/.tmpZORqCZ/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 ...
97522024-12-19T21:44:50.425Z[ host-image] Dec 19 21:44:49.934 INFO O| Dec 19 21:44:49.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
97532024-12-19T21:44:50.425Z[ host-image] Dec 19 21:44:49.934 INFO O| Dec 19 21:44:49.934 INFO ok!
97542024-12-19T21:44:50.425Z[ host-image] Dec 19 21:44:49.934 INFO O| Dec 19 21:44:49.934 INFO STEP 119 (ensure_file) COMPLETE
97552024-12-19T21:44:50.425Z[ host-image] Dec 19 21:44:49.934 INFO O| Dec 19 21:44:49.934 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97562024-12-19T21:44:50.447Z[ host-image] Dec 19 21:44:49.960 INFO O| Dec 19 21:44:49.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
97572024-12-19T21:44:50.447Z[ host-image] Dec 19 21:44:49.960 INFO O| Dec 19 21:44:49.960 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
97582024-12-19T21:44:50.447Z[ host-image] Dec 19 21:44:49.960 INFO O| Dec 19 21:44:49.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
97592024-12-19T21:44:50.450Z[ host-image] Dec 19 21:44:49.960 INFO O| Dec 19 21:44:49.960 INFO ok!
97602024-12-19T21:44:50.450Z[ host-image] Dec 19 21:44:49.960 INFO O| Dec 19 21:44:49.960 INFO STEP 120 (ensure_file) COMPLETE
97612024-12-19T21:44:50.450Z[ host-image] Dec 19 21:44:49.960 INFO O| Dec 19 21:44:49.960 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97622024-12-19T21:44:50.479Z[ host-image] Dec 19 21:44:49.993 INFO O| Dec 19 21:44:49.992 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
97632024-12-19T21:44:50.479Z[ host-image] Dec 19 21:44:49.993 INFO O| Dec 19 21:44:49.992 INFO copying /tmp/.tmpZORqCZ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
97642024-12-19T21:45:02.854Z[ host-image] Dec 19 21:45:02.361 INFO O| Dec 19 21:45:02.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
97652024-12-19T21:45:02.857Z[ host-image] Dec 19 21:45:02.361 INFO O| Dec 19 21:45:02.361 INFO ok!
97662024-12-19T21:45:02.857Z[ host-image] Dec 19 21:45:02.361 INFO O| Dec 19 21:45:02.361 INFO STEP 121 (ensure_file) COMPLETE
97672024-12-19T21:45:02.857Z[ host-image] Dec 19 21:45:02.361 INFO O| Dec 19 21:45:02.361 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97682024-12-19T21:45:02.871Z[ host-image] Dec 19 21:45:02.379 INFO O| Dec 19 21:45:02.378 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
97692024-12-19T21:45:02.875Z[ host-image] Dec 19 21:45:02.379 INFO O| Dec 19 21:45:02.378 INFO STEP 122 (ensure_dir) COMPLETE
97702024-12-19T21:45:02.875Z[ host-image] Dec 19 21:45:02.379 INFO O| Dec 19 21:45:02.378 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97712024-12-19T21:45:02.902Z[ host-image] Dec 19 21:45:02.409 INFO O| Dec 19 21:45:02.409 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
97722024-12-19T21:45:02.902Z[ host-image] Dec 19 21:45:02.409 INFO O| Dec 19 21:45:02.409 INFO STEP 123 (ensure_dir) COMPLETE
97732024-12-19T21:45:02.906Z[ host-image] Dec 19 21:45:02.410 INFO O| Dec 19 21:45:02.409 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97742024-12-19T21:45:02.921Z[ host-image] Dec 19 21:45:02.428 INFO O| Dec 19 21:45:02.428 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
97752024-12-19T21:45:02.921Z[ host-image] Dec 19 21:45:02.429 INFO O| Dec 19 21:45:02.429 INFO STEP 124 (ensure_dir) COMPLETE
97762024-12-19T21:45:02.924Z[ host-image] Dec 19 21:45:02.429 INFO O| Dec 19 21:45:02.429 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97772024-12-19T21:45:02.939Z[ host-image] Dec 19 21:45:02.446 INFO O| Dec 19 21:45:02.446 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
97782024-12-19T21:45:02.939Z[ host-image] Dec 19 21:45:02.446 INFO O| Dec 19 21:45:02.446 INFO STEP 125 (ensure_dir) COMPLETE
97792024-12-19T21:45:02.942Z[ host-image] Dec 19 21:45:02.446 INFO O| Dec 19 21:45:02.446 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97802024-12-19T21:45:02.957Z[ host-image] Dec 19 21:45:02.464 INFO O| Dec 19 21:45:02.464 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
97812024-12-19T21:45:02.957Z[ host-image] Dec 19 21:45:02.464 INFO O| Dec 19 21:45:02.464 INFO copying /tmp/.tmpZORqCZ/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 ...
97822024-12-19T21:45:02.960Z[ host-image] Dec 19 21:45:02.464 INFO O| Dec 19 21:45:02.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
97832024-12-19T21:45:02.960Z[ host-image] Dec 19 21:45:02.464 INFO O| Dec 19 21:45:02.464 INFO ok!
97842024-12-19T21:45:02.960Z[ host-image] Dec 19 21:45:02.464 INFO O| Dec 19 21:45:02.464 INFO STEP 126 (ensure_file) COMPLETE
97852024-12-19T21:45:02.960Z[ host-image] Dec 19 21:45:02.464 INFO O| Dec 19 21:45:02.464 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97862024-12-19T21:45:02.993Z[ host-image] Dec 19 21:45:02.500 INFO O| Dec 19 21:45:02.500 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97872024-12-19T21:45:02.993Z[ host-image] Dec 19 21:45:02.500 INFO O| Dec 19 21:45:02.500 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
97882024-12-19T21:45:02.993Z[ host-image] Dec 19 21:45:02.500 INFO O| Dec 19 21:45:02.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
97892024-12-19T21:45:02.996Z[ host-image] Dec 19 21:45:02.500 INFO O| Dec 19 21:45:02.500 INFO STEP 127 (ensure_dir) COMPLETE
97902024-12-19T21:45:02.996Z[ host-image] Dec 19 21:45:02.500 INFO O| Dec 19 21:45:02.500 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
97912024-12-19T21:45:03.012Z[ host-image] Dec 19 21:45:02.518 INFO O| Dec 19 21:45:02.518 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
97922024-12-19T21:45:03.012Z[ host-image] Dec 19 21:45:02.519 INFO O| Dec 19 21:45:02.518 INFO copying /tmp/.tmpZORqCZ/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
97932024-12-19T21:45:03.015Z[ host-image] Dec 19 21:45:02.519 INFO O| Dec 19 21:45:02.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
97942024-12-19T21:45:03.015Z[ host-image] Dec 19 21:45:02.519 INFO O| Dec 19 21:45:02.519 INFO ok!
97952024-12-19T21:45:03.015Z[ host-image] Dec 19 21:45:02.519 INFO O| Dec 19 21:45:02.519 INFO STEP 128 (ensure_file) COMPLETE
97962024-12-19T21:45:03.015Z[ host-image] Dec 19 21:45:02.519 INFO O| Dec 19 21:45:02.519 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97972024-12-19T21:45:03.029Z[ host-image] Dec 19 21:45:02.537 INFO O| Dec 19 21:45:02.536 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
97982024-12-19T21:45:03.032Z[ host-image] Dec 19 21:45:02.537 INFO O| Dec 19 21:45:02.537 INFO STEP 129 (remove_files) COMPLETE
97992024-12-19T21:45:03.032Z[ host-image] Dec 19 21:45:02.537 INFO O| Dec 19 21:45:02.537 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98002024-12-19T21:45:03.048Z[ host-image] Dec 19 21:45:02.555 INFO O| Dec 19 21:45:02.555 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
98012024-12-19T21:45:03.051Z[ host-image] Dec 19 21:45:02.555 INFO O| Dec 19 21:45:02.555 INFO STEP 130 (remove_files) COMPLETE
98022024-12-19T21:45:03.052Z[ host-image] Dec 19 21:45:02.556 INFO O| Dec 19 21:45:02.556 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98032024-12-19T21:45:03.065Z[ host-image] Dec 19 21:45:02.572 INFO O| Dec 19 21:45:02.572 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
98042024-12-19T21:45:03.068Z[ host-image] Dec 19 21:45:02.573 INFO O| Dec 19 21:45:02.573 INFO STEP 131 (remove_files) COMPLETE
98052024-12-19T21:45:03.068Z[ host-image] Dec 19 21:45:02.573 INFO O| Dec 19 21:45:02.573 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98062024-12-19T21:45:03.083Z[ host-image] Dec 19 21:45:02.590 INFO O| Dec 19 21:45:02.590 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
98072024-12-19T21:45:03.086Z[ host-image] Dec 19 21:45:02.590 INFO O| Dec 19 21:45:02.590 INFO STEP 132 (remove_files) COMPLETE
98082024-12-19T21:45:03.086Z[ host-image] Dec 19 21:45:02.590 INFO O| Dec 19 21:45:02.590 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98092024-12-19T21:45:03.102Z[ host-image] Dec 19 21:45:02.609 INFO O| Dec 19 21:45:02.609 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
98102024-12-19T21:45:03.105Z[ host-image] Dec 19 21:45:02.610 INFO O| Dec 19 21:45:02.609 INFO STEP 133 (remove_files) COMPLETE
98112024-12-19T21:45:03.105Z[ host-image] Dec 19 21:45:02.610 INFO O| Dec 19 21:45:02.610 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98122024-12-19T21:45:03.120Z[ host-image] Dec 19 21:45:02.626 INFO O| Dec 19 21:45:02.626 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
98132024-12-19T21:45:03.123Z[ host-image] Dec 19 21:45:02.626 INFO O| Dec 19 21:45:02.626 INFO STEP 134 (remove_files) COMPLETE
98142024-12-19T21:45:03.123Z[ host-image] Dec 19 21:45:02.626 INFO O| Dec 19 21:45:02.626 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98152024-12-19T21:45:03.151Z[ host-image] Dec 19 21:45:02.658 INFO O| Dec 19 21:45:02.658 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
98162024-12-19T21:45:03.151Z[ host-image] Dec 19 21:45:02.658 INFO O| Dec 19 21:45:02.658 INFO STEP 135 (remove_files) COMPLETE
98172024-12-19T21:45:03.154Z[ host-image] Dec 19 21:45:02.658 INFO O| Dec 19 21:45:02.658 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98182024-12-19T21:45:03.171Z[ host-image] Dec 19 21:45:02.678 INFO O| Dec 19 21:45:02.678 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
98192024-12-19T21:45:03.171Z[ host-image] Dec 19 21:45:02.678 INFO O| Dec 19 21:45:02.678 INFO STEP 136 (remove_files) COMPLETE
98202024-12-19T21:45:03.174Z[ host-image] Dec 19 21:45:02.678 INFO O| Dec 19 21:45:02.678 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98212024-12-19T21:45:03.190Z[ host-image] Dec 19 21:45:02.697 INFO O| Dec 19 21:45:02.697 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
98222024-12-19T21:45:03.190Z[ host-image] Dec 19 21:45:02.697 INFO O| Dec 19 21:45:02.697 INFO STEP 137 (remove_files) COMPLETE
98232024-12-19T21:45:03.193Z[ host-image] Dec 19 21:45:02.697 INFO O| Dec 19 21:45:02.697 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98242024-12-19T21:45:03.207Z[ host-image] Dec 19 21:45:02.714 INFO O| Dec 19 21:45:02.714 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
98252024-12-19T21:45:03.207Z[ host-image] Dec 19 21:45:02.714 INFO O| Dec 19 21:45:02.714 INFO STEP 138 (remove_files) COMPLETE
98262024-12-19T21:45:03.207Z[ host-image] Dec 19 21:45:02.714 INFO O| Dec 19 21:45:02.714 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98272024-12-19T21:45:03.224Z[ host-image] Dec 19 21:45:02.731 INFO O| Dec 19 21:45:02.731 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
98282024-12-19T21:45:03.224Z[ host-image] Dec 19 21:45:02.731 INFO O| Dec 19 21:45:02.731 INFO STEP 139 (remove_files) COMPLETE
98292024-12-19T21:45:03.226Z[ host-image] Dec 19 21:45:02.731 INFO O| Dec 19 21:45:02.731 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98302024-12-19T21:45:03.240Z[ host-image] Dec 19 21:45:02.747 INFO O| Dec 19 21:45:02.747 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
98312024-12-19T21:45:03.240Z[ host-image] Dec 19 21:45:02.747 INFO O| Dec 19 21:45:02.747 INFO STEP 140 (remove_files) COMPLETE
98322024-12-19T21:45:03.240Z[ host-image] Dec 19 21:45:02.747 INFO O| Dec 19 21:45:02.747 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98332024-12-19T21:45:03.296Z[ host-image] Dec 19 21:45:02.803 INFO O| Dec 19 21:45:02.803 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
98342024-12-19T21:45:03.296Z[ host-image] Dec 19 21:45:02.803 INFO O| Dec 19 21:45:02.803 INFO STEP 141 (remove_files) COMPLETE
98352024-12-19T21:45:03.296Z[ host-image] Dec 19 21:45:02.803 INFO O| Dec 19 21:45:02.803 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98362024-12-19T21:45:03.317Z[ host-image] Dec 19 21:45:02.823 INFO O| Dec 19 21:45:02.823 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
98372024-12-19T21:45:03.317Z[ host-image] Dec 19 21:45:02.823 INFO O| Dec 19 21:45:02.823 INFO STEP 142 (remove_files) COMPLETE
98382024-12-19T21:45:03.317Z[ host-image] Dec 19 21:45:02.823 INFO O| Dec 19 21:45:02.823 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98392024-12-19T21:45:03.373Z[ host-image] Dec 19 21:45:02.880 INFO O| Dec 19 21:45:02.879 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
98402024-12-19T21:45:03.373Z[ host-image] Dec 19 21:45:02.880 INFO O| Dec 19 21:45:02.880 INFO STEP 143 (remove_files) COMPLETE
98412024-12-19T21:45:03.373Z[ host-image] Dec 19 21:45:02.880 INFO O| Dec 19 21:45:02.880 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98422024-12-19T21:45:03.394Z[ host-image] Dec 19 21:45:02.900 INFO O| Dec 19 21:45:02.900 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
98432024-12-19T21:45:03.394Z[ host-image] Dec 19 21:45:02.901 INFO O| Dec 19 21:45:02.900 INFO STEP 144 (remove_files) COMPLETE
98442024-12-19T21:45:03.395Z[ host-image] Dec 19 21:45:02.901 INFO O| Dec 19 21:45:02.901 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98452024-12-19T21:45:03.421Z[ host-image] Dec 19 21:45:02.928 INFO O| Dec 19 21:45:02.928 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
98462024-12-19T21:45:03.421Z[ host-image] Dec 19 21:45:02.928 INFO O| Dec 19 21:45:02.928 INFO STEP 145 (remove_files) COMPLETE
98472024-12-19T21:45:03.421Z[ host-image] Dec 19 21:45:02.928 INFO O| Dec 19 21:45:02.928 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98482024-12-19T21:45:03.445Z[ host-image] Dec 19 21:45:02.952 INFO O| Dec 19 21:45:02.952 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
98492024-12-19T21:45:03.445Z[ host-image] Dec 19 21:45:02.952 INFO O| Dec 19 21:45:02.952 INFO STEP 146 (remove_files) COMPLETE
98502024-12-19T21:45:03.448Z[ host-image] Dec 19 21:45:02.953 INFO O| Dec 19 21:45:02.952 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98512024-12-19T21:45:03.470Z[ host-image] Dec 19 21:45:02.977 INFO O| Dec 19 21:45:02.977 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
98522024-12-19T21:45:03.470Z[ host-image] Dec 19 21:45:02.977 INFO O| Dec 19 21:45:02.977 INFO STEP 147 (remove_files) COMPLETE
98532024-12-19T21:45:03.470Z[ host-image] Dec 19 21:45:02.977 INFO O| Dec 19 21:45:02.977 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98542024-12-19T21:45:03.503Z[ host-image] Dec 19 21:45:03.010 INFO O| Dec 19 21:45:03.010 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
98552024-12-19T21:45:03.504Z[ host-image] Dec 19 21:45:03.010 INFO O| Dec 19 21:45:03.010 INFO STEP 148 (remove_files) COMPLETE
98562024-12-19T21:45:03.504Z[ host-image] Dec 19 21:45:03.010 INFO O| Dec 19 21:45:03.010 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98572024-12-19T21:45:03.527Z[ host-image] Dec 19 21:45:03.035 INFO O| Dec 19 21:45:03.034 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
98582024-12-19T21:45:03.528Z[ host-image] Dec 19 21:45:03.035 INFO O| Dec 19 21:45:03.035 INFO STEP 149 (remove_files) COMPLETE
98592024-12-19T21:45:03.528Z[ host-image] Dec 19 21:45:03.035 INFO O| Dec 19 21:45:03.035 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98602024-12-19T21:45:03.551Z[ host-image] Dec 19 21:45:03.058 INFO O| Dec 19 21:45:03.058 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
98612024-12-19T21:45:03.554Z[ host-image] Dec 19 21:45:03.058 INFO O| Dec 19 21:45:03.058 INFO STEP 150 (remove_files) COMPLETE
98622024-12-19T21:45:03.555Z[ host-image] Dec 19 21:45:03.058 INFO O| Dec 19 21:45:03.058 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98632024-12-19T21:45:03.575Z[ host-image] Dec 19 21:45:03.081 INFO O| Dec 19 21:45:03.081 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
98642024-12-19T21:45:03.575Z[ host-image] Dec 19 21:45:03.082 INFO O| Dec 19 21:45:03.082 INFO STEP 151 (remove_files) COMPLETE
98652024-12-19T21:45:03.575Z[ host-image] Dec 19 21:45:03.082 INFO O| Dec 19 21:45:03.082 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98662024-12-19T21:45:03.622Z[ host-image] Dec 19 21:45:03.129 INFO O| Dec 19 21:45:03.129 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
98672024-12-19T21:45:03.622Z[ host-image] Dec 19 21:45:03.129 INFO O| Dec 19 21:45:03.129 INFO STEP 152 (remove_files) COMPLETE
98682024-12-19T21:45:03.622Z[ host-image] Dec 19 21:45:03.129 INFO O| Dec 19 21:45:03.129 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98692024-12-19T21:45:03.662Z[ host-image] Dec 19 21:45:03.168 INFO O| Dec 19 21:45:03.168 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
98702024-12-19T21:45:03.662Z[ host-image] Dec 19 21:45:03.168 INFO O| Dec 19 21:45:03.168 INFO STEP 153 (remove_files) COMPLETE
98712024-12-19T21:45:03.662Z[ host-image] Dec 19 21:45:03.168 INFO O| Dec 19 21:45:03.168 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98722024-12-19T21:45:03.682Z[ host-image] Dec 19 21:45:03.189 INFO O| Dec 19 21:45:03.189 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
98732024-12-19T21:45:03.682Z[ host-image] Dec 19 21:45:03.189 INFO O| Dec 19 21:45:03.189 INFO STEP 154 (remove_files) COMPLETE
98742024-12-19T21:45:03.682Z[ host-image] Dec 19 21:45:03.189 INFO O| Dec 19 21:45:03.189 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98752024-12-19T21:45:03.725Z[ host-image] Dec 19 21:45:03.232 INFO O| Dec 19 21:45:03.232 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
98762024-12-19T21:45:03.728Z[ host-image] Dec 19 21:45:03.233 INFO O| Dec 19 21:45:03.232 INFO STEP 155 (remove_files) COMPLETE
98772024-12-19T21:45:03.728Z[ host-image] Dec 19 21:45:03.233 INFO O| Dec 19 21:45:03.233 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98782024-12-19T21:45:03.749Z[ host-image] Dec 19 21:45:03.256 INFO O| Dec 19 21:45:03.256 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
98792024-12-19T21:45:03.752Z[ host-image] Dec 19 21:45:03.256 INFO O| Dec 19 21:45:03.256 INFO STEP 156 (remove_files) COMPLETE
98802024-12-19T21:45:03.752Z[ host-image] Dec 19 21:45:03.256 INFO O| Dec 19 21:45:03.256 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
98812024-12-19T21:45:03.792Z[ host-image] Dec 19 21:45:03.299 INFO O| Dec 19 21:45:03.299 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
98822024-12-19T21:45:03.795Z[ host-image] Dec 19 21:45:03.299 INFO O| Dec 19 21:45:03.299 INFO STEP 157 (remove_files) COMPLETE
98832024-12-19T21:45:03.795Z[ host-image] Dec 19 21:45:03.299 INFO O| Dec 19 21:45:03.299 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
98842024-12-19T21:45:03.827Z[ host-image] Dec 19 21:45:03.333 INFO O| Dec 19 21:45:03.333 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
98852024-12-19T21:45:03.827Z[ host-image] Dec 19 21:45:03.333 INFO O| Dec 19 21:45:03.333 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"}
98862024-12-19T21:45:13.675Z[ host-image] Dec 19 21:45:13.177 INFO O| Dec 19 21:45:13.177 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
98872024-12-19T21:45:13.675Z[ host-image] Dec 19 21:45:13.178 INFO O| Dec 19 21:45:13.177 INFO E| svccfg: Loaded 74 smf(7) service descriptions
98882024-12-19T21:45:13.698Z[ host-image] Dec 19 21:45:13.200 INFO O| Dec 19 21:45:13.200 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", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
98892024-12-19T21:45:13.828Z[ host-image] Dec 19 21:45:13.329 INFO O| Dec 19 21:45:13.329 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
98902024-12-19T21:45:13.828Z[ host-image] Dec 19 21:45:13.329 INFO O| Dec 19 21:45:13.329 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
98912024-12-19T21:45:13.831Z[ host-image] Dec 19 21:45:13.332 INFO O| Dec 19 21:45:13.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
98922024-12-19T21:45:13.832Z[ host-image] Dec 19 21:45:13.332 INFO O| Dec 19 21:45:13.332 INFO ok!
98932024-12-19T21:45:13.832Z[ host-image] Dec 19 21:45:13.332 INFO O| Dec 19 21:45:13.332 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
98942024-12-19T21:45:13.832Z[ host-image] Dec 19 21:45:13.332 INFO O| Dec 19 21:45:13.332 INFO STEP 158 (seed_smf) COMPLETE
98952024-12-19T21:45:13.832Z[ host-image] Dec 19 21:45:13.332 INFO O| Dec 19 21:45:13.332 INFO steps complete; finalising image!
98962024-12-19T21:45:13.832Z[ host-image] Dec 19 21:45:13.332 INFO O| Dec 19 21:45:13.332 INFO TRIM POOL: TEMPORARY-gimlet-zfs
98972024-12-19T21:45:14.023Z[ host-image] Dec 19 21:45:13.525 INFO O| Dec 19 21:45:13.525 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Thu Dec 19 21:45:13 2024)
98982024-12-19T21:45:14.235Z[ host-image] Dec 19 21:45:13.737 INFO O| Dec 19 21:45:13.737 INFO trim TEMPORARY-gimlet-zfs: (71% trimmed, started at Thu Dec 19 21:45:13 2024)
98992024-12-19T21:45:14.454Z[ host-image] Dec 19 21:45:13.956 INFO O| Dec 19 21:45:13.956 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Thu Dec 19 21:45:13 2024)
99002024-12-19T21:45:14.693Z[ host-image] Dec 19 21:45:14.195 INFO O| Dec 19 21:45:14.194 INFO temporary pool has 703M used, 129M avail, 1.80x compressratio
99012024-12-19T21:45:14.693Z[ host-image] Dec 19 21:45:14.195 INFO O| Dec 19 21:45:14.195 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
99022024-12-19T21:45:15.466Z[ host-image] Dec 19 21:45:14.968 INFO O| Dec 19 21:45:14.967 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
99032024-12-19T21:45:15.466Z[ host-image] Dec 19 21:45:14.968 INFO O| Dec 19 21:45:14.968 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
99042024-12-19T21:45:17.212Z[ host-image] Dec 19 21:45:16.712 INFO O| Dec 19 21:45:16.712 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
99052024-12-19T21:45:17.212Z[ host-image] Dec 19 21:45:16.712 INFO O| Dec 19 21:45:16.712 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
99062024-12-19T21:45:17.217Z[ host-image] Dec 19 21:45:16.712 INFO O| Dec 19 21:45:16.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
99072024-12-19T21:45:17.217Z[ host-image] Dec 19 21:45:16.712 INFO O| Dec 19 21:45:16.712 INFO completed processing gimlet/zfs
99082024-12-19T21:45:17.217Z[ host-image] Dec 19 21:45:16.713 INFO O| Dec 19 21:45:16.713 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
99092024-12-19T21:45:25.709Z[ host-image] Dec 19 21:45:25.205 INFO O| Dec 19 21:45:25.205 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
99102024-12-19T21:45:25.840Z[ host-image] Dec 19 21:45:25.337 INFO BUILD STRING "heads/stlouis-0-g37a4469737\n"
99112024-12-19T21:45:25.841Z[ host-image] Dec 19 21:45:25.337 INFO expanded image name: "ci 4113601/${os_short_commit} 2024-12-19 21:09" -> "ci 4113601/37a4469 2024-12-19 21:09"
99122024-12-19T21:45:25.843Z[ host-image] Dec 19 21:45:25.337 INFO output artefacts stored in: "/work/os-host"
99132024-12-19T21:45:25.843Z[ host-image] Dec 19 21:45:25.337 INFO collecting git info from project "image-builder"...
99142024-12-19T21:45:25.849Z[ host-image] Dec 19 21:45:25.345 INFO collecting git info from project "chelsio-t6-roms"...
99152024-12-19T21:45:25.858Z[ host-image] Dec 19 21:45:25.354 INFO collecting git info from project "bootserver"...
99162024-12-19T21:45:25.865Z[ host-image] Dec 19 21:45:25.361 INFO collecting git info from project "pinprick"...
99172024-12-19T21:45:25.872Z[ host-image] Dec 19 21:45:25.368 INFO collecting git info from project "pilot"...
99182024-12-19T21:45:25.880Z[ host-image] Dec 19 21:45:25.377 INFO collecting git info from project "amd-firmware"...
99192024-12-19T21:45:25.911Z[ host-image] Dec 19 21:45:25.407 INFO collecting git info from project "amd-host-image-builder"...
99202024-12-19T21:45:25.939Z[ host-image] Dec 19 21:45:25.435 INFO collecting git info from project "phbl"...
99212024-12-19T21:45:25.947Z[ host-image] Dec 19 21:45:25.443 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
99222024-12-19T21:45:26.700Z[ host-image] Dec 19 21:45:26.196 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
99232024-12-19T21:45:27.344Z[ host-image] Dec 19 21:45:26.840 INFO creating Oxide boot image...
99242024-12-19T21:45:27.344Z[ host-image] Dec 19 21:45:26.840 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 4113601/37a4469 2024-12-19 21:09", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
99252024-12-19T21:45:28.827Z[ host-image] Dec 19 21:45:28.322 INFO O| ok, image written!
99262024-12-19T21:45:28.827Z[ host-image] Dec 19 21:45:28.322 INFO O| ok, boot_image_csum file written!
99272024-12-19T21:45:28.832Z[ host-image] Dec 19 21:45:28.327 INFO creating boot archive (CPIO)...
99282024-12-19T21:45:28.832Z[ host-image] Dec 19 21:45:28.327 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
99292024-12-19T21:45:28.843Z[ host-image] Dec 19 21:45:28.338 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
99302024-12-19T21:45:28.843Z[ host-image] Dec 19 21:45:28.338 INFO E| + outfile=/work/os-host/cpio
99312024-12-19T21:45:28.845Z[ host-image] Dec 19 21:45:28.338 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
99322024-12-19T21:45:28.845Z[ host-image] Dec 19 21:45:28.341 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
99332024-12-19T21:45:28.848Z[ host-image] Dec 19 21:45:28.341 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
99342024-12-19T21:45:28.890Z[ host-image] Dec 19 21:45:28.385 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
99352024-12-19T21:45:28.890Z[ host-image] Dec 19 21:45:28.385 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
99362024-12-19T21:45:28.900Z[ host-image] Dec 19 21:45:28.395 INFO creating compressed cpio/unix for nanobl-rs...
99372024-12-19T21:45:28.900Z[ host-image] Dec 19 21:45:28.395 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
99382024-12-19T21:45:29.300Z[ host-image] Dec 19 21:45:28.794 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
99392024-12-19T21:45:35.311Z[ host-image] Dec 19 21:45:34.802 INFO creating reset image...
99402024-12-19T21:45:35.314Z[ host-image] Dec 19 21:45:34.803 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
99412024-12-19T21:45:35.502Z[ host-image] Dec 19 21:45:34.994 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s
99422024-12-19T21:45:35.517Z[ host-image] Dec 19 21:45:35.007 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
99432024-12-19T21:45:35.652Z[ host-image] Dec 19 21:45:35.143 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
99442024-12-19T21:45:39.442Z[ host-image] Dec 19 21:45:38.932 INFO E| Finished `release` profile [optimized] target(s) in 3.90s
99452024-12-19T21:45:39.461Z[ host-image] Dec 19 21:45:38.951 INFO building host image...
99462024-12-19T21:45:39.462Z[ host-image] Dec 19 21:45:38.952 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")
99472024-12-19T21:45:40.415Z[ host-image] Dec 19 21:45:39.905 INFO finishing image archive at "/work/os-host/os.tar.gz"...
99482024-12-19T21:46:50.117Z[ host-image] Dec 19 21:46:49.573 INFO image complete! materials are in "/work/os-host"
99492024-12-19T21:46:50.121Z[ host-image]
99502024-12-19T21:46:50.121Z[ host-image] real 14:44.555685046
99512024-12-19T21:46:50.121Z[ host-image] user 6:48.271723866
99522024-12-19T21:46:50.121Z[ host-image] sys 1:11.553195031
99532024-12-19T21:46:50.121Z[ host-image] trap 0.322984845
99542024-12-19T21:46:50.121Z[ host-image] tflt 0.098344554
99552024-12-19T21:46:50.121Z[ host-image] dflt 0.289480894
99562024-12-19T21:46:50.121Z[ host-image] kflt 0.005942858
99572024-12-19T21:46:50.121Z[ host-image] lock 16:11.691714146
99582024-12-19T21:46:50.121Z[ host-image] slp 1:22:06.398905449
99592024-12-19T21:46:50.121Z[ host-image] lat 2:56.655573708
99602024-12-19T21:46:50.121Z[ host-image] stop 0.971172914
99612024-12-19T21:46:50.121ZDec 19 21:46:49.577 INFO [host-image] process exited with exit status: 0 (884.573875721s)
99622024-12-19T21:46:50.125ZDec 19 21:46:49.577 INFO [tuf-repo] running task
99632024-12-19T21:46:58.571ZDec 19 21:46:58.023 INFO assembling repository in `/tmp/tufaceousEpMIdA`, component: OmicronRepoAssembler
99642024-12-19T21:47:05.128ZDec 19 21:47:04.577 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
99652024-12-19T21:47:05.467ZDec 19 21:47:04.916 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
99662024-12-19T21:47:24.972ZDec 19 21:47:24.412 INFO [tuf-repo] task succeeded (34.834743601s)
99672024-12-19T21:48:04.983Z[verify-libraries] Finished `release` profile [optimized] target(s) in 15m 41s
99682024-12-19T21:48:05.356ZDec 19 21:48:04.777 INFO [verify-libraries] process exited with exit status: 0 (945.33370298s)
99692024-12-19T21:48:05.357ZDec 19 21:48:04.777 INFO all jobs completed in 2316.983300219s
99702024-12-19T21:48:06.041Zprocess exited: duration 3024935 ms, exit code 0
 
99712024-12-19T21:48:06.054Zfound 33 output files
99722024-12-19T21:48:06.054Zuploading: /work/manifest.toml (8404 bytes)
99732024-12-19T21:48:07.071Zuploaded: /work/manifest.toml
99742024-12-19T21:48:07.071Zuploading: /work/repo.zip (1962770409 bytes)
99752024-12-19T21:48:39.905Zuploaded: /work/repo.zip
99762024-12-19T21:48:39.905Zuploading: /work/repo.zip.sha256.txt (65 bytes)
99772024-12-19T21:48:40.950Zuploaded: /work/repo.zip.sha256.txt
99782024-12-19T21:48:40.950Zuploading: /work/helios-setup.log (66031 bytes)
99792024-12-19T21:48:41.963Zuploaded: /work/helios-setup.log
99802024-12-19T21:48:41.966Zuploading: /work/host-image.log (197336 bytes)
99812024-12-19T21:48:42.985Zuploaded: /work/host-image.log
99822024-12-19T21:48:43.001Zuploading: /work/host-package.log (22208 bytes)
99832024-12-19T21:48:44.011Zuploaded: /work/host-package.log
99842024-12-19T21:48:44.014Zuploading: /work/host-target.log (101 bytes)
99852024-12-19T21:48:45.020Zuploaded: /work/host-target.log
99862024-12-19T21:48:45.023Zuploading: /work/omicron-package.log (5666 bytes)
99872024-12-19T21:48:46.030Zuploaded: /work/omicron-package.log
99882024-12-19T21:48:46.033Zuploading: /work/phbl-toolchain.log (881 bytes)
99892024-12-19T21:48:47.041Zuploaded: /work/phbl-toolchain.log
99902024-12-19T21:48:47.043Zuploading: /work/recovery-image.log (593157 bytes)
99912024-12-19T21:48:48.077Zuploaded: /work/recovery-image.log
99922024-12-19T21:48:48.080Zuploading: /work/recovery-package.log (321 bytes)
99932024-12-19T21:48:49.086Zuploaded: /work/recovery-package.log
99942024-12-19T21:48:49.086Zuploading: /work/recovery-target.log (57 bytes)
99952024-12-19T21:48:50.094Zuploaded: /work/recovery-target.log
99962024-12-19T21:48:50.096Zuploading: /work/stamp-clickhouse.log (117 bytes)
99972024-12-19T21:48:51.286Zuploaded: /work/stamp-clickhouse.log
99982024-12-19T21:48:51.286Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
99992024-12-19T21:48:52.297Zuploaded: /work/stamp-clickhouse_keeper.log
100002024-12-19T21:48:52.300Zuploading: /work/stamp-cockroachdb.log (118 bytes)
100012024-12-19T21:48:53.307Zuploaded: /work/stamp-cockroachdb.log
100022024-12-19T21:48:53.307Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
100032024-12-19T21:48:54.316Zuploaded: /work/stamp-crucible-dtrace.log
100042024-12-19T21:48:54.316Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
100052024-12-19T21:48:55.324Zuploaded: /work/stamp-crucible-pantry-zone.log
100062024-12-19T21:48:55.325Zuploading: /work/stamp-crucible-zone.log (120 bytes)
100072024-12-19T21:48:56.333Zuploaded: /work/stamp-crucible-zone.log
100082024-12-19T21:48:56.333Zuploading: /work/stamp-external-dns.log (119 bytes)
100092024-12-19T21:48:57.341Zuploaded: /work/stamp-external-dns.log
100102024-12-19T21:48:57.341Zuploading: /work/stamp-installinator.log (103 bytes)
100112024-12-19T21:48:58.349Zuploaded: /work/stamp-installinator.log
100122024-12-19T21:48:58.352Zuploading: /work/stamp-internal-dns.log (119 bytes)
100132024-12-19T21:48:59.358Zuploaded: /work/stamp-internal-dns.log
100142024-12-19T21:48:59.358Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
100152024-12-19T21:49:00.366Zuploaded: /work/stamp-mg-ddm-gz.log
100162024-12-19T21:49:00.371Zuploading: /work/stamp-nexus.log (112 bytes)
100172024-12-19T21:49:01.376Zuploaded: /work/stamp-nexus.log
100182024-12-19T21:49:01.376Zuploading: /work/stamp-ntp.log (110 bytes)
100192024-12-19T21:49:02.385Zuploaded: /work/stamp-ntp.log
100202024-12-19T21:49:02.388Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
100212024-12-19T21:49:03.397Zuploaded: /work/stamp-omicron-sled-agent.log
100222024-12-19T21:49:03.399Zuploading: /work/stamp-overlay.log (114 bytes)
100232024-12-19T21:49:04.405Zuploaded: /work/stamp-overlay.log
100242024-12-19T21:49:04.405Zuploading: /work/stamp-oximeter.log (115 bytes)
100252024-12-19T21:49:05.415Zuploaded: /work/stamp-oximeter.log
100262024-12-19T21:49:05.415Zuploading: /work/stamp-oxlog.log (109 bytes)
100272024-12-19T21:49:06.424Zuploaded: /work/stamp-oxlog.log
100282024-12-19T21:49:06.424Zuploading: /work/stamp-probe.log (112 bytes)
100292024-12-19T21:49:07.433Zuploaded: /work/stamp-probe.log
100302024-12-19T21:49:07.433Zuploading: /work/stamp-propolis-server.log (122 bytes)
100312024-12-19T21:49:08.443Zuploaded: /work/stamp-propolis-server.log
100322024-12-19T21:49:08.445Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
100332024-12-19T21:49:09.452Zuploaded: /work/stamp-pumpkind-gz.log
100342024-12-19T21:49:09.452Zuploading: /work/stamp-switch-asic.log (118 bytes)
100352024-12-19T21:49:10.462Zuploaded: /work/stamp-switch-asic.log
100362024-12-19T21:49:10.465Zuploading: /work/verify-libraries.log (5773 bytes)
100372024-12-19T21:49:11.473Zuploaded: /work/verify-libraries.log