01JA54P0KXHSYCS44S9BPXR69M: 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: 01JA54PR7FEA69F922GDWC3C2G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-14T09:11:55.997Zjob assigned to worker 01JA54PVSSRJXHK4RA84R9Y5VY (queued for 1 m 7 s)
 
22024-10-14T09:12:04.842Zstarting task 0: "setup"
32024-10-14T09:12:04.850Z++ uname -s
42024-10-14T09:12:04.853Z+ kern=SunOS
52024-10-14T09:12:04.853Z+ case "$kern" in
62024-10-14T09:12:04.853Z+ groupadd -g 12345 build
72024-10-14T09:12:04.856Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-14T09:12:06.868Z+ zfs create -o mountpoint=/work rpool/work
92024-10-14T09:12:06.987Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-14T09:12:06.990Z+ home_fs=zfs
112024-10-14T09:12:06.990Z+ [[ zfs == autofs ]]
122024-10-14T09:12:06.990Z+ mkdir -p /home/build
132024-10-14T09:12:06.993Z+ chown build:build /home/build /work
142024-10-14T09:12:09.001Z+ chmod 0700 /home/build /work
152024-10-14T09:12:09.062Zprocess exited: duration 4156 ms, exit code 0
 
162024-10-14T09:12:09.097Zstarting task 1: "rust-toolchain"
172024-10-14T09:12:09.100Z+ printf ' * toolchain channel = "%s"
182024-10-14T09:12:09.100Z' 1.80.1
192024-10-14T09:12:09.100Z+ printf ' * toolchain profile = "%s"
202024-10-14T09:12:09.100Z' default
212024-10-14T09:12:09.100Z * toolchain channel = "1.80.1"
222024-10-14T09:12:09.100Z * toolchain profile = "default"
232024-10-14T09:12:09.100Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-14T09:12:09.103Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-14T09:12:09.205Zinfo: downloading installer
262024-10-14T09:12:10.576Zinfo: profile set to 'default'
272024-10-14T09:12:10.576Zinfo: default host triple is x86_64-unknown-illumos
282024-10-14T09:12:10.588Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-14T09:12:10.727Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-14T09:12:10.727Zinfo: downloading component 'cargo'
312024-10-14T09:12:11.576Zinfo: downloading component 'clippy'
322024-10-14T09:12:11.875Zinfo: downloading component 'rust-docs'
332024-10-14T09:12:13.055Zinfo: downloading component 'rust-std'
342024-10-14T09:12:14.706Zinfo: downloading component 'rustc'
352024-10-14T09:12:19.888Zinfo: downloading component 'rustfmt'
362024-10-14T09:12:20.182Zinfo: installing component 'cargo'
372024-10-14T09:12:21.043Zinfo: installing component 'clippy'
382024-10-14T09:12:21.453Zinfo: installing component 'rust-docs'
392024-10-14T09:12:23.176Zinfo: installing component 'rust-std'
402024-10-14T09:12:24.837Zinfo: installing component 'rustc'
412024-10-14T09:12:29.392Zinfo: installing component 'rustfmt'
422024-10-14T09:12:30.100Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-14T09:12:30.100Z
442024-10-14T09:12:30.350Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-14T09:12:30.350Z
462024-10-14T09:12:30.354Z
472024-10-14T09:12:30.354ZRust is installed now. Great!
482024-10-14T09:12:30.354Z
492024-10-14T09:12:30.354ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-14T09:12:30.354Zenvironment variable. This has not been done automatically.
512024-10-14T09:12:30.354Z
522024-10-14T09:12:30.354ZTo configure your current shell, you need to source
532024-10-14T09:12:30.354Zthe corresponding env file under $HOME/.cargo.
542024-10-14T09:12:30.354Z
552024-10-14T09:12:30.354ZThis is usually done by running one of the following (note the leading DOT):
562024-10-14T09:12:30.354Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-14T09:12:30.354Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-14T09:12:30.402Z+ rustc --version
592024-10-14T09:12:30.463Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-14T09:12:30.466Zprocess exited: duration 21370 ms, exit code 0
 
612024-10-14T09:12:30.472Zstarting task 2: "authentication"
622024-10-14T09:12:30.492Zprocess exited: duration 20 ms, exit code 0
 
632024-10-14T09:12:30.498Zstarting task 3: "clone repository"
642024-10-14T09:12:30.503Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-14T09:12:30.505Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-14T09:12:32.011ZCloning into '/work/oxidecomputer/omicron'...
672024-10-14T09:12:39.291Z+ cd /work/oxidecomputer/omicron
682024-10-14T09:12:39.294Z+ git fetch origin 551b581c0afb8beb510129dcf0380463cec5e75f
692024-10-14T09:12:39.562ZFrom https://github.com/oxidecomputer/omicron
702024-10-14T09:12:39.562Z * branch 551b581c0afb8beb510129dcf0380463cec5e75f -> FETCH_HEAD
712024-10-14T09:12:39.572Z+ [[ -n renovate/tokio-tungstenite-0.x ]]
722024-10-14T09:12:39.574Z++ git branch --show-current
732024-10-14T09:12:39.577Z+ current=main
742024-10-14T09:12:39.577Z+ [[ main != renovate/tokio-tungstenite-0.x ]]
752024-10-14T09:12:39.577Z+ git branch -f renovate/tokio-tungstenite-0.x 551b581c0afb8beb510129dcf0380463cec5e75f
762024-10-14T09:12:39.579Z+ git checkout -f renovate/tokio-tungstenite-0.x
772024-10-14T09:12:39.743ZSwitched to branch 'renovate/tokio-tungstenite-0.x'
782024-10-14T09:12:39.746Z+ git reset --hard 551b581c0afb8beb510129dcf0380463cec5e75f
792024-10-14T09:12:39.899ZHEAD is now at 551b581c0 Update Rust crate tokio-tungstenite to 0.24.0
802024-10-14T09:12:39.902Zprocess exited: duration 9401 ms, exit code 0
 
812024-10-14T09:12:39.908Zstarting task 4: "build"
822024-10-14T09:12:39.913Z+ source .github/buildomat/ci-env.sh
832024-10-14T09:12:39.913Z++ export CARGO_TERM_COLOR=always
842024-10-14T09:12:39.913Z++ CARGO_TERM_COLOR=always
852024-10-14T09:12:39.913Z+ cargo --version
862024-10-14T09:12:39.967Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-14T09:12:39.970Z+ rustc --version
882024-10-14T09:12:40.026Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-14T09:12:40.029Z+ cargo tree --locked
902024-10-14T09:12:40.282Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-10-14T09:12:40.576Z Updating crates.io index
922024-10-14T09:12:40.579Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-10-14T09:12:41.408Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-10-14T09:12:41.672Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-10-14T09:12:41.947Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-10-14T09:12:42.246Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-10-14T09:12:43.054Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-10-14T09:12:45.228Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-10-14T09:12:46.206Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-10-14T09:12:46.847Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-10-14T09:12:47.096Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-10-14T09:12:47.373Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-10-14T09:12:47.924Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-10-14T09:12:48.332Z Updating git repository `https://github.com/oxidecomputer/qorb`
1052024-10-14T09:12:48.631Z Updating git repository `https://github.com/oxidecomputer/diesel-dtrace`
1062024-10-14T09:12:48.972Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1072024-10-14T09:12:49.318Z Updating git repository `https://github.com/oxidecomputer/tofino`
1082024-10-14T09:12:49.567Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1092024-10-14T09:12:49.824Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1102024-10-14T09:12:50.017Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1112024-10-14T09:12:50.263Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1122024-10-14T09:12:50.661Z Updating git repository `https://github.com/oxidecomputer/ispf`
1132024-10-14T09:12:50.988Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1142024-10-14T09:12:51.317Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1152024-10-14T09:12:51.590Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1162024-10-14T09:12:52.081Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1172024-10-14T09:12:52.351Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1182024-10-14T09:12:52.756Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1192024-10-14T09:12:53.243Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1202024-10-14T09:12:53.482Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1212024-10-14T09:12:53.934Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1222024-10-14T09:12:55.200Z Downloading crates ...
1232024-10-14T09:12:55.301Z Downloaded anes v0.1.6
1242024-10-14T09:12:55.307Z Downloaded addr2line v0.21.0
1252024-10-14T09:12:55.318Z Downloaded foreign-types-shared v0.3.1
1262024-10-14T09:12:55.321Z Downloaded foreign-types v0.3.2
1272024-10-14T09:12:55.325Z Downloaded ff v0.13.0
1282024-10-14T09:12:55.331Z Downloaded fatfs v0.3.6
1292024-10-14T09:12:55.336Z Downloaded atty v0.2.14
1302024-10-14T09:12:55.339Z Downloaded cfg_aliases v0.1.1
1312024-10-14T09:12:55.341Z Downloaded ciborium-io v0.2.2
1322024-10-14T09:12:55.344Z Downloaded fxhash v0.2.1
1332024-10-14T09:12:55.344Z Downloaded ascii-canvas v3.0.0
1342024-10-14T09:12:55.346Z Downloaded anstyle v1.0.8
1352024-10-14T09:12:55.346Z Downloaded adler2 v2.0.0
1362024-10-14T09:12:55.349Z Downloaded async-global-executor v2.4.1
1372024-10-14T09:12:55.351Z Downloaded async-stream-impl v0.3.5
1382024-10-14T09:12:55.355Z Downloaded ident_case v1.0.1
1392024-10-14T09:12:55.355Z Downloaded guppy-workspace-hack v0.1.0
1402024-10-14T09:12:55.359Z Downloaded filetime v0.2.25
1412024-10-14T09:12:55.362Z Downloaded headers-core v0.3.0
1422024-10-14T09:12:55.362Z Downloaded cfg_aliases v0.2.1
1432024-10-14T09:12:55.362Z Downloaded atomicwrites v0.4.4
1442024-10-14T09:12:55.364Z Downloaded foreign-types-shared v0.1.1
1452024-10-14T09:12:55.367Z Downloaded foreign-types v0.5.0
1462024-10-14T09:12:55.367Z Downloaded flagset v0.4.5
1472024-10-14T09:12:55.370Z Downloaded funty v2.0.0
1482024-10-14T09:12:55.372Z Downloaded arrayref v0.3.7
1492024-10-14T09:12:55.372Z Downloaded approx v0.5.1
1502024-10-14T09:12:55.375Z Downloaded aead v0.5.2
1512024-10-14T09:12:55.377Z Downloaded hex v0.4.3
1522024-10-14T09:12:55.380Z Downloaded humantime v2.1.0
1532024-10-14T09:12:55.383Z Downloaded futures-timer v3.0.3
1542024-10-14T09:12:55.383Z Downloaded futures-sink v0.3.31
1552024-10-14T09:12:55.385Z Downloaded http-body-util v0.1.2
1562024-10-14T09:12:55.385Z Downloaded heck v0.4.1
1572024-10-14T09:12:55.388Z Downloaded blocking v1.6.1
1582024-10-14T09:12:55.391Z Downloaded bcrypt-pbkdf v0.10.0
1592024-10-14T09:12:55.391Z Downloaded cast v0.3.0
1602024-10-14T09:12:55.393Z Downloaded hubpack v0.1.2
1612024-10-14T09:12:55.393Z Downloaded async-channel v2.3.1
1622024-10-14T09:12:55.396Z Downloaded futures-macro v0.3.31
1632024-10-14T09:12:55.396Z Downloaded byteorder v1.5.0
1642024-10-14T09:12:55.399Z Downloaded base16ct v0.2.0
1652024-10-14T09:12:55.401Z Downloaded bytecount v0.6.8
1662024-10-14T09:12:55.404Z Downloaded bit-vec v0.6.3
1672024-10-14T09:12:55.406Z Downloaded http-body v1.0.0
1682024-10-14T09:12:55.406Z Downloaded async-attributes v1.1.2
1692024-10-14T09:12:55.409Z Downloaded cbc v0.1.2
1702024-10-14T09:12:55.411Z Downloaded cargo_metadata v0.18.1
1712024-10-14T09:12:55.411Z Downloaded hubpack_derive v0.1.1
1722024-10-14T09:12:55.414Z Downloaded cexpr v0.6.0
1732024-10-14T09:12:55.416Z Downloaded http-range v0.1.5
1742024-10-14T09:12:55.416Z Downloaded chacha20 v0.9.1
1752024-10-14T09:12:55.422Z Downloaded float-ord v0.3.2
1762024-10-14T09:12:55.425Z Downloaded futures-io v0.3.31
1772024-10-14T09:12:55.425Z Downloaded futures-channel v0.3.31
1782024-10-14T09:12:55.425Z Downloaded futures-core v0.3.31
1792024-10-14T09:12:55.425Z Downloaded fs-err v2.11.0
1802024-10-14T09:12:55.428Z Downloaded futures-lite v2.3.0
1812024-10-14T09:12:55.430Z Downloaded httparse v1.8.0
1822024-10-14T09:12:55.433Z Downloaded camino-tempfile v1.1.1
1832024-10-14T09:12:55.436Z Downloaded pretty-hex v0.2.1
1842024-10-14T09:12:55.436Z Downloaded hashlink v0.9.1
1852024-10-14T09:12:55.439Z Downloaded cipher v0.4.4
1862024-10-14T09:12:55.441Z Downloaded hyper-rustls v0.26.0
1872024-10-14T09:12:55.444Z Downloaded highway v1.2.0
1882024-10-14T09:12:55.447Z Downloaded openssl-macros v0.1.1
1892024-10-14T09:12:55.449Z Downloaded block-buffer v0.10.4
1902024-10-14T09:12:55.449Z Downloaded base64ct v1.6.0
1912024-10-14T09:12:55.452Z Downloaded async-lock v3.4.0
1922024-10-14T09:12:55.454Z Downloaded hex-literal v0.4.1
1932024-10-14T09:12:55.457Z Downloaded backoff v0.4.0
1942024-10-14T09:12:55.460Z Downloaded async-task v4.7.1
1952024-10-14T09:12:55.462Z Downloaded httpdate v1.0.3
1962024-10-14T09:12:55.462Z Downloaded generic-array v0.14.7
1972024-10-14T09:12:55.465Z Downloaded ciborium-ll v0.2.2
1982024-10-14T09:12:55.468Z Downloaded camino v1.1.9
1992024-10-14T09:12:55.470Z Downloaded rand_xorshift v0.3.0
2002024-10-14T09:12:55.470Z Downloaded buf-list v1.0.3
2012024-10-14T09:12:55.473Z Downloaded heck v0.3.3
2022024-10-14T09:12:55.475Z Downloaded phf_shared v0.10.0
2032024-10-14T09:12:55.475Z Downloaded sigpipe v0.1.3
2042024-10-14T09:12:55.478Z Downloaded futures-task v0.3.31
2052024-10-14T09:12:55.478Z Downloaded hostname v0.4.0
2062024-10-14T09:12:55.480Z Downloaded clang-sys v1.7.0
2072024-10-14T09:12:55.483Z Downloaded cancel-safe-futures v0.1.5
2082024-10-14T09:12:55.485Z Downloaded bzip2 v0.4.4
2092024-10-14T09:12:55.488Z Downloaded hyper-tls v0.6.0
2102024-10-14T09:12:55.490Z Downloaded ciborium v0.2.2
2112024-10-14T09:12:55.493Z Downloaded async-process v2.2.4
2122024-10-14T09:12:55.497Z Downloaded take_mut v0.2.2
2132024-10-14T09:12:55.497Z Downloaded hmac v0.12.1
2142024-10-14T09:12:55.500Z Downloaded serde-big-array v0.5.1
2152024-10-14T09:12:55.500Z Downloaded rpassword v7.3.1
2162024-10-14T09:12:55.503Z Downloaded hickory-client v0.24.1
2172024-10-14T09:12:55.505Z Downloaded strum v0.26.3
2182024-10-14T09:12:55.510Z Downloaded rand_seeder v0.3.0
2192024-10-14T09:12:55.510Z Downloaded blake2b_simd v1.0.2
2202024-10-14T09:12:55.513Z Downloaded heck v0.5.0
2212024-10-14T09:12:55.513Z Downloaded anyhow v1.0.89
2222024-10-14T09:12:55.516Z Downloaded psl-types v2.0.11
2232024-10-14T09:12:55.519Z Downloaded peg v0.8.4
2242024-10-14T09:12:55.522Z Downloaded path-tree v0.8.1
2252024-10-14T09:12:55.525Z Downloaded usdt-attr-macro v0.5.0
2262024-10-14T09:12:55.527Z Downloaded partial-io v0.5.4
2272024-10-14T09:12:55.530Z Downloaded owo-colors v4.1.0
2282024-10-14T09:12:55.534Z Downloaded rusty-fork v0.3.0
2292024-10-14T09:12:55.534Z Downloaded rustversion v1.0.17
2302024-10-14T09:12:55.539Z Downloaded polyval v0.6.2
2312024-10-14T09:12:55.542Z Downloaded serde_path_to_error v0.1.16
2322024-10-14T09:12:55.542Z Downloaded ppv-lite86 v0.2.17
2332024-10-14T09:12:55.546Z Downloaded httptest v0.16.1
2342024-10-14T09:12:55.546Z Downloaded flume v0.11.0
2352024-10-14T09:12:55.549Z Downloaded smf v0.2.3
2362024-10-14T09:12:55.553Z Downloaded smallvec v0.6.14
2372024-10-14T09:12:55.553Z Downloaded serde-hex v0.1.0
2382024-10-14T09:12:55.557Z Downloaded rustc_version v0.4.1
2392024-10-14T09:12:55.557Z Downloaded escape8259 v0.5.2
2402024-10-14T09:12:55.561Z Downloaded smawk v0.3.2
2412024-10-14T09:12:55.561Z Downloaded rustc_version v0.1.7
2422024-10-14T09:12:55.561Z Downloaded iana-time-zone v0.1.60
2432024-10-14T09:12:55.565Z Downloaded blake2 v0.10.6
2442024-10-14T09:12:55.568Z Downloaded diesel_table_macro_syntax v0.2.0
2452024-10-14T09:12:55.568Z Downloaded tap v1.0.1
2462024-10-14T09:12:55.568Z Downloaded string_cache v0.8.7
2472024-10-14T09:12:55.572Z Downloaded dhcproto-macros v0.1.0
2482024-10-14T09:12:55.572Z Downloaded equivalent v1.0.1
2492024-10-14T09:12:55.572Z Downloaded unarray v0.1.4
2502024-10-14T09:12:55.578Z Downloaded async-executor v1.13.1
2512024-10-14T09:12:55.578Z Downloaded thiserror-no-std v2.0.2
2522024-10-14T09:12:55.587Z Downloaded xz2 v0.1.7
2532024-10-14T09:12:55.593Z Downloaded tokio-native-tls v0.3.1
2542024-10-14T09:12:55.593Z Downloaded md5 v0.7.0
2552024-10-14T09:12:55.593Z Downloaded hyper-util v0.1.9
2562024-10-14T09:12:55.593Z Downloaded thiserror-impl-no-std v2.0.2
2572024-10-14T09:12:55.599Z Downloaded thiserror v1.0.64
2582024-10-14T09:12:55.604Z Downloaded xattr v1.3.1
2592024-10-14T09:12:55.604Z Downloaded half v2.4.1
2602024-10-14T09:12:55.604Z Downloaded wyz v0.5.1
2612024-10-14T09:12:55.613Z Downloaded rustls-pemfile v2.2.0
2622024-10-14T09:12:55.613Z Downloaded chacha20poly1305 v0.10.1
2632024-10-14T09:12:55.617Z Downloaded peg-runtime v0.8.3
2642024-10-14T09:12:55.617Z Downloaded num_threads v0.1.7
2652024-10-14T09:12:55.617Z Downloaded pathdiff v0.2.1
2662024-10-14T09:12:55.617Z Downloaded path-slash v0.1.5
2672024-10-14T09:12:55.617Z Downloaded allocator-api2 v0.2.18
2682024-10-14T09:12:55.621Z Downloaded ctr v0.9.2
2692024-10-14T09:12:55.624Z Downloaded criterion-plot v0.5.0
2702024-10-14T09:12:55.624Z Downloaded slog-term v2.9.1
2712024-10-14T09:12:55.628Z Downloaded base64 v0.21.7
2722024-10-14T09:12:55.631Z Downloaded embedded-io v0.4.0
2732024-10-14T09:12:55.636Z Downloaded progenitor-client v0.8.0
2742024-10-14T09:12:55.636Z Downloaded indoc v1.0.9
2752024-10-14T09:12:55.639Z Downloaded errno v0.3.9
2762024-10-14T09:12:55.639Z Downloaded inout v0.1.3
2772024-10-14T09:12:55.644Z Downloaded defmt v0.3.8
2782024-10-14T09:12:55.647Z Downloaded debug-ignore v1.0.5
2792024-10-14T09:12:55.647Z Downloaded pem v3.0.4
2802024-10-14T09:12:55.651Z Downloaded yasna v0.5.2
2812024-10-14T09:12:55.651Z Downloaded vsss-rs v3.3.4
2822024-10-14T09:12:55.654Z Downloaded pin-project v1.1.5
2832024-10-14T09:12:55.666Z Downloaded linear-map v1.2.0
2842024-10-14T09:12:55.670Z Downloaded md-5 v0.10.6
2852024-10-14T09:12:55.674Z Downloaded maybe-uninit v2.0.0
2862024-10-14T09:12:55.674Z Downloaded serde_derive_internals v0.29.1
2872024-10-14T09:12:55.674Z Downloaded cc v1.0.97
2882024-10-14T09:12:55.678Z Downloaded rustls-pki-types v1.9.0
2892024-10-14T09:12:55.681Z Downloaded serde_derive v1.0.210
2902024-10-14T09:12:55.684Z Downloaded pbkdf2 v0.12.2
2912024-10-14T09:12:55.689Z Downloaded pbkdf2 v0.11.0
2922024-10-14T09:12:55.689Z Downloaded thread_local v1.1.8
2932024-10-14T09:12:55.692Z Downloaded thread-id v4.2.1
2942024-10-14T09:12:55.692Z Downloaded termtree v0.4.1
2952024-10-14T09:12:55.697Z Downloaded libloading v0.8.3
2962024-10-14T09:12:55.700Z Downloaded derive_builder_core v0.20.0
2972024-10-14T09:12:55.700Z Downloaded waitgroup v0.1.2
2982024-10-14T09:12:55.700Z Downloaded memmap2 v0.9.4
2992024-10-14T09:12:55.704Z Downloaded usdt-macro v0.5.0
3002024-10-14T09:12:55.704Z Downloaded rand_core v0.6.4
3012024-10-14T09:12:55.708Z Downloaded rand_chacha v0.3.1
3022024-10-14T09:12:55.708Z Downloaded csv-core v0.1.11
3032024-10-14T09:12:55.708Z Downloaded slog v2.7.0
3042024-10-14T09:12:55.712Z Downloaded hyper-rustls v0.27.3
3052024-10-14T09:12:55.715Z Downloaded derive_builder_macro v0.20.0
3062024-10-14T09:12:55.715Z Downloaded same-file v1.0.6
3072024-10-14T09:12:55.719Z Downloaded secrecy v0.8.0
3082024-10-14T09:12:55.719Z Downloaded semver v0.1.20
3092024-10-14T09:12:55.722Z Downloaded cookie v0.18.1
3102024-10-14T09:12:55.726Z Downloaded p256 v0.13.2
3112024-10-14T09:12:55.730Z Downloaded structmeta v0.2.0
3122024-10-14T09:12:55.730Z Downloaded num-complex v0.4.6
3132024-10-14T09:12:55.734Z Downloaded heapless v0.7.17
3142024-10-14T09:12:55.737Z Downloaded vergen v8.3.2
3152024-10-14T09:12:55.742Z Downloaded backtrace v0.3.71
3162024-10-14T09:12:55.744Z Downloaded strsim v0.11.1
3172024-10-14T09:12:55.747Z Downloaded ron v0.8.1
3182024-10-14T09:12:55.752Z Downloaded target-spec v3.2.2
3192024-10-14T09:12:55.754Z Downloaded postgres-protocol v0.6.7
3202024-10-14T09:12:55.757Z Downloaded diff v0.1.13
3212024-10-14T09:12:55.760Z Downloaded aes v0.8.4
3222024-10-14T09:12:55.764Z Downloaded indoc v2.0.5
3232024-10-14T09:12:55.767Z Downloaded num-rational v0.4.2
3242024-10-14T09:12:55.770Z Downloaded hickory-resolver v0.24.1
3252024-10-14T09:12:55.775Z Downloaded oorandom v11.1.3
3262024-10-14T09:12:55.778Z Downloaded ena v0.14.3
3272024-10-14T09:12:55.778Z Downloaded usdt v0.5.0
3282024-10-14T09:12:55.781Z Downloaded concurrent-queue v2.5.0
3292024-10-14T09:12:55.781Z Downloaded papergrid v0.11.0
3302024-10-14T09:12:55.786Z Downloaded crossbeam-deque v0.8.5
3312024-10-14T09:12:55.789Z Downloaded zerocopy v0.6.6
3322024-10-14T09:12:55.791Z Downloaded hashbrown v0.13.2
3332024-10-14T09:12:55.796Z Downloaded base64 v0.22.1
3342024-10-14T09:12:55.801Z Downloaded snafu-derive v0.8.2
3352024-10-14T09:12:55.804Z Downloaded tracing-core v0.1.32
3362024-10-14T09:12:55.807Z Downloaded quinn v0.11.5
3372024-10-14T09:12:55.810Z Downloaded indent_write v2.2.0
3382024-10-14T09:12:55.812Z Downloaded libefi-sys v0.1.0
3392024-10-14T09:12:55.815Z Downloaded tinyvec_macros v0.1.1
3402024-10-14T09:12:55.815Z Downloaded time-core v0.1.2
3412024-10-14T09:12:55.818Z Downloaded sync_wrapper v1.0.1
3422024-10-14T09:12:55.818Z Downloaded rsa v0.9.6
3432024-10-14T09:12:55.825Z Downloaded elliptic-curve v0.13.8
3442024-10-14T09:12:55.830Z Downloaded num_cpus v1.16.0
3452024-10-14T09:12:55.832Z Downloaded tokio-tungstenite v0.24.0
3462024-10-14T09:12:55.835Z Downloaded zone_cfg_derive v0.3.0
3472024-10-14T09:12:55.835Z Downloaded sync_wrapper v0.1.2
3482024-10-14T09:12:55.838Z Downloaded radium v0.7.0
3492024-10-14T09:12:55.838Z Downloaded env_logger v0.11.5
3502024-10-14T09:12:55.841Z Downloaded socket2 v0.5.7
3512024-10-14T09:12:55.845Z Downloaded parking v2.2.1
3522024-10-14T09:12:55.848Z Downloaded openssl-sys v0.9.103
3532024-10-14T09:12:55.852Z Downloaded tokio-postgres v0.7.12
3542024-10-14T09:12:55.857Z Downloaded deranged v0.3.11
3552024-10-14T09:12:55.861Z Downloaded darling_macro v0.20.9
3562024-10-14T09:12:55.861Z Downloaded textwrap v0.16.1
3572024-10-14T09:12:55.864Z Downloaded serde_spanned v0.6.7
3582024-10-14T09:12:55.867Z Downloaded serde_tokenstream v0.2.2
3592024-10-14T09:12:55.867Z Downloaded derive_builder v0.20.0
3602024-10-14T09:12:55.873Z Downloaded der_derive v0.7.2
3612024-10-14T09:12:55.876Z Downloaded dtrace-parser v0.2.0
3622024-10-14T09:12:55.876Z Downloaded downcast v0.11.0
3632024-10-14T09:12:55.879Z Downloaded hashbrown v0.14.5
3642024-10-14T09:12:55.883Z Downloaded spki v0.7.3
3652024-10-14T09:12:55.886Z Downloaded rand_distr v0.4.3
3662024-10-14T09:12:55.889Z Downloaded lazycell v1.3.0
3672024-10-14T09:12:55.892Z Downloaded openssl-probe v0.1.5
3682024-10-14T09:12:55.892Z Downloaded opaque-debug v0.3.1
3692024-10-14T09:12:55.897Z Downloaded nested v0.1.1
3702024-10-14T09:12:55.897Z Downloaded plotters-svg v0.3.5
3712024-10-14T09:12:55.904Z Downloaded indexmap v1.9.3
3722024-10-14T09:12:55.905Z Downloaded topological-sort v0.2.2
3732024-10-14T09:12:55.910Z Downloaded wait-timeout v0.2.0
3742024-10-14T09:12:55.910Z Downloaded serde_repr v0.1.19
3752024-10-14T09:12:55.910Z Downloaded toml v0.7.8
3762024-10-14T09:12:55.914Z Downloaded test-strategy v0.3.1
3772024-10-14T09:12:55.914Z Downloaded lru-cache v0.1.2
3782024-10-14T09:12:55.918Z Downloaded steno v0.4.1
3792024-10-14T09:12:55.922Z Downloaded jobserver v0.1.32
3802024-10-14T09:12:55.922Z Downloaded serde_with_macros v3.11.0
3812024-10-14T09:12:55.926Z Downloaded itoa v1.0.11
3822024-10-14T09:12:55.926Z Downloaded derive_more v0.99.18
3832024-10-14T09:12:55.932Z Downloaded snafu v0.8.2
3842024-10-14T09:12:55.943Z Downloaded untrusted v0.9.0
3852024-10-14T09:12:55.949Z Downloaded num-traits v0.2.19
3862024-10-14T09:12:55.949Z Downloaded derive-where v1.2.7
3872024-10-14T09:12:55.973Z Downloaded memchr v2.7.2
3882024-10-14T09:12:55.981Z Downloaded display-error-chain v0.2.1
3892024-10-14T09:12:55.981Z Downloaded memoffset v0.9.1
3902024-10-14T09:12:55.981Z Downloaded ron v0.7.1
3912024-10-14T09:12:55.981Z Downloaded dirs-next v2.0.0
3922024-10-14T09:12:55.981Z Downloaded toml_edit v0.22.22
3932024-10-14T09:12:55.989Z Downloaded aes-gcm v0.10.3
3942024-10-14T09:12:55.993Z Downloaded crunchy v0.2.2
3952024-10-14T09:12:55.996Z Downloaded crucible-workspace-hack v0.1.0
3962024-10-14T09:12:55.996Z Downloaded ref-cast v1.0.23
3972024-10-14T09:12:56.001Z Downloaded parse-size v1.0.0
3982024-10-14T09:12:56.001Z Downloaded normalize-line-endings v0.3.0
3992024-10-14T09:12:56.001Z Downloaded shell-words v1.1.0
4002024-10-14T09:12:56.004Z Downloaded scrypt v0.11.0
4012024-10-14T09:12:56.004Z Downloaded compact_str v0.8.0
4022024-10-14T09:12:56.006Z Downloaded zip v0.6.6
4032024-10-14T09:12:56.010Z Downloaded shlex v1.3.0
4042024-10-14T09:12:56.013Z Downloaded instant v0.1.12
4052024-10-14T09:12:56.016Z Downloaded const_format_proc_macros v0.2.33
4062024-10-14T09:12:56.020Z Downloaded rtoolbox v0.0.2
4072024-10-14T09:12:56.020Z Downloaded vte v0.11.1
4082024-10-14T09:12:56.024Z Downloaded rustc-hash v2.0.0
4092024-10-14T09:12:56.025Z Downloaded proc-macro2 v1.0.87
4102024-10-14T09:12:56.029Z Downloaded zeroize v1.8.1
4112024-10-14T09:12:56.029Z Downloaded utf8parse v0.2.1
4122024-10-14T09:12:56.033Z Downloaded stringprep v0.1.4
4132024-10-14T09:12:56.033Z Downloaded x509-cert v0.2.5
4142024-10-14T09:12:56.038Z Downloaded dirs-sys-next v0.1.2
4152024-10-14T09:12:56.042Z Downloaded clap v4.5.20
4162024-10-14T09:12:56.049Z Downloaded stringmetrics v2.2.2
4172024-10-14T09:12:56.052Z Downloaded sqlparser_derive v0.2.2
4182024-10-14T09:12:56.052Z Downloaded spin v0.5.2
4192024-10-14T09:12:56.052Z Downloaded miniz_oxide v0.8.0
4202024-10-14T09:12:56.056Z Downloaded hashbrown v0.15.0
4212024-10-14T09:12:56.061Z Downloaded tungstenite v0.21.0
4222024-10-14T09:12:56.065Z Downloaded utf-8 v0.7.6
4232024-10-14T09:12:56.071Z Downloaded internet-checksum v0.2.1
4242024-10-14T09:12:56.071Z Downloaded termios v0.3.3
4252024-10-14T09:12:56.074Z Downloaded terminal_size v0.4.0
4262024-10-14T09:12:56.074Z Downloaded lru v0.12.3
4272024-10-14T09:12:56.074Z Downloaded termcolor v1.4.1
4282024-10-14T09:12:56.075Z Downloaded parse-display v0.10.0
4292024-10-14T09:12:56.078Z Downloaded stable_deref_trait v1.2.0
4302024-10-14T09:12:56.078Z Downloaded tokio-stream v0.1.16
4312024-10-14T09:12:56.083Z Downloaded linked-hash-map v0.5.6
4322024-10-14T09:12:56.086Z Downloaded is-terminal v0.4.12
4332024-10-14T09:12:56.087Z Downloaded static_assertions v1.1.0
4342024-10-14T09:12:56.087Z Downloaded num-derive v0.4.2
4352024-10-14T09:12:56.091Z Downloaded zone_cfg_derive v0.1.2
4362024-10-14T09:12:56.091Z Downloaded ssh-cipher v0.2.0
4372024-10-14T09:12:56.119Z Downloaded slog-envlogger v2.2.0
4382024-10-14T09:12:56.119Z Downloaded zerocopy-derive v0.7.34
4392024-10-14T09:12:56.177Z Downloaded tokio-tungstenite v0.21.0
4402024-10-14T09:12:56.177Z Downloaded cookie_store v0.21.0
4412024-10-14T09:12:56.178Z Downloaded tokio-tungstenite v0.23.1
4422024-10-14T09:12:56.178Z Downloaded tokio-rustls v0.26.0
4432024-10-14T09:12:56.178Z Downloaded matches v0.1.10
4442024-10-14T09:12:56.178Z Downloaded hkdf v0.12.4
4452024-10-14T09:12:56.178Z Downloaded futures-util v0.3.31
4462024-10-14T09:12:56.270Z Downloaded num-conv v0.1.0
4472024-10-14T09:12:56.270Z Downloaded oso-derive v0.27.3
4482024-10-14T09:12:56.270Z Downloaded aho-corasick v1.1.3
4492024-10-14T09:12:56.270Z Downloaded number_prefix v0.4.0
4502024-10-14T09:12:56.270Z Downloaded scroll_derive v0.12.0
4512024-10-14T09:12:56.270Z Downloaded uzers v0.11.3
4522024-10-14T09:12:56.271Z Downloaded unicase v2.7.0
4532024-10-14T09:12:56.271Z Downloaded tls_codec v0.4.1
4542024-10-14T09:12:56.271Z Downloaded parse-display-derive v0.10.0
4552024-10-14T09:12:56.271Z Downloaded tls_codec_derive v0.4.1
4562024-10-14T09:12:56.271Z Downloaded ryu v1.0.18
4572024-10-14T09:12:56.271Z Downloaded toml v0.8.19
4582024-10-14T09:12:56.271Z Downloaded rfc6979 v0.4.0
4592024-10-14T09:12:56.271Z Downloaded cpufeatures v0.2.12
4602024-10-14T09:12:56.271Z Downloaded clap_derive v4.5.18
4612024-10-14T09:12:56.271Z Downloaded dof v0.3.0
4622024-10-14T09:12:56.271Z Downloaded event-listener-strategy v0.5.2
4632024-10-14T09:12:56.271Z Downloaded kv-log-macro v1.0.7
4642024-10-14T09:12:56.271Z Downloaded h2 v0.4.6
4652024-10-14T09:12:56.271Z Downloaded digest v0.10.7
4662024-10-14T09:12:56.271Z Downloaded darling_core v0.20.9
4672024-10-14T09:12:56.271Z Downloaded blake3 v1.5.1
4682024-10-14T09:12:56.374Z Downloaded crypto-bigint v0.5.5
4692024-10-14T09:12:56.374Z Downloaded poly1305 v0.8.0
4702024-10-14T09:12:56.374Z Downloaded salsa20 v0.10.2
4712024-10-14T09:12:56.374Z Downloaded serde_json v1.0.128
4722024-10-14T09:12:56.374Z Downloaded pkcs1 v0.7.5
4732024-10-14T09:12:56.374Z Downloaded slog-dtrace v0.3.0
4742024-10-14T09:12:56.374Z Downloaded serde_yaml v0.9.34+deprecated
4752024-10-14T09:12:56.374Z Downloaded slog-bunyan v2.5.0
4762024-10-14T09:12:56.374Z Downloaded slog-async v2.8.0
4772024-10-14T09:12:56.374Z Downloaded match_cfg v0.1.0
4782024-10-14T09:12:56.374Z Downloaded omicron-zone-package v0.11.1
4792024-10-14T09:12:56.374Z Downloaded endian-type v0.1.2
4802024-10-14T09:12:56.374Z Downloaded event-listener v5.3.1
4812024-10-14T09:12:56.374Z Downloaded slab v0.4.9
4822024-10-14T09:12:56.374Z Downloaded ipnetwork v0.20.0
4832024-10-14T09:12:56.374Z Downloaded signal-hook v0.3.17
4842024-10-14T09:12:56.374Z Downloaded crc-catalog v2.4.0
4852024-10-14T09:12:56.374Z Downloaded rcgen v0.12.1
4862024-10-14T09:12:56.374Z Downloaded const_format v0.2.33
4872024-10-14T09:12:56.374Z Downloaded twox-hash v1.6.3
4882024-10-14T09:12:56.374Z Downloaded tui-tree-widget v0.22.0
4892024-10-14T09:12:56.375Z Downloaded libxml v0.3.3
4902024-10-14T09:12:56.375Z Downloaded hyper v0.14.30
4912024-10-14T09:12:56.375Z Downloaded signal-hook-tokio v0.3.1
4922024-10-14T09:12:56.375Z Downloaded newline-converter v0.3.0
4932024-10-14T09:12:56.375Z Downloaded new_debug_unreachable v1.0.6
4942024-10-14T09:12:56.375Z Downloaded fancy-regex v0.13.0
4952024-10-14T09:12:56.375Z Downloaded strum_macros v0.25.3
4962024-10-14T09:12:56.375Z Downloaded percent-encoding v2.3.1
4972024-10-14T09:12:56.396Z Downloaded is_ci v1.2.0
4982024-10-14T09:12:56.396Z Downloaded enum-as-inner v0.6.0
4992024-10-14T09:12:56.396Z Downloaded enum-as-inner v0.5.1
5002024-10-14T09:12:56.396Z Downloaded colored v2.1.0
5012024-10-14T09:12:56.396Z Downloaded quick-error v1.2.3
5022024-10-14T09:12:56.396Z Downloaded paste v1.0.15
5032024-10-14T09:12:56.396Z Downloaded rstest_macros v0.23.0
5042024-10-14T09:12:56.396Z Downloaded rayon-core v1.12.1
5052024-10-14T09:12:56.396Z Downloaded mockall_derive v0.13.0
5062024-10-14T09:12:56.396Z Downloaded toml_edit v0.19.15
5072024-10-14T09:12:56.396Z Downloaded lock_api v0.4.12
5082024-10-14T09:12:56.396Z Downloaded data-encoding v2.6.0
5092024-10-14T09:12:56.396Z Downloaded curve25519-dalek-derive v0.1.1
5102024-10-14T09:12:56.396Z Downloaded threadpool v1.8.1
5112024-10-14T09:12:56.396Z Downloaded tabwriter v1.4.0
5122024-10-14T09:12:56.396Z Downloaded tabled_derive v0.7.0
5132024-10-14T09:12:56.397Z Downloaded parking_lot v0.12.2
5142024-10-14T09:12:56.397Z Downloaded oso v0.27.3
5152024-10-14T09:12:56.397Z Downloaded supports-color v3.0.1
5162024-10-14T09:12:56.397Z Downloaded bitvec v1.0.1
5172024-10-14T09:12:56.397Z Downloaded signature v2.2.0
5182024-10-14T09:12:56.397Z Downloaded pretty-hex v0.4.1
5192024-10-14T09:12:56.397Z Downloaded try-lock v0.2.5
5202024-10-14T09:12:56.397Z Downloaded tower-service v0.3.2
5212024-10-14T09:12:56.397Z Downloaded signal-hook-registry v1.4.2
5222024-10-14T09:12:56.397Z Downloaded rustc-hash v1.1.0
5232024-10-14T09:12:56.397Z Downloaded mime v0.3.17
5242024-10-14T09:12:56.397Z Downloaded pin-project-lite v0.2.14
5252024-10-14T09:12:56.397Z Downloaded newtype_derive v0.1.6
5262024-10-14T09:12:56.397Z Downloaded convert_case v0.4.0
5272024-10-14T09:12:56.397Z Downloaded nu-ansi-term v0.50.0
5282024-10-14T09:12:56.397Z Downloaded url v2.5.2
5292024-10-14T09:12:56.397Z Downloaded crc-any v2.5.0
5302024-10-14T09:12:56.397Z Downloaded rustls-pemfile v1.0.4
5312024-10-14T09:12:56.397Z Downloaded pem-rfc7468 v0.7.0
5322024-10-14T09:12:56.397Z Downloaded signal-hook-mio v0.2.4
5332024-10-14T09:12:56.407Z Downloaded pest_generator v2.7.10
5342024-10-14T09:12:56.408Z Downloaded pest_derive v2.7.10
5352024-10-14T09:12:56.408Z Downloaded tempfile v3.13.0
5362024-10-14T09:12:56.408Z Downloaded env_filter v0.1.2
5372024-10-14T09:12:56.408Z Downloaded crypto-common v0.1.6
5382024-10-14T09:12:56.408Z Downloaded constant_time_eq v0.3.0
5392024-10-14T09:12:56.408Z Downloaded unicode-xid v0.2.4
5402024-10-14T09:12:56.408Z Downloaded newtype-uuid v1.1.2
5412024-10-14T09:12:56.408Z Downloaded typify v0.2.0
5422024-10-14T09:12:56.408Z Downloaded quinn-proto v0.11.8
5432024-10-14T09:12:56.412Z Downloaded bindgen v0.69.4
5442024-10-14T09:12:56.412Z Downloaded ssh-encoding v0.2.0
5452024-10-14T09:12:56.416Z Downloaded swrite v0.1.0
5462024-10-14T09:12:56.416Z Downloaded rayon v1.10.0
5472024-10-14T09:12:56.427Z Downloaded precomputed-hash v0.1.1
5482024-10-14T09:12:56.432Z Downloaded slog-json v2.6.1
5492024-10-14T09:12:56.432Z Downloaded datatest-stable v0.2.9
5502024-10-14T09:12:56.432Z Downloaded mime_guess v2.0.4
5512024-10-14T09:12:56.439Z Downloaded slog-scope v4.4.0
5522024-10-14T09:12:56.439Z Downloaded git2 v0.19.0
5532024-10-14T09:12:56.457Z Downloaded pest_meta v2.7.10
5542024-10-14T09:12:56.477Z Downloaded scopeguard v1.2.0
5552024-10-14T09:12:56.477Z Downloaded is_terminal_polyfill v1.70.0
5562024-10-14T09:12:56.477Z Downloaded darling v0.20.9
5572024-10-14T09:12:56.477Z Downloaded p521 v0.13.3
5582024-10-14T09:12:56.477Z Downloaded typenum v1.17.0
5592024-10-14T09:12:56.477Z Downloaded fallible-iterator v0.3.0
5602024-10-14T09:12:56.477Z Downloaded miniz_oxide v0.7.2
5612024-10-14T09:12:56.486Z Downloaded fallible-iterator v0.2.0
5622024-10-14T09:12:56.486Z Downloaded subtle v2.5.0
5632024-10-14T09:12:56.486Z Downloaded unicode-normalization v0.1.23
5642024-10-14T09:12:56.487Z Downloaded which v4.4.2
5652024-10-14T09:12:56.487Z Downloaded defmt-macros v0.3.9
5662024-10-14T09:12:56.487Z Downloaded defmt-parser v0.3.4
5672024-10-14T09:12:56.487Z Downloaded proc-macro-crate v1.3.1
5682024-10-14T09:12:56.487Z Downloaded tiny-keccak v2.0.2
5692024-10-14T09:12:56.487Z Downloaded rustyline v14.0.0
5702024-10-14T09:12:56.490Z Downloaded time-macros v0.2.18
5712024-10-14T09:12:56.490Z Downloaded nibble_vec v0.1.0
5722024-10-14T09:12:56.491Z Downloaded dyn-clone v1.0.17
5732024-10-14T09:12:56.496Z Downloaded resolv-conf v0.7.0
5742024-10-14T09:12:56.496Z Downloaded unicode-ident v1.0.13
5752024-10-14T09:12:56.501Z Downloaded plotters v0.3.5
5762024-10-14T09:12:56.505Z Downloaded powerfmt v0.2.0
5772024-10-14T09:12:56.508Z Downloaded structmeta-derive v0.3.0
5782024-10-14T09:12:56.508Z Downloaded samael v0.0.17
5792024-10-14T09:12:56.515Z Downloaded quote v1.0.37
5802024-10-14T09:12:56.518Z Downloaded postgres-types v0.2.8
5812024-10-14T09:12:56.521Z Downloaded subprocess v0.2.9
5822024-10-14T09:12:56.523Z Downloaded whoami v1.5.2
5832024-10-14T09:12:56.526Z Downloaded password-hash v0.5.0
5842024-10-14T09:12:56.530Z Downloaded tungstenite v0.24.0
5852024-10-14T09:12:56.533Z Downloaded ecdsa v0.16.9
5862024-10-14T09:12:56.533Z Downloaded russh-keys v0.45.0
5872024-10-14T09:12:56.536Z Downloaded rustls-webpki v0.102.4
5882024-10-14T09:12:56.555Z Downloaded proc-macro-crate v3.2.0
5892024-10-14T09:12:56.558Z Downloaded ipnet v2.10.1
5902024-10-14T09:12:56.558Z Downloaded des v0.8.1
5912024-10-14T09:12:56.561Z Downloaded password-hash v0.4.2
5922024-10-14T09:12:56.564Z Downloaded predicates v3.1.2
5932024-10-14T09:12:56.567Z Downloaded trybuild v1.0.99
5942024-10-14T09:12:56.570Z Downloaded unicode_categories v0.1.1
5952024-10-14T09:12:56.574Z Downloaded num-bigint v0.4.5
5962024-10-14T09:12:56.577Z Downloaded tough v0.17.1
5972024-10-14T09:12:56.586Z Downloaded ed25519-dalek v2.1.1
5982024-10-14T09:12:56.589Z Downloaded const-oid v0.9.6
5992024-10-14T09:12:56.592Z Downloaded publicsuffix v2.2.3
6002024-10-14T09:12:56.594Z Downloaded reedline v0.35.0
6012024-10-14T09:12:56.602Z Downloaded async-std v1.13.0
6022024-10-14T09:12:56.622Z Downloaded dhcproto v0.12.0
6032024-10-14T09:12:56.626Z Downloaded parking_lot_core v0.9.10
6042024-10-14T09:12:56.631Z Downloaded pretty_assertions v1.4.1
6052024-10-14T09:12:56.631Z Downloaded typed-path v0.7.1
6062024-10-14T09:12:56.635Z Downloaded crossterm v0.28.1
6072024-10-14T09:12:56.642Z Downloaded minimal-lexical v0.2.1
6082024-10-14T09:12:56.647Z Downloaded tabled v0.15.0
6092024-10-14T09:12:56.664Z Downloaded regex v1.11.0
6102024-10-14T09:12:56.677Z Downloaded prettyplease v0.2.22
6112024-10-14T09:12:56.681Z Downloaded serde v1.0.210
6122024-10-14T09:12:56.684Z Downloaded tracing v0.1.40
6132024-10-14T09:12:56.689Z Downloaded expectorate v1.1.0
6142024-10-14T09:12:56.691Z Downloaded num-bigint-dig v0.8.4
6152024-10-14T09:12:56.696Z Downloaded nom v7.1.3
6162024-10-14T09:12:56.702Z Downloaded libm v0.2.8
6172024-10-14T09:12:56.711Z Downloaded rusqlite v0.32.1
6182024-10-14T09:12:56.718Z Downloaded idna v0.3.0
6192024-10-14T09:12:56.725Z Downloaded der v0.7.9
6202024-10-14T09:12:56.730Z Downloaded idna v0.4.0
6212024-10-14T09:12:56.738Z Downloaded radix_trie v0.2.1
6222024-10-14T09:12:56.743Z Downloaded idna v0.2.3
6232024-10-14T09:12:56.750Z Downloaded gimli v0.28.1
6242024-10-14T09:12:56.758Z Downloaded ssh-key v0.6.6
6252024-10-14T09:12:56.766Z Downloaded time v0.3.36
6262024-10-14T09:12:56.773Z Downloaded zerocopy v0.7.34
6272024-10-14T09:12:56.791Z Downloaded nix v0.28.0
6282024-10-14T09:12:56.803Z Downloaded clap_builder v4.5.20
6292024-10-14T09:12:56.809Z Downloaded sqlparser v0.45.0
6302024-10-14T09:12:56.815Z Downloaded nix v0.27.1
6312024-10-14T09:12:56.828Z Downloaded trust-dns-proto v0.22.0
6322024-10-14T09:12:56.840Z Downloaded idna v0.5.0
6332024-10-14T09:12:56.847Z Downloaded itertools v0.10.5
6342024-10-14T09:12:56.853Z Downloaded openssl v0.10.66
6352024-10-14T09:12:56.863Z Downloaded itertools v0.12.1
6362024-10-14T09:12:56.871Z Downloaded hickory-proto v0.24.1
6372024-10-14T09:12:56.887Z Downloaded rustls v0.21.12
6382024-10-14T09:12:56.900Z Downloaded quick-xml v0.33.0
6392024-10-14T09:12:56.906Z Downloaded reqwest v0.12.8
6402024-10-14T09:12:56.914Z Downloaded winnow v0.5.40
6412024-10-14T09:12:56.923Z Downloaded object v0.30.4
6422024-10-14T09:12:56.934Z Downloaded salty v0.3.0
6432024-10-14T09:12:56.941Z Downloaded object v0.32.2
6442024-10-14T09:12:56.952Z Downloaded syn v1.0.109
6452024-10-14T09:12:56.962Z Downloaded vcpkg v0.2.15
6462024-10-14T09:12:57.003Z Downloaded rustls v0.22.4
6472024-10-14T09:12:57.016Z Downloaded lalrpop v0.19.12
6482024-10-14T09:12:57.028Z Downloaded webpki-roots v0.26.3
6492024-10-14T09:12:57.032Z Downloaded smoltcp v0.9.1
6502024-10-14T09:12:57.043Z Downloaded openapiv3 v2.0.0
6512024-10-14T09:12:57.055Z Downloaded smoltcp v0.11.0
6522024-10-14T09:12:57.069Z Downloaded curve25519-dalek v4.1.3
6532024-10-14T09:12:57.078Z Downloaded nix v0.29.0
6542024-10-14T09:12:57.091Z Downloaded ratatui v0.28.1
6552024-10-14T09:12:57.112Z Downloaded regress v0.10.1
6562024-10-14T09:12:57.120Z Downloaded regress v0.9.1
6572024-10-14T09:12:57.128Z Downloaded finl_unicode v1.2.0
6582024-10-14T09:12:57.141Z Downloaded regex-syntax v0.8.5
6592024-10-14T09:12:57.149Z Downloaded rustls v0.23.10
6602024-10-14T09:12:57.166Z Downloaded typify-impl v0.2.0
6612024-10-14T09:12:57.180Z Downloaded rustix v0.38.37
6622024-10-14T09:12:57.204Z Downloaded zerocopy-derive v0.6.6
6632024-10-14T09:12:57.214Z Downloaded sled v0.34.7
6642024-10-14T09:12:57.224Z Downloaded bzip2-sys v0.1.11+1.0.8
6652024-10-14T09:12:57.236Z Downloaded unicode-width v0.1.13
6662024-10-14T09:12:57.244Z Downloaded libc v0.2.159
6672024-10-14T09:12:57.272Z Downloaded diesel v2.2.4
6682024-10-14T09:12:57.291Z Downloaded csv v1.3.0
6692024-10-14T09:12:57.311Z Downloaded sha3 v0.10.8
6702024-10-14T09:12:57.315Z Downloaded regex-automata v0.4.8
6712024-10-14T09:12:57.334Z Downloaded regex-syntax v0.6.29
6722024-10-14T09:12:57.341Z Downloaded polar-core v0.27.3
6732024-10-14T09:12:57.351Z Downloaded httpmock v0.8.0-alpha.1
6742024-10-14T09:12:57.370Z Downloaded petgraph v0.6.5
6752024-10-14T09:12:57.388Z Downloaded proptest v1.5.0
6762024-10-14T09:12:57.399Z Downloaded dropshot v0.12.0
6772024-10-14T09:12:57.420Z Downloaded lzma-sys v0.1.20
6782024-10-14T09:12:57.453Z Downloaded bstr v1.9.1
6792024-10-14T09:12:57.463Z Downloaded russh v0.45.0
6802024-10-14T09:12:57.471Z Downloaded tokio v1.40.0
6812024-10-14T09:12:57.507Z Downloaded p384 v0.13.0
6822024-10-14T09:12:57.513Z Downloaded syn v2.0.79
6832024-10-14T09:12:57.526Z Downloaded quinn-udp v0.5.5
6842024-10-14T09:12:57.529Z Downloaded uuid v1.10.0
6852024-10-14T09:12:57.534Z Downloaded portable-atomic v1.6.0
6862024-10-14T09:12:57.537Z Downloaded itertools v0.13.0
6872024-10-14T09:12:57.544Z Downloaded zone v0.3.0
6882024-10-14T09:12:57.547Z Downloaded strip-ansi-escapes v0.2.0
6892024-10-14T09:12:57.547Z Downloaded schemars_derive v0.8.21
6902024-10-14T09:12:57.551Z Downloaded unsafe-libyaml v0.2.11
6912024-10-14T09:12:57.554Z Downloaded sec1 v0.7.3
6922024-10-14T09:12:57.554Z Downloaded managed v0.8.0
6932024-10-14T09:12:57.557Z Downloaded unicode-linebreak v0.1.5
6942024-10-14T09:12:57.557Z Downloaded tokio-macros v2.4.0
6952024-10-14T09:12:57.557Z Downloaded ed25519 v2.2.3
6962024-10-14T09:12:57.560Z Downloaded want v0.3.1
6972024-10-14T09:12:57.560Z Downloaded r2d2 v0.8.10
6982024-10-14T09:12:57.562Z Downloaded pin-project-internal v1.1.5
6992024-10-14T09:12:57.562Z Downloaded russh-cryptovec v0.7.2
7002024-10-14T09:12:57.565Z Downloaded serde_with v3.11.0
7012024-10-14T09:12:57.572Z Downloaded chrono v0.4.38
7022024-10-14T09:12:57.580Z Downloaded maplit v1.0.2
7032024-10-14T09:12:57.583Z Downloaded scroll v0.12.0
7042024-10-14T09:12:57.583Z Downloaded serde_plain v1.0.2
7052024-10-14T09:12:57.585Z Downloaded piper v0.2.4
7062024-10-14T09:12:57.588Z Downloaded pin-utils v0.1.0
7072024-10-14T09:12:57.588Z Downloaded lazy_static v1.5.0
7082024-10-14T09:12:57.591Z Downloaded lalrpop-util v0.19.12
7092024-10-14T09:12:57.591Z Downloaded tokio-util v0.7.12
7102024-10-14T09:12:57.596Z Downloaded slog-stdlog v4.1.1
7112024-10-14T09:12:57.599Z Downloaded unicode-bidi v0.3.15
7122024-10-14T09:12:57.602Z Downloaded tinyvec v1.6.0
7132024-10-14T09:12:57.604Z Downloaded term v0.7.0
7142024-10-14T09:12:57.607Z Downloaded target-lexicon v0.12.16
7152024-10-14T09:12:57.610Z Downloaded polling v3.7.3
7162024-10-14T09:12:57.616Z Downloaded indexmap v2.6.0
7172024-10-14T09:12:57.620Z Downloaded mio v1.0.2
7182024-10-14T09:12:57.626Z Downloaded rustfmt-wrapper v0.2.1
7192024-10-14T09:12:57.630Z Downloaded either v1.13.0
7202024-10-14T09:12:57.630Z Downloaded parking_lot v0.11.2
7212024-10-14T09:12:57.633Z Downloaded pkcs5 v0.7.1
7222024-10-14T09:12:57.637Z Downloaded winnow v0.6.18
7232024-10-14T09:12:57.648Z Downloaded rustls-webpki v0.101.7
7242024-10-14T09:12:57.662Z Downloaded crc v3.2.1
7252024-10-14T09:12:57.666Z Downloaded rstest v0.23.0
7262024-10-14T09:12:57.670Z Downloaded unicode-segmentation v1.11.0
7272024-10-14T09:12:57.674Z Downloaded num_enum_derive v0.5.11
7282024-10-14T09:12:57.678Z Downloaded libsqlite3-sys v0.30.1
7292024-10-14T09:12:57.754Z Downloaded value-bag v1.9.0
7302024-10-14T09:12:57.759Z Downloaded encoding_rs v0.8.34
7312024-10-14T09:12:57.778Z Downloaded tinytemplate v1.2.1
7322024-10-14T09:12:57.781Z Downloaded crossbeam-utils v0.8.19
7332024-10-14T09:12:57.785Z Downloaded tokio-rustls v0.25.0
7342024-10-14T09:12:57.785Z Downloaded nodrop v0.1.14
7352024-10-14T09:12:57.788Z Downloaded log v0.4.22
7362024-10-14T09:12:57.788Z Downloaded reqwest v0.11.27
7372024-10-14T09:12:57.795Z Downloaded h2 v0.3.26
7382024-10-14T09:12:57.803Z Downloaded goblin v0.8.2
7392024-10-14T09:12:57.809Z Downloaded difflib v0.4.0
7402024-10-14T09:12:57.812Z Downloaded clap_lex v0.7.0
7412024-10-14T09:12:57.812Z Downloaded doc-comment v0.3.3
7422024-10-14T09:12:57.812Z Downloaded colorchoice v1.0.1
7432024-10-14T09:12:57.812Z Downloaded cobs v0.2.3
7442024-10-14T09:12:57.815Z Downloaded num_enum v0.5.11
7452024-10-14T09:12:57.820Z Downloaded schemars v0.8.21
7462024-10-14T09:12:57.830Z Downloaded criterion v0.5.1
7472024-10-14T09:12:57.837Z Downloaded serde_regex v1.1.0
7482024-10-14T09:12:57.842Z Downloaded proc-macro-error v1.0.4
7492024-10-14T09:12:57.842Z Downloaded crossbeam-epoch v0.9.18
7502024-10-14T09:12:57.846Z Downloaded libsw v3.3.1
7512024-10-14T09:12:57.846Z Downloaded instability v0.3.2
7522024-10-14T09:12:57.850Z Downloaded fallible-streaming-iterator v0.1.9
7532024-10-14T09:12:57.850Z Downloaded predicates-core v1.0.6
7542024-10-14T09:12:57.850Z Downloaded native-tls v0.2.11
7552024-10-14T09:12:57.850Z Downloaded multer v3.1.0
7562024-10-14T09:12:57.854Z Downloaded libtest-mimic v0.7.3
7572024-10-14T09:12:57.858Z Downloaded rand v0.8.5
7582024-10-14T09:12:57.859Z Downloaded pest v2.7.10
7592024-10-14T09:12:57.864Z Downloaded progenitor-macro v0.8.0
7602024-10-14T09:12:57.867Z Downloaded olpc-cjson v0.1.3
7612024-10-14T09:12:57.868Z Downloaded nanorand v0.7.0
7622024-10-14T09:12:57.868Z Downloaded multimap v0.10.0
7632024-10-14T09:12:57.873Z Downloaded fastrand v2.1.1
7642024-10-14T09:12:57.873Z Downloaded dsl_auto_type v0.1.2
7652024-10-14T09:12:57.873Z Downloaded dropshot_endpoint v0.12.0
7662024-10-14T09:12:57.877Z Downloaded spin v0.9.8
7672024-10-14T09:12:57.877Z Downloaded hyper v1.4.1
7682024-10-14T09:12:57.888Z Downloaded guppy v0.17.8
7692024-10-14T09:12:57.898Z Downloaded untrusted v0.7.1
7702024-10-14T09:12:57.899Z Downloaded toml_datetime v0.6.8
7712024-10-14T09:12:57.899Z Downloaded strum_macros v0.26.4
7722024-10-14T09:12:57.910Z Downloaded sqlformat v0.2.6
7732024-10-14T09:12:57.910Z Downloaded pkcs8 v0.10.2
7742024-10-14T09:12:57.910Z Downloaded tungstenite v0.23.0
7752024-10-14T09:12:57.910Z Downloaded libgit2-sys v0.17.0+1.8.1
7762024-10-14T09:12:57.959Z Downloaded serde_urlencoded v0.7.1
7772024-10-14T09:12:57.965Z Downloaded sct v0.7.1
7782024-10-14T09:12:57.965Z Downloaded crc32fast v1.4.0
7792024-10-14T09:12:57.968Z Downloaded impl-trait-for-tuples v0.2.2
7802024-10-14T09:12:57.968Z Downloaded env_logger v0.10.2
7812024-10-14T09:12:57.973Z Downloaded ref-cast-impl v1.0.23
7822024-10-14T09:12:57.973Z Downloaded plain v0.2.3
7832024-10-14T09:12:57.973Z Downloaded pkg-config v0.3.30
7842024-10-14T09:12:57.977Z Downloaded crossbeam-channel v0.5.12
7852024-10-14T09:12:57.980Z Downloaded socket2 v0.4.10
7862024-10-14T09:12:57.980Z Downloaded similar v2.6.0
7872024-10-14T09:12:57.984Z Downloaded yansi v1.0.1
7882024-10-14T09:12:57.989Z Downloaded packed_struct v0.10.1
7892024-10-14T09:12:57.995Z Downloaded num-iter v0.1.45
7902024-10-14T09:12:57.995Z Downloaded num-integer v0.1.46
7912024-10-14T09:12:57.995Z Downloaded console v0.15.8
7922024-10-14T09:12:58.002Z Downloaded walkdir v2.5.0
7932024-10-14T09:12:58.002Z Downloaded indicatif v0.17.8
7942024-10-14T09:12:58.007Z Downloaded vte_generate_state_changes v0.1.1
7952024-10-14T09:12:58.007Z Downloaded toolchain_find v0.4.0
7962024-10-14T09:12:58.007Z Downloaded proc-macro-error-attr v1.0.4
7972024-10-14T09:12:58.007Z Downloaded plotters-backend v0.3.5
7982024-10-14T09:12:58.008Z Downloaded diesel_derives v2.2.2
7992024-10-14T09:12:58.008Z Downloaded progenitor-impl v0.8.0
8002024-10-14T09:12:58.017Z Downloaded postcard v1.0.8
8012024-10-14T09:12:58.017Z Downloaded num v0.4.3
8022024-10-14T09:12:58.017Z Downloaded mockall v0.13.0
8032024-10-14T09:12:58.017Z Downloaded macaddr v1.0.1
8042024-10-14T09:12:58.022Z Downloaded flate2 v1.0.34
8052024-10-14T09:12:58.022Z Downloaded http v1.1.0
8062024-10-14T09:12:58.025Z Downloaded hickory-server v0.24.1
8072024-10-14T09:12:58.029Z Downloaded zone v0.1.8
8082024-10-14T09:12:58.033Z Downloaded zeroize_derive v1.4.2
8092024-10-14T09:12:58.033Z Downloaded sha2 v0.10.8
8102024-10-14T09:12:58.036Z Downloaded semver v1.0.23
8112024-10-14T09:12:58.036Z Downloaded rustls-native-certs v0.7.0
8122024-10-14T09:12:58.040Z Downloaded tar v0.4.42
8132024-10-14T09:12:58.045Z Downloaded unicode-truncate v1.0.0
8142024-10-14T09:12:58.045Z Downloaded rustc-demangle v0.1.24
8152024-10-14T09:12:58.045Z Downloaded rust-argon2 v2.1.0
8162024-10-14T09:12:58.049Z Downloaded http v0.2.12
8172024-10-14T09:12:58.053Z Downloaded structmeta-derive v0.2.0
8182024-10-14T09:12:58.053Z Downloaded structmeta v0.3.0
8192024-10-14T09:12:58.053Z Downloaded primeorder v0.13.6
8202024-10-14T09:12:58.054Z Downloaded peg-macros v0.8.4
8212024-10-14T09:12:58.058Z Downloaded hashbrown v0.12.3
8222024-10-14T09:12:58.061Z Downloaded ucd-trie v0.1.6
8232024-10-14T09:12:58.061Z Downloaded scheduled-thread-pool v0.2.7
8242024-10-14T09:12:58.061Z Downloaded cstr-argument v0.1.2
8252024-10-14T09:12:58.064Z Downloaded siphasher v0.3.11
8262024-10-14T09:12:58.064Z Downloaded similar-asserts v1.6.0
8272024-10-14T09:12:58.067Z Downloaded sha1 v0.10.6
8282024-10-14T09:12:58.067Z Downloaded headers v0.4.0
8292024-10-14T09:12:58.071Z Downloaded tracing-attributes v0.1.27
8302024-10-14T09:12:58.074Z Downloaded packed_struct_codegen v0.10.1
8312024-10-14T09:12:58.077Z Downloaded kstat-rs v0.2.4
8322024-10-14T09:12:58.077Z Downloaded keccak v0.1.5
8332024-10-14T09:12:58.077Z Downloaded tokio-rustls v0.24.1
8342024-10-14T09:12:58.080Z Downloaded memmap v0.7.0
8352024-10-14T09:12:58.083Z Downloaded event-listener v2.5.3
8362024-10-14T09:12:58.083Z Downloaded arc-swap v1.7.1
8372024-10-14T09:12:58.086Z Downloaded heapless v0.8.0
8382024-10-14T09:12:58.089Z Downloaded smallvec v1.13.2
8392024-10-14T09:12:58.097Z Downloaded futures v0.3.31
8402024-10-14T09:12:58.097Z Downloaded bytes v1.7.2
8412024-10-14T09:12:58.101Z Downloaded base64 v0.13.1
8422024-10-14T09:12:58.104Z Downloaded version_check v0.9.5
8432024-10-14T09:12:58.104Z Downloaded usdt-impl v0.5.0
8442024-10-14T09:12:58.110Z Downloaded universal-hash v0.5.1
8452024-10-14T09:12:58.110Z Downloaded typify-macro v0.2.0
8462024-10-14T09:12:58.110Z Downloaded phf v0.11.2
8472024-10-14T09:12:58.113Z Downloaded thiserror-impl v1.0.64
8482024-10-14T09:12:58.113Z Downloaded strum_macros v0.24.3
8492024-10-14T09:12:58.113Z Downloaded async-io v2.3.4
8502024-10-14T09:12:58.115Z Downloaded once_cell v1.20.2
8512024-10-14T09:12:58.118Z Downloaded bitflags v2.6.0
8522024-10-14T09:12:58.121Z Downloaded relative-path v1.9.3
8532024-10-14T09:12:58.127Z Downloaded cfg-expr v0.17.0
8542024-10-14T09:12:58.127Z Downloaded phf_shared v0.11.2
8552024-10-14T09:12:58.127Z Downloaded getrandom v0.2.14
8562024-10-14T09:12:58.129Z Downloaded progenitor v0.8.0
8572024-10-14T09:12:58.130Z Downloaded predicates-tree v1.0.9
8582024-10-14T09:12:58.133Z Downloaded parking_lot_core v0.8.6
8592024-10-14T09:12:58.133Z Downloaded assert_cmd v2.0.16
8602024-10-14T09:12:58.139Z Downloaded hash32 v0.3.1
8612024-10-14T09:12:58.139Z Downloaded bitfield v0.14.0
8622024-10-14T09:12:58.141Z Downloaded bcs v0.1.6
8632024-10-14T09:12:58.141Z Downloaded async-trait v0.1.83
8642024-10-14T09:12:58.144Z Downloaded async-bb8-diesel v0.2.1
8652024-10-14T09:12:58.144Z Downloaded anstyle-parse v0.2.4
8662024-10-14T09:12:58.150Z Downloaded arrayvec v0.7.4
8672024-10-14T09:12:58.153Z Downloaded argon2 v0.5.3
8682024-10-14T09:12:58.153Z Downloaded anstream v0.6.14
8692024-10-14T09:12:58.153Z Downloaded hyper-staticfile v0.10.1
8702024-10-14T09:12:58.156Z Downloaded glob v0.3.1
8712024-10-14T09:12:58.156Z Downloaded bit-set v0.5.3
8722024-10-14T09:12:58.158Z Downloaded cfg-if v1.0.0
8732024-10-14T09:12:58.158Z Downloaded cassowary v0.3.0
8742024-10-14T09:12:58.158Z Downloaded assert-json-diff v2.0.2
8752024-10-14T09:12:58.161Z Downloaded assert_matches v1.5.0
8762024-10-14T09:12:58.161Z Downloaded globset v0.4.14
8772024-10-14T09:12:58.163Z Downloaded castaway v0.2.3
8782024-10-14T09:12:58.163Z Downloaded bb8 v0.8.5
8792024-10-14T09:12:58.166Z Downloaded fixedbitset v0.4.2
8802024-10-14T09:12:58.166Z Downloaded cargo-platform v0.1.8
8812024-10-14T09:12:58.169Z Downloaded blowfish v0.9.1
8822024-10-14T09:12:58.169Z Downloaded block-padding v0.3.3
8832024-10-14T09:12:58.171Z Downloaded autocfg v1.3.0
8842024-10-14T09:12:58.171Z Downloaded bitfield-struct v0.6.1
8852024-10-14T09:12:58.174Z Downloaded async-channel v1.9.0
8862024-10-14T09:12:58.174Z Downloaded async-object-pool v0.1.5
8872024-10-14T09:12:58.174Z Downloaded ahash v0.8.11
8882024-10-14T09:12:58.177Z Downloaded async-signal v0.2.10
8892024-10-14T09:12:58.180Z Downloaded async-recursion v1.1.1
8902024-10-14T09:12:58.183Z Downloaded array-init v0.0.4
8912024-10-14T09:12:58.183Z Downloaded form_urlencoded v1.2.1
8922024-10-14T09:12:58.183Z Downloaded fnv v1.0.7
8932024-10-14T09:12:58.185Z Downloaded hash32 v0.2.1
8942024-10-14T09:12:58.185Z Downloaded group v0.13.0
8952024-10-14T09:12:58.188Z Downloaded ghash v0.5.1
8962024-10-14T09:12:58.188Z Downloaded bitflags v1.3.2
8972024-10-14T09:12:58.191Z Downloaded http-body v0.4.6
8982024-10-14T09:12:58.193Z Downloaded hostname v0.3.1
8992024-10-14T09:12:58.196Z Downloaded home v0.5.9
9002024-10-14T09:12:58.196Z Downloaded atomic-waker v1.1.2
9012024-10-14T09:12:58.196Z Downloaded async-stream v0.3.5
9022024-10-14T09:12:58.199Z Downloaded gethostname v0.5.0
9032024-10-14T09:12:58.199Z Downloaded futures-executor v0.3.31
9042024-10-14T09:12:58.201Z Downloaded fragile v2.0.0
9052024-10-14T09:12:58.204Z Downloaded foreign-types-macros v0.2.3
9062024-10-14T09:12:58.204Z Downloaded float-cmp v0.9.0
9072024-10-14T09:12:58.204Z Downloaded adler v1.0.2
9082024-10-14T09:12:58.207Z Downloaded anstyle-query v1.0.3
9092024-10-14T09:12:58.207Z Downloaded fd-lock v4.0.2
9102024-10-14T09:12:58.400Z Downloaded libz-sys v1.1.16
9112024-10-14T09:12:58.495Z Downloaded ring v0.17.8
9122024-10-14T09:12:58.624Z Downloaded ring v0.16.20
9132024-10-14T09:12:59.086Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9142024-10-14T09:13:16.441Z Startup: Refreshing catalog 'helios-dev' ... Done
9152024-10-14T09:13:19.718Z Startup: Caching catalogs ... Done
9162024-10-14T09:13:25.061ZPlanning: Solver setup ... Done (4.625s)
9172024-10-14T09:13:25.132ZPlanning: Running solver ... Done (0.070s)
9182024-10-14T09:13:25.348ZPlanning: Finding local manifests ... Done (0.151s)
9192024-10-14T09:13:25.392ZPlanning: Fetching manifests: 0/5 0% complete
9202024-10-14T09:13:26.051ZPlanning: Fetching manifests: 5/5 100% complete
9212024-10-14T09:13:26.442ZPlanning: Package planning ... Done (0.391s)
9222024-10-14T09:13:26.499ZPlanning: Merging actions ... Done (0.056s)
9232024-10-14T09:13:27.305ZPlanning: Checking for conflicting actions ... Done (0.805s)
9242024-10-14T09:13:33.612ZPlanning: Consolidating action changes ... Done (6.307s)
9252024-10-14T09:13:34.115ZPlanning: Evaluating mediators ... Done (0.502s)
9262024-10-14T09:13:34.195ZPlanning: Planning completed in 14.41 seconds
9272024-10-14T09:13:34.408Z Packages to install: 4
9282024-10-14T09:13:34.408Z Packages to update: 1
9292024-10-14T09:13:34.411Z Mediators to change: 2
9302024-10-14T09:13:34.411Z Services to change: 1
9312024-10-14T09:13:34.411Z Estimated space available: 155.47 GB
9322024-10-14T09:13:34.411ZEstimated space to be consumed: 1.57 GB
9332024-10-14T09:13:34.411Z Create boot environment: No
9342024-10-14T09:13:34.411ZCreate backup boot environment: Yes
9352024-10-14T09:13:34.411Z Rebuild boot archive: No
9362024-10-14T09:13:34.411Z
9372024-10-14T09:13:34.411ZChanged mediators:
9382024-10-14T09:13:34.411Z mediator clang:
9392024-10-14T09:13:34.411Z version: None -> 15 (system default)
9402024-10-14T09:13:34.411Z
9412024-10-14T09:13:34.411Z mediator llvm:
9422024-10-14T09:13:34.411Z version: 14 (system default) -> 15 (system default)
9432024-10-14T09:13:34.411Z
9442024-10-14T09:13:34.411ZChanged packages:
9452024-10-14T09:13:34.411Zhelios-dev
9462024-10-14T09:13:34.411Z developer/build-essential
9472024-10-14T09:13:34.411Z None -> 11-2.0
9482024-10-14T09:13:34.411Z library/libxmlsec1
9492024-10-14T09:13:34.411Z None -> 1.2.35-2.0
9502024-10-14T09:13:34.411Z ooce/developer/clang-15
9512024-10-14T09:13:34.411Z None -> 15.0.7-2.0
9522024-10-14T09:13:34.411Z ooce/developer/llvm-15
9532024-10-14T09:13:34.411Z None -> 15.0.7-2.0
9542024-10-14T09:13:34.411Z package/pkg
9552024-10-14T09:13:34.411Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9562024-10-14T09:13:34.411Z
9572024-10-14T09:13:34.411ZServices:
9582024-10-14T09:13:34.411Z restart_fmri:
9592024-10-14T09:13:34.411Z svc:/system/update-man-index:default
9602024-10-14T09:13:34.411Z
9612024-10-14T09:13:34.411ZEditable files to change:
9622024-10-14T09:13:34.411Z Update:
9632024-10-14T09:13:34.411Z usr/share/lib/pkg/web/config.shtml
9642024-10-14T09:13:34.717Z
9652024-10-14T09:13:34.717ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9662024-10-14T09:13:40.864ZDownload: 211/4281 items 1.3/220.6MB 0% complete (516k/s)
9672024-10-14T09:13:45.868ZDownload: 724/4281 items 18.2/220.6MB 8% complete (1.8M/s)
9682024-10-14T09:13:50.868ZDownload: 1131/4281 items 48.1/220.6MB 21% complete (4.7M/s)
9692024-10-14T09:14:11.449ZDownload: 1197/4281 items 83.5/220.6MB 37% complete
9702024-10-14T09:14:16.457ZDownload: 1420/4281 items 115.6/220.6MB 52% complete (6.7M/s)
9712024-10-14T09:14:21.461ZDownload: 2152/4281 items 119.0/220.6MB 53% complete (3.6M/s)
9722024-10-14T09:14:26.463ZDownload: 2311/4281 items 119.6/220.6MB 54% complete (401k/s)
9732024-10-14T09:14:32.145ZDownload: 3245/4281 items 203.1/220.6MB 92% complete (8.4M/s)
9742024-10-14T09:14:36.299ZDownload: Completed 220.60 MB in 61.57 seconds (3.6M/s)
9752024-10-14T09:14:38.366Z Actions: 1/5063 actions (Removing old actions)
9762024-10-14T09:14:38.389Z Actions: 194/5063 actions (Installing new actions)
9772024-10-14T09:14:43.604Z Actions: 4109/5063 actions (Installing new actions)
9782024-10-14T09:14:44.286Z Actions: 4226/5063 actions (Updating modified actions)
9792024-10-14T09:14:44.703Z Actions: Completed 5063 actions in 6.33 seconds.
9802024-10-14T09:14:44.896Z Done (0.187s)
9812024-10-14T09:14:44.899Z Done (0.000s)
9822024-10-14T09:14:45.369Z Done (0.470s)
9832024-10-14T09:14:51.773Z Done (6.206s)
9842024-10-14T09:14:52.252Z Done (0.408s)
9852024-10-14T09:14:52.256Z Done (0.000s)
9862024-10-14T09:14:52.415Z Done (0.000s)
9872024-10-14T09:14:53.052ZPlanning: Evaluating mediator changes ... Done
9882024-10-14T09:14:53.213ZPlanning: Checking for conflicting actions ... Done
9892024-10-14T09:14:53.216ZPlanning: Consolidating action changes ... Done
9902024-10-14T09:14:53.480ZPlanning: Evaluating mediators ... Done
9912024-10-14T09:14:53.482ZPlanning: Planning completed in 0.43 seconds
9922024-10-14T09:14:53.520Z Mediators to change: 2
9932024-10-14T09:14:53.520Z Create boot environment: No
9942024-10-14T09:14:53.523ZCreate backup boot environment: No
9952024-10-14T09:14:53.626Z Done
9962024-10-14T09:14:53.626Z Done
9972024-10-14T09:14:53.935Z Done
9982024-10-14T09:14:57.503Z Done
9992024-10-14T09:14:57.595Z Done
10002024-10-14T09:14:57.597Z Done
10012024-10-14T09:14:57.758Z Done
10022024-10-14T09:14:58.369ZPlanning: Evaluating mediator changes ... Done
10032024-10-14T09:14:58.372ZPlanning: Merging actions ... Done
10042024-10-14T09:14:58.560ZPlanning: Checking for conflicting actions ... Done
10052024-10-14T09:14:58.563ZPlanning: Consolidating action changes ... Done
10062024-10-14T09:14:58.827ZPlanning: Evaluating mediators ... Done
10072024-10-14T09:14:58.881ZPlanning: Planning completed in 0.75 seconds
10082024-10-14T09:14:58.921Z Packages to change: 1
10092024-10-14T09:14:58.921Z Mediators to change: 1
10102024-10-14T09:14:58.923Z Services to change: 1
10112024-10-14T09:14:58.923Z Create boot environment: No
10122024-10-14T09:14:58.923ZCreate backup boot environment: Yes
10132024-10-14T09:15:01.323Z Actions: 1/6 actions (Updating modified actions)
10142024-10-14T09:15:01.473Z Actions: Completed 6 actions in 0.15 seconds.
10152024-10-14T09:15:01.476Z Done
10162024-10-14T09:15:01.476Z Done
10172024-10-14T09:15:01.568Z Done
10182024-10-14T09:15:05.067Z Done
10192024-10-14T09:15:05.156Z Done
10202024-10-14T09:15:05.160Z Done
10212024-10-14T09:15:05.350Z Done
10222024-10-14T09:15:05.788ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10232024-10-14T09:15:05.788Zclang system 15 system
10242024-10-14T09:15:05.788Zcsh system system illumos
10252024-10-14T09:15:05.789Zctags system system illumos
10262024-10-14T09:15:05.789Zgcc vendor 12 vendor
10272024-10-14T09:15:05.789Zgcc system 10 system
10282024-10-14T09:15:05.789Zgcc system 7 system
10292024-10-14T09:15:05.789Zgo system 1.20 system
10302024-10-14T09:15:05.789Zgo system 1.19 system
10312024-10-14T09:15:05.790Zllvm system 15 system
10322024-10-14T09:15:05.790Zllvm system 14 system
10332024-10-14T09:15:05.790Zmariadb system 10.6 system
10342024-10-14T09:15:05.790Zmta vendor vendor dma
10352024-10-14T09:15:05.790Zopenjdk system 17 system
10362024-10-14T09:15:05.790Zopenjdk system 11 system
10372024-10-14T09:15:05.790Zopenjdk system 1.8 system
10382024-10-14T09:15:05.790Zopenssl vendor 3 vendor
10392024-10-14T09:15:05.790Zperl system 5.36 system
10402024-10-14T09:15:05.790Zpostgresql system 15 system
10412024-10-14T09:15:05.790Zpostgresql system 13 system
10422024-10-14T09:15:05.790Zpython vendor 3 vendor
10432024-10-14T09:15:05.790Zpython system 2 system
10442024-10-14T09:15:05.791Zpython3 system 3.11 system
10452024-10-14T09:15:05.791Zruby system 3.0 system
10462024-10-14T09:15:05.791Zwords vendor vendor american-english
10472024-10-14T09:15:05.791Zwords system system australian-english
10482024-10-14T09:15:05.791Zwords system system british-english
10492024-10-14T09:15:05.791Zwords system system canadian-english
10502024-10-14T09:15:05.791Zwords system system french
10512024-10-14T09:15:05.791Zwords system system italian
10522024-10-14T09:15:05.791Zwords system system ngerman
10532024-10-14T09:15:05.791Zwords system system ogerman
10542024-10-14T09:15:05.791Zwords system system spanish
10552024-10-14T09:15:06.122ZPUBLISHER TYPE STATUS P LOCATION
10562024-10-14T09:15:06.122Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10572024-10-14T09:15:08.246ZFMRI IFO
10582024-10-14T09:15:08.246Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10592024-10-14T09:15:08.246Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10602024-10-14T09:15:08.246Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10612024-10-14T09:15:08.246Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10622024-10-14T09:15:08.246Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10632024-10-14T09:15:08.246Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10642024-10-14T09:15:08.246Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10652024-10-14T09:15:08.246Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10662024-10-14T09:15:08.246Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10672024-10-14T09:15:08.246Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10682024-10-14T09:15:08.246Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10692024-10-14T09:15:08.246Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10702024-10-14T09:15:08.246Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10712024-10-14T09:15:09.260Z Downloading crates ...
10722024-10-14T09:15:09.395Z Downloaded cargo_toml v0.20.5
10732024-10-14T09:15:09.528Z Compiling proc-macro2 v1.0.87
10742024-10-14T09:15:09.528Z Compiling unicode-ident v1.0.13
10752024-10-14T09:15:09.531Z Compiling serde v1.0.210
10762024-10-14T09:15:09.531Z Compiling version_check v0.9.5
10772024-10-14T09:15:09.531Z Compiling thiserror v1.0.64
10782024-10-14T09:15:09.531Z Compiling memchr v2.7.2
10792024-10-14T09:15:09.531Z Compiling libc v0.2.159
10802024-10-14T09:15:09.531Z Compiling ryu v1.0.18
10812024-10-14T09:15:09.776Z Compiling itoa v1.0.11
10822024-10-14T09:15:09.904Z Compiling ucd-trie v0.1.6
10832024-10-14T09:15:10.287Z Compiling once_cell v1.20.2
10842024-10-14T09:15:10.416Z Compiling byteorder v1.5.0
10852024-10-14T09:15:10.571Z Compiling serde_json v1.0.128
10862024-10-14T09:15:10.859Z Compiling rustix v0.38.37
10872024-10-14T09:15:11.148Z Compiling bitflags v2.6.0
10882024-10-14T09:15:11.180Z Compiling usdt-impl v0.5.0
10892024-10-14T09:15:11.262Z Compiling proc-macro-error-attr v1.0.4
10902024-10-14T09:15:11.501Z Compiling syn v1.0.109
10912024-10-14T09:15:11.552Z Compiling proc-macro-error v1.0.4
10922024-10-14T09:15:11.597Z Compiling utf8parse v0.2.1
10932024-10-14T09:15:11.626Z Compiling log v0.4.22
10942024-10-14T09:15:11.700Z Compiling camino v1.1.9
10952024-10-14T09:15:11.730Z Compiling hashbrown v0.15.0
10962024-10-14T09:15:11.834Z Compiling equivalent v1.0.1
10972024-10-14T09:15:11.935Z Compiling plain v0.2.3
10982024-10-14T09:15:11.999Z Compiling quote v1.0.37
10992024-10-14T09:15:12.194Z Compiling thread-id v4.2.1
11002024-10-14T09:15:12.205Z Compiling anstyle-parse v0.2.4
11012024-10-14T09:15:12.288Z Compiling anstyle v1.0.8
11022024-10-14T09:15:12.345Z Compiling errno v0.3.9
11032024-10-14T09:15:12.548Z Compiling syn v2.0.79
11042024-10-14T09:15:12.665Z Compiling is_terminal_polyfill v1.70.0
11052024-10-14T09:15:12.684Z Compiling unicode-width v0.1.13
11062024-10-14T09:15:12.728Z Compiling pretty-hex v0.4.1
11072024-10-14T09:15:12.776Z Compiling semver v1.0.23
11082024-10-14T09:15:12.902Z Compiling indexmap v2.6.0
11092024-10-14T09:15:12.922Z Compiling colorchoice v1.0.1
11102024-10-14T09:15:12.922Z Compiling autocfg v1.3.0
11112024-10-14T09:15:13.066Z Compiling winnow v0.6.18
11122024-10-14T09:15:13.293Z Compiling anstyle-query v1.0.3
11132024-10-14T09:15:13.419Z Compiling anstream v0.6.14
11142024-10-14T09:15:13.910Z Compiling fs-err v2.11.0
11152024-10-14T09:15:14.207Z Compiling fastrand v2.1.1
11162024-10-14T09:15:14.210Z Compiling heck v0.4.1
11172024-10-14T09:15:14.255Z Compiling anyhow v1.0.89
11182024-10-14T09:15:14.270Z Compiling strsim v0.11.1
11192024-10-14T09:15:14.694Z Compiling terminal_size v0.4.0
11202024-10-14T09:15:14.754Z Compiling clap_lex v0.7.0
11212024-10-14T09:15:14.860Z Compiling fnv v1.0.7
11222024-10-14T09:15:14.900Z Compiling heck v0.5.0
11232024-10-14T09:15:14.977Z Compiling cfg-if v1.0.0
11242024-10-14T09:15:15.201Z Compiling bytecount v0.6.8
11252024-10-14T09:15:15.298Z Compiling clap_builder v4.5.20
11262024-10-14T09:15:15.423Z Compiling tempfile v3.13.0
11272024-10-14T09:15:15.462Z Compiling papergrid v0.11.0
11282024-10-14T09:15:15.826Z Compiling memmap v0.7.0
11292024-10-14T09:15:16.131Z Compiling unicode-linebreak v0.1.5
11302024-10-14T09:15:16.185Z Compiling smawk v0.3.2
11312024-10-14T09:15:16.609Z Compiling textwrap v0.16.1
11322024-10-14T09:15:16.889Z Compiling swrite v0.1.0
11332024-10-14T09:15:18.252Z Compiling tabled_derive v0.7.0
11342024-10-14T09:15:19.662Z Compiling tabled v0.15.0
11352024-10-14T09:15:21.337Z Compiling serde_derive v1.0.210
11362024-10-14T09:15:21.338Z Compiling thiserror-impl v1.0.64
11372024-10-14T09:15:21.341Z Compiling zerocopy-derive v0.7.34
11382024-10-14T09:15:21.341Z Compiling scroll_derive v0.12.0
11392024-10-14T09:15:21.341Z Compiling clap_derive v4.5.18
11402024-10-14T09:15:22.595Z Compiling scroll v0.12.0
11412024-10-14T09:15:23.067Z Compiling zerocopy v0.7.34
11422024-10-14T09:15:23.114Z Compiling goblin v0.8.2
11432024-10-14T09:15:24.029Z Compiling pest v2.7.10
11442024-10-14T09:15:24.713Z Compiling clap v4.5.20
11452024-10-14T09:15:26.047Z Compiling pest_meta v2.7.10
11462024-10-14T09:15:26.867Z Compiling pest_generator v2.7.10
11472024-10-14T09:15:28.738Z Compiling pest_derive v2.7.10
11482024-10-14T09:15:29.491Z Compiling dtrace-parser v0.2.0
11492024-10-14T09:15:31.003Z Compiling serde_spanned v0.6.7
11502024-10-14T09:15:31.003Z Compiling toml_datetime v0.6.8
11512024-10-14T09:15:31.006Z Compiling cargo-platform v0.1.8
11522024-10-14T09:15:31.400Z Compiling serde_tokenstream v0.2.2
11532024-10-14T09:15:31.413Z Compiling toml_edit v0.22.22
11542024-10-14T09:15:31.486Z Compiling macaddr v1.0.1
11552024-10-14T09:15:31.658Z Compiling camino-tempfile v1.1.1
11562024-10-14T09:15:32.417Z Compiling dof v0.3.0
11572024-10-14T09:15:32.417Z Compiling cargo_metadata v0.18.1
11582024-10-14T09:15:34.209Z Compiling toml v0.8.19
11592024-10-14T09:15:34.425Z Compiling usdt-macro v0.5.0
11602024-10-14T09:15:34.427Z Compiling usdt-attr-macro v0.5.0
11612024-10-14T09:15:35.032Z Compiling cargo_toml v0.20.5
11622024-10-14T09:15:35.864Z Compiling usdt v0.5.0
11632024-10-14T09:15:38.632Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11642024-10-14T09:15:42.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.15s
11652024-10-14T09:15:42.904Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11662024-10-14T09:15:43.784Z Compiling serde v1.0.210
11672024-10-14T09:15:43.786Z Compiling typenum v1.17.0
11682024-10-14T09:15:43.786Z Compiling lock_api v0.4.12
11692024-10-14T09:15:43.786Z Compiling generic-array v0.14.7
11702024-10-14T09:15:43.786Z Compiling scopeguard v1.2.0
11712024-10-14T09:15:43.786Z Compiling subtle v2.5.0
11722024-10-14T09:15:43.914Z Compiling syn v2.0.79
11732024-10-14T09:15:43.921Z Compiling getrandom v0.2.14
11742024-10-14T09:15:44.065Z Compiling value-bag v1.9.0
11752024-10-14T09:15:44.194Z Compiling rand_core v0.6.4
11762024-10-14T09:15:44.362Z Compiling const-oid v0.9.6
11772024-10-14T09:15:44.434Z Compiling jobserver v0.1.32
11782024-10-14T09:15:44.480Z Compiling log v0.4.22
11792024-10-14T09:15:44.644Z Compiling pin-project-lite v0.2.14
11802024-10-14T09:15:44.723Z Compiling smallvec v1.13.2
11812024-10-14T09:15:44.747Z Compiling parking_lot_core v0.9.10
11822024-10-14T09:15:44.821Z Compiling cc v1.0.97
11832024-10-14T09:15:45.119Z Compiling futures-core v0.3.31
11842024-10-14T09:15:45.320Z Compiling signal-hook-registry v1.4.2
11852024-10-14T09:15:45.381Z Compiling mio v1.0.2
11862024-10-14T09:15:45.399Z Compiling cpufeatures v0.2.12
11872024-10-14T09:15:45.495Z Compiling futures-sink v0.3.31
11882024-10-14T09:15:45.646Z Compiling parking_lot v0.12.2
11892024-10-14T09:15:45.918Z Compiling spin v0.9.8
11902024-10-14T09:15:46.157Z Compiling socket2 v0.5.7
11912024-10-14T09:15:46.321Z Compiling slab v0.4.9
11922024-10-14T09:15:46.352Z Compiling serde_json v1.0.128
11932024-10-14T09:15:46.562Z Compiling futures-channel v0.3.31
11942024-10-14T09:15:46.580Z Compiling futures-task v0.3.31
11952024-10-14T09:15:46.596Z Compiling futures-io v0.3.31
11962024-10-14T09:15:46.719Z Compiling tinyvec_macros v0.1.1
11972024-10-14T09:15:46.811Z Compiling pin-utils v0.1.0
11982024-10-14T09:15:46.869Z Compiling tinyvec v1.6.0
11992024-10-14T09:15:46.901Z Compiling libm v0.2.8
12002024-10-14T09:15:46.918Z Compiling num-traits v0.2.19
12012024-10-14T09:15:46.951Z Compiling unicode-bidi v0.3.15
12022024-10-14T09:15:47.044Z Compiling base64ct v1.6.0
12032024-10-14T09:15:47.087Z Compiling ppv-lite86 v0.2.17
12042024-10-14T09:15:47.426Z Compiling httparse v1.8.0
12052024-10-14T09:15:47.653Z Compiling pem-rfc7468 v0.7.0
12062024-10-14T09:15:47.823Z Compiling flagset v0.4.5
12072024-10-14T09:15:47.893Z Compiling rand_chacha v0.3.1
12082024-10-14T09:15:48.027Z Compiling tracing-core v0.1.32
12092024-10-14T09:15:48.356Z Compiling unicode-normalization v0.1.23
12102024-10-14T09:15:48.380Z Compiling crossbeam-utils v0.8.19
12112024-10-14T09:15:48.706Z Compiling rustls-pki-types v1.9.0
12122024-10-14T09:15:48.872Z Compiling ring v0.17.8
12132024-10-14T09:15:48.992Z Compiling percent-encoding v2.3.1
12142024-10-14T09:15:49.369Z Compiling rand v0.8.5
12152024-10-14T09:15:49.415Z Compiling powerfmt v0.2.0
12162024-10-14T09:15:49.804Z Compiling num-conv v0.1.0
12172024-10-14T09:15:49.823Z Compiling pkg-config v0.3.30
12182024-10-14T09:15:50.069Z Compiling untrusted v0.9.0
12192024-10-14T09:15:50.091Z Compiling vcpkg v0.2.15
12202024-10-14T09:15:50.186Z Compiling time-core v0.1.2
12212024-10-14T09:15:50.265Z Compiling deranged v0.3.11
12222024-10-14T09:15:50.358Z Compiling time-macros v0.2.18
12232024-10-14T09:15:51.210Z Compiling atomic-waker v1.1.2
12242024-10-14T09:15:51.356Z Compiling num_threads v0.1.7
12252024-10-14T09:15:51.372Z Compiling form_urlencoded v1.2.1
12262024-10-14T09:15:51.472Z Compiling slog v2.7.0
12272024-10-14T09:15:51.610Z Compiling rustix v0.38.37
12282024-10-14T09:15:51.668Z Compiling try-lock v0.2.5
12292024-10-14T09:15:51.793Z Compiling want v0.3.1
12302024-10-14T09:15:52.029Z Compiling httpdate v1.0.3
12312024-10-14T09:15:52.071Z Compiling idna v0.5.0
12322024-10-14T09:15:52.074Z Compiling openssl-sys v0.9.103
12332024-10-14T09:15:52.425Z Compiling base64 v0.22.1
12342024-10-14T09:15:52.454Z Compiling foreign-types-shared v0.1.1
12352024-10-14T09:15:52.553Z Compiling openssl v0.10.66
12362024-10-14T09:15:52.794Z Compiling tower-service v0.3.2
12372024-10-14T09:15:52.907Z Compiling rustversion v1.0.17
12382024-10-14T09:15:52.929Z Compiling iana-time-zone v0.1.60
12392024-10-14T09:15:53.111Z Compiling match_cfg v0.1.0
12402024-10-14T09:15:53.197Z Compiling hostname v0.3.1
12412024-10-14T09:15:53.326Z Compiling url v2.5.2
12422024-10-14T09:15:53.372Z Compiling time v0.3.36
12432024-10-14T09:15:53.414Z Compiling foreign-types v0.3.2
12442024-10-14T09:15:53.475Z Compiling dirs-sys-next v0.1.2
12452024-10-14T09:15:53.493Z Compiling aho-corasick v1.1.3
12462024-10-14T09:15:53.631Z Compiling siphasher v0.3.11
12472024-10-14T09:15:53.994Z Compiling data-encoding v2.6.0
12482024-10-14T09:15:54.065Z Compiling syn v1.0.109
12492024-10-14T09:15:54.711Z Compiling regex-syntax v0.8.5
12502024-10-14T09:15:54.960Z Compiling native-tls v0.2.11
12512024-10-14T09:15:55.013Z Compiling rustls v0.23.10
12522024-10-14T09:15:55.308Z Compiling rustls v0.22.4
12532024-10-14T09:15:55.431Z Compiling dirs-next v2.0.0
12542024-10-14T09:15:55.622Z Compiling crossbeam-epoch v0.9.18
12552024-10-14T09:15:56.318Z Compiling serde_derive_internals v0.29.1
12562024-10-14T09:15:56.344Z Compiling backtrace v0.3.71
12572024-10-14T09:15:56.783Z Compiling lazy_static v1.5.0
12582024-10-14T09:15:56.884Z Compiling cookie v0.18.1
12592024-10-14T09:15:56.932Z Compiling thread_local v1.1.8
12602024-10-14T09:15:57.173Z Compiling encoding_rs v0.8.34
12612024-10-14T09:15:57.463Z Compiling multer v3.1.0
12622024-10-14T09:15:57.656Z Compiling serde_derive v1.0.210
12632024-10-14T09:15:57.753Z Compiling zeroize_derive v1.4.2
12642024-10-14T09:15:58.253Z Compiling tokio-macros v2.4.0
12652024-10-14T09:15:58.646Z Compiling thiserror-impl v1.0.64
12662024-10-14T09:15:58.890Z Compiling futures-macro v0.3.31
12672024-10-14T09:15:59.243Z Compiling zeroize v1.8.1
12682024-10-14T09:15:59.818Z Compiling der_derive v0.7.2
12692024-10-14T09:16:00.820Z Compiling futures-util v0.3.31
12702024-10-14T09:16:00.994Z Compiling crypto-common v0.1.6
12712024-10-14T09:16:01.034Z Compiling block-buffer v0.10.4
12722024-10-14T09:16:01.213Z Compiling block-padding v0.3.3
12732024-10-14T09:16:01.282Z Compiling digest v0.10.7
12742024-10-14T09:16:01.285Z Compiling tracing-attributes v0.1.27
12752024-10-14T09:16:01.459Z Compiling inout v0.1.3
12762024-10-14T09:16:01.720Z Compiling hmac v0.12.1
12772024-10-14T09:16:01.739Z Compiling cipher v0.4.4
12782024-10-14T09:16:01.781Z Compiling thiserror v1.0.64
12792024-10-14T09:16:01.909Z Compiling sha2 v0.10.8
12802024-10-14T09:16:01.954Z Compiling pbkdf2 v0.12.2
12812024-10-14T09:16:02.115Z Compiling pest v2.7.10
12822024-10-14T09:16:02.228Z Compiling salsa20 v0.10.2
12832024-10-14T09:16:02.315Z Compiling der v0.7.9
12842024-10-14T09:16:02.441Z Compiling scrypt v0.11.0
12852024-10-14T09:16:03.024Z Compiling aes v0.8.4
12862024-10-14T09:16:05.089Z Compiling tracing v0.1.40
12872024-10-14T09:16:05.120Z Compiling spki v0.7.3
12882024-10-14T09:16:05.622Z Compiling pest_meta v2.7.10
12892024-10-14T09:16:05.628Z Compiling cbc v0.1.2
12902024-10-14T09:16:05.632Z Compiling zerocopy-derive v0.7.34
12912024-10-14T09:16:05.632Z Compiling scroll_derive v0.12.0
12922024-10-14T09:16:05.759Z Compiling pkcs5 v0.7.1
12932024-10-14T09:16:05.786Z Compiling rustls-webpki v0.102.4
12942024-10-14T09:16:05.916Z Compiling async-trait v0.1.83
12952024-10-14T09:16:06.868Z Compiling pest_generator v2.7.10
12962024-10-14T09:16:06.956Z Compiling pkcs8 v0.10.2
12972024-10-14T09:16:07.082Z Compiling scroll v0.12.0
12982024-10-14T09:16:07.630Z Compiling goblin v0.8.2
12992024-10-14T09:16:07.673Z Compiling openssl-macros v0.1.1
13002024-10-14T09:16:07.895Z Compiling zerocopy v0.7.34
13012024-10-14T09:16:07.942Z Compiling signature v2.2.0
13022024-10-14T09:16:08.230Z Compiling sha1 v0.10.6
13032024-10-14T09:16:08.452Z Compiling regex-automata v0.4.8
13042024-10-14T09:16:08.620Z Compiling ipnet v2.10.1
13052024-10-14T09:16:08.662Z Compiling either v1.13.0
13062024-10-14T09:16:08.864Z Compiling signal-hook v0.3.17
13072024-10-14T09:16:09.080Z Compiling openssl-probe v0.1.5
13082024-10-14T09:16:09.145Z Compiling rayon-core v1.12.1
13092024-10-14T09:16:09.429Z Compiling slog-async v2.8.0
13102024-10-14T09:16:09.429Z Compiling finl_unicode v1.2.0
13112024-10-14T09:16:09.442Z Compiling gimli v0.28.1
13122024-10-14T09:16:09.821Z Compiling paste v1.0.15
13132024-10-14T09:16:09.971Z Compiling adler v1.0.2
13142024-10-14T09:16:10.031Z Compiling schemars v0.8.21
13152024-10-14T09:16:10.174Z Compiling mime v0.3.17
13162024-10-14T09:16:10.449Z Compiling pest_derive v2.7.10
13172024-10-14T09:16:10.451Z Compiling miniz_oxide v0.7.2
13182024-10-14T09:16:10.545Z Compiling stringprep v0.1.4
13192024-10-14T09:16:11.278Z Compiling dtrace-parser v0.2.0
13202024-10-14T09:16:11.732Z Compiling bytes v1.7.2
13212024-10-14T09:16:12.995Z Compiling tokio v1.40.0
13222024-10-14T09:16:13.436Z Compiling indexmap v2.6.0
13232024-10-14T09:16:14.392Z Compiling http v1.1.0
13242024-10-14T09:16:14.837Z Compiling bitflags v2.6.0
13252024-10-14T09:16:15.054Z Compiling semver v1.0.23
13262024-10-14T09:16:15.835Z Compiling rustc_version v0.4.1
13272024-10-14T09:16:16.601Z Compiling http-body v1.0.0
13282024-10-14T09:16:16.845Z Compiling dof v0.3.0
13292024-10-14T09:16:16.938Z Compiling serde_tokenstream v0.2.2
13302024-10-14T09:16:17.558Z Compiling uuid v1.10.0
13312024-10-14T09:16:18.087Z Compiling toml_datetime v0.6.8
13322024-10-14T09:16:18.603Z Compiling serde_spanned v0.6.7
13332024-10-14T09:16:18.833Z Compiling usdt-impl v0.5.0
13342024-10-14T09:16:18.937Z Compiling chrono v0.4.38
13352024-10-14T09:16:19.079Z Compiling http-body-util v0.1.2
13362024-10-14T09:16:19.592Z Compiling heapless v0.7.17
13372024-10-14T09:16:20.404Z Compiling usdt-macro v0.5.0
13382024-10-14T09:16:20.724Z Compiling usdt-attr-macro v0.5.0
13392024-10-14T09:16:21.453Z Compiling tokio-util v0.7.12
13402024-10-14T09:16:21.536Z Compiling toml_edit v0.22.22
13412024-10-14T09:16:21.938Z Compiling curve25519-dalek v4.1.3
13422024-10-14T09:16:22.400Z Compiling slog-json v2.6.1
13432024-10-14T09:16:22.572Z Compiling h2 v0.4.6
13442024-10-14T09:16:22.632Z Compiling addr2line v0.21.0
13452024-10-14T09:16:22.753Z Compiling serde_urlencoded v0.7.1
13462024-10-14T09:16:22.821Z Compiling futures-executor v0.3.31
13472024-10-14T09:16:23.266Z Compiling md-5 v0.10.6
13482024-10-14T09:16:23.306Z Compiling schemars_derive v0.8.21
13492024-10-14T09:16:23.461Z Compiling enum-as-inner v0.6.0
13502024-10-14T09:16:23.515Z Compiling async-stream-impl v0.3.5
13512024-10-14T09:16:24.645Z Compiling crossbeam-deque v0.8.5
13522024-10-14T09:16:24.729Z Compiling term v0.7.0
13532024-10-14T09:16:24.985Z Compiling crossbeam-channel v0.5.12
13542024-10-14T09:16:26.326Z Compiling num-integer v0.1.46
13552024-10-14T09:16:26.701Z Compiling rustls-pemfile v2.2.0
13562024-10-14T09:16:26.718Z Compiling idna v0.3.0
13572024-10-14T09:16:27.039Z Compiling idna v0.4.0
13582024-10-14T09:16:27.114Z Compiling hash32 v0.2.1
13592024-10-14T09:16:27.503Z Compiling ff v0.13.0
13602024-10-14T09:16:27.738Z Compiling is-terminal v0.4.12
13612024-10-14T09:16:27.874Z Compiling object v0.32.2
13622024-10-14T09:16:28.300Z Compiling dropshot v0.12.0
13632024-10-14T09:16:28.412Z Compiling psl-types v2.0.11
13642024-10-14T09:16:28.589Z Compiling take_mut v0.2.2
13652024-10-14T09:16:28.592Z Compiling smoltcp v0.9.1
13662024-10-14T09:16:28.623Z Compiling quick-error v1.2.3
13672024-10-14T09:16:28.721Z Compiling dyn-clone v1.0.17
13682024-10-14T09:16:28.739Z Compiling stable_deref_trait v1.2.0
13692024-10-14T09:16:28.769Z Compiling utf-8 v0.7.6
13702024-10-14T09:16:28.838Z Compiling linked-hash-map v0.5.6
13712024-10-14T09:16:28.927Z Compiling crc32fast v1.4.0
13722024-10-14T09:16:29.080Z Compiling rustc-demangle v0.1.24
13732024-10-14T09:16:29.173Z Compiling num-bigint-dig v0.8.4
13742024-10-14T09:16:29.356Z Compiling portable-atomic v1.6.0
13752024-10-14T09:16:29.467Z Compiling hyper v1.4.1
13762024-10-14T09:16:29.483Z Compiling base16ct v0.2.0
13772024-10-14T09:16:29.748Z Compiling fallible-iterator v0.2.0
13782024-10-14T09:16:29.805Z Compiling anyhow v1.0.89
13792024-10-14T09:16:30.027Z Compiling sec1 v0.7.3
13802024-10-14T09:16:30.472Z Compiling postgres-protocol v0.6.7
13812024-10-14T09:16:30.613Z Compiling lru-cache v0.1.2
13822024-10-14T09:16:30.631Z Compiling tungstenite v0.23.0
13832024-10-14T09:16:31.810Z Compiling hyper-util v0.1.9
13842024-10-14T09:16:31.979Z Compiling resolv-conf v0.7.0
13852024-10-14T09:16:33.020Z Compiling publicsuffix v2.2.3
13862024-10-14T09:16:33.254Z Compiling hickory-proto v0.24.1
13872024-10-14T09:16:33.286Z Compiling usdt v0.5.0
13882024-10-14T09:16:33.599Z Compiling slog-term v2.9.1
13892024-10-14T09:16:33.786Z Compiling group v0.13.0
13902024-10-14T09:16:33.979Z Compiling num-iter v0.1.45
13912024-10-14T09:16:34.093Z Compiling tokio-native-tls v0.3.1
13922024-10-14T09:16:34.435Z Compiling async-stream v0.3.5
13932024-10-14T09:16:34.742Z Compiling toml v0.8.19
13942024-10-14T09:16:35.079Z Compiling futures v0.3.31
13952024-10-14T09:16:35.200Z Compiling slog-bunyan v2.5.0
13962024-10-14T09:16:35.529Z Compiling tokio-rustls v0.26.0
13972024-10-14T09:16:35.978Z Compiling tokio-rustls v0.25.0
13982024-10-14T09:16:36.009Z Compiling terminal_size v0.4.0
13992024-10-14T09:16:36.009Z Compiling dropshot_endpoint v0.12.0
14002024-10-14T09:16:36.044Z Compiling openapiv3 v2.0.0
14012024-10-14T09:16:36.194Z Compiling serde_path_to_error v0.1.16
14022024-10-14T09:16:36.371Z Compiling camino v1.1.9
14032024-10-14T09:16:37.319Z Compiling hkdf v0.12.4
14042024-10-14T09:16:37.519Z Compiling crypto-bigint v0.5.5
14052024-10-14T09:16:37.573Z Compiling zerocopy-derive v0.6.6
14062024-10-14T09:16:37.948Z Compiling curve25519-dalek-derive v0.1.1
14072024-10-14T09:16:38.275Z Compiling phf_shared v0.11.2
14082024-10-14T09:16:38.662Z Compiling waitgroup v0.1.2
14092024-10-14T09:16:38.884Z Compiling webpki-roots v0.26.3
14102024-10-14T09:16:39.099Z Compiling hostname v0.4.0
14112024-10-14T09:16:39.101Z Compiling hubpack_derive v0.1.1
14122024-10-14T09:16:39.374Z Compiling ahash v0.8.11
14132024-10-14T09:16:39.484Z Compiling fs-err v2.11.0
14142024-10-14T09:16:39.745Z Compiling managed v0.8.0
14152024-10-14T09:16:39.747Z Compiling adler2 v2.0.0
14162024-10-14T09:16:39.779Z Compiling bitflags v1.3.2
14172024-10-14T09:16:39.877Z Compiling winnow v0.5.40
14182024-10-14T09:16:39.969Z Compiling debug-ignore v1.0.5
14192024-10-14T09:16:39.987Z Compiling hubpack v0.1.2
14202024-10-14T09:16:40.116Z Compiling miniz_oxide v0.8.0
14212024-10-14T09:16:40.452Z Compiling console v0.15.8
14222024-10-14T09:16:40.635Z Compiling elliptic-curve v0.13.8
14232024-10-14T09:16:41.482Z Compiling clap_builder v4.5.20
14242024-10-14T09:16:41.763Z Compiling zerocopy v0.6.6
14252024-10-14T09:16:42.356Z Compiling hyper-rustls v0.27.3
14262024-10-14T09:16:42.595Z Compiling hickory-resolver v0.24.1
14272024-10-14T09:16:42.995Z Compiling phf v0.11.2
14282024-10-14T09:16:43.270Z Compiling signal-hook-mio v0.2.4
14292024-10-14T09:16:43.286Z Compiling cookie_store v0.21.0
14302024-10-14T09:16:43.422Z Compiling toml_edit v0.19.15
14312024-10-14T09:16:43.752Z Compiling rayon v1.10.0
14322024-10-14T09:16:44.494Z Compiling hyper-tls v0.6.0
14332024-10-14T09:16:44.907Z Compiling tokio-tungstenite v0.23.1
14342024-10-14T09:16:45.439Z Compiling postgres-types v0.2.8
14352024-10-14T09:16:48.589Z Compiling tokio-stream v0.1.16
14362024-10-14T09:16:48.730Z Compiling bstr v1.9.1
14372024-10-14T09:16:49.378Z Compiling regex v1.11.0
14382024-10-14T09:16:49.638Z Compiling serde-big-array v0.5.1
14392024-10-14T09:16:49.863Z Compiling ed25519 v2.2.3
14402024-10-14T09:16:50.125Z Compiling pkcs1 v0.7.5
14412024-10-14T09:16:50.144Z Compiling rfc6979 v0.4.0
14422024-10-14T09:16:50.339Z Compiling serde_repr v0.1.19
14432024-10-14T09:16:50.479Z Compiling strum_macros v0.25.3
14442024-10-14T09:16:50.580Z Compiling derive-where v1.2.7
14452024-10-14T09:16:50.783Z Compiling clap_derive v4.5.18
14462024-10-14T09:16:51.162Z Compiling phf_shared v0.10.0
14472024-10-14T09:16:51.285Z Compiling float-cmp v0.9.0
14482024-10-14T09:16:51.495Z Compiling sync_wrapper v1.0.1
14492024-10-14T09:16:51.511Z Compiling static_assertions v1.1.0
14502024-10-14T09:16:51.564Z Compiling normalize-line-endings v0.3.0
14512024-10-14T09:16:51.617Z Compiling precomputed-hash v0.1.1
14522024-10-14T09:16:51.636Z Compiling fixedbitset v0.4.2
14532024-10-14T09:16:51.708Z Compiling difflib v0.4.0
14542024-10-14T09:16:51.736Z Compiling bit-vec v0.6.3
14552024-10-14T09:16:51.911Z Compiling whoami v1.5.2
14562024-10-14T09:16:52.089Z Compiling predicates-core v1.0.6
14572024-10-14T09:16:52.198Z Compiling new_debug_unreachable v1.0.6
14582024-10-14T09:16:52.294Z Compiling unicode-segmentation v1.11.0
14592024-10-14T09:16:52.449Z Compiling number_prefix v0.4.0
14602024-10-14T09:16:52.546Z Compiling minimal-lexical v0.2.1
14612024-10-14T09:16:52.920Z Compiling indicatif v0.17.8
14622024-10-14T09:16:53.061Z Compiling nom v7.1.3
14632024-10-14T09:16:53.121Z Compiling similar v2.6.0
14642024-10-14T09:16:53.255Z Compiling string_cache v0.8.7
14652024-10-14T09:16:53.732Z Compiling predicates v3.1.2
14662024-10-14T09:16:54.173Z Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
14672024-10-14T09:16:54.589Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14682024-10-14T09:16:54.880Z Compiling tokio-postgres v0.7.12
14692024-10-14T09:16:55.480Z Compiling bit-set v0.5.3
14702024-10-14T09:16:55.639Z Compiling petgraph v0.6.5
14712024-10-14T09:16:55.754Z Compiling clap v4.5.20
14722024-10-14T09:16:55.771Z Compiling reqwest v0.12.8
14732024-10-14T09:16:55.881Z Compiling rsa v0.9.6
14742024-10-14T09:16:56.690Z Compiling ecdsa v0.16.9
14752024-10-14T09:16:57.568Z Compiling ed25519-dalek v2.1.1
14762024-10-14T09:16:58.869Z Compiling flate2 v1.0.34
14772024-10-14T09:16:59.528Z Compiling toml v0.7.8
14782024-10-14T09:16:59.679Z Compiling crossterm v0.28.1
14792024-10-14T09:17:00.509Z Compiling hex v0.4.3
14802024-10-14T09:17:00.629Z Compiling itertools v0.12.1
14812024-10-14T09:17:01.135Z Compiling itertools v0.10.5
14822024-10-14T09:17:01.157Z Compiling x509-cert v0.2.5
14832024-10-14T09:17:01.271Z Compiling unicode-xid v0.2.4
14842024-10-14T09:17:01.433Z Compiling peg-runtime v0.8.3
14852024-10-14T09:17:01.459Z Compiling lalrpop-util v0.19.12
14862024-10-14T09:17:01.819Z Compiling xattr v1.3.1
14872024-10-14T09:17:02.094Z Compiling strum_macros v0.26.4
14882024-10-14T09:17:02.136Z Compiling filetime v0.2.25
14892024-10-14T09:17:02.445Z Compiling tar v0.4.42
14902024-10-14T09:17:05.583Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14912024-10-14T09:17:05.659Z Compiling strum v0.26.3
14922024-10-14T09:17:05.834Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14932024-10-14T09:17:10.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s
14942024-10-14T09:17:11.078Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14952024-10-14T09:17:11.120ZOct 14 09:17:10.296 INFO Starting download, target: Cockroach
14962024-10-14T09:17:11.122ZOct 14 09:17:10.296 INFO Starting download, target: Console
14972024-10-14T09:17:11.122ZOct 14 09:17:10.296 INFO Starting download, target: DendriteStub
14982024-10-14T09:17:11.122ZOct 14 09:17:10.296 INFO Starting download, target: DendriteOpenapi
14992024-10-14T09:17:11.123ZOct 14 09:17:10.297 INFO Starting download, target: MaghemiteMgd
15002024-10-14T09:17:11.123ZOct 14 09:17:10.297 INFO Starting download, target: Clickhouse
15012024-10-14T09:17:11.123ZOct 14 09:17:10.297 INFO Starting download, target: TransceiverControl
15022024-10-14T09:17:11.123ZOct 14 09:17:10.297 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15032024-10-14T09:17:11.123ZOct 14 09:17:10.297 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15042024-10-14T09:17:11.123ZOct 14 09:17:10.297 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15052024-10-14T09:17:11.123ZOct 14 09:17:10.297 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15062024-10-14T09:17:11.123ZOct 14 09:17:10.297 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15072024-10-14T09:17:11.123ZOct 14 09:17:10.297 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15082024-10-14T09:17:11.123ZOct 14 09:17:10.297 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15092024-10-14T09:17:11.252ZOct 14 09:17:10.427 INFO Download complete, target: DendriteOpenapi
15102024-10-14T09:17:11.385ZOct 14 09:17:10.562 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15112024-10-14T09:17:11.730ZOct 14 09:17:10.907 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15122024-10-14T09:17:11.794ZOct 14 09:17:10.972 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15132024-10-14T09:17:11.853ZOct 14 09:17:11.030 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15142024-10-14T09:17:12.123ZOct 14 09:17:11.301 INFO Download complete, target: Console
15152024-10-14T09:17:12.176ZOct 14 09:17:11.354 INFO Download complete, target: TransceiverControl
15162024-10-14T09:17:12.193ZOct 14 09:17:11.371 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15172024-10-14T09:17:12.193ZOct 14 09:17:11.371 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15182024-10-14T09:17:13.009ZOct 14 09:17:12.187 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15192024-10-14T09:17:14.946ZOct 14 09:17:14.123 INFO Download complete, target: DendriteStub
15202024-10-14T09:17:15.088ZOct 14 09:17:14.266 INFO Download complete, target: MaghemiteMgd
15212024-10-14T09:17:20.477ZOct 14 09:17:19.652 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15222024-10-14T09:17:20.842ZOct 14 09:17:20.010 INFO Checking that binary works, target: Cockroach
15232024-10-14T09:17:20.997ZOct 14 09:17:20.174 INFO Download complete, target: Cockroach
15242024-10-14T09:17:26.943ZOct 14 09:17:26.119 INFO Checking that binary works, target: Clickhouse
15252024-10-14T09:17:27.594ZOct 14 09:17:26.769 INFO Download complete, target: Clickhouse
15262024-10-14T09:17:27.601ZAll prerequisites installed successfully
15272024-10-14T09:17:27.605Z
15282024-10-14T09:17:27.605Zreal 4:28.479792538
15292024-10-14T09:17:27.605Zuser 12:30.873932479
15302024-10-14T09:17:27.606Zsys 2:36.266197431
15312024-10-14T09:17:27.606Ztrap 0.398084608
15322024-10-14T09:17:27.606Ztflt 5.625577195
15332024-10-14T09:17:27.606Zdflt 4.359593196
15342024-10-14T09:17:27.606Zkflt 0.258692856
15352024-10-14T09:17:27.606Zlock 26:44.151462951
15362024-10-14T09:17:27.606Zslp 50:43.191280766
15372024-10-14T09:17:27.606Zlat 40.731095216
15382024-10-14T09:17:27.606Zstop 1:47.595930722
15392024-10-14T09:17:27.606Z+ source ./tools/include/force-git-over-https.sh
15402024-10-14T09:17:27.606Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15412024-10-14T09:17:27.606Z++ (( i = 0 ))
15422024-10-14T09:17:27.606Z++ (( i < 5 ))
15432024-10-14T09:17:27.606Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15442024-10-14T09:17:27.611Z++ (( i++ ))
15452024-10-14T09:17:27.611Z++ (( i < 5 ))
15462024-10-14T09:17:27.611Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15472024-10-14T09:17:27.611Z++ (( i++ ))
15482024-10-14T09:17:27.611Z++ (( i < 5 ))
15492024-10-14T09:17:27.611Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15502024-10-14T09:17:27.617Z++ (( i++ ))
15512024-10-14T09:17:27.617Z++ (( i < 5 ))
15522024-10-14T09:17:27.617Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15532024-10-14T09:17:27.624Z++ (( i++ ))
15542024-10-14T09:17:27.624Z++ (( i < 5 ))
15552024-10-14T09:17:27.624Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15562024-10-14T09:17:27.624Z++ (( i++ ))
15572024-10-14T09:17:27.624Z++ (( i < 5 ))
15582024-10-14T09:17:27.624Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15592024-10-14T09:17:27.624Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15602024-10-14T09:17:27.624Z+ rc=0
15612024-10-14T09:17:27.624Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15622024-10-14T09:17:51.820Z+ case $rc in
15632024-10-14T09:17:51.820Z+ pfexec zfs create -p rpool/images/build/host
15642024-10-14T09:17:52.010Z+ pfexec zfs create -p rpool/images/build/recovery
15652024-10-14T09:17:52.078Z+ cargo xtask releng --output-dir /work
15662024-10-14T09:17:52.649Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15672024-10-14T09:17:52.665Z Running `target/debug/xtask releng --output-dir /work`
15682024-10-14T09:17:53.593Z Compiling proc-macro2 v1.0.87
15692024-10-14T09:17:53.594Z Compiling unicode-ident v1.0.13
15702024-10-14T09:17:53.597Z Compiling libc v0.2.159
15712024-10-14T09:17:53.597Z Compiling serde v1.0.210
15722024-10-14T09:17:53.597Z Compiling autocfg v1.3.0
15732024-10-14T09:17:53.597Z Compiling version_check v0.9.5
15742024-10-14T09:17:53.597Z Compiling cfg-if v1.0.0
15752024-10-14T09:17:53.597Z Compiling once_cell v1.20.2
15762024-10-14T09:17:53.949Z Compiling typenum v1.17.0
15772024-10-14T09:17:54.032Z Compiling memchr v2.7.2
15782024-10-14T09:17:54.166Z Compiling parking_lot_core v0.9.10
15792024-10-14T09:17:54.514Z Compiling lock_api v0.4.12
15802024-10-14T09:17:54.521Z Compiling generic-array v0.14.7
15812024-10-14T09:17:54.851Z Compiling serde_json v1.0.128
15822024-10-14T09:17:54.871Z Compiling libm v0.2.8
15832024-10-14T09:17:54.875Z Compiling value-bag v1.9.0
15842024-10-14T09:17:55.225Z Compiling num-traits v0.2.19
15852024-10-14T09:17:55.270Z Compiling slab v0.4.9
15862024-10-14T09:17:55.433Z Compiling quote v1.0.37
15872024-10-14T09:17:55.511Z Compiling log v0.4.22
15882024-10-14T09:17:55.532Z Compiling itoa v1.0.11
15892024-10-14T09:17:55.580Z Compiling thiserror v1.0.64
15902024-10-14T09:17:55.758Z Compiling jobserver v0.1.32
15912024-10-14T09:17:55.951Z Compiling syn v2.0.79
15922024-10-14T09:17:56.051Z Compiling getrandom v0.2.14
15932024-10-14T09:17:56.296Z Compiling cc v1.0.97
15942024-10-14T09:17:56.564Z Compiling scopeguard v1.2.0
15952024-10-14T09:17:56.590Z Compiling rand_core v0.6.4
15962024-10-14T09:17:57.311Z Compiling subtle v2.5.0
15972024-10-14T09:17:57.765Z Compiling byteorder v1.5.0
15982024-10-14T09:17:57.960Z Compiling semver v1.0.23
15992024-10-14T09:17:57.981Z Compiling smallvec v1.13.2
16002024-10-14T09:17:58.109Z Compiling pin-project-lite v0.2.14
16012024-10-14T09:17:58.282Z Compiling httparse v1.8.0
16022024-10-14T09:17:58.405Z Compiling const-oid v0.9.6
16032024-10-14T09:17:58.456Z Compiling ryu v1.0.18
16042024-10-14T09:17:58.688Z Compiling pkg-config v0.3.30
16052024-10-14T09:17:58.774Z Compiling futures-core v0.3.31
16062024-10-14T09:17:59.067Z Compiling signal-hook-registry v1.4.2
16072024-10-14T09:17:59.611Z Compiling parking_lot v0.12.2
16082024-10-14T09:17:59.639Z Compiling mio v1.0.2
16092024-10-14T09:17:59.779Z Compiling ring v0.17.8
16102024-10-14T09:18:00.561Z Compiling socket2 v0.5.7
16112024-10-14T09:18:00.677Z Compiling crossbeam-utils v0.8.19
16122024-10-14T09:18:00.980Z Compiling fnv v1.0.7
16132024-10-14T09:18:01.124Z Compiling futures-sink v0.3.31
16142024-10-14T09:18:01.127Z Compiling time-core v0.1.2
16152024-10-14T09:18:01.236Z Compiling num-conv v0.1.0
16162024-10-14T09:18:01.284Z Compiling vcpkg v0.2.15
16172024-10-14T09:18:01.555Z Compiling time-macros v0.2.18
16182024-10-14T09:18:01.965Z Compiling ahash v0.8.11
16192024-10-14T09:18:02.123Z Compiling schemars v0.8.21
16202024-10-14T09:18:02.249Z Compiling heck v0.5.0
16212024-10-14T09:18:02.519Z Compiling spin v0.9.8
16222024-10-14T09:18:03.104Z Compiling openssl-sys v0.9.103
16232024-10-14T09:18:03.384Z Compiling cpufeatures v0.2.12
16242024-10-14T09:18:03.532Z Compiling serde_derive_internals v0.29.1
16252024-10-14T09:18:03.596Z Compiling rustix v0.38.37
16262024-10-14T09:18:04.553Z Compiling hashbrown v0.15.0
16272024-10-14T09:18:04.595Z Compiling equivalent v1.0.1
16282024-10-14T09:18:04.879Z Compiling futures-channel v0.3.31
16292024-10-14T09:18:05.466Z Compiling futures-io v0.3.31
16302024-10-14T09:18:05.466Z Compiling futures-task v0.3.31
16312024-10-14T09:18:05.821Z Compiling pin-utils v0.1.0
16322024-10-14T09:18:05.871Z Compiling slog v2.7.0
16332024-10-14T09:18:06.046Z Compiling tinyvec_macros v0.1.1
16342024-10-14T09:18:06.216Z Compiling tinyvec v1.6.0
16352024-10-14T09:18:06.318Z Compiling openssl v0.10.66
16362024-10-14T09:18:06.488Z Compiling ucd-trie v0.1.6
16372024-10-14T09:18:06.507Z Compiling iana-time-zone v0.1.60
16382024-10-14T09:18:06.730Z Compiling unicode-bidi v0.3.15
16392024-10-14T09:18:06.762Z Compiling tracing-core v0.1.32
16402024-10-14T09:18:06.866Z Compiling native-tls v0.2.11
16412024-10-14T09:18:06.996Z Compiling rustls v0.23.10
16422024-10-14T09:18:07.652Z Compiling heck v0.4.1
16432024-10-14T09:18:08.083Z Compiling unicode-normalization v0.1.23
16442024-10-14T09:18:08.152Z Compiling base64ct v1.6.0
16452024-10-14T09:18:08.833Z Compiling pem-rfc7468 v0.7.0
16462024-10-14T09:18:09.216Z Compiling serde_derive v1.0.210
16472024-10-14T09:18:09.276Z Compiling zeroize_derive v1.4.2
16482024-10-14T09:18:09.297Z Compiling tokio-macros v2.4.0
16492024-10-14T09:18:09.337Z Compiling thiserror-impl v1.0.64
16502024-10-14T09:18:09.559Z Compiling futures-macro v0.3.31
16512024-10-14T09:18:09.590Z Compiling zerocopy-derive v0.7.34
16522024-10-14T09:18:09.703Z Compiling tracing-attributes v0.1.27
16532024-10-14T09:18:10.842Z Compiling zeroize v1.8.1
16542024-10-14T09:18:11.560Z Compiling der_derive v0.7.2
16552024-10-14T09:18:11.761Z Compiling zerocopy v0.7.34
16562024-10-14T09:18:12.577Z Compiling schemars_derive v0.8.21
16572024-10-14T09:18:12.825Z Compiling crypto-common v0.1.6
16582024-10-14T09:18:13.030Z Compiling block-buffer v0.10.4
16592024-10-14T09:18:13.348Z Compiling digest v0.10.7
16602024-10-14T09:18:13.394Z Compiling futures-util v0.3.31
16612024-10-14T09:18:13.457Z Compiling scroll_derive v0.12.0
16622024-10-14T09:18:13.773Z Compiling hmac v0.12.1
16632024-10-14T09:18:14.018Z Compiling block-padding v0.3.3
16642024-10-14T09:18:14.052Z Compiling pest v2.7.10
16652024-10-14T09:18:14.392Z Compiling inout v0.1.3
16662024-10-14T09:18:14.741Z Compiling openssl-macros v0.1.1
16672024-10-14T09:18:14.860Z Compiling cipher v0.4.4
16682024-10-14T09:18:15.507Z Compiling sha2 v0.10.8
16692024-10-14T09:18:15.595Z Compiling tracing v0.1.40
16702024-10-14T09:18:16.415Z Compiling async-trait v0.1.83
16712024-10-14T09:18:16.702Z Compiling pest_meta v2.7.10
16722024-10-14T09:18:18.926Z Compiling pest_generator v2.7.10
16732024-10-14T09:18:20.085Z Compiling cookie v0.18.1
16742024-10-14T09:18:20.464Z Compiling usdt-impl v0.5.0
16752024-10-14T09:18:20.500Z Compiling ppv-lite86 v0.2.17
16762024-10-14T09:18:20.650Z Compiling dyn-clone v1.0.17
16772024-10-14T09:18:20.698Z Compiling percent-encoding v2.3.1
16782024-10-14T09:18:20.829Z Compiling flagset v0.4.5
16792024-10-14T09:18:20.885Z Compiling pest_derive v2.7.10
16802024-10-14T09:18:21.063Z Compiling syn v1.0.109
16812024-10-14T09:18:21.219Z Compiling der v0.7.9
16822024-10-14T09:18:21.281Z Compiling rand_chacha v0.3.1
16832024-10-14T09:18:21.729Z Compiling scroll v0.12.0
16842024-10-14T09:18:21.949Z Compiling aho-corasick v1.1.3
16852024-10-14T09:18:22.274Z Compiling camino v1.1.9
16862024-10-14T09:18:22.758Z Compiling rustls-pki-types v1.9.0
16872024-10-14T09:18:22.874Z Compiling plain v0.2.3
16882024-10-14T09:18:23.115Z Compiling bytes v1.7.2
16892024-10-14T09:18:23.540Z Compiling indexmap v2.6.0
16902024-10-14T09:18:23.786Z Compiling serde_tokenstream v0.2.2
16912024-10-14T09:18:24.386Z Compiling bitflags v2.6.0
16922024-10-14T09:18:24.463Z Compiling tokio v1.40.0
16932024-10-14T09:18:24.988Z Compiling http v1.1.0
16942024-10-14T09:18:26.188Z Compiling rustc_version v0.4.1
16952024-10-14T09:18:26.314Z Compiling uuid v1.10.0
16962024-10-14T09:18:26.584Z Compiling chrono v0.4.38
16972024-10-14T09:18:27.625Z Compiling regex-syntax v0.8.5
16982024-10-14T09:18:30.386Z Compiling spki v0.7.3
16992024-10-14T09:18:30.793Z Compiling goblin v0.8.2
17002024-10-14T09:18:31.729Z Compiling regex-automata v0.4.8
17012024-10-14T09:18:33.456Z Compiling rand v0.8.5
17022024-10-14T09:18:34.193Z Compiling tokio-util v0.7.12
17032024-10-14T09:18:35.777Z Compiling salsa20 v0.10.2
17042024-10-14T09:18:36.488Z Compiling pbkdf2 v0.12.2
17052024-10-14T09:18:36.735Z Compiling backtrace v0.3.71
17062024-10-14T09:18:38.069Z Compiling pretty-hex v0.4.1
17072024-10-14T09:18:38.305Z Compiling crc32fast v1.4.0
17082024-10-14T09:18:38.863Z Compiling untrusted v0.9.0
17092024-10-14T09:18:38.897Z Compiling rayon-core v1.12.1
17102024-10-14T09:18:39.065Z Compiling powerfmt v0.2.0
17112024-10-14T09:18:39.549Z Compiling try-lock v0.2.5
17122024-10-14T09:18:39.629Z Compiling rustls v0.22.4
17132024-10-14T09:18:39.894Z Compiling want v0.3.1
17142024-10-14T09:18:39.926Z Compiling deranged v0.3.11
17152024-10-14T09:18:40.835Z Compiling dof v0.3.0
17162024-10-14T09:18:42.936Z Compiling scrypt v0.11.0
17172024-10-14T09:18:43.570Z Compiling dtrace-parser v0.2.0
17182024-10-14T09:18:43.637Z Compiling form_urlencoded v1.2.1
17192024-10-14T09:18:43.846Z Compiling cbc v0.1.2
17202024-10-14T09:18:43.869Z Compiling aes v0.8.4
17212024-10-14T09:18:44.109Z Compiling errno v0.3.9
17222024-10-14T09:18:44.190Z Compiling thread-id v4.2.1
17232024-10-14T09:18:44.259Z Compiling atomic-waker v1.1.2
17242024-10-14T09:18:44.471Z Compiling httpdate v1.0.3
17252024-10-14T09:18:44.615Z Compiling num_threads v0.1.7
17262024-10-14T09:18:44.846Z Compiling pkcs5 v0.7.1
17272024-10-14T09:18:45.158Z Compiling time v0.3.36
17282024-10-14T09:18:46.947Z Compiling rustls-webpki v0.102.4
17292024-10-14T09:18:47.673Z Compiling heapless v0.7.17
17302024-10-14T09:18:48.151Z Compiling http-body v1.0.0
17312024-10-14T09:18:48.726Z Compiling zerocopy-derive v0.6.6
17322024-10-14T09:18:48.942Z Compiling multer v3.1.0
17332024-10-14T09:18:48.976Z Compiling tower-service v0.3.2
17342024-10-14T09:18:49.358Z Compiling slog-async v2.8.0
17352024-10-14T09:18:49.729Z Compiling signal-hook v0.3.17
17362024-10-14T09:18:50.109Z Compiling num-bigint-dig v0.8.4
17372024-10-14T09:18:50.148Z Compiling anyhow v1.0.89
17382024-10-14T09:18:50.714Z Compiling pkcs8 v0.10.2
17392024-10-14T09:18:50.718Z Compiling h2 v0.4.6
17402024-10-14T09:18:51.071Z Compiling regex v1.11.0
17412024-10-14T09:18:52.380Z Compiling idna v0.5.0
17422024-10-14T09:18:53.258Z Compiling rustversion v1.0.17
17432024-10-14T09:18:53.553Z Compiling paste v1.0.15
17442024-10-14T09:18:53.974Z Compiling strsim v0.11.1
17452024-10-14T09:18:54.208Z Compiling base64 v0.22.1
17462024-10-14T09:18:54.981Z Compiling url v2.5.2
17472024-10-14T09:18:56.872Z Compiling usdt-attr-macro v0.5.0
17482024-10-14T09:18:56.977Z Compiling usdt-macro v0.5.0
17492024-10-14T09:18:58.602Z Compiling hyper v1.4.1
17502024-10-14T09:19:00.513Z Compiling curve25519-dalek v4.1.3
17512024-10-14T09:19:00.810Z Compiling openapiv3 v2.0.0
17522024-10-14T09:19:01.025Z Compiling toml_datetime v0.6.8
17532024-10-14T09:19:01.184Z Compiling serde_spanned v0.6.7
17542024-10-14T09:19:01.520Z Compiling enum-as-inner v0.6.0
17552024-10-14T09:19:01.568Z Compiling async-stream-impl v0.3.5
17562024-10-14T09:19:02.803Z Compiling dropshot v0.12.0
17572024-10-14T09:19:03.116Z Compiling portable-atomic v1.6.0
17582024-10-14T09:19:03.227Z Compiling match_cfg v0.1.0
17592024-10-14T09:19:03.670Z Compiling smoltcp v0.9.1
17602024-10-14T09:19:03.947Z Compiling foreign-types-shared v0.1.1
17612024-10-14T09:19:04.061Z Compiling foreign-types v0.3.2
17622024-10-14T09:19:04.142Z Compiling hyper-util v0.1.9
17632024-10-14T09:19:04.164Z Compiling hostname v0.3.1
17642024-10-14T09:19:08.206Z Compiling clap_derive v4.5.18
17652024-10-14T09:19:08.614Z Compiling dirs-sys-next v0.1.2
17662024-10-14T09:19:09.152Z Compiling encoding_rs v0.8.34
17672024-10-14T09:19:09.226Z Compiling data-encoding v2.6.0
17682024-10-14T09:19:13.586Z Compiling ipnet v2.10.1
17692024-10-14T09:19:13.587Z Compiling allocator-api2 v0.2.18
17702024-10-14T09:19:14.245Z Compiling mime v0.3.17
17712024-10-14T09:19:14.322Z Compiling siphasher v0.3.11
17722024-10-14T09:19:15.146Z Compiling hashbrown v0.14.5
17732024-10-14T09:19:16.566Z Compiling dirs-next v2.0.0
17742024-10-14T09:19:20.910Z Compiling http-body-util v0.1.2
17752024-10-14T09:19:21.509Z Compiling hubpack_derive v0.1.1
17762024-10-14T09:19:21.767Z Compiling serde_urlencoded v0.7.1
17772024-10-14T09:19:22.207Z Compiling crossbeam-epoch v0.9.18
17782024-10-14T09:19:22.378Z Compiling dropshot_endpoint v0.12.0
17792024-10-14T09:19:22.516Z Compiling sha1 v0.10.6
17802024-10-14T09:19:22.585Z Compiling signature v2.2.0
17812024-10-14T09:19:22.902Z Compiling curve25519-dalek-derive v0.1.1
17822024-10-14T09:19:22.961Z Compiling lazy_static v1.5.0
17832024-10-14T09:19:22.995Z Compiling fs-err v2.11.0
17842024-10-14T09:19:23.100Z Compiling thread_local v1.1.8
17852024-10-14T09:19:23.645Z Compiling either v1.13.0
17862024-10-14T09:19:24.290Z Compiling utf8parse v0.2.1
17872024-10-14T09:19:24.418Z Compiling winnow v0.6.18
17882024-10-14T09:19:24.507Z Compiling gimli v0.28.1
17892024-10-14T09:19:24.960Z Compiling openssl-probe v0.1.5
17902024-10-14T09:19:25.354Z Compiling adler v1.0.2
17912024-10-14T09:19:25.478Z Compiling finl_unicode v1.2.0
17922024-10-14T09:19:25.580Z Compiling anstyle v1.0.8
17932024-10-14T09:19:26.068Z Compiling miniz_oxide v0.7.2
17942024-10-14T09:19:26.190Z Compiling stringprep v0.1.4
17952024-10-14T09:19:26.850Z Compiling anstyle-parse v0.2.4
17962024-10-14T09:19:27.258Z Compiling crossbeam-deque v0.8.5
17972024-10-14T09:19:27.663Z Compiling term v0.7.0
17982024-10-14T09:19:29.501Z Compiling toml_edit v0.22.22
17992024-10-14T09:19:29.504Z Compiling addr2line v0.21.0
18002024-10-14T09:19:29.808Z Compiling regress v0.10.1
18012024-10-14T09:19:30.026Z Compiling slog-json v2.6.1
18022024-10-14T09:19:32.271Z Compiling crossbeam-channel v0.5.12
18032024-10-14T09:19:34.603Z Compiling rustls-pemfile v2.2.0
18042024-10-14T09:19:35.038Z Compiling futures-executor v0.3.31
18052024-10-14T09:19:35.116Z Compiling md-5 v0.10.6
18062024-10-14T09:19:35.356Z Compiling idna v0.3.0
18072024-10-14T09:19:35.491Z Compiling idna v0.4.0
18082024-10-14T09:19:36.298Z Compiling num-integer v0.1.46
18092024-10-14T09:19:36.725Z Compiling hash32 v0.2.1
18102024-10-14T09:19:36.745Z Compiling ff v0.13.0
18112024-10-14T09:19:36.850Z Compiling memmap v0.7.0
18122024-10-14T09:19:36.980Z Compiling is-terminal v0.4.12
18132024-10-14T09:19:37.002Z Compiling object v0.32.2
18142024-10-14T09:19:37.119Z Compiling anstyle-query v1.0.3
18152024-10-14T09:19:37.195Z Compiling base16ct v0.2.0
18162024-10-14T09:19:37.285Z Compiling colorchoice v1.0.1
18172024-10-14T09:19:37.485Z Compiling take_mut v0.2.2
18182024-10-14T09:19:37.504Z Compiling quick-error v1.2.3
18192024-10-14T09:19:37.619Z Compiling is_terminal_polyfill v1.70.0
18202024-10-14T09:19:37.657Z Compiling utf-8 v0.7.6
18212024-10-14T09:19:37.677Z Compiling rustc-demangle v0.1.24
18222024-10-14T09:19:37.759Z Compiling psl-types v2.0.11
18232024-10-14T09:19:37.967Z Compiling linked-hash-map v0.5.6
18242024-10-14T09:19:37.971Z Compiling fallible-iterator v0.2.0
18252024-10-14T09:19:38.359Z Compiling stable_deref_trait v1.2.0
18262024-10-14T09:19:38.527Z Compiling lru-cache v0.1.2
18272024-10-14T09:19:38.704Z Compiling postgres-protocol v0.6.7
18282024-10-14T09:19:38.739Z Compiling publicsuffix v2.2.3
18292024-10-14T09:19:38.998Z Compiling tungstenite v0.23.0
18302024-10-14T09:19:39.661Z Compiling anstream v0.6.14
18312024-10-14T09:19:39.683Z Compiling resolv-conf v0.7.0
18322024-10-14T09:19:40.315Z Compiling sec1 v0.7.3
18332024-10-14T09:19:40.895Z Compiling slog-term v2.9.1
18342024-10-14T09:19:40.934Z Compiling usdt v0.5.0
18352024-10-14T09:19:41.018Z Compiling group v0.13.0
18362024-10-14T09:19:41.333Z Compiling num-iter v0.1.45
18372024-10-14T09:19:41.477Z Compiling hickory-proto v0.24.1
18382024-10-14T09:19:41.527Z Compiling futures v0.3.31
18392024-10-14T09:19:42.954Z Compiling typify-impl v0.2.0
18402024-10-14T09:19:43.809Z Compiling tokio-rustls v0.26.0
18412024-10-14T09:19:44.284Z Compiling toml v0.8.19
18422024-10-14T09:19:45.785Z Compiling tokio-rustls v0.25.0
18432024-10-14T09:19:46.539Z Compiling slog-bunyan v2.5.0
18442024-10-14T09:19:46.728Z Compiling tokio-native-tls v0.3.1
18452024-10-14T09:19:46.754Z Compiling terminal_size v0.4.0
18462024-10-14T09:19:46.978Z Compiling phf_shared v0.11.2
18472024-10-14T09:19:47.012Z Compiling strum_macros v0.25.3
18482024-10-14T09:19:47.239Z Compiling async-stream v0.3.5
18492024-10-14T09:19:47.540Z Compiling waitgroup v0.1.2
18502024-10-14T09:19:47.756Z Compiling webpki-roots v0.26.3
18512024-10-14T09:19:47.974Z Compiling serde_path_to_error v0.1.16
18522024-10-14T09:19:48.271Z Compiling hkdf v0.12.4
18532024-10-14T09:19:48.533Z Compiling crypto-bigint v0.5.5
18542024-10-14T09:19:48.797Z Compiling serde_repr v0.1.19
18552024-10-14T09:19:49.964Z Compiling derive-where v1.2.7
18562024-10-14T09:19:50.649Z Compiling hostname v0.4.0
18572024-10-14T09:19:51.078Z Compiling unicode-width v0.1.13
18582024-10-14T09:19:51.321Z Compiling adler2 v2.0.0
18592024-10-14T09:19:51.707Z Compiling clap_lex v0.7.0
18602024-10-14T09:19:52.169Z Compiling managed v0.8.0
18612024-10-14T09:19:52.948Z Compiling debug-ignore v1.0.5
18622024-10-14T09:19:53.048Z Compiling bitflags v1.3.2
18632024-10-14T09:19:53.068Z Compiling winnow v0.5.40
18642024-10-14T09:19:53.682Z Compiling clap_builder v4.5.20
18652024-10-14T09:19:54.922Z Compiling typify-macro v0.2.0
18662024-10-14T09:19:55.125Z Compiling miniz_oxide v0.8.0
18672024-10-14T09:19:55.508Z Compiling elliptic-curve v0.13.8
18682024-10-14T09:19:56.408Z Compiling console v0.15.8
18692024-10-14T09:19:56.851Z Compiling toml_edit v0.19.15
18702024-10-14T09:19:58.194Z Compiling hyper-rustls v0.27.3
18712024-10-14T09:19:59.543Z Compiling phf v0.11.2
18722024-10-14T09:20:00.843Z Compiling hyper-tls v0.6.0
18732024-10-14T09:20:01.212Z Compiling hickory-resolver v0.24.1
18742024-10-14T09:20:01.234Z Compiling signal-hook-mio v0.2.4
18752024-10-14T09:20:01.236Z Compiling rayon v1.10.0
18762024-10-14T09:20:01.407Z Compiling cookie_store v0.21.0
18772024-10-14T09:20:02.360Z Compiling tokio-tungstenite v0.23.1
18782024-10-14T09:20:02.369Z Compiling postgres-types v0.2.8
18792024-10-14T09:20:02.780Z Compiling ed25519 v2.2.3
18802024-10-14T09:20:02.801Z Compiling hubpack v0.1.2
18812024-10-14T09:20:03.243Z Compiling phf_shared v0.10.0
18822024-10-14T09:20:03.486Z Compiling pkcs1 v0.7.5
18832024-10-14T09:20:03.599Z Compiling zerocopy v0.6.6
18842024-10-14T09:20:03.938Z Compiling bstr v1.9.1
18852024-10-14T09:20:04.413Z Compiling tokio-stream v0.1.16
18862024-10-14T09:20:04.433Z Compiling serde-big-array v0.5.1
18872024-10-14T09:20:04.967Z Compiling rfc6979 v0.4.0
18882024-10-14T09:20:05.158Z Compiling float-cmp v0.9.0
18892024-10-14T09:20:05.326Z Compiling sync_wrapper v1.0.1
18902024-10-14T09:20:05.408Z Compiling normalize-line-endings v0.3.0
18912024-10-14T09:20:05.482Z Compiling number_prefix v0.4.0
18922024-10-14T09:20:05.513Z Compiling difflib v0.4.0
18932024-10-14T09:20:05.532Z Compiling whoami v1.5.2
18942024-10-14T09:20:05.715Z Compiling static_assertions v1.1.0
18952024-10-14T09:20:05.718Z Compiling minimal-lexical v0.2.1
18962024-10-14T09:20:05.910Z Compiling bit-vec v0.6.3
18972024-10-14T09:20:06.059Z Compiling unicode-segmentation v1.11.0
18982024-10-14T09:20:06.331Z Compiling predicates-core v1.0.6
18992024-10-14T09:20:06.397Z Compiling new_debug_unreachable v1.0.6
19002024-10-14T09:20:06.499Z Compiling fixedbitset v0.4.2
19012024-10-14T09:20:06.699Z Compiling precomputed-hash v0.1.1
19022024-10-14T09:20:06.822Z Compiling string_cache v0.8.7
19032024-10-14T09:20:06.865Z Compiling petgraph v0.6.5
19042024-10-14T09:20:06.894Z Compiling similar v2.6.0
19052024-10-14T09:20:07.978Z Compiling predicates v3.1.2
19062024-10-14T09:20:08.951Z Compiling bit-set v0.5.3
19072024-10-14T09:20:09.236Z Compiling nom v7.1.3
19082024-10-14T09:20:10.540Z Compiling tokio-postgres v0.7.12
19092024-10-14T09:20:10.772Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19102024-10-14T09:20:11.727Z Compiling indicatif v0.17.8
19112024-10-14T09:20:12.737Z Compiling reqwest v0.12.8
19122024-10-14T09:20:12.823Z Compiling qorb v0.0.2 (https://github.com/oxidecomputer/qorb?branch=master#de6f7784)
19132024-10-14T09:20:13.536Z Compiling ecdsa v0.16.9
19142024-10-14T09:20:15.700Z Compiling rsa v0.9.6
19152024-10-14T09:20:17.292Z Compiling ed25519-dalek v2.1.1
19162024-10-14T09:20:17.621Z Compiling crossterm v0.28.1
19172024-10-14T09:20:17.841Z Compiling toml v0.7.8
19182024-10-14T09:20:17.874Z Compiling flate2 v1.0.34
19192024-10-14T09:20:17.913Z Compiling clap v4.5.20
19202024-10-14T09:20:18.092Z Compiling itertools v0.12.1
19212024-10-14T09:20:18.777Z Compiling itertools v0.10.5
19222024-10-14T09:20:21.523Z Compiling x509-cert v0.2.5
19232024-10-14T09:20:21.894Z Compiling hex v0.4.3
19242024-10-14T09:20:22.901Z Compiling unicode-xid v0.2.4
19252024-10-14T09:20:23.084Z Compiling radium v0.7.0
19262024-10-14T09:20:23.884Z Compiling lalrpop-util v0.19.12
19272024-10-14T09:20:23.910Z Compiling peg-runtime v0.8.3
19282024-10-14T09:20:25.981Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19292024-10-14T09:20:34.085Z Compiling maybe-uninit v2.0.0
19302024-10-14T09:20:34.571Z Compiling ident_case v1.0.1
19312024-10-14T09:20:34.769Z Compiling tap v1.0.1
19322024-10-14T09:20:34.959Z Compiling wyz v0.5.1
19332024-10-14T09:20:35.422Z Compiling darling_core v0.20.9
19342024-10-14T09:20:56.287Z Compiling typify v0.2.0
19352024-10-14T09:20:58.519Z Compiling http v0.2.12
19362024-10-14T09:20:58.860Z Compiling bzip2-sys v0.1.11+1.0.8
19372024-10-14T09:20:59.617Z Compiling base64 v0.21.7
19382024-10-14T09:21:00.749Z Compiling unsafe-libyaml v0.2.11
19392024-10-14T09:21:01.189Z Compiling funty v2.0.0
19402024-10-14T09:21:01.789Z Compiling packed_struct v0.10.1
19412024-10-14T09:21:02.296Z Compiling bitvec v1.0.1
19422024-10-14T09:21:02.581Z Compiling serde_yaml v0.9.34+deprecated
19432024-10-14T09:21:10.385Z Compiling progenitor-impl v0.8.0
19442024-10-14T09:21:11.167Z Compiling darling_macro v0.20.9
19452024-10-14T09:21:14.825Z Compiling packed_struct_codegen v0.10.1
19462024-10-14T09:21:16.919Z Compiling structmeta-derive v0.3.0
19472024-10-14T09:21:17.465Z Compiling indexmap v1.9.3
19482024-10-14T09:21:17.931Z Compiling crc-catalog v2.4.0
19492024-10-14T09:21:18.096Z Compiling fastrand v2.1.1
19502024-10-14T09:21:18.645Z Compiling nodrop v0.1.14
19512024-10-14T09:21:18.673Z Compiling newtype-uuid v1.1.2
19522024-10-14T09:21:18.764Z Compiling array-init v0.0.4
19532024-10-14T09:21:19.016Z Compiling tempfile v3.13.0
19542024-10-14T09:21:19.497Z Compiling structmeta v0.3.0
19552024-10-14T09:21:20.003Z Compiling crc v3.2.1
19562024-10-14T09:21:21.951Z Compiling progenitor-macro v0.8.0
19572024-10-14T09:21:25.920Z Compiling smallvec v0.6.14
19582024-10-14T09:21:26.506Z Compiling darling v0.20.9
19592024-10-14T09:21:29.240Z Compiling h2 v0.3.26
19602024-10-14T09:21:31.257Z Compiling http-body v0.4.6
19612024-10-14T09:21:31.809Z Compiling progenitor-client v0.8.0
19622024-10-14T09:21:34.829Z Compiling pin-project-internal v1.1.5
19632024-10-14T09:21:35.380Z Compiling termcolor v1.4.1
19642024-10-14T09:21:38.403Z Compiling bitfield v0.14.0
19652024-10-14T09:21:38.844Z Compiling hashbrown v0.12.3
19662024-10-14T09:21:39.142Z Compiling same-file v1.0.6
19672024-10-14T09:21:39.426Z Compiling walkdir v2.5.0
19682024-10-14T09:21:41.374Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19692024-10-14T09:21:49.295Z Compiling pin-project v1.1.5
19702024-10-14T09:21:49.750Z Compiling progenitor v0.8.0
19712024-10-14T09:21:50.001Z Compiling hyper v0.14.30
19722024-10-14T09:21:50.994Z Compiling env_logger v0.10.2
19732024-10-14T09:21:57.413Z Compiling serde_with_macros v3.11.0
19742024-10-14T09:22:01.590Z Compiling serde-hex v0.1.0
19752024-10-14T09:22:01.655Z Compiling bzip2 v0.4.4
19762024-10-14T09:22:01.655Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19772024-10-14T09:22:01.694Z Compiling parse-display-derive v0.10.0
19782024-10-14T09:22:01.694Z Compiling ron v0.8.1
19792024-10-14T09:22:04.388Z Compiling strum_macros v0.26.4
19802024-10-14T09:22:05.070Z Compiling ipnetwork v0.20.0
19812024-10-14T09:22:05.491Z Compiling hashbrown v0.13.2
19822024-10-14T09:22:06.491Z Compiling xattr v1.3.1
19832024-10-14T09:22:06.533Z Compiling snafu-derive v0.8.2
19842024-10-14T09:22:06.819Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19852024-10-14T09:22:06.858Z Compiling blake3 v1.5.1
19862024-10-14T09:22:06.982Z Compiling ring v0.16.20
19872024-10-14T09:22:07.501Z Compiling filetime v0.2.25
19882024-10-14T09:22:07.591Z Compiling instant v0.1.12
19892024-10-14T09:22:07.853Z Compiling buf-list v1.0.3
19902024-10-14T09:22:08.393Z Compiling sync_wrapper v0.1.2
19912024-10-14T09:22:08.412Z Compiling crc-any v2.5.0
19922024-10-14T09:22:08.532Z Compiling reqwest v0.11.27
19932024-10-14T09:22:08.825Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19942024-10-14T09:22:08.858Z Compiling strum v0.26.3
19952024-10-14T09:22:09.204Z Compiling tar v0.4.42
19962024-10-14T09:22:09.327Z Compiling backoff v0.4.0
19972024-10-14T09:22:09.665Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19982024-10-14T09:22:10.525Z Compiling object v0.30.4
19992024-10-14T09:22:11.374Z Compiling snafu v0.8.2
20002024-10-14T09:22:12.701Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
20012024-10-14T09:22:14.602Z Compiling parse-display v0.10.0
20022024-10-14T09:22:14.854Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20032024-10-14T09:22:16.387Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20042024-10-14T09:22:16.481Z Compiling zip v0.6.6
20052024-10-14T09:22:16.555Z Compiling serde_with v3.11.0
20062024-10-14T09:22:16.934Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20072024-10-14T09:22:17.700Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20082024-10-14T09:22:19.194Z Compiling camino-tempfile v1.1.1
20092024-10-14T09:22:19.965Z Compiling globset v0.4.14
20102024-10-14T09:22:20.779Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20112024-10-14T09:22:20.985Z Compiling regress v0.9.1
20122024-10-14T09:22:23.299Z Compiling pem v3.0.4
20132024-10-14T09:22:23.738Z Compiling olpc-cjson v0.1.3
20142024-10-14T09:22:24.082Z Compiling serde_plain v1.0.2
20152024-10-14T09:22:24.179Z Compiling macaddr v1.0.1
20162024-10-14T09:22:24.660Z Compiling async-recursion v1.1.1
20172024-10-14T09:22:24.815Z Compiling memmap2 v0.9.4
20182024-10-14T09:22:24.842Z Compiling constant_time_eq v0.3.0
20192024-10-14T09:22:25.024Z Compiling untrusted v0.7.1
20202024-10-14T09:22:25.231Z Compiling path-slash v0.1.5
20212024-10-14T09:22:25.389Z Compiling spin v0.5.2
20222024-10-14T09:22:25.484Z Compiling typed-path v0.7.1
20232024-10-14T09:22:25.657Z Compiling arrayvec v0.7.4
20242024-10-14T09:22:26.067Z Compiling arrayref v0.3.7
20252024-10-14T09:22:26.197Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe)
20262024-10-14T09:22:27.539Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20272024-10-14T09:22:28.811Z Compiling tough v0.17.1
20282024-10-14T09:22:30.665Z Compiling itertools v0.13.0
20292024-10-14T09:22:32.295Z Compiling cargo-platform v0.1.8
20302024-10-14T09:22:33.388Z Compiling parse-size v1.0.0
20312024-10-14T09:22:33.561Z Compiling topological-sort v0.2.2
20322024-10-14T09:22:33.692Z Compiling cargo_metadata v0.18.1
20332024-10-14T09:22:33.834Z Compiling omicron-zone-package v0.11.1
20342024-10-14T09:22:34.363Z Compiling shell-words v1.1.0
20352024-10-14T09:22:40.300Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20362024-10-14T09:22:53.835Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20372024-10-14T09:23:07.948Z Finished `release` profile [optimized] target(s) in 5m 15s
20382024-10-14T09:23:08.101Z Running `target/release/omicron-releng --output-dir /work`
20392024-10-14T09:23:08.143ZOct 14 09:23:07.277 DEBG changing working directory to /work/oxidecomputer/omicron
20402024-10-14T09:23:08.238ZOct 14 09:23:07.374 DEBG running: git rev-parse HEAD
20412024-10-14T09:23:08.245ZOct 14 09:23:07.381 DEBG process exited with exit status: 0 (6.574695ms)
20422024-10-14T09:23:08.245ZOct 14 09:23:07.381 INFO version: 11.0.0-0.ci+git551b581c0af
20432024-10-14T09:23:08.285ZOct 14 09:23:07.421 INFO cloning helios to /work/oxidecomputer/helios
20442024-10-14T09:23:08.285ZOct 14 09:23:07.421 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20452024-10-14T09:23:08.291ZCloning into '/work/oxidecomputer/helios'...
20462024-10-14T09:23:08.756ZOct 14 09:23:07.893 DEBG process exited with exit status: 0 (471.122316ms)
20472024-10-14T09:23:08.756ZOct 14 09:23:07.893 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20482024-10-14T09:23:08.764Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20492024-10-14T09:23:08.764Z# branch.head master
20502024-10-14T09:23:08.764Z# branch.upstream origin/master
20512024-10-14T09:23:08.764Z# branch.ab +0 -0
20522024-10-14T09:23:08.767ZOct 14 09:23:07.901 DEBG process exited with exit status: 0 (8.0286ms)
20532024-10-14T09:23:08.767ZOct 14 09:23:07.901 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20542024-10-14T09:23:09.532ZOct 14 09:23:08.668 DEBG process exited with exit status: 0 (767.533844ms)
20552024-10-14T09:23:09.532ZOct 14 09:23:08.669 DEBG running: zfs list rpool/images/build/host
20562024-10-14T09:23:09.539ZNAME USED AVAIL REFER MOUNTPOINT
20572024-10-14T09:23:09.539Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20582024-10-14T09:23:09.542ZOct 14 09:23:08.676 DEBG process exited with exit status: 0 (7.352896ms)
20592024-10-14T09:23:09.542ZOct 14 09:23:08.676 DEBG running: zfs list rpool/images/build/recovery
20602024-10-14T09:23:09.545ZNAME USED AVAIL REFER MOUNTPOINT
20612024-10-14T09:23:09.545Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20622024-10-14T09:23:09.548ZOct 14 09:23:08.682 DEBG process exited with exit status: 0 (6.522327ms)
20632024-10-14T09:23:09.548ZOct 14 09:23:08.683 INFO [hubris-staging] running task
20642024-10-14T09:23:09.548ZOct 14 09:23:08.683 INFO [hubris-production] running task
20652024-10-14T09:23:09.548ZOct 14 09:23:08.684 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package
20662024-10-14T09:23:09.551ZOct 14 09:23:08.687 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20672024-10-14T09:23:09.860Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20682024-10-14T09:23:10.079Z[ omicron-package] Blocking waiting for file lock on package cache
20692024-10-14T09:23:10.637Z[ omicron-package] Blocking waiting for file lock on package cache
20702024-10-14T09:23:10.907Z[ omicron-package] Blocking waiting for file lock on package cache
20712024-10-14T09:23:11.092ZOct 14 09:23:10.228 INFO [hubris-production] task succeeded (1.544447277s)
20722024-10-14T09:23:11.684Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20732024-10-14T09:23:12.144Z[ omicron-package] Compiling heapless v0.8.0
20742024-10-14T09:23:12.156Z[ omicron-package] Compiling hash32 v0.3.1
20752024-10-14T09:23:12.156Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20762024-10-14T09:23:12.156Z[ omicron-package] Compiling smoltcp v0.11.0
20772024-10-14T09:23:12.203Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20782024-10-14T09:23:12.210Z[ omicron-package] Compiling embedded-io v0.4.0
20792024-10-14T09:23:12.302Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20802024-10-14T09:23:12.769Z[ omicron-package] Compiling cobs v0.2.3
20812024-10-14T09:23:13.100Z[ omicron-package] Compiling proc-macro-error v1.0.4
20822024-10-14T09:23:13.103Z[ omicron-package] Compiling num_enum_derive v0.5.11
20832024-10-14T09:23:13.286Z[ omicron-package] Compiling postcard v1.0.8
20842024-10-14T09:23:13.289Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20852024-10-14T09:23:13.660Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20862024-10-14T09:23:13.920Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20872024-10-14T09:23:14.006Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20882024-10-14T09:23:14.784Z[ omicron-package] Compiling tabwriter v1.4.0
20892024-10-14T09:23:14.787Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20902024-10-14T09:23:15.027Z[ omicron-package] Compiling cstr-argument v0.1.2
20912024-10-14T09:23:15.338Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20922024-10-14T09:23:15.730Z[ omicron-package] Compiling pretty-hex v0.2.1
20932024-10-14T09:23:16.124Z[ omicron-package] Compiling foreign-types v0.5.0
20942024-10-14T09:23:16.179Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20952024-10-14T09:23:16.279Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)
20962024-10-14T09:23:16.409Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20972024-10-14T09:23:16.761Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20982024-10-14T09:23:17.005Z[ omicron-package] Compiling colored v2.1.0
20992024-10-14T09:23:17.233Z[ omicron-package] Compiling socket2 v0.4.10
21002024-10-14T09:23:17.347Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21012024-10-14T09:23:17.493Z[ omicron-package] Compiling num_enum v0.5.11
21022024-10-14T09:23:17.873Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21032024-10-14T09:23:17.911Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21042024-10-14T09:23:18.325Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21052024-10-14T09:23:18.448Z[ omicron-package] Compiling sigpipe v0.1.3
21062024-10-14T09:23:18.697Z[ omicron-package] Compiling num-derive v0.4.2
21072024-10-14T09:23:18.900Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21082024-10-14T09:23:19.403Z[ omicron-package] Compiling libefi-sys v0.1.0
21092024-10-14T09:23:19.683Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21102024-10-14T09:23:20.117Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21112024-10-14T09:23:20.302Z[ omicron-package] Compiling smf v0.2.3
21122024-10-14T09:23:20.532Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21132024-10-14T09:23:21.066Z[ omicron-package] Compiling zone v0.3.0
21142024-10-14T09:23:21.137Z[ omicron-package] Compiling bitfield-struct v0.6.1
21152024-10-14T09:23:21.760ZOct 14 09:23:20.782 INFO [hubris-staging] task succeeded (12.098341613s)
21162024-10-14T09:23:23.458Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21172024-10-14T09:23:23.576Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21182024-10-14T09:23:23.948Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21192024-10-14T09:23:24.479Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21202024-10-14T09:23:29.119Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21212024-10-14T09:23:29.173Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21222024-10-14T09:23:29.173Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21232024-10-14T09:23:29.173Z[ omicron-package] Compiling gethostname v0.5.0
21242024-10-14T09:23:29.173Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21252024-10-14T09:23:29.742Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21262024-10-14T09:23:32.624Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21272024-10-14T09:23:33.228Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21282024-10-14T09:23:34.730Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21292024-10-14T09:23:51.659Z[ helios-setup] Oct 14 09:23:50.790 INFO helios repository root is: /work/oxidecomputer/helios
21302024-10-14T09:23:51.661Z[ helios-setup] Oct 14 09:23:50.793 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
21312024-10-14T09:23:51.663Z[ helios-setup] Oct 14 09:23:50.793 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
21322024-10-14T09:23:51.666Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
21332024-10-14T09:23:52.795Z[ helios-setup] Oct 14 09:23:51.926 INFO clone ok!, project: chelsio-t6-roms
21342024-10-14T09:23:52.798Z[ helios-setup] Oct 14 09:23:51.927 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
21352024-10-14T09:23:52.798Z[ helios-setup] Oct 14 09:23:51.927 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21362024-10-14T09:23:52.800Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21372024-10-14T09:23:53.289Z[ helios-setup] Oct 14 09:23:52.420 INFO clone ok!, project: bootserver
21382024-10-14T09:23:53.292Z[ helios-setup] Oct 14 09:23:52.421 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21392024-10-14T09:23:53.292Z[ helios-setup] Oct 14 09:23:52.421 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
21402024-10-14T09:23:53.292Z[ helios-setup] Oct 14 09:23:52.421 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
21412024-10-14T09:23:53.294Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21422024-10-14T09:23:53.887Z[ omicron-package] Finished `release` profile [optimized] target(s) in 44.32s
21432024-10-14T09:23:54.114Z[ omicron-package]
21442024-10-14T09:23:54.115Z[ omicron-package] real 44.515955210
21452024-10-14T09:23:54.115Z[ omicron-package] user 2:39.404950992
21462024-10-14T09:23:54.115Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21472024-10-14T09:23:54.118Z[ omicron-package] sys 21.080496203
21482024-10-14T09:23:54.118Z[ omicron-package] trap 0.165730138
21492024-10-14T09:23:54.118Z[ omicron-package] tflt 0.337824070
21502024-10-14T09:23:54.118Z[ omicron-package] dflt 0.624272682
21512024-10-14T09:23:54.119Z[ omicron-package] kflt 0.000108695
21522024-10-14T09:23:54.119Z[ omicron-package] lock 4:59.644895590
21532024-10-14T09:23:54.119Z[ omicron-package] slp 8:22.785665826
21542024-10-14T09:23:54.119Z[ omicron-package] lat 1:36.778943675
21552024-10-14T09:23:54.119Z[ omicron-package] stop 55.180521008
21562024-10-14T09:23:54.119ZOct 14 09:23:53.246 INFO [omicron-package] process exited with exit status: 0 (44.561686284s)
21572024-10-14T09:23:54.119ZOct 14 09:23:53.246 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
21582024-10-14T09:23:54.181Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21592024-10-14T09:23:54.184ZOct 14 09:23:53.316 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21602024-10-14T09:23:54.195Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21612024-10-14T09:23:54.198Z[ host-target] Created new build target 'host' and set it as active
21622024-10-14T09:23:54.198ZOct 14 09:23:53.328 INFO [host-target] process exited with exit status: 0 (82.407434ms)
21632024-10-14T09:23:54.198ZOct 14 09:23:53.328 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21642024-10-14T09:23:54.204Z[ recovery-target] Created new build target 'recovery' and set it as active
21652024-10-14T09:23:54.210Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21662024-10-14T09:23:54.211ZOct 14 09:23:53.336 INFO [recovery-target] process exited with exit status: 0 (20.769795ms)
21672024-10-14T09:23:54.215Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21682024-10-14T09:23:55.399Z[ host-package] Compiling convert_case v0.4.0
21692024-10-14T09:23:55.401Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21702024-10-14T09:23:55.401Z[ host-package] Compiling password-hash v0.5.0
21712024-10-14T09:23:55.401Z[ host-package] Compiling blake2 v0.10.6
21722024-10-14T09:23:55.401Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21732024-10-14T09:23:55.539Z[ host-package] Compiling newline-converter v0.3.0
21742024-10-14T09:23:55.548Z[ host-package] Compiling owo-colors v4.1.0
21752024-10-14T09:23:55.616Z[ host-package] Compiling cancel-safe-futures v0.1.5
21762024-10-14T09:23:55.760Z[ host-package] Compiling expectorate v1.1.0
21772024-10-14T09:23:55.784Z[ host-package] Compiling libsw v3.3.1
21782024-10-14T09:23:56.073Z[ host-package] Compiling argon2 v0.5.3
21792024-10-14T09:23:56.123Z[ host-package] Compiling linear-map v1.2.0
21802024-10-14T09:23:56.266Z[ host-package] Compiling derive_more v0.99.18
21812024-10-14T09:23:56.545Z[ host-package] Compiling swrite v0.1.0
21822024-10-14T09:23:56.706Z[ host-package] Compiling indent_write v2.2.0
21832024-10-14T09:23:56.758Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21842024-10-14T09:23:56.779Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21852024-10-14T09:23:56.941Z[ host-package] Compiling progenitor-client v0.8.0
21862024-10-14T09:23:57.044Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21872024-10-14T09:23:57.373Z[ host-package] Compiling progenitor v0.8.0
21882024-10-14T09:23:57.418Z[ host-package] Compiling atomicwrites v0.4.4
21892024-10-14T09:23:57.655Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21902024-10-14T09:23:57.823Z[ host-package] Compiling num-rational v0.4.2
21912024-10-14T09:23:57.980Z[ host-package] Compiling num-complex v0.4.6
21922024-10-14T09:23:58.578Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21932024-10-14T09:23:58.897Z[ host-package] Compiling prettyplease v0.2.22
21942024-10-14T09:23:59.408Z[ host-package] Compiling num v0.4.3
21952024-10-14T09:23:59.433Z[ host-package] Compiling float-ord v0.3.2
21962024-10-14T09:23:59.433Z[ host-package] Compiling semver v0.1.20
21972024-10-14T09:23:59.523Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21982024-10-14T09:24:00.051Z[ host-package] Compiling rustc_version v0.1.7
21992024-10-14T09:24:00.456Z[ host-package] Compiling humantime v2.1.0
22002024-10-14T09:24:00.634Z[ host-package] Compiling newtype_derive v0.1.6
22012024-10-14T09:24:01.096Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22022024-10-14T09:24:01.110Z[ helios-setup] Oct 14 09:24:00.239 INFO clone ok!, project: amd-host-image-builder
22032024-10-14T09:24:01.113Z[ helios-setup] Oct 14 09:24:00.240 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
22042024-10-14T09:24:01.113Z[ helios-setup] Oct 14 09:24:00.240 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22052024-10-14T09:24:01.115Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22062024-10-14T09:24:01.273Z[ host-package] Compiling highway v1.2.0
22072024-10-14T09:24:01.503Z[ host-package] Compiling home v0.5.9
22082024-10-14T09:24:01.809Z[ host-package] Compiling steno v0.4.1
22092024-10-14T09:24:01.931Z[ helios-setup] Oct 14 09:24:01.061 INFO clone ok!, project: pinprick
22102024-10-14T09:24:01.934Z[ helios-setup] Oct 14 09:24:01.061 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
22112024-10-14T09:24:01.934Z[ helios-setup] Oct 14 09:24:01.061 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22122024-10-14T09:24:01.936Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22132024-10-14T09:24:02.684Z[ helios-setup] Oct 14 09:24:01.814 INFO clone ok!, project: phbl
22142024-10-14T09:24:02.686Z[ helios-setup] Oct 14 09:24:01.814 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
22152024-10-14T09:24:02.686Z[ helios-setup] Oct 14 09:24:01.814 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22162024-10-14T09:24:02.689Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22172024-10-14T09:24:03.329Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22182024-10-14T09:24:03.618Z[ helios-setup] Oct 14 09:24:02.748 INFO clone ok!, project: image-builder
22192024-10-14T09:24:03.620Z[ helios-setup] Oct 14 09:24:02.748 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
22202024-10-14T09:24:03.620Z[ helios-setup] Oct 14 09:24:02.748 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22212024-10-14T09:24:03.856Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22222024-10-14T09:24:04.964Z[ helios-setup] Oct 14 09:24:04.093 INFO clone ok!, project: pilot
22232024-10-14T09:24:04.966Z[ helios-setup] Oct 14 09:24:04.094 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22242024-10-14T09:24:04.966Z[ helios-setup] Oct 14 09:24:04.094 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22252024-10-14T09:24:04.966Z[ helios-setup] Oct 14 09:24:04.094 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
22262024-10-14T09:24:04.966Z[ helios-setup] Oct 14 09:24:04.094 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22272024-10-14T09:24:04.969Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22282024-10-14T09:24:05.327Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22292024-10-14T09:24:05.824Z[ host-package] Compiling newtype-uuid v1.1.2
22302024-10-14T09:24:06.207Z[ host-package] Compiling ipnetwork v0.20.0
22312024-10-14T09:24:06.297Z[ host-package] Compiling instant v0.1.12
22322024-10-14T09:24:06.466Z[ host-package] Compiling slog-dtrace v0.3.0
22332024-10-14T09:24:06.931Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220)
22342024-10-14T09:24:07.020Z[ host-package] Compiling backoff v0.4.0
22352024-10-14T09:24:07.047Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22362024-10-14T09:24:07.434Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22372024-10-14T09:24:07.462Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22382024-10-14T09:24:07.647Z[ host-package] Compiling parse-display v0.10.0
22392024-10-14T09:24:08.272Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22402024-10-14T09:24:08.486Z[ host-package] Compiling serde_with v3.11.0
22412024-10-14T09:24:12.116Z[ host-package] Compiling strum v0.26.3
22422024-10-14T09:24:12.310Z[ host-package] Compiling regress v0.9.1
22432024-10-14T09:24:12.805Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22442024-10-14T09:24:12.830Z[ helios-setup] Oct 14 09:24:11.959 INFO clone ok!, project: amd-firmware
22452024-10-14T09:24:12.833Z[ helios-setup] Oct 14 09:24:11.960 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22462024-10-14T09:24:13.769Z[ helios-setup] Oct 14 09:24:12.897 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22472024-10-14T09:24:14.359Z[ helios-setup] Oct 14 09:24:13.487 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22482024-10-14T09:24:14.359Z[ helios-setup] Oct 14 09:24:13.487 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22492024-10-14T09:24:14.910Z[ helios-setup] Oct 14 09:24:14.039 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22502024-10-14T09:24:15.354Z[ host-package] Compiling macaddr v1.0.1
22512024-10-14T09:24:15.468Z[ helios-setup] Oct 14 09:24:14.596 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22522024-10-14T09:24:15.468Z[ helios-setup] Oct 14 09:24:14.597 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22532024-10-14T09:24:16.022Z[ helios-setup] Oct 14 09:24:15.150 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22542024-10-14T09:24:16.188Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22552024-10-14T09:24:16.534Z[ helios-setup] Oct 14 09:24:15.663 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22562024-10-14T09:24:16.534Z[ helios-setup] Oct 14 09:24:15.663 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22572024-10-14T09:24:16.537Z[ helios-setup] Oct 14 09:24:15.663 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22582024-10-14T09:24:16.537Z[ helios-setup] Oct 14 09:24:15.663 INFO ok!
22592024-10-14T09:24:16.537Z[ helios-setup] Oct 14 09:24:15.663 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22602024-10-14T09:24:16.537Z[ helios-setup] Oct 14 09:24:15.663 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22612024-10-14T09:24:16.537Z[ helios-setup] Oct 14 09:24:15.663 INFO ok!
22622024-10-14T09:24:16.537Z[ helios-setup] Oct 14 09:24:15.663 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22632024-10-14T09:24:16.537Z[ helios-setup] Oct 14 09:24:15.663 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22642024-10-14T09:24:16.537Z[ helios-setup] Oct 14 09:24:15.663 INFO ok!
22652024-10-14T09:24:16.538Z[ helios-setup] Oct 14 09:24:15.663 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
22662024-10-14T09:24:16.538Z[ helios-setup] Oct 14 09:24:15.663 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
22672024-10-14T09:24:16.844Z[ helios-setup] Oct 14 09:24:15.973 INFO E| Downloading crates ...
22682024-10-14T09:24:16.999Z[ helios-setup] Oct 14 09:24:16.127 INFO E| Downloaded unicode-width v0.1.10
22692024-10-14T09:24:17.003Z[ helios-setup] Oct 14 09:24:16.130 INFO E| Downloaded sha2 v0.10.5
22702024-10-14T09:24:17.006Z[ helios-setup] Oct 14 09:24:16.133 INFO E| Downloaded generic-array v0.14.6
22712024-10-14T09:24:17.009Z[ helios-setup] Oct 14 09:24:16.135 INFO E| Downloaded typenum v1.15.0
22722024-10-14T09:24:17.012Z[ helios-setup] Oct 14 09:24:16.140 INFO E| Downloaded bytes v1.2.1
22732024-10-14T09:24:17.018Z[ helios-setup] Oct 14 09:24:16.146 INFO E| Downloaded flate2 v1.0.25
22742024-10-14T09:24:17.025Z[ helios-setup] Oct 14 09:24:16.153 INFO E| Downloaded anyhow v1.0.62
22752024-10-14T09:24:17.030Z[ helios-setup] Oct 14 09:24:16.159 INFO E| Downloaded miniz_oxide v0.6.2
22762024-10-14T09:24:17.034Z[ helios-setup] Oct 14 09:24:16.162 INFO E| Downloaded digest v0.10.3
22772024-10-14T09:24:17.037Z[ helios-setup] Oct 14 09:24:16.165 INFO E| Downloaded cpufeatures v0.2.5
22782024-10-14T09:24:17.039Z[ helios-setup] Oct 14 09:24:16.167 INFO E| Downloaded block-buffer v0.10.3
22792024-10-14T09:24:17.295Z[ helios-setup] Oct 14 09:24:16.423 INFO E| Compiling version_check v0.9.4
22802024-10-14T09:24:17.295Z[ helios-setup] Oct 14 09:24:16.423 INFO E| Compiling typenum v1.15.0
22812024-10-14T09:24:17.297Z[ helios-setup] Oct 14 09:24:16.423 INFO E| Compiling cfg-if v1.0.0
22822024-10-14T09:24:17.297Z[ helios-setup] Oct 14 09:24:16.423 INFO E| Compiling crc32fast v1.3.2
22832024-10-14T09:24:17.297Z[ helios-setup] Oct 14 09:24:16.423 INFO E| Compiling anyhow v1.0.62
22842024-10-14T09:24:17.297Z[ helios-setup] Oct 14 09:24:16.423 INFO E| Compiling adler v1.0.2
22852024-10-14T09:24:17.297Z[ helios-setup] Oct 14 09:24:16.423 INFO E| Compiling cpufeatures v0.2.5
22862024-10-14T09:24:17.297Z[ helios-setup] Oct 14 09:24:16.423 INFO E| Compiling unicode-width v0.1.10
22872024-10-14T09:24:17.330Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22882024-10-14T09:24:17.595Z[ host-package] Compiling display-error-chain v0.2.1
22892024-10-14T09:24:17.767Z[ helios-setup] Oct 14 09:24:16.895 INFO E| Compiling miniz_oxide v0.6.2
22902024-10-14T09:24:17.767Z[ helios-setup] Oct 14 09:24:16.895 INFO E| Compiling bitflags v1.3.2
22912024-10-14T09:24:17.785Z[ helios-setup] Oct 14 09:24:16.896 INFO E| Compiling getopts v0.2.21
22922024-10-14T09:24:17.788Z[ helios-setup] Oct 14 09:24:16.913 INFO E| Compiling bytes v1.2.1
22932024-10-14T09:24:18.053Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22942024-10-14T09:24:18.992Z[ helios-setup] Oct 14 09:24:18.120 INFO E| Compiling generic-array v0.14.6
22952024-10-14T09:24:19.306Z[ helios-setup] Oct 14 09:24:18.434 INFO E| Compiling flate2 v1.0.25
22962024-10-14T09:24:23.661Z[ helios-setup] Oct 14 09:24:22.752 INFO E| Compiling block-buffer v0.10.3
22972024-10-14T09:24:23.665Z[ helios-setup] Oct 14 09:24:22.752 INFO E| Compiling crypto-common v0.1.6
22982024-10-14T09:24:23.843Z[ helios-setup] Oct 14 09:24:22.971 INFO E| Compiling digest v0.10.3
22992024-10-14T09:24:23.893Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23002024-10-14T09:24:24.248Z[ helios-setup] Oct 14 09:24:23.376 INFO E| Compiling sha2 v0.10.5
23012024-10-14T09:24:24.788Z[ helios-setup] Oct 14 09:24:23.914 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
23022024-10-14T09:24:25.203Z[ host-package] Compiling half v2.4.1
23032024-10-14T09:24:26.212Z[ host-package] Compiling ciborium-io v0.2.2
23042024-10-14T09:24:26.368Z[ host-package] Compiling ciborium-ll v0.2.2
23052024-10-14T09:24:27.112Z[ host-package] Compiling tungstenite v0.21.0
23062024-10-14T09:24:27.876Z[ host-package] Compiling ciborium v0.2.2
23072024-10-14T09:24:28.529Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23082024-10-14T09:24:30.609Z[ helios-setup] Oct 14 09:24:29.736 INFO E| Finished `release` profile [optimized] target(s) in 13.98s
23092024-10-14T09:24:30.625Z[ helios-setup] Oct 14 09:24:29.751 INFO building project "bootserver" ok (14 seconds)
23102024-10-14T09:24:30.625Z[ helios-setup] Oct 14 09:24:29.751 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
23112024-10-14T09:24:30.625Z[ helios-setup] Oct 14 09:24:29.751 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
23122024-10-14T09:24:30.634Z[ helios-setup] Oct 14 09:24:29.761 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
23132024-10-14T09:24:30.844Z[ helios-setup] Oct 14 09:24:29.971 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
23142024-10-14T09:24:30.844Z[ helios-setup] Oct 14 09:24:29.971 INFO E| info: downloading component 'cargo'
23152024-10-14T09:24:31.144Z[ host-package] Compiling tokio-tungstenite v0.21.0
23162024-10-14T09:24:31.767Z[ host-package] Compiling fastrand v2.1.1
23172024-10-14T09:24:32.313Z[ helios-setup] Oct 14 09:24:31.440 INFO E| info: downloading component 'clippy'
23182024-10-14T09:24:32.346Z[ host-package] Compiling same-file v1.0.6
23192024-10-14T09:24:32.606Z[ host-package] Compiling walkdir v2.5.0
23202024-10-14T09:24:32.697Z[ helios-setup] Oct 14 09:24:31.822 INFO E| info: downloading component 'rust-docs'
23212024-10-14T09:24:33.241Z[ host-package] Compiling tempfile v3.13.0
23222024-10-14T09:24:33.286Z[ host-package] Compiling ring v0.16.20
23232024-10-14T09:24:33.863Z[ helios-setup] Oct 14 09:24:32.990 INFO E| info: downloading component 'rust-src'
23242024-10-14T09:24:34.022Z[ helios-setup] Oct 14 09:24:33.148 INFO E| info: downloading component 'rust-std'
23252024-10-14T09:24:35.868Z[ host-package] Compiling blake3 v1.5.1
23262024-10-14T09:24:35.955Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23272024-10-14T09:24:36.141Z[ host-package] Compiling xattr v1.3.1
23282024-10-14T09:24:36.159Z[ helios-setup] Oct 14 09:24:35.285 INFO E| info: downloading component 'rustc'
23292024-10-14T09:24:36.414Z[ host-package] Compiling memmap2 v0.9.4
23302024-10-14T09:24:36.523Z[ host-package] Compiling filetime v0.2.25
23312024-10-14T09:24:36.840Z[ host-package] Compiling untrusted v0.7.1
23322024-10-14T09:24:36.843Z[ host-package] Compiling keccak v0.1.5
23332024-10-14T09:24:37.091Z[ host-package] Compiling spin v0.5.2
23342024-10-14T09:24:37.373Z[ host-package] Compiling arrayvec v0.7.4
23352024-10-14T09:24:37.824Z[ host-package] Compiling constant_time_eq v0.3.0
23362024-10-14T09:24:37.922Z[ host-package] Compiling arrayref v0.3.7
23372024-10-14T09:24:39.170Z[ host-package] Compiling sha3 v0.10.8
23382024-10-14T09:24:39.747Z[ host-package] Compiling tar v0.4.42
23392024-10-14T09:24:40.117Z[ host-package] Compiling camino-tempfile v1.1.1
23402024-10-14T09:24:40.588Z[ host-package] Compiling toolchain_find v0.4.0
23412024-10-14T09:24:41.163Z[ helios-setup] Oct 14 09:24:40.289 INFO E| info: downloading component 'rustfmt'
23422024-10-14T09:24:41.228Z[ host-package] Compiling nibble_vec v0.1.0
23432024-10-14T09:24:41.362Z[ helios-setup] Oct 14 09:24:40.487 INFO E| info: installing component 'cargo'
23442024-10-14T09:24:41.485Z[ host-package] Compiling glob v0.3.1
23452024-10-14T09:24:41.567Z[ host-package] Compiling maplit v1.0.2
23462024-10-14T09:24:41.705Z[ host-package] Compiling crunchy v0.2.2
23472024-10-14T09:24:41.794Z[ host-package] Compiling endian-type v0.1.2
23482024-10-14T09:24:41.868Z[ host-package] Compiling topological-sort v0.2.2
23492024-10-14T09:24:42.130Z[ host-package] Compiling omicron-zone-package v0.11.1
23502024-10-14T09:24:42.169Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23512024-10-14T09:24:42.224Z[ host-package] Compiling radix_trie v0.2.1
23522024-10-14T09:24:42.336Z[ host-package] Compiling clang-sys v1.7.0
23532024-10-14T09:24:42.434Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23542024-10-14T09:24:42.712Z[ helios-setup] Oct 14 09:24:41.837 INFO E| info: installing component 'clippy'
23552024-10-14T09:24:43.113Z[ host-package] Compiling tiny-keccak v2.0.2
23562024-10-14T09:24:43.181Z[ helios-setup] Oct 14 09:24:42.307 INFO E| info: installing component 'rust-docs'
23572024-10-14T09:24:43.295Z[ host-package] Compiling dsl_auto_type v0.1.2
23582024-10-14T09:24:43.351Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23592024-10-14T09:24:43.573Z[ host-package] Compiling secrecy v0.8.0
23602024-10-14T09:24:43.693Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
23612024-10-14T09:24:43.919Z[ host-package] Compiling arc-swap v1.7.1
23622024-10-14T09:24:44.187Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23632024-10-14T09:24:44.631Z[ host-package] Compiling slog-scope v4.4.0
23642024-10-14T09:24:44.663Z[ host-package] Compiling r2d2 v0.8.10
23652024-10-14T09:24:44.995Z[ host-package] Compiling diesel_derives v2.2.2
23662024-10-14T09:24:45.313Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23672024-10-14T09:24:45.365Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
23682024-10-14T09:24:45.568Z[ host-package] Compiling ascii-canvas v3.0.0
23692024-10-14T09:24:46.685Z[ host-package] Compiling universal-hash v0.5.1
23702024-10-14T09:24:46.693Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
23712024-10-14T09:24:46.887Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23722024-10-14T09:24:47.497Z[ host-package] Compiling ena v0.14.3
23732024-10-14T09:24:47.976Z[ host-package] Compiling libloading v0.8.3
23742024-10-14T09:24:48.126Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
23752024-10-14T09:24:48.513Z[ host-package] Compiling regex-syntax v0.6.29
23762024-10-14T09:24:48.851Z[ helios-setup] Oct 14 09:24:47.976 INFO E| info: installing component 'rust-src'
23772024-10-14T09:24:49.916Z[ helios-setup] Oct 14 09:24:49.041 INFO E| info: installing component 'rust-std'
23782024-10-14T09:24:50.125Z[ host-package] Compiling diff v0.1.13
23792024-10-14T09:24:50.797Z[ host-package] Compiling opaque-debug v0.3.1
23802024-10-14T09:24:50.966Z[ host-package] Compiling bindgen v0.69.4
23812024-10-14T09:24:51.689Z[ host-package] Compiling poly1305 v0.8.0
23822024-10-14T09:24:52.619Z[ helios-setup] Oct 14 09:24:51.744 INFO E| info: installing component 'rustc'
23832024-10-14T09:24:53.593Z[ host-package] Compiling lalrpop v0.19.12
23842024-10-14T09:24:55.064Z[ host-package] Compiling thiserror-no-std v2.0.2
23852024-10-14T09:24:58.403Z[ host-package] Compiling diesel v2.2.4
23862024-10-14T09:24:59.202Z[ helios-setup] Oct 14 09:24:58.326 INFO E| info: installing component 'rustfmt'
23872024-10-14T09:25:00.202Z[ helios-setup] Oct 14 09:24:59.325 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
23882024-10-14T09:25:01.002Z[ helios-setup] Oct 14 09:25:00.125 INFO E| From https://github.com/oxidecomputer/amd-apcb
23892024-10-14T09:25:01.002Z[ helios-setup] Oct 14 09:25:00.125 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
23902024-10-14T09:25:01.005Z[ helios-setup] Oct 14 09:25:00.125 INFO E| * [new tag] v0.4.1 -> v0.4.1
23912024-10-14T09:25:01.030Z[ helios-setup] Oct 14 09:25:00.154 INFO E| * [new tag] v0.1.3 -> v0.1.3
23922024-10-14T09:25:01.030Z[ helios-setup] Oct 14 09:25:00.154 INFO E| * [new tag] v0.1.4 -> v0.1.4
23932024-10-14T09:25:01.033Z[ helios-setup] Oct 14 09:25:00.154 INFO E| * [new tag] v0.1.5 -> v0.1.5
23942024-10-14T09:25:01.033Z[ helios-setup] Oct 14 09:25:00.154 INFO E| * [new tag] v0.2.0 -> v0.2.0
23952024-10-14T09:25:01.033Z[ helios-setup] Oct 14 09:25:00.154 INFO E| * [new tag] v0.3.0 -> v0.3.0
23962024-10-14T09:25:01.033Z[ helios-setup] Oct 14 09:25:00.154 INFO E| * [new tag] v0.3.1 -> v0.3.1
23972024-10-14T09:25:01.033Z[ helios-setup] Oct 14 09:25:00.154 INFO E| * [new tag] v0.3.2 -> v0.3.2
23982024-10-14T09:25:01.033Z[ helios-setup] Oct 14 09:25:00.155 INFO E| * [new tag] v0.3.3 -> v0.3.3
23992024-10-14T09:25:01.033Z[ helios-setup] Oct 14 09:25:00.155 INFO E| * [new tag] v0.4.0 -> v0.4.0
24002024-10-14T09:25:01.070Z[ helios-setup] Oct 14 09:25:00.193 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
24012024-10-14T09:25:02.048Z[ helios-setup] Oct 14 09:25:01.171 INFO E| From https://github.com/oxidecomputer/amd-efs
24022024-10-14T09:25:02.051Z[ helios-setup] Oct 14 09:25:01.171 INFO E| * [new branch] empty -> origin/empty
24032024-10-14T09:25:02.051Z[ helios-setup] Oct 14 09:25:01.171 INFO E| * [new branch] issue-117 -> origin/issue-117
24042024-10-14T09:25:02.051Z[ helios-setup] Oct 14 09:25:01.171 INFO E| * [new branch] issue-99 -> origin/issue-99
24052024-10-14T09:25:02.051Z[ helios-setup] Oct 14 09:25:01.172 INFO E| * [new branch] main -> origin/main
24062024-10-14T09:25:02.051Z[ helios-setup] Oct 14 09:25:01.172 INFO E| * [new branch] review -> origin/review
24072024-10-14T09:25:02.051Z[ helios-setup] Oct 14 09:25:01.172 INFO E| * [new ref] -> origin/HEAD
24082024-10-14T09:25:02.051Z[ helios-setup] Oct 14 09:25:01.172 INFO E| * [new tag] v0.2.0 -> v0.2.0
24092024-10-14T09:25:02.052Z[ helios-setup] Oct 14 09:25:01.172 INFO E| * [new tag] v0.2.1 -> v0.2.1
24102024-10-14T09:25:02.052Z[ helios-setup] Oct 14 09:25:01.172 INFO E| * [new tag] v0.2.2 -> v0.2.2
24112024-10-14T09:25:02.052Z[ helios-setup] Oct 14 09:25:01.173 INFO E| * [new tag] v0.2.3 -> v0.2.3
24122024-10-14T09:25:02.052Z[ helios-setup] Oct 14 09:25:01.173 INFO E| * [new tag] v0.2.4 -> v0.2.4
24132024-10-14T09:25:02.052Z[ helios-setup] Oct 14 09:25:01.173 INFO E| * [new tag] v0.2.5 -> v0.2.5
24142024-10-14T09:25:02.052Z[ helios-setup] Oct 14 09:25:01.173 INFO E| * [new tag] v0.2.6 -> v0.2.6
24152024-10-14T09:25:02.052Z[ helios-setup] Oct 14 09:25:01.173 INFO E| * [new tag] v0.2.7 -> v0.2.7
24162024-10-14T09:25:02.052Z[ helios-setup] Oct 14 09:25:01.173 INFO E| * [new tag] v0.3.0 -> v0.3.0
24172024-10-14T09:25:02.052Z[ helios-setup] Oct 14 09:25:01.173 INFO E| * [new tag] v0.3.1 -> v0.3.1
24182024-10-14T09:25:02.052Z[ helios-setup] Oct 14 09:25:01.173 INFO E| * [new tag] v0.4.0 -> v0.4.0
24192024-10-14T09:25:02.052Z[ helios-setup] Oct 14 09:25:01.174 INFO E| * [new tag] v0.4.1 -> v0.4.1
24202024-10-14T09:25:02.075Z[ helios-setup] Oct 14 09:25:01.198 INFO E| Updating crates.io index
24212024-10-14T09:25:02.364Z[ helios-setup] Oct 14 09:25:01.487 INFO E| Downloading crates ...
24222024-10-14T09:25:02.516Z[ helios-setup] Oct 14 09:25:01.639 INFO E| Downloaded fletcher v0.1.0
24232024-10-14T09:25:02.519Z[ helios-setup] Oct 14 09:25:01.641 INFO E| Downloaded cfg-if v0.1.10
24242024-10-14T09:25:02.522Z[ helios-setup] Oct 14 09:25:01.645 INFO E| Downloaded unic-char-range v0.9.0
24252024-10-14T09:25:02.524Z[ helios-setup] Oct 14 09:25:01.648 INFO E| Downloaded unic-ucd-version v0.9.0
24262024-10-14T09:25:02.527Z[ helios-setup] Oct 14 09:25:01.649 INFO E| Downloaded parse_int v0.6.0
24272024-10-14T09:25:02.529Z[ helios-setup] Oct 14 09:25:01.651 INFO E| Downloaded autocfg v1.4.0
24282024-10-14T09:25:02.533Z[ helios-setup] Oct 14 09:25:01.654 INFO E| Downloaded unic-common v0.9.0
24292024-10-14T09:25:02.535Z[ helios-setup] Oct 14 09:25:01.656 INFO E| Downloaded unic-char-property v0.9.0
24302024-10-14T09:25:02.535Z[ helios-setup] Oct 14 09:25:01.658 INFO E| Downloaded memoffset v0.5.6
24312024-10-14T09:25:02.538Z[ helios-setup] Oct 14 09:25:01.660 INFO E| Downloaded strum v0.23.0
24322024-10-14T09:25:02.540Z[ helios-setup] Oct 14 09:25:01.662 INFO E| Downloaded pest_meta v2.7.13
24332024-10-14T09:25:02.543Z[ helios-setup] Oct 14 09:25:01.665 INFO E| Downloaded modular-bitfield-impl v0.11.2
24342024-10-14T09:25:02.545Z[ helios-setup] Oct 14 09:25:01.668 INFO E| Downloaded semver-parser v0.7.0
24352024-10-14T09:25:02.548Z[ helios-setup] Oct 14 09:25:01.669 INFO E| Downloaded strum_macros v0.23.1
24362024-10-14T09:25:02.550Z[ helios-setup] Oct 14 09:25:01.673 INFO E| Downloaded structopt-derive v0.4.18
24372024-10-14T09:25:02.553Z[ helios-setup] Oct 14 09:25:01.674 INFO E| Downloaded semver v0.9.0
24382024-10-14T09:25:02.555Z[ helios-setup] Oct 14 09:25:01.677 INFO E| Downloaded cpufeatures v0.2.14
24392024-10-14T09:25:02.555Z[ helios-setup] Oct 14 09:25:01.679 INFO E| Downloaded strsim v0.8.0
24402024-10-14T09:25:02.558Z[ helios-setup] Oct 14 09:25:01.680 INFO E| Downloaded rustc_version v0.2.3
24412024-10-14T09:25:02.560Z[ helios-setup] Oct 14 09:25:01.682 INFO E| Downloaded pest_generator v2.7.13
24422024-10-14T09:25:02.562Z[ helios-setup] Oct 14 09:25:01.684 INFO E| Downloaded vec_map v0.8.2
24432024-10-14T09:25:02.562Z[ helios-setup] Oct 14 09:25:01.685 INFO E| Downloaded textwrap v0.11.0
24442024-10-14T09:25:02.565Z[ helios-setup] Oct 14 09:25:01.688 INFO E| Downloaded pre v0.2.1
24452024-10-14T09:25:02.567Z[ helios-setup] Oct 14 09:25:01.689 INFO E| Downloaded ansi_term v0.12.1
24462024-10-14T09:25:02.570Z[ helios-setup] Oct 14 09:25:01.692 INFO E| Downloaded unic-ucd-ident v0.9.0
24472024-10-14T09:25:02.572Z[ helios-setup] Oct 14 09:25:01.695 INFO E| Downloaded scroll v0.10.2
24482024-10-14T09:25:02.575Z[ helios-setup] Oct 14 09:25:01.698 INFO E| Downloaded pre-proc-macro v0.2.1
24492024-10-14T09:25:02.578Z[ helios-setup] Oct 14 09:25:01.701 INFO E| Downloaded once_cell v1.20.1
24502024-10-14T09:25:02.582Z[ helios-setup] Oct 14 09:25:01.705 INFO E| Downloaded proc-macro2 v1.0.86
24512024-10-14T09:25:02.586Z[ helios-setup] Oct 14 09:25:01.710 INFO E| Downloaded ucd-trie v0.1.7
24522024-10-14T09:25:02.589Z[ helios-setup] Oct 14 09:25:01.712 INFO E| Downloaded toml v0.5.11
24532024-10-14T09:25:02.594Z[ helios-setup] Oct 14 09:25:01.716 INFO E| Downloaded pest_derive v2.7.13
24542024-10-14T09:25:02.597Z[ helios-setup] Oct 14 09:25:01.720 INFO E| Downloaded structopt v0.3.26
24552024-10-14T09:25:02.610Z[ helios-setup] Oct 14 09:25:01.732 INFO E| Downloaded memchr v2.7.4
24562024-10-14T09:25:02.618Z[ helios-setup] Oct 14 09:25:01.741 INFO E| Downloaded goblin v0.4.3
24572024-10-14T09:25:02.627Z[ helios-setup] Oct 14 09:25:01.750 INFO E| Downloaded unicode-segmentation v1.12.0
24582024-10-14T09:25:02.633Z[ helios-setup] Oct 14 09:25:01.756 INFO E| Downloaded portable-atomic v1.9.0
24592024-10-14T09:25:02.662Z[ helios-setup] Oct 14 09:25:01.785 INFO E| Downloaded unicode-width v0.1.14
24602024-10-14T09:25:02.675Z[ helios-setup] Oct 14 09:25:01.799 INFO E| Downloaded clap v2.34.0
24612024-10-14T09:25:02.693Z[ helios-setup] Oct 14 09:25:01.816 INFO E| Downloaded pest v2.7.13
24622024-10-14T09:25:02.718Z[ helios-setup] Oct 14 09:25:01.841 INFO E| Downloaded modular-bitfield v0.11.2
24632024-10-14T09:25:02.734Z[ helios-setup] Oct 14 09:25:01.857 INFO E| Downloaded four-cc v0.3.0
24642024-10-14T09:25:02.737Z[ helios-setup] Oct 14 09:25:01.859 INFO E| Downloaded bytesize v1.3.0
24652024-10-14T09:25:02.739Z[ helios-setup] Oct 14 09:25:01.861 INFO E| Downloaded scroll_derive v0.10.5
24662024-10-14T09:25:02.739Z[ helios-setup] Oct 14 09:25:01.862 INFO E| Downloaded proc-macro-crate v0.1.5
24672024-10-14T09:25:02.865Z[ helios-setup] Oct 14 09:25:01.988 INFO E| Compiling proc-macro2 v1.0.86
24682024-10-14T09:25:02.865Z[ helios-setup] Oct 14 09:25:01.988 INFO E| Compiling unicode-ident v1.0.13
24692024-10-14T09:25:02.867Z[ helios-setup] Oct 14 09:25:01.988 INFO E| Compiling syn v1.0.109
24702024-10-14T09:25:02.867Z[ helios-setup] Oct 14 09:25:01.988 INFO E| Compiling version_check v0.9.5
24712024-10-14T09:25:02.867Z[ helios-setup] Oct 14 09:25:01.988 INFO E| Compiling memchr v2.7.4
24722024-10-14T09:25:02.867Z[ helios-setup] Oct 14 09:25:01.988 INFO E| Compiling thiserror v1.0.64
24732024-10-14T09:25:02.867Z[ helios-setup] Oct 14 09:25:01.988 INFO E| Compiling autocfg v1.4.0
24742024-10-14T09:25:02.867Z[ helios-setup] Oct 14 09:25:01.988 INFO E| Compiling semver-parser v0.7.0
24752024-10-14T09:25:03.663Z[ helios-setup] Oct 14 09:25:02.786 INFO E| Compiling serde v1.0.210
24762024-10-14T09:25:04.814Z[ helios-setup] Oct 14 09:25:03.937 INFO E| Compiling semver v0.9.0
24772024-10-14T09:25:04.856Z[ helios-setup] Oct 14 09:25:03.978 INFO E| Compiling proc-macro-error-attr v1.0.4
24782024-10-14T09:25:04.883Z[ helios-setup] Oct 14 09:25:04.006 INFO E| Compiling proc-macro-error v1.0.4
24792024-10-14T09:25:05.223Z[ helios-setup] Oct 14 09:25:04.345 INFO E| Compiling serde_json v1.0.128
24802024-10-14T09:25:05.254Z[ helios-setup] Oct 14 09:25:04.377 INFO E| Compiling num-traits v0.2.19
24812024-10-14T09:25:05.368Z[ helios-setup] Oct 14 09:25:04.489 INFO E| Compiling rustc_version v0.2.3
24822024-10-14T09:25:05.826Z[ helios-setup] Oct 14 09:25:04.949 INFO E| Compiling ryu v1.0.18
24832024-10-14T09:25:05.869Z[ helios-setup] Oct 14 09:25:04.992 INFO E| Compiling schemars v0.8.21
24842024-10-14T09:25:06.001Z[ helios-setup] Oct 14 09:25:05.124 INFO E| Compiling itoa v1.0.11
24852024-10-14T09:25:06.079Z[ helios-setup] Oct 14 09:25:05.202 INFO E| Compiling unicode-segmentation v1.12.0
24862024-10-14T09:25:06.342Z[ helios-setup] Oct 14 09:25:05.465 INFO E| Compiling pre-proc-macro v0.2.1
24872024-10-14T09:25:06.620Z[ helios-setup] Oct 14 09:25:05.742 INFO E| Compiling memoffset v0.5.6
24882024-10-14T09:25:06.716Z[ helios-setup] Oct 14 09:25:05.839 INFO E| Compiling ucd-trie v0.1.7
24892024-10-14T09:25:07.082Z[ helios-setup] Oct 14 09:25:06.205 INFO E| Compiling dyn-clone v1.0.17
24902024-10-14T09:25:07.093Z[ helios-setup] Oct 14 09:25:06.214 INFO E| Compiling paste v1.0.15
24912024-10-14T09:25:07.093Z[ helios-setup] Oct 14 09:25:06.215 INFO E| Compiling lazy_static v1.5.0
24922024-10-14T09:25:07.283Z[ helios-setup] Oct 14 09:25:06.405 INFO E| Compiling quote v1.0.37
24932024-10-14T09:25:07.289Z[ helios-setup] Oct 14 09:25:06.412 INFO E| Compiling rustversion v1.0.17
24942024-10-14T09:25:07.560Z[ helios-setup] Oct 14 09:25:06.682 INFO E| Compiling libc v0.2.159
24952024-10-14T09:25:08.018Z[ helios-setup] Oct 14 09:25:07.140 INFO E| Compiling syn v2.0.79
24962024-10-14T09:25:08.301Z[ host-package] Compiling slog-stdlog v4.1.1
24972024-10-14T09:25:08.589Z[ helios-setup] Oct 14 09:25:07.712 INFO E| Compiling heck v0.3.3
24982024-10-14T09:25:09.048Z[ helios-setup] Oct 14 09:25:08.171 INFO E| Compiling pre v0.2.1
24992024-10-14T09:25:09.379Z[ helios-setup] Oct 14 09:25:08.501 INFO E| Compiling byteorder v1.5.0
25002024-10-14T09:25:09.441Z[ helios-setup] Oct 14 09:25:08.563 INFO E| Compiling static_assertions v1.1.0
25012024-10-14T09:25:09.534Z[ helios-setup] Oct 14 09:25:08.657 INFO E| Compiling cfg-if v0.1.10
25022024-10-14T09:25:09.619Z[ helios-setup] Oct 14 09:25:08.742 INFO E| Compiling once_cell v1.20.1
25032024-10-14T09:25:09.737Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
25042024-10-14T09:25:10.579Z[ helios-setup] Oct 14 09:25:09.701 INFO E| Compiling unicode-width v0.1.14
25052024-10-14T09:25:11.155Z[ host-package] Compiling which v4.4.2
25062024-10-14T09:25:11.532Z[ helios-setup] Oct 14 09:25:10.654 INFO E| Compiling textwrap v0.11.0
25072024-10-14T09:25:11.713Z[ helios-setup] Oct 14 09:25:10.835 INFO E| Compiling atty v0.2.14
25082024-10-14T09:25:12.104Z[ helios-setup] Oct 14 09:25:11.226 INFO E| Compiling strsim v0.8.0
25092024-10-14T09:25:12.133Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
25102024-10-14T09:25:12.517Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
25112024-10-14T09:25:12.781Z[ helios-setup] Oct 14 09:25:11.903 INFO E| Compiling parse_int v0.6.0
25122024-10-14T09:25:12.979Z[ helios-setup] Oct 14 09:25:12.101 INFO E| Compiling ansi_term v0.12.1
25132024-10-14T09:25:13.018Z[ host-package] Compiling chacha20 v0.9.1
25142024-10-14T09:25:13.126Z[ helios-setup] Oct 14 09:25:12.249 INFO E| Compiling unic-common v0.9.0
25152024-10-14T09:25:13.187Z[ helios-setup] Oct 14 09:25:12.310 INFO E| Compiling unic-char-range v0.9.0
25162024-10-14T09:25:13.193Z[ helios-setup] Oct 14 09:25:12.315 INFO E| Compiling bitflags v1.3.2
25172024-10-14T09:25:13.281Z[ helios-setup] Oct 14 09:25:12.403 INFO E| Compiling fletcher v0.1.0
25182024-10-14T09:25:13.308Z[ host-package] Compiling cexpr v0.6.0
25192024-10-14T09:25:13.360Z[ helios-setup] Oct 14 09:25:12.482 INFO E| Compiling strum v0.23.0
25202024-10-14T09:25:13.483Z[ helios-setup] Oct 14 09:25:12.605 INFO E| Compiling vec_map v0.8.2
25212024-10-14T09:25:13.548Z[ helios-setup] Oct 14 09:25:12.670 INFO E| Compiling unic-char-property v0.9.0
25222024-10-14T09:25:13.593Z[ helios-setup] Oct 14 09:25:12.715 INFO E| Compiling unic-ucd-version v0.9.0
25232024-10-14T09:25:13.689Z[ helios-setup] Oct 14 09:25:12.811 INFO E| Compiling plain v0.2.3
25242024-10-14T09:25:13.706Z[ helios-setup] Oct 14 09:25:12.828 INFO E| Compiling log v0.4.22
25252024-10-14T09:25:13.773Z[ helios-setup] Oct 14 09:25:12.895 INFO E| Compiling unic-ucd-ident v0.9.0
25262024-10-14T09:25:13.961Z[ host-package] Compiling aead v0.5.2
25272024-10-14T09:25:13.985Z[ helios-setup] Oct 14 09:25:13.107 INFO E| Compiling clap v2.34.0
25282024-10-14T09:25:14.087Z[ helios-setup] Oct 14 09:25:13.208 INFO E| Compiling bytesize v1.3.0
25292024-10-14T09:25:14.694Z[ host-package] Compiling ref-cast v1.0.23
25302024-10-14T09:25:15.688Z[ host-package] Compiling lazycell v1.3.0
25312024-10-14T09:25:16.127Z[ helios-setup] Oct 14 09:25:15.249 INFO E| Compiling serde_derive_internals v0.29.1
25322024-10-14T09:25:16.130Z[ host-package] Compiling rustc-hash v1.1.0
25332024-10-14T09:25:16.157Z[ host-package] Compiling shlex v1.3.0
25342024-10-14T09:25:17.245Z[ host-package] Compiling chacha20poly1305 v0.10.1
25352024-10-14T09:25:17.813Z[ host-package] Compiling slog-envlogger v2.2.0
25362024-10-14T09:25:17.893Z[ helios-setup] Oct 14 09:25:17.014 INFO E| Compiling toml v0.5.11
25372024-10-14T09:25:20.829Z[ helios-setup] Oct 14 09:25:19.950 INFO E| Compiling proc-macro-crate v0.1.5
25382024-10-14T09:25:21.000Z[ helios-setup] Oct 14 09:25:20.121 INFO E| Compiling thiserror-impl v1.0.64
25392024-10-14T09:25:21.605Z[ helios-setup] Oct 14 09:25:20.725 INFO E| Compiling serde_derive v1.0.210
25402024-10-14T09:25:21.614Z[ host-package] Compiling vsss-rs v3.3.4
25412024-10-14T09:25:22.002Z[ helios-setup] Oct 14 09:25:21.123 INFO E| Compiling schemars_derive v0.8.21
25422024-10-14T09:25:22.004Z[ helios-setup] Oct 14 09:25:21.123 INFO E| Compiling zerocopy-derive v0.6.6
25432024-10-14T09:25:22.163Z[ helios-setup] Oct 14 09:25:21.284 INFO E| Compiling num-derive v0.4.2
25442024-10-14T09:25:25.743Z[ helios-setup] Oct 14 09:25:24.863 INFO E| Compiling zerocopy v0.6.6
25452024-10-14T09:25:26.936Z[ helios-setup] Oct 14 09:25:26.056 INFO E| Compiling pest v2.7.13
25462024-10-14T09:25:30.247Z[ helios-setup] Oct 14 09:25:29.366 INFO E| Compiling modular-bitfield-impl v0.11.2
25472024-10-14T09:25:30.316Z[ helios-setup] Oct 14 09:25:29.436 INFO E| Compiling strum_macros v0.23.1
25482024-10-14T09:25:30.380Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
25492024-10-14T09:25:30.977Z[ host-package] Compiling derive_builder_core v0.20.0
25502024-10-14T09:25:31.472Z[ helios-setup] Oct 14 09:25:30.592 INFO E| Compiling pest_meta v2.7.13
25512024-10-14T09:25:32.037Z[ helios-setup] Oct 14 09:25:31.156 INFO E| Compiling scroll_derive v0.10.5
25522024-10-14T09:25:32.490Z[ helios-setup] Oct 14 09:25:31.610 INFO E| Compiling structopt-derive v0.4.18
25532024-10-14T09:25:34.567Z[ helios-setup] Oct 14 09:25:33.686 INFO E| Compiling pest_generator v2.7.13
25542024-10-14T09:25:35.302Z[ helios-setup] Oct 14 09:25:34.422 INFO E| Compiling scroll v0.10.2
25552024-10-14T09:25:35.460Z[ helios-setup] Oct 14 09:25:34.580 INFO E| Compiling modular-bitfield v0.11.2
25562024-10-14T09:25:35.631Z[ host-package] Compiling headers-core v0.3.0
25572024-10-14T09:25:36.276Z[ host-package] Compiling fxhash v0.2.1
25582024-10-14T09:25:36.322Z[ helios-setup] Oct 14 09:25:35.441 INFO E| Compiling goblin v0.4.3
25592024-10-14T09:25:36.786Z[ host-package] Compiling libxml v0.3.3
25602024-10-14T09:25:36.864Z[ host-package] Compiling polar-core v0.27.3
25612024-10-14T09:25:37.588Z[ host-package] Compiling ref-cast-impl v1.0.23
25622024-10-14T09:25:37.789Z[ helios-setup] Oct 14 09:25:36.908 INFO E| Compiling structopt v0.3.26
25632024-10-14T09:25:37.818Z[ host-package] Compiling headers v0.4.0
25642024-10-14T09:25:38.771Z[ helios-setup] Oct 14 09:25:37.890 INFO E| Compiling pest_derive v2.7.13
25652024-10-14T09:25:39.640Z[ host-package] Compiling derive_builder_macro v0.20.0
25662024-10-14T09:25:41.225Z[ host-package] Compiling samael v0.0.17
25672024-10-14T09:25:42.608Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25682024-10-14T09:25:43.528Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25692024-10-14T09:25:44.030Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25702024-10-14T09:25:44.448Z[ helios-setup] Oct 14 09:25:43.567 INFO E| Compiling json5 v0.4.1
25712024-10-14T09:25:46.666Z[ host-package] Compiling strum_macros v0.24.3
25722024-10-14T09:25:50.338Z[ helios-setup] Oct 14 09:25:49.456 INFO E| Compiling four-cc v0.3.0
25732024-10-14T09:25:50.338Z[ helios-setup] Oct 14 09:25:49.456 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
25742024-10-14T09:25:50.609Z[ helios-setup] Oct 14 09:25:49.726 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
25752024-10-14T09:25:51.181Z[ host-package] Compiling kstat-rs v0.2.4
25762024-10-14T09:25:51.630Z[ host-package] Compiling unicase v2.7.0
25772024-10-14T09:25:52.122Z[ host-package] Compiling indoc v1.0.9
25782024-10-14T09:25:52.607Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
25792024-10-14T09:25:53.049Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
25802024-10-14T09:26:00.470Z[ host-package] Compiling derive_builder v0.20.0
25812024-10-14T09:26:00.758Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
25822024-10-14T09:26:00.926Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
25832024-10-14T09:26:01.354Z[ host-package] Compiling oso-derive v0.27.3
25842024-10-14T09:26:02.470Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
25852024-10-14T09:26:06.281Z[ host-package] Compiling libz-sys v1.1.16
25862024-10-14T09:26:07.088Z[ host-package] Compiling quick-xml v0.33.0
25872024-10-14T09:26:10.836Z[ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3)
25882024-10-14T09:26:11.263Z[ host-package] Compiling cfg_aliases v0.1.1
25892024-10-14T09:26:11.495Z[ host-package] Compiling parking_lot_core v0.8.6
25902024-10-14T09:26:12.145Z[ host-package] Compiling nix v0.28.0
25912024-10-14T09:26:13.120Z[ host-package] Compiling oso v0.27.3
25922024-10-14T09:26:13.752Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
25932024-10-14T09:26:14.119Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
25942024-10-14T09:26:15.670Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
25952024-10-14T09:26:19.127Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
25962024-10-14T09:26:19.596Z[ host-package] Compiling bb8 v0.8.5
25972024-10-14T09:26:20.185Z[ host-package] Compiling const_format_proc_macros v0.2.33
25982024-10-14T09:26:20.503Z[ host-package] Compiling vte_generate_state_changes v0.1.1
25992024-10-14T09:26:21.379Z[ host-package] Compiling vte v0.11.1
26002024-10-14T09:26:22.370Z[ host-package] Compiling const_format v0.2.33
26012024-10-14T09:26:23.110Z[ host-package] Compiling async-bb8-diesel v0.2.1
26022024-10-14T09:26:24.798Z[ host-package] Compiling fd-lock v4.0.2
26032024-10-14T09:26:25.091Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
26042024-10-14T09:26:25.232Z[ host-package] Compiling atty v0.2.14
26052024-10-14T09:26:25.472Z[ host-package] Compiling bytecount v0.6.8
26062024-10-14T09:26:25.851Z[ host-package] Compiling salty v0.3.0
26072024-10-14T09:26:26.375Z[ host-package] Compiling papergrid v0.11.0
26082024-10-14T09:26:31.837Z[ helios-setup] Oct 14 09:26:30.950 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
26092024-10-14T09:26:32.931Z[ host-package] Compiling parking_lot v0.11.2
26102024-10-14T09:26:39.899Z[ host-package] Compiling strip-ansi-escapes v0.2.0
26112024-10-14T09:26:41.143Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
26122024-10-14T09:26:42.028Z[ host-package] Compiling tabled_derive v0.7.0
26132024-10-14T09:26:44.868Z[ host-package] Compiling peg-macros v0.8.4
26142024-10-14T09:26:44.899Z[ helios-setup] Oct 14 09:26:44.011 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
26152024-10-14T09:26:46.658Z[ host-package] Compiling sqlparser_derive v0.2.2
26162024-10-14T09:26:47.820Z[ host-package] Compiling nu-ansi-term v0.50.0
26172024-10-14T09:26:48.744Z[ host-package] Compiling unicode_categories v0.1.1
26182024-10-14T09:26:49.150Z[ host-package] Compiling sqlformat v0.2.6
26192024-10-14T09:26:49.209Z[ host-package] Compiling rustyline v14.0.0
26202024-10-14T09:27:01.680Z[ host-package] Compiling peg v0.8.4
26212024-10-14T09:27:01.879Z[ host-package] Compiling reedline v0.35.0
26222024-10-14T09:27:02.257Z[ host-package] Compiling sqlparser v0.45.0
26232024-10-14T09:27:03.762Z[ host-package] Compiling tabled v0.15.0
26242024-10-14T09:27:09.584Z[ host-package] Compiling sled v0.34.7
26252024-10-14T09:27:11.553Z[ host-package] Compiling mime_guess v2.0.4
26262024-10-14T09:27:16.574Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
26272024-10-14T09:27:19.471Z[ host-package] Compiling hickory-client v0.24.1
26282024-10-14T09:27:22.909Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26292024-10-14T09:27:23.992Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
26302024-10-14T09:27:24.123Z[ helios-setup] Oct 14 09:27:23.229 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 24s
26312024-10-14T09:27:24.161Z[ helios-setup] Oct 14 09:27:23.267 INFO building project "amd-host-image-builder" ok (173 seconds)
26322024-10-14T09:27:24.164Z[ helios-setup] Oct 14 09:27:23.267 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
26332024-10-14T09:27:24.164Z[ helios-setup] Oct 14 09:27:23.267 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
26342024-10-14T09:27:24.572Z[ helios-setup] Oct 14 09:27:23.678 INFO E| Compiling adler v1.0.2
26352024-10-14T09:27:24.702Z[ helios-setup] Oct 14 09:27:23.809 INFO E| Compiling miniz_oxide v0.7.2
26362024-10-14T09:27:25.283Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26372024-10-14T09:27:27.282Z[ helios-setup] Oct 14 09:27:26.389 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
26382024-10-14T09:27:27.939Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
26392024-10-14T09:27:28.345Z[ helios-setup] Oct 14 09:27:27.451 INFO E| Finished `release` profile [optimized] target(s) in 4.04s
26402024-10-14T09:27:28.352Z[ helios-setup] Oct 14 09:27:27.459 INFO building project "pinprick" ok (4 seconds)
26412024-10-14T09:27:28.352Z[ helios-setup] Oct 14 09:27:27.459 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
26422024-10-14T09:27:28.352Z[ helios-setup] Oct 14 09:27:27.459 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
26432024-10-14T09:27:28.655Z[ helios-setup] Oct 14 09:27:27.761 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
26442024-10-14T09:27:29.142Z[ helios-setup] Oct 14 09:27:28.248 INFO E| From https://github.com/jclulow/rust-jmclib
26452024-10-14T09:27:29.142Z[ helios-setup] Oct 14 09:27:28.248 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
26462024-10-14T09:27:29.164Z[ helios-setup] Oct 14 09:27:28.270 INFO E| Updating crates.io index
26472024-10-14T09:27:29.415Z[ helios-setup] Oct 14 09:27:28.521 INFO E| Downloading crates ...
26482024-10-14T09:27:29.625Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26492024-10-14T09:27:29.631Z[ helios-setup] Oct 14 09:27:28.733 INFO E| Downloaded opaque-debug v0.3.0
26502024-10-14T09:27:29.633Z[ helios-setup] Oct 14 09:27:28.734 INFO E| Downloaded md-5 v0.9.1
26512024-10-14T09:27:29.633Z[ helios-setup] Oct 14 09:27:28.736 INFO E| Downloaded libdevinfo-sys v1.0.0
26522024-10-14T09:27:29.636Z[ helios-setup] Oct 14 09:27:28.736 INFO E| Downloaded getrandom v0.2.10
26532024-10-14T09:27:29.636Z[ helios-setup] Oct 14 09:27:28.740 INFO E| Downloaded digest v0.9.0
26542024-10-14T09:27:29.636Z[ helios-setup] Oct 14 09:27:28.741 INFO E| Downloaded cpufeatures v0.2.9
26552024-10-14T09:27:29.638Z[ helios-setup] Oct 14 09:27:28.743 INFO E| Downloaded block-buffer v0.9.0
26562024-10-14T09:27:29.638Z[ helios-setup] Oct 14 09:27:28.744 INFO E| Downloaded bitflags v2.3.3
26572024-10-14T09:27:29.667Z[ helios-setup] Oct 14 09:27:28.773 INFO E| Downloaded walkdir v2.3.3
26582024-10-14T09:27:29.670Z[ helios-setup] Oct 14 09:27:28.776 INFO E| Downloaded sha-1 v0.9.8
26592024-10-14T09:27:29.673Z[ helios-setup] Oct 14 09:27:28.779 INFO E| Downloaded quote v1.0.31
26602024-10-14T09:27:29.677Z[ helios-setup] Oct 14 09:27:28.783 INFO E| Downloaded itoa v1.0.9
26612024-10-14T09:27:29.680Z[ helios-setup] Oct 14 09:27:28.786 INFO E| Downloaded once_cell v1.18.0
26622024-10-14T09:27:29.684Z[ helios-setup] Oct 14 09:27:28.790 INFO E| Downloaded fastrand v2.0.0
26632024-10-14T09:27:29.686Z[ helios-setup] Oct 14 09:27:28.792 INFO E| Downloaded uuid v0.8.2
26642024-10-14T09:27:29.691Z[ helios-setup] Oct 14 09:27:28.798 INFO E| Downloaded ryu v1.0.15
26652024-10-14T09:27:29.696Z[ helios-setup] Oct 14 09:27:28.803 INFO E| Downloaded typenum v1.16.0
26662024-10-14T09:27:29.700Z[ helios-setup] Oct 14 09:27:28.807 INFO E| Downloaded serde v1.0.193
26672024-10-14T09:27:29.706Z[ helios-setup] Oct 14 09:27:28.812 INFO E| Downloaded tempfile v3.7.0
26682024-10-14T09:27:29.709Z[ helios-setup] Oct 14 09:27:28.816 INFO E| Downloaded proc-macro2 v1.0.66
26692024-10-14T09:27:29.713Z[ helios-setup] Oct 14 09:27:28.820 INFO E| Downloaded anyhow v1.0.72
26702024-10-14T09:27:29.720Z[ helios-setup] Oct 14 09:27:28.826 INFO E| Downloaded unicode-ident v1.0.11
26712024-10-14T09:27:29.724Z[ helios-setup] Oct 14 09:27:28.831 INFO E| Downloaded serde_json v1.0.103
26722024-10-14T09:27:29.786Z[ helios-setup] Oct 14 09:27:28.893 INFO E| Downloaded serde_derive v1.0.193
26732024-10-14T09:27:29.790Z[ helios-setup] Oct 14 09:27:28.897 INFO E| Downloaded syn v2.0.32
26742024-10-14T09:27:29.836Z[ helios-setup] Oct 14 09:27:28.942 INFO E| Downloaded rustix v0.38.4
26752024-10-14T09:27:29.870Z[ helios-setup] Oct 14 09:27:28.977 INFO E| Downloaded errno v0.3.1
26762024-10-14T09:27:29.873Z[ helios-setup] Oct 14 09:27:28.979 INFO E| Downloaded libc v0.2.147
26772024-10-14T09:27:30.088Z[ helios-setup] Oct 14 09:27:29.195 INFO E| Compiling libc v0.2.147
26782024-10-14T09:27:30.088Z[ helios-setup] Oct 14 09:27:29.195 INFO E| Compiling proc-macro2 v1.0.66
26792024-10-14T09:27:30.091Z[ helios-setup] Oct 14 09:27:29.195 INFO E| Compiling cfg-if v1.0.0
26802024-10-14T09:27:30.091Z[ helios-setup] Oct 14 09:27:29.195 INFO E| Compiling unicode-ident v1.0.11
26812024-10-14T09:27:30.091Z[ helios-setup] Oct 14 09:27:29.195 INFO E| Compiling typenum v1.16.0
26822024-10-14T09:27:30.091Z[ helios-setup] Oct 14 09:27:29.195 INFO E| Compiling version_check v0.9.4
26832024-10-14T09:27:30.091Z[ helios-setup] Oct 14 09:27:29.195 INFO E| Compiling serde v1.0.193
26842024-10-14T09:27:30.091Z[ helios-setup] Oct 14 09:27:29.195 INFO E| Compiling itoa v1.0.9
26852024-10-14T09:27:30.517Z[ host-package] Compiling hickory-server v0.24.1
26862024-10-14T09:27:30.722Z[ helios-setup] Oct 14 09:27:29.828 INFO E| Compiling num-conv v0.1.0
26872024-10-14T09:27:30.830Z[ host-package] Compiling primeorder v0.13.6
26882024-10-14T09:27:30.857Z[ helios-setup] Oct 14 09:27:29.963 INFO E| Compiling time-core v0.1.2
26892024-10-14T09:27:31.109Z[ helios-setup] Oct 14 09:27:30.215 INFO E| Compiling powerfmt v0.2.0
26902024-10-14T09:27:31.109Z[ helios-setup] Oct 14 09:27:30.215 INFO E| Compiling rustix v0.38.4
26912024-10-14T09:27:31.460Z[ helios-setup] Oct 14 09:27:30.563 INFO E| Compiling slog v2.7.0
26922024-10-14T09:27:31.734Z[ host-package] Compiling vergen v8.3.2
26932024-10-14T09:27:31.734Z[ helios-setup] Oct 14 09:27:30.839 INFO E| Compiling generic-array v0.14.7
26942024-10-14T09:27:31.792Z[ host-package] Compiling bcs v0.1.6
26952024-10-14T09:27:31.982Z[ helios-setup] Oct 14 09:27:31.088 INFO E| Compiling deranged v0.3.11
26962024-10-14T09:27:32.087Z[ helios-setup] Oct 14 09:27:31.192 INFO E| Compiling time-macros v0.2.18
26972024-10-14T09:27:32.613Z[ helios-setup] Oct 14 09:27:31.719 INFO E| Compiling quote v1.0.31
26982024-10-14T09:27:32.715Z[ host-package] Compiling env_filter v0.1.2
26992024-10-14T09:27:32.770Z[ helios-setup] Oct 14 09:27:31.876 INFO E| Compiling num_threads v0.1.6
27002024-10-14T09:27:32.831Z[ helios-setup] Oct 14 09:27:31.937 INFO E| Compiling once_cell v1.18.0
27012024-10-14T09:27:32.897Z[ helios-setup] Oct 14 09:27:32.003 INFO E| Compiling bitflags v2.3.3
27022024-10-14T09:27:33.602Z[ host-package] Compiling cargo-platform v0.1.8
27032024-10-14T09:27:33.774Z[ helios-setup] Oct 14 09:27:32.880 INFO E| Compiling syn v2.0.32
27042024-10-14T09:27:33.836Z[ helios-setup] Oct 14 09:27:32.942 INFO E| Compiling thread_local v1.1.7
27052024-10-14T09:27:33.872Z[ helios-setup] Oct 14 09:27:32.978 INFO E| Compiling anyhow v1.0.72
27062024-10-14T09:27:34.851Z[ host-package] Compiling nanorand v0.7.0
27072024-10-14T09:27:35.022Z[ helios-setup] Oct 14 09:27:34.127 INFO E| Compiling dirs-sys-next v0.1.2
27082024-10-14T09:27:35.161Z[ helios-setup] Oct 14 09:27:34.266 INFO E| Compiling errno v0.3.1
27092024-10-14T09:27:35.164Z[ host-package] Compiling memoffset v0.9.1
27102024-10-14T09:27:35.518Z[ helios-setup] Oct 14 09:27:34.623 INFO E| Compiling dirs-next v2.0.0
27112024-10-14T09:27:35.745Z[ helios-setup] Oct 14 09:27:34.850 INFO E| Compiling term v0.7.0
27122024-10-14T09:27:35.855Z[ helios-setup] Oct 14 09:27:34.961 INFO E| Compiling atty v0.2.14
27132024-10-14T09:27:35.876Z[ host-package] Compiling flume v0.11.0
27142024-10-14T09:27:36.226Z[ host-package] Compiling cargo_metadata v0.18.1
27152024-10-14T09:27:36.272Z[ helios-setup] Oct 14 09:27:35.378 INFO E| Compiling opaque-debug v0.3.0
27162024-10-14T09:27:36.336Z[ helios-setup] Oct 14 09:27:35.442 INFO E| Compiling serde_json v1.0.103
27172024-10-14T09:27:36.349Z[ helios-setup] Oct 14 09:27:35.455 INFO E| Compiling fastrand v2.0.0
27182024-10-14T09:27:37.037Z[ helios-setup] Oct 14 09:27:36.142 INFO E| Compiling getrandom v0.2.10
27192024-10-14T09:27:37.683Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27202024-10-14T09:27:37.709Z[ helios-setup] Oct 14 09:27:36.814 INFO E| Compiling digest v0.9.0
27212024-10-14T09:27:37.720Z[ helios-setup] Oct 14 09:27:36.825 INFO E| Compiling block-buffer v0.9.0
27222024-10-14T09:27:37.784Z[ helios-setup] Oct 14 09:27:36.890 INFO E| Compiling same-file v1.0.6
27232024-10-14T09:27:37.869Z[ helios-setup] Oct 14 09:27:36.974 INFO E| Compiling unicode-width v0.1.10
27242024-10-14T09:27:38.092Z[ helios-setup] Oct 14 09:27:37.197 INFO E| Compiling time v0.3.36
27252024-10-14T09:27:38.253Z[ helios-setup] Oct 14 09:27:37.358 INFO E| Compiling cpufeatures v0.2.9
27262024-10-14T09:27:38.275Z[ helios-setup] Oct 14 09:27:37.381 INFO E| Compiling ryu v1.0.15
27272024-10-14T09:27:38.362Z[ helios-setup] Oct 14 09:27:37.467 INFO E| Compiling sha-1 v0.9.8
27282024-10-14T09:27:38.552Z[ helios-setup] Oct 14 09:27:37.656 INFO E| Compiling tempfile v3.7.0
27292024-10-14T09:27:38.552Z[ helios-setup] Oct 14 09:27:37.657 INFO E| Compiling getopts v0.2.21
27302024-10-14T09:27:38.949Z[ helios-setup] Oct 14 09:27:38.054 INFO E| Compiling walkdir v2.3.3
27312024-10-14T09:27:39.216Z[ helios-setup] Oct 14 09:27:38.321 INFO E| Compiling md-5 v0.9.1
27322024-10-14T09:27:40.062Z[ helios-setup] Oct 14 09:27:39.167 INFO E| Compiling glob v0.3.1
27332024-10-14T09:27:40.104Z[ helios-setup] Oct 14 09:27:39.209 INFO E| Compiling libdevinfo-sys v1.0.0
27342024-10-14T09:27:41.717Z[ helios-setup] Oct 14 09:27:40.822 INFO E| Compiling slog-term v2.9.0
27352024-10-14T09:27:42.427Z[ host-package] Compiling env_logger v0.11.5
27362024-10-14T09:27:42.557Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
27372024-10-14T09:27:43.331Z[ helios-setup] Oct 14 09:27:42.435 INFO E| Compiling serde_derive v1.0.193
27382024-10-14T09:27:44.545Z[ host-package] Compiling p384 v0.13.0
27392024-10-14T09:27:49.629Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27402024-10-14T09:27:53.851Z[ host-package] Compiling git2 v0.19.0
27412024-10-14T09:27:54.009Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27422024-10-14T09:27:58.350Z[ helios-setup] Oct 14 09:27:57.452 INFO E| Compiling toml v0.5.11
27432024-10-14T09:27:58.350Z[ helios-setup] Oct 14 09:27:57.452 INFO E| Compiling uuid v0.8.2
27442024-10-14T09:28:00.567Z[ helios-setup] Oct 14 09:27:59.670 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
27452024-10-14T09:28:03.810Z[ helios-setup] Oct 14 09:28:02.912 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
27462024-10-14T09:28:05.509Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27472024-10-14T09:28:06.856Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
27482024-10-14T09:28:06.943Z[ host-package] Compiling libsqlite3-sys v0.30.1
27492024-10-14T09:28:07.365Z[ host-package] Compiling lzma-sys v0.1.20
27502024-10-14T09:28:07.710Z[ host-package] Compiling rustls v0.21.12
27512024-10-14T09:28:08.160Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
27522024-10-14T09:28:08.213Z[ host-package] Compiling cfg_aliases v0.2.1
27532024-10-14T09:28:08.363Z[ host-package] Compiling nix v0.29.0
27542024-10-14T09:28:09.077Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27552024-10-14T09:28:10.923Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
27562024-10-14T09:28:11.363Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
27572024-10-14T09:28:12.350Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27582024-10-14T09:28:16.153Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
27592024-10-14T09:28:17.227Z[ helios-setup] Oct 14 09:28:16.328 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.77s
27602024-10-14T09:28:17.263Z[ helios-setup] Oct 14 09:28:16.363 INFO building project "image-builder" ok (48 seconds)
27612024-10-14T09:28:17.263Z[ helios-setup] Oct 14 09:28:16.363 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27622024-10-14T09:28:17.268Z[ helios-setup] Oct 14 09:28:16.363 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27632024-10-14T09:28:17.621Z[ helios-setup] Oct 14 09:28:16.721 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27642024-10-14T09:28:19.063Z[ helios-setup] Oct 14 09:28:18.160 INFO E| From https://github.com/oxidecomputer/progenitor
27652024-10-14T09:28:19.063Z[ helios-setup] Oct 14 09:28:18.160 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27662024-10-14T09:28:19.096Z[ helios-setup] Oct 14 09:28:18.193 INFO E| * [new tag] v0.1.1 -> v0.1.1
27672024-10-14T09:28:19.103Z[ helios-setup] Oct 14 09:28:18.194 INFO E| * [new tag] v0.2.0 -> v0.2.0
27682024-10-14T09:28:19.208Z[ helios-setup] Oct 14 09:28:18.308 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27692024-10-14T09:28:19.806Z[ helios-setup] Oct 14 09:28:18.905 INFO E| From https://github.com/jclulow/hiercmd
27702024-10-14T09:28:19.806Z[ helios-setup] Oct 14 09:28:18.905 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27712024-10-14T09:28:19.824Z[ helios-setup] Oct 14 09:28:18.924 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27722024-10-14T09:28:20.297Z[ helios-setup] Oct 14 09:28:19.397 INFO E| From https://github.com/jclulow/network-interface
27732024-10-14T09:28:20.297Z[ helios-setup] Oct 14 09:28:19.397 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27742024-10-14T09:28:20.329Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
27752024-10-14T09:28:20.333Z[ helios-setup] Oct 14 09:28:19.433 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27762024-10-14T09:28:20.694Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27772024-10-14T09:28:20.876Z[ helios-setup] Oct 14 09:28:19.976 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27782024-10-14T09:28:20.876Z[ helios-setup] Oct 14 09:28:19.976 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27792024-10-14T09:28:20.914Z[ helios-setup] Oct 14 09:28:20.014 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27802024-10-14T09:28:21.765Z[ helios-setup] Oct 14 09:28:20.865 INFO E| From https://github.com/oxidecomputer/facade
27812024-10-14T09:28:21.765Z[ helios-setup] Oct 14 09:28:20.865 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27822024-10-14T09:28:21.814Z[ helios-setup] Oct 14 09:28:20.914 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27832024-10-14T09:28:22.360Z[ host-package] Compiling rustls-webpki v0.101.7
27842024-10-14T09:28:22.771Z[ helios-setup] Oct 14 09:28:21.870 INFO E| From https://github.com/oxidecomputer/dropshot
27852024-10-14T09:28:22.771Z[ helios-setup] Oct 14 09:28:21.870 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27862024-10-14T09:28:22.808Z[ helios-setup] Oct 14 09:28:21.907 INFO E| * [new tag] v0.3.0 -> v0.3.0
27872024-10-14T09:28:22.808Z[ helios-setup] Oct 14 09:28:21.908 INFO E| * [new tag] v0.4.0 -> v0.4.0
27882024-10-14T09:28:22.815Z[ helios-setup] Oct 14 09:28:21.908 INFO E| * [new tag] v0.5.0 -> v0.5.0
27892024-10-14T09:28:22.815Z[ helios-setup] Oct 14 09:28:21.908 INFO E| * [new tag] v0.5.1 -> v0.5.1
27902024-10-14T09:28:22.815Z[ helios-setup] Oct 14 09:28:21.908 INFO E| * [new tag] v0.6.0 -> v0.6.0
27912024-10-14T09:28:22.815Z[ helios-setup] Oct 14 09:28:21.908 INFO E| * [new tag] v0.7.0 -> v0.7.0
27922024-10-14T09:28:22.815Z[ helios-setup] Oct 14 09:28:21.908 INFO E| * [new tag] v0.8.0 -> v0.8.0
27932024-10-14T09:28:22.815Z[ helios-setup] Oct 14 09:28:21.909 INFO E| * [new tag] v0.9.0 -> v0.9.0
27942024-10-14T09:28:22.862Z[ helios-setup] Oct 14 09:28:21.962 INFO E| Updating crates.io index
27952024-10-14T09:28:22.898Z[ helios-setup] Oct 14 09:28:21.998 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27962024-10-14T09:28:26.941Z[ helios-setup] Oct 14 09:28:23.042 INFO E| From https://github.com/oxidecomputer/typify
27972024-10-14T09:28:26.941Z[ helios-setup] Oct 14 09:28:23.042 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27982024-10-14T09:28:26.970Z[ helios-setup] Oct 14 09:28:23.074 INFO E| * [new tag] v0.0.10 -> v0.0.10
27992024-10-14T09:28:26.970Z[ helios-setup] Oct 14 09:28:23.074 INFO E| * [new tag] v0.0.11 -> v0.0.11
28002024-10-14T09:28:26.970Z[ helios-setup] Oct 14 09:28:23.074 INFO E| * [new tag] v0.0.4 -> v0.0.4
28012024-10-14T09:28:26.970Z[ helios-setup] Oct 14 09:28:23.075 INFO E| * [new tag] v0.0.5 -> v0.0.5
28022024-10-14T09:28:26.971Z[ helios-setup] Oct 14 09:28:23.075 INFO E| * [new tag] v0.0.7 -> v0.0.7
28032024-10-14T09:28:26.971Z[ helios-setup] Oct 14 09:28:23.075 INFO E| * [new tag] v0.0.8 -> v0.0.8
28042024-10-14T09:28:26.971Z[ helios-setup] Oct 14 09:28:23.075 INFO E| * [new tag] v0.0.9 -> v0.0.9
28052024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.565 INFO E| Downloading crates ...
28062024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.723 INFO E| Downloaded crossbeam-deque v0.8.2
28072024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.726 INFO E| Downloaded ahash v0.8.3
28082024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.734 INFO E| Downloaded const-random-macro v0.1.15
28092024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.735 INFO E| Downloaded anstyle-parse v0.1.1
28102024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.738 INFO E| Downloaded concolor-override v1.0.0
28112024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.739 INFO E| Downloaded const-random v0.1.15
28122024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.741 INFO E| Downloaded anstream v0.2.6
28132024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.744 INFO E| Downloaded built v0.6.0
28142024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.746 INFO E| Downloaded form_urlencoded v1.1.0
28152024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.795 INFO E| Downloaded strsim v0.10.0
28162024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.798 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
28172024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.817 INFO E| Downloaded dyn-clone v1.0.11
28182024-10-14T09:28:26.972Z[ helios-setup] Oct 14 09:28:23.819 INFO E| Downloaded serde_tokenstream v0.2.0
28192024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.825 INFO E| Downloaded serde_spanned v0.6.1
28202024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.851 INFO E| Downloaded want v0.3.0
28212024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.853 INFO E| Downloaded sha2 v0.10.6
28222024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.856 INFO E| Downloaded toolchain_find v0.2.0
28232024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.858 INFO E| Downloaded tokio-macros v2.0.0
28242024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.860 INFO E| Downloaded proc-macro-crate v1.2.1
28252024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.862 INFO E| Downloaded num_enum_derive v0.5.7
28262024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.864 INFO E| Downloaded num_cpus v1.15.0
28272024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.869 INFO E| Downloaded num-integer v0.1.45
28282024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.872 INFO E| Downloaded signal-hook-registry v1.4.0
28292024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.875 INFO E| Downloaded serde_path_to_error v0.1.11
28302024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.882 INFO E| Downloaded sha1 v0.10.5
28312024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.889 INFO E| Downloaded slab v0.4.7
28322024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.889 INFO E| Downloaded smartstring v1.0.1
28332024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.890 INFO E| Downloaded tokio-tungstenite v0.18.0
28342024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.896 INFO E| Downloaded thiserror v1.0.38
28352024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.914 INFO E| Downloaded semver v1.0.17
28362024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.917 INFO E| Downloaded serde_derive v1.0.204
28372024-10-14T09:28:26.973Z[ helios-setup] Oct 14 09:28:23.920 INFO E| Downloaded unicode-ident v1.0.8
28382024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:23.925 INFO E| Downloaded ucd-trie v0.1.5
28392024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:23.928 INFO E| Downloaded uuid v1.3.0
28402024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:23.936 INFO E| Downloaded unsafe-libyaml v0.2.8
28412024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:23.941 INFO E| Downloaded unicode-linebreak v0.1.4
28422024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:23.944 INFO E| Downloaded serde v1.0.204
28432024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:23.951 INFO E| Downloaded toml_edit v0.19.8
28442024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:23.983 INFO E| Downloaded parking_lot v0.12.1
28452024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:23.986 INFO E| Downloaded winnow v0.4.1
28462024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:24.002 INFO E| Downloaded unicode-normalization v0.1.22
28472024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:24.009 INFO E| Downloaded serde_json v1.0.95
28482024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:24.024 INFO E| Downloaded sct v0.7.0
28492024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:24.029 INFO E| Downloaded syn v2.0.72
28502024-10-14T09:28:26.974Z[ helios-setup] Oct 14 09:28:24.052 INFO E| Downloaded syn v1.0.107
28512024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.070 INFO E| Downloaded rayon-core v1.10.2
28522024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.076 INFO E| Downloaded tokio v1.27.0
28532024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.128 INFO E| Downloaded mio v0.8.5
28542024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.138 INFO E| Downloaded serde_yaml v0.9.21
28552024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.144 INFO E| Downloaded pest v2.5.7
28562024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.153 INFO E| Downloaded crossbeam-channel v0.5.6
28572024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.159 INFO E| Downloaded aho-corasick v0.7.20
28582024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.166 INFO E| Downloaded http v0.2.9
28592024-10-14T09:28:26.990Z[ host-package] Compiling sct v0.7.1
28602024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.173 INFO E| Downloaded rustls-webpki v0.100.1
28612024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.183 INFO E| Downloaded clap_builder v4.2.1
28622024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.193 INFO E| Downloaded log v0.4.17
28632024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.197 INFO E| Downloaded futures-util v0.3.28
28642024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.220 INFO E| Downloaded h2 v0.3.16
28652024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.232 INFO E| Downloaded reqwest v0.11.16
28662024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.248 INFO E| Downloaded rayon v1.6.1
28672024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.264 INFO E| Downloaded hyper v0.14.25
28682024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.279 INFO E| Downloaded git2 v0.16.1
28692024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.293 INFO E| Downloaded regress v0.5.0
28702024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.306 INFO E| Downloaded regex v1.7.3
28712024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.321 INFO E| Downloaded rustls v0.21.0
28722024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.342 INFO E| Downloaded rustix v0.37.3
28732024-10-14T09:28:26.990Z[ helios-setup] Oct 14 09:28:24.376 INFO E| Downloaded openapiv3 v1.0.2
28742024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.403 INFO E| Downloaded rhai v1.14.0
28752024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.424 INFO E| Downloaded chrono v0.4.24
28762024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.436 INFO E| Downloaded futures v0.3.28
28772024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.444 INFO E| Downloaded crossbeam-epoch v0.9.13
28782024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.448 INFO E| Downloaded cc v1.0.78
28792024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.452 INFO E| Downloaded libc v0.2.139
28802024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.491 INFO E| Downloaded num-traits v0.2.15
28812024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.495 INFO E| Downloaded memchr v2.5.0
28822024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.503 INFO E| Downloaded base64 v0.21.0
28832024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.509 INFO E| Downloaded anyhow v1.0.68
28842024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.514 INFO E| Downloaded schemars v0.8.12
28852024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.533 INFO E| Downloaded ryu v1.0.13
28862024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.537 INFO E| Downloaded io-lifetimes v1.0.10
28872024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.540 INFO E| Downloaded home v0.5.4
28882024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.542 INFO E| Downloaded clap v4.2.1
28892024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.553 INFO E| Downloaded bytes v1.4.0
28902024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.559 INFO E| Downloaded lock_api v0.4.9
28912024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.561 INFO E| Downloaded tokio-util v0.7.7
28922024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.570 INFO E| Downloaded url v2.3.1
28932024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.574 INFO E| Downloaded tracing v0.1.37
28942024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.580 INFO E| Downloaded semver v0.11.0
28952024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.583 INFO E| Downloaded scopeguard v1.1.0
28962024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.585 INFO E| Downloaded crossbeam-utils v0.8.14
28972024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.588 INFO E| Downloaded ahash v0.7.6
28982024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.593 INFO E| Downloaded slog-async v2.7.0
28992024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.595 INFO E| Downloaded rhai_codegen v1.5.0
29002024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.607 INFO E| Downloaded unicode-bidi v0.3.13
29012024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.611 INFO E| Downloaded tracing-core v0.1.30
29022024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.615 INFO E| Downloaded pin-project-lite v0.2.9
29032024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.623 INFO E| Downloaded parking_lot_core v0.9.6
29042024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.627 INFO E| Downloaded tungstenite v0.18.0
29052024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.631 INFO E| Downloaded encoding_rs v0.8.32
29062024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.663 INFO E| Downloaded toml v0.7.3
29072024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.668 INFO E| Downloaded textwrap v0.16.0
29082024-10-14T09:28:26.991Z[ helios-setup] Oct 14 09:28:24.682 INFO E| Downloaded socket2 v0.4.9
29092024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.685 INFO E| Downloaded pkg-config v0.3.26
29102024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.687 INFO E| Downloaded once_cell v1.17.0
29112024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.691 INFO E| Downloaded ipnet v2.7.2
29122024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.694 INFO E| Downloaded getrandom v0.2.8
29132024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.698 INFO E| Downloaded clap_derive v4.2.0
29142024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.701 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29152024-10-14T09:28:26.992Z[ host-package] Compiling heck v0.3.3
29162024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.883 INFO E| Downloaded byteorder v1.4.3
29172024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.886 INFO E| Downloaded time v0.1.45
29182024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.898 INFO E| Downloaded quote v1.0.36
29192024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.902 INFO E| Downloaded camino v1.1.4
29202024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.905 INFO E| Downloaded bincode v1.3.3
29212024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.909 INFO E| Downloaded cargo-lock v8.0.3
29222024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.913 INFO E| Downloaded serde_derive_internals v0.26.0
29232024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.916 INFO E| Downloaded semver-parser v0.10.2
29242024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.919 INFO E| Downloaded percent-encoding v2.2.0
29252024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.920 INFO E| Downloaded libz-sys v1.1.8
29262024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:24.998 INFO E| Downloaded memoffset v0.7.1
29272024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.000 INFO E| Downloaded http-body v0.4.5
29282024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.002 INFO E| Downloaded futures-io v0.3.28
29292024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.003 INFO E| Downloaded jobserver v0.1.26
29302024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.006 INFO E| Downloaded is-terminal v0.4.7
29312024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.007 INFO E| Downloaded terminal_size v0.2.6
29322024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.009 INFO E| Downloaded tempfile v3.5.0
29332024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.011 INFO E| Downloaded slog-bunyan v2.4.0
29342024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.013 INFO E| Downloaded rustls-pemfile v1.0.2
29352024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.015 INFO E| Downloaded rustfmt-wrapper v0.2.0
29362024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.017 INFO E| Downloaded itoa v1.0.6
29372024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.019 INFO E| Downloaded iana-time-zone v0.1.56
29382024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.021 INFO E| Downloaded futures-task v0.3.28
29392024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.023 INFO E| Downloaded futures-sink v0.3.28
29402024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.024 INFO E| Downloaded futures-macro v0.3.28
29412024-10-14T09:28:26.992Z[ helios-setup] Oct 14 09:28:25.025 INFO E| Downloaded futures-channel v0.3.28
29422024-10-14T09:28:26.993Z[ helios-setup] Oct 14 09:28:25.028 INFO E| Downloaded fastrand v1.9.0
29432024-10-14T09:28:26.993Z[ helios-setup] Oct 14 09:28:25.030 INFO E| Downloaded either v1.8.0
29442024-10-14T09:28:26.993Z[ helios-setup] Oct 14 09:28:25.031 INFO E| Downloaded digest v0.10.6
29452024-10-14T09:28:26.993Z[ helios-setup] Oct 14 09:28:25.034 INFO E| Downloaded async-trait v0.1.68
29462024-10-14T09:28:26.993Z[ helios-setup] Oct 14 09:28:25.038 INFO E| Downloaded try-lock v0.2.4
29472024-10-14T09:28:26.993Z[ helios-setup] Oct 14 09:28:25.039 INFO E| Downloaded toml_datetime v0.6.1
29482024-10-14T09:28:26.993Z[ helios-setup] Oct 14 09:28:25.040 INFO E| Downloaded tokio-rustls v0.24.0
29492024-10-14T09:28:26.993Z[ helios-setup] Oct 14 09:28:25.043 INFO E| Downloaded thiserror-impl v1.0.38
29502024-10-14T09:28:26.993Z[ helios-setup] Oct 14 09:28:25.044 INFO E| Downloaded paste v1.0.12
29512024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.049 INFO E| Downloaded num_enum v0.5.7
29522024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.055 INFO E| Downloaded lazy_static v1.4.0
29532024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.057 INFO E| Downloaded httpdate v1.0.2
29542024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.059 INFO E| Downloaded futures-executor v0.3.28
29552024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.061 INFO E| Downloaded futures-core v0.3.28
29562024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.063 INFO E| Downloaded autocfg v1.1.0
29572024-10-14T09:28:26.998Z[ host-package] Compiling castaway v0.2.3
29582024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.065 INFO E| Downloaded anstyle v0.3.5
29592024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.067 INFO E| Downloaded concolor-query v0.3.3
29602024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.069 INFO E| Downloaded clap_lex v0.4.1
29612024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.070 INFO E| Downloaded smawk v0.3.1
29622024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.073 INFO E| Downloaded smallvec v1.10.0
29632024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.076 INFO E| Downloaded schemars_derive v0.8.12
29642024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.078 INFO E| Downloaded project-root v0.2.2
29652024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.383 INFO E| Compiling proc-macro2 v1.0.86
29662024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.383 INFO E| Compiling libc v0.2.139
29672024-10-14T09:28:26.998Z[ helios-setup] Oct 14 09:28:25.383 INFO E| Compiling unicode-ident v1.0.8
29682024-10-14T09:28:26.999Z[ helios-setup] Oct 14 09:28:25.383 INFO E| Compiling autocfg v1.1.0
29692024-10-14T09:28:26.999Z[ helios-setup] Oct 14 09:28:25.383 INFO E| Compiling cfg-if v1.0.0
29702024-10-14T09:28:26.999Z[ host-package] Compiling rand_seeder v0.3.0
29712024-10-14T09:28:26.999Z[ host-package] Compiling csv-core v0.1.11
29722024-10-14T09:28:26.999Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29732024-10-14T09:28:26.999Z[ helios-setup] Oct 14 09:28:25.383 INFO E| Compiling version_check v0.9.4
29742024-10-14T09:28:26.999Z[ helios-setup] Oct 14 09:28:25.383 INFO E| Compiling serde v1.0.204
29752024-10-14T09:28:26.999Z[ helios-setup] Oct 14 09:28:25.383 INFO E| Compiling syn v1.0.107
29762024-10-14T09:28:26.999Z[ helios-setup] Oct 14 09:28:25.894 INFO E| Compiling memchr v2.5.0
29772024-10-14T09:28:26.999Z[ host-package] Compiling http-range v0.1.5
29782024-10-14T09:28:27.275Z[ helios-setup] Oct 14 09:28:26.375 INFO E| Compiling once_cell v1.17.0
29792024-10-14T09:28:28.114Z[ helios-setup] Oct 14 09:28:27.204 INFO E| Compiling thiserror v1.0.38
29802024-10-14T09:28:28.151Z[ helios-setup] Oct 14 09:28:27.251 INFO E| Compiling log v0.4.17
29812024-10-14T09:28:28.280Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29822024-10-14T09:28:28.581Z[ helios-setup] Oct 14 09:28:27.680 INFO E| Compiling serde_json v1.0.95
29832024-10-14T09:28:28.691Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29842024-10-14T09:28:28.887Z[ host-package] Compiling hyper-staticfile v0.10.1
29852024-10-14T09:28:28.985Z[ helios-setup] Oct 14 09:28:28.084 INFO E| Compiling itoa v1.0.6
29862024-10-14T09:28:29.752Z[ helios-setup] Oct 14 09:28:28.851 INFO E| Compiling indexmap v1.9.3
29872024-10-14T09:28:29.944Z[ helios-setup] Oct 14 09:28:29.042 INFO E| Compiling pin-project-lite v0.2.9
29882024-10-14T09:28:30.229Z[ helios-setup] Oct 14 09:28:29.328 INFO E| Compiling jobserver v0.1.26
29892024-10-14T09:28:30.415Z[ helios-setup] Oct 14 09:28:29.514 INFO E| Compiling quote v1.0.36
29902024-10-14T09:28:30.683Z[ helios-setup] Oct 14 09:28:29.782 INFO E| Compiling getrandom v0.2.8
29912024-10-14T09:28:30.856Z[ helios-setup] Oct 14 09:28:29.955 INFO E| Compiling cc v1.0.78
29922024-10-14T09:28:31.154Z[ host-package] Compiling csv v1.3.0
29932024-10-14T09:28:31.244Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29942024-10-14T09:28:31.396Z[ helios-setup] Oct 14 09:28:30.495 INFO E| Compiling syn v2.0.72
29952024-10-14T09:28:31.637Z[ helios-setup] Oct 14 09:28:30.736 INFO E| Compiling scopeguard v1.1.0
29962024-10-14T09:28:31.718Z[ host-package] Compiling compact_str v0.8.0
29972024-10-14T09:28:31.734Z[ helios-setup] Oct 14 09:28:30.833 INFO E| Compiling num-integer v0.1.45
29982024-10-14T09:28:31.832Z[ helios-setup] Oct 14 09:28:30.931 INFO E| Compiling futures-core v0.3.28
29992024-10-14T09:28:32.145Z[ helios-setup] Oct 14 09:28:31.244 INFO E| Compiling bytes v1.4.0
30002024-10-14T09:28:33.008Z[ helios-setup] Oct 14 09:28:32.107 INFO E| Compiling ryu v1.0.13
30012024-10-14T09:28:33.829Z[ helios-setup] Oct 14 09:28:32.928 INFO E| Compiling lock_api v0.4.9
30022024-10-14T09:28:34.029Z[ host-package] Compiling zone_cfg_derive v0.1.2
30032024-10-14T09:28:34.036Z[ helios-setup] Oct 14 09:28:33.134 INFO E| Compiling bitflags v1.3.2
30042024-10-14T09:28:34.279Z[ helios-setup] Oct 14 09:28:33.377 INFO E| Compiling typenum v1.16.0
30052024-10-14T09:28:34.455Z[ helios-setup] Oct 14 09:28:33.554 INFO E| Compiling parking_lot_core v0.9.6
30062024-10-14T09:28:34.600Z[ helios-setup] Oct 14 09:28:33.698 INFO E| Compiling num_cpus v1.15.0
30072024-10-14T09:28:35.088Z[ helios-setup] Oct 14 09:28:34.186 INFO E| Compiling slab v0.4.7
30082024-10-14T09:28:35.116Z[ helios-setup] Oct 14 09:28:34.214 INFO E| Compiling generic-array v0.14.6
30092024-10-14T09:28:35.433Z[ helios-setup] Oct 14 09:28:34.531 INFO E| Compiling futures-sink v0.3.28
30102024-10-14T09:28:35.658Z[ helios-setup] Oct 14 09:28:34.756 INFO E| Compiling futures-channel v0.3.28
30112024-10-14T09:28:35.712Z[ helios-setup] Oct 14 09:28:34.811 INFO E| Compiling futures-task v0.3.28
30122024-10-14T09:28:36.109Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30132024-10-14T09:28:36.266Z[ helios-setup] Oct 14 09:28:35.364 INFO E| Compiling tokio v1.27.0
30142024-10-14T09:28:36.449Z[ helios-setup] Oct 14 09:28:35.547 INFO E| Compiling schemars v0.8.12
30152024-10-14T09:28:36.749Z[ helios-setup] Oct 14 09:28:35.847 INFO E| Compiling futures-util v0.3.28
30162024-10-14T09:28:37.182Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30172024-10-14T09:28:37.896Z[ helios-setup] Oct 14 09:28:36.992 INFO E| Compiling mio v0.8.5
30182024-10-14T09:28:37.896Z[ helios-setup] Oct 14 09:28:36.992 INFO E| Compiling socket2 v0.4.9
30192024-10-14T09:28:38.056Z[ helios-setup] Oct 14 09:28:37.153 INFO E| Compiling signal-hook-registry v1.4.0
30202024-10-14T09:28:38.151Z[ helios-setup] Oct 14 09:28:37.249 INFO E| Compiling num-traits v0.2.15
30212024-10-14T09:28:38.724Z[ helios-setup] Oct 14 09:28:37.822 INFO E| Compiling ahash v0.7.6
30222024-10-14T09:28:39.336Z[ helios-setup] Oct 14 09:28:38.432 INFO E| Compiling futures-io v0.3.28
30232024-10-14T09:28:39.410Z[ host-package] Compiling nix v0.27.1
30242024-10-14T09:28:40.352Z[ helios-setup] Oct 14 09:28:39.450 INFO E| Compiling crunchy v0.2.2
30252024-10-14T09:28:40.426Z[ helios-setup] Oct 14 09:28:39.524 INFO E| Compiling pin-utils v0.1.0
30262024-10-14T09:28:40.707Z[ helios-setup] Oct 14 09:28:39.804 INFO E| Compiling io-lifetimes v1.0.10
30272024-10-14T09:28:41.496Z[ helios-setup] Oct 14 09:28:40.594 INFO E| Compiling ahash v0.8.3
30282024-10-14T09:28:41.885Z[ helios-setup] Oct 14 09:28:40.983 INFO E| Compiling rustix v0.37.3
30292024-10-14T09:28:42.260Z[ helios-setup] Oct 14 09:28:41.356 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30302024-10-14T09:28:42.488Z[ helios-setup] Oct 14 09:28:41.586 INFO E| Compiling hashbrown v0.12.3
30312024-10-14T09:28:42.727Z[ helios-setup] Oct 14 09:28:41.825 INFO E| Compiling tiny-keccak v2.0.2
30322024-10-14T09:28:43.239Z[ helios-setup] Oct 14 09:28:42.322 INFO E| Compiling serde_derive_internals v0.26.0
30332024-10-14T09:28:43.842Z[ helios-setup] Oct 14 09:28:42.940 INFO E| Compiling block-buffer v0.10.3
30342024-10-14T09:28:43.884Z[ helios-setup] Oct 14 09:28:42.981 INFO E| Compiling crypto-common v0.1.6
30352024-10-14T09:28:44.752Z[ helios-setup] Oct 14 09:28:43.848 INFO E| Compiling errno v0.3.1
30362024-10-14T09:28:44.994Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30372024-10-14T09:28:45.335Z[ helios-setup] Oct 14 09:28:44.432 INFO E| Compiling fnv v1.0.7
30382024-10-14T09:28:45.339Z[ helios-setup] Oct 14 09:28:44.432 INFO E| Compiling slog v2.7.0
30392024-10-14T09:28:45.493Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30402024-10-14T09:28:45.661Z[ helios-setup] Oct 14 09:28:44.758 INFO E| Compiling pkg-config v0.3.26
30412024-10-14T09:28:45.804Z[ helios-setup] Oct 14 09:28:44.901 INFO E| Compiling crossbeam-utils v0.8.14
30422024-10-14T09:28:47.158Z[ helios-setup] Oct 14 09:28:46.254 INFO E| Compiling http v0.2.9
30432024-10-14T09:28:47.942Z[ helios-setup] Oct 14 09:28:47.039 INFO E| Compiling digest v0.10.6
30442024-10-14T09:28:49.375Z[ helios-setup] Oct 14 09:28:48.472 INFO E| Compiling aho-corasick v0.7.20
30452024-10-14T09:28:49.791Z[ helios-setup] Oct 14 09:28:48.887 INFO E| Compiling regex-syntax v0.6.29
30462024-10-14T09:28:50.300Z[ helios-setup] Oct 14 09:28:49.397 INFO E| Compiling heck v0.4.1
30472024-10-14T09:28:51.275Z[ helios-setup] Oct 14 09:28:50.372 INFO E| Compiling percent-encoding v2.2.0
30482024-10-14T09:28:52.171Z[ helios-setup] Oct 14 09:28:51.268 INFO E| Compiling cpufeatures v0.2.5
30492024-10-14T09:28:52.599Z[ helios-setup] Oct 14 09:28:51.696 INFO E| Compiling httparse v1.8.0
30502024-10-14T09:28:52.704Z[ helios-setup] Oct 14 09:28:51.801 INFO E| Compiling unicode-width v0.1.10
30512024-10-14T09:28:53.159Z[ helios-setup] Oct 14 09:28:52.255 INFO E| Compiling tinyvec_macros v0.1.1
30522024-10-14T09:28:53.339Z[ helios-setup] Oct 14 09:28:52.430 INFO E| Compiling thiserror-impl v1.0.38
30532024-10-14T09:28:53.504Z[ helios-setup] Oct 14 09:28:52.600 INFO E| Compiling schemars_derive v0.8.12
30542024-10-14T09:28:53.822Z[ helios-setup] Oct 14 09:28:52.917 INFO E| Compiling anyhow v1.0.68
30552024-10-14T09:28:53.940Z[ helios-setup] Oct 14 09:28:53.036 INFO E| Compiling tinyvec v1.6.0
30562024-10-14T09:28:54.280Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30572024-10-14T09:28:54.478Z[ helios-setup] Oct 14 09:28:53.572 INFO E| Compiling serde_derive v1.0.204
30582024-10-14T09:28:55.050Z[ helios-setup] Oct 14 09:28:54.145 INFO E| Compiling futures-macro v0.3.28
30592024-10-14T09:28:56.710Z[ helios-setup] Oct 14 09:28:55.806 INFO E| Compiling tokio-macros v2.0.0
30602024-10-14T09:28:57.225Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30612024-10-14T09:28:57.300Z[ helios-setup] Oct 14 09:28:56.396 INFO E| Compiling regex v1.7.3
30622024-10-14T09:28:58.233Z[ helios-setup] Oct 14 09:28:57.329 INFO E| Compiling const-random-macro v0.1.15
30632024-10-14T09:28:59.564Z[ helios-setup] Oct 14 09:28:58.660 INFO E| Compiling form_urlencoded v1.1.0
30642024-10-14T09:28:59.686Z[ helios-setup] Oct 14 09:28:58.782 INFO E| Compiling hashbrown v0.13.2
30652024-10-14T09:28:59.789Z[ helios-setup] Oct 14 09:28:58.885 INFO E| Compiling chrono v0.4.24
30662024-10-14T09:29:00.065Z[ helios-setup] Oct 14 09:28:59.160 INFO E| Compiling libz-sys v1.1.8
30672024-10-14T09:29:02.276Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30682024-10-14T09:29:03.404Z[ helios-setup] Oct 14 09:29:02.500 INFO E| Compiling uuid v1.3.0
30692024-10-14T09:29:03.567Z[ helios-setup] Oct 14 09:29:02.662 INFO E| Compiling dyn-clone v1.0.11
30702024-10-14T09:29:03.768Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30712024-10-14T09:29:04.150Z[ helios-setup] Oct 14 09:29:03.245 INFO E| Compiling regress v0.5.0
30722024-10-14T09:29:04.255Z[ helios-setup] Oct 14 09:29:03.350 INFO E| Compiling const-random v0.1.15
30732024-10-14T09:29:04.720Z[ helios-setup] Oct 14 09:29:03.815 INFO E| Compiling unicode-normalization v0.1.22
30742024-10-14T09:29:05.122Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
30752024-10-14T09:29:05.620Z[ host-package] Compiling unicode-truncate v1.0.0
30762024-10-14T09:29:05.973Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
30772024-10-14T09:29:06.466Z[ helios-setup] Oct 14 09:29:05.561 INFO E| Compiling getopts v0.2.21
30782024-10-14T09:29:06.511Z[ host-package] Compiling tungstenite v0.24.0
30792024-10-14T09:29:07.119Z[ host-package] Compiling hashlink v0.9.1
30802024-10-14T09:29:07.381Z[ helios-setup] Oct 14 09:29:06.475 INFO E| Compiling tracing-core v0.1.30
30812024-10-14T09:29:07.614Z[ helios-setup] Oct 14 09:29:06.709 INFO E| Compiling memoffset v0.7.1
30822024-10-14T09:29:07.778Z[ helios-setup] Oct 14 09:29:06.873 INFO E| Compiling powerfmt v0.2.0
30832024-10-14T09:29:08.055Z[ helios-setup] Oct 14 09:29:07.149 INFO E| Compiling unicode-bidi v0.3.13
30842024-10-14T09:29:08.825Z[ host-package] Compiling lru v0.12.3
30852024-10-14T09:29:09.687Z[ host-package] Compiling instability v0.3.2
30862024-10-14T09:29:10.296Z[ helios-setup] Oct 14 09:29:09.390 INFO E| Compiling ucd-trie v0.1.5
30872024-10-14T09:29:11.128Z[ host-package] Compiling cassowary v0.3.0
30882024-10-14T09:29:11.789Z[ helios-setup] Oct 14 09:29:10.883 INFO E| Compiling time-core v0.1.2
30892024-10-14T09:29:11.876Z[ helios-setup] Oct 14 09:29:10.970 INFO E| Compiling num-conv v0.1.0
30902024-10-14T09:29:12.262Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
30912024-10-14T09:29:12.499Z[ helios-setup] Oct 14 09:29:11.594 INFO E| Compiling time-macros v0.2.18
30922024-10-14T09:29:12.794Z[ host-package] Compiling fallible-iterator v0.3.0
30932024-10-14T09:29:12.969Z[ helios-setup] Oct 14 09:29:12.063 INFO E| Compiling pest v2.5.7
30942024-10-14T09:29:13.457Z[ helios-setup] Oct 14 09:29:12.552 INFO E| Compiling idna v0.3.0
30952024-10-14T09:29:14.425Z[ helios-setup] Oct 14 09:29:13.519 INFO E| Compiling tracing v0.1.37
30962024-10-14T09:29:14.489Z[ host-package] Compiling base64 v0.13.1
30972024-10-14T09:29:16.156Z[ helios-setup] Oct 14 09:29:15.250 INFO E| Compiling deranged v0.3.11
30982024-10-14T09:29:16.244Z[ host-package] Compiling ron v0.7.1
30992024-10-14T09:29:16.715Z[ host-package] Compiling rusqlite v0.32.1
31002024-10-14T09:29:18.849Z[ helios-setup] Oct 14 09:29:17.942 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
31012024-10-14T09:29:19.313Z[ helios-setup] Oct 14 09:29:18.406 INFO E| Compiling time v0.1.45
31022024-10-14T09:29:20.009Z[ helios-setup] Oct 14 09:29:19.102 INFO E| Compiling crossbeam-epoch v0.9.13
31032024-10-14T09:29:21.197Z[ helios-setup] Oct 14 09:29:20.290 INFO E| Compiling iana-time-zone v0.1.56
31042024-10-14T09:29:21.532Z[ helios-setup] Oct 14 09:29:20.625 INFO E| Compiling num_threads v0.1.6
31052024-10-14T09:29:21.977Z[ helios-setup] Oct 14 09:29:21.070 INFO E| Compiling semver v1.0.17
31062024-10-14T09:29:22.311Z[ helios-setup] Oct 14 09:29:21.404 INFO E| Compiling time v0.3.36
31072024-10-14T09:29:22.640Z[ helios-setup] Oct 14 09:29:21.733 INFO E| Compiling toml v0.5.11
31082024-10-14T09:29:23.070Z[ helios-setup] Oct 14 09:29:22.163 INFO E| Compiling serde_tokenstream v0.2.0
31092024-10-14T09:29:23.957Z[ helios-setup] Oct 14 09:29:23.050 INFO E| Compiling semver-parser v0.10.2
31102024-10-14T09:29:24.468Z[ helios-setup] Oct 14 09:29:23.561 INFO E| Compiling url v2.3.1
31112024-10-14T09:29:24.613Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31122024-10-14T09:29:24.710Z[ helios-setup] Oct 14 09:29:23.803 INFO E| Compiling smallvec v1.10.0
31132024-10-14T09:29:25.964Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31142024-10-14T09:29:27.025Z[ host-package] Compiling ratatui v0.28.1
31152024-10-14T09:29:27.046Z[ helios-setup] Oct 14 09:29:26.126 INFO E| Compiling parking_lot v0.12.1
31162024-10-14T09:29:27.515Z[ host-package] Compiling tokio-tungstenite v0.24.0
31172024-10-14T09:29:28.477Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31182024-10-14T09:29:29.358Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31192024-10-14T09:29:30.652Z[ host-package] Compiling xz2 v0.1.7
31202024-10-14T09:29:32.430Z[ host-package] Compiling tokio-rustls v0.24.1
31212024-10-14T09:29:34.080Z[ host-package] Compiling zone v0.1.8
31222024-10-14T09:29:34.318Z[ helios-setup] Oct 14 09:29:33.410 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31232024-10-14T09:29:35.754Z[ helios-setup] Oct 14 09:29:34.845 INFO E| Compiling crossbeam-channel v0.5.6
31242024-10-14T09:29:36.083Z[ helios-setup] Oct 14 09:29:35.175 INFO E| Compiling dirs-sys-next v0.1.2
31252024-10-14T09:29:38.047Z[ helios-setup] Oct 14 09:29:37.139 INFO E| Compiling crc32fast v1.3.2
31262024-10-14T09:29:38.441Z[ helios-setup] Oct 14 09:29:37.533 INFO E| Compiling same-file v1.0.6
31272024-10-14T09:29:38.750Z[ helios-setup] Oct 14 09:29:37.841 INFO E| Compiling try-lock v0.2.4
31282024-10-14T09:29:38.965Z[ helios-setup] Oct 14 09:29:38.057 INFO E| Compiling walkdir v2.3.3
31292024-10-14T09:29:39.147Z[ helios-setup] Oct 14 09:29:38.239 INFO E| Compiling want v0.3.0
31302024-10-14T09:29:39.869Z[ helios-setup] Oct 14 09:29:38.960 INFO E| Compiling dirs-next v2.0.0
31312024-10-14T09:29:41.272Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
31322024-10-14T09:29:41.874Z[ helios-setup] Oct 14 09:29:40.965 INFO E| Compiling proc-macro-crate v1.2.1
31332024-10-14T09:29:43.761Z[ helios-setup] Oct 14 09:29:42.852 INFO E| Compiling semver v0.11.0
31342024-10-14T09:29:46.794Z[ helios-setup] Oct 14 09:29:45.884 INFO E| Compiling futures-executor v0.3.28
31352024-10-14T09:29:48.185Z[ helios-setup] Oct 14 09:29:47.275 INFO E| Compiling tokio-util v0.7.7
31362024-10-14T09:29:49.012Z[ helios-setup] Oct 14 09:29:48.103 INFO E| Compiling http-body v0.4.5
31372024-10-14T09:29:49.079Z[ helios-setup] Oct 14 09:29:48.169 INFO E| Compiling ring v0.16.20
31382024-10-14T09:29:50.088Z[ helios-setup] Oct 14 09:29:49.177 INFO E| Compiling rand_core v0.6.4
31392024-10-14T09:29:51.179Z[ helios-setup] Oct 14 09:29:50.269 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31402024-10-14T09:29:51.461Z[ helios-setup] Oct 14 09:29:50.550 INFO E| Compiling h2 v0.3.16
31412024-10-14T09:29:51.706Z[ helios-setup] Oct 14 09:29:50.794 INFO E| Compiling thread_local v1.1.7
31422024-10-14T09:29:51.781Z[ helios-setup] Oct 14 09:29:50.869 INFO E| Compiling utf8parse v0.2.1
31432024-10-14T09:29:52.483Z[ helios-setup] Oct 14 09:29:51.572 INFO E| Compiling base64 v0.21.0
31442024-10-14T09:29:52.678Z[ helios-setup] Oct 14 09:29:51.767 INFO E| Compiling httpdate v1.0.2
31452024-10-14T09:29:53.287Z[ helios-setup] Oct 14 09:29:52.376 INFO E| Compiling adler v1.0.2
31462024-10-14T09:29:54.028Z[ helios-setup] Oct 14 09:29:53.118 INFO E| Compiling lazy_static v1.4.0
31472024-10-14T09:29:54.345Z[ helios-setup] Oct 14 09:29:53.434 INFO E| Compiling ppv-lite86 v0.2.17
31482024-10-14T09:29:55.170Z[ helios-setup] Oct 14 09:29:54.259 INFO E| Compiling home v0.5.4
31492024-10-14T09:29:55.624Z[ helios-setup] Oct 14 09:29:54.714 INFO E| Compiling fastrand v1.9.0
31502024-10-14T09:29:56.740Z[ helios-setup] Oct 14 09:29:55.829 INFO E| Compiling tower-service v0.3.2
31512024-10-14T09:29:57.066Z[ helios-setup] Oct 14 09:29:56.105 INFO E| Compiling rayon-core v1.10.2
31522024-10-14T09:29:57.703Z[ helios-setup] Oct 14 09:29:56.792 INFO E| Compiling tempfile v3.5.0
31532024-10-14T09:29:57.969Z[ helios-setup] Oct 14 09:29:57.058 INFO E| Compiling rand_chacha v0.3.1
31542024-10-14T09:29:59.231Z[ helios-setup] Oct 14 09:29:58.320 INFO E| Compiling toolchain_find v0.2.0
31552024-10-14T09:30:00.246Z[ helios-setup] Oct 14 09:29:59.334 INFO E| Compiling miniz_oxide v0.6.2
31562024-10-14T09:30:01.743Z[ helios-setup] Oct 14 09:30:00.832 INFO E| Compiling anstyle-parse v0.1.1
31572024-10-14T09:30:02.304Z[ helios-setup] Oct 14 09:30:01.393 INFO E| Compiling hyper v0.14.25
31582024-10-14T09:30:04.481Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31592024-10-14T09:30:06.702Z[ helios-setup] Oct 14 09:30:05.789 INFO E| Compiling futures v0.3.28
31602024-10-14T09:30:06.808Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31612024-10-14T09:30:08.458Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31622024-10-14T09:30:16.243Z[ host-package] Compiling rustls-pemfile v1.0.4
31632024-10-14T09:30:18.076Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31642024-10-14T09:30:18.170Z[ helios-setup] Oct 14 09:30:17.257 INFO E| Compiling cargo-lock v8.0.3
31652024-10-14T09:30:18.811Z[ helios-setup] Oct 14 09:30:17.898 INFO E| Compiling crossbeam-deque v0.8.2
31662024-10-14T09:30:18.895Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31672024-10-14T09:30:19.741Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31682024-10-14T09:30:19.853Z[ helios-setup] Oct 14 09:30:18.939 INFO E| Compiling num_enum_derive v0.5.7
31692024-10-14T09:30:20.250Z[ host-package] Compiling signal-hook-tokio v0.3.1
31702024-10-14T09:30:20.735Z[ host-package] Compiling twox-hash v1.6.3
31712024-10-14T09:30:21.795Z[ host-package] Compiling yasna v0.5.2
31722024-10-14T09:30:22.632Z[ helios-setup] Oct 14 09:30:21.718 INFO E| Compiling term v0.7.0
31732024-10-14T09:30:24.079Z[ host-package] Compiling smawk v0.3.2
31742024-10-14T09:30:24.453Z[ helios-setup] Oct 14 09:30:23.539 INFO E| Compiling serde_urlencoded v0.7.1
31752024-10-14T09:30:24.726Z[ host-package] Compiling is_ci v1.2.0
31762024-10-14T09:30:25.073Z[ helios-setup] Oct 14 09:30:24.159 INFO E| Compiling sha2 v0.10.6
31772024-10-14T09:30:25.143Z[ helios-setup] Oct 14 09:30:24.229 INFO E| Compiling sha1 v0.10.5
31782024-10-14T09:30:25.635Z[ host-package] Compiling unicode-linebreak v0.1.5
31792024-10-14T09:30:25.786Z[ helios-setup] Oct 14 09:30:24.871 INFO E| Compiling is-terminal v0.4.7
31802024-10-14T09:30:26.225Z[ helios-setup] Oct 14 09:30:25.310 INFO E| Compiling atty v0.2.14
31812024-10-14T09:30:26.766Z[ host-package] Compiling textwrap v0.16.1
31822024-10-14T09:30:27.387Z[ helios-setup] Oct 14 09:30:26.473 INFO E| Compiling concolor-override v1.0.0
31832024-10-14T09:30:27.400Z[ helios-setup] Oct 14 09:30:26.486 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31842024-10-14T09:30:27.752Z[ helios-setup] Oct 14 09:30:26.837 INFO E| Compiling anstyle v0.3.5
31852024-10-14T09:30:28.334Z[ host-package] Compiling supports-color v3.0.1
31862024-10-14T09:30:28.963Z[ host-package] Compiling rcgen v0.12.1
31872024-10-14T09:30:29.146Z[ helios-setup] Oct 14 09:30:28.231 INFO E| Compiling concolor-query v0.3.3
31882024-10-14T09:30:29.776Z[ helios-setup] Oct 14 09:30:28.861 INFO E| Compiling anstream v0.2.6
31892024-10-14T09:30:32.410Z[ helios-setup] Oct 14 09:30:31.495 INFO E| Compiling slog-term v2.9.0
31902024-10-14T09:30:33.041Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31912024-10-14T09:30:33.368Z[ helios-setup] Oct 14 09:30:32.453 INFO E| Compiling flate2 v1.0.25
31922024-10-14T09:30:33.490Z[ helios-setup] Oct 14 09:30:32.575 INFO E| Compiling num_enum v0.5.7
31932024-10-14T09:30:34.358Z[ helios-setup] Oct 14 09:30:33.443 INFO E| Compiling rustfmt-wrapper v0.2.0
31942024-10-14T09:30:35.712Z[ helios-setup] Oct 14 09:30:34.796 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31952024-10-14T09:30:36.184Z[ helios-setup] Oct 14 09:30:35.268 INFO E| Compiling rand v0.8.5
31962024-10-14T09:30:36.279Z[ helios-setup] Oct 14 09:30:35.363 INFO E| Compiling openapiv3 v1.0.2
31972024-10-14T09:30:38.439Z[ helios-setup] Oct 14 09:30:37.523 INFO E| Compiling encoding_rs v0.8.32
31982024-10-14T09:30:40.127Z[ helios-setup] Oct 14 09:30:39.206 INFO E| Compiling ipnet v2.7.2
31992024-10-14T09:30:45.347Z[ helios-setup] Oct 14 09:30:44.431 INFO E| Compiling unsafe-libyaml v0.2.8
32002024-10-14T09:30:45.390Z[ helios-setup] Oct 14 09:30:44.473 INFO E| Compiling mime v0.3.17
32012024-10-14T09:30:45.456Z[ helios-setup] Oct 14 09:30:44.530 INFO E| Compiling spin v0.5.2
32022024-10-14T09:30:46.277Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32032024-10-14T09:30:46.338Z[ helios-setup] Oct 14 09:30:45.421 INFO E| Compiling either v1.8.0
32042024-10-14T09:30:47.181Z[ helios-setup] Oct 14 09:30:46.264 INFO E| Compiling clap_lex v0.4.1
32052024-10-14T09:30:47.411Z[ helios-setup] Oct 14 09:30:46.494 INFO E| Compiling untrusted v0.7.1
32062024-10-14T09:30:47.764Z[ helios-setup] Oct 14 09:30:46.847 INFO E| Compiling project-root v0.2.2
32072024-10-14T09:30:48.522Z[ helios-setup] Oct 14 09:30:47.605 INFO E| Compiling utf-8 v0.7.6
32082024-10-14T09:30:48.653Z[ helios-setup] Oct 14 09:30:47.736 INFO E| Compiling base64 v0.13.1
32092024-10-14T09:30:49.124Z[ helios-setup] Oct 14 09:30:48.204 INFO E| Compiling byteorder v1.4.3
32102024-10-14T09:30:49.394Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89)
32112024-10-14T09:30:49.494Z[ helios-setup] Oct 14 09:30:48.571 INFO E| Compiling strsim v0.10.0
32122024-10-14T09:30:50.028Z[ helios-setup] Oct 14 09:30:49.109 INFO E| Compiling serde_yaml v0.9.21
32132024-10-14T09:30:50.509Z[ helios-setup] Oct 14 09:30:49.589 INFO E| Compiling tungstenite v0.18.0
32142024-10-14T09:30:50.593Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32152024-10-14T09:30:50.897Z[ helios-setup] Oct 14 09:30:49.970 INFO E| Compiling clap_builder v4.2.1
32162024-10-14T09:30:51.338Z[ helios-setup] Oct 14 09:30:50.421 INFO E| Compiling rayon v1.6.1
32172024-10-14T09:30:53.412Z[ helios-setup] Oct 14 09:30:52.494 INFO E| Compiling reqwest v0.11.16
32182024-10-14T09:30:57.174Z[ helios-setup] Oct 14 09:30:56.256 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32192024-10-14T09:30:59.749Z[ helios-setup] Oct 14 09:30:58.830 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32202024-10-14T09:31:00.916Z[ helios-setup] Oct 14 09:30:59.996 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32212024-10-14T09:31:03.302Z[ helios-setup] Oct 14 09:31:02.383 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32222024-10-14T09:31:04.159Z[ helios-setup] Oct 14 09:31:03.234 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32232024-10-14T09:31:08.121Z[ helios-setup] Oct 14 09:31:03.849 INFO E| Compiling clap_derive v4.2.0
32242024-10-14T09:31:08.153Z[ helios-setup] Oct 14 09:31:07.017 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32252024-10-14T09:31:08.658Z[ helios-setup] Oct 14 09:31:07.737 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32262024-10-14T09:31:13.911Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32272024-10-14T09:31:13.986Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32282024-10-14T09:31:14.077Z[ helios-setup] Oct 14 09:31:13.157 INFO E| Compiling clap v4.2.1
32292024-10-14T09:31:26.453Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32302024-10-14T09:31:26.515Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32312024-10-14T09:31:32.164Z[ helios-setup] Oct 14 09:31:31.242 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32322024-10-14T09:31:32.651Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
32332024-10-14T09:31:35.718Z[ helios-setup] Oct 14 09:31:34.796 INFO E| Compiling tokio-tungstenite v0.18.0
32342024-10-14T09:31:37.375Z[ helios-setup] Oct 14 09:31:36.453 INFO E| Compiling smartstring v1.0.1
32352024-10-14T09:31:38.626Z[ helios-setup] Oct 14 09:31:37.704 INFO E| Compiling rustls v0.21.0
32362024-10-14T09:31:40.929Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32372024-10-14T09:31:41.210Z[ helios-setup] Oct 14 09:31:40.287 INFO E| Compiling serde_spanned v0.6.1
32382024-10-14T09:31:41.741Z[ helios-setup] Oct 14 09:31:40.818 INFO E| Compiling toml_datetime v0.6.1
32392024-10-14T09:31:42.006Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
32402024-10-14T09:31:42.088Z[ helios-setup] Oct 14 09:31:41.165 INFO E| Compiling paste v1.0.12
32412024-10-14T09:31:43.105Z[ helios-setup] Oct 14 09:31:42.182 INFO E| Compiling async-trait v0.1.68
32422024-10-14T09:31:43.513Z[ helios-setup] Oct 14 09:31:42.590 INFO E| Compiling static_assertions v1.1.0
32432024-10-14T09:31:43.645Z[ helios-setup] Oct 14 09:31:42.722 INFO E| Compiling slog-async v2.7.0
32442024-10-14T09:31:43.868Z[ helios-setup] Oct 14 09:31:42.929 INFO E| Compiling camino v1.1.4
32452024-10-14T09:31:44.431Z[ helios-setup] Oct 14 09:31:43.508 INFO E| Compiling match_cfg v0.1.0
32462024-10-14T09:31:44.743Z[ helios-setup] Oct 14 09:31:43.820 INFO E| Compiling winnow v0.4.1
32472024-10-14T09:31:45.220Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32482024-10-14T09:31:45.424Z[ helios-setup] Oct 14 09:31:44.501 INFO E| Compiling hostname v0.3.1
32492024-10-14T09:31:46.254Z[ helios-setup] Oct 14 09:31:45.331 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32502024-10-14T09:31:47.752Z[ helios-setup] Oct 14 09:31:46.829 INFO E| Compiling slog-json v2.6.1
32512024-10-14T09:31:49.064Z[ helios-setup] Oct 14 09:31:48.139 INFO E| Compiling unicode-linebreak v0.1.4
32522024-10-14T09:31:52.972Z[ helios-setup] Oct 14 09:31:52.047 INFO E| Compiling toml_edit v0.19.8
32532024-10-14T09:31:54.019Z[ helios-setup] Oct 14 09:31:53.094 INFO E| Compiling async-stream-impl v0.3.5
32542024-10-14T09:31:54.462Z[ host-package] Compiling fatfs v0.3.6
32552024-10-14T09:31:54.858Z[ helios-setup] Oct 14 09:31:53.933 INFO E| Compiling rhai_codegen v1.5.0
32562024-10-14T09:31:56.834Z[ helios-setup] Oct 14 09:31:55.909 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32572024-10-14T09:31:58.375Z[ helios-setup] Oct 14 09:31:57.448 INFO E| Compiling take_mut v0.2.2
32582024-10-14T09:31:59.929Z[ helios-setup] Oct 14 09:31:59.004 INFO E| Compiling rhai v1.14.0
32592024-10-14T09:32:00.059Z[ host-package] Compiling subprocess v0.2.9
32602024-10-14T09:32:01.153Z[ host-package] Compiling rtoolbox v0.0.2
32612024-10-14T09:32:01.790Z[ host-package] Compiling assert_matches v1.5.0
32622024-10-14T09:32:02.097Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32632024-10-14T09:32:02.735Z[ helios-setup] Oct 14 09:32:01.809 INFO E| Compiling toml v0.7.3
32642024-10-14T09:32:02.756Z[ host-package] Compiling rpassword v7.3.1
32652024-10-14T09:32:04.099Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32662024-10-14T09:32:04.928Z[ helios-setup] Oct 14 09:32:04.002 INFO E| Compiling async-stream v0.3.5
32672024-10-14T09:32:06.048Z[ helios-setup] Oct 14 09:32:05.122 INFO E| Compiling slog-bunyan v2.4.0
32682024-10-14T09:32:08.974Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32692024-10-14T09:32:11.650Z[ helios-setup] Oct 14 09:32:10.688 INFO E| Compiling rustls-pemfile v1.0.2
32702024-10-14T09:32:12.774Z[ helios-setup] Oct 14 09:32:11.847 INFO E| Compiling bincode v1.3.3
32712024-10-14T09:32:12.849Z[ helios-setup] Oct 14 09:32:11.922 INFO E| Compiling serde_path_to_error v0.1.11
32722024-10-14T09:32:13.223Z[ helios-setup] Oct 14 09:32:12.296 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32732024-10-14T09:32:14.901Z[ helios-setup] Oct 14 09:32:13.975 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32742024-10-14T09:32:15.036Z[ helios-setup] Oct 14 09:32:14.109 INFO E| Compiling terminal_size v0.2.6
32752024-10-14T09:32:15.156Z[ helios-setup] Oct 14 09:32:14.230 INFO E| Compiling smawk v0.3.1
32762024-10-14T09:32:15.819Z[ helios-setup] Oct 14 09:32:14.892 INFO E| Compiling textwrap v0.16.0
32772024-10-14T09:32:16.712Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32782024-10-14T09:32:28.308Z[ helios-setup] Oct 14 09:32:27.380 INFO E| Compiling sct v0.7.0
32792024-10-14T09:32:28.337Z[ helios-setup] Oct 14 09:32:27.409 INFO E| Compiling rustls-webpki v0.100.1
32802024-10-14T09:32:30.837Z[ host-package] Compiling tui-tree-widget v0.22.0
32812024-10-14T09:32:31.876Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32822024-10-14T09:32:33.970Z[ helios-setup] Oct 14 09:32:33.041 INFO E| Compiling git2 v0.16.1
32832024-10-14T09:32:37.162Z[ helios-setup] Oct 14 09:32:36.232 INFO E| Compiling tokio-rustls v0.24.0
32842024-10-14T09:32:40.543Z[ helios-setup] Oct 14 09:32:39.614 INFO E| Compiling built v0.6.0
32852024-10-14T09:32:42.486Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32862024-10-14T09:32:44.131Z[ helios-setup] Oct 14 09:32:43.201 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32872024-10-14T09:32:46.799Z[ helios-setup] Oct 14 09:32:45.868 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32882024-10-14T09:32:49.739Z[ helios-setup] Oct 14 09:32:48.809 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
32892024-10-14T09:32:54.283Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32902024-10-14T09:32:55.037Z[ host-package] Compiling uzers v0.11.3
32912024-10-14T09:32:59.056Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32922024-10-14T09:33:06.074Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32932024-10-14T09:33:09.391Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32942024-10-14T09:33:16.803Z[ helios-setup] Oct 14 09:33:15.869 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
32952024-10-14T09:33:19.100Z[ helios-setup] Oct 14 09:33:18.165 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
32962024-10-14T09:33:53.507Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32972024-10-14T09:33:56.866Z[ host-package] Compiling multimap v0.10.0
32982024-10-14T09:34:03.681Z[ helios-setup] Oct 14 09:34:02.742 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
32992024-10-14T09:35:08.990Z[ helios-setup] Oct 14 09:35:08.043 INFO E| Finished `release` profile [optimized] target(s) in 6m 51s
33002024-10-14T09:35:09.113Z[ helios-setup] Oct 14 09:35:08.166 INFO building project "pilot" ok (411 seconds)
33012024-10-14T09:35:09.116Z[ helios-setup] rm -f helios-build
33022024-10-14T09:35:09.118Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33032024-10-14T09:35:09.122Z[ helios-setup]
33042024-10-14T09:35:09.125Z[ helios-setup] Setup complete! ./helios-build is now available.
33052024-10-14T09:35:09.125Z[ helios-setup]
33062024-10-14T09:35:09.128Z[ helios-setup]
33072024-10-14T09:35:09.128Z[ helios-setup] real 11:59.485299772
33082024-10-14T09:35:09.128ZOct 14 09:35:08.180 [ helios-setup] user 28:53.060919409
33092024-10-14T09:35:09.128ZINFO [helios-setup] process exited with exit status: 0 (719.492760304s)
33102024-10-14T09:35:09.128Z[ helios-setup] sys 3:37.053667987
33112024-10-14T09:35:09.128Z[ helios-setup] trap 1.758021223
33122024-10-14T09:35:09.128Z[ helios-setup] tflt 5.885164294
33132024-10-14T09:35:09.128Z[ helios-setup] dflt 30.280426754
33142024-10-14T09:35:09.128Z[ helios-setup] kflt 0.062083013
33152024-10-14T09:35:09.128Z[ helios-setup] lock 1:53:09.751482625
33162024-10-14T09:35:09.128Z[ helios-setup] slp 3:44:10.934365342
33172024-10-14T09:35:09.128Z[ helios-setup] lat 32:44.685263292
33182024-10-14T09:35:09.128Z[ helios-setup] stop 4:42.914785039
33192024-10-14T09:35:09.128ZOct 14 09:35:08.181 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33202024-10-14T09:35:09.153Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33212024-10-14T09:35:09.387Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33222024-10-14T09:35:09.387Z[ phbl-toolchain] info: downloading component 'cargo'
33232024-10-14T09:35:10.817Z[ phbl-toolchain] info: downloading component 'clippy'
33242024-10-14T09:35:11.132Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33252024-10-14T09:35:16.146Z[ phbl-toolchain] info: downloading component 'miri'
33262024-10-14T09:35:16.852Z[ phbl-toolchain] info: downloading component 'rust-docs'
33272024-10-14T09:35:18.692Z[ phbl-toolchain] info: downloading component 'rust-src'
33282024-10-14T09:35:18.914Z[ phbl-toolchain] info: downloading component 'rust-std'
33292024-10-14T09:35:21.461Z[ phbl-toolchain] info: downloading component 'rustc'
33302024-10-14T09:35:30.405Z[ phbl-toolchain] info: downloading component 'rustfmt'
33312024-10-14T09:35:30.928Z[ phbl-toolchain] info: installing component 'cargo'
33322024-10-14T09:35:32.349Z[ phbl-toolchain] info: installing component 'clippy'
33332024-10-14T09:35:32.912Z[ phbl-toolchain] info: installing component 'llvm-tools'
33342024-10-14T09:35:39.077Z[ phbl-toolchain] info: installing component 'miri'
33352024-10-14T09:35:39.458Z[ phbl-toolchain] info: installing component 'rust-docs'
33362024-10-14T09:35:47.663Z[ phbl-toolchain] info: installing component 'rust-src'
33372024-10-14T09:35:48.394Z[ phbl-toolchain] info: installing component 'rust-std'
33382024-10-14T09:35:51.023Z[ phbl-toolchain] info: installing component 'rustc'
33392024-10-14T09:36:00.734Z[ phbl-toolchain] info: installing component 'rustfmt'
33402024-10-14T09:36:01.704Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33412024-10-14T09:36:01.707ZOct 14 09:36:00.752 INFO [phbl-toolchain] process exited with exit status: 0 (52.57134542s)
33422024-10-14T09:36:37.585Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33432024-10-14T09:36:43.551Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33442024-10-14T09:43:25.929Z[ host-package] Finished `release` profile [optimized] target(s) in 19m 31s
33452024-10-14T09:44:28.108ZOct 14 09:44:27.096 INFO [host-package] process exited with exit status: 0 (1233.767891794s)
33462024-10-14T09:44:28.108ZOct 14 09:44:27.096 INFO [host-stamp] running task
33472024-10-14T09:44:28.111ZOct 14 09:44:27.097 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33482024-10-14T09:44:28.117ZOct 14 09:44:27.106 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 11.0.0-0.ci+git551b581c0af
33492024-10-14T09:44:28.123ZOct 14 09:44:27.112 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 11.0.0-0.ci+git551b581c0af
33502024-10-14T09:44:28.130Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33512024-10-14T09:44:28.132Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33522024-10-14T09:44:28.134ZOct 14 09:44:27.121 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 11.0.0-0.ci+git551b581c0af
33532024-10-14T09:44:28.142Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33542024-10-14T09:44:28.145Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33552024-10-14T09:44:28.145ZOct 14 09:44:27.132 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 11.0.0-0.ci+git551b581c0af
33562024-10-14T09:44:28.156Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-14T09:44:28.159ZOct 14 09:44:27.145 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 11.0.0-0.ci+git551b581c0af
33582024-10-14T09:44:28.169Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33592024-10-14T09:44:28.172ZOct 14 09:44:27.158 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 11.0.0-0.ci+git551b581c0af
33602024-10-14T09:44:28.182ZOct 14 09:44:27.170 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 11.0.0-0.ci+git551b581c0af
33612024-10-14T09:44:28.189Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33622024-10-14T09:44:28.196Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33632024-10-14T09:44:28.196ZOct 14 09:44:27.185 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 11.0.0-0.ci+git551b581c0af
33642024-10-14T09:44:28.210Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33652024-10-14T09:44:28.214Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33662024-10-14T09:44:28.216ZOct 14 09:44:27.203 INFO [stamp-oxlog] process exited with exit status: 0 (97.335847ms)
33672024-10-14T09:44:28.216ZOct 14 09:44:27.203 INFO [stamp-overlay] process exited with exit status: 0 (32.759797ms)
33682024-10-14T09:44:28.227Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33692024-10-14T09:44:28.229Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33702024-10-14T09:44:28.232ZOct 14 09:44:27.221 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (36.387352ms)
33712024-10-14T09:44:28.246Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33722024-10-14T09:44:28.249ZOct 14 09:44:27.238 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (117.055311ms)
33732024-10-14T09:44:28.368Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33742024-10-14T09:44:28.372ZOct 14 09:44:27.360 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (248.084761ms)
33752024-10-14T09:44:28.525Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33762024-10-14T09:44:28.528ZOct 14 09:44:27.517 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (384.458881ms)
33772024-10-14T09:44:29.333Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33782024-10-14T09:44:29.337ZOct 14 09:44:28.325 INFO [stamp-propolis-server] process exited with exit status: 0 (1.180461082s)
33792024-10-14T09:44:29.502Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33802024-10-14T09:44:31.851Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33812024-10-14T09:44:38.573Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33822024-10-14T09:44:38.576ZOct 14 09:44:37.563 INFO [stamp-switch-asic] process exited with exit status: 0 (10.405199957s)
33832024-10-14T09:44:38.579ZOct 14 09:44:37.564 INFO [host-stamp] task succeeded (10.467148494s)
33842024-10-14T09:44:38.579ZOct 14 09:44:37.564 INFO [host-proto] running task
33852024-10-14T09:44:38.996ZOct 14 09:44:37.983 INFO [host-proto] task succeeded (419.282621ms)
33862024-10-14T09:44:38.997ZOct 14 09:44:37.983 INFO [host-profile] running task
33872024-10-14T09:44:38.999ZOct 14 09:44:37.983 INFO [host-profile] task succeeded (307.019µs)
33882024-10-14T09:44:38.999ZOct 14 09:44:37.984 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.33.293' -P /tmp/.tmpq7LyUG/proto/host/root -N 'ci 551b581/${os_short_commit} 2024-10-14 09:23' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33892024-10-14T09:44:39.013Z[ host-image] Oct 14 09:44:38.000 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33902024-10-14T09:44:39.016Z[ host-image] Oct 14 09:44:38.001 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33912024-10-14T09:44:39.027Z[ host-image] Oct 14 09:44:38.015 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpq7LyUG/proto/host/root"
33922024-10-14T09:44:39.027Z[ host-image] Oct 14 09:44:38.015 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33932024-10-14T09:44:39.030Z[ host-image] Oct 14 09:44:38.015 INFO image builder template: ramdisk-01-os...
33942024-10-14T09:44:39.030Z[ host-image] Oct 14 09:44:38.015 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/.tmpq7LyUG/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
33952024-10-14T09:44:39.047Z[ host-image] Oct 14 09:44:38.034 INFO O| Oct 14 09:44:38.034 INFO CREATE DATASET: rpool/images/build/host/output
33962024-10-14T09:44:39.341Z[ host-image] Oct 14 09:44:38.328 INFO O| Oct 14 09:44:38.328 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33972024-10-14T09:44:39.345Z[ host-image] Oct 14 09:44:38.333 INFO O| Oct 14 09:44:38.332 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
33982024-10-14T09:44:39.613Z[ host-image] Oct 14 09:44:38.600 INFO O| Oct 14 09:44:38.600 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
33992024-10-14T09:44:39.652Z[ host-image] Oct 14 09:44:38.640 INFO O| Oct 14 09:44:38.640 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34002024-10-14T09:44:39.655Z[ host-image] Oct 14 09:44:38.640 INFO O| Oct 14 09:44:38.640 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34012024-10-14T09:44:39.655Z[ host-image] Oct 14 09:44:38.640 INFO O| Oct 14 09:44:38.640 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34022024-10-14T09:44:39.655Z[ host-image] Oct 14 09:44:38.640 INFO O| Oct 14 09:44:38.640 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34032024-10-14T09:44:39.660Z[ host-image] Oct 14 09:44:38.648 INFO O| Oct 14 09:44:38.647 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34042024-10-14T09:44:39.856Z[ host-image] Oct 14 09:44:38.843 INFO O| Oct 14 09:44:38.843 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34052024-10-14T09:44:39.866Z[ host-image] Oct 14 09:44:38.854 INFO O| Oct 14 09:44:38.853 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34062024-10-14T09:44:40.254Z[ host-image] Oct 14 09:44:39.241 INFO O| Oct 14 09:44:39.241 INFO O| Caching catalogs ... Done
34072024-10-14T09:44:40.342Z[ host-image] Oct 14 09:44:39.329 INFO O| Oct 14 09:44:39.329 INFO STEP 0 (pkg_image_create) COMPLETE
34082024-10-14T09:44:40.342Z[ host-image] Oct 14 09:44:39.329 INFO O| Oct 14 09:44:39.329 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34092024-10-14T09:44:40.345Z[ host-image] Oct 14 09:44:39.329 INFO O| Oct 14 09:44:39.329 INFO skip step because feature "repo_redist" is not enabled
34102024-10-14T09:44:40.345Z[ host-image] Oct 14 09:44:39.329 INFO O| Oct 14 09:44:39.329 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34112024-10-14T09:44:40.353Z[ host-image] Oct 14 09:44:39.340 INFO O| Oct 14 09:44:39.340 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"]
34122024-10-14T09:44:40.862Z[ host-image] Oct 14 09:44:39.849 INFO O| Oct 14 09:44:39.848 INFO STEP 2 (pkg_set_publisher) COMPLETE
34132024-10-14T09:44:40.862Z[ host-image] Oct 14 09:44:39.849 INFO O| Oct 14 09:44:39.849 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34142024-10-14T09:44:40.878Z[ host-image] Oct 14 09:44:39.865 INFO O| Oct 14 09:44:39.865 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"]
34152024-10-14T09:44:41.419Z[ host-image] Oct 14 09:44:40.406 INFO O| Oct 14 09:44:40.405 INFO STEP 3 (pkg_set_publisher) COMPLETE
34162024-10-14T09:44:41.419Z[ host-image] Oct 14 09:44:40.406 INFO O| Oct 14 09:44:40.406 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34172024-10-14T09:44:41.422Z[ host-image] Oct 14 09:44:40.406 INFO O| Oct 14 09:44:40.406 INFO skip step because feature "repo_redist" is not enabled
34182024-10-14T09:44:41.422Z[ host-image] Oct 14 09:44:40.406 INFO O| Oct 14 09:44:40.406 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34192024-10-14T09:44:41.954Z[ host-image] Oct 14 09:44:40.941 INFO O| Oct 14 09:44:40.941 INFO variant opensolaris.zone is already global
34202024-10-14T09:44:41.955Z[ host-image] Oct 14 09:44:40.941 INFO O| Oct 14 09:44:40.941 INFO STEP 5 (pkg_change_variant) COMPLETE
34212024-10-14T09:44:41.958Z[ host-image] Oct 14 09:44:40.941 INFO O| Oct 14 09:44:40.941 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34222024-10-14T09:44:42.489Z[ host-image] Oct 14 09:44:41.475 INFO O| Oct 14 09:44:41.475 INFO variant opensolaris.imagetype is full; changing to partial
34232024-10-14T09:44:42.489Z[ host-image] Oct 14 09:44:41.475 INFO O| Oct 14 09:44:41.475 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34242024-10-14T09:44:49.624Z[ host-image] Oct 14 09:44:48.610 INFO O| Oct 14 09:44:48.610 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34252024-10-14T09:44:51.155Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.80s
34262024-10-14T09:44:52.392ZOct 14 09:44:51.378 INFO [recovery-package] process exited with exit status: 0 (24.281182692s)
34272024-10-14T09:44:52.392ZOct 14 09:44:51.378 INFO [recovery-stamp] running task
34282024-10-14T09:44:52.395ZOct 14 09:44:51.378 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34292024-10-14T09:44:52.400ZOct 14 09:44:51.387 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 11.0.0-0.ci+git551b581c0af
34302024-10-14T09:44:52.409ZOct 14 09:44:51.395 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 11.0.0-0.ci+git551b581c0af
34312024-10-14T09:44:52.417Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34322024-10-14T09:44:52.424Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34332024-10-14T09:44:52.501Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34342024-10-14T09:44:52.505ZOct 14 09:44:51.491 INFO [stamp-installinator] process exited with exit status: 0 (104.883935ms)
34352024-10-14T09:44:52.549Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34362024-10-14T09:44:52.552ZOct 14 09:44:51.538 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (143.375589ms)
34372024-10-14T09:44:52.552ZOct 14 09:44:51.538 INFO [recovery-stamp] task succeeded (159.97083ms)
34382024-10-14T09:44:52.554ZOct 14 09:44:51.538 INFO [recovery-proto] running task
34392024-10-14T09:44:52.554ZOct 14 09:44:51.538 INFO [tuf-stamp] running task
34402024-10-14T09:44:52.554ZOct 14 09:44:51.539 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 11.0.0-0.ci+git551b581c0af
34412024-10-14T09:44:52.569ZOct 14 09:44:51.555 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 11.0.0-0.ci+git551b581c0af
34422024-10-14T09:44:52.581Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34432024-10-14T09:44:52.581ZOct 14 09:44:51.567 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 11.0.0-0.ci+git551b581c0af
34442024-10-14T09:44:52.592Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34452024-10-14T09:44:52.595ZOct 14 09:44:51.580 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 11.0.0-0.ci+git551b581c0af
34462024-10-14T09:44:52.609Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34472024-10-14T09:44:52.612ZOct 14 09:44:51.595 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 11.0.0-0.ci+git551b581c0af
34482024-10-14T09:44:52.632Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34492024-10-14T09:44:52.634ZOct 14 09:44:51.618 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 11.0.0-0.ci+git551b581c0af
34502024-10-14T09:44:52.653Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34512024-10-14T09:44:52.655ZOct 14 09:44:51.639 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 11.0.0-0.ci+git551b581c0af
34522024-10-14T09:44:52.683Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34532024-10-14T09:44:52.685ZOct 14 09:44:51.669 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 11.0.0-0.ci+git551b581c0af
34542024-10-14T09:44:52.756Z[ host-image] Oct 14 09:44:51.680 INFO O| Oct 14 09:44:51.680 INFO O| Startup: Caching catalogs ... Done
34552024-10-14T09:44:52.759Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34562024-10-14T09:44:52.759ZOct 14 09:44:51.742 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 11.0.0-0.ci+git551b581c0af
34572024-10-14T09:44:52.833Z[ host-image] Oct 14 09:44:51.768 INFO O| Oct 14 09:44:51.768 INFO O| Planning: Planning completed in 0.00 seconds
34582024-10-14T09:44:52.833Z[ host-image] Oct 14 09:44:51.769 INFO O| Oct 14 09:44:51.769 INFO O| Planning: Consolidating action changes ... Done
34592024-10-14T09:44:52.833Z[ host-image] Oct 14 09:44:51.769 INFO O| Oct 14 09:44:51.769 INFO O| Planning: Evaluating mediators ... Done
34602024-10-14T09:44:52.836Z[ host-image] Oct 14 09:44:51.769 INFO O| Oct 14 09:44:51.769 INFO O| Planning: Planning completed in 0.00 seconds
34612024-10-14T09:44:52.836Z[ host-image] Oct 14 09:44:51.770 INFO O| Oct 14 09:44:51.770 INFO O| Variants/Facets to change: 1
34622024-10-14T09:44:52.836Z[ host-image] Oct 14 09:44:51.808 INFO O| Oct 14 09:44:51.808 INFO O| Done
34632024-10-14T09:44:52.836Z[ host-image] Oct 14 09:44:51.808 INFO O| Oct 14 09:44:51.808 INFO O| Done
34642024-10-14T09:44:52.836Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34652024-10-14T09:44:52.836ZOct 14 09:44:51.819 INFO [recovery-proto] task succeeded (280.618757ms)
34662024-10-14T09:44:52.836ZOct 14 09:44:51.819 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.33.293' -P /tmp/.tmpq7LyUG/proto/recovery/root -N 'recovery 551b581/${os_short_commit} 2024-10-14 09:23' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34672024-10-14T09:44:52.851Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34682024-10-14T09:44:52.858ZOct 14 09:44:51.837 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 11.0.0-0.ci+git551b581c0af
34692024-10-14T09:44:52.874Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34702024-10-14T09:44:52.874ZOct 14 09:44:51.853 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 11.0.0-0.ci+git551b581c0af
34712024-10-14T09:44:52.898Z[ recovery-image] Oct 14 09:44:51.883 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34722024-10-14T09:44:52.901Z[ recovery-image] Oct 14 09:44:51.883 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34732024-10-14T09:44:52.901Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34742024-10-14T09:44:52.901ZOct 14 09:44:51.884 INFO [stamp-probe] process exited with exit status: 0 (245.338722ms)
34752024-10-14T09:44:52.901Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34762024-10-14T09:44:52.937Z[ recovery-image] Oct 14 09:44:51.923 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpq7LyUG/proto/recovery/root"
34772024-10-14T09:44:52.937Z[ recovery-image] Oct 14 09:44:51.923 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34782024-10-14T09:44:52.940Z[ recovery-image] Oct 14 09:44:51.923 INFO image builder template: ramdisk-01-os...
34792024-10-14T09:44:52.940Z[ recovery-image] Oct 14 09:44:51.923 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/.tmpq7LyUG/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.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None
34802024-10-14T09:44:52.983Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34812024-10-14T09:44:53.033ZOct 14 09:44:52.018 INFO [stamp-ntp] process exited with exit status: 0 (450.678319ms)
34822024-10-14T09:44:53.171Z[ recovery-image] Oct 14 09:44:52.157 INFO O| Oct 14 09:44:52.022 INFO CREATE DATASET: rpool/images/build/recovery/output
34832024-10-14T09:44:53.690Z[ host-image] Oct 14 09:44:52.676 INFO O| Oct 14 09:44:52.676 INFO O| Done
34842024-10-14T09:44:53.713Z[ recovery-image] Oct 14 09:44:52.699 INFO O| Oct 14 09:44:52.671 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34852024-10-14T09:44:53.714Z[ recovery-image] Oct 14 09:44:52.699 INFO O| Oct 14 09:44:52.678 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34862024-10-14T09:44:53.788Z[ host-image] Oct 14 09:44:52.773 INFO O| Oct 14 09:44:52.773 INFO O| Done
34872024-10-14T09:44:53.790Z[ host-image] Oct 14 09:44:52.775 INFO O| Oct 14 09:44:52.775 INFO O| Done
34882024-10-14T09:44:53.790Z[ host-image] Oct 14 09:44:52.775 INFO O| Oct 14 09:44:52.775 INFO O| Done
34892024-10-14T09:44:53.875Z[ host-image] Oct 14 09:44:52.777 INFO O| Oct 14 09:44:52.777 INFO O| Done
34902024-10-14T09:44:53.995Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34912024-10-14T09:44:54.041ZOct 14 09:44:53.025 INFO [stamp-internal-dns] process exited with exit status: 0 (1.485890762s)
34922024-10-14T09:44:54.090Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34932024-10-14T09:44:54.115ZOct 14 09:44:53.101 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.505400453s)
34942024-10-14T09:44:54.195Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34952024-10-14T09:44:54.200ZOct 14 09:44:53.185 INFO [stamp-external-dns] process exited with exit status: 0 (1.516094165s)
34962024-10-14T09:44:54.229Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.82s
34972024-10-14T09:44:54.253Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34982024-10-14T09:44:54.347Z[ host-image] Oct 14 09:44:53.332 INFO O| Oct 14 09:44:53.332 INFO STEP 6 (pkg_change_variant) COMPLETE
34992024-10-14T09:44:54.347Z[ host-image] Oct 14 09:44:53.332 INFO O| Oct 14 09:44:53.332 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35002024-10-14T09:44:54.350Z[ host-image] Oct 14 09:44:53.332 INFO O| Oct 14 09:44:53.332 INFO skip step because feature "debug_variant" is not enabled
35012024-10-14T09:44:54.350Z[ host-image] Oct 14 09:44:53.333 INFO O| Oct 14 09:44:53.332 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35022024-10-14T09:44:54.361Z[ recovery-image] Oct 14 09:44:53.347 INFO O| Oct 14 09:44:53.347 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
35032024-10-14T09:44:54.455Z[ recovery-image] Oct 14 09:44:53.441 INFO O| Oct 14 09:44:53.441 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35042024-10-14T09:44:54.455Z[ recovery-image] Oct 14 09:44:53.441 INFO O| Oct 14 09:44:53.441 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35052024-10-14T09:44:54.458Z[ recovery-image] Oct 14 09:44:53.441 INFO O| Oct 14 09:44:53.441 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35062024-10-14T09:44:54.458Z[ recovery-image] Oct 14 09:44:53.441 INFO O| Oct 14 09:44:53.441 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35072024-10-14T09:44:54.467Z[ recovery-image] Oct 14 09:44:53.453 INFO O| Oct 14 09:44:53.452 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35082024-10-14T09:44:54.496Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35092024-10-14T09:44:54.502ZOct 14 09:44:53.488 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.746183257s)
35102024-10-14T09:44:54.741Z[ recovery-image] Oct 14 09:44:53.726 INFO O| Oct 14 09:44:53.726 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35112024-10-14T09:44:54.746Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35122024-10-14T09:44:54.750ZOct 14 09:44:53.736 INFO [stamp-oximeter] process exited with exit status: 0 (2.155530739s)
35132024-10-14T09:44:54.755Z[ recovery-image] Oct 14 09:44:53.741 INFO O| Oct 14 09:44:53.741 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35142024-10-14T09:44:54.845Z[ host-image] Oct 14 09:44:53.831 INFO O| Oct 14 09:44:53.831 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35152024-10-14T09:44:55.216Z[ recovery-image] Oct 14 09:44:54.201 INFO O| Oct 14 09:44:54.201 INFO O| Caching catalogs ... Done
35162024-10-14T09:44:55.328Z[ recovery-image] Oct 14 09:44:54.314 INFO O| Oct 14 09:44:54.314 INFO STEP 0 (pkg_image_create) COMPLETE
35172024-10-14T09:44:55.329Z[ recovery-image] Oct 14 09:44:54.314 INFO O| Oct 14 09:44:54.314 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35182024-10-14T09:44:55.329Z[ recovery-image] Oct 14 09:44:54.314 INFO O| Oct 14 09:44:54.314 INFO skip step because feature "repo_redist" is not enabled
35192024-10-14T09:44:55.331Z[ recovery-image] Oct 14 09:44:54.314 INFO O| Oct 14 09:44:54.314 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35202024-10-14T09:44:55.343Z[ recovery-image] Oct 14 09:44:54.329 INFO O| Oct 14 09:44:54.329 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"]
35212024-10-14T09:44:55.350Z[ host-image] Oct 14 09:44:54.336 INFO O| Oct 14 09:44:54.336 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35222024-10-14T09:44:55.353Z[ host-image] Oct 14 09:44:54.338 INFO O| Oct 14 09:44:54.338 INFO O| Planning: Planning completed in 0.00 seconds
35232024-10-14T09:44:55.353Z[ host-image] Oct 14 09:44:54.338 INFO O| Oct 14 09:44:54.338 INFO O| Planning: Consolidating action changes ... Done
35242024-10-14T09:44:55.354Z[ host-image] Oct 14 09:44:54.339 INFO O| Oct 14 09:44:54.339 INFO O| Planning: Evaluating mediators ... Done
35252024-10-14T09:44:55.354Z[ host-image] Oct 14 09:44:54.339 INFO O| Oct 14 09:44:54.339 INFO O| Planning: Planning completed in 0.00 seconds
35262024-10-14T09:44:55.356Z[ host-image] Oct 14 09:44:54.339 INFO O| Oct 14 09:44:54.339 INFO O| Variants/Facets to change: 1
35272024-10-14T09:44:55.372Z[ host-image] Oct 14 09:44:54.357 INFO O| Oct 14 09:44:54.357 INFO O| Done
35282024-10-14T09:44:55.372Z[ host-image] Oct 14 09:44:54.357 INFO O| Oct 14 09:44:54.357 INFO O| Done
35292024-10-14T09:44:55.821Z[ recovery-image] Oct 14 09:44:54.806 INFO O| Oct 14 09:44:54.806 INFO STEP 2 (pkg_set_publisher) COMPLETE
35302024-10-14T09:44:55.821Z[ recovery-image] Oct 14 09:44:54.806 INFO O| Oct 14 09:44:54.806 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35312024-10-14T09:44:55.832Z[ recovery-image] Oct 14 09:44:54.818 INFO O| Oct 14 09:44:54.818 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"]
35322024-10-14T09:44:55.937Z[ host-image] Oct 14 09:44:54.923 INFO O| Oct 14 09:44:54.922 INFO O| Done
35332024-10-14T09:44:55.982Z[ host-image] Oct 14 09:44:54.967 INFO O| Oct 14 09:44:54.967 INFO O| Done
35342024-10-14T09:44:55.985Z[ host-image] Oct 14 09:44:54.968 INFO O| Oct 14 09:44:54.968 INFO O| Done
35352024-10-14T09:44:55.985Z[ host-image] Oct 14 09:44:54.968 INFO O| Oct 14 09:44:54.968 INFO O| Done
35362024-10-14T09:44:55.985Z[ host-image] Oct 14 09:44:54.970 INFO O| Oct 14 09:44:54.970 INFO O| Done
35372024-10-14T09:44:56.049Z[ host-image] Oct 14 09:44:55.034 INFO O| Oct 14 09:44:55.034 INFO STEP 8 (pkg_change_facet) COMPLETE
35382024-10-14T09:44:56.049Z[ host-image] Oct 14 09:44:55.034 INFO O| Oct 14 09:44:55.034 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35392024-10-14T09:44:56.049Z[ host-image] Oct 14 09:44:55.034 INFO O| Oct 14 09:44:55.034 INFO skip step because feature "recovery" is not enabled
35402024-10-14T09:44:56.049Z[ host-image] Oct 14 09:44:55.034 INFO O| Oct 14 09:44:55.034 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35412024-10-14T09:44:56.051Z[ host-image] Oct 14 09:44:55.034 INFO O| Oct 14 09:44:55.034 INFO skip step because feature "recovery" is not enabled
35422024-10-14T09:44:56.051Z[ host-image] Oct 14 09:44:55.034 INFO O| Oct 14 09:44:55.034 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35432024-10-14T09:44:56.062Z[ host-image] Oct 14 09:44:55.048 INFO O| Oct 14 09:44:55.048 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"]
35442024-10-14T09:44:56.312Z[ recovery-image] Oct 14 09:44:55.298 INFO O| Oct 14 09:44:55.297 INFO STEP 3 (pkg_set_publisher) COMPLETE
35452024-10-14T09:44:56.312Z[ recovery-image] Oct 14 09:44:55.298 INFO O| Oct 14 09:44:55.297 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35462024-10-14T09:44:56.315Z[ recovery-image] Oct 14 09:44:55.298 INFO O| Oct 14 09:44:55.298 INFO skip step because feature "repo_redist" is not enabled
35472024-10-14T09:44:56.315Z[ recovery-image] Oct 14 09:44:55.298 INFO O| Oct 14 09:44:55.298 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-10-14T09:44:56.676Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35492024-10-14T09:44:56.680ZOct 14 09:44:55.666 INFO [stamp-nexus] process exited with exit status: 0 (3.812505077s)
35502024-10-14T09:44:56.693Z[ host-image] Oct 14 09:44:55.678 INFO O| Oct 14 09:44:55.678 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35512024-10-14T09:44:56.727Z[ recovery-image] Oct 14 09:44:55.712 INFO O| Oct 14 09:44:55.712 INFO variant opensolaris.zone is already global
35522024-10-14T09:44:56.727Z[ recovery-image] Oct 14 09:44:55.712 INFO O| Oct 14 09:44:55.712 INFO STEP 5 (pkg_change_variant) COMPLETE
35532024-10-14T09:44:56.727Z[ recovery-image] Oct 14 09:44:55.712 INFO O| Oct 14 09:44:55.712 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-10-14T09:44:57.120Z[ recovery-image] Oct 14 09:44:56.106 INFO O| Oct 14 09:44:56.105 INFO variant opensolaris.imagetype is full; changing to partial
35552024-10-14T09:44:57.120Z[ recovery-image] Oct 14 09:44:56.106 INFO O| Oct 14 09:44:56.106 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35562024-10-14T09:44:58.033Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35572024-10-14T09:44:58.035Z[verify-libraries] Compiling polyval v0.6.2
35582024-10-14T09:44:58.061Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35592024-10-14T09:44:58.065ZOct 14 09:44:57.050 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.432082778s)
35602024-10-14T09:44:58.195Z[verify-libraries] Compiling ctr v0.9.2
35612024-10-14T09:44:58.215Z[verify-libraries] Compiling ssh-encoding v0.2.0
35622024-10-14T09:44:58.218Z[verify-libraries] Compiling blowfish v0.9.1
35632024-10-14T09:44:58.273Z[verify-libraries] Compiling password-hash v0.4.2
35642024-10-14T09:44:58.275Z[verify-libraries] Compiling matches v0.1.10
35652024-10-14T09:44:58.275Z[verify-libraries] Compiling p256 v0.13.2
35662024-10-14T09:44:58.733Z[verify-libraries] Compiling ghash v0.5.1
35672024-10-14T09:44:58.781Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35682024-10-14T09:44:58.781Z[verify-libraries] Compiling idna v0.2.3
35692024-10-14T09:44:58.781Z[verify-libraries] Compiling p521 v0.13.3
35702024-10-14T09:44:59.049Z[verify-libraries] Compiling aes-gcm v0.10.3
35712024-10-14T09:44:59.630Z[verify-libraries] Compiling ssh-cipher v0.2.0
35722024-10-14T09:44:59.715Z[verify-libraries] Compiling pbkdf2 v0.11.0
35732024-10-14T09:44:59.718Z[verify-libraries] Compiling enum-as-inner v0.5.1
35742024-10-14T09:45:00.888Z[verify-libraries] Compiling ssh-key v0.6.6
35752024-10-14T09:45:00.991Z[verify-libraries] Compiling russh-cryptovec v0.7.2
35762024-10-14T09:45:01.314Z[verify-libraries] Compiling md5 v0.7.0
35772024-10-14T09:45:01.618Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35782024-10-14T09:45:01.683Z[verify-libraries] Compiling num-bigint v0.4.5
35792024-10-14T09:45:02.434Z[verify-libraries] Compiling des v0.8.1
35802024-10-14T09:45:03.194Z[verify-libraries] Compiling hex-literal v0.4.1
35812024-10-14T09:45:03.245Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35822024-10-14T09:45:03.538Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35832024-10-14T09:45:03.557ZOct 14 09:45:02.541 INFO [stamp-clickhouse] process exited with exit status: 0 (10.986498881s)
35842024-10-14T09:45:03.593Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35852024-10-14T09:45:03.723Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35862024-10-14T09:45:03.788ZOct 14 09:45:02.773 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.936030155s)
35872024-10-14T09:45:03.788ZOct 14 09:45:02.773 INFO [tuf-stamp] task succeeded (11.234379959s)
35882024-10-14T09:45:04.454Z[verify-libraries] Compiling russh-keys v0.45.0
35892024-10-14T09:45:04.930Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35902024-10-14T09:45:05.846Z[verify-libraries] Compiling internet-checksum v0.2.1
35912024-10-14T09:45:06.166Z[verify-libraries] Compiling heck v0.4.1
35922024-10-14T09:45:07.723Z[ recovery-image] Oct 14 09:45:06.706 INFO O| Oct 14 09:45:06.706 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35932024-10-14T09:45:07.808Z[verify-libraries] Compiling dhcproto v0.12.0
35942024-10-14T09:45:11.932Z[verify-libraries] Compiling russh v0.45.0
35952024-10-14T09:45:13.776Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
35962024-10-14T09:45:14.384Z[ recovery-image] Oct 14 09:45:13.367 INFO O| Oct 14 09:45:13.367 INFO O| Startup: Caching catalogs ... Done
35972024-10-14T09:45:14.501Z[ recovery-image] Oct 14 09:45:13.485 INFO O| Oct 14 09:45:13.484 INFO O| Planning: Planning completed in 0.00 seconds
35982024-10-14T09:45:14.504Z[ recovery-image] Oct 14 09:45:13.485 INFO O| Oct 14 09:45:13.485 INFO O| Planning: Consolidating action changes ... Done
35992024-10-14T09:45:14.505Z[ recovery-image] Oct 14 09:45:13.485 INFO O| Oct 14 09:45:13.485 INFO O| Planning: Evaluating mediators ... Done
36002024-10-14T09:45:14.506Z[ recovery-image] Oct 14 09:45:13.486 INFO O| Oct 14 09:45:13.486 INFO O| Planning: Planning completed in 0.00 seconds
36012024-10-14T09:45:14.506Z[ recovery-image] Oct 14 09:45:13.486 INFO O| Oct 14 09:45:13.486 INFO O| Variants/Facets to change: 1
36022024-10-14T09:45:14.577Z[ recovery-image] Oct 14 09:45:13.559 INFO O| Oct 14 09:45:13.559 INFO O| Done
36032024-10-14T09:45:14.577Z[ recovery-image] Oct 14 09:45:13.559 INFO O| Oct 14 09:45:13.559 INFO O| Done
36042024-10-14T09:45:15.322Z[ recovery-image] Oct 14 09:45:14.305 INFO O| Oct 14 09:45:14.305 INFO O| Done
36052024-10-14T09:45:15.378Z[ recovery-image] Oct 14 09:45:14.361 INFO O| Oct 14 09:45:14.361 INFO O| Done
36062024-10-14T09:45:15.380Z[ recovery-image] Oct 14 09:45:14.362 INFO O| Oct 14 09:45:14.362 INFO O| Done
36072024-10-14T09:45:15.380Z[ recovery-image] Oct 14 09:45:14.362 INFO O| Oct 14 09:45:14.362 INFO O| Done
36082024-10-14T09:45:15.383Z[ recovery-image] Oct 14 09:45:14.364 INFO O| Oct 14 09:45:14.364 INFO O| Done
36092024-10-14T09:45:15.973Z[ recovery-image] Oct 14 09:45:14.956 INFO O| Oct 14 09:45:14.956 INFO STEP 6 (pkg_change_variant) COMPLETE
36102024-10-14T09:45:15.974Z[ recovery-image] Oct 14 09:45:14.956 INFO O| Oct 14 09:45:14.956 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36112024-10-14T09:45:15.976Z[ recovery-image] Oct 14 09:45:14.956 INFO O| Oct 14 09:45:14.956 INFO skip step because feature "debug_variant" is not enabled
36122024-10-14T09:45:15.976Z[ recovery-image] Oct 14 09:45:14.956 INFO O| Oct 14 09:45:14.956 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36132024-10-14T09:45:16.758Z[ recovery-image] Oct 14 09:45:15.741 INFO O| Oct 14 09:45:15.741 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36142024-10-14T09:45:17.864Z[ recovery-image] Oct 14 09:45:16.844 INFO O| Oct 14 09:45:16.844 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36152024-10-14T09:45:17.873Z[ recovery-image] Oct 14 09:45:16.846 INFO O| Oct 14 09:45:16.846 INFO O| Planning: Planning completed in 0.00 seconds
36162024-10-14T09:45:17.873Z[ recovery-image] Oct 14 09:45:16.847 INFO O| Oct 14 09:45:16.847 INFO O| Planning: Consolidating action changes ... Done
36172024-10-14T09:45:17.873Z[ recovery-image] Oct 14 09:45:16.848 INFO O| Oct 14 09:45:16.848 INFO O| Planning: Evaluating mediators ... Done
36182024-10-14T09:45:17.873Z[ recovery-image] Oct 14 09:45:16.848 INFO O| Oct 14 09:45:16.848 INFO O| Planning: Planning completed in 0.00 seconds
36192024-10-14T09:45:17.873Z[ recovery-image] Oct 14 09:45:16.849 INFO O| Oct 14 09:45:16.849 INFO O| Variants/Facets to change: 1
36202024-10-14T09:45:17.947Z[ recovery-image] Oct 14 09:45:16.929 INFO O| Oct 14 09:45:16.929 INFO O| Done
36212024-10-14T09:45:17.947Z[ recovery-image] Oct 14 09:45:16.929 INFO O| Oct 14 09:45:16.929 INFO O| Done
36222024-10-14T09:45:18.610Z[ recovery-image] Oct 14 09:45:17.592 INFO O| Oct 14 09:45:17.592 INFO O| Done
36232024-10-14T09:45:18.702Z[ recovery-image] Oct 14 09:45:17.684 INFO O| Oct 14 09:45:17.684 INFO O| Done
36242024-10-14T09:45:18.704Z[ recovery-image] Oct 14 09:45:17.685 INFO O| Oct 14 09:45:17.685 INFO O| Done
36252024-10-14T09:45:18.705Z[ recovery-image] Oct 14 09:45:17.685 INFO O| Oct 14 09:45:17.685 INFO O| Done
36262024-10-14T09:45:18.707Z[ recovery-image] Oct 14 09:45:17.688 INFO O| Oct 14 09:45:17.688 INFO O| Done
36272024-10-14T09:45:18.802Z[ recovery-image] Oct 14 09:45:17.784 INFO O| Oct 14 09:45:17.784 INFO STEP 8 (pkg_change_facet) COMPLETE
36282024-10-14T09:45:18.802Z[ recovery-image] Oct 14 09:45:17.784 INFO O| Oct 14 09:45:17.784 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36292024-10-14T09:45:19.416Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36302024-10-14T09:45:19.534Z[ recovery-image] Oct 14 09:45:18.517 INFO O| Oct 14 09:45:18.517 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36312024-10-14T09:45:20.650Z[ recovery-image] Oct 14 09:45:19.632 INFO O| Oct 14 09:45:19.632 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36322024-10-14T09:45:20.653Z[ recovery-image] Oct 14 09:45:19.634 INFO O| Oct 14 09:45:19.634 INFO O| Planning: Planning completed in 0.00 seconds
36332024-10-14T09:45:20.653Z[ recovery-image] Oct 14 09:45:19.635 INFO O| Oct 14 09:45:19.635 INFO O| Planning: Consolidating action changes ... Done
36342024-10-14T09:45:20.653Z[ recovery-image] Oct 14 09:45:19.635 INFO O| Oct 14 09:45:19.635 INFO O| Planning: Evaluating mediators ... Done
36352024-10-14T09:45:20.653Z[ recovery-image] Oct 14 09:45:19.636 INFO O| Oct 14 09:45:19.636 INFO O| Planning: Planning completed in 0.00 seconds
36362024-10-14T09:45:20.656Z[ recovery-image] Oct 14 09:45:19.636 INFO O| Oct 14 09:45:19.636 INFO O| Variants/Facets to change: 1
36372024-10-14T09:45:20.735Z[ recovery-image] Oct 14 09:45:19.717 INFO O| Oct 14 09:45:19.717 INFO O| Done
36382024-10-14T09:45:20.735Z[ recovery-image] Oct 14 09:45:19.717 INFO O| Oct 14 09:45:19.717 INFO O| Done
36392024-10-14T09:45:21.369Z[ recovery-image] Oct 14 09:45:20.352 INFO O| Oct 14 09:45:20.352 INFO O| Done
36402024-10-14T09:45:21.530Z[ recovery-image] Oct 14 09:45:20.512 INFO O| Oct 14 09:45:20.512 INFO O| Done
36412024-10-14T09:45:21.533Z[ recovery-image] Oct 14 09:45:20.513 INFO O| Oct 14 09:45:20.513 INFO O| Done
36422024-10-14T09:45:21.533Z[ recovery-image] Oct 14 09:45:20.513 INFO O| Oct 14 09:45:20.513 INFO O| Done
36432024-10-14T09:45:21.535Z[ recovery-image] Oct 14 09:45:20.515 INFO O| Oct 14 09:45:20.515 INFO O| Done
36442024-10-14T09:45:21.646Z[ recovery-image] Oct 14 09:45:20.628 INFO O| Oct 14 09:45:20.628 INFO STEP 9 (pkg_change_facet) COMPLETE
36452024-10-14T09:45:21.646Z[ recovery-image] Oct 14 09:45:20.628 INFO O| Oct 14 09:45:20.628 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36462024-10-14T09:45:22.435Z[ recovery-image] Oct 14 09:45:21.417 INFO O| Oct 14 09:45:21.417 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36472024-10-14T09:45:22.927Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36482024-10-14T09:45:23.428Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36492024-10-14T09:45:23.500Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36502024-10-14T09:45:23.556Z[ recovery-image] Oct 14 09:45:22.538 INFO O| Oct 14 09:45:22.538 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36512024-10-14T09:45:23.565Z[ recovery-image] Oct 14 09:45:22.540 INFO O| Oct 14 09:45:22.540 INFO O| Planning: Planning completed in 0.00 seconds
36522024-10-14T09:45:23.565Z[ recovery-image] Oct 14 09:45:22.541 INFO O| Oct 14 09:45:22.541 INFO O| Planning: Consolidating action changes ... Done
36532024-10-14T09:45:23.565Z[ recovery-image] Oct 14 09:45:22.541 INFO O| Oct 14 09:45:22.541 INFO O| Planning: Evaluating mediators ... Done
36542024-10-14T09:45:23.565Z[ recovery-image] Oct 14 09:45:22.542 INFO O| Oct 14 09:45:22.542 INFO O| Planning: Planning completed in 0.00 seconds
36552024-10-14T09:45:23.565Z[ recovery-image] Oct 14 09:45:22.542 INFO O| Oct 14 09:45:22.542 INFO O| Variants/Facets to change: 1
36562024-10-14T09:45:23.616Z[ recovery-image] Oct 14 09:45:22.598 INFO O| Oct 14 09:45:22.598 INFO O| Done
36572024-10-14T09:45:23.616Z[ recovery-image] Oct 14 09:45:22.598 INFO O| Oct 14 09:45:22.598 INFO O| Done
36582024-10-14T09:45:23.965Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36592024-10-14T09:45:24.266Z[ recovery-image] Oct 14 09:45:23.248 INFO O| Oct 14 09:45:23.248 INFO O| Done
36602024-10-14T09:45:24.274Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36612024-10-14T09:45:24.405Z[ recovery-image] Oct 14 09:45:23.387 INFO O| Oct 14 09:45:23.387 INFO O| Done
36622024-10-14T09:45:24.408Z[ recovery-image] Oct 14 09:45:23.388 INFO O| Oct 14 09:45:23.388 INFO O| Done
36632024-10-14T09:45:24.408Z[ recovery-image] Oct 14 09:45:23.388 INFO O| Oct 14 09:45:23.388 INFO O| Done
36642024-10-14T09:45:24.408Z[ recovery-image] Oct 14 09:45:23.390 INFO O| Oct 14 09:45:23.390 INFO O| Done
36652024-10-14T09:45:24.541Z[ recovery-image] Oct 14 09:45:23.523 INFO O| Oct 14 09:45:23.523 INFO STEP 10 (pkg_change_facet) COMPLETE
36662024-10-14T09:45:24.541Z[ recovery-image] Oct 14 09:45:23.523 INFO O| Oct 14 09:45:23.523 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36672024-10-14T09:45:24.561Z[ recovery-image] Oct 14 09:45:23.543 INFO O| Oct 14 09:45:23.542 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"]
36682024-10-14T09:45:24.585Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36692024-10-14T09:45:25.080Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36702024-10-14T09:45:25.618Z[ recovery-image] Oct 14 09:45:24.600 INFO O| Oct 14 09:45:24.600 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36712024-10-14T09:45:30.370Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36722024-10-14T09:45:33.659Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36732024-10-14T09:45:36.313Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36742024-10-14T09:45:40.060Z[verify-libraries] Compiling termios v0.3.3
36752024-10-14T09:45:40.433Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36762024-10-14T09:45:41.598Z[ host-image] Oct 14 09:45:40.578 INFO O| Oct 14 09:45:40.577 INFO O| Planning: Solver setup ... Done
36772024-10-14T09:45:53.858Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36782024-10-14T09:46:10.854Z[ recovery-image] Oct 14 09:46:09.824 INFO O| Oct 14 09:46:09.824 INFO O| Planning: Solver setup ... Done
36792024-10-14T09:46:25.662Z[ host-image] Oct 14 09:46:24.637 INFO O| Oct 14 09:46:24.636 INFO O| Planning: Running solver ... Done
36802024-10-14T09:46:26.248Z[ host-image] Oct 14 09:46:25.223 INFO O| Oct 14 09:46:25.222 INFO O| Planning: Finding local manifests ... Done
36812024-10-14T09:46:26.265Z[ host-image] Oct 14 09:46:25.240 INFO O| Oct 14 09:46:25.240 INFO O| Planning: Fetching manifests: 0/124 0% complete
36822024-10-14T09:46:31.245Z[ host-image] Oct 14 09:46:30.219 INFO O| Oct 14 09:46:30.219 INFO O| Planning: Fetching manifests: 124/124 100% complete
36832024-10-14T09:46:32.546Z[ host-image] Oct 14 09:46:31.520 INFO O| Oct 14 09:46:31.520 INFO O| Planning: Package planning ... Done
36842024-10-14T09:46:34.162Z[ host-image] Oct 14 09:46:33.136 INFO O| Oct 14 09:46:33.136 INFO O| Planning: Merging actions ... Done
36852024-10-14T09:46:34.730Z[ host-image] Oct 14 09:46:33.704 INFO O| Oct 14 09:46:33.704 INFO O| Planning: Checking for conflicting actions ... Done
36862024-10-14T09:46:35.026Z[ host-image] Oct 14 09:46:34.000 INFO O| Oct 14 09:46:33.999 INFO O| Planning: Consolidating action changes ... Done
36872024-10-14T09:46:35.554Z[ host-image] Oct 14 09:46:34.527 INFO O| Oct 14 09:46:34.527 INFO O| Planning: Evaluating mediators ... Done
36882024-10-14T09:46:41.685Z[ host-image] Oct 14 09:46:40.658 INFO O| Oct 14 09:46:40.658 INFO O| Planning: Planning completed in 104.98 seconds
36892024-10-14T09:46:41.692Z[ host-image] Oct 14 09:46:40.665 INFO O| Oct 14 09:46:40.665 INFO O| Packages to install: 124
36902024-10-14T09:46:41.692Z[ host-image] Oct 14 09:46:40.665 INFO O| Oct 14 09:46:40.665 INFO O| Mediators to change: 4
36912024-10-14T09:46:41.695Z[ host-image] Oct 14 09:46:40.665 INFO O| Oct 14 09:46:40.665 INFO O| Services to change: 6
36922024-10-14T09:46:41.864Z[ host-image] Oct 14 09:46:40.831 INFO O| Oct 14 09:46:40.812 INFO O| Download: 0/22734 items 0.0/196.5MB 0% complete
36932024-10-14T09:46:41.957Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36942024-10-14T09:46:46.864Z[ host-image] Oct 14 09:46:45.836 INFO O| Oct 14 09:46:45.836 INFO O| Download: 1078/22734 items 6.6/196.5MB 3% complete (1.4M/s)
36952024-10-14T09:46:51.952Z[ host-image] Oct 14 09:46:50.924 INFO O| Oct 14 09:46:50.924 INFO O| Download: 1772/22734 items 12.0/196.5MB 6% complete (1.2M/s)
36962024-10-14T09:46:53.624Z[ recovery-image] Oct 14 09:46:52.596 INFO O| Oct 14 09:46:52.596 INFO O| Planning: Running solver ... Done
36972024-10-14T09:46:54.169Z[ recovery-image] Oct 14 09:46:53.140 INFO O| Oct 14 09:46:53.140 INFO O| Planning: Finding local manifests ... Done
36982024-10-14T09:46:54.186Z[ recovery-image] Oct 14 09:46:53.158 INFO O| Oct 14 09:46:53.158 INFO O| Planning: Fetching manifests: 0/124 0% complete
36992024-10-14T09:46:57.288Z[ host-image] Oct 14 09:46:56.259 INFO O| Oct 14 09:46:56.259 INFO O| Download: 2288/22734 items 26.7/196.5MB 13% complete (1.9M/s)
37002024-10-14T09:46:57.581Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37012024-10-14T09:46:58.988Z[ recovery-image] Oct 14 09:46:57.959 INFO O| Oct 14 09:46:57.958 INFO O| Planning: Fetching manifests: 124/124 100% complete
37022024-10-14T09:47:00.076Z[ recovery-image] Oct 14 09:46:59.047 INFO O| Oct 14 09:46:59.047 INFO O| Planning: Package planning ... Done
37032024-10-14T09:47:00.782Z[ recovery-image] Oct 14 09:46:59.753 INFO O| Oct 14 09:46:59.753 INFO O| Planning: Merging actions ... Done
37042024-10-14T09:47:01.153Z[ recovery-image] Oct 14 09:47:00.124 INFO O| Oct 14 09:47:00.124 INFO O| Planning: Checking for conflicting actions ... Done
37052024-10-14T09:47:01.325Z[ recovery-image] Oct 14 09:47:00.295 INFO O| Oct 14 09:47:00.295 INFO O| Planning: Consolidating action changes ... Done
37062024-10-14T09:47:01.755Z[ recovery-image] Oct 14 09:47:00.726 INFO O| Oct 14 09:47:00.725 INFO O| Planning: Evaluating mediators ... Done
37072024-10-14T09:47:02.300Z[ host-image] Oct 14 09:47:01.270 INFO O| Oct 14 09:47:01.270 INFO O| Download: 3483/22734 items 35.6/196.5MB 18% complete (2.3M/s)
37082024-10-14T09:47:04.570Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37092024-10-14T09:47:07.302Z[ host-image] Oct 14 09:47:06.272 INFO O| Oct 14 09:47:06.272 INFO O| Download: 4603/22734 items 42.8/196.5MB 21% complete (1.6M/s)
37102024-10-14T09:47:07.502Z[ recovery-image] Oct 14 09:47:06.472 INFO O| Oct 14 09:47:06.472 INFO O| Planning: Planning completed in 101.87 seconds
37112024-10-14T09:47:07.509Z[ recovery-image] Oct 14 09:47:06.479 INFO O| Oct 14 09:47:06.479 INFO O| Packages to install: 124
37122024-10-14T09:47:07.509Z[ recovery-image] Oct 14 09:47:06.479 INFO O| Oct 14 09:47:06.479 INFO O| Mediators to change: 4
37132024-10-14T09:47:07.512Z[ recovery-image] Oct 14 09:47:06.479 INFO O| Oct 14 09:47:06.479 INFO O| Services to change: 5
37142024-10-14T09:47:07.591Z[ recovery-image] Oct 14 09:47:06.561 INFO O| Oct 14 09:47:06.561 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37152024-10-14T09:47:12.311Z[ host-image] Oct 14 09:47:11.281 INFO O| Oct 14 09:47:11.281 INFO O| Download: 4988/22734 items 45.9/196.5MB 23% complete (1.0M/s)
37162024-10-14T09:47:12.698Z[ recovery-image] Oct 14 09:47:11.668 INFO O| Oct 14 09:47:11.667 INFO O| Download: 1005/15836 items 7.9/173.3MB 4% complete (1.7M/s)
37172024-10-14T09:47:17.317Z[ host-image] Oct 14 09:47:16.286 INFO O| Oct 14 09:47:16.286 INFO O| Download: 6016/22734 items 46.4/196.5MB 23% complete (390k/s)
37182024-10-14T09:47:17.858Z[ recovery-image] Oct 14 09:47:16.824 INFO O| Oct 14 09:47:16.824 INFO O| Download: 1318/15836 items 20.2/173.3MB 11% complete (2.0M/s)
37192024-10-14T09:47:18.246Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37202024-10-14T09:47:22.365Z[ host-image] Oct 14 09:47:21.333 INFO O| Oct 14 09:47:21.333 INFO O| Download: 6859/22734 items 49.0/196.5MB 24% complete (305k/s)
37212024-10-14T09:47:22.889Z[ recovery-image] Oct 14 09:47:21.857 INFO O| Oct 14 09:47:21.857 INFO O| Download: 1645/15836 items 25.6/173.3MB 14% complete (1.8M/s)
37222024-10-14T09:47:27.389Z[ host-image] Oct 14 09:47:26.357 INFO O| Oct 14 09:47:26.357 INFO O| Download: 7505/22734 items 58.1/196.5MB 29% complete (1.2M/s)
37232024-10-14T09:47:27.893Z[ recovery-image] Oct 14 09:47:26.860 INFO O| Oct 14 09:47:26.860 INFO O| Download: 2499/15836 items 31.4/173.3MB 18% complete (1.1M/s)
37242024-10-14T09:47:32.458Z[ host-image] Oct 14 09:47:31.425 INFO O| Oct 14 09:47:31.425 INFO O| Download: 7959/22734 items 59.6/196.5MB 30% complete (1.3M/s)
37252024-10-14T09:47:32.894Z[ recovery-image] Oct 14 09:47:31.861 INFO O| Oct 14 09:47:31.861 INFO O| Download: 3558/15836 items 38.6/173.3MB 22% complete (1.3M/s)
37262024-10-14T09:47:37.759Z[ host-image] Oct 14 09:47:36.725 INFO O| Oct 14 09:47:36.725 INFO O| Download: 8361/22734 items 69.0/196.5MB 35% complete (1.1M/s)
37272024-10-14T09:47:37.896Z[ recovery-image] Oct 14 09:47:36.862 INFO O| Oct 14 09:47:36.862 INFO O| Download: 4083/15836 items 42.6/173.3MB 24% complete (1.1M/s)
37282024-10-14T09:47:39.910Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37292024-10-14T09:47:42.760Z[ host-image] Oct 14 09:47:41.726 INFO O| Oct 14 09:47:41.726 INFO O| Download: 9358/22734 items 81.0/196.5MB 41% complete (2.1M/s)
37302024-10-14T09:47:42.897Z[ recovery-image] Oct 14 09:47:41.863 INFO O| Oct 14 09:47:41.862 INFO O| Download: 4784/15836 items 43.0/173.3MB 24% complete (455k/s)
37312024-10-14T09:47:44.902Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37322024-10-14T09:47:47.745Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37332024-10-14T09:47:47.764Z[ host-image] Oct 14 09:47:46.729 INFO O| Oct 14 09:47:46.729 INFO O| Download: 10225/22734 items 86.7/196.5MB 44% complete (1.7M/s)
37342024-10-14T09:47:47.898Z[ recovery-image] Oct 14 09:47:46.863 INFO O| Oct 14 09:47:46.863 INFO O| Download: 5607/15836 items 43.5/173.3MB 25% complete (90.0k/s)
37352024-10-14T09:47:52.911Z[ recovery-image] Oct 14 09:47:51.876 INFO O| Oct 14 09:47:51.876 INFO O| Download: 5735/15836 items 46.6/173.3MB 26% complete (306k/s)
37362024-10-14T09:47:53.346Z[ host-image] Oct 14 09:47:52.311 INFO O| Oct 14 09:47:52.311 INFO O| Download: 10865/22734 items 90.1/196.5MB 45% complete (1.1M/s)
37372024-10-14T09:47:58.365Z[ host-image] Oct 14 09:47:57.329 INFO O| Oct 14 09:47:57.329 INFO O| Download: 11750/22734 items 96.4/196.5MB 49% complete (878k/s)
37382024-10-14T09:47:58.697Z[ recovery-image] Oct 14 09:47:57.661 INFO O| Oct 14 09:47:57.661 INFO O| Download: 6143/15836 items 60.3/173.3MB 34% complete (1.6M/s)
37392024-10-14T09:48:03.532Z[ host-image] Oct 14 09:48:02.495 INFO O| Oct 14 09:48:02.495 INFO O| Download: 12103/22734 items 101.0/196.5MB 51% complete (1.1M/s)
37402024-10-14T09:48:03.698Z[ recovery-image] Oct 14 09:48:02.661 INFO O| Oct 14 09:48:02.661 INFO O| Download: 7215/15836 items 73.2/173.3MB 42% complete (2.2M/s)
37412024-10-14T09:48:08.539Z[ host-image] Oct 14 09:48:07.502 INFO O| Oct 14 09:48:07.502 INFO O| Download: 12698/22734 items 109.6/196.5MB 55% complete (1.3M/s)
37422024-10-14T09:48:09.102Z[ recovery-image] Oct 14 09:48:08.065 INFO O| Oct 14 09:48:08.065 INFO O| Download: 7902/15836 items 76.8/173.3MB 44% complete (1.7M/s)
37432024-10-14T09:48:13.556Z[ host-image] Oct 14 09:48:12.517 INFO O| Oct 14 09:48:12.517 INFO O| Download: 13677/22734 items 110.1/196.5MB 56% complete (943k/s)
37442024-10-14T09:48:14.181Z[ recovery-image] Oct 14 09:48:13.143 INFO O| Oct 14 09:48:13.143 INFO O| Download: 8652/15836 items 81.3/173.3MB 46% complete (768k/s)
37452024-10-14T09:48:19.177Z[ host-image] Oct 14 09:48:18.138 INFO O| Oct 14 09:48:18.138 INFO O| Download: 14502/22734 items 115.1/196.5MB 58% complete (480k/s)
37462024-10-14T09:48:19.183Z[ recovery-image] Oct 14 09:48:18.143 INFO O| Oct 14 09:48:18.143 INFO O| Download: 9089/15836 items 92.7/173.3MB 53% complete (1.6M/s)
37472024-10-14T09:48:24.180Z[ host-image] Oct 14 09:48:23.141 INFO O| Oct 14 09:48:23.141 INFO O| Download: 15433/22734 items 122.6/196.5MB 62% complete (1.2M/s)
37482024-10-14T09:48:24.183Z[ recovery-image] Oct 14 09:48:23.145 INFO O| Oct 14 09:48:23.145 INFO O| Download: 10430/15836 items 93.4/173.3MB 53% complete (1.2M/s)
37492024-10-14T09:48:29.249Z[ recovery-image] Oct 14 09:48:28.210 INFO O| Oct 14 09:48:28.210 INFO O| Download: 11006/15836 items 94.5/173.3MB 54% complete (176k/s)
37502024-10-14T09:48:29.390Z[ host-image] Oct 14 09:48:28.350 INFO O| Oct 14 09:48:28.350 INFO O| Download: 15828/22734 items 129.9/196.5MB 66% complete (1.4M/s)
37512024-10-14T09:48:34.404Z[ host-image] Oct 14 09:48:33.364 INFO O| Oct 14 09:48:33.364 INFO O| Download: 16763/22734 items 142.0/196.5MB 72% complete (1.9M/s)
37522024-10-14T09:48:35.661Z[ recovery-image] Oct 14 09:48:34.621 INFO O| Oct 14 09:48:34.621 INFO O| Download: 11511/15836 items 111.2/173.3MB 64% complete (1.7M/s)
37532024-10-14T09:48:39.430Z[ host-image] Oct 14 09:48:38.389 INFO O| Oct 14 09:48:38.389 INFO O| Download: 17630/22734 items 148.7/196.5MB 75% complete (1.8M/s)
37542024-10-14T09:48:40.681Z[ recovery-image] Oct 14 09:48:39.640 INFO O| Oct 14 09:48:39.640 INFO O| Download: 11945/15836 items 133.1/173.3MB 76% complete (3.3M/s)
37552024-10-14T09:48:44.438Z[ host-image] Oct 14 09:48:43.397 INFO O| Oct 14 09:48:43.397 INFO O| Download: 18279/22734 items 160.0/196.5MB 81% complete (1.8M/s)
37562024-10-14T09:48:45.689Z[ recovery-image] Oct 14 09:48:44.648 INFO O| Oct 14 09:48:44.648 INFO O| Download: 12881/15836 items 140.8/173.3MB 81% complete (3.0M/s)
37572024-10-14T09:48:49.464Z[ host-image] Oct 14 09:48:48.422 INFO O| Oct 14 09:48:48.422 INFO O| Download: 19267/22734 items 164.1/196.5MB 83% complete (1.6M/s)
37582024-10-14T09:48:50.707Z[ recovery-image] Oct 14 09:48:49.665 INFO O| Oct 14 09:48:49.665 INFO O| Download: 13729/15836 items 143.6/173.3MB 82% complete (1.1M/s)
37592024-10-14T09:48:55.359Z[ host-image] Oct 14 09:48:54.317 INFO O| Oct 14 09:48:54.317 INFO O| Download: 19971/22734 items 166.8/196.5MB 84% complete (741k/s)
37602024-10-14T09:48:56.082Z[ recovery-image] Oct 14 09:48:55.040 INFO O| Oct 14 09:48:55.040 INFO O| Download: 14659/15836 items 147.6/173.3MB 85% complete (845k/s)
37612024-10-14T09:49:00.381Z[ host-image] Oct 14 09:48:59.338 INFO O| Oct 14 09:48:59.338 INFO O| Download: 20897/22734 items 175.5/196.5MB 89% complete (1.1M/s)
37622024-10-14T09:49:01.102Z[ recovery-image] Oct 14 09:49:00.059 INFO O| Oct 14 09:49:00.059 INFO O| Download: 15022/15836 items 154.9/173.3MB 89% complete (1.1M/s)
37632024-10-14T09:49:05.389Z[ host-image] Oct 14 09:49:04.345 INFO O| Oct 14 09:49:04.345 INFO O| Download: 21407/22734 items 177.4/196.5MB 90% complete (1.1M/s)
37642024-10-14T09:49:06.429Z[ recovery-image] Oct 14 09:49:05.385 INFO O| Oct 14 09:49:05.385 INFO O| Download: 15599/15836 items 166.8/173.3MB 96% complete (1.9M/s)
37652024-10-14T09:49:09.141Z[ recovery-image] Oct 14 09:49:08.097 INFO O| Oct 14 09:49:08.097 INFO O| Download: Completed 173.29 MB in 121.54 seconds (1.4M/s)
37662024-10-14T09:49:10.533Z[ recovery-image] Oct 14 09:49:09.488 INFO O| Oct 14 09:49:09.488 INFO O| Actions: 1/24971 actions (Installing new actions)
37672024-10-14T09:49:10.612Z[ host-image] Oct 14 09:49:09.567 INFO O| Oct 14 09:49:09.567 INFO O| Download: 21983/22734 items 189.3/196.5MB 96% complete (1.4M/s)
37682024-10-14T09:49:15.354Z[ host-image] Oct 14 09:49:14.310 INFO O| Oct 14 09:49:14.310 INFO O| Download: Completed 196.52 MB in 153.50 seconds (1.3M/s)
37692024-10-14T09:49:15.533Z[ recovery-image] Oct 14 09:49:14.489 INFO O| Oct 14 09:49:14.489 INFO O| Actions: 8614/24971 actions (Installing new actions)
37702024-10-14T09:49:16.843Z[ host-image] Oct 14 09:49:15.798 INFO O| Oct 14 09:49:15.798 INFO O| Actions: 1/49270 actions (Installing new actions)
37712024-10-14T09:49:20.535Z[ recovery-image] Oct 14 09:49:19.489 INFO O| Oct 14 09:49:19.489 INFO O| Actions: 14361/24971 actions (Installing new actions)
37722024-10-14T09:49:21.844Z[ host-image] Oct 14 09:49:20.798 INFO O| Oct 14 09:49:20.798 INFO O| Actions: 8840/49270 actions (Installing new actions)
37732024-10-14T09:49:26.844Z[ host-image] Oct 14 09:49:25.798 INFO O| Oct 14 09:49:25.798 INFO O| Actions: 14639/49270 actions (Installing new actions)
37742024-10-14T09:49:27.059Z[ recovery-image] Oct 14 09:49:26.013 INFO O| Oct 14 09:49:26.013 INFO O| Actions: 24418/24971 actions (Installing new actions)
37752024-10-14T09:49:31.370Z[ recovery-image] Oct 14 09:49:30.324 INFO O| Oct 14 09:49:30.324 INFO O| Actions: Completed 24971 actions in 20.83 seconds.
37762024-10-14T09:49:31.851Z[ host-image] Oct 14 09:49:30.804 INFO O| Oct 14 09:49:30.804 INFO O| Actions: 22029/49270 actions (Installing new actions)
37772024-10-14T09:49:32.045Z[ recovery-image] Oct 14 09:49:30.999 INFO O| Oct 14 09:49:30.999 INFO O| Done
37782024-10-14T09:49:32.045Z[ recovery-image] Oct 14 09:49:30.999 INFO O| Oct 14 09:49:30.999 INFO O| Done
37792024-10-14T09:49:33.543Z[ recovery-image] Oct 14 09:49:32.496 INFO O| Oct 14 09:49:32.496 INFO O| Done
37802024-10-14T09:49:35.382Z[ recovery-image] Oct 14 09:49:34.335 INFO O| Oct 14 09:49:34.335 INFO O| Done
37812024-10-14T09:49:35.404Z[ recovery-image] Oct 14 09:49:34.357 INFO O| Oct 14 09:49:34.357 INFO O| Done
37822024-10-14T09:49:36.851Z[ host-image] Oct 14 09:49:35.804 INFO O| Oct 14 09:49:35.804 INFO O| Actions: 44042/49270 actions (Installing new actions)
37832024-10-14T09:49:40.292Z[ recovery-image] Oct 14 09:49:39.245 INFO O| Oct 14 09:49:39.244 INFO O| Done
37842024-10-14T09:49:40.972Z[ recovery-image] Oct 14 09:49:39.924 INFO O| Oct 14 09:49:39.924 INFO O| Done
37852024-10-14T09:49:41.406Z[ recovery-image] Oct 14 09:49:40.359 INFO O| Oct 14 09:49:40.359 INFO STEP 11 (pkg_install) COMPLETE
37862024-10-14T09:49:41.407Z[ recovery-image] Oct 14 09:49:40.359 INFO O| Oct 14 09:49:40.359 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37872024-10-14T09:49:41.407Z[ recovery-image] Oct 14 09:49:40.359 INFO O| Oct 14 09:49:40.359 INFO skip step because feature "recovery" is enabled
37882024-10-14T09:49:41.409Z[ recovery-image] Oct 14 09:49:40.359 INFO O| Oct 14 09:49:40.359 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37892024-10-14T09:49:41.409Z[ recovery-image] Oct 14 09:49:40.359 INFO O| Oct 14 09:49:40.359 INFO skip step because feature "omicron1" is not enabled
37902024-10-14T09:49:41.409Z[ recovery-image] Oct 14 09:49:40.359 INFO O| Oct 14 09:49:40.359 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37912024-10-14T09:49:41.424Z[ recovery-image] Oct 14 09:49:40.376 INFO O| Oct 14 09:49:40.376 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
37922024-10-14T09:49:41.860Z[ host-image] Oct 14 09:49:40.812 INFO O| Oct 14 09:49:40.812 INFO O| Actions: 48857/49270 actions (Installing new actions)
37932024-10-14T09:49:42.350Z[ recovery-image] Oct 14 09:49:41.302 INFO O| Oct 14 09:49:41.302 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
37942024-10-14T09:49:42.803Z[ host-image] Oct 14 09:49:41.755 INFO O| Oct 14 09:49:41.755 INFO O| Actions: Completed 49270 actions in 25.95 seconds.
37952024-10-14T09:49:44.229Z[ host-image] Oct 14 09:49:43.181 INFO O| Oct 14 09:49:43.180 INFO O| Done
37962024-10-14T09:49:44.229Z[ host-image] Oct 14 09:49:43.181 INFO O| Oct 14 09:49:43.181 INFO O| Done
37972024-10-14T09:49:45.687Z[ host-image] Oct 14 09:49:44.639 INFO O| Oct 14 09:49:44.638 INFO O| Done
37982024-10-14T09:49:46.165Z[ recovery-image] Oct 14 09:49:45.116 INFO O| Oct 14 09:49:45.116 INFO O| Planning: Solver setup ... Done
37992024-10-14T09:49:46.171Z[ recovery-image] Oct 14 09:49:45.123 INFO O| Oct 14 09:49:45.123 INFO O| Planning: Running solver ... Done
38002024-10-14T09:49:46.268Z[ recovery-image] Oct 14 09:49:45.220 INFO O| Oct 14 09:49:45.220 INFO O| Planning: Finding local manifests ... Done
38012024-10-14T09:49:46.271Z[ recovery-image] Oct 14 09:49:45.221 INFO O| Oct 14 09:49:45.221 INFO O| Planning: Fetching manifests: 0/1 0% complete
38022024-10-14T09:49:46.443Z[ recovery-image] Oct 14 09:49:45.394 INFO O| Oct 14 09:49:45.394 INFO O| Planning: Fetching manifests: 1/1 100% complete
38032024-10-14T09:49:46.480Z[ recovery-image] Oct 14 09:49:45.431 INFO O| Oct 14 09:49:45.431 INFO O| Planning: Package planning ... Done
38042024-10-14T09:49:46.483Z[ recovery-image] Oct 14 09:49:45.432 INFO O| Oct 14 09:49:45.432 INFO O| Planning: Merging actions ... Done
38052024-10-14T09:49:46.537Z[ recovery-image] Oct 14 09:49:45.488 INFO O| Oct 14 09:49:45.488 INFO O| Planning: Checking for conflicting actions ... Done
38062024-10-14T09:49:46.539Z[ recovery-image] Oct 14 09:49:45.489 INFO O| Oct 14 09:49:45.489 INFO O| Planning: Consolidating action changes ... Done
38072024-10-14T09:49:46.815Z[ recovery-image] Oct 14 09:49:45.766 INFO O| Oct 14 09:49:45.766 INFO O| Planning: Evaluating mediators ... Done
38082024-10-14T09:49:46.818Z[ recovery-image] Oct 14 09:49:45.767 INFO O| Oct 14 09:49:45.767 INFO O| Planning: Planning completed in 4.46 seconds
38092024-10-14T09:49:46.818Z[ recovery-image] Oct 14 09:49:45.769 INFO O| Oct 14 09:49:45.769 INFO O| Packages to install: 1
38102024-10-14T09:49:46.838Z[ recovery-image] Oct 14 09:49:45.790 INFO O| Oct 14 09:49:45.789 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38112024-10-14T09:49:48.093Z[ recovery-image] Oct 14 09:49:47.044 INFO O| Oct 14 09:49:47.044 INFO O| Download: Completed 20.80 MB in 1.25 seconds (16.6M/s)
38122024-10-14T09:49:48.279Z[ host-image] Oct 14 09:49:47.231 INFO O| Oct 14 09:49:47.231 INFO O| Done
38132024-10-14T09:49:48.327Z[ host-image] Oct 14 09:49:47.278 INFO O| Oct 14 09:49:47.278 INFO O| Done
38142024-10-14T09:49:48.424Z[ recovery-image] Oct 14 09:49:47.375 INFO O| Oct 14 09:49:47.375 INFO O| Actions: 1/22 actions (Installing new actions)
38152024-10-14T09:49:49.415Z[ recovery-image] Oct 14 09:49:48.366 INFO O| Oct 14 09:49:48.366 INFO O| Actions: Completed 22 actions in 0.99 seconds.
38162024-10-14T09:49:49.797Z[ recovery-image] Oct 14 09:49:48.748 INFO O| Oct 14 09:49:48.748 INFO O| Done
38172024-10-14T09:49:49.797Z[ recovery-image] Oct 14 09:49:48.748 INFO O| Oct 14 09:49:48.748 INFO O| Done
38182024-10-14T09:49:50.883Z[ recovery-image] Oct 14 09:49:49.834 INFO O| Oct 14 09:49:49.834 INFO O| Done
38192024-10-14T09:49:52.882Z[ recovery-image] Oct 14 09:49:51.832 INFO O| Oct 14 09:49:51.832 INFO O| Done
38202024-10-14T09:49:52.902Z[ recovery-image] Oct 14 09:49:51.853 INFO O| Oct 14 09:49:51.853 INFO O| Done
38212024-10-14T09:49:52.905Z[ recovery-image] Oct 14 09:49:51.854 INFO O| Oct 14 09:49:51.854 INFO O| Done
38222024-10-14T09:49:52.920Z[ recovery-image] Oct 14 09:49:51.871 INFO O| Oct 14 09:49:51.871 INFO O| Done
38232024-10-14T09:49:53.142Z[ recovery-image] Oct 14 09:49:52.093 INFO O| Oct 14 09:49:52.093 INFO STEP 14 (pkg_install) COMPLETE
38242024-10-14T09:49:53.142Z[ recovery-image] Oct 14 09:49:52.093 INFO O| Oct 14 09:49:52.093 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38252024-10-14T09:49:53.145Z[ recovery-image] Oct 14 09:49:52.093 INFO O| Oct 14 09:49:52.093 INFO skip step because feature "mfg" is not enabled
38262024-10-14T09:49:53.145Z[ recovery-image] Oct 14 09:49:52.093 INFO O| Oct 14 09:49:52.093 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38272024-10-14T09:49:53.145Z[ recovery-image] Oct 14 09:49:52.093 INFO O| Oct 14 09:49:52.093 INFO skip step because feature "compliance" is not enabled
38282024-10-14T09:49:53.145Z[ recovery-image] Oct 14 09:49:52.093 INFO O| Oct 14 09:49:52.093 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38292024-10-14T09:49:53.145Z[ recovery-image] Oct 14 09:49:52.093 INFO O| Oct 14 09:49:52.093 INFO skip step because feature "stress" is not enabled
38302024-10-14T09:49:53.145Z[ recovery-image] Oct 14 09:49:52.093 INFO O| Oct 14 09:49:52.093 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38312024-10-14T09:49:53.145Z[ recovery-image] Oct 14 09:49:52.093 INFO O| Oct 14 09:49:52.093 INFO skip step because feature "nfs" is not enabled
38322024-10-14T09:49:53.145Z[ recovery-image] Oct 14 09:49:52.093 INFO O| Oct 14 09:49:52.093 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38332024-10-14T09:49:53.145Z[ recovery-image] Oct 14 09:49:52.093 INFO O| Oct 14 09:49:52.093 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38342024-10-14T09:49:53.258Z[ recovery-image] Oct 14 09:49:52.209 INFO O| Oct 14 09:49:52.209 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38352024-10-14T09:49:53.457Z[ recovery-image] Oct 14 09:49:52.408 INFO O| Oct 14 09:49:52.408 INFO completed processing gimlet/ramdisk-01-os
38362024-10-14T09:49:53.460Z[ recovery-image] Oct 14 09:49:52.412 INFO image builder template: ramdisk-02-trim...
38372024-10-14T09:49:53.463Z[ recovery-image] Oct 14 09:49:52.412 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/.tmpq7LyUG/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.33.293", "-n", "ramdisk-02-trim"], pwd: None
38382024-10-14T09:49:53.499Z[ recovery-image] Oct 14 09:49:52.450 INFO O| Oct 14 09:49:52.450 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38392024-10-14T09:49:53.505Z[ recovery-image] Oct 14 09:49:52.456 INFO O| Oct 14 09:49:52.456 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38402024-10-14T09:49:53.611Z[ recovery-image] Oct 14 09:49:52.562 INFO O| Oct 14 09:49:52.562 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38412024-10-14T09:49:53.707Z[ recovery-image] Oct 14 09:49:52.658 INFO O| Oct 14 09:49:52.658 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38422024-10-14T09:49:53.707Z[ recovery-image] Oct 14 09:49:52.658 INFO O| Oct 14 09:49:52.658 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38432024-10-14T09:49:53.716Z[ recovery-image] Oct 14 09:49:52.667 INFO O| Oct 14 09:49:52.667 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38442024-10-14T09:49:53.728Z[ recovery-image] Oct 14 09:49:52.679 INFO O| Oct 14 09:49:52.679 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38452024-10-14T09:49:53.738Z[ recovery-image] Oct 14 09:49:52.688 INFO O| Oct 14 09:49:52.688 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38462024-10-14T09:49:54.217Z[ recovery-image] Oct 14 09:49:53.105 INFO O| Oct 14 09:49:53.105 INFO rolled back to input snapshot; work may begin
38472024-10-14T09:49:54.217Z[ recovery-image] Oct 14 09:49:53.105 INFO O| Oct 14 09:49:53.105 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38482024-10-14T09:49:54.220Z[ recovery-image] Oct 14 09:49:53.113 INFO O| Oct 14 09:49:53.113 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38492024-10-14T09:49:54.220Z[ recovery-image] Oct 14 09:49:53.131 INFO O| Oct 14 09:49:53.130 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38502024-10-14T09:49:54.321Z[ recovery-image] Oct 14 09:49:53.271 INFO O| Oct 14 09:49:53.271 INFO STEP 0 (remove_files) COMPLETE
38512024-10-14T09:49:54.321Z[ recovery-image] Oct 14 09:49:53.271 INFO O| Oct 14 09:49:53.271 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38522024-10-14T09:49:54.357Z[ recovery-image] Oct 14 09:49:53.308 INFO O| Oct 14 09:49:53.308 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38532024-10-14T09:49:54.360Z[ recovery-image] Oct 14 09:49:53.311 INFO O| Oct 14 09:49:53.311 INFO STEP 1 (remove_files) COMPLETE
38542024-10-14T09:49:54.362Z[ recovery-image] Oct 14 09:49:53.311 INFO O| Oct 14 09:49:53.311 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38552024-10-14T09:49:54.380Z[ recovery-image] Oct 14 09:49:53.330 INFO O| Oct 14 09:49:53.330 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38562024-10-14T09:49:54.406Z[ recovery-image] Oct 14 09:49:53.355 INFO O| Oct 14 09:49:53.355 INFO STEP 2 (remove_files) COMPLETE
38572024-10-14T09:49:54.406Z[ recovery-image] Oct 14 09:49:53.355 INFO O| Oct 14 09:49:53.355 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38582024-10-14T09:49:54.424Z[ recovery-image] Oct 14 09:49:53.374 INFO O| Oct 14 09:49:53.374 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38592024-10-14T09:49:54.427Z[ recovery-image] Oct 14 09:49:53.378 INFO O| Oct 14 09:49:53.378 INFO STEP 3 (remove_files) COMPLETE
38602024-10-14T09:49:54.428Z[ recovery-image] Oct 14 09:49:53.378 INFO O| Oct 14 09:49:53.378 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38612024-10-14T09:49:54.445Z[ recovery-image] Oct 14 09:49:53.396 INFO O| Oct 14 09:49:53.395 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38622024-10-14T09:49:54.452Z[ recovery-image] Oct 14 09:49:53.403 INFO O| Oct 14 09:49:53.403 INFO STEP 4 (remove_files) COMPLETE
38632024-10-14T09:49:54.452Z[ recovery-image] Oct 14 09:49:53.403 INFO O| Oct 14 09:49:53.403 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38642024-10-14T09:49:54.507Z[ recovery-image] Oct 14 09:49:53.458 INFO O| Oct 14 09:49:53.458 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38652024-10-14T09:49:54.510Z[ recovery-image] Oct 14 09:49:53.458 INFO O| Oct 14 09:49:53.458 INFO STEP 5 (remove_files) COMPLETE
38662024-10-14T09:49:54.510Z[ recovery-image] Oct 14 09:49:53.458 INFO O| Oct 14 09:49:53.458 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38672024-10-14T09:49:54.549Z[ recovery-image] Oct 14 09:49:53.500 INFO O| Oct 14 09:49:53.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38682024-10-14T09:49:54.572Z[ recovery-image] Oct 14 09:49:53.523 INFO O| Oct 14 09:49:53.523 INFO STEP 6 (remove_files) COMPLETE
38692024-10-14T09:49:54.572Z[ recovery-image] Oct 14 09:49:53.523 INFO O| Oct 14 09:49:53.523 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38702024-10-14T09:49:54.574Z[ recovery-image] Oct 14 09:49:53.523 INFO O| Oct 14 09:49:53.523 INFO skip step because feature "recovery" is enabled
38712024-10-14T09:49:54.574Z[ recovery-image] Oct 14 09:49:53.523 INFO O| Oct 14 09:49:53.523 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38722024-10-14T09:49:54.575Z[ recovery-image] Oct 14 09:49:53.523 INFO O| Oct 14 09:49:53.523 INFO skip step because feature "recovery" is enabled
38732024-10-14T09:49:54.575Z[ recovery-image] Oct 14 09:49:53.523 INFO O| Oct 14 09:49:53.523 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-10-14T09:49:54.575Z[ recovery-image] Oct 14 09:49:53.523 INFO O| Oct 14 09:49:53.523 INFO skip step because feature "recovery" is enabled
38752024-10-14T09:49:54.575Z[ recovery-image] Oct 14 09:49:53.523 INFO O| Oct 14 09:49:53.523 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-14T09:49:54.592Z[ recovery-image] Oct 14 09:49:53.542 INFO O| Oct 14 09:49:53.542 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38772024-10-14T09:49:54.597Z[ recovery-image] Oct 14 09:49:53.548 INFO O| Oct 14 09:49:53.548 INFO STEP 10 (remove_files) COMPLETE
38782024-10-14T09:49:54.600Z[ recovery-image] Oct 14 09:49:53.548 INFO O| Oct 14 09:49:53.548 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-10-14T09:49:54.627Z[ recovery-image] Oct 14 09:49:53.578 INFO O| Oct 14 09:49:53.578 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38802024-10-14T09:49:54.652Z[ recovery-image] Oct 14 09:49:53.603 INFO O| Oct 14 09:49:53.603 INFO STEP 11 (remove_files) COMPLETE
38812024-10-14T09:49:54.653Z[ recovery-image] Oct 14 09:49:53.603 INFO O| Oct 14 09:49:53.603 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-10-14T09:49:54.712Z[ recovery-image] Oct 14 09:49:53.663 INFO O| Oct 14 09:49:53.663 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38832024-10-14T09:49:54.715Z[ recovery-image] Oct 14 09:49:53.666 INFO O| Oct 14 09:49:53.666 INFO STEP 12 (remove_files) COMPLETE
38842024-10-14T09:49:54.715Z[ recovery-image] Oct 14 09:49:53.666 INFO O| Oct 14 09:49:53.666 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-14T09:49:54.972Z[ recovery-image] Oct 14 09:49:53.923 INFO O| Oct 14 09:49:53.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38862024-10-14T09:49:54.977Z[ recovery-image] Oct 14 09:49:53.928 INFO O| Oct 14 09:49:53.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
38872024-10-14T09:49:54.979Z[ recovery-image] Oct 14 09:49:53.929 INFO O| Oct 14 09:49:53.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
38882024-10-14T09:49:54.987Z[ recovery-image] Oct 14 09:49:53.938 INFO O| Oct 14 09:49:53.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
38892024-10-14T09:49:55.297Z[ recovery-image] Oct 14 09:49:54.248 INFO O| Oct 14 09:49:54.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
38902024-10-14T09:49:55.308Z[ recovery-image] Oct 14 09:49:54.258 INFO O| Oct 14 09:49:54.258 INFO STEP 13 (remove_files) COMPLETE
38912024-10-14T09:49:55.308Z[ recovery-image] Oct 14 09:49:54.258 INFO O| Oct 14 09:49:54.258 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-10-14T09:49:55.327Z[ recovery-image] Oct 14 09:49:54.277 INFO O| Oct 14 09:49:54.277 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
38932024-10-14T09:49:55.329Z[ recovery-image] Oct 14 09:49:54.280 INFO O| Oct 14 09:49:54.280 INFO STEP 14 (remove_files) COMPLETE
38942024-10-14T09:49:55.329Z[ recovery-image] Oct 14 09:49:54.280 INFO O| Oct 14 09:49:54.280 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38952024-10-14T09:49:55.347Z[ recovery-image] Oct 14 09:49:54.298 INFO O| Oct 14 09:49:54.298 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
38962024-10-14T09:49:55.359Z[ recovery-image] Oct 14 09:49:54.309 INFO O| Oct 14 09:49:54.309 INFO STEP 15 (remove_files) COMPLETE
38972024-10-14T09:49:55.359Z[ recovery-image] Oct 14 09:49:54.309 INFO O| Oct 14 09:49:54.309 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-10-14T09:49:55.377Z[ recovery-image] Oct 14 09:49:54.328 INFO O| Oct 14 09:49:54.328 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
38992024-10-14T09:49:55.380Z[ recovery-image] Oct 14 09:49:54.329 INFO O| Oct 14 09:49:54.329 INFO STEP 16 (remove_files) COMPLETE
39002024-10-14T09:49:55.380Z[ recovery-image] Oct 14 09:49:54.329 INFO O| Oct 14 09:49:54.329 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-10-14T09:49:55.416Z[ recovery-image] Oct 14 09:49:54.367 INFO O| Oct 14 09:49:54.367 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39022024-10-14T09:49:55.420Z[ recovery-image] Oct 14 09:49:54.369 INFO O| Oct 14 09:49:54.369 INFO STEP 17 (remove_files) COMPLETE
39032024-10-14T09:49:55.420Z[ recovery-image] Oct 14 09:49:54.369 INFO O| Oct 14 09:49:54.369 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39042024-10-14T09:49:55.453Z[ recovery-image] Oct 14 09:49:54.404 INFO O| Oct 14 09:49:54.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39052024-10-14T09:49:55.453Z[ recovery-image] Oct 14 09:49:54.404 INFO O| Oct 14 09:49:54.404 INFO STEP 18 (remove_files) COMPLETE
39062024-10-14T09:49:55.453Z[ recovery-image] Oct 14 09:49:54.404 INFO O| Oct 14 09:49:54.404 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39072024-10-14T09:49:55.473Z[ recovery-image] Oct 14 09:49:54.423 INFO O| Oct 14 09:49:54.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39082024-10-14T09:49:55.475Z[ recovery-image] Oct 14 09:49:54.423 INFO O| Oct 14 09:49:54.423 INFO STEP 19 (remove_files) COMPLETE
39092024-10-14T09:49:55.475Z[ recovery-image] Oct 14 09:49:54.423 INFO O| Oct 14 09:49:54.423 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39102024-10-14T09:49:55.491Z[ recovery-image] Oct 14 09:49:54.442 INFO O| Oct 14 09:49:54.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39112024-10-14T09:49:55.491Z[ recovery-image] Oct 14 09:49:54.442 INFO O| Oct 14 09:49:54.442 INFO STEP 20 (remove_files) COMPLETE
39122024-10-14T09:49:55.494Z[ recovery-image] Oct 14 09:49:54.442 INFO O| Oct 14 09:49:54.442 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39132024-10-14T09:49:55.519Z[ recovery-image] Oct 14 09:49:54.470 INFO O| Oct 14 09:49:54.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39142024-10-14T09:49:55.522Z[ recovery-image] Oct 14 09:49:54.471 INFO O| Oct 14 09:49:54.470 INFO STEP 21 (remove_files) COMPLETE
39152024-10-14T09:49:55.522Z[ recovery-image] Oct 14 09:49:54.471 INFO O| Oct 14 09:49:54.471 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39162024-10-14T09:49:55.539Z[ recovery-image] Oct 14 09:49:54.489 INFO O| Oct 14 09:49:54.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39172024-10-14T09:49:55.541Z[ recovery-image] Oct 14 09:49:54.490 INFO O| Oct 14 09:49:54.490 INFO STEP 22 (remove_files) COMPLETE
39182024-10-14T09:49:55.541Z[ recovery-image] Oct 14 09:49:54.490 INFO O| Oct 14 09:49:54.490 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-10-14T09:49:55.559Z[ recovery-image] Oct 14 09:49:54.508 INFO O| Oct 14 09:49:54.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39202024-10-14T09:49:55.562Z[ recovery-image] Oct 14 09:49:54.508 INFO O| Oct 14 09:49:54.508 INFO STEP 23 (remove_files) COMPLETE
39212024-10-14T09:49:55.562Z[ recovery-image] Oct 14 09:49:54.509 INFO O| Oct 14 09:49:54.508 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-10-14T09:49:55.577Z[ recovery-image] Oct 14 09:49:54.528 INFO O| Oct 14 09:49:54.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39232024-10-14T09:49:55.580Z[ recovery-image] Oct 14 09:49:54.528 INFO O| Oct 14 09:49:54.528 INFO STEP 24 (remove_files) COMPLETE
39242024-10-14T09:49:55.580Z[ recovery-image] Oct 14 09:49:54.528 INFO O| Oct 14 09:49:54.528 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-14T09:49:55.664Z[ recovery-image] Oct 14 09:49:54.614 INFO O| Oct 14 09:49:54.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39262024-10-14T09:49:55.664Z[ recovery-image] Oct 14 09:49:54.614 INFO O| Oct 14 09:49:54.614 INFO STEP 25 (remove_files) COMPLETE
39272024-10-14T09:49:55.666Z[ recovery-image] Oct 14 09:49:54.614 INFO O| Oct 14 09:49:54.614 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-10-14T09:49:55.712Z[ recovery-image] Oct 14 09:49:54.663 INFO O| Oct 14 09:49:54.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39292024-10-14T09:49:55.715Z[ recovery-image] Oct 14 09:49:54.663 INFO O| Oct 14 09:49:54.663 INFO STEP 26 (remove_files) COMPLETE
39302024-10-14T09:49:55.715Z[ recovery-image] Oct 14 09:49:54.663 INFO O| Oct 14 09:49:54.663 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-10-14T09:49:55.730Z[ recovery-image] Oct 14 09:49:54.681 INFO O| Oct 14 09:49:54.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39322024-10-14T09:49:55.730Z[ recovery-image] Oct 14 09:49:54.681 INFO O| Oct 14 09:49:54.681 INFO STEP 27 (remove_files) COMPLETE
39332024-10-14T09:49:55.733Z[ recovery-image] Oct 14 09:49:54.681 INFO O| Oct 14 09:49:54.681 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-10-14T09:49:55.750Z[ recovery-image] Oct 14 09:49:54.701 INFO O| Oct 14 09:49:54.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39352024-10-14T09:49:55.751Z[ recovery-image] Oct 14 09:49:54.701 INFO O| Oct 14 09:49:54.701 INFO STEP 28 (remove_files) COMPLETE
39362024-10-14T09:49:55.754Z[ recovery-image] Oct 14 09:49:54.701 INFO O| Oct 14 09:49:54.701 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-10-14T09:49:55.770Z[ recovery-image] Oct 14 09:49:54.721 INFO O| Oct 14 09:49:54.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39382024-10-14T09:49:55.770Z[ recovery-image] Oct 14 09:49:54.721 INFO O| Oct 14 09:49:54.721 INFO STEP 29 (remove_files) COMPLETE
39392024-10-14T09:49:55.770Z[ recovery-image] Oct 14 09:49:54.721 INFO O| Oct 14 09:49:54.721 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-10-14T09:49:55.789Z[ recovery-image] Oct 14 09:49:54.740 INFO O| Oct 14 09:49:54.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39412024-10-14T09:49:55.789Z[ recovery-image] Oct 14 09:49:54.740 INFO O| Oct 14 09:49:54.740 INFO STEP 30 (remove_files) COMPLETE
39422024-10-14T09:49:55.792Z[ recovery-image] Oct 14 09:49:54.740 INFO O| Oct 14 09:49:54.740 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-10-14T09:49:55.807Z[ recovery-image] Oct 14 09:49:54.758 INFO O| Oct 14 09:49:54.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39442024-10-14T09:49:55.807Z[ recovery-image] Oct 14 09:49:54.758 INFO O| Oct 14 09:49:54.758 INFO STEP 31 (remove_files) COMPLETE
39452024-10-14T09:49:55.810Z[ recovery-image] Oct 14 09:49:54.758 INFO O| Oct 14 09:49:54.758 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-10-14T09:49:55.830Z[ recovery-image] Oct 14 09:49:54.781 INFO O| Oct 14 09:49:54.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39472024-10-14T09:49:55.831Z[ recovery-image] Oct 14 09:49:54.781 INFO O| Oct 14 09:49:54.781 INFO STEP 32 (remove_files) COMPLETE
39482024-10-14T09:49:55.833Z[ recovery-image] Oct 14 09:49:54.781 INFO O| Oct 14 09:49:54.781 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-10-14T09:49:55.862Z[ recovery-image] Oct 14 09:49:54.813 INFO O| Oct 14 09:49:54.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39502024-10-14T09:49:55.863Z[ recovery-image] Oct 14 09:49:54.813 INFO O| Oct 14 09:49:54.813 INFO STEP 33 (remove_files) COMPLETE
39512024-10-14T09:49:55.863Z[ recovery-image] Oct 14 09:49:54.813 INFO O| Oct 14 09:49:54.813 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-10-14T09:49:55.885Z[ host-image] Oct 14 09:49:54.835 INFO O| Oct 14 09:49:54.835 INFO O| Done
39532024-10-14T09:49:55.900Z[ recovery-image] Oct 14 09:49:54.850 INFO O| Oct 14 09:49:54.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39542024-10-14T09:49:55.900Z[ recovery-image] Oct 14 09:49:54.850 INFO O| Oct 14 09:49:54.850 INFO STEP 34 (remove_files) COMPLETE
39552024-10-14T09:49:55.902Z[ recovery-image] Oct 14 09:49:54.850 INFO O| Oct 14 09:49:54.850 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39562024-10-14T09:49:55.932Z[ recovery-image] Oct 14 09:49:54.883 INFO O| Oct 14 09:49:54.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39572024-10-14T09:49:55.932Z[ recovery-image] Oct 14 09:49:54.883 INFO O| Oct 14 09:49:54.883 INFO STEP 35 (remove_files) COMPLETE
39582024-10-14T09:49:55.934Z[ recovery-image] Oct 14 09:49:54.883 INFO O| Oct 14 09:49:54.883 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39592024-10-14T09:49:55.952Z[ recovery-image] Oct 14 09:49:54.902 INFO O| Oct 14 09:49:54.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39602024-10-14T09:49:55.952Z[ recovery-image] Oct 14 09:49:54.902 INFO O| Oct 14 09:49:54.902 INFO STEP 36 (remove_files) COMPLETE
39612024-10-14T09:49:55.952Z[ recovery-image] Oct 14 09:49:54.902 INFO O| Oct 14 09:49:54.902 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39622024-10-14T09:49:55.976Z[ recovery-image] Oct 14 09:49:54.926 INFO O| Oct 14 09:49:54.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39632024-10-14T09:49:55.976Z[ recovery-image] Oct 14 09:49:54.926 INFO O| Oct 14 09:49:54.926 INFO STEP 37 (remove_files) COMPLETE
39642024-10-14T09:49:55.976Z[ recovery-image] Oct 14 09:49:54.926 INFO O| Oct 14 09:49:54.926 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39652024-10-14T09:49:55.993Z[ recovery-image] Oct 14 09:49:54.944 INFO O| Oct 14 09:49:54.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39662024-10-14T09:49:55.993Z[ recovery-image] Oct 14 09:49:54.944 INFO O| Oct 14 09:49:54.944 INFO STEP 38 (remove_files) COMPLETE
39672024-10-14T09:49:55.996Z[ recovery-image] Oct 14 09:49:54.944 INFO O| Oct 14 09:49:54.944 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-10-14T09:49:56.034Z[ recovery-image] Oct 14 09:49:54.984 INFO O| Oct 14 09:49:54.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39692024-10-14T09:49:56.034Z[ recovery-image] Oct 14 09:49:54.984 INFO O| Oct 14 09:49:54.984 INFO STEP 39 (remove_files) COMPLETE
39702024-10-14T09:49:56.036Z[ recovery-image] Oct 14 09:49:54.985 INFO O| Oct 14 09:49:54.985 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39712024-10-14T09:49:56.055Z[ recovery-image] Oct 14 09:49:55.005 INFO O| Oct 14 09:49:55.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39722024-10-14T09:49:56.055Z[ recovery-image] Oct 14 09:49:55.005 INFO O| Oct 14 09:49:55.005 INFO STEP 40 (remove_files) COMPLETE
39732024-10-14T09:49:56.058Z[ recovery-image] Oct 14 09:49:55.005 INFO O| Oct 14 09:49:55.005 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39742024-10-14T09:49:56.074Z[ recovery-image] Oct 14 09:49:55.025 INFO O| Oct 14 09:49:55.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39752024-10-14T09:49:56.076Z[ recovery-image] Oct 14 09:49:55.025 INFO O| Oct 14 09:49:55.025 INFO STEP 41 (remove_files) COMPLETE
39762024-10-14T09:49:56.076Z[ recovery-image] Oct 14 09:49:55.025 INFO O| Oct 14 09:49:55.025 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39772024-10-14T09:49:56.091Z[ recovery-image] Oct 14 09:49:55.042 INFO O| Oct 14 09:49:55.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39782024-10-14T09:49:56.094Z[ recovery-image] Oct 14 09:49:55.042 INFO O| Oct 14 09:49:55.042 INFO STEP 42 (remove_files) COMPLETE
39792024-10-14T09:49:56.094Z[ recovery-image] Oct 14 09:49:55.043 INFO O| Oct 14 09:49:55.043 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39802024-10-14T09:49:56.109Z[ recovery-image] Oct 14 09:49:55.060 INFO O| Oct 14 09:49:55.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39812024-10-14T09:49:56.112Z[ recovery-image] Oct 14 09:49:55.060 INFO O| Oct 14 09:49:55.060 INFO STEP 43 (remove_files) COMPLETE
39822024-10-14T09:49:56.112Z[ recovery-image] Oct 14 09:49:55.061 INFO O| Oct 14 09:49:55.061 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39832024-10-14T09:49:56.128Z[ recovery-image] Oct 14 09:49:55.078 INFO O| Oct 14 09:49:55.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
39842024-10-14T09:49:56.130Z[ recovery-image] Oct 14 09:49:55.078 INFO O| Oct 14 09:49:55.078 INFO STEP 44 (remove_files) COMPLETE
39852024-10-14T09:49:56.130Z[ recovery-image] Oct 14 09:49:55.079 INFO O| Oct 14 09:49:55.079 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39862024-10-14T09:49:56.146Z[ recovery-image] Oct 14 09:49:55.097 INFO O| Oct 14 09:49:55.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
39872024-10-14T09:49:56.146Z[ recovery-image] Oct 14 09:49:55.097 INFO O| Oct 14 09:49:55.097 INFO STEP 45 (remove_files) COMPLETE
39882024-10-14T09:49:56.149Z[ recovery-image] Oct 14 09:49:55.097 INFO O| Oct 14 09:49:55.097 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39892024-10-14T09:49:56.164Z[ recovery-image] Oct 14 09:49:55.115 INFO O| Oct 14 09:49:55.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
39902024-10-14T09:49:56.167Z[ recovery-image] Oct 14 09:49:55.115 INFO O| Oct 14 09:49:55.115 INFO STEP 46 (remove_files) COMPLETE
39912024-10-14T09:49:56.167Z[ recovery-image] Oct 14 09:49:55.115 INFO O| Oct 14 09:49:55.115 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39922024-10-14T09:49:56.183Z[ recovery-image] Oct 14 09:49:55.133 INFO O| Oct 14 09:49:55.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
39932024-10-14T09:49:56.185Z[ recovery-image] Oct 14 09:49:55.134 INFO O| Oct 14 09:49:55.134 INFO STEP 47 (remove_files) COMPLETE
39942024-10-14T09:49:56.185Z[ recovery-image] Oct 14 09:49:55.134 INFO O| Oct 14 09:49:55.134 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39952024-10-14T09:49:56.201Z[ recovery-image] Oct 14 09:49:55.152 INFO O| Oct 14 09:49:55.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
39962024-10-14T09:49:56.204Z[ recovery-image] Oct 14 09:49:55.152 INFO O| Oct 14 09:49:55.152 INFO STEP 48 (remove_files) COMPLETE
39972024-10-14T09:49:56.204Z[ recovery-image] Oct 14 09:49:55.152 INFO O| Oct 14 09:49:55.152 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39982024-10-14T09:49:56.247Z[ recovery-image] Oct 14 09:49:55.197 INFO O| Oct 14 09:49:55.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
39992024-10-14T09:49:56.250Z[ recovery-image] Oct 14 09:49:55.198 INFO O| Oct 14 09:49:55.197 INFO STEP 49 (remove_files) COMPLETE
40002024-10-14T09:49:56.250Z[ recovery-image] Oct 14 09:49:55.198 INFO O| Oct 14 09:49:55.198 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40012024-10-14T09:49:56.267Z[ recovery-image] Oct 14 09:49:55.217 INFO O| Oct 14 09:49:55.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40022024-10-14T09:49:56.268Z[ recovery-image] Oct 14 09:49:55.217 INFO O| Oct 14 09:49:55.217 INFO STEP 50 (remove_files) COMPLETE
40032024-10-14T09:49:56.270Z[ recovery-image] Oct 14 09:49:55.218 INFO O| Oct 14 09:49:55.218 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40042024-10-14T09:49:56.286Z[ recovery-image] Oct 14 09:49:55.237 INFO O| Oct 14 09:49:55.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40052024-10-14T09:49:56.289Z[ recovery-image] Oct 14 09:49:55.237 INFO O| Oct 14 09:49:55.237 INFO STEP 51 (remove_files) COMPLETE
40062024-10-14T09:49:56.289Z[ recovery-image] Oct 14 09:49:55.237 INFO O| Oct 14 09:49:55.237 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40072024-10-14T09:49:56.334Z[ recovery-image] Oct 14 09:49:55.285 INFO O| Oct 14 09:49:55.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40082024-10-14T09:49:56.337Z[ recovery-image] Oct 14 09:49:55.285 INFO O| Oct 14 09:49:55.285 INFO STEP 52 (remove_files) COMPLETE
40092024-10-14T09:49:56.338Z[ recovery-image] Oct 14 09:49:55.285 INFO O| Oct 14 09:49:55.285 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40102024-10-14T09:49:56.354Z[ recovery-image] Oct 14 09:49:55.304 INFO O| Oct 14 09:49:55.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40112024-10-14T09:49:56.354Z[ recovery-image] Oct 14 09:49:55.304 INFO O| Oct 14 09:49:55.304 INFO STEP 53 (remove_files) COMPLETE
40122024-10-14T09:49:56.354Z[ recovery-image] Oct 14 09:49:55.304 INFO O| Oct 14 09:49:55.304 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40132024-10-14T09:49:56.373Z[ recovery-image] Oct 14 09:49:55.323 INFO O| Oct 14 09:49:55.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40142024-10-14T09:49:56.373Z[ recovery-image] Oct 14 09:49:55.323 INFO O| Oct 14 09:49:55.323 INFO STEP 54 (remove_files) COMPLETE
40152024-10-14T09:49:56.375Z[ recovery-image] Oct 14 09:49:55.323 INFO O| Oct 14 09:49:55.323 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-10-14T09:49:56.392Z[ recovery-image] Oct 14 09:49:55.342 INFO O| Oct 14 09:49:55.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40172024-10-14T09:49:56.392Z[ recovery-image] Oct 14 09:49:55.342 INFO O| Oct 14 09:49:55.342 INFO STEP 55 (remove_files) COMPLETE
40182024-10-14T09:49:56.394Z[ recovery-image] Oct 14 09:49:55.342 INFO O| Oct 14 09:49:55.342 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-10-14T09:49:56.410Z[ recovery-image] Oct 14 09:49:55.361 INFO O| Oct 14 09:49:55.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40202024-10-14T09:49:56.410Z[ recovery-image] Oct 14 09:49:55.361 INFO O| Oct 14 09:49:55.361 INFO STEP 56 (remove_files) COMPLETE
40212024-10-14T09:49:56.410Z[ recovery-image] Oct 14 09:49:55.361 INFO O| Oct 14 09:49:55.361 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-10-14T09:49:56.429Z[ recovery-image] Oct 14 09:49:55.379 INFO O| Oct 14 09:49:55.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40232024-10-14T09:49:56.444Z[ recovery-image] Oct 14 09:49:55.395 INFO O| Oct 14 09:49:55.395 INFO STEP 57 (remove_files) COMPLETE
40242024-10-14T09:49:56.444Z[ recovery-image] Oct 14 09:49:55.395 INFO O| Oct 14 09:49:55.395 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40252024-10-14T09:49:56.465Z[ recovery-image] Oct 14 09:49:55.415 INFO O| Oct 14 09:49:55.415 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40262024-10-14T09:49:56.467Z[ recovery-image] Oct 14 09:49:55.415 INFO O| Oct 14 09:49:55.415 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40272024-10-14T09:49:56.467Z[ recovery-image] Oct 14 09:49:55.416 INFO O| Oct 14 09:49:55.416 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40282024-10-14T09:49:56.467Z[ recovery-image] Oct 14 09:49:55.416 INFO O| Oct 14 09:49:55.416 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40292024-10-14T09:49:56.467Z[ recovery-image] Oct 14 09:49:55.416 INFO O| Oct 14 09:49:55.416 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40302024-10-14T09:49:56.467Z[ recovery-image] Oct 14 09:49:55.416 INFO O| Oct 14 09:49:55.416 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40312024-10-14T09:49:56.467Z[ recovery-image] Oct 14 09:49:55.417 INFO O| Oct 14 09:49:55.416 INFO ok!
40322024-10-14T09:49:56.467Z[ recovery-image] Oct 14 09:49:55.417 INFO O| Oct 14 09:49:55.417 INFO STEP 58 (ensure_file) COMPLETE
40332024-10-14T09:49:56.467Z[ recovery-image] Oct 14 09:49:55.417 INFO O| Oct 14 09:49:55.417 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40342024-10-14T09:49:56.512Z[ recovery-image] Oct 14 09:49:55.462 INFO O| Oct 14 09:49:55.462 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40352024-10-14T09:49:56.512Z[ recovery-image] Oct 14 09:49:55.463 INFO O| Oct 14 09:49:55.462 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40362024-10-14T09:49:56.515Z[ recovery-image] Oct 14 09:49:55.463 INFO O| Oct 14 09:49:55.463 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40372024-10-14T09:49:56.515Z[ recovery-image] Oct 14 09:49:55.463 INFO O| Oct 14 09:49:55.463 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40382024-10-14T09:49:56.515Z[ recovery-image] Oct 14 09:49:55.463 INFO O| Oct 14 09:49:55.463 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40392024-10-14T09:49:56.515Z[ recovery-image] Oct 14 09:49:55.463 INFO O| Oct 14 09:49:55.463 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40402024-10-14T09:49:56.515Z[ recovery-image] Oct 14 09:49:55.464 INFO O| Oct 14 09:49:55.463 INFO ok!
40412024-10-14T09:49:56.515Z[ recovery-image] Oct 14 09:49:55.464 INFO O| Oct 14 09:49:55.463 INFO STEP 59 (ensure_file) COMPLETE
40422024-10-14T09:49:56.515Z[ recovery-image] Oct 14 09:49:55.464 INFO O| Oct 14 09:49:55.464 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40432024-10-14T09:49:56.578Z[ recovery-image] Oct 14 09:49:55.528 INFO O| Oct 14 09:49:55.528 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40442024-10-14T09:49:56.578Z[ recovery-image] Oct 14 09:49:55.528 INFO O| Oct 14 09:49:55.528 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40452024-10-14T09:49:56.581Z[ recovery-image] Oct 14 09:49:55.529 INFO O| Oct 14 09:49:55.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40462024-10-14T09:49:56.581Z[ recovery-image] Oct 14 09:49:55.529 INFO O| Oct 14 09:49:55.529 INFO ok!
40472024-10-14T09:49:56.581Z[ recovery-image] Oct 14 09:49:55.529 INFO O| Oct 14 09:49:55.529 INFO STEP 60 (ensure_file) COMPLETE
40482024-10-14T09:49:56.581Z[ recovery-image] Oct 14 09:49:55.529 INFO O| Oct 14 09:49:55.529 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40492024-10-14T09:49:56.623Z[ recovery-image] Oct 14 09:49:55.574 INFO O| Oct 14 09:49:55.574 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40502024-10-14T09:49:56.624Z[ recovery-image] Oct 14 09:49:55.574 INFO O| Oct 14 09:49:55.574 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40512024-10-14T09:49:56.624Z[ recovery-image] Oct 14 09:49:55.574 INFO O| Oct 14 09:49:55.574 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40522024-10-14T09:49:56.627Z[ recovery-image] Oct 14 09:49:55.574 INFO O| Oct 14 09:49:55.574 INFO ok!
40532024-10-14T09:49:56.627Z[ recovery-image] Oct 14 09:49:55.574 INFO O| Oct 14 09:49:55.574 INFO STEP 61 (ensure_file) COMPLETE
40542024-10-14T09:49:56.627Z[ recovery-image] Oct 14 09:49:55.574 INFO O| Oct 14 09:49:55.574 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40552024-10-14T09:49:56.644Z[ recovery-image] Oct 14 09:49:55.594 INFO O| Oct 14 09:49:55.594 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40562024-10-14T09:49:56.644Z[ recovery-image] Oct 14 09:49:55.594 INFO O| Oct 14 09:49:55.594 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40572024-10-14T09:49:56.646Z[ recovery-image] Oct 14 09:49:55.594 INFO O| Oct 14 09:49:55.594 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40582024-10-14T09:49:56.646Z[ recovery-image] Oct 14 09:49:55.594 INFO O| Oct 14 09:49:55.594 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40592024-10-14T09:49:56.646Z[ recovery-image] Oct 14 09:49:55.594 INFO O| Oct 14 09:49:55.594 INFO ok!
40602024-10-14T09:49:56.646Z[ recovery-image] Oct 14 09:49:55.594 INFO O| Oct 14 09:49:55.594 INFO STEP 62 (ensure_file) COMPLETE
40612024-10-14T09:49:56.646Z[ recovery-image] Oct 14 09:49:55.595 INFO O| Oct 14 09:49:55.595 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40622024-10-14T09:49:56.663Z[ recovery-image] Oct 14 09:49:55.613 INFO O| Oct 14 09:49:55.613 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40632024-10-14T09:49:56.663Z[ recovery-image] Oct 14 09:49:55.613 INFO O| Oct 14 09:49:55.613 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40642024-10-14T09:49:56.666Z[ recovery-image] Oct 14 09:49:55.614 INFO O| Oct 14 09:49:55.613 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40652024-10-14T09:49:56.666Z[ recovery-image] Oct 14 09:49:55.614 INFO O| Oct 14 09:49:55.614 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40662024-10-14T09:49:56.666Z[ recovery-image] Oct 14 09:49:55.614 INFO O| Oct 14 09:49:55.614 INFO ok!
40672024-10-14T09:49:56.666Z[ recovery-image] Oct 14 09:49:55.614 INFO O| Oct 14 09:49:55.614 INFO STEP 63 (ensure_file) COMPLETE
40682024-10-14T09:49:56.666Z[ recovery-image] Oct 14 09:49:55.614 INFO O| Oct 14 09:49:55.614 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40692024-10-14T09:49:56.682Z[ recovery-image] Oct 14 09:49:55.632 INFO O| Oct 14 09:49:55.632 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40702024-10-14T09:49:56.682Z[ recovery-image] Oct 14 09:49:55.632 INFO O| Oct 14 09:49:55.632 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40712024-10-14T09:49:56.682Z[ recovery-image] Oct 14 09:49:55.632 INFO O| Oct 14 09:49:55.632 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40722024-10-14T09:49:56.682Z[ recovery-image] Oct 14 09:49:55.632 INFO O| Oct 14 09:49:55.632 INFO ok!
40732024-10-14T09:49:56.685Z[ recovery-image] Oct 14 09:49:55.633 INFO O| Oct 14 09:49:55.632 INFO STEP 64 (assemble_files) COMPLETE
40742024-10-14T09:49:56.685Z[ recovery-image] Oct 14 09:49:55.633 INFO O| Oct 14 09:49:55.633 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40752024-10-14T09:49:56.701Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40762024-10-14T09:49:56.701Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40772024-10-14T09:49:56.701Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40782024-10-14T09:49:56.706Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40792024-10-14T09:49:56.706Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO ok!
40802024-10-14T09:49:56.706Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO STEP 65 (ensure_file) COMPLETE
40812024-10-14T09:49:56.706Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822024-10-14T09:49:56.706Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO skip step because feature "omicron1" is not enabled
40832024-10-14T09:49:56.706Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40842024-10-14T09:49:56.706Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO skip step because feature "omicron1" is not enabled
40852024-10-14T09:49:56.706Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40862024-10-14T09:49:56.707Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO skip step because feature "omicron1" is not enabled
40872024-10-14T09:49:56.707Z[ recovery-image] Oct 14 09:49:55.651 INFO O| Oct 14 09:49:55.651 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40882024-10-14T09:49:56.729Z[ recovery-image] Oct 14 09:49:55.679 INFO O| Oct 14 09:49:55.678 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
40892024-10-14T09:49:56.729Z[ recovery-image] Oct 14 09:49:55.679 INFO O| Oct 14 09:49:55.679 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
40902024-10-14T09:49:56.914Z[ host-image] Oct 14 09:49:55.864 INFO O| Oct 14 09:49:55.864 INFO O| Done
40912024-10-14T09:49:57.300Z[ host-image] Oct 14 09:49:56.251 INFO O| Oct 14 09:49:56.251 INFO STEP 11 (pkg_install) COMPLETE
40922024-10-14T09:49:57.301Z[ host-image] Oct 14 09:49:56.251 INFO O| Oct 14 09:49:56.251 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
40932024-10-14T09:49:57.318Z[ host-image] Oct 14 09:49:56.268 INFO O| Oct 14 09:49:56.268 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
40942024-10-14T09:49:58.296Z[ host-image] Oct 14 09:49:57.246 INFO O| Oct 14 09:49:57.246 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
40952024-10-14T09:49:59.656Z[ recovery-image] Oct 14 09:49:58.607 INFO O| Oct 14 09:49:58.606 INFO STEP 69 (pack_tar) COMPLETE
40962024-10-14T09:49:59.660Z[ recovery-image] Oct 14 09:49:58.607 INFO O| Oct 14 09:49:58.607 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
40972024-10-14T09:49:59.660Z[ recovery-image] Oct 14 09:49:58.607 INFO O| Oct 14 09:49:58.607 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
40982024-10-14T09:49:59.947Z[ recovery-image] Oct 14 09:49:58.898 INFO O| Oct 14 09:49:58.897 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
40992024-10-14T09:50:00.073Z[ recovery-image] Oct 14 09:49:59.022 INFO O| Oct 14 09:49:59.022 INFO completed processing gimlet/ramdisk-02-trim
41002024-10-14T09:50:00.076Z[ recovery-image] Oct 14 09:49:59.026 INFO image builder template: ramdisk-03-recovery-trim...
41012024-10-14T09:50:00.078Z[ recovery-image] Oct 14 09:49:59.026 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/.tmpq7LyUG/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.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None
41022024-10-14T09:50:00.293Z[ recovery-image] Oct 14 09:49:59.242 INFO O| Oct 14 09:49:59.242 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41032024-10-14T09:50:00.301Z[ recovery-image] Oct 14 09:49:59.251 INFO O| Oct 14 09:49:59.251 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41042024-10-14T09:50:00.425Z[ recovery-image] Oct 14 09:49:59.374 INFO O| Oct 14 09:49:59.374 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41052024-10-14T09:50:00.522Z[ recovery-image] Oct 14 09:49:59.472 INFO O| Oct 14 09:49:59.472 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41062024-10-14T09:50:00.525Z[ recovery-image] Oct 14 09:49:59.473 INFO O| Oct 14 09:49:59.473 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41072024-10-14T09:50:00.541Z[ recovery-image] Oct 14 09:49:59.491 INFO O| Oct 14 09:49:59.491 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41082024-10-14T09:50:00.550Z[ recovery-image] Oct 14 09:49:59.500 INFO O| Oct 14 09:49:59.500 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41092024-10-14T09:50:00.561Z[ recovery-image] Oct 14 09:49:59.510 INFO O| Oct 14 09:49:59.510 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41102024-10-14T09:50:00.888Z[ recovery-image] Oct 14 09:49:59.838 INFO O| Oct 14 09:49:59.838 INFO rolled back to input snapshot; work may begin
41112024-10-14T09:50:00.888Z[ recovery-image] Oct 14 09:49:59.838 INFO O| Oct 14 09:49:59.838 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41122024-10-14T09:50:00.897Z[ recovery-image] Oct 14 09:49:59.847 INFO O| Oct 14 09:49:59.847 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41132024-10-14T09:50:00.914Z[ recovery-image] Oct 14 09:49:59.864 INFO O| Oct 14 09:49:59.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41142024-10-14T09:50:00.917Z[ recovery-image] Oct 14 09:49:59.868 INFO O| Oct 14 09:49:59.868 INFO STEP 0 (remove_files) COMPLETE
41152024-10-14T09:50:00.917Z[ recovery-image] Oct 14 09:49:59.868 INFO O| Oct 14 09:49:59.868 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41162024-10-14T09:50:00.936Z[ recovery-image] Oct 14 09:49:59.886 INFO O| Oct 14 09:49:59.886 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41172024-10-14T09:50:01.028Z[ recovery-image] Oct 14 09:49:59.978 INFO O| Oct 14 09:49:59.978 INFO STEP 1 (remove_files) COMPLETE
41182024-10-14T09:50:01.028Z[ recovery-image] Oct 14 09:49:59.978 INFO O| Oct 14 09:49:59.978 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41192024-10-14T09:50:01.048Z[ recovery-image] Oct 14 09:49:59.998 INFO O| Oct 14 09:49:59.998 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41202024-10-14T09:50:01.062Z[ recovery-image] Oct 14 09:50:00.000 INFO O| Oct 14 09:50:00.000 INFO STEP 2 (remove_files) COMPLETE
41212024-10-14T09:50:01.062Z[ recovery-image] Oct 14 09:50:00.000 INFO O| Oct 14 09:50:00.000 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41222024-10-14T09:50:01.070Z[ recovery-image] Oct 14 09:50:00.020 INFO O| Oct 14 09:50:00.020 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41232024-10-14T09:50:01.149Z[ recovery-image] Oct 14 09:50:00.098 INFO O| Oct 14 09:50:00.098 INFO STEP 3 (remove_files) COMPLETE
41242024-10-14T09:50:01.149Z[ recovery-image] Oct 14 09:50:00.098 INFO O| Oct 14 09:50:00.098 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41252024-10-14T09:50:01.294Z[ recovery-image] Oct 14 09:50:00.122 INFO O| Oct 14 09:50:00.122 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41262024-10-14T09:50:01.297Z[ recovery-image] Oct 14 09:50:00.147 INFO O| Oct 14 09:50:00.147 INFO STEP 4 (remove_files) COMPLETE
41272024-10-14T09:50:01.297Z[ recovery-image] Oct 14 09:50:00.147 INFO O| Oct 14 09:50:00.147 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41282024-10-14T09:50:01.297Z[ recovery-image] Oct 14 09:50:00.169 INFO O| Oct 14 09:50:00.168 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41292024-10-14T09:50:01.297Z[ recovery-image] Oct 14 09:50:00.174 INFO O| Oct 14 09:50:00.174 INFO STEP 5 (remove_files) COMPLETE
41302024-10-14T09:50:01.297Z[ recovery-image] Oct 14 09:50:00.174 INFO O| Oct 14 09:50:00.174 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41312024-10-14T09:50:01.297Z[ recovery-image] Oct 14 09:50:00.194 INFO O| Oct 14 09:50:00.194 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41322024-10-14T09:50:01.297Z[ recovery-image] Oct 14 09:50:00.196 INFO O| Oct 14 09:50:00.196 INFO STEP 6 (remove_files) COMPLETE
41332024-10-14T09:50:01.297Z[ recovery-image] Oct 14 09:50:00.196 INFO O| Oct 14 09:50:00.196 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41342024-10-14T09:50:01.297Z[ recovery-image] Oct 14 09:50:00.215 INFO O| Oct 14 09:50:00.215 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41352024-10-14T09:50:01.297Z[ recovery-image] Oct 14 09:50:00.217 INFO O| Oct 14 09:50:00.217 INFO STEP 7 (remove_files) COMPLETE
41362024-10-14T09:50:01.298Z[ recovery-image] Oct 14 09:50:00.217 INFO O| Oct 14 09:50:00.217 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41372024-10-14T09:50:01.298Z[ recovery-image] Oct 14 09:50:00.236 INFO O| Oct 14 09:50:00.236 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41382024-10-14T09:50:01.298Z[ recovery-image] Oct 14 09:50:00.240 INFO O| Oct 14 09:50:00.240 INFO STEP 8 (remove_files) COMPLETE
41392024-10-14T09:50:01.298Z[ recovery-image] Oct 14 09:50:00.240 INFO O| Oct 14 09:50:00.240 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-14T09:50:01.309Z[ recovery-image] Oct 14 09:50:00.259 INFO O| Oct 14 09:50:00.259 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41412024-10-14T09:50:01.312Z[ recovery-image] Oct 14 09:50:00.260 INFO O| Oct 14 09:50:00.260 INFO STEP 9 (remove_files) COMPLETE
41422024-10-14T09:50:01.312Z[ recovery-image] Oct 14 09:50:00.260 INFO O| Oct 14 09:50:00.260 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-10-14T09:50:01.328Z[ recovery-image] Oct 14 09:50:00.278 INFO O| Oct 14 09:50:00.278 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41442024-10-14T09:50:01.331Z[ recovery-image] Oct 14 09:50:00.280 INFO O| Oct 14 09:50:00.279 INFO STEP 10 (remove_files) COMPLETE
41452024-10-14T09:50:01.331Z[ recovery-image] Oct 14 09:50:00.280 INFO O| Oct 14 09:50:00.280 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-10-14T09:50:01.348Z[ recovery-image] Oct 14 09:50:00.298 INFO O| Oct 14 09:50:00.298 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41472024-10-14T09:50:01.422Z[ recovery-image] Oct 14 09:50:00.371 INFO O| Oct 14 09:50:00.371 INFO STEP 11 (remove_files) COMPLETE
41482024-10-14T09:50:01.423Z[ recovery-image] Oct 14 09:50:00.371 INFO O| Oct 14 09:50:00.371 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-14T09:50:01.440Z[ recovery-image] Oct 14 09:50:00.390 INFO O| Oct 14 09:50:00.390 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41502024-10-14T09:50:01.443Z[ recovery-image] Oct 14 09:50:00.393 INFO O| Oct 14 09:50:00.393 INFO STEP 12 (remove_files) COMPLETE
41512024-10-14T09:50:01.448Z[ recovery-image] Oct 14 09:50:00.393 INFO O| Oct 14 09:50:00.393 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-14T09:50:01.462Z[ recovery-image] Oct 14 09:50:00.412 INFO O| Oct 14 09:50:00.412 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41532024-10-14T09:50:01.467Z[ recovery-image] Oct 14 09:50:00.416 INFO O| Oct 14 09:50:00.416 INFO STEP 13 (remove_files) COMPLETE
41542024-10-14T09:50:01.467Z[ recovery-image] Oct 14 09:50:00.416 INFO O| Oct 14 09:50:00.416 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-14T09:50:01.484Z[ recovery-image] Oct 14 09:50:00.434 INFO O| Oct 14 09:50:00.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41562024-10-14T09:50:01.487Z[ recovery-image] Oct 14 09:50:00.435 INFO O| Oct 14 09:50:00.435 INFO STEP 14 (remove_files) COMPLETE
41572024-10-14T09:50:01.487Z[ recovery-image] Oct 14 09:50:00.435 INFO O| Oct 14 09:50:00.435 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-14T09:50:01.502Z[ recovery-image] Oct 14 09:50:00.452 INFO O| Oct 14 09:50:00.452 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41592024-10-14T09:50:01.505Z[ recovery-image] Oct 14 09:50:00.453 INFO O| Oct 14 09:50:00.453 INFO STEP 15 (remove_files) COMPLETE
41602024-10-14T09:50:01.505Z[ recovery-image] Oct 14 09:50:00.453 INFO O| Oct 14 09:50:00.453 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-14T09:50:01.519Z[ recovery-image] Oct 14 09:50:00.469 INFO O| Oct 14 09:50:00.469 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41622024-10-14T09:50:01.530Z[ recovery-image] Oct 14 09:50:00.480 INFO O| Oct 14 09:50:00.480 INFO STEP 16 (remove_files) COMPLETE
41632024-10-14T09:50:01.530Z[ recovery-image] Oct 14 09:50:00.480 INFO O| Oct 14 09:50:00.480 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-14T09:50:01.549Z[ recovery-image] Oct 14 09:50:00.499 INFO O| Oct 14 09:50:00.499 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41652024-10-14T09:50:01.549Z[ recovery-image] Oct 14 09:50:00.499 INFO O| Oct 14 09:50:00.499 INFO STEP 17 (remove_files) COMPLETE
41662024-10-14T09:50:01.549Z[ recovery-image] Oct 14 09:50:00.499 INFO O| Oct 14 09:50:00.499 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-14T09:50:01.565Z[ recovery-image] Oct 14 09:50:00.515 INFO O| Oct 14 09:50:00.515 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41682024-10-14T09:50:01.568Z[ recovery-image] Oct 14 09:50:00.515 INFO O| Oct 14 09:50:00.515 INFO STEP 18 (remove_files) COMPLETE
41692024-10-14T09:50:01.568Z[ recovery-image] Oct 14 09:50:00.515 INFO O| Oct 14 09:50:00.515 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-14T09:50:01.577Z[ recovery-image] Oct 14 09:50:00.527 INFO O| Oct 14 09:50:00.527 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41712024-10-14T09:50:01.647Z[ recovery-image] Oct 14 09:50:00.596 INFO O| Oct 14 09:50:00.596 INFO STEP 19 (remove_files) COMPLETE
41722024-10-14T09:50:01.647Z[ recovery-image] Oct 14 09:50:00.597 INFO O| Oct 14 09:50:00.596 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-14T09:50:01.665Z[ recovery-image] Oct 14 09:50:00.615 INFO O| Oct 14 09:50:00.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
41742024-10-14T09:50:01.667Z[ recovery-image] Oct 14 09:50:00.616 INFO O| Oct 14 09:50:00.616 INFO STEP 20 (remove_files) COMPLETE
41752024-10-14T09:50:01.667Z[ recovery-image] Oct 14 09:50:00.616 INFO O| Oct 14 09:50:00.616 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-14T09:50:01.684Z[ recovery-image] Oct 14 09:50:00.634 INFO O| Oct 14 09:50:00.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
41772024-10-14T09:50:01.686Z[ recovery-image] Oct 14 09:50:00.634 INFO O| Oct 14 09:50:00.634 INFO STEP 21 (remove_files) COMPLETE
41782024-10-14T09:50:01.686Z[ recovery-image] Oct 14 09:50:00.635 INFO O| Oct 14 09:50:00.634 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-14T09:50:01.701Z[ recovery-image] Oct 14 09:50:00.651 INFO O| Oct 14 09:50:00.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
41802024-10-14T09:50:01.704Z[ recovery-image] Oct 14 09:50:00.652 INFO O| Oct 14 09:50:00.652 INFO STEP 22 (remove_files) COMPLETE
41812024-10-14T09:50:01.704Z[ recovery-image] Oct 14 09:50:00.652 INFO O| Oct 14 09:50:00.652 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-14T09:50:01.718Z[ recovery-image] Oct 14 09:50:00.668 INFO O| Oct 14 09:50:00.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
41832024-10-14T09:50:01.718Z[ recovery-image] Oct 14 09:50:00.668 INFO O| Oct 14 09:50:00.668 INFO STEP 23 (remove_files) COMPLETE
41842024-10-14T09:50:01.721Z[ recovery-image] Oct 14 09:50:00.668 INFO O| Oct 14 09:50:00.668 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-14T09:50:01.735Z[ recovery-image] Oct 14 09:50:00.686 INFO O| Oct 14 09:50:00.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
41862024-10-14T09:50:01.738Z[ recovery-image] Oct 14 09:50:00.686 INFO O| Oct 14 09:50:00.686 INFO STEP 24 (remove_files) COMPLETE
41872024-10-14T09:50:01.738Z[ recovery-image] Oct 14 09:50:00.686 INFO O| Oct 14 09:50:00.686 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-14T09:50:01.753Z[ recovery-image] Oct 14 09:50:00.703 INFO O| Oct 14 09:50:00.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
41892024-10-14T09:50:01.753Z[ recovery-image] Oct 14 09:50:00.703 INFO O| Oct 14 09:50:00.703 INFO STEP 25 (remove_files) COMPLETE
41902024-10-14T09:50:01.755Z[ recovery-image] Oct 14 09:50:00.703 INFO O| Oct 14 09:50:00.703 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-14T09:50:01.771Z[ recovery-image] Oct 14 09:50:00.722 INFO O| Oct 14 09:50:00.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
41922024-10-14T09:50:01.774Z[ recovery-image] Oct 14 09:50:00.722 INFO O| Oct 14 09:50:00.722 INFO STEP 26 (remove_files) COMPLETE
41932024-10-14T09:50:01.774Z[ recovery-image] Oct 14 09:50:00.722 INFO O| Oct 14 09:50:00.722 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-14T09:50:01.788Z[ recovery-image] Oct 14 09:50:00.738 INFO O| Oct 14 09:50:00.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
41952024-10-14T09:50:01.788Z[ recovery-image] Oct 14 09:50:00.738 INFO O| Oct 14 09:50:00.738 INFO STEP 27 (remove_files) COMPLETE
41962024-10-14T09:50:01.788Z[ recovery-image] Oct 14 09:50:00.738 INFO O| Oct 14 09:50:00.738 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-14T09:50:01.804Z[ recovery-image] Oct 14 09:50:00.754 INFO O| Oct 14 09:50:00.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
41982024-10-14T09:50:01.807Z[ recovery-image] Oct 14 09:50:00.755 INFO O| Oct 14 09:50:00.755 INFO STEP 28 (remove_files) COMPLETE
41992024-10-14T09:50:01.807Z[ recovery-image] Oct 14 09:50:00.755 INFO O| Oct 14 09:50:00.755 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-14T09:50:01.822Z[ recovery-image] Oct 14 09:50:00.772 INFO O| Oct 14 09:50:00.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42012024-10-14T09:50:01.822Z[ recovery-image] Oct 14 09:50:00.772 INFO O| Oct 14 09:50:00.772 INFO STEP 29 (remove_files) COMPLETE
42022024-10-14T09:50:01.824Z[ recovery-image] Oct 14 09:50:00.772 INFO O| Oct 14 09:50:00.772 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-14T09:50:01.835Z[ recovery-image] Oct 14 09:50:00.785 INFO O| Oct 14 09:50:00.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42042024-10-14T09:50:01.835Z[ recovery-image] Oct 14 09:50:00.786 INFO O| Oct 14 09:50:00.785 INFO STEP 30 (remove_files) COMPLETE
42052024-10-14T09:50:01.838Z[ recovery-image] Oct 14 09:50:00.786 INFO O| Oct 14 09:50:00.785 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-14T09:50:01.853Z[ recovery-image] Oct 14 09:50:00.803 INFO O| Oct 14 09:50:00.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42072024-10-14T09:50:01.853Z[ recovery-image] Oct 14 09:50:00.803 INFO O| Oct 14 09:50:00.803 INFO STEP 31 (remove_files) COMPLETE
42082024-10-14T09:50:01.853Z[ recovery-image] Oct 14 09:50:00.803 INFO O| Oct 14 09:50:00.803 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-14T09:50:01.869Z[ recovery-image] Oct 14 09:50:00.819 INFO O| Oct 14 09:50:00.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42102024-10-14T09:50:01.872Z[ recovery-image] Oct 14 09:50:00.820 INFO O| Oct 14 09:50:00.820 INFO STEP 32 (remove_files) COMPLETE
42112024-10-14T09:50:01.872Z[ recovery-image] Oct 14 09:50:00.820 INFO O| Oct 14 09:50:00.820 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-10-14T09:50:01.886Z[ recovery-image] Oct 14 09:50:00.836 INFO O| Oct 14 09:50:00.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42132024-10-14T09:50:01.886Z[ recovery-image] Oct 14 09:50:00.836 INFO O| Oct 14 09:50:00.836 INFO STEP 33 (remove_files) COMPLETE
42142024-10-14T09:50:01.886Z[ recovery-image] Oct 14 09:50:00.836 INFO O| Oct 14 09:50:00.836 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-10-14T09:50:01.906Z[ recovery-image] Oct 14 09:50:00.856 INFO O| Oct 14 09:50:00.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42162024-10-14T09:50:01.906Z[ recovery-image] Oct 14 09:50:00.856 INFO O| Oct 14 09:50:00.856 INFO STEP 34 (remove_files) COMPLETE
42172024-10-14T09:50:01.906Z[ recovery-image] Oct 14 09:50:00.856 INFO O| Oct 14 09:50:00.856 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-10-14T09:50:01.921Z[ recovery-image] Oct 14 09:50:00.871 INFO O| Oct 14 09:50:00.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42192024-10-14T09:50:01.921Z[ recovery-image] Oct 14 09:50:00.871 INFO O| Oct 14 09:50:00.871 INFO STEP 35 (remove_files) COMPLETE
42202024-10-14T09:50:01.924Z[ recovery-image] Oct 14 09:50:00.871 INFO O| Oct 14 09:50:00.871 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-14T09:50:01.940Z[ recovery-image] Oct 14 09:50:00.889 INFO O| Oct 14 09:50:00.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42222024-10-14T09:50:01.940Z[ recovery-image] Oct 14 09:50:00.889 INFO O| Oct 14 09:50:00.889 INFO STEP 36 (remove_files) COMPLETE
42232024-10-14T09:50:01.943Z[ recovery-image] Oct 14 09:50:00.889 INFO O| Oct 14 09:50:00.889 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-10-14T09:50:01.957Z[ recovery-image] Oct 14 09:50:00.907 INFO O| Oct 14 09:50:00.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42252024-10-14T09:50:01.957Z[ recovery-image] Oct 14 09:50:00.907 INFO O| Oct 14 09:50:00.907 INFO STEP 37 (remove_files) COMPLETE
42262024-10-14T09:50:01.960Z[ recovery-image] Oct 14 09:50:00.907 INFO O| Oct 14 09:50:00.907 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-10-14T09:50:01.977Z[ recovery-image] Oct 14 09:50:00.926 INFO O| Oct 14 09:50:00.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42282024-10-14T09:50:01.977Z[ recovery-image] Oct 14 09:50:00.927 INFO O| Oct 14 09:50:00.927 INFO STEP 38 (remove_files) COMPLETE
42292024-10-14T09:50:01.977Z[ recovery-image] Oct 14 09:50:00.927 INFO O| Oct 14 09:50:00.927 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-10-14T09:50:01.996Z[ recovery-image] Oct 14 09:50:00.946 INFO O| Oct 14 09:50:00.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42312024-10-14T09:50:01.996Z[ recovery-image] Oct 14 09:50:00.946 INFO O| Oct 14 09:50:00.946 INFO STEP 39 (remove_files) COMPLETE
42322024-10-14T09:50:01.996Z[ recovery-image] Oct 14 09:50:00.946 INFO O| Oct 14 09:50:00.946 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-10-14T09:50:02.015Z[ recovery-image] Oct 14 09:50:00.965 INFO O| Oct 14 09:50:00.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42342024-10-14T09:50:02.015Z[ recovery-image] Oct 14 09:50:00.965 INFO O| Oct 14 09:50:00.965 INFO STEP 40 (remove_files) COMPLETE
42352024-10-14T09:50:02.015Z[ recovery-image] Oct 14 09:50:00.965 INFO O| Oct 14 09:50:00.965 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-10-14T09:50:02.035Z[ recovery-image] Oct 14 09:50:00.985 INFO O| Oct 14 09:50:00.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42372024-10-14T09:50:02.035Z[ recovery-image] Oct 14 09:50:00.985 INFO O| Oct 14 09:50:00.985 INFO STEP 41 (remove_files) COMPLETE
42382024-10-14T09:50:02.035Z[ recovery-image] Oct 14 09:50:00.985 INFO O| Oct 14 09:50:00.985 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-10-14T09:50:02.054Z[ recovery-image] Oct 14 09:50:01.004 INFO O| Oct 14 09:50:01.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42402024-10-14T09:50:02.054Z[ recovery-image] Oct 14 09:50:01.004 INFO O| Oct 14 09:50:01.004 INFO STEP 42 (remove_files) COMPLETE
42412024-10-14T09:50:02.054Z[ recovery-image] Oct 14 09:50:01.004 INFO O| Oct 14 09:50:01.004 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-10-14T09:50:02.069Z[ recovery-image] Oct 14 09:50:01.019 INFO O| Oct 14 09:50:01.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42432024-10-14T09:50:02.069Z[ recovery-image] Oct 14 09:50:01.019 INFO O| Oct 14 09:50:01.019 INFO STEP 43 (remove_files) COMPLETE
42442024-10-14T09:50:02.069Z[ recovery-image] Oct 14 09:50:01.019 INFO O| Oct 14 09:50:01.019 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-14T09:50:02.083Z[ recovery-image] Oct 14 09:50:01.033 INFO O| Oct 14 09:50:01.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42462024-10-14T09:50:02.083Z[ recovery-image] Oct 14 09:50:01.033 INFO O| Oct 14 09:50:01.033 INFO STEP 44 (remove_files) COMPLETE
42472024-10-14T09:50:02.083Z[ recovery-image] Oct 14 09:50:01.033 INFO O| Oct 14 09:50:01.033 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-14T09:50:02.097Z[ recovery-image] Oct 14 09:50:01.047 INFO O| Oct 14 09:50:01.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42492024-10-14T09:50:02.097Z[ recovery-image] Oct 14 09:50:01.047 INFO O| Oct 14 09:50:01.047 INFO STEP 45 (remove_files) COMPLETE
42502024-10-14T09:50:02.101Z[ recovery-image] Oct 14 09:50:01.047 INFO O| Oct 14 09:50:01.047 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-10-14T09:50:02.112Z[ recovery-image] Oct 14 09:50:01.062 INFO O| Oct 14 09:50:01.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42522024-10-14T09:50:02.112Z[ recovery-image] Oct 14 09:50:01.062 INFO O| Oct 14 09:50:01.062 INFO STEP 46 (remove_files) COMPLETE
42532024-10-14T09:50:02.115Z[ recovery-image] Oct 14 09:50:01.062 INFO O| Oct 14 09:50:01.062 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-10-14T09:50:02.126Z[ recovery-image] Oct 14 09:50:01.076 INFO O| Oct 14 09:50:01.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42552024-10-14T09:50:02.128Z[ recovery-image] Oct 14 09:50:01.077 INFO O| Oct 14 09:50:01.077 INFO STEP 47 (remove_files) COMPLETE
42562024-10-14T09:50:02.128Z[ recovery-image] Oct 14 09:50:01.077 INFO O| Oct 14 09:50:01.077 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-10-14T09:50:02.142Z[ recovery-image] Oct 14 09:50:01.092 INFO O| Oct 14 09:50:01.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42582024-10-14T09:50:02.145Z[ recovery-image] Oct 14 09:50:01.092 INFO O| Oct 14 09:50:01.092 INFO STEP 48 (remove_files) COMPLETE
42592024-10-14T09:50:02.145Z[ recovery-image] Oct 14 09:50:01.092 INFO O| Oct 14 09:50:01.092 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-10-14T09:50:02.156Z[ recovery-image] Oct 14 09:50:01.107 INFO O| Oct 14 09:50:01.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42612024-10-14T09:50:02.157Z[ recovery-image] Oct 14 09:50:01.107 INFO O| Oct 14 09:50:01.107 INFO STEP 49 (remove_files) COMPLETE
42622024-10-14T09:50:02.159Z[ recovery-image] Oct 14 09:50:01.107 INFO O| Oct 14 09:50:01.107 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-10-14T09:50:02.173Z[ recovery-image] Oct 14 09:50:01.123 INFO O| Oct 14 09:50:01.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42642024-10-14T09:50:02.173Z[ recovery-image] Oct 14 09:50:01.123 INFO O| Oct 14 09:50:01.123 INFO STEP 50 (remove_files) COMPLETE
42652024-10-14T09:50:02.176Z[ recovery-image] Oct 14 09:50:01.123 INFO O| Oct 14 09:50:01.123 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-10-14T09:50:02.188Z[ recovery-image] Oct 14 09:50:01.138 INFO O| Oct 14 09:50:01.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42672024-10-14T09:50:02.190Z[ recovery-image] Oct 14 09:50:01.138 INFO O| Oct 14 09:50:01.138 INFO STEP 51 (remove_files) COMPLETE
42682024-10-14T09:50:02.190Z[ recovery-image] Oct 14 09:50:01.138 INFO O| Oct 14 09:50:01.138 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-10-14T09:50:02.204Z[ recovery-image] Oct 14 09:50:01.154 INFO O| Oct 14 09:50:01.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
42702024-10-14T09:50:02.204Z[ recovery-image] Oct 14 09:50:01.154 INFO O| Oct 14 09:50:01.154 INFO STEP 52 (remove_files) COMPLETE
42712024-10-14T09:50:02.206Z[ recovery-image] Oct 14 09:50:01.154 INFO O| Oct 14 09:50:01.154 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-10-14T09:50:02.215Z[ recovery-image] Oct 14 09:50:01.165 INFO O| Oct 14 09:50:01.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
42732024-10-14T09:50:02.218Z[ recovery-image] Oct 14 09:50:01.166 INFO O| Oct 14 09:50:01.166 INFO STEP 53 (remove_files) COMPLETE
42742024-10-14T09:50:02.218Z[ recovery-image] Oct 14 09:50:01.166 INFO O| Oct 14 09:50:01.166 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42752024-10-14T09:50:02.231Z[ recovery-image] Oct 14 09:50:01.181 INFO O| Oct 14 09:50:01.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
42762024-10-14T09:50:02.234Z[ recovery-image] Oct 14 09:50:01.182 INFO O| Oct 14 09:50:01.182 INFO STEP 54 (remove_files) COMPLETE
42772024-10-14T09:50:02.234Z[ recovery-image] Oct 14 09:50:01.182 INFO O| Oct 14 09:50:01.182 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42782024-10-14T09:50:02.243Z[ recovery-image] Oct 14 09:50:01.193 INFO O| Oct 14 09:50:01.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
42792024-10-14T09:50:02.246Z[ recovery-image] Oct 14 09:50:01.193 INFO O| Oct 14 09:50:01.193 INFO STEP 55 (remove_files) COMPLETE
42802024-10-14T09:50:02.246Z[ recovery-image] Oct 14 09:50:01.194 INFO O| Oct 14 09:50:01.193 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42812024-10-14T09:50:02.256Z[ recovery-image] Oct 14 09:50:01.206 INFO O| Oct 14 09:50:01.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
42822024-10-14T09:50:02.256Z[ recovery-image] Oct 14 09:50:01.207 INFO O| Oct 14 09:50:01.207 INFO STEP 56 (remove_files) COMPLETE
42832024-10-14T09:50:02.259Z[ recovery-image] Oct 14 09:50:01.207 INFO O| Oct 14 09:50:01.207 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42842024-10-14T09:50:02.271Z[ recovery-image] Oct 14 09:50:01.221 INFO O| Oct 14 09:50:01.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
42852024-10-14T09:50:02.273Z[ recovery-image] Oct 14 09:50:01.221 INFO O| Oct 14 09:50:01.221 INFO STEP 57 (remove_files) COMPLETE
42862024-10-14T09:50:02.273Z[ recovery-image] Oct 14 09:50:01.221 INFO O| Oct 14 09:50:01.221 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42872024-10-14T09:50:02.284Z[ recovery-image] Oct 14 09:50:01.234 INFO O| Oct 14 09:50:01.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
42882024-10-14T09:50:02.284Z[ recovery-image] Oct 14 09:50:01.234 INFO O| Oct 14 09:50:01.234 INFO STEP 58 (remove_files) COMPLETE
42892024-10-14T09:50:02.286Z[ recovery-image] Oct 14 09:50:01.234 INFO O| Oct 14 09:50:01.234 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42902024-10-14T09:50:02.295Z[ recovery-image] Oct 14 09:50:01.245 INFO O| Oct 14 09:50:01.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
42912024-10-14T09:50:02.298Z[ recovery-image] Oct 14 09:50:01.245 INFO O| Oct 14 09:50:01.245 INFO STEP 59 (remove_files) COMPLETE
42922024-10-14T09:50:02.298Z[ recovery-image] Oct 14 09:50:01.245 INFO O| Oct 14 09:50:01.245 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42932024-10-14T09:50:02.311Z[ recovery-image] Oct 14 09:50:01.261 INFO O| Oct 14 09:50:01.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
42942024-10-14T09:50:02.311Z[ recovery-image] Oct 14 09:50:01.261 INFO O| Oct 14 09:50:01.261 INFO STEP 60 (remove_files) COMPLETE
42952024-10-14T09:50:02.311Z[ recovery-image] Oct 14 09:50:01.261 INFO O| Oct 14 09:50:01.261 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42962024-10-14T09:50:02.335Z[ recovery-image] Oct 14 09:50:01.285 INFO O| Oct 14 09:50:01.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
42972024-10-14T09:50:02.337Z[ recovery-image] Oct 14 09:50:01.285 INFO O| Oct 14 09:50:01.285 INFO STEP 61 (remove_files) COMPLETE
42982024-10-14T09:50:02.337Z[ recovery-image] Oct 14 09:50:01.285 INFO O| Oct 14 09:50:01.285 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42992024-10-14T09:50:02.353Z[ recovery-image] Oct 14 09:50:01.303 INFO O| Oct 14 09:50:01.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43002024-10-14T09:50:02.356Z[ recovery-image] Oct 14 09:50:01.303 INFO O| Oct 14 09:50:01.303 INFO STEP 62 (remove_files) COMPLETE
43012024-10-14T09:50:02.356Z[ recovery-image] Oct 14 09:50:01.304 INFO O| Oct 14 09:50:01.303 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43022024-10-14T09:50:02.368Z[ recovery-image] Oct 14 09:50:01.318 INFO O| Oct 14 09:50:01.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43032024-10-14T09:50:02.370Z[ recovery-image] Oct 14 09:50:01.318 INFO O| Oct 14 09:50:01.318 INFO STEP 63 (remove_files) COMPLETE
43042024-10-14T09:50:02.370Z[ recovery-image] Oct 14 09:50:01.318 INFO O| Oct 14 09:50:01.318 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43052024-10-14T09:50:02.388Z[ recovery-image] Oct 14 09:50:01.338 INFO O| Oct 14 09:50:01.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43062024-10-14T09:50:02.388Z[ recovery-image] Oct 14 09:50:01.338 INFO O| Oct 14 09:50:01.338 INFO STEP 64 (remove_files) COMPLETE
43072024-10-14T09:50:02.391Z[ recovery-image] Oct 14 09:50:01.338 INFO O| Oct 14 09:50:01.338 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43082024-10-14T09:50:02.406Z[ recovery-image] Oct 14 09:50:01.356 INFO O| Oct 14 09:50:01.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43092024-10-14T09:50:02.409Z[ recovery-image] Oct 14 09:50:01.356 INFO O| Oct 14 09:50:01.356 INFO STEP 65 (remove_files) COMPLETE
43102024-10-14T09:50:02.409Z[ recovery-image] Oct 14 09:50:01.356 INFO O| Oct 14 09:50:01.356 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43112024-10-14T09:50:02.423Z[ recovery-image] Oct 14 09:50:01.373 INFO O| Oct 14 09:50:01.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43122024-10-14T09:50:02.423Z[ recovery-image] Oct 14 09:50:01.374 INFO O| Oct 14 09:50:01.374 INFO STEP 66 (remove_files) COMPLETE
43132024-10-14T09:50:02.426Z[ recovery-image] Oct 14 09:50:01.374 INFO O| Oct 14 09:50:01.374 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43142024-10-14T09:50:02.438Z[ recovery-image] Oct 14 09:50:01.388 INFO O| Oct 14 09:50:01.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43152024-10-14T09:50:02.439Z[ recovery-image] Oct 14 09:50:01.388 INFO O| Oct 14 09:50:01.388 INFO STEP 67 (remove_files) COMPLETE
43162024-10-14T09:50:02.441Z[ recovery-image] Oct 14 09:50:01.388 INFO O| Oct 14 09:50:01.388 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43172024-10-14T09:50:02.453Z[ recovery-image] Oct 14 09:50:01.404 INFO O| Oct 14 09:50:01.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43182024-10-14T09:50:02.453Z[ recovery-image] Oct 14 09:50:01.404 INFO O| Oct 14 09:50:01.404 INFO STEP 68 (remove_files) COMPLETE
43192024-10-14T09:50:02.456Z[ recovery-image] Oct 14 09:50:01.404 INFO O| Oct 14 09:50:01.404 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43202024-10-14T09:50:02.469Z[ recovery-image] Oct 14 09:50:01.419 INFO O| Oct 14 09:50:01.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43212024-10-14T09:50:02.470Z[ recovery-image] Oct 14 09:50:01.419 INFO O| Oct 14 09:50:01.419 INFO STEP 69 (remove_files) COMPLETE
43222024-10-14T09:50:02.470Z[ recovery-image] Oct 14 09:50:01.419 INFO O| Oct 14 09:50:01.419 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43232024-10-14T09:50:02.487Z[ recovery-image] Oct 14 09:50:01.437 INFO O| Oct 14 09:50:01.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43242024-10-14T09:50:02.487Z[ recovery-image] Oct 14 09:50:01.437 INFO O| Oct 14 09:50:01.437 INFO STEP 70 (remove_files) COMPLETE
43252024-10-14T09:50:02.490Z[ recovery-image] Oct 14 09:50:01.437 INFO O| Oct 14 09:50:01.437 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43262024-10-14T09:50:02.501Z[ recovery-image] Oct 14 09:50:01.451 INFO O| Oct 14 09:50:01.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43272024-10-14T09:50:02.501Z[ recovery-image] Oct 14 09:50:01.452 INFO O| Oct 14 09:50:01.452 INFO STEP 71 (remove_files) COMPLETE
43282024-10-14T09:50:02.504Z[ recovery-image] Oct 14 09:50:01.452 INFO O| Oct 14 09:50:01.452 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43292024-10-14T09:50:02.517Z[ recovery-image] Oct 14 09:50:01.467 INFO O| Oct 14 09:50:01.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43302024-10-14T09:50:02.517Z[ recovery-image] Oct 14 09:50:01.467 INFO O| Oct 14 09:50:01.467 INFO STEP 72 (remove_files) COMPLETE
43312024-10-14T09:50:02.520Z[ recovery-image] Oct 14 09:50:01.467 INFO O| Oct 14 09:50:01.467 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43322024-10-14T09:50:02.534Z[ recovery-image] Oct 14 09:50:01.484 INFO O| Oct 14 09:50:01.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43332024-10-14T09:50:02.534Z[ recovery-image] Oct 14 09:50:01.484 INFO O| Oct 14 09:50:01.484 INFO STEP 73 (remove_files) COMPLETE
43342024-10-14T09:50:02.537Z[ recovery-image] Oct 14 09:50:01.484 INFO O| Oct 14 09:50:01.484 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43352024-10-14T09:50:02.548Z[ recovery-image] Oct 14 09:50:01.498 INFO O| Oct 14 09:50:01.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43362024-10-14T09:50:02.548Z[ recovery-image] Oct 14 09:50:01.498 INFO O| Oct 14 09:50:01.498 INFO STEP 74 (remove_files) COMPLETE
43372024-10-14T09:50:02.550Z[ recovery-image] Oct 14 09:50:01.498 INFO O| Oct 14 09:50:01.498 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43382024-10-14T09:50:02.559Z[ recovery-image] Oct 14 09:50:01.509 INFO O| Oct 14 09:50:01.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43392024-10-14T09:50:02.559Z[ recovery-image] Oct 14 09:50:01.510 INFO O| Oct 14 09:50:01.510 INFO STEP 75 (remove_files) COMPLETE
43402024-10-14T09:50:02.563Z[ recovery-image] Oct 14 09:50:01.510 INFO O| Oct 14 09:50:01.510 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-10-14T09:50:02.573Z[ host-image] Oct 14 09:50:01.521 INFO O| Oct 14 09:50:01.521 INFO O| Planning: Solver setup ... Done
43422024-10-14T09:50:02.577Z[ recovery-image] Oct 14 09:50:01.526 INFO O| Oct 14 09:50:01.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43432024-10-14T09:50:02.577Z[ recovery-image] Oct 14 09:50:01.526 INFO O| Oct 14 09:50:01.526 INFO STEP 76 (remove_files) COMPLETE
43442024-10-14T09:50:02.577Z[ recovery-image] Oct 14 09:50:01.526 INFO O| Oct 14 09:50:01.526 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-10-14T09:50:02.580Z[ host-image] Oct 14 09:50:01.528 INFO O| Oct 14 09:50:01.528 INFO O| Planning: Running solver ... Done
43462024-10-14T09:50:02.589Z[ recovery-image] Oct 14 09:50:01.539 INFO O| Oct 14 09:50:01.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43472024-10-14T09:50:02.589Z[ recovery-image] Oct 14 09:50:01.539 INFO O| Oct 14 09:50:01.539 INFO STEP 77 (remove_files) COMPLETE
43482024-10-14T09:50:02.593Z[ recovery-image] Oct 14 09:50:01.539 INFO O| Oct 14 09:50:01.539 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-10-14T09:50:02.607Z[ recovery-image] Oct 14 09:50:01.557 INFO O| Oct 14 09:50:01.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43502024-10-14T09:50:02.607Z[ recovery-image] Oct 14 09:50:01.557 INFO O| Oct 14 09:50:01.557 INFO STEP 78 (remove_files) COMPLETE
43512024-10-14T09:50:02.609Z[ recovery-image] Oct 14 09:50:01.557 INFO O| Oct 14 09:50:01.557 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-10-14T09:50:02.619Z[ recovery-image] Oct 14 09:50:01.569 INFO O| Oct 14 09:50:01.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43532024-10-14T09:50:02.619Z[ recovery-image] Oct 14 09:50:01.569 INFO O| Oct 14 09:50:01.569 INFO STEP 79 (remove_files) COMPLETE
43542024-10-14T09:50:02.622Z[ recovery-image] Oct 14 09:50:01.569 INFO O| Oct 14 09:50:01.569 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-10-14T09:50:02.701Z[ recovery-image] Oct 14 09:50:01.585 INFO O| Oct 14 09:50:01.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43562024-10-14T09:50:02.701Z[ recovery-image] Oct 14 09:50:01.585 INFO O| Oct 14 09:50:01.585 INFO STEP 80 (remove_files) COMPLETE
43572024-10-14T09:50:02.701Z[ recovery-image] Oct 14 09:50:01.585 INFO O| Oct 14 09:50:01.585 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-10-14T09:50:02.704Z[ host-image] Oct 14 09:50:01.587 INFO O| Oct 14 09:50:01.587 INFO O| Planning: Finding local manifests ... Done
43592024-10-14T09:50:02.704Z[ host-image] Oct 14 09:50:01.589 INFO O| Oct 14 09:50:01.589 INFO O| Planning: Fetching manifests: 0/4 0% complete
43602024-10-14T09:50:02.704Z[ recovery-image] Oct 14 09:50:01.601 INFO O| Oct 14 09:50:01.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43612024-10-14T09:50:02.704Z[ recovery-image] Oct 14 09:50:01.601 INFO O| Oct 14 09:50:01.601 INFO STEP 81 (remove_files) COMPLETE
43622024-10-14T09:50:02.704Z[ recovery-image] Oct 14 09:50:01.601 INFO O| Oct 14 09:50:01.601 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-10-14T09:50:02.704Z[ recovery-image] Oct 14 09:50:01.612 INFO O| Oct 14 09:50:01.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43642024-10-14T09:50:02.705Z[ recovery-image] Oct 14 09:50:01.612 INFO O| Oct 14 09:50:01.612 INFO STEP 82 (remove_files) COMPLETE
43652024-10-14T09:50:02.705Z[ recovery-image] Oct 14 09:50:01.612 INFO O| Oct 14 09:50:01.612 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-10-14T09:50:02.705Z[ recovery-image] Oct 14 09:50:01.627 INFO O| Oct 14 09:50:01.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43672024-10-14T09:50:02.705Z[ recovery-image] Oct 14 09:50:01.627 INFO O| Oct 14 09:50:01.627 INFO STEP 83 (remove_files) COMPLETE
43682024-10-14T09:50:02.705Z[ recovery-image] Oct 14 09:50:01.627 INFO O| Oct 14 09:50:01.627 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43692024-10-14T09:50:02.705Z[ recovery-image] Oct 14 09:50:01.641 INFO O| Oct 14 09:50:01.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
43702024-10-14T09:50:02.705Z[ recovery-image] Oct 14 09:50:01.641 INFO O| Oct 14 09:50:01.641 INFO STEP 84 (remove_files) COMPLETE
43712024-10-14T09:50:02.705Z[ recovery-image] Oct 14 09:50:01.641 INFO O| Oct 14 09:50:01.641 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43722024-10-14T09:50:02.708Z[ recovery-image] Oct 14 09:50:01.657 INFO O| Oct 14 09:50:01.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
43732024-10-14T09:50:02.708Z[ recovery-image] Oct 14 09:50:01.657 INFO O| Oct 14 09:50:01.657 INFO STEP 85 (remove_files) COMPLETE
43742024-10-14T09:50:02.708Z[ recovery-image] Oct 14 09:50:01.657 INFO O| Oct 14 09:50:01.657 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43752024-10-14T09:50:02.723Z[ recovery-image] Oct 14 09:50:01.673 INFO O| Oct 14 09:50:01.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
43762024-10-14T09:50:02.726Z[ recovery-image] Oct 14 09:50:01.673 INFO O| Oct 14 09:50:01.673 INFO STEP 86 (remove_files) COMPLETE
43772024-10-14T09:50:02.726Z[ recovery-image] Oct 14 09:50:01.673 INFO O| Oct 14 09:50:01.673 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43782024-10-14T09:50:02.741Z[ recovery-image] Oct 14 09:50:01.691 INFO O| Oct 14 09:50:01.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
43792024-10-14T09:50:02.742Z[ recovery-image] Oct 14 09:50:01.691 INFO O| Oct 14 09:50:01.691 INFO STEP 87 (remove_files) COMPLETE
43802024-10-14T09:50:02.745Z[ recovery-image] Oct 14 09:50:01.691 INFO O| Oct 14 09:50:01.691 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43812024-10-14T09:50:02.757Z[ recovery-image] Oct 14 09:50:01.707 INFO O| Oct 14 09:50:01.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
43822024-10-14T09:50:02.757Z[ recovery-image] Oct 14 09:50:01.707 INFO O| Oct 14 09:50:01.707 INFO STEP 88 (remove_files) COMPLETE
43832024-10-14T09:50:02.757Z[ recovery-image] Oct 14 09:50:01.707 INFO O| Oct 14 09:50:01.707 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43842024-10-14T09:50:02.782Z[ recovery-image] Oct 14 09:50:01.726 INFO O| Oct 14 09:50:01.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
43852024-10-14T09:50:02.782Z[ recovery-image] Oct 14 09:50:01.726 INFO O| Oct 14 09:50:01.726 INFO STEP 89 (remove_files) COMPLETE
43862024-10-14T09:50:02.782Z[ recovery-image] Oct 14 09:50:01.726 INFO O| Oct 14 09:50:01.726 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43872024-10-14T09:50:02.796Z[ host-image] Oct 14 09:50:01.746 INFO O| Oct 14 09:50:01.745 INFO O| Planning: Fetching manifests: 4/4 100% complete
43882024-10-14T09:50:02.810Z[ recovery-image] Oct 14 09:50:01.760 INFO O| Oct 14 09:50:01.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
43892024-10-14T09:50:02.813Z[ recovery-image] Oct 14 09:50:01.760 INFO O| Oct 14 09:50:01.760 INFO STEP 90 (remove_files) COMPLETE
43902024-10-14T09:50:02.813Z[ recovery-image] Oct 14 09:50:01.760 INFO O| Oct 14 09:50:01.760 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-10-14T09:50:02.831Z[ host-image] Oct 14 09:50:01.781 INFO O| Oct 14 09:50:01.781 INFO O| Planning: Package planning ... Done
43922024-10-14T09:50:02.836Z[ host-image] Oct 14 09:50:01.786 INFO O| Oct 14 09:50:01.786 INFO O| Planning: Merging actions ... Done
43932024-10-14T09:50:02.841Z[ recovery-image] Oct 14 09:50:01.791 INFO O| Oct 14 09:50:01.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
43942024-10-14T09:50:02.841Z[ recovery-image] Oct 14 09:50:01.791 INFO O| Oct 14 09:50:01.791 INFO STEP 91 (remove_files) COMPLETE
43952024-10-14T09:50:02.844Z[ recovery-image] Oct 14 09:50:01.791 INFO O| Oct 14 09:50:01.791 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43962024-10-14T09:50:02.862Z[ recovery-image] Oct 14 09:50:01.812 INFO O| Oct 14 09:50:01.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
43972024-10-14T09:50:02.862Z[ recovery-image] Oct 14 09:50:01.812 INFO O| Oct 14 09:50:01.812 INFO STEP 92 (remove_files) COMPLETE
43982024-10-14T09:50:02.862Z[ recovery-image] Oct 14 09:50:01.812 INFO O| Oct 14 09:50:01.812 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43992024-10-14T09:50:02.878Z[ recovery-image] Oct 14 09:50:01.828 INFO O| Oct 14 09:50:01.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44002024-10-14T09:50:02.905Z[ recovery-image] Oct 14 09:50:01.855 INFO O| Oct 14 09:50:01.855 INFO STEP 93 (remove_files) COMPLETE
44012024-10-14T09:50:02.907Z[ recovery-image] Oct 14 09:50:01.855 INFO O| Oct 14 09:50:01.855 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44022024-10-14T09:50:02.924Z[ recovery-image] Oct 14 09:50:01.874 INFO O| Oct 14 09:50:01.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44032024-10-14T09:50:02.927Z[ recovery-image] Oct 14 09:50:01.875 INFO O| Oct 14 09:50:01.875 INFO STEP 94 (remove_files) COMPLETE
44042024-10-14T09:50:02.927Z[ recovery-image] Oct 14 09:50:01.875 INFO O| Oct 14 09:50:01.875 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44052024-10-14T09:50:02.943Z[ recovery-image] Oct 14 09:50:01.892 INFO O| Oct 14 09:50:01.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44062024-10-14T09:50:02.945Z[ recovery-image] Oct 14 09:50:01.893 INFO O| Oct 14 09:50:01.893 INFO STEP 95 (remove_files) COMPLETE
44072024-10-14T09:50:02.945Z[ recovery-image] Oct 14 09:50:01.893 INFO O| Oct 14 09:50:01.893 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44082024-10-14T09:50:02.959Z[ recovery-image] Oct 14 09:50:01.909 INFO O| Oct 14 09:50:01.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44092024-10-14T09:50:02.959Z[ recovery-image] Oct 14 09:50:01.909 INFO O| Oct 14 09:50:01.909 INFO STEP 96 (remove_files) COMPLETE
44102024-10-14T09:50:02.962Z[ recovery-image] Oct 14 09:50:01.909 INFO O| Oct 14 09:50:01.909 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44112024-10-14T09:50:02.976Z[ recovery-image] Oct 14 09:50:01.926 INFO O| Oct 14 09:50:01.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44122024-10-14T09:50:02.979Z[ recovery-image] Oct 14 09:50:01.926 INFO O| Oct 14 09:50:01.926 INFO STEP 97 (remove_files) COMPLETE
44132024-10-14T09:50:02.979Z[ recovery-image] Oct 14 09:50:01.926 INFO O| Oct 14 09:50:01.926 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44142024-10-14T09:50:02.989Z[ host-image] Oct 14 09:50:01.938 INFO O| Oct 14 09:50:01.938 INFO O| Planning: Checking for conflicting actions ... Done
44152024-10-14T09:50:02.991Z[ host-image] Oct 14 09:50:01.940 INFO O| Oct 14 09:50:01.940 INFO O| Planning: Consolidating action changes ... Done
44162024-10-14T09:50:02.994Z[ recovery-image] Oct 14 09:50:01.943 INFO O| Oct 14 09:50:01.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44172024-10-14T09:50:02.994Z[ recovery-image] Oct 14 09:50:01.944 INFO O| Oct 14 09:50:01.943 INFO STEP 98 (remove_files) COMPLETE
44182024-10-14T09:50:02.994Z[ recovery-image] Oct 14 09:50:01.944 INFO O| Oct 14 09:50:01.943 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-10-14T09:50:03.010Z[ recovery-image] Oct 14 09:50:01.960 INFO O| Oct 14 09:50:01.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44202024-10-14T09:50:03.013Z[ recovery-image] Oct 14 09:50:01.960 INFO O| Oct 14 09:50:01.960 INFO STEP 99 (remove_files) COMPLETE
44212024-10-14T09:50:03.013Z[ recovery-image] Oct 14 09:50:01.960 INFO O| Oct 14 09:50:01.960 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-10-14T09:50:03.032Z[ recovery-image] Oct 14 09:50:01.981 INFO O| Oct 14 09:50:01.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44232024-10-14T09:50:03.034Z[ recovery-image] Oct 14 09:50:01.982 INFO O| Oct 14 09:50:01.982 INFO STEP 100 (remove_files) COMPLETE
44242024-10-14T09:50:03.034Z[ recovery-image] Oct 14 09:50:01.982 INFO O| Oct 14 09:50:01.982 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44252024-10-14T09:50:03.052Z[ recovery-image] Oct 14 09:50:02.002 INFO O| Oct 14 09:50:02.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44262024-10-14T09:50:03.055Z[ recovery-image] Oct 14 09:50:02.002 INFO O| Oct 14 09:50:02.002 INFO STEP 101 (remove_files) COMPLETE
44272024-10-14T09:50:03.055Z[ recovery-image] Oct 14 09:50:02.003 INFO O| Oct 14 09:50:02.002 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44282024-10-14T09:50:03.072Z[ recovery-image] Oct 14 09:50:02.022 INFO O| Oct 14 09:50:02.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44292024-10-14T09:50:03.072Z[ recovery-image] Oct 14 09:50:02.022 INFO O| Oct 14 09:50:02.022 INFO STEP 102 (remove_files) COMPLETE
44302024-10-14T09:50:03.072Z[ recovery-image] Oct 14 09:50:02.022 INFO O| Oct 14 09:50:02.022 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44312024-10-14T09:50:03.089Z[ recovery-image] Oct 14 09:50:02.039 INFO O| Oct 14 09:50:02.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44322024-10-14T09:50:03.089Z[ recovery-image] Oct 14 09:50:02.039 INFO O| Oct 14 09:50:02.039 INFO STEP 103 (remove_files) COMPLETE
44332024-10-14T09:50:03.089Z[ recovery-image] Oct 14 09:50:02.039 INFO O| Oct 14 09:50:02.039 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44342024-10-14T09:50:03.106Z[ recovery-image] Oct 14 09:50:02.056 INFO O| Oct 14 09:50:02.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44352024-10-14T09:50:03.106Z[ recovery-image] Oct 14 09:50:02.056 INFO O| Oct 14 09:50:02.056 INFO STEP 104 (remove_files) COMPLETE
44362024-10-14T09:50:03.106Z[ recovery-image] Oct 14 09:50:02.056 INFO O| Oct 14 09:50:02.056 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44372024-10-14T09:50:03.123Z[ recovery-image] Oct 14 09:50:02.073 INFO O| Oct 14 09:50:02.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44382024-10-14T09:50:03.123Z[ recovery-image] Oct 14 09:50:02.073 INFO O| Oct 14 09:50:02.073 INFO STEP 105 (remove_files) COMPLETE
44392024-10-14T09:50:03.127Z[ recovery-image] Oct 14 09:50:02.073 INFO O| Oct 14 09:50:02.073 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44402024-10-14T09:50:03.138Z[ recovery-image] Oct 14 09:50:02.088 INFO O| Oct 14 09:50:02.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44412024-10-14T09:50:03.141Z[ recovery-image] Oct 14 09:50:02.089 INFO O| Oct 14 09:50:02.089 INFO STEP 106 (remove_files) COMPLETE
44422024-10-14T09:50:03.141Z[ recovery-image] Oct 14 09:50:02.089 INFO O| Oct 14 09:50:02.089 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44432024-10-14T09:50:03.154Z[ recovery-image] Oct 14 09:50:02.104 INFO O| Oct 14 09:50:02.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44442024-10-14T09:50:03.154Z[ recovery-image] Oct 14 09:50:02.104 INFO O| Oct 14 09:50:02.104 INFO STEP 107 (remove_files) COMPLETE
44452024-10-14T09:50:03.154Z[ recovery-image] Oct 14 09:50:02.104 INFO O| Oct 14 09:50:02.104 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44462024-10-14T09:50:03.172Z[ recovery-image] Oct 14 09:50:02.121 INFO O| Oct 14 09:50:02.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44472024-10-14T09:50:03.172Z[ recovery-image] Oct 14 09:50:02.122 INFO O| Oct 14 09:50:02.122 INFO STEP 108 (remove_files) COMPLETE
44482024-10-14T09:50:03.174Z[ recovery-image] Oct 14 09:50:02.122 INFO O| Oct 14 09:50:02.122 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44492024-10-14T09:50:03.189Z[ recovery-image] Oct 14 09:50:02.139 INFO O| Oct 14 09:50:02.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44502024-10-14T09:50:03.189Z[ recovery-image] Oct 14 09:50:02.139 INFO O| Oct 14 09:50:02.139 INFO STEP 109 (remove_files) COMPLETE
44512024-10-14T09:50:03.192Z[ recovery-image] Oct 14 09:50:02.139 INFO O| Oct 14 09:50:02.139 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44522024-10-14T09:50:03.207Z[ recovery-image] Oct 14 09:50:02.157 INFO O| Oct 14 09:50:02.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44532024-10-14T09:50:03.210Z[ recovery-image] Oct 14 09:50:02.157 INFO O| Oct 14 09:50:02.157 INFO STEP 110 (remove_files) COMPLETE
44542024-10-14T09:50:03.210Z[ recovery-image] Oct 14 09:50:02.158 INFO O| Oct 14 09:50:02.157 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44552024-10-14T09:50:03.224Z[ recovery-image] Oct 14 09:50:02.174 INFO O| Oct 14 09:50:02.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44562024-10-14T09:50:03.224Z[ recovery-image] Oct 14 09:50:02.174 INFO O| Oct 14 09:50:02.174 INFO STEP 111 (remove_files) COMPLETE
44572024-10-14T09:50:03.225Z[ recovery-image] Oct 14 09:50:02.174 INFO O| Oct 14 09:50:02.174 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44582024-10-14T09:50:03.242Z[ recovery-image] Oct 14 09:50:02.192 INFO O| Oct 14 09:50:02.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44592024-10-14T09:50:03.242Z[ recovery-image] Oct 14 09:50:02.192 INFO O| Oct 14 09:50:02.192 INFO STEP 112 (remove_files) COMPLETE
44602024-10-14T09:50:03.245Z[ recovery-image] Oct 14 09:50:02.192 INFO O| Oct 14 09:50:02.192 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44612024-10-14T09:50:03.270Z[ recovery-image] Oct 14 09:50:02.220 INFO O| Oct 14 09:50:02.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44622024-10-14T09:50:03.270Z[ recovery-image] Oct 14 09:50:02.220 INFO O| Oct 14 09:50:02.220 INFO STEP 113 (remove_files) COMPLETE
44632024-10-14T09:50:03.270Z[ recovery-image] Oct 14 09:50:02.220 INFO O| Oct 14 09:50:02.220 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44642024-10-14T09:50:03.288Z[ recovery-image] Oct 14 09:50:02.238 INFO O| Oct 14 09:50:02.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44652024-10-14T09:50:03.288Z[ recovery-image] Oct 14 09:50:02.238 INFO O| Oct 14 09:50:02.238 INFO STEP 114 (remove_files) COMPLETE
44662024-10-14T09:50:03.288Z[ recovery-image] Oct 14 09:50:02.238 INFO O| Oct 14 09:50:02.238 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44672024-10-14T09:50:03.302Z[ host-image] Oct 14 09:50:02.252 INFO O| Oct 14 09:50:02.252 INFO O| Planning: Evaluating mediators ... Done
44682024-10-14T09:50:03.305Z[ host-image] Oct 14 09:50:02.254 INFO O| Oct 14 09:50:02.254 INFO O| Planning: Planning completed in 5.01 seconds
44692024-10-14T09:50:03.308Z[ host-image] Oct 14 09:50:02.256 INFO O| Oct 14 09:50:02.256 INFO O| Packages to install: 4
44702024-10-14T09:50:03.308Z[ host-image] Oct 14 09:50:02.256 INFO O| Oct 14 09:50:02.256 INFO O| Services to change: 2
44712024-10-14T09:50:03.308Z[ recovery-image] Oct 14 09:50:02.257 INFO O| Oct 14 09:50:02.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44722024-10-14T09:50:03.308Z[ recovery-image] Oct 14 09:50:02.257 INFO O| Oct 14 09:50:02.257 INFO STEP 115 (remove_files) COMPLETE
44732024-10-14T09:50:03.308Z[ recovery-image] Oct 14 09:50:02.257 INFO O| Oct 14 09:50:02.257 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44742024-10-14T09:50:03.324Z[ recovery-image] Oct 14 09:50:02.274 INFO O| Oct 14 09:50:02.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44752024-10-14T09:50:03.327Z[ recovery-image] Oct 14 09:50:02.274 INFO O| Oct 14 09:50:02.274 INFO STEP 116 (remove_files) COMPLETE
44762024-10-14T09:50:03.327Z[ recovery-image] Oct 14 09:50:02.274 INFO O| Oct 14 09:50:02.274 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44772024-10-14T09:50:03.327Z[ host-image] Oct 14 09:50:02.275 INFO O| Oct 14 09:50:02.275 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
44782024-10-14T09:50:03.342Z[ recovery-image] Oct 14 09:50:02.292 INFO O| Oct 14 09:50:02.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
44792024-10-14T09:50:03.344Z[ recovery-image] Oct 14 09:50:02.292 INFO O| Oct 14 09:50:02.292 INFO STEP 117 (remove_files) COMPLETE
44802024-10-14T09:50:03.344Z[ recovery-image] Oct 14 09:50:02.292 INFO O| Oct 14 09:50:02.292 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-10-14T09:50:03.359Z[ recovery-image] Oct 14 09:50:02.309 INFO O| Oct 14 09:50:02.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
44822024-10-14T09:50:03.359Z[ recovery-image] Oct 14 09:50:02.309 INFO O| Oct 14 09:50:02.309 INFO STEP 118 (remove_files) COMPLETE
44832024-10-14T09:50:03.362Z[ recovery-image] Oct 14 09:50:02.309 INFO O| Oct 14 09:50:02.309 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-10-14T09:50:03.376Z[ recovery-image] Oct 14 09:50:02.326 INFO O| Oct 14 09:50:02.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
44852024-10-14T09:50:03.379Z[ recovery-image] Oct 14 09:50:02.326 INFO O| Oct 14 09:50:02.326 INFO STEP 119 (remove_files) COMPLETE
44862024-10-14T09:50:03.379Z[ recovery-image] Oct 14 09:50:02.326 INFO O| Oct 14 09:50:02.326 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-10-14T09:50:03.393Z[ recovery-image] Oct 14 09:50:02.343 INFO O| Oct 14 09:50:02.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
44882024-10-14T09:50:03.393Z[ recovery-image] Oct 14 09:50:02.343 INFO O| Oct 14 09:50:02.343 INFO STEP 120 (remove_files) COMPLETE
44892024-10-14T09:50:03.396Z[ recovery-image] Oct 14 09:50:02.344 INFO O| Oct 14 09:50:02.343 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-10-14T09:50:03.412Z[ recovery-image] Oct 14 09:50:02.362 INFO O| Oct 14 09:50:02.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
44912024-10-14T09:50:03.412Z[ recovery-image] Oct 14 09:50:02.362 INFO O| Oct 14 09:50:02.362 INFO STEP 121 (remove_files) COMPLETE
44922024-10-14T09:50:03.412Z[ recovery-image] Oct 14 09:50:02.362 INFO O| Oct 14 09:50:02.362 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-10-14T09:50:03.431Z[ recovery-image] Oct 14 09:50:02.381 INFO O| Oct 14 09:50:02.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
44942024-10-14T09:50:03.431Z[ recovery-image] Oct 14 09:50:02.381 INFO O| Oct 14 09:50:02.381 INFO STEP 122 (remove_files) COMPLETE
44952024-10-14T09:50:03.431Z[ recovery-image] Oct 14 09:50:02.381 INFO O| Oct 14 09:50:02.381 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-10-14T09:50:03.453Z[ recovery-image] Oct 14 09:50:02.403 INFO O| Oct 14 09:50:02.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
44972024-10-14T09:50:03.453Z[ recovery-image] Oct 14 09:50:02.403 INFO O| Oct 14 09:50:02.403 INFO STEP 123 (remove_files) COMPLETE
44982024-10-14T09:50:03.456Z[ recovery-image] Oct 14 09:50:02.403 INFO O| Oct 14 09:50:02.403 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-10-14T09:50:03.473Z[ recovery-image] Oct 14 09:50:02.423 INFO O| Oct 14 09:50:02.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45002024-10-14T09:50:03.474Z[ recovery-image] Oct 14 09:50:02.423 INFO O| Oct 14 09:50:02.423 INFO STEP 124 (remove_files) COMPLETE
45012024-10-14T09:50:03.476Z[ recovery-image] Oct 14 09:50:02.423 INFO O| Oct 14 09:50:02.423 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-10-14T09:50:03.495Z[ recovery-image] Oct 14 09:50:02.445 INFO O| Oct 14 09:50:02.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45032024-10-14T09:50:03.497Z[ recovery-image] Oct 14 09:50:02.445 INFO O| Oct 14 09:50:02.445 INFO STEP 125 (remove_files) COMPLETE
45042024-10-14T09:50:03.498Z[ recovery-image] Oct 14 09:50:02.445 INFO O| Oct 14 09:50:02.445 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-10-14T09:50:03.533Z[ recovery-image] Oct 14 09:50:02.482 INFO O| Oct 14 09:50:02.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45062024-10-14T09:50:03.533Z[ recovery-image] Oct 14 09:50:02.483 INFO O| Oct 14 09:50:02.482 INFO STEP 126 (remove_files) COMPLETE
45072024-10-14T09:50:03.533Z[ recovery-image] Oct 14 09:50:02.483 INFO O| Oct 14 09:50:02.483 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-10-14T09:50:03.593Z[ recovery-image] Oct 14 09:50:02.543 INFO O| Oct 14 09:50:02.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45092024-10-14T09:50:03.593Z[ recovery-image] Oct 14 09:50:02.543 INFO O| Oct 14 09:50:02.543 INFO STEP 127 (remove_files) COMPLETE
45102024-10-14T09:50:03.597Z[ recovery-image] Oct 14 09:50:02.543 INFO O| Oct 14 09:50:02.543 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-10-14T09:50:03.612Z[ recovery-image] Oct 14 09:50:02.562 INFO O| Oct 14 09:50:02.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45122024-10-14T09:50:03.612Z[ recovery-image] Oct 14 09:50:02.562 INFO O| Oct 14 09:50:02.562 INFO STEP 128 (remove_files) COMPLETE
45132024-10-14T09:50:03.615Z[ recovery-image] Oct 14 09:50:02.562 INFO O| Oct 14 09:50:02.562 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-10-14T09:50:03.648Z[ recovery-image] Oct 14 09:50:02.598 INFO O| Oct 14 09:50:02.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45152024-10-14T09:50:03.648Z[ recovery-image] Oct 14 09:50:02.598 INFO O| Oct 14 09:50:02.598 INFO STEP 129 (remove_files) COMPLETE
45162024-10-14T09:50:03.648Z[ recovery-image] Oct 14 09:50:02.598 INFO O| Oct 14 09:50:02.598 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-10-14T09:50:03.666Z[ recovery-image] Oct 14 09:50:02.615 INFO O| Oct 14 09:50:02.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45182024-10-14T09:50:03.666Z[ recovery-image] Oct 14 09:50:02.615 INFO O| Oct 14 09:50:02.615 INFO STEP 130 (remove_files) COMPLETE
45192024-10-14T09:50:03.666Z[ recovery-image] Oct 14 09:50:02.615 INFO O| Oct 14 09:50:02.615 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-10-14T09:50:03.682Z[ recovery-image] Oct 14 09:50:02.631 INFO O| Oct 14 09:50:02.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45212024-10-14T09:50:03.682Z[ recovery-image] Oct 14 09:50:02.631 INFO O| Oct 14 09:50:02.631 INFO STEP 131 (remove_files) COMPLETE
45222024-10-14T09:50:03.684Z[ recovery-image] Oct 14 09:50:02.632 INFO O| Oct 14 09:50:02.631 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-10-14T09:50:03.698Z[ recovery-image] Oct 14 09:50:02.648 INFO O| Oct 14 09:50:02.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45242024-10-14T09:50:03.699Z[ recovery-image] Oct 14 09:50:02.648 INFO O| Oct 14 09:50:02.648 INFO STEP 132 (remove_files) COMPLETE
45252024-10-14T09:50:03.699Z[ recovery-image] Oct 14 09:50:02.648 INFO O| Oct 14 09:50:02.648 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-10-14T09:50:03.732Z[ recovery-image] Oct 14 09:50:02.682 INFO O| Oct 14 09:50:02.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45272024-10-14T09:50:03.735Z[ recovery-image] Oct 14 09:50:02.682 INFO O| Oct 14 09:50:02.682 INFO STEP 133 (remove_files) COMPLETE
45282024-10-14T09:50:03.735Z[ recovery-image] Oct 14 09:50:02.683 INFO O| Oct 14 09:50:02.683 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-10-14T09:50:03.752Z[ recovery-image] Oct 14 09:50:02.702 INFO O| Oct 14 09:50:02.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45302024-10-14T09:50:03.754Z[ recovery-image] Oct 14 09:50:02.702 INFO O| Oct 14 09:50:02.702 INFO STEP 134 (remove_files) COMPLETE
45312024-10-14T09:50:03.755Z[ recovery-image] Oct 14 09:50:02.702 INFO O| Oct 14 09:50:02.702 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-10-14T09:50:03.770Z[ recovery-image] Oct 14 09:50:02.720 INFO O| Oct 14 09:50:02.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45332024-10-14T09:50:03.772Z[ recovery-image] Oct 14 09:50:02.720 INFO O| Oct 14 09:50:02.720 INFO STEP 135 (remove_files) COMPLETE
45342024-10-14T09:50:03.773Z[ recovery-image] Oct 14 09:50:02.720 INFO O| Oct 14 09:50:02.720 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-10-14T09:50:03.788Z[ recovery-image] Oct 14 09:50:02.738 INFO O| Oct 14 09:50:02.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45362024-10-14T09:50:03.788Z[ recovery-image] Oct 14 09:50:02.738 INFO O| Oct 14 09:50:02.738 INFO STEP 136 (remove_files) COMPLETE
45372024-10-14T09:50:03.791Z[ recovery-image] Oct 14 09:50:02.738 INFO O| Oct 14 09:50:02.738 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-10-14T09:50:03.804Z[ recovery-image] Oct 14 09:50:02.754 INFO O| Oct 14 09:50:02.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45392024-10-14T09:50:03.808Z[ recovery-image] Oct 14 09:50:02.754 INFO O| Oct 14 09:50:02.754 INFO STEP 137 (remove_files) COMPLETE
45402024-10-14T09:50:03.808Z[ recovery-image] Oct 14 09:50:02.755 INFO O| Oct 14 09:50:02.755 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-10-14T09:50:03.822Z[ recovery-image] Oct 14 09:50:02.772 INFO O| Oct 14 09:50:02.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45422024-10-14T09:50:03.825Z[ recovery-image] Oct 14 09:50:02.772 INFO O| Oct 14 09:50:02.772 INFO STEP 138 (remove_files) COMPLETE
45432024-10-14T09:50:03.825Z[ recovery-image] Oct 14 09:50:02.772 INFO O| Oct 14 09:50:02.772 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-10-14T09:50:03.845Z[ recovery-image] Oct 14 09:50:02.795 INFO O| Oct 14 09:50:02.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45452024-10-14T09:50:03.846Z[ recovery-image] Oct 14 09:50:02.795 INFO O| Oct 14 09:50:02.795 INFO STEP 139 (remove_files) COMPLETE
45462024-10-14T09:50:03.846Z[ recovery-image] Oct 14 09:50:02.795 INFO O| Oct 14 09:50:02.795 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-10-14T09:50:03.878Z[ recovery-image] Oct 14 09:50:02.827 INFO O| Oct 14 09:50:02.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45482024-10-14T09:50:03.878Z[ recovery-image] Oct 14 09:50:02.827 INFO O| Oct 14 09:50:02.827 INFO STEP 140 (remove_files) COMPLETE
45492024-10-14T09:50:03.878Z[ recovery-image] Oct 14 09:50:02.827 INFO O| Oct 14 09:50:02.827 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-10-14T09:50:03.909Z[ recovery-image] Oct 14 09:50:02.859 INFO O| Oct 14 09:50:02.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45512024-10-14T09:50:03.912Z[ recovery-image] Oct 14 09:50:02.859 INFO O| Oct 14 09:50:02.859 INFO STEP 141 (remove_files) COMPLETE
45522024-10-14T09:50:03.912Z[ recovery-image] Oct 14 09:50:02.860 INFO O| Oct 14 09:50:02.859 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-10-14T09:50:03.929Z[ recovery-image] Oct 14 09:50:02.879 INFO O| Oct 14 09:50:02.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45542024-10-14T09:50:03.931Z[ recovery-image] Oct 14 09:50:02.879 INFO O| Oct 14 09:50:02.879 INFO STEP 142 (remove_files) COMPLETE
45552024-10-14T09:50:03.932Z[ recovery-image] Oct 14 09:50:02.879 INFO O| Oct 14 09:50:02.879 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-10-14T09:50:03.949Z[ recovery-image] Oct 14 09:50:02.899 INFO O| Oct 14 09:50:02.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45572024-10-14T09:50:03.952Z[ recovery-image] Oct 14 09:50:02.899 INFO O| Oct 14 09:50:02.899 INFO STEP 143 (remove_files) COMPLETE
45582024-10-14T09:50:03.952Z[ recovery-image] Oct 14 09:50:02.899 INFO O| Oct 14 09:50:02.899 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-10-14T09:50:03.970Z[ recovery-image] Oct 14 09:50:02.919 INFO O| Oct 14 09:50:02.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45602024-10-14T09:50:03.972Z[ recovery-image] Oct 14 09:50:02.920 INFO O| Oct 14 09:50:02.920 INFO STEP 144 (remove_files) COMPLETE
45612024-10-14T09:50:03.972Z[ recovery-image] Oct 14 09:50:02.920 INFO O| Oct 14 09:50:02.920 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-10-14T09:50:03.990Z[ recovery-image] Oct 14 09:50:02.939 INFO O| Oct 14 09:50:02.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45632024-10-14T09:50:04.007Z[ recovery-image] Oct 14 09:50:02.957 INFO O| Oct 14 09:50:02.957 INFO STEP 145 (remove_files) COMPLETE
45642024-10-14T09:50:04.010Z[ recovery-image] Oct 14 09:50:02.957 INFO O| Oct 14 09:50:02.957 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-10-14T09:50:04.139Z[ recovery-image] Oct 14 09:50:03.089 INFO O| Oct 14 09:50:03.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45662024-10-14T09:50:04.139Z[ recovery-image] Oct 14 09:50:03.089 INFO O| Oct 14 09:50:03.089 INFO STEP 146 (remove_files) COMPLETE
45672024-10-14T09:50:04.139Z[ recovery-image] Oct 14 09:50:03.089 INFO O| Oct 14 09:50:03.089 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-10-14T09:50:04.155Z[ recovery-image] Oct 14 09:50:03.105 INFO O| Oct 14 09:50:03.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45692024-10-14T09:50:04.156Z[ recovery-image] Oct 14 09:50:03.105 INFO O| Oct 14 09:50:03.105 INFO STEP 147 (remove_files) COMPLETE
45702024-10-14T09:50:04.156Z[ recovery-image] Oct 14 09:50:03.105 INFO O| Oct 14 09:50:03.105 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-14T09:50:04.172Z[ recovery-image] Oct 14 09:50:03.121 INFO O| Oct 14 09:50:03.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45722024-10-14T09:50:04.172Z[ recovery-image] Oct 14 09:50:03.121 INFO O| Oct 14 09:50:03.121 INFO STEP 148 (remove_files) COMPLETE
45732024-10-14T09:50:04.172Z[ recovery-image] Oct 14 09:50:03.121 INFO O| Oct 14 09:50:03.121 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-14T09:50:04.188Z[ recovery-image] Oct 14 09:50:03.137 INFO O| Oct 14 09:50:03.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45752024-10-14T09:50:04.188Z[ recovery-image] Oct 14 09:50:03.138 INFO O| Oct 14 09:50:03.138 INFO STEP 149 (remove_files) COMPLETE
45762024-10-14T09:50:04.188Z[ recovery-image] Oct 14 09:50:03.138 INFO O| Oct 14 09:50:03.138 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-10-14T09:50:04.204Z[ recovery-image] Oct 14 09:50:03.153 INFO O| Oct 14 09:50:03.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45782024-10-14T09:50:04.204Z[ recovery-image] Oct 14 09:50:03.153 INFO O| Oct 14 09:50:03.153 INFO STEP 150 (remove_files) COMPLETE
45792024-10-14T09:50:04.204Z[ recovery-image] Oct 14 09:50:03.153 INFO O| Oct 14 09:50:03.153 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-10-14T09:50:04.232Z[ recovery-image] Oct 14 09:50:03.182 INFO O| Oct 14 09:50:03.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
45812024-10-14T09:50:04.235Z[ recovery-image] Oct 14 09:50:03.182 INFO O| Oct 14 09:50:03.182 INFO STEP 151 (remove_files) COMPLETE
45822024-10-14T09:50:04.235Z[ recovery-image] Oct 14 09:50:03.183 INFO O| Oct 14 09:50:03.182 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-10-14T09:50:04.270Z[ recovery-image] Oct 14 09:50:03.220 INFO O| Oct 14 09:50:03.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
45842024-10-14T09:50:04.273Z[ recovery-image] Oct 14 09:50:03.220 INFO O| Oct 14 09:50:03.220 INFO STEP 152 (remove_files) COMPLETE
45852024-10-14T09:50:04.273Z[ recovery-image] Oct 14 09:50:03.220 INFO O| Oct 14 09:50:03.220 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-14T09:50:04.287Z[ recovery-image] Oct 14 09:50:03.237 INFO O| Oct 14 09:50:03.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
45872024-10-14T09:50:04.287Z[ recovery-image] Oct 14 09:50:03.237 INFO O| Oct 14 09:50:03.237 INFO STEP 153 (remove_files) COMPLETE
45882024-10-14T09:50:04.290Z[ recovery-image] Oct 14 09:50:03.237 INFO O| Oct 14 09:50:03.237 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-14T09:50:04.325Z[ recovery-image] Oct 14 09:50:03.274 INFO O| Oct 14 09:50:03.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
45902024-10-14T09:50:04.325Z[ recovery-image] Oct 14 09:50:03.274 INFO O| Oct 14 09:50:03.274 INFO STEP 154 (remove_files) COMPLETE
45912024-10-14T09:50:04.325Z[ recovery-image] Oct 14 09:50:03.274 INFO O| Oct 14 09:50:03.274 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-14T09:50:04.361Z[ host-image] Oct 14 09:50:03.311 INFO O| Oct 14 09:50:03.311 INFO O| Download: Completed 1.39 MB in 1.04 seconds (1.3M/s)
45932024-10-14T09:50:04.384Z[ recovery-image] Oct 14 09:50:03.333 INFO O| Oct 14 09:50:03.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
45942024-10-14T09:50:04.384Z[ recovery-image] Oct 14 09:50:03.333 INFO O| Oct 14 09:50:03.333 INFO STEP 155 (remove_files) COMPLETE
45952024-10-14T09:50:04.385Z[ recovery-image] Oct 14 09:50:03.333 INFO O| Oct 14 09:50:03.333 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45962024-10-14T09:50:04.432Z[ recovery-image] Oct 14 09:50:03.382 INFO O| Oct 14 09:50:03.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
45972024-10-14T09:50:04.435Z[ recovery-image] Oct 14 09:50:03.382 INFO O| Oct 14 09:50:03.382 INFO STEP 156 (remove_files) COMPLETE
45982024-10-14T09:50:04.435Z[ recovery-image] Oct 14 09:50:03.382 INFO O| Oct 14 09:50:03.382 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45992024-10-14T09:50:04.453Z[ recovery-image] Oct 14 09:50:03.402 INFO O| Oct 14 09:50:03.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46002024-10-14T09:50:04.515Z[ host-image] Oct 14 09:50:03.464 INFO O| Oct 14 09:50:03.464 INFO O| Actions: 1/238 actions (Installing new actions)
46012024-10-14T09:50:04.568Z[ recovery-image] Oct 14 09:50:03.518 INFO O| Oct 14 09:50:03.518 INFO STEP 157 (remove_files) COMPLETE
46022024-10-14T09:50:04.570Z[ recovery-image] Oct 14 09:50:03.518 INFO O| Oct 14 09:50:03.518 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46032024-10-14T09:50:04.588Z[ recovery-image] Oct 14 09:50:03.537 INFO O| Oct 14 09:50:03.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46042024-10-14T09:50:04.590Z[ recovery-image] Oct 14 09:50:03.538 INFO O| Oct 14 09:50:03.538 INFO STEP 158 (remove_files) COMPLETE
46052024-10-14T09:50:04.590Z[ recovery-image] Oct 14 09:50:03.538 INFO O| Oct 14 09:50:03.538 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46062024-10-14T09:50:04.605Z[ recovery-image] Oct 14 09:50:03.555 INFO O| Oct 14 09:50:03.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46072024-10-14T09:50:04.608Z[ recovery-image] Oct 14 09:50:03.555 INFO O| Oct 14 09:50:03.555 INFO STEP 159 (remove_files) COMPLETE
46082024-10-14T09:50:04.608Z[ recovery-image] Oct 14 09:50:03.556 INFO O| Oct 14 09:50:03.555 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46092024-10-14T09:50:04.624Z[ recovery-image] Oct 14 09:50:03.573 INFO O| Oct 14 09:50:03.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46102024-10-14T09:50:04.626Z[ recovery-image] Oct 14 09:50:03.574 INFO O| Oct 14 09:50:03.573 INFO STEP 160 (remove_files) COMPLETE
46112024-10-14T09:50:04.626Z[ recovery-image] Oct 14 09:50:03.574 INFO O| Oct 14 09:50:03.574 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46122024-10-14T09:50:04.642Z[ recovery-image] Oct 14 09:50:03.591 INFO O| Oct 14 09:50:03.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46132024-10-14T09:50:04.644Z[ recovery-image] Oct 14 09:50:03.592 INFO O| Oct 14 09:50:03.591 INFO STEP 161 (remove_files) COMPLETE
46142024-10-14T09:50:04.644Z[ recovery-image] Oct 14 09:50:03.592 INFO O| Oct 14 09:50:03.592 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46152024-10-14T09:50:04.660Z[ recovery-image] Oct 14 09:50:03.609 INFO O| Oct 14 09:50:03.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46162024-10-14T09:50:04.662Z[ recovery-image] Oct 14 09:50:03.610 INFO O| Oct 14 09:50:03.609 INFO STEP 162 (remove_files) COMPLETE
46172024-10-14T09:50:04.662Z[ recovery-image] Oct 14 09:50:03.610 INFO O| Oct 14 09:50:03.610 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46182024-10-14T09:50:04.679Z[ recovery-image] Oct 14 09:50:03.628 INFO O| Oct 14 09:50:03.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46192024-10-14T09:50:04.681Z[ recovery-image] Oct 14 09:50:03.628 INFO O| Oct 14 09:50:03.628 INFO STEP 163 (remove_files) COMPLETE
46202024-10-14T09:50:04.681Z[ recovery-image] Oct 14 09:50:03.629 INFO O| Oct 14 09:50:03.629 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46212024-10-14T09:50:04.697Z[ recovery-image] Oct 14 09:50:03.647 INFO O| Oct 14 09:50:03.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46222024-10-14T09:50:04.701Z[ recovery-image] Oct 14 09:50:03.647 INFO O| Oct 14 09:50:03.647 INFO STEP 164 (remove_files) COMPLETE
46232024-10-14T09:50:04.701Z[ recovery-image] Oct 14 09:50:03.647 INFO O| Oct 14 09:50:03.647 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46242024-10-14T09:50:04.715Z[ recovery-image] Oct 14 09:50:03.665 INFO O| Oct 14 09:50:03.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46252024-10-14T09:50:04.718Z[ recovery-image] Oct 14 09:50:03.665 INFO O| Oct 14 09:50:03.665 INFO STEP 165 (remove_files) COMPLETE
46262024-10-14T09:50:04.718Z[ recovery-image] Oct 14 09:50:03.666 INFO O| Oct 14 09:50:03.666 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46272024-10-14T09:50:04.734Z[ recovery-image] Oct 14 09:50:03.684 INFO O| Oct 14 09:50:03.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46282024-10-14T09:50:04.737Z[ recovery-image] Oct 14 09:50:03.684 INFO O| Oct 14 09:50:03.684 INFO STEP 166 (remove_files) COMPLETE
46292024-10-14T09:50:04.737Z[ recovery-image] Oct 14 09:50:03.684 INFO O| Oct 14 09:50:03.684 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46302024-10-14T09:50:04.754Z[ recovery-image] Oct 14 09:50:03.703 INFO O| Oct 14 09:50:03.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46312024-10-14T09:50:04.756Z[ recovery-image] Oct 14 09:50:03.704 INFO O| Oct 14 09:50:03.704 INFO STEP 167 (remove_files) COMPLETE
46322024-10-14T09:50:04.757Z[ recovery-image] Oct 14 09:50:03.704 INFO O| Oct 14 09:50:03.704 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46332024-10-14T09:50:04.786Z[ recovery-image] Oct 14 09:50:03.735 INFO O| Oct 14 09:50:03.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46342024-10-14T09:50:04.786Z[ recovery-image] Oct 14 09:50:03.735 INFO O| Oct 14 09:50:03.735 INFO STEP 168 (remove_files) COMPLETE
46352024-10-14T09:50:04.786Z[ recovery-image] Oct 14 09:50:03.735 INFO O| Oct 14 09:50:03.735 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46362024-10-14T09:50:04.803Z[ recovery-image] Oct 14 09:50:03.752 INFO O| Oct 14 09:50:03.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46372024-10-14T09:50:04.803Z[ recovery-image] Oct 14 09:50:03.753 INFO O| Oct 14 09:50:03.752 INFO STEP 169 (remove_files) COMPLETE
46382024-10-14T09:50:04.803Z[ recovery-image] Oct 14 09:50:03.753 INFO O| Oct 14 09:50:03.753 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46392024-10-14T09:50:04.820Z[ recovery-image] Oct 14 09:50:03.769 INFO O| Oct 14 09:50:03.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46402024-10-14T09:50:04.820Z[ recovery-image] Oct 14 09:50:03.769 INFO O| Oct 14 09:50:03.769 INFO STEP 170 (remove_files) COMPLETE
46412024-10-14T09:50:04.820Z[ recovery-image] Oct 14 09:50:03.769 INFO O| Oct 14 09:50:03.769 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46422024-10-14T09:50:04.848Z[ host-image] Oct 14 09:50:03.797 INFO O| Oct 14 09:50:03.797 INFO O| Actions: Completed 238 actions in 0.33 seconds.
46432024-10-14T09:50:04.863Z[ recovery-image] Oct 14 09:50:03.812 INFO O| Oct 14 09:50:03.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46442024-10-14T09:50:04.863Z[ recovery-image] Oct 14 09:50:03.812 INFO O| Oct 14 09:50:03.812 INFO STEP 171 (remove_files) COMPLETE
46452024-10-14T09:50:04.867Z[ recovery-image] Oct 14 09:50:03.812 INFO O| Oct 14 09:50:03.812 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-10-14T09:50:04.881Z[ recovery-image] Oct 14 09:50:03.831 INFO O| Oct 14 09:50:03.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46472024-10-14T09:50:04.881Z[ recovery-image] Oct 14 09:50:03.831 INFO O| Oct 14 09:50:03.831 INFO STEP 172 (remove_files) COMPLETE
46482024-10-14T09:50:04.881Z[ recovery-image] Oct 14 09:50:03.831 INFO O| Oct 14 09:50:03.831 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-10-14T09:50:04.924Z[ recovery-image] Oct 14 09:50:03.873 INFO O| Oct 14 09:50:03.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46502024-10-14T09:50:04.924Z[ recovery-image] Oct 14 09:50:03.873 INFO O| Oct 14 09:50:03.873 INFO STEP 173 (remove_files) COMPLETE
46512024-10-14T09:50:04.924Z[ recovery-image] Oct 14 09:50:03.873 INFO O| Oct 14 09:50:03.873 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-10-14T09:50:04.981Z[ recovery-image] Oct 14 09:50:03.930 INFO O| Oct 14 09:50:03.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46532024-10-14T09:50:04.981Z[ recovery-image] Oct 14 09:50:03.931 INFO O| Oct 14 09:50:03.930 INFO STEP 174 (remove_files) COMPLETE
46542024-10-14T09:50:04.981Z[ recovery-image] Oct 14 09:50:03.931 INFO O| Oct 14 09:50:03.930 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-10-14T09:50:05.012Z[ recovery-image] Oct 14 09:50:03.961 INFO O| Oct 14 09:50:03.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46562024-10-14T09:50:05.012Z[ recovery-image] Oct 14 09:50:03.962 INFO O| Oct 14 09:50:03.962 INFO STEP 175 (remove_files) COMPLETE
46572024-10-14T09:50:05.015Z[ recovery-image] Oct 14 09:50:03.962 INFO O| Oct 14 09:50:03.962 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-10-14T09:50:05.031Z[ recovery-image] Oct 14 09:50:03.981 INFO O| Oct 14 09:50:03.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46592024-10-14T09:50:05.031Z[ recovery-image] Oct 14 09:50:03.981 INFO O| Oct 14 09:50:03.981 INFO STEP 176 (remove_files) COMPLETE
46602024-10-14T09:50:05.031Z[ recovery-image] Oct 14 09:50:03.981 INFO O| Oct 14 09:50:03.981 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-10-14T09:50:05.065Z[ recovery-image] Oct 14 09:50:04.015 INFO O| Oct 14 09:50:04.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46622024-10-14T09:50:05.068Z[ recovery-image] Oct 14 09:50:04.015 INFO O| Oct 14 09:50:04.015 INFO STEP 177 (remove_files) COMPLETE
46632024-10-14T09:50:05.068Z[ recovery-image] Oct 14 09:50:04.015 INFO O| Oct 14 09:50:04.015 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-10-14T09:50:05.083Z[ recovery-image] Oct 14 09:50:04.033 INFO O| Oct 14 09:50:04.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46652024-10-14T09:50:05.086Z[ recovery-image] Oct 14 09:50:04.033 INFO O| Oct 14 09:50:04.033 INFO STEP 178 (remove_files) COMPLETE
46662024-10-14T09:50:05.086Z[ recovery-image] Oct 14 09:50:04.033 INFO O| Oct 14 09:50:04.033 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-10-14T09:50:05.102Z[ recovery-image] Oct 14 09:50:04.051 INFO O| Oct 14 09:50:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46682024-10-14T09:50:05.102Z[ recovery-image] Oct 14 09:50:04.051 INFO O| Oct 14 09:50:04.051 INFO STEP 179 (remove_files) COMPLETE
46692024-10-14T09:50:05.111Z[ recovery-image] Oct 14 09:50:04.051 INFO O| Oct 14 09:50:04.051 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-10-14T09:50:05.143Z[ recovery-image] Oct 14 09:50:04.092 INFO O| Oct 14 09:50:04.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46712024-10-14T09:50:05.143Z[ recovery-image] Oct 14 09:50:04.093 INFO O| Oct 14 09:50:04.093 INFO STEP 180 (remove_files) COMPLETE
46722024-10-14T09:50:05.146Z[ recovery-image] Oct 14 09:50:04.093 INFO O| Oct 14 09:50:04.093 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-10-14T09:50:05.209Z[ recovery-image] Oct 14 09:50:04.159 INFO O| Oct 14 09:50:04.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46742024-10-14T09:50:05.210Z[ recovery-image] Oct 14 09:50:04.159 INFO O| Oct 14 09:50:04.159 INFO STEP 181 (remove_files) COMPLETE
46752024-10-14T09:50:05.210Z[ recovery-image] Oct 14 09:50:04.159 INFO O| Oct 14 09:50:04.159 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-10-14T09:50:05.249Z[ recovery-image] Oct 14 09:50:04.199 INFO O| Oct 14 09:50:04.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46772024-10-14T09:50:05.252Z[ recovery-image] Oct 14 09:50:04.199 INFO O| Oct 14 09:50:04.199 INFO STEP 182 (remove_files) COMPLETE
46782024-10-14T09:50:05.252Z[ recovery-image] Oct 14 09:50:04.199 INFO O| Oct 14 09:50:04.199 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-10-14T09:50:05.270Z[ recovery-image] Oct 14 09:50:04.219 INFO O| Oct 14 09:50:04.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46802024-10-14T09:50:05.273Z[ recovery-image] Oct 14 09:50:04.220 INFO O| Oct 14 09:50:04.219 INFO STEP 183 (remove_files) COMPLETE
46812024-10-14T09:50:05.273Z[ recovery-image] Oct 14 09:50:04.220 INFO O| Oct 14 09:50:04.220 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-10-14T09:50:05.293Z[ recovery-image] Oct 14 09:50:04.242 INFO O| Oct 14 09:50:04.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
46832024-10-14T09:50:05.293Z[ recovery-image] Oct 14 09:50:04.242 INFO O| Oct 14 09:50:04.242 INFO STEP 184 (remove_files) COMPLETE
46842024-10-14T09:50:05.293Z[ recovery-image] Oct 14 09:50:04.242 INFO O| Oct 14 09:50:04.242 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-10-14T09:50:05.320Z[ recovery-image] Oct 14 09:50:04.269 INFO O| Oct 14 09:50:04.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
46862024-10-14T09:50:05.322Z[ recovery-image] Oct 14 09:50:04.269 INFO O| Oct 14 09:50:04.269 INFO STEP 185 (remove_files) COMPLETE
46872024-10-14T09:50:05.322Z[ recovery-image] Oct 14 09:50:04.269 INFO O| Oct 14 09:50:04.269 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-10-14T09:50:05.351Z[ recovery-image] Oct 14 09:50:04.300 INFO O| Oct 14 09:50:04.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
46892024-10-14T09:50:05.351Z[ recovery-image] Oct 14 09:50:04.300 INFO O| Oct 14 09:50:04.300 INFO STEP 186 (remove_files) COMPLETE
46902024-10-14T09:50:05.351Z[ recovery-image] Oct 14 09:50:04.300 INFO O| Oct 14 09:50:04.300 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-10-14T09:50:05.372Z[ recovery-image] Oct 14 09:50:04.321 INFO O| Oct 14 09:50:04.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
46922024-10-14T09:50:05.372Z[ recovery-image] Oct 14 09:50:04.321 INFO O| Oct 14 09:50:04.321 INFO STEP 187 (remove_files) COMPLETE
46932024-10-14T09:50:05.372Z[ recovery-image] Oct 14 09:50:04.321 INFO O| Oct 14 09:50:04.321 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-10-14T09:50:05.392Z[ recovery-image] Oct 14 09:50:04.342 INFO O| Oct 14 09:50:04.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
46952024-10-14T09:50:05.392Z[ recovery-image] Oct 14 09:50:04.342 INFO O| Oct 14 09:50:04.342 INFO STEP 188 (remove_files) COMPLETE
46962024-10-14T09:50:05.395Z[ recovery-image] Oct 14 09:50:04.342 INFO O| Oct 14 09:50:04.342 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-10-14T09:50:05.425Z[ recovery-image] Oct 14 09:50:04.374 INFO O| Oct 14 09:50:04.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
46982024-10-14T09:50:05.425Z[ recovery-image] Oct 14 09:50:04.374 INFO O| Oct 14 09:50:04.374 INFO STEP 189 (remove_files) COMPLETE
46992024-10-14T09:50:05.427Z[ recovery-image] Oct 14 09:50:04.374 INFO O| Oct 14 09:50:04.374 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-10-14T09:50:05.442Z[ host-image] Oct 14 09:50:04.391 INFO O| Oct 14 09:50:04.391 INFO O| Done
47012024-10-14T09:50:05.442Z[ host-image] Oct 14 09:50:04.391 INFO O| Oct 14 09:50:04.391 INFO O| Done
47022024-10-14T09:50:05.445Z[ recovery-image] Oct 14 09:50:04.395 INFO O| Oct 14 09:50:04.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47032024-10-14T09:50:05.459Z[ recovery-image] Oct 14 09:50:04.395 INFO O| Oct 14 09:50:04.395 INFO STEP 190 (remove_files) COMPLETE
47042024-10-14T09:50:05.459Z[ recovery-image] Oct 14 09:50:04.395 INFO O| Oct 14 09:50:04.395 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47052024-10-14T09:50:05.483Z[ recovery-image] Oct 14 09:50:04.432 INFO O| Oct 14 09:50:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47062024-10-14T09:50:05.483Z[ recovery-image] Oct 14 09:50:04.432 INFO O| Oct 14 09:50:04.432 INFO STEP 191 (remove_files) COMPLETE
47072024-10-14T09:50:05.485Z[ recovery-image] Oct 14 09:50:04.432 INFO O| Oct 14 09:50:04.432 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47082024-10-14T09:50:05.519Z[ recovery-image] Oct 14 09:50:04.468 INFO O| Oct 14 09:50:04.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47092024-10-14T09:50:05.519Z[ recovery-image] Oct 14 09:50:04.469 INFO O| Oct 14 09:50:04.469 INFO STEP 192 (remove_files) COMPLETE
47102024-10-14T09:50:05.519Z[ recovery-image] Oct 14 09:50:04.469 INFO O| Oct 14 09:50:04.469 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47112024-10-14T09:50:05.536Z[ recovery-image] Oct 14 09:50:04.485 INFO O| Oct 14 09:50:04.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47122024-10-14T09:50:05.536Z[ recovery-image] Oct 14 09:50:04.486 INFO O| Oct 14 09:50:04.486 INFO STEP 193 (remove_files) COMPLETE
47132024-10-14T09:50:05.539Z[ recovery-image] Oct 14 09:50:04.486 INFO O| Oct 14 09:50:04.486 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47142024-10-14T09:50:05.572Z[ recovery-image] Oct 14 09:50:04.522 INFO O| Oct 14 09:50:04.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47152024-10-14T09:50:05.572Z[ recovery-image] Oct 14 09:50:04.522 INFO O| Oct 14 09:50:04.522 INFO STEP 194 (remove_files) COMPLETE
47162024-10-14T09:50:05.572Z[ recovery-image] Oct 14 09:50:04.522 INFO O| Oct 14 09:50:04.522 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47172024-10-14T09:50:05.591Z[ recovery-image] Oct 14 09:50:04.541 INFO O| Oct 14 09:50:04.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47182024-10-14T09:50:05.591Z[ recovery-image] Oct 14 09:50:04.541 INFO O| Oct 14 09:50:04.541 INFO STEP 195 (remove_files) COMPLETE
47192024-10-14T09:50:05.591Z[ recovery-image] Oct 14 09:50:04.541 INFO O| Oct 14 09:50:04.541 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47202024-10-14T09:50:05.616Z[ recovery-image] Oct 14 09:50:04.565 INFO O| Oct 14 09:50:04.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47212024-10-14T09:50:05.619Z[ recovery-image] Oct 14 09:50:04.565 INFO O| Oct 14 09:50:04.565 INFO STEP 196 (remove_files) COMPLETE
47222024-10-14T09:50:05.619Z[ recovery-image] Oct 14 09:50:04.565 INFO O| Oct 14 09:50:04.565 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47232024-10-14T09:50:05.649Z[ recovery-image] Oct 14 09:50:04.599 INFO O| Oct 14 09:50:04.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47242024-10-14T09:50:05.650Z[ recovery-image] Oct 14 09:50:04.599 INFO O| Oct 14 09:50:04.599 INFO STEP 197 (remove_files) COMPLETE
47252024-10-14T09:50:05.661Z[ recovery-image] Oct 14 09:50:04.599 INFO O| Oct 14 09:50:04.599 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-10-14T09:50:05.667Z[ recovery-image] Oct 14 09:50:04.617 INFO O| Oct 14 09:50:04.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47272024-10-14T09:50:05.667Z[ recovery-image] Oct 14 09:50:04.617 INFO O| Oct 14 09:50:04.617 INFO STEP 198 (remove_files) COMPLETE
47282024-10-14T09:50:05.670Z[ recovery-image] Oct 14 09:50:04.617 INFO O| Oct 14 09:50:04.617 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-10-14T09:50:05.687Z[ recovery-image] Oct 14 09:50:04.636 INFO O| Oct 14 09:50:04.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47302024-10-14T09:50:05.689Z[ recovery-image] Oct 14 09:50:04.636 INFO O| Oct 14 09:50:04.636 INFO STEP 199 (remove_files) COMPLETE
47312024-10-14T09:50:05.689Z[ recovery-image] Oct 14 09:50:04.636 INFO O| Oct 14 09:50:04.636 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-10-14T09:50:05.705Z[ recovery-image] Oct 14 09:50:04.655 INFO O| Oct 14 09:50:04.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47332024-10-14T09:50:05.708Z[ recovery-image] Oct 14 09:50:04.655 INFO O| Oct 14 09:50:04.655 INFO STEP 200 (remove_files) COMPLETE
47342024-10-14T09:50:05.708Z[ recovery-image] Oct 14 09:50:04.655 INFO O| Oct 14 09:50:04.655 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-10-14T09:50:05.746Z[ recovery-image] Oct 14 09:50:04.696 INFO O| Oct 14 09:50:04.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47362024-10-14T09:50:05.747Z[ recovery-image] Oct 14 09:50:04.696 INFO O| Oct 14 09:50:04.696 INFO STEP 201 (remove_files) COMPLETE
47372024-10-14T09:50:05.747Z[ recovery-image] Oct 14 09:50:04.696 INFO O| Oct 14 09:50:04.696 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47382024-10-14T09:50:05.836Z[ recovery-image] Oct 14 09:50:04.784 INFO O| Oct 14 09:50:04.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47392024-10-14T09:50:05.836Z[ recovery-image] Oct 14 09:50:04.785 INFO O| Oct 14 09:50:04.784 INFO STEP 202 (remove_files) COMPLETE
47402024-10-14T09:50:05.836Z[ recovery-image] Oct 14 09:50:04.785 INFO O| Oct 14 09:50:04.785 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47412024-10-14T09:50:05.884Z[ recovery-image] Oct 14 09:50:04.833 INFO O| Oct 14 09:50:04.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47422024-10-14T09:50:05.884Z[ recovery-image] Oct 14 09:50:04.833 INFO O| Oct 14 09:50:04.833 INFO STEP 203 (remove_files) COMPLETE
47432024-10-14T09:50:05.884Z[ recovery-image] Oct 14 09:50:04.833 INFO O| Oct 14 09:50:04.833 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-10-14T09:50:05.934Z[ recovery-image] Oct 14 09:50:04.884 INFO O| Oct 14 09:50:04.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47452024-10-14T09:50:05.934Z[ recovery-image] Oct 14 09:50:04.884 INFO O| Oct 14 09:50:04.884 INFO STEP 204 (remove_files) COMPLETE
47462024-10-14T09:50:05.934Z[ recovery-image] Oct 14 09:50:04.884 INFO O| Oct 14 09:50:04.884 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-10-14T09:50:06.015Z[ recovery-image] Oct 14 09:50:04.965 INFO O| Oct 14 09:50:04.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47482024-10-14T09:50:06.015Z[ recovery-image] Oct 14 09:50:04.965 INFO O| Oct 14 09:50:04.965 INFO STEP 205 (remove_files) COMPLETE
47492024-10-14T09:50:06.016Z[ recovery-image] Oct 14 09:50:04.965 INFO O| Oct 14 09:50:04.965 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-10-14T09:50:06.038Z[ recovery-image] Oct 14 09:50:04.986 INFO O| Oct 14 09:50:04.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47512024-10-14T09:50:06.038Z[ recovery-image] Oct 14 09:50:04.987 INFO O| Oct 14 09:50:04.986 INFO STEP 206 (remove_files) COMPLETE
47522024-10-14T09:50:06.038Z[ recovery-image] Oct 14 09:50:04.987 INFO O| Oct 14 09:50:04.987 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-10-14T09:50:06.076Z[ recovery-image] Oct 14 09:50:05.026 INFO O| Oct 14 09:50:05.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47542024-10-14T09:50:06.077Z[ recovery-image] Oct 14 09:50:05.026 INFO O| Oct 14 09:50:05.026 INFO STEP 207 (remove_files) COMPLETE
47552024-10-14T09:50:06.079Z[ recovery-image] Oct 14 09:50:05.026 INFO O| Oct 14 09:50:05.026 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-10-14T09:50:06.097Z[ recovery-image] Oct 14 09:50:05.046 INFO O| Oct 14 09:50:05.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47572024-10-14T09:50:06.097Z[ recovery-image] Oct 14 09:50:05.046 INFO O| Oct 14 09:50:05.046 INFO STEP 208 (remove_files) COMPLETE
47582024-10-14T09:50:06.097Z[ recovery-image] Oct 14 09:50:05.046 INFO O| Oct 14 09:50:05.046 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-10-14T09:50:06.115Z[ recovery-image] Oct 14 09:50:05.063 INFO O| Oct 14 09:50:05.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47602024-10-14T09:50:06.115Z[ recovery-image] Oct 14 09:50:05.064 INFO O| Oct 14 09:50:05.064 INFO STEP 209 (remove_files) COMPLETE
47612024-10-14T09:50:06.115Z[ recovery-image] Oct 14 09:50:05.064 INFO O| Oct 14 09:50:05.064 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-10-14T09:50:06.131Z[ recovery-image] Oct 14 09:50:05.081 INFO O| Oct 14 09:50:05.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47632024-10-14T09:50:06.132Z[ recovery-image] Oct 14 09:50:05.081 INFO O| Oct 14 09:50:05.081 INFO STEP 210 (remove_files) COMPLETE
47642024-10-14T09:50:06.134Z[ recovery-image] Oct 14 09:50:05.081 INFO O| Oct 14 09:50:05.081 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-10-14T09:50:06.148Z[ recovery-image] Oct 14 09:50:05.098 INFO O| Oct 14 09:50:05.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47662024-10-14T09:50:06.148Z[ recovery-image] Oct 14 09:50:05.098 INFO O| Oct 14 09:50:05.098 INFO STEP 211 (remove_files) COMPLETE
47672024-10-14T09:50:06.149Z[ recovery-image] Oct 14 09:50:05.098 INFO O| Oct 14 09:50:05.098 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-10-14T09:50:06.178Z[ recovery-image] Oct 14 09:50:05.127 INFO O| Oct 14 09:50:05.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47692024-10-14T09:50:06.178Z[ recovery-image] Oct 14 09:50:05.127 INFO O| Oct 14 09:50:05.127 INFO STEP 212 (remove_files) COMPLETE
47702024-10-14T09:50:06.178Z[ recovery-image] Oct 14 09:50:05.127 INFO O| Oct 14 09:50:05.127 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-10-14T09:50:06.215Z[ recovery-image] Oct 14 09:50:05.164 INFO O| Oct 14 09:50:05.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47722024-10-14T09:50:06.215Z[ recovery-image] Oct 14 09:50:05.164 INFO O| Oct 14 09:50:05.164 INFO STEP 213 (remove_files) COMPLETE
47732024-10-14T09:50:06.215Z[ recovery-image] Oct 14 09:50:05.164 INFO O| Oct 14 09:50:05.164 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-10-14T09:50:06.234Z[ recovery-image] Oct 14 09:50:05.182 INFO O| Oct 14 09:50:05.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47752024-10-14T09:50:06.234Z[ recovery-image] Oct 14 09:50:05.182 INFO O| Oct 14 09:50:05.182 INFO STEP 214 (remove_files) COMPLETE
47762024-10-14T09:50:06.234Z[ recovery-image] Oct 14 09:50:05.182 INFO O| Oct 14 09:50:05.182 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47772024-10-14T09:50:06.251Z[ recovery-image] Oct 14 09:50:05.200 INFO O| Oct 14 09:50:05.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
47782024-10-14T09:50:06.251Z[ recovery-image] Oct 14 09:50:05.200 INFO O| Oct 14 09:50:05.200 INFO STEP 215 (remove_files) COMPLETE
47792024-10-14T09:50:06.253Z[ recovery-image] Oct 14 09:50:05.200 INFO O| Oct 14 09:50:05.200 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47802024-10-14T09:50:06.294Z[ recovery-image] Oct 14 09:50:05.243 INFO O| Oct 14 09:50:05.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
47812024-10-14T09:50:06.294Z[ recovery-image] Oct 14 09:50:05.243 INFO O| Oct 14 09:50:05.243 INFO STEP 216 (remove_files) COMPLETE
47822024-10-14T09:50:06.294Z[ recovery-image] Oct 14 09:50:05.243 INFO O| Oct 14 09:50:05.243 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-10-14T09:50:06.330Z[ recovery-image] Oct 14 09:50:05.279 INFO O| Oct 14 09:50:05.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
47842024-10-14T09:50:06.330Z[ recovery-image] Oct 14 09:50:05.279 INFO O| Oct 14 09:50:05.279 INFO STEP 217 (remove_files) COMPLETE
47852024-10-14T09:50:06.333Z[ recovery-image] Oct 14 09:50:05.279 INFO O| Oct 14 09:50:05.279 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-10-14T09:50:06.347Z[ recovery-image] Oct 14 09:50:05.296 INFO O| Oct 14 09:50:05.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
47872024-10-14T09:50:06.347Z[ recovery-image] Oct 14 09:50:05.296 INFO O| Oct 14 09:50:05.296 INFO STEP 218 (remove_files) COMPLETE
47882024-10-14T09:50:06.347Z[ recovery-image] Oct 14 09:50:05.296 INFO O| Oct 14 09:50:05.296 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-10-14T09:50:06.364Z[ recovery-image] Oct 14 09:50:05.313 INFO O| Oct 14 09:50:05.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
47902024-10-14T09:50:06.364Z[ recovery-image] Oct 14 09:50:05.313 INFO O| Oct 14 09:50:05.313 INFO STEP 219 (remove_files) COMPLETE
47912024-10-14T09:50:06.366Z[ recovery-image] Oct 14 09:50:05.314 INFO O| Oct 14 09:50:05.313 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-10-14T09:50:06.382Z[ recovery-image] Oct 14 09:50:05.331 INFO O| Oct 14 09:50:05.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
47932024-10-14T09:50:06.390Z[ recovery-image] Oct 14 09:50:05.340 INFO O| Oct 14 09:50:05.331 INFO STEP 220 (remove_files) COMPLETE
47942024-10-14T09:50:06.390Z[ recovery-image] Oct 14 09:50:05.340 INFO O| Oct 14 09:50:05.340 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47952024-10-14T09:50:06.442Z[ recovery-image] Oct 14 09:50:05.391 INFO O| Oct 14 09:50:05.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
47962024-10-14T09:50:06.442Z[ recovery-image] Oct 14 09:50:05.391 INFO O| Oct 14 09:50:05.391 INFO STEP 221 (remove_files) COMPLETE
47972024-10-14T09:50:06.442Z[ recovery-image] Oct 14 09:50:05.391 INFO O| Oct 14 09:50:05.391 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47982024-10-14T09:50:06.471Z[ recovery-image] Oct 14 09:50:05.420 INFO O| Oct 14 09:50:05.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
47992024-10-14T09:50:06.473Z[ recovery-image] Oct 14 09:50:05.420 INFO O| Oct 14 09:50:05.420 INFO STEP 222 (remove_files) COMPLETE
48002024-10-14T09:50:06.473Z[ recovery-image] Oct 14 09:50:05.421 INFO O| Oct 14 09:50:05.421 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48012024-10-14T09:50:06.489Z[ recovery-image] Oct 14 09:50:05.438 INFO O| Oct 14 09:50:05.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48022024-10-14T09:50:06.492Z[ recovery-image] Oct 14 09:50:05.439 INFO O| Oct 14 09:50:05.439 INFO STEP 223 (remove_files) COMPLETE
48032024-10-14T09:50:06.492Z[ recovery-image] Oct 14 09:50:05.439 INFO O| Oct 14 09:50:05.439 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48042024-10-14T09:50:06.508Z[ recovery-image] Oct 14 09:50:05.457 INFO O| Oct 14 09:50:05.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48052024-10-14T09:50:06.510Z[ recovery-image] Oct 14 09:50:05.458 INFO O| Oct 14 09:50:05.458 INFO STEP 224 (remove_files) COMPLETE
48062024-10-14T09:50:06.511Z[ recovery-image] Oct 14 09:50:05.458 INFO O| Oct 14 09:50:05.458 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48072024-10-14T09:50:06.526Z[ recovery-image] Oct 14 09:50:05.475 INFO O| Oct 14 09:50:05.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48082024-10-14T09:50:06.529Z[ recovery-image] Oct 14 09:50:05.476 INFO O| Oct 14 09:50:05.476 INFO STEP 225 (remove_files) COMPLETE
48092024-10-14T09:50:06.529Z[ recovery-image] Oct 14 09:50:05.476 INFO O| Oct 14 09:50:05.476 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48102024-10-14T09:50:06.571Z[ recovery-image] Oct 14 09:50:05.520 INFO O| Oct 14 09:50:05.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48112024-10-14T09:50:06.571Z[ recovery-image] Oct 14 09:50:05.520 INFO O| Oct 14 09:50:05.520 INFO STEP 226 (remove_files) COMPLETE
48122024-10-14T09:50:06.571Z[ recovery-image] Oct 14 09:50:05.520 INFO O| Oct 14 09:50:05.520 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48132024-10-14T09:50:06.610Z[ recovery-image] Oct 14 09:50:05.559 INFO O| Oct 14 09:50:05.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48142024-10-14T09:50:06.610Z[ recovery-image] Oct 14 09:50:05.559 INFO O| Oct 14 09:50:05.559 INFO STEP 227 (remove_files) COMPLETE
48152024-10-14T09:50:06.610Z[ recovery-image] Oct 14 09:50:05.559 INFO O| Oct 14 09:50:05.559 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48162024-10-14T09:50:06.652Z[ recovery-image] Oct 14 09:50:05.600 INFO O| Oct 14 09:50:05.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48172024-10-14T09:50:06.652Z[ recovery-image] Oct 14 09:50:05.600 INFO O| Oct 14 09:50:05.600 INFO STEP 228 (remove_files) COMPLETE
48182024-10-14T09:50:06.652Z[ recovery-image] Oct 14 09:50:05.600 INFO O| Oct 14 09:50:05.600 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48192024-10-14T09:50:06.695Z[ recovery-image] Oct 14 09:50:05.644 INFO O| Oct 14 09:50:05.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48202024-10-14T09:50:06.695Z[ recovery-image] Oct 14 09:50:05.644 INFO O| Oct 14 09:50:05.644 INFO STEP 229 (remove_files) COMPLETE
48212024-10-14T09:50:06.695Z[ recovery-image] Oct 14 09:50:05.644 INFO O| Oct 14 09:50:05.644 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48222024-10-14T09:50:06.704Z[ host-image] Oct 14 09:50:05.652 INFO O| Oct 14 09:50:05.652 INFO O| Done
48232024-10-14T09:50:06.723Z[ recovery-image] Oct 14 09:50:05.672 INFO O| Oct 14 09:50:05.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48242024-10-14T09:50:06.723Z[ recovery-image] Oct 14 09:50:05.672 INFO O| Oct 14 09:50:05.672 INFO STEP 230 (remove_files) COMPLETE
48252024-10-14T09:50:06.725Z[ recovery-image] Oct 14 09:50:05.672 INFO O| Oct 14 09:50:05.672 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-10-14T09:50:06.781Z[ recovery-image] Oct 14 09:50:05.731 INFO O| Oct 14 09:50:05.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48272024-10-14T09:50:06.781Z[ recovery-image] Oct 14 09:50:05.731 INFO O| Oct 14 09:50:05.731 INFO STEP 231 (remove_files) COMPLETE
48282024-10-14T09:50:06.781Z[ recovery-image] Oct 14 09:50:05.731 INFO O| Oct 14 09:50:05.731 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-14T09:50:06.799Z[ recovery-image] Oct 14 09:50:05.749 INFO O| Oct 14 09:50:05.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48302024-10-14T09:50:06.799Z[ recovery-image] Oct 14 09:50:05.749 INFO O| Oct 14 09:50:05.748 INFO STEP 232 (remove_files) COMPLETE
48312024-10-14T09:50:06.802Z[ recovery-image] Oct 14 09:50:05.749 INFO O| Oct 14 09:50:05.748 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-14T09:50:06.825Z[ recovery-image] Oct 14 09:50:05.774 INFO O| Oct 14 09:50:05.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48332024-10-14T09:50:06.828Z[ recovery-image] Oct 14 09:50:05.775 INFO O| Oct 14 09:50:05.774 INFO STEP 233 (remove_files) COMPLETE
48342024-10-14T09:50:06.828Z[ recovery-image] Oct 14 09:50:05.775 INFO O| Oct 14 09:50:05.774 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-10-14T09:50:06.851Z[ recovery-image] Oct 14 09:50:05.800 INFO O| Oct 14 09:50:05.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48362024-10-14T09:50:06.851Z[ recovery-image] Oct 14 09:50:05.801 INFO O| Oct 14 09:50:05.800 INFO STEP 234 (remove_files) COMPLETE
48372024-10-14T09:50:06.854Z[ recovery-image] Oct 14 09:50:05.801 INFO O| Oct 14 09:50:05.800 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-10-14T09:50:06.875Z[ recovery-image] Oct 14 09:50:05.824 INFO O| Oct 14 09:50:05.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48392024-10-14T09:50:06.875Z[ recovery-image] Oct 14 09:50:05.824 INFO O| Oct 14 09:50:05.824 INFO STEP 235 (remove_files) COMPLETE
48402024-10-14T09:50:06.878Z[ recovery-image] Oct 14 09:50:05.824 INFO O| Oct 14 09:50:05.824 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-10-14T09:50:06.932Z[ recovery-image] Oct 14 09:50:05.881 INFO O| Oct 14 09:50:05.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48422024-10-14T09:50:06.932Z[ recovery-image] Oct 14 09:50:05.882 INFO O| Oct 14 09:50:05.881 INFO STEP 236 (remove_files) COMPLETE
48432024-10-14T09:50:06.935Z[ recovery-image] Oct 14 09:50:05.882 INFO O| Oct 14 09:50:05.881 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-10-14T09:50:06.970Z[ recovery-image] Oct 14 09:50:05.919 INFO O| Oct 14 09:50:05.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48452024-10-14T09:50:06.970Z[ recovery-image] Oct 14 09:50:05.919 INFO O| Oct 14 09:50:05.919 INFO STEP 237 (remove_files) COMPLETE
48462024-10-14T09:50:06.973Z[ recovery-image] Oct 14 09:50:05.919 INFO O| Oct 14 09:50:05.919 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-10-14T09:50:07.031Z[ recovery-image] Oct 14 09:50:05.980 INFO O| Oct 14 09:50:05.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48482024-10-14T09:50:07.031Z[ recovery-image] Oct 14 09:50:05.980 INFO O| Oct 14 09:50:05.980 INFO STEP 238 (remove_files) COMPLETE
48492024-10-14T09:50:07.033Z[ recovery-image] Oct 14 09:50:05.980 INFO O| Oct 14 09:50:05.980 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-10-14T09:50:07.058Z[ recovery-image] Oct 14 09:50:06.007 INFO O| Oct 14 09:50:06.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48512024-10-14T09:50:07.058Z[ recovery-image] Oct 14 09:50:06.007 INFO O| Oct 14 09:50:06.007 INFO STEP 239 (remove_files) COMPLETE
48522024-10-14T09:50:07.060Z[ recovery-image] Oct 14 09:50:06.007 INFO O| Oct 14 09:50:06.007 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-10-14T09:50:07.115Z[ recovery-image] Oct 14 09:50:06.065 INFO O| Oct 14 09:50:06.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48542024-10-14T09:50:07.115Z[ recovery-image] Oct 14 09:50:06.065 INFO O| Oct 14 09:50:06.065 INFO STEP 240 (remove_files) COMPLETE
48552024-10-14T09:50:07.115Z[ recovery-image] Oct 14 09:50:06.065 INFO O| Oct 14 09:50:06.065 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-10-14T09:50:07.146Z[ recovery-image] Oct 14 09:50:06.095 INFO O| Oct 14 09:50:06.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48572024-10-14T09:50:07.146Z[ recovery-image] Oct 14 09:50:06.095 INFO O| Oct 14 09:50:06.095 INFO STEP 241 (remove_files) COMPLETE
48582024-10-14T09:50:07.146Z[ recovery-image] Oct 14 09:50:06.095 INFO O| Oct 14 09:50:06.095 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-10-14T09:50:07.164Z[ recovery-image] Oct 14 09:50:06.113 INFO O| Oct 14 09:50:06.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48602024-10-14T09:50:07.164Z[ recovery-image] Oct 14 09:50:06.113 INFO O| Oct 14 09:50:06.113 INFO STEP 242 (remove_files) COMPLETE
48612024-10-14T09:50:07.164Z[ recovery-image] Oct 14 09:50:06.113 INFO O| Oct 14 09:50:06.113 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-10-14T09:50:07.182Z[ recovery-image] Oct 14 09:50:06.131 INFO O| Oct 14 09:50:06.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48632024-10-14T09:50:07.182Z[ recovery-image] Oct 14 09:50:06.131 INFO O| Oct 14 09:50:06.131 INFO STEP 243 (remove_files) COMPLETE
48642024-10-14T09:50:07.182Z[ recovery-image] Oct 14 09:50:06.131 INFO O| Oct 14 09:50:06.131 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-10-14T09:50:07.199Z[ recovery-image] Oct 14 09:50:06.149 INFO O| Oct 14 09:50:06.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48662024-10-14T09:50:07.199Z[ recovery-image] Oct 14 09:50:06.149 INFO O| Oct 14 09:50:06.149 INFO STEP 244 (remove_files) COMPLETE
48672024-10-14T09:50:07.199Z[ recovery-image] Oct 14 09:50:06.149 INFO O| Oct 14 09:50:06.149 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-10-14T09:50:07.218Z[ recovery-image] Oct 14 09:50:06.167 INFO O| Oct 14 09:50:06.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48692024-10-14T09:50:07.218Z[ recovery-image] Oct 14 09:50:06.167 INFO O| Oct 14 09:50:06.167 INFO STEP 245 (remove_files) COMPLETE
48702024-10-14T09:50:07.220Z[ recovery-image] Oct 14 09:50:06.167 INFO O| Oct 14 09:50:06.167 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-10-14T09:50:07.246Z[ recovery-image] Oct 14 09:50:06.195 INFO O| Oct 14 09:50:06.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48722024-10-14T09:50:07.246Z[ recovery-image] Oct 14 09:50:06.195 INFO O| Oct 14 09:50:06.195 INFO STEP 246 (remove_files) COMPLETE
48732024-10-14T09:50:07.249Z[ recovery-image] Oct 14 09:50:06.196 INFO O| Oct 14 09:50:06.196 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-10-14T09:50:07.266Z[ recovery-image] Oct 14 09:50:06.215 INFO O| Oct 14 09:50:06.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
48752024-10-14T09:50:07.266Z[ recovery-image] Oct 14 09:50:06.215 INFO O| Oct 14 09:50:06.215 INFO STEP 247 (remove_files) COMPLETE
48762024-10-14T09:50:07.269Z[ recovery-image] Oct 14 09:50:06.216 INFO O| Oct 14 09:50:06.216 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48772024-10-14T09:50:07.285Z[ recovery-image] Oct 14 09:50:06.234 INFO O| Oct 14 09:50:06.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
48782024-10-14T09:50:07.285Z[ recovery-image] Oct 14 09:50:06.234 INFO O| Oct 14 09:50:06.234 INFO STEP 248 (remove_files) COMPLETE
48792024-10-14T09:50:07.287Z[ recovery-image] Oct 14 09:50:06.235 INFO O| Oct 14 09:50:06.235 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48802024-10-14T09:50:07.304Z[ recovery-image] Oct 14 09:50:06.253 INFO O| Oct 14 09:50:06.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
48812024-10-14T09:50:07.306Z[ recovery-image] Oct 14 09:50:06.254 INFO O| Oct 14 09:50:06.254 INFO STEP 249 (remove_files) COMPLETE
48822024-10-14T09:50:07.307Z[ recovery-image] Oct 14 09:50:06.254 INFO O| Oct 14 09:50:06.254 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48832024-10-14T09:50:07.346Z[ recovery-image] Oct 14 09:50:06.295 INFO O| Oct 14 09:50:06.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
48842024-10-14T09:50:07.349Z[ recovery-image] Oct 14 09:50:06.295 INFO O| Oct 14 09:50:06.295 INFO STEP 250 (remove_files) COMPLETE
48852024-10-14T09:50:07.349Z[ recovery-image] Oct 14 09:50:06.295 INFO O| Oct 14 09:50:06.295 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-10-14T09:50:07.366Z[ recovery-image] Oct 14 09:50:06.315 INFO O| Oct 14 09:50:06.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
48872024-10-14T09:50:07.368Z[ recovery-image] Oct 14 09:50:06.315 INFO O| Oct 14 09:50:06.315 INFO STEP 251 (remove_files) COMPLETE
48882024-10-14T09:50:07.368Z[ recovery-image] Oct 14 09:50:06.315 INFO O| Oct 14 09:50:06.315 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-10-14T09:50:07.383Z[ recovery-image] Oct 14 09:50:06.332 INFO O| Oct 14 09:50:06.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
48902024-10-14T09:50:07.386Z[ recovery-image] Oct 14 09:50:06.333 INFO O| Oct 14 09:50:06.333 INFO STEP 252 (remove_files) COMPLETE
48912024-10-14T09:50:07.386Z[ recovery-image] Oct 14 09:50:06.333 INFO O| Oct 14 09:50:06.333 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-10-14T09:50:07.412Z[ recovery-image] Oct 14 09:50:06.361 INFO O| Oct 14 09:50:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
48932024-10-14T09:50:07.412Z[ recovery-image] Oct 14 09:50:06.361 INFO O| Oct 14 09:50:06.361 INFO STEP 253 (remove_files) COMPLETE
48942024-10-14T09:50:07.415Z[ recovery-image] Oct 14 09:50:06.362 INFO O| Oct 14 09:50:06.361 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-10-14T09:50:07.472Z[ recovery-image] Oct 14 09:50:06.421 INFO O| Oct 14 09:50:06.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
48962024-10-14T09:50:07.472Z[ recovery-image] Oct 14 09:50:06.421 INFO O| Oct 14 09:50:06.421 INFO STEP 254 (remove_files) COMPLETE
48972024-10-14T09:50:07.472Z[ recovery-image] Oct 14 09:50:06.421 INFO O| Oct 14 09:50:06.421 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-10-14T09:50:07.533Z[ recovery-image] Oct 14 09:50:06.482 INFO O| Oct 14 09:50:06.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
48992024-10-14T09:50:07.533Z[ recovery-image] Oct 14 09:50:06.482 INFO O| Oct 14 09:50:06.482 INFO STEP 255 (remove_files) COMPLETE
49002024-10-14T09:50:07.533Z[ recovery-image] Oct 14 09:50:06.482 INFO O| Oct 14 09:50:06.482 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-10-14T09:50:07.598Z[ recovery-image] Oct 14 09:50:06.547 INFO O| Oct 14 09:50:06.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49022024-10-14T09:50:07.598Z[ recovery-image] Oct 14 09:50:06.547 INFO O| Oct 14 09:50:06.547 INFO STEP 256 (remove_files) COMPLETE
49032024-10-14T09:50:07.598Z[ recovery-image] Oct 14 09:50:06.547 INFO O| Oct 14 09:50:06.547 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-10-14T09:50:07.641Z[ recovery-image] Oct 14 09:50:06.590 INFO O| Oct 14 09:50:06.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49052024-10-14T09:50:07.641Z[ recovery-image] Oct 14 09:50:06.590 INFO O| Oct 14 09:50:06.590 INFO STEP 257 (remove_files) COMPLETE
49062024-10-14T09:50:07.643Z[ recovery-image] Oct 14 09:50:06.590 INFO O| Oct 14 09:50:06.590 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-10-14T09:50:07.661Z[ recovery-image] Oct 14 09:50:06.610 INFO O| Oct 14 09:50:06.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49082024-10-14T09:50:07.661Z[ recovery-image] Oct 14 09:50:06.611 INFO O| Oct 14 09:50:06.611 INFO STEP 258 (remove_files) COMPLETE
49092024-10-14T09:50:07.661Z[ recovery-image] Oct 14 09:50:06.611 INFO O| Oct 14 09:50:06.611 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-10-14T09:50:07.679Z[ recovery-image] Oct 14 09:50:06.628 INFO O| Oct 14 09:50:06.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49112024-10-14T09:50:07.679Z[ recovery-image] Oct 14 09:50:06.628 INFO O| Oct 14 09:50:06.628 INFO STEP 259 (remove_files) COMPLETE
49122024-10-14T09:50:07.679Z[ recovery-image] Oct 14 09:50:06.628 INFO O| Oct 14 09:50:06.628 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-10-14T09:50:07.705Z[ recovery-image] Oct 14 09:50:06.654 INFO O| Oct 14 09:50:06.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49142024-10-14T09:50:07.705Z[ recovery-image] Oct 14 09:50:06.654 INFO O| Oct 14 09:50:06.654 INFO STEP 260 (remove_files) COMPLETE
49152024-10-14T09:50:07.705Z[ recovery-image] Oct 14 09:50:06.654 INFO O| Oct 14 09:50:06.654 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-10-14T09:50:07.723Z[ recovery-image] Oct 14 09:50:06.672 INFO O| Oct 14 09:50:06.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49172024-10-14T09:50:07.723Z[ recovery-image] Oct 14 09:50:06.672 INFO O| Oct 14 09:50:06.672 INFO STEP 261 (remove_files) COMPLETE
49182024-10-14T09:50:07.726Z[ recovery-image] Oct 14 09:50:06.673 INFO O| Oct 14 09:50:06.672 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-10-14T09:50:07.781Z[ recovery-image] Oct 14 09:50:06.730 INFO O| Oct 14 09:50:06.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49202024-10-14T09:50:07.781Z[ recovery-image] Oct 14 09:50:06.730 INFO O| Oct 14 09:50:06.730 INFO STEP 262 (remove_files) COMPLETE
49212024-10-14T09:50:07.781Z[ recovery-image] Oct 14 09:50:06.730 INFO O| Oct 14 09:50:06.730 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-10-14T09:50:07.810Z[ recovery-image] Oct 14 09:50:06.759 INFO O| Oct 14 09:50:06.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49232024-10-14T09:50:07.817Z[ recovery-image] Oct 14 09:50:06.766 INFO O| Oct 14 09:50:06.766 INFO STEP 263 (remove_files) COMPLETE
49242024-10-14T09:50:07.817Z[ recovery-image] Oct 14 09:50:06.766 INFO O| Oct 14 09:50:06.766 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-10-14T09:50:07.850Z[ recovery-image] Oct 14 09:50:06.799 INFO O| Oct 14 09:50:06.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49262024-10-14T09:50:07.850Z[ recovery-image] Oct 14 09:50:06.799 INFO O| Oct 14 09:50:06.799 INFO STEP 264 (remove_files) COMPLETE
49272024-10-14T09:50:07.853Z[ recovery-image] Oct 14 09:50:06.799 INFO O| Oct 14 09:50:06.799 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-10-14T09:50:07.875Z[ recovery-image] Oct 14 09:50:06.824 INFO O| Oct 14 09:50:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49292024-10-14T09:50:07.875Z[ recovery-image] Oct 14 09:50:06.824 INFO O| Oct 14 09:50:06.824 INFO STEP 265 (remove_files) COMPLETE
49302024-10-14T09:50:07.875Z[ recovery-image] Oct 14 09:50:06.824 INFO O| Oct 14 09:50:06.824 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-10-14T09:50:07.920Z[ recovery-image] Oct 14 09:50:06.869 INFO O| Oct 14 09:50:06.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49322024-10-14T09:50:07.923Z[ recovery-image] Oct 14 09:50:06.870 INFO O| Oct 14 09:50:06.870 INFO STEP 266 (remove_files) COMPLETE
49332024-10-14T09:50:07.923Z[ recovery-image] Oct 14 09:50:06.870 INFO O| Oct 14 09:50:06.870 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-10-14T09:50:07.942Z[ recovery-image] Oct 14 09:50:06.891 INFO O| Oct 14 09:50:06.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49352024-10-14T09:50:07.942Z[ recovery-image] Oct 14 09:50:06.891 INFO O| Oct 14 09:50:06.891 INFO STEP 267 (remove_files) COMPLETE
49362024-10-14T09:50:07.945Z[ recovery-image] Oct 14 09:50:06.891 INFO O| Oct 14 09:50:06.891 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-10-14T09:50:07.963Z[ recovery-image] Oct 14 09:50:06.912 INFO O| Oct 14 09:50:06.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49382024-10-14T09:50:07.965Z[ recovery-image] Oct 14 09:50:06.912 INFO O| Oct 14 09:50:06.912 INFO STEP 268 (remove_files) COMPLETE
49392024-10-14T09:50:07.965Z[ recovery-image] Oct 14 09:50:06.912 INFO O| Oct 14 09:50:06.912 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-10-14T09:50:08.002Z[ recovery-image] Oct 14 09:50:06.951 INFO O| Oct 14 09:50:06.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49412024-10-14T09:50:08.005Z[ recovery-image] Oct 14 09:50:06.951 INFO O| Oct 14 09:50:06.951 INFO STEP 269 (remove_files) COMPLETE
49422024-10-14T09:50:08.005Z[ recovery-image] Oct 14 09:50:06.951 INFO O| Oct 14 09:50:06.951 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-10-14T09:50:08.021Z[ recovery-image] Oct 14 09:50:06.970 INFO O| Oct 14 09:50:06.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49442024-10-14T09:50:08.023Z[ recovery-image] Oct 14 09:50:06.970 INFO O| Oct 14 09:50:06.970 INFO STEP 270 (remove_files) COMPLETE
49452024-10-14T09:50:08.023Z[ recovery-image] Oct 14 09:50:06.970 INFO O| Oct 14 09:50:06.970 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-10-14T09:50:08.050Z[ recovery-image] Oct 14 09:50:06.999 INFO O| Oct 14 09:50:06.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49472024-10-14T09:50:08.050Z[ recovery-image] Oct 14 09:50:06.999 INFO O| Oct 14 09:50:06.999 INFO STEP 271 (remove_files) COMPLETE
49482024-10-14T09:50:08.053Z[ recovery-image] Oct 14 09:50:06.999 INFO O| Oct 14 09:50:06.999 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-10-14T09:50:08.087Z[ recovery-image] Oct 14 09:50:07.036 INFO O| Oct 14 09:50:07.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49502024-10-14T09:50:08.087Z[ recovery-image] Oct 14 09:50:07.036 INFO O| Oct 14 09:50:07.036 INFO STEP 272 (remove_files) COMPLETE
49512024-10-14T09:50:08.087Z[ recovery-image] Oct 14 09:50:07.036 INFO O| Oct 14 09:50:07.036 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-10-14T09:50:08.105Z[ recovery-image] Oct 14 09:50:07.054 INFO O| Oct 14 09:50:07.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49532024-10-14T09:50:08.105Z[ recovery-image] Oct 14 09:50:07.054 INFO O| Oct 14 09:50:07.054 INFO STEP 273 (remove_files) COMPLETE
49542024-10-14T09:50:08.105Z[ recovery-image] Oct 14 09:50:07.054 INFO O| Oct 14 09:50:07.054 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-10-14T09:50:08.140Z[ recovery-image] Oct 14 09:50:07.089 INFO O| Oct 14 09:50:07.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49562024-10-14T09:50:08.140Z[ recovery-image] Oct 14 09:50:07.089 INFO O| Oct 14 09:50:07.089 INFO STEP 274 (remove_files) COMPLETE
49572024-10-14T09:50:08.140Z[ recovery-image] Oct 14 09:50:07.089 INFO O| Oct 14 09:50:07.089 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-10-14T09:50:08.180Z[ recovery-image] Oct 14 09:50:07.129 INFO O| Oct 14 09:50:07.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49592024-10-14T09:50:08.180Z[ recovery-image] Oct 14 09:50:07.129 INFO O| Oct 14 09:50:07.129 INFO STEP 275 (remove_files) COMPLETE
49602024-10-14T09:50:08.180Z[ recovery-image] Oct 14 09:50:07.129 INFO O| Oct 14 09:50:07.129 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-10-14T09:50:08.197Z[ recovery-image] Oct 14 09:50:07.146 INFO O| Oct 14 09:50:07.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49622024-10-14T09:50:08.197Z[ recovery-image] Oct 14 09:50:07.146 INFO O| Oct 14 09:50:07.146 INFO STEP 276 (remove_files) COMPLETE
49632024-10-14T09:50:08.199Z[ recovery-image] Oct 14 09:50:07.146 INFO O| Oct 14 09:50:07.146 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-10-14T09:50:08.214Z[ recovery-image] Oct 14 09:50:07.163 INFO O| Oct 14 09:50:07.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49652024-10-14T09:50:08.214Z[ recovery-image] Oct 14 09:50:07.163 INFO O| Oct 14 09:50:07.163 INFO STEP 277 (remove_files) COMPLETE
49662024-10-14T09:50:08.217Z[ recovery-image] Oct 14 09:50:07.163 INFO O| Oct 14 09:50:07.163 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-10-14T09:50:08.241Z[ recovery-image] Oct 14 09:50:07.190 INFO O| Oct 14 09:50:07.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49682024-10-14T09:50:08.241Z[ recovery-image] Oct 14 09:50:07.190 INFO O| Oct 14 09:50:07.190 INFO STEP 278 (remove_files) COMPLETE
49692024-10-14T09:50:08.241Z[ recovery-image] Oct 14 09:50:07.190 INFO O| Oct 14 09:50:07.190 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-10-14T09:50:08.259Z[ recovery-image] Oct 14 09:50:07.208 INFO O| Oct 14 09:50:07.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49712024-10-14T09:50:08.259Z[ recovery-image] Oct 14 09:50:07.208 INFO O| Oct 14 09:50:07.208 INFO STEP 279 (remove_files) COMPLETE
49722024-10-14T09:50:08.261Z[ recovery-image] Oct 14 09:50:07.208 INFO O| Oct 14 09:50:07.208 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-10-14T09:50:08.291Z[ recovery-image] Oct 14 09:50:07.240 INFO O| Oct 14 09:50:07.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
49742024-10-14T09:50:08.291Z[ recovery-image] Oct 14 09:50:07.240 INFO O| Oct 14 09:50:07.240 INFO STEP 280 (remove_files) COMPLETE
49752024-10-14T09:50:08.291Z[ recovery-image] Oct 14 09:50:07.240 INFO O| Oct 14 09:50:07.240 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-10-14T09:50:08.311Z[ recovery-image] Oct 14 09:50:07.259 INFO O| Oct 14 09:50:07.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
49772024-10-14T09:50:08.311Z[ recovery-image] Oct 14 09:50:07.259 INFO O| Oct 14 09:50:07.259 INFO STEP 281 (remove_files) COMPLETE
49782024-10-14T09:50:08.311Z[ recovery-image] Oct 14 09:50:07.260 INFO O| Oct 14 09:50:07.259 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-10-14T09:50:08.329Z[ recovery-image] Oct 14 09:50:07.278 INFO O| Oct 14 09:50:07.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
49802024-10-14T09:50:08.329Z[ recovery-image] Oct 14 09:50:07.278 INFO O| Oct 14 09:50:07.278 INFO STEP 282 (remove_files) COMPLETE
49812024-10-14T09:50:08.329Z[ recovery-image] Oct 14 09:50:07.278 INFO O| Oct 14 09:50:07.278 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-10-14T09:50:08.362Z[ recovery-image] Oct 14 09:50:07.310 INFO O| Oct 14 09:50:07.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
49832024-10-14T09:50:08.362Z[ recovery-image] Oct 14 09:50:07.310 INFO O| Oct 14 09:50:07.310 INFO STEP 283 (remove_files) COMPLETE
49842024-10-14T09:50:08.363Z[ recovery-image] Oct 14 09:50:07.310 INFO O| Oct 14 09:50:07.310 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-10-14T09:50:08.423Z[ recovery-image] Oct 14 09:50:07.372 INFO O| Oct 14 09:50:07.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
49862024-10-14T09:50:08.423Z[ recovery-image] Oct 14 09:50:07.372 INFO O| Oct 14 09:50:07.372 INFO STEP 284 (remove_files) COMPLETE
49872024-10-14T09:50:08.426Z[ recovery-image] Oct 14 09:50:07.372 INFO O| Oct 14 09:50:07.372 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-10-14T09:50:08.441Z[ recovery-image] Oct 14 09:50:07.390 INFO O| Oct 14 09:50:07.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
49892024-10-14T09:50:08.444Z[ recovery-image] Oct 14 09:50:07.390 INFO O| Oct 14 09:50:07.390 INFO STEP 285 (remove_files) COMPLETE
49902024-10-14T09:50:08.444Z[ recovery-image] Oct 14 09:50:07.391 INFO O| Oct 14 09:50:07.390 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-10-14T09:50:08.460Z[ recovery-image] Oct 14 09:50:07.409 INFO O| Oct 14 09:50:07.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
49922024-10-14T09:50:08.463Z[ recovery-image] Oct 14 09:50:07.410 INFO O| Oct 14 09:50:07.409 INFO STEP 286 (remove_files) COMPLETE
49932024-10-14T09:50:08.463Z[ recovery-image] Oct 14 09:50:07.410 INFO O| Oct 14 09:50:07.409 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-10-14T09:50:08.481Z[ recovery-image] Oct 14 09:50:07.430 INFO O| Oct 14 09:50:07.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
49952024-10-14T09:50:08.484Z[ recovery-image] Oct 14 09:50:07.431 INFO O| Oct 14 09:50:07.431 INFO STEP 287 (remove_files) COMPLETE
49962024-10-14T09:50:08.484Z[ recovery-image] Oct 14 09:50:07.431 INFO O| Oct 14 09:50:07.431 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-10-14T09:50:08.503Z[ recovery-image] Oct 14 09:50:07.452 INFO O| Oct 14 09:50:07.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
49982024-10-14T09:50:08.505Z[ recovery-image] Oct 14 09:50:07.452 INFO O| Oct 14 09:50:07.452 INFO STEP 288 (remove_files) COMPLETE
49992024-10-14T09:50:08.505Z[ recovery-image] Oct 14 09:50:07.452 INFO O| Oct 14 09:50:07.452 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-10-14T09:50:08.522Z[ recovery-image] Oct 14 09:50:07.471 INFO O| Oct 14 09:50:07.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50012024-10-14T09:50:08.525Z[ recovery-image] Oct 14 09:50:07.471 INFO O| Oct 14 09:50:07.471 INFO STEP 289 (remove_files) COMPLETE
50022024-10-14T09:50:08.525Z[ recovery-image] Oct 14 09:50:07.472 INFO O| Oct 14 09:50:07.471 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-10-14T09:50:08.563Z[ recovery-image] Oct 14 09:50:07.513 INFO O| Oct 14 09:50:07.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50042024-10-14T09:50:08.566Z[ recovery-image] Oct 14 09:50:07.513 INFO O| Oct 14 09:50:07.513 INFO STEP 290 (remove_files) COMPLETE
50052024-10-14T09:50:08.566Z[ recovery-image] Oct 14 09:50:07.513 INFO O| Oct 14 09:50:07.513 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-10-14T09:50:08.597Z[ recovery-image] Oct 14 09:50:07.546 INFO O| Oct 14 09:50:07.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50072024-10-14T09:50:08.600Z[ recovery-image] Oct 14 09:50:07.546 INFO O| Oct 14 09:50:07.546 INFO STEP 291 (remove_files) COMPLETE
50082024-10-14T09:50:08.600Z[ recovery-image] Oct 14 09:50:07.546 INFO O| Oct 14 09:50:07.546 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-10-14T09:50:08.616Z[ recovery-image] Oct 14 09:50:07.565 INFO O| Oct 14 09:50:07.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50102024-10-14T09:50:08.619Z[ recovery-image] Oct 14 09:50:07.565 INFO O| Oct 14 09:50:07.565 INFO STEP 292 (remove_files) COMPLETE
50112024-10-14T09:50:08.619Z[ recovery-image] Oct 14 09:50:07.566 INFO O| Oct 14 09:50:07.565 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-10-14T09:50:08.634Z[ recovery-image] Oct 14 09:50:07.583 INFO O| Oct 14 09:50:07.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50132024-10-14T09:50:08.635Z[ recovery-image] Oct 14 09:50:07.583 INFO O| Oct 14 09:50:07.583 INFO STEP 293 (remove_files) COMPLETE
50142024-10-14T09:50:08.637Z[ recovery-image] Oct 14 09:50:07.584 INFO O| Oct 14 09:50:07.583 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-10-14T09:50:08.662Z[ recovery-image] Oct 14 09:50:07.610 INFO O| Oct 14 09:50:07.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50162024-10-14T09:50:08.662Z[ recovery-image] Oct 14 09:50:07.610 INFO O| Oct 14 09:50:07.610 INFO STEP 294 (remove_files) COMPLETE
50172024-10-14T09:50:08.662Z[ recovery-image] Oct 14 09:50:07.610 INFO O| Oct 14 09:50:07.610 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-10-14T09:50:08.680Z[ recovery-image] Oct 14 09:50:07.628 INFO O| Oct 14 09:50:07.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50192024-10-14T09:50:08.680Z[ recovery-image] Oct 14 09:50:07.628 INFO O| Oct 14 09:50:07.628 INFO STEP 295 (remove_files) COMPLETE
50202024-10-14T09:50:08.680Z[ recovery-image] Oct 14 09:50:07.629 INFO O| Oct 14 09:50:07.628 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-10-14T09:50:08.736Z[ recovery-image] Oct 14 09:50:07.684 INFO O| Oct 14 09:50:07.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50222024-10-14T09:50:08.736Z[ recovery-image] Oct 14 09:50:07.684 INFO O| Oct 14 09:50:07.684 INFO STEP 296 (remove_files) COMPLETE
50232024-10-14T09:50:08.736Z[ recovery-image] Oct 14 09:50:07.684 INFO O| Oct 14 09:50:07.684 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-10-14T09:50:08.755Z[ recovery-image] Oct 14 09:50:07.704 INFO O| Oct 14 09:50:07.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50252024-10-14T09:50:08.755Z[ recovery-image] Oct 14 09:50:07.704 INFO O| Oct 14 09:50:07.704 INFO STEP 297 (remove_files) COMPLETE
50262024-10-14T09:50:08.758Z[ recovery-image] Oct 14 09:50:07.704 INFO O| Oct 14 09:50:07.704 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-10-14T09:50:08.774Z[ recovery-image] Oct 14 09:50:07.723 INFO O| Oct 14 09:50:07.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50282024-10-14T09:50:08.774Z[ recovery-image] Oct 14 09:50:07.723 INFO O| Oct 14 09:50:07.723 INFO STEP 298 (remove_files) COMPLETE
50292024-10-14T09:50:08.774Z[ recovery-image] Oct 14 09:50:07.723 INFO O| Oct 14 09:50:07.723 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-10-14T09:50:08.793Z[ recovery-image] Oct 14 09:50:07.741 INFO O| Oct 14 09:50:07.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50312024-10-14T09:50:08.793Z[ recovery-image] Oct 14 09:50:07.741 INFO O| Oct 14 09:50:07.741 INFO STEP 299 (remove_files) COMPLETE
50322024-10-14T09:50:08.796Z[ recovery-image] Oct 14 09:50:07.742 INFO O| Oct 14 09:50:07.741 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-10-14T09:50:08.809Z[ recovery-image] Oct 14 09:50:07.758 INFO O| Oct 14 09:50:07.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50342024-10-14T09:50:08.812Z[ recovery-image] Oct 14 09:50:07.758 INFO O| Oct 14 09:50:07.758 INFO STEP 300 (remove_files) COMPLETE
50352024-10-14T09:50:08.812Z[ recovery-image] Oct 14 09:50:07.758 INFO O| Oct 14 09:50:07.758 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-10-14T09:50:08.832Z[ recovery-image] Oct 14 09:50:07.781 INFO O| Oct 14 09:50:07.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50372024-10-14T09:50:08.832Z[ recovery-image] Oct 14 09:50:07.781 INFO O| Oct 14 09:50:07.781 INFO STEP 301 (remove_files) COMPLETE
50382024-10-14T09:50:08.832Z[ recovery-image] Oct 14 09:50:07.781 INFO O| Oct 14 09:50:07.781 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-10-14T09:50:08.849Z[ recovery-image] Oct 14 09:50:07.798 INFO O| Oct 14 09:50:07.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50402024-10-14T09:50:08.849Z[ recovery-image] Oct 14 09:50:07.798 INFO O| Oct 14 09:50:07.798 INFO STEP 302 (remove_files) COMPLETE
50412024-10-14T09:50:08.849Z[ recovery-image] Oct 14 09:50:07.798 INFO O| Oct 14 09:50:07.798 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-10-14T09:50:08.885Z[ recovery-image] Oct 14 09:50:07.834 INFO O| Oct 14 09:50:07.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50432024-10-14T09:50:08.885Z[ recovery-image] Oct 14 09:50:07.834 INFO O| Oct 14 09:50:07.834 INFO STEP 303 (remove_files) COMPLETE
50442024-10-14T09:50:08.885Z[ recovery-image] Oct 14 09:50:07.834 INFO O| Oct 14 09:50:07.834 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-10-14T09:50:08.929Z[ recovery-image] Oct 14 09:50:07.878 INFO O| Oct 14 09:50:07.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50462024-10-14T09:50:08.953Z[ recovery-image] Oct 14 09:50:07.902 INFO O| Oct 14 09:50:07.902 INFO STEP 304 (remove_files) COMPLETE
50472024-10-14T09:50:08.956Z[ recovery-image] Oct 14 09:50:07.902 INFO O| Oct 14 09:50:07.902 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-10-14T09:50:08.972Z[ recovery-image] Oct 14 09:50:07.921 INFO O| Oct 14 09:50:07.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50492024-10-14T09:50:08.975Z[ recovery-image] Oct 14 09:50:07.922 INFO O| Oct 14 09:50:07.921 INFO STEP 305 (remove_files) COMPLETE
50502024-10-14T09:50:08.975Z[ recovery-image] Oct 14 09:50:07.922 INFO O| Oct 14 09:50:07.922 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-10-14T09:50:08.991Z[ recovery-image] Oct 14 09:50:07.940 INFO O| Oct 14 09:50:07.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50522024-10-14T09:50:09.002Z[ recovery-image] Oct 14 09:50:07.940 INFO O| Oct 14 09:50:07.940 INFO STEP 306 (remove_files) COMPLETE
50532024-10-14T09:50:09.003Z[ recovery-image] Oct 14 09:50:07.940 INFO O| Oct 14 09:50:07.940 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-10-14T09:50:09.020Z[ recovery-image] Oct 14 09:50:07.969 INFO O| Oct 14 09:50:07.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50552024-10-14T09:50:09.020Z[ recovery-image] Oct 14 09:50:07.969 INFO O| Oct 14 09:50:07.969 INFO STEP 307 (remove_files) COMPLETE
50562024-10-14T09:50:09.023Z[ recovery-image] Oct 14 09:50:07.969 INFO O| Oct 14 09:50:07.969 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-10-14T09:50:09.055Z[ recovery-image] Oct 14 09:50:08.004 INFO O| Oct 14 09:50:08.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50582024-10-14T09:50:09.058Z[ recovery-image] Oct 14 09:50:08.005 INFO O| Oct 14 09:50:08.005 INFO STEP 308 (remove_files) COMPLETE
50592024-10-14T09:50:09.058Z[ recovery-image] Oct 14 09:50:08.005 INFO O| Oct 14 09:50:08.005 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-10-14T09:50:09.075Z[ recovery-image] Oct 14 09:50:08.024 INFO O| Oct 14 09:50:08.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50612024-10-14T09:50:09.077Z[ recovery-image] Oct 14 09:50:08.024 INFO O| Oct 14 09:50:08.024 INFO STEP 309 (remove_files) COMPLETE
50622024-10-14T09:50:09.077Z[ recovery-image] Oct 14 09:50:08.024 INFO O| Oct 14 09:50:08.024 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-10-14T09:50:09.094Z[ recovery-image] Oct 14 09:50:08.043 INFO O| Oct 14 09:50:08.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50642024-10-14T09:50:09.096Z[ recovery-image] Oct 14 09:50:08.043 INFO O| Oct 14 09:50:08.043 INFO STEP 310 (remove_files) COMPLETE
50652024-10-14T09:50:09.096Z[ recovery-image] Oct 14 09:50:08.043 INFO O| Oct 14 09:50:08.043 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-10-14T09:50:09.112Z[ recovery-image] Oct 14 09:50:08.061 INFO O| Oct 14 09:50:08.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50672024-10-14T09:50:09.115Z[ recovery-image] Oct 14 09:50:08.061 INFO O| Oct 14 09:50:08.061 INFO STEP 311 (remove_files) COMPLETE
50682024-10-14T09:50:09.115Z[ recovery-image] Oct 14 09:50:08.061 INFO O| Oct 14 09:50:08.061 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-10-14T09:50:09.129Z[ recovery-image] Oct 14 09:50:08.078 INFO O| Oct 14 09:50:08.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50702024-10-14T09:50:09.132Z[ recovery-image] Oct 14 09:50:08.079 INFO O| Oct 14 09:50:08.078 INFO STEP 312 (remove_files) COMPLETE
50712024-10-14T09:50:09.132Z[ recovery-image] Oct 14 09:50:08.079 INFO O| Oct 14 09:50:08.079 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-10-14T09:50:09.147Z[ recovery-image] Oct 14 09:50:08.096 INFO O| Oct 14 09:50:08.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
50732024-10-14T09:50:09.149Z[ recovery-image] Oct 14 09:50:08.096 INFO O| Oct 14 09:50:08.096 INFO STEP 313 (remove_files) COMPLETE
50742024-10-14T09:50:09.149Z[ recovery-image] Oct 14 09:50:08.096 INFO O| Oct 14 09:50:08.096 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-10-14T09:50:09.174Z[ recovery-image] Oct 14 09:50:08.123 INFO O| Oct 14 09:50:08.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
50762024-10-14T09:50:09.177Z[ recovery-image] Oct 14 09:50:08.123 INFO O| Oct 14 09:50:08.123 INFO STEP 314 (remove_files) COMPLETE
50772024-10-14T09:50:09.177Z[ recovery-image] Oct 14 09:50:08.124 INFO O| Oct 14 09:50:08.123 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-10-14T09:50:09.208Z[ recovery-image] Oct 14 09:50:08.157 INFO O| Oct 14 09:50:08.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
50792024-10-14T09:50:09.208Z[ recovery-image] Oct 14 09:50:08.157 INFO O| Oct 14 09:50:08.157 INFO STEP 315 (remove_files) COMPLETE
50802024-10-14T09:50:09.208Z[ recovery-image] Oct 14 09:50:08.157 INFO O| Oct 14 09:50:08.157 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-10-14T09:50:09.240Z[ recovery-image] Oct 14 09:50:08.188 INFO O| Oct 14 09:50:08.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
50822024-10-14T09:50:09.240Z[ recovery-image] Oct 14 09:50:08.188 INFO O| Oct 14 09:50:08.188 INFO STEP 316 (remove_files) COMPLETE
50832024-10-14T09:50:09.240Z[ recovery-image] Oct 14 09:50:08.188 INFO O| Oct 14 09:50:08.188 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-10-14T09:50:09.291Z[ recovery-image] Oct 14 09:50:08.240 INFO O| Oct 14 09:50:08.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
50852024-10-14T09:50:09.291Z[ recovery-image] Oct 14 09:50:08.240 INFO O| Oct 14 09:50:08.240 INFO STEP 317 (remove_files) COMPLETE
50862024-10-14T09:50:09.291Z[ recovery-image] Oct 14 09:50:08.240 INFO O| Oct 14 09:50:08.240 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-10-14T09:50:09.353Z[ recovery-image] Oct 14 09:50:08.302 INFO O| Oct 14 09:50:08.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
50882024-10-14T09:50:09.356Z[ recovery-image] Oct 14 09:50:08.302 INFO O| Oct 14 09:50:08.302 INFO STEP 318 (remove_files) COMPLETE
50892024-10-14T09:50:09.356Z[ recovery-image] Oct 14 09:50:08.303 INFO O| Oct 14 09:50:08.302 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-10-14T09:50:09.364Z[ host-image] Oct 14 09:50:08.313 INFO O| Oct 14 09:50:08.313 INFO O| Done
50912024-10-14T09:50:09.372Z[ recovery-image] Oct 14 09:50:08.321 INFO O| Oct 14 09:50:08.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
50922024-10-14T09:50:09.372Z[ recovery-image] Oct 14 09:50:08.321 INFO O| Oct 14 09:50:08.321 INFO STEP 319 (remove_files) COMPLETE
50932024-10-14T09:50:09.372Z[ recovery-image] Oct 14 09:50:08.321 INFO O| Oct 14 09:50:08.321 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50942024-10-14T09:50:09.391Z[ recovery-image] Oct 14 09:50:08.340 INFO O| Oct 14 09:50:08.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
50952024-10-14T09:50:09.391Z[ recovery-image] Oct 14 09:50:08.340 INFO O| Oct 14 09:50:08.340 INFO STEP 320 (remove_files) COMPLETE
50962024-10-14T09:50:09.391Z[ recovery-image] Oct 14 09:50:08.340 INFO O| Oct 14 09:50:08.340 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50972024-10-14T09:50:09.408Z[ recovery-image] Oct 14 09:50:08.357 INFO O| Oct 14 09:50:08.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
50982024-10-14T09:50:09.409Z[ recovery-image] Oct 14 09:50:08.357 INFO O| Oct 14 09:50:08.357 INFO STEP 321 (remove_files) COMPLETE
50992024-10-14T09:50:09.409Z[ recovery-image] Oct 14 09:50:08.357 INFO O| Oct 14 09:50:08.357 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51002024-10-14T09:50:09.429Z[ host-image] Oct 14 09:50:08.378 INFO O| Oct 14 09:50:08.378 INFO O| Done
51012024-10-14T09:50:09.431Z[ host-image] Oct 14 09:50:08.378 INFO O| Oct 14 09:50:08.378 INFO O| Done
51022024-10-14T09:50:09.432Z[ recovery-image] Oct 14 09:50:08.379 INFO O| Oct 14 09:50:08.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51032024-10-14T09:50:09.432Z[ recovery-image] Oct 14 09:50:08.379 INFO O| Oct 14 09:50:08.379 INFO STEP 322 (remove_files) COMPLETE
51042024-10-14T09:50:09.432Z[ recovery-image] Oct 14 09:50:08.379 INFO O| Oct 14 09:50:08.379 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-10-14T09:50:09.448Z[ recovery-image] Oct 14 09:50:08.397 INFO O| Oct 14 09:50:08.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51062024-10-14T09:50:09.448Z[ recovery-image] Oct 14 09:50:08.397 INFO O| Oct 14 09:50:08.397 INFO STEP 323 (remove_files) COMPLETE
51072024-10-14T09:50:09.448Z[ recovery-image] Oct 14 09:50:08.397 INFO O| Oct 14 09:50:08.397 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-10-14T09:50:09.456Z[ host-image] Oct 14 09:50:08.405 INFO O| Oct 14 09:50:08.405 INFO O| Done
51092024-10-14T09:50:09.468Z[ recovery-image] Oct 14 09:50:08.415 INFO O| Oct 14 09:50:08.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51102024-10-14T09:50:09.468Z[ recovery-image] Oct 14 09:50:08.415 INFO O| Oct 14 09:50:08.415 INFO STEP 324 (remove_files) COMPLETE
51112024-10-14T09:50:09.468Z[ recovery-image] Oct 14 09:50:08.415 INFO O| Oct 14 09:50:08.415 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51122024-10-14T09:50:09.491Z[ recovery-image] Oct 14 09:50:08.440 INFO O| Oct 14 09:50:08.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51132024-10-14T09:50:09.491Z[ recovery-image] Oct 14 09:50:08.440 INFO O| Oct 14 09:50:08.440 INFO STEP 325 (remove_files) COMPLETE
51142024-10-14T09:50:09.491Z[ recovery-image] Oct 14 09:50:08.440 INFO O| Oct 14 09:50:08.440 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51152024-10-14T09:50:09.513Z[ recovery-image] Oct 14 09:50:08.462 INFO O| Oct 14 09:50:08.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51162024-10-14T09:50:09.513Z[ recovery-image] Oct 14 09:50:08.462 INFO O| Oct 14 09:50:08.462 INFO STEP 326 (remove_files) COMPLETE
51172024-10-14T09:50:09.516Z[ recovery-image] Oct 14 09:50:08.462 INFO O| Oct 14 09:50:08.462 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51182024-10-14T09:50:09.580Z[ recovery-image] Oct 14 09:50:08.529 INFO O| Oct 14 09:50:08.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51192024-10-14T09:50:09.581Z[ recovery-image] Oct 14 09:50:08.529 INFO O| Oct 14 09:50:08.529 INFO STEP 327 (remove_files) COMPLETE
51202024-10-14T09:50:09.581Z[ recovery-image] Oct 14 09:50:08.529 INFO O| Oct 14 09:50:08.529 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51212024-10-14T09:50:09.632Z[ recovery-image] Oct 14 09:50:08.580 INFO O| Oct 14 09:50:08.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51222024-10-14T09:50:09.632Z[ recovery-image] Oct 14 09:50:08.580 INFO O| Oct 14 09:50:08.580 INFO STEP 328 (remove_files) COMPLETE
51232024-10-14T09:50:09.633Z[ recovery-image] Oct 14 09:50:08.580 INFO O| Oct 14 09:50:08.580 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51242024-10-14T09:50:09.649Z[ host-image] Oct 14 09:50:08.597 INFO O| Oct 14 09:50:08.597 INFO STEP 12 (pkg_install) COMPLETE
51252024-10-14T09:50:09.649Z[ host-image] Oct 14 09:50:08.597 INFO O| Oct 14 09:50:08.597 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
51262024-10-14T09:50:09.665Z[ host-image] Oct 14 09:50:08.614 INFO O| Oct 14 09:50:08.614 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
51272024-10-14T09:50:09.686Z[ recovery-image] Oct 14 09:50:08.635 INFO O| Oct 14 09:50:08.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51282024-10-14T09:50:09.686Z[ recovery-image] Oct 14 09:50:08.635 INFO O| Oct 14 09:50:08.635 INFO STEP 329 (remove_files) COMPLETE
51292024-10-14T09:50:09.686Z[ recovery-image] Oct 14 09:50:08.635 INFO O| Oct 14 09:50:08.635 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51302024-10-14T09:50:09.719Z[ recovery-image] Oct 14 09:50:08.666 INFO O| Oct 14 09:50:08.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51312024-10-14T09:50:09.719Z[ recovery-image] Oct 14 09:50:08.667 INFO O| Oct 14 09:50:08.666 INFO STEP 330 (remove_files) COMPLETE
51322024-10-14T09:50:09.719Z[ recovery-image] Oct 14 09:50:08.667 INFO O| Oct 14 09:50:08.666 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51332024-10-14T09:50:09.752Z[ recovery-image] Oct 14 09:50:08.701 INFO O| Oct 14 09:50:08.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51342024-10-14T09:50:09.753Z[ recovery-image] Oct 14 09:50:08.701 INFO O| Oct 14 09:50:08.701 INFO STEP 331 (remove_files) COMPLETE
51352024-10-14T09:50:09.753Z[ recovery-image] Oct 14 09:50:08.701 INFO O| Oct 14 09:50:08.701 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51362024-10-14T09:50:09.793Z[ recovery-image] Oct 14 09:50:08.741 INFO O| Oct 14 09:50:08.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51372024-10-14T09:50:09.797Z[ recovery-image] Oct 14 09:50:08.742 INFO O| Oct 14 09:50:08.742 INFO STEP 332 (remove_files) COMPLETE
51382024-10-14T09:50:09.797Z[ recovery-image] Oct 14 09:50:08.742 INFO O| Oct 14 09:50:08.742 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51392024-10-14T09:50:09.834Z[ recovery-image] Oct 14 09:50:08.783 INFO O| Oct 14 09:50:08.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51402024-10-14T09:50:09.834Z[ recovery-image] Oct 14 09:50:08.783 INFO O| Oct 14 09:50:08.783 INFO STEP 333 (remove_files) COMPLETE
51412024-10-14T09:50:09.838Z[ recovery-image] Oct 14 09:50:08.783 INFO O| Oct 14 09:50:08.783 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51422024-10-14T09:50:09.867Z[ recovery-image] Oct 14 09:50:08.815 INFO O| Oct 14 09:50:08.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51432024-10-14T09:50:09.867Z[ recovery-image] Oct 14 09:50:08.815 INFO O| Oct 14 09:50:08.815 INFO STEP 334 (remove_files) COMPLETE
51442024-10-14T09:50:09.871Z[ recovery-image] Oct 14 09:50:08.815 INFO O| Oct 14 09:50:08.815 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51452024-10-14T09:50:09.903Z[ recovery-image] Oct 14 09:50:08.852 INFO O| Oct 14 09:50:08.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51462024-10-14T09:50:09.905Z[ recovery-image] Oct 14 09:50:08.853 INFO O| Oct 14 09:50:08.852 INFO STEP 335 (remove_files) COMPLETE
51472024-10-14T09:50:09.906Z[ recovery-image] Oct 14 09:50:08.853 INFO O| Oct 14 09:50:08.852 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51482024-10-14T09:50:09.949Z[ recovery-image] Oct 14 09:50:08.898 INFO O| Oct 14 09:50:08.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51492024-10-14T09:50:09.954Z[ recovery-image] Oct 14 09:50:08.898 INFO O| Oct 14 09:50:08.898 INFO STEP 336 (remove_files) COMPLETE
51502024-10-14T09:50:09.954Z[ recovery-image] Oct 14 09:50:08.898 INFO O| Oct 14 09:50:08.898 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51512024-10-14T09:50:09.992Z[ recovery-image] Oct 14 09:50:08.940 INFO O| Oct 14 09:50:08.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51522024-10-14T09:50:09.996Z[ recovery-image] Oct 14 09:50:08.941 INFO O| Oct 14 09:50:08.941 INFO STEP 337 (remove_files) COMPLETE
51532024-10-14T09:50:09.996Z[ recovery-image] Oct 14 09:50:08.941 INFO O| Oct 14 09:50:08.941 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51542024-10-14T09:50:10.031Z[ recovery-image] Oct 14 09:50:08.979 INFO O| Oct 14 09:50:08.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51552024-10-14T09:50:10.031Z[ recovery-image] Oct 14 09:50:08.979 INFO O| Oct 14 09:50:08.979 INFO STEP 338 (remove_files) COMPLETE
51562024-10-14T09:50:10.031Z[ recovery-image] Oct 14 09:50:08.979 INFO O| Oct 14 09:50:08.979 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51572024-10-14T09:50:10.051Z[ recovery-image] Oct 14 09:50:08.999 INFO O| Oct 14 09:50:08.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51582024-10-14T09:50:10.051Z[ recovery-image] Oct 14 09:50:08.999 INFO O| Oct 14 09:50:08.999 INFO STEP 339 (remove_files) COMPLETE
51592024-10-14T09:50:10.051Z[ recovery-image] Oct 14 09:50:08.999 INFO O| Oct 14 09:50:08.999 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51602024-10-14T09:50:10.070Z[ recovery-image] Oct 14 09:50:09.018 INFO O| Oct 14 09:50:09.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51612024-10-14T09:50:10.071Z[ recovery-image] Oct 14 09:50:09.018 INFO O| Oct 14 09:50:09.018 INFO STEP 340 (remove_files) COMPLETE
51622024-10-14T09:50:10.071Z[ recovery-image] Oct 14 09:50:09.018 INFO O| Oct 14 09:50:09.018 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51632024-10-14T09:50:10.088Z[ recovery-image] Oct 14 09:50:09.036 INFO O| Oct 14 09:50:09.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51642024-10-14T09:50:10.089Z[ recovery-image] Oct 14 09:50:09.036 INFO O| Oct 14 09:50:09.036 INFO STEP 341 (remove_files) COMPLETE
51652024-10-14T09:50:10.089Z[ recovery-image] Oct 14 09:50:09.036 INFO O| Oct 14 09:50:09.036 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51662024-10-14T09:50:10.129Z[ recovery-image] Oct 14 09:50:09.077 INFO O| Oct 14 09:50:09.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51672024-10-14T09:50:10.129Z[ recovery-image] Oct 14 09:50:09.077 INFO O| Oct 14 09:50:09.077 INFO STEP 342 (remove_files) COMPLETE
51682024-10-14T09:50:10.133Z[ recovery-image] Oct 14 09:50:09.077 INFO O| Oct 14 09:50:09.077 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51692024-10-14T09:50:10.148Z[ recovery-image] Oct 14 09:50:09.097 INFO O| Oct 14 09:50:09.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51702024-10-14T09:50:10.148Z[ recovery-image] Oct 14 09:50:09.097 INFO O| Oct 14 09:50:09.097 INFO STEP 343 (remove_files) COMPLETE
51712024-10-14T09:50:10.148Z[ recovery-image] Oct 14 09:50:09.097 INFO O| Oct 14 09:50:09.097 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51722024-10-14T09:50:10.180Z[ recovery-image] Oct 14 09:50:09.128 INFO O| Oct 14 09:50:09.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51732024-10-14T09:50:10.180Z[ recovery-image] Oct 14 09:50:09.129 INFO O| Oct 14 09:50:09.129 INFO STEP 344 (remove_files) COMPLETE
51742024-10-14T09:50:10.182Z[ recovery-image] Oct 14 09:50:09.129 INFO O| Oct 14 09:50:09.129 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51752024-10-14T09:50:10.198Z[ recovery-image] Oct 14 09:50:09.146 INFO O| Oct 14 09:50:09.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51762024-10-14T09:50:10.198Z[ recovery-image] Oct 14 09:50:09.147 INFO O| Oct 14 09:50:09.147 INFO STEP 345 (remove_files) COMPLETE
51772024-10-14T09:50:10.200Z[ recovery-image] Oct 14 09:50:09.147 INFO O| Oct 14 09:50:09.147 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51782024-10-14T09:50:10.215Z[ recovery-image] Oct 14 09:50:09.164 INFO O| Oct 14 09:50:09.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51792024-10-14T09:50:10.240Z[ recovery-image] Oct 14 09:50:09.188 INFO O| Oct 14 09:50:09.188 INFO STEP 346 (remove_files) COMPLETE
51802024-10-14T09:50:10.240Z[ recovery-image] Oct 14 09:50:09.188 INFO O| Oct 14 09:50:09.188 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51812024-10-14T09:50:10.320Z[ recovery-image] Oct 14 09:50:09.268 INFO O| Oct 14 09:50:09.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
51822024-10-14T09:50:10.320Z[ recovery-image] Oct 14 09:50:09.268 INFO O| Oct 14 09:50:09.268 INFO STEP 347 (remove_files) COMPLETE
51832024-10-14T09:50:10.320Z[ recovery-image] Oct 14 09:50:09.268 INFO O| Oct 14 09:50:09.268 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51842024-10-14T09:50:10.390Z[ recovery-image] Oct 14 09:50:09.339 INFO O| Oct 14 09:50:09.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
51852024-10-14T09:50:10.390Z[ recovery-image] Oct 14 09:50:09.339 INFO O| Oct 14 09:50:09.339 INFO STEP 348 (remove_files) COMPLETE
51862024-10-14T09:50:10.390Z[ recovery-image] Oct 14 09:50:09.339 INFO O| Oct 14 09:50:09.339 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51872024-10-14T09:50:10.436Z[ recovery-image] Oct 14 09:50:09.382 INFO O| Oct 14 09:50:09.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
51882024-10-14T09:50:10.436Z[ recovery-image] Oct 14 09:50:09.382 INFO O| Oct 14 09:50:09.382 INFO STEP 349 (remove_files) COMPLETE
51892024-10-14T09:50:10.440Z[ recovery-image] Oct 14 09:50:09.382 INFO O| Oct 14 09:50:09.382 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51902024-10-14T09:50:10.455Z[ recovery-image] Oct 14 09:50:09.401 INFO O| Oct 14 09:50:09.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
51912024-10-14T09:50:10.456Z[ recovery-image] Oct 14 09:50:09.401 INFO O| Oct 14 09:50:09.401 INFO STEP 350 (remove_files) COMPLETE
51922024-10-14T09:50:10.456Z[ recovery-image] Oct 14 09:50:09.401 INFO O| Oct 14 09:50:09.401 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51932024-10-14T09:50:10.472Z[ recovery-image] Oct 14 09:50:09.420 INFO O| Oct 14 09:50:09.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
51942024-10-14T09:50:10.472Z[ recovery-image] Oct 14 09:50:09.420 INFO O| Oct 14 09:50:09.420 INFO STEP 351 (remove_files) COMPLETE
51952024-10-14T09:50:10.472Z[ recovery-image] Oct 14 09:50:09.420 INFO O| Oct 14 09:50:09.420 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51962024-10-14T09:50:10.489Z[ recovery-image] Oct 14 09:50:09.438 INFO O| Oct 14 09:50:09.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
51972024-10-14T09:50:10.489Z[ recovery-image] Oct 14 09:50:09.438 INFO O| Oct 14 09:50:09.438 INFO STEP 352 (remove_files) COMPLETE
51982024-10-14T09:50:10.491Z[ recovery-image] Oct 14 09:50:09.438 INFO O| Oct 14 09:50:09.438 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51992024-10-14T09:50:10.528Z[ recovery-image] Oct 14 09:50:09.477 INFO O| Oct 14 09:50:09.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52002024-10-14T09:50:10.528Z[ recovery-image] Oct 14 09:50:09.477 INFO O| Oct 14 09:50:09.477 INFO STEP 353 (remove_files) COMPLETE
52012024-10-14T09:50:10.528Z[ recovery-image] Oct 14 09:50:09.477 INFO O| Oct 14 09:50:09.477 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52022024-10-14T09:50:10.548Z[ recovery-image] Oct 14 09:50:09.496 INFO O| Oct 14 09:50:09.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52032024-10-14T09:50:10.548Z[ recovery-image] Oct 14 09:50:09.497 INFO O| Oct 14 09:50:09.497 INFO STEP 354 (remove_files) COMPLETE
52042024-10-14T09:50:10.548Z[ recovery-image] Oct 14 09:50:09.497 INFO O| Oct 14 09:50:09.497 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52052024-10-14T09:50:10.567Z[ recovery-image] Oct 14 09:50:09.515 INFO O| Oct 14 09:50:09.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52062024-10-14T09:50:10.567Z[ recovery-image] Oct 14 09:50:09.515 INFO O| Oct 14 09:50:09.515 INFO STEP 355 (remove_files) COMPLETE
52072024-10-14T09:50:10.567Z[ recovery-image] Oct 14 09:50:09.516 INFO O| Oct 14 09:50:09.515 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52082024-10-14T09:50:10.586Z[ recovery-image] Oct 14 09:50:09.535 INFO O| Oct 14 09:50:09.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52092024-10-14T09:50:10.586Z[ recovery-image] Oct 14 09:50:09.535 INFO O| Oct 14 09:50:09.535 INFO STEP 356 (remove_files) COMPLETE
52102024-10-14T09:50:10.586Z[ recovery-image] Oct 14 09:50:09.535 INFO O| Oct 14 09:50:09.535 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52112024-10-14T09:50:10.607Z[ recovery-image] Oct 14 09:50:09.556 INFO O| Oct 14 09:50:09.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52122024-10-14T09:50:10.610Z[ recovery-image] Oct 14 09:50:09.556 INFO O| Oct 14 09:50:09.556 INFO STEP 357 (remove_files) COMPLETE
52132024-10-14T09:50:10.610Z[ recovery-image] Oct 14 09:50:09.556 INFO O| Oct 14 09:50:09.556 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52142024-10-14T09:50:10.625Z[ recovery-image] Oct 14 09:50:09.574 INFO O| Oct 14 09:50:09.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52152024-10-14T09:50:10.628Z[ recovery-image] Oct 14 09:50:09.574 INFO O| Oct 14 09:50:09.574 INFO STEP 358 (remove_files) COMPLETE
52162024-10-14T09:50:10.628Z[ recovery-image] Oct 14 09:50:09.574 INFO O| Oct 14 09:50:09.574 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52172024-10-14T09:50:10.648Z[ recovery-image] Oct 14 09:50:09.597 INFO O| Oct 14 09:50:09.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52182024-10-14T09:50:10.648Z[ recovery-image] Oct 14 09:50:09.597 INFO O| Oct 14 09:50:09.597 INFO STEP 359 (remove_files) COMPLETE
52192024-10-14T09:50:10.649Z[ recovery-image] Oct 14 09:50:09.597 INFO O| Oct 14 09:50:09.597 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52202024-10-14T09:50:10.710Z[ recovery-image] Oct 14 09:50:09.657 INFO O| Oct 14 09:50:09.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52212024-10-14T09:50:10.710Z[ recovery-image] Oct 14 09:50:09.658 INFO O| Oct 14 09:50:09.658 INFO STEP 360 (remove_files) COMPLETE
52222024-10-14T09:50:10.710Z[ recovery-image] Oct 14 09:50:09.658 INFO O| Oct 14 09:50:09.658 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52232024-10-14T09:50:10.770Z[ recovery-image] Oct 14 09:50:09.719 INFO O| Oct 14 09:50:09.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52242024-10-14T09:50:10.770Z[ recovery-image] Oct 14 09:50:09.719 INFO O| Oct 14 09:50:09.719 INFO STEP 361 (remove_files) COMPLETE
52252024-10-14T09:50:10.770Z[ recovery-image] Oct 14 09:50:09.719 INFO O| Oct 14 09:50:09.719 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52262024-10-14T09:50:10.790Z[ recovery-image] Oct 14 09:50:09.739 INFO O| Oct 14 09:50:09.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52272024-10-14T09:50:10.790Z[ recovery-image] Oct 14 09:50:09.739 INFO O| Oct 14 09:50:09.739 INFO STEP 362 (remove_files) COMPLETE
52282024-10-14T09:50:10.790Z[ recovery-image] Oct 14 09:50:09.739 INFO O| Oct 14 09:50:09.739 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52292024-10-14T09:50:10.825Z[ recovery-image] Oct 14 09:50:09.774 INFO O| Oct 14 09:50:09.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52302024-10-14T09:50:10.825Z[ host-image] Oct 14 09:50:09.774 INFO O| Oct 14 09:50:09.774 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
52312024-10-14T09:50:10.830Z[ recovery-image] Oct 14 09:50:09.774 INFO O| Oct 14 09:50:09.774 INFO STEP 363 (remove_files) COMPLETE
52322024-10-14T09:50:10.830Z[ recovery-image] Oct 14 09:50:09.775 INFO O| Oct 14 09:50:09.775 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52332024-10-14T09:50:10.859Z[ recovery-image] Oct 14 09:50:09.808 INFO O| Oct 14 09:50:09.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52342024-10-14T09:50:10.862Z[ recovery-image] Oct 14 09:50:09.808 INFO O| Oct 14 09:50:09.808 INFO STEP 364 (remove_files) COMPLETE
52352024-10-14T09:50:10.862Z[ recovery-image] Oct 14 09:50:09.808 INFO O| Oct 14 09:50:09.808 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52362024-10-14T09:50:10.884Z[ recovery-image] Oct 14 09:50:09.833 INFO O| Oct 14 09:50:09.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52372024-10-14T09:50:10.884Z[ recovery-image] Oct 14 09:50:09.833 INFO O| Oct 14 09:50:09.833 INFO STEP 365 (remove_files) COMPLETE
52382024-10-14T09:50:10.884Z[ recovery-image] Oct 14 09:50:09.833 INFO O| Oct 14 09:50:09.833 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52392024-10-14T09:50:10.937Z[ recovery-image] Oct 14 09:50:09.885 INFO O| Oct 14 09:50:09.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52402024-10-14T09:50:10.940Z[ recovery-image] Oct 14 09:50:09.886 INFO O| Oct 14 09:50:09.885 INFO STEP 366 (remove_files) COMPLETE
52412024-10-14T09:50:10.940Z[ recovery-image] Oct 14 09:50:09.886 INFO O| Oct 14 09:50:09.886 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52422024-10-14T09:50:10.970Z[ recovery-image] Oct 14 09:50:09.919 INFO O| Oct 14 09:50:09.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52432024-10-14T09:50:10.970Z[ recovery-image] Oct 14 09:50:09.919 INFO O| Oct 14 09:50:09.919 INFO STEP 367 (remove_files) COMPLETE
52442024-10-14T09:50:10.970Z[ recovery-image] Oct 14 09:50:09.919 INFO O| Oct 14 09:50:09.919 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52452024-10-14T09:50:10.989Z[ recovery-image] Oct 14 09:50:09.937 INFO O| Oct 14 09:50:09.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52462024-10-14T09:50:10.989Z[ recovery-image] Oct 14 09:50:09.937 INFO O| Oct 14 09:50:09.937 INFO STEP 368 (remove_files) COMPLETE
52472024-10-14T09:50:10.989Z[ recovery-image] Oct 14 09:50:09.938 INFO O| Oct 14 09:50:09.937 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52482024-10-14T09:50:11.006Z[ recovery-image] Oct 14 09:50:09.955 INFO O| Oct 14 09:50:09.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52492024-10-14T09:50:11.006Z[ recovery-image] Oct 14 09:50:09.955 INFO O| Oct 14 09:50:09.955 INFO STEP 369 (remove_files) COMPLETE
52502024-10-14T09:50:11.006Z[ recovery-image] Oct 14 09:50:09.955 INFO O| Oct 14 09:50:09.955 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52512024-10-14T09:50:11.025Z[ recovery-image] Oct 14 09:50:09.973 INFO O| Oct 14 09:50:09.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52522024-10-14T09:50:11.025Z[ recovery-image] Oct 14 09:50:09.974 INFO O| Oct 14 09:50:09.974 INFO STEP 370 (remove_files) COMPLETE
52532024-10-14T09:50:11.027Z[ recovery-image] Oct 14 09:50:09.974 INFO O| Oct 14 09:50:09.974 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52542024-10-14T09:50:11.042Z[ recovery-image] Oct 14 09:50:09.991 INFO O| Oct 14 09:50:09.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52552024-10-14T09:50:11.042Z[ recovery-image] Oct 14 09:50:09.991 INFO O| Oct 14 09:50:09.991 INFO STEP 371 (remove_files) COMPLETE
52562024-10-14T09:50:11.045Z[ recovery-image] Oct 14 09:50:09.991 INFO O| Oct 14 09:50:09.991 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52572024-10-14T09:50:11.075Z[ recovery-image] Oct 14 09:50:10.024 INFO O| Oct 14 09:50:10.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52582024-10-14T09:50:11.075Z[ recovery-image] Oct 14 09:50:10.024 INFO O| Oct 14 09:50:10.024 INFO STEP 372 (remove_files) COMPLETE
52592024-10-14T09:50:11.078Z[ recovery-image] Oct 14 09:50:10.024 INFO O| Oct 14 09:50:10.024 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52602024-10-14T09:50:11.136Z[ recovery-image] Oct 14 09:50:10.084 INFO O| Oct 14 09:50:10.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52612024-10-14T09:50:11.136Z[ recovery-image] Oct 14 09:50:10.084 INFO O| Oct 14 09:50:10.084 INFO STEP 373 (remove_files) COMPLETE
52622024-10-14T09:50:11.136Z[ recovery-image] Oct 14 09:50:10.084 INFO O| Oct 14 09:50:10.084 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52632024-10-14T09:50:11.154Z[ recovery-image] Oct 14 09:50:10.103 INFO O| Oct 14 09:50:10.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52642024-10-14T09:50:11.154Z[ recovery-image] Oct 14 09:50:10.103 INFO O| Oct 14 09:50:10.103 INFO STEP 374 (remove_files) COMPLETE
52652024-10-14T09:50:11.154Z[ recovery-image] Oct 14 09:50:10.103 INFO O| Oct 14 09:50:10.103 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52662024-10-14T09:50:11.176Z[ recovery-image] Oct 14 09:50:10.124 INFO O| Oct 14 09:50:10.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52672024-10-14T09:50:11.176Z[ recovery-image] Oct 14 09:50:10.124 INFO O| Oct 14 09:50:10.124 INFO STEP 375 (remove_files) COMPLETE
52682024-10-14T09:50:11.176Z[ recovery-image] Oct 14 09:50:10.124 INFO O| Oct 14 09:50:10.124 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52692024-10-14T09:50:11.193Z[ recovery-image] Oct 14 09:50:10.142 INFO O| Oct 14 09:50:10.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52702024-10-14T09:50:11.193Z[ recovery-image] Oct 14 09:50:10.142 INFO O| Oct 14 09:50:10.142 INFO STEP 376 (remove_files) COMPLETE
52712024-10-14T09:50:11.194Z[ recovery-image] Oct 14 09:50:10.142 INFO O| Oct 14 09:50:10.142 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52722024-10-14T09:50:11.234Z[ recovery-image] Oct 14 09:50:10.183 INFO O| Oct 14 09:50:10.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52732024-10-14T09:50:11.235Z[ recovery-image] Oct 14 09:50:10.183 INFO O| Oct 14 09:50:10.183 INFO STEP 377 (remove_files) COMPLETE
52742024-10-14T09:50:11.235Z[ recovery-image] Oct 14 09:50:10.183 INFO O| Oct 14 09:50:10.183 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52752024-10-14T09:50:11.276Z[ recovery-image] Oct 14 09:50:10.225 INFO O| Oct 14 09:50:10.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52762024-10-14T09:50:11.276Z[ recovery-image] Oct 14 09:50:10.225 INFO O| Oct 14 09:50:10.225 INFO STEP 378 (remove_files) COMPLETE
52772024-10-14T09:50:11.279Z[ recovery-image] Oct 14 09:50:10.225 INFO O| Oct 14 09:50:10.225 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52782024-10-14T09:50:11.335Z[ recovery-image] Oct 14 09:50:10.283 INFO O| Oct 14 09:50:10.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52792024-10-14T09:50:11.335Z[ recovery-image] Oct 14 09:50:10.284 INFO O| Oct 14 09:50:10.284 INFO STEP 379 (remove_files) COMPLETE
52802024-10-14T09:50:11.335Z[ recovery-image] Oct 14 09:50:10.284 INFO O| Oct 14 09:50:10.284 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52812024-10-14T09:50:11.354Z[ recovery-image] Oct 14 09:50:10.303 INFO O| Oct 14 09:50:10.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
52822024-10-14T09:50:11.354Z[ recovery-image] Oct 14 09:50:10.303 INFO O| Oct 14 09:50:10.303 INFO STEP 380 (remove_files) COMPLETE
52832024-10-14T09:50:11.354Z[ recovery-image] Oct 14 09:50:10.303 INFO O| Oct 14 09:50:10.303 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52842024-10-14T09:50:11.388Z[ recovery-image] Oct 14 09:50:10.336 INFO O| Oct 14 09:50:10.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
52852024-10-14T09:50:11.388Z[ recovery-image] Oct 14 09:50:10.337 INFO O| Oct 14 09:50:10.337 INFO STEP 381 (remove_files) COMPLETE
52862024-10-14T09:50:11.388Z[ recovery-image] Oct 14 09:50:10.337 INFO O| Oct 14 09:50:10.337 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52872024-10-14T09:50:11.460Z[ recovery-image] Oct 14 09:50:10.408 INFO O| Oct 14 09:50:10.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
52882024-10-14T09:50:11.460Z[ recovery-image] Oct 14 09:50:10.408 INFO O| Oct 14 09:50:10.408 INFO STEP 382 (remove_files) COMPLETE
52892024-10-14T09:50:11.460Z[ recovery-image] Oct 14 09:50:10.408 INFO O| Oct 14 09:50:10.408 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52902024-10-14T09:50:11.518Z[ recovery-image] Oct 14 09:50:10.467 INFO O| Oct 14 09:50:10.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
52912024-10-14T09:50:11.518Z[ recovery-image] Oct 14 09:50:10.467 INFO O| Oct 14 09:50:10.467 INFO STEP 383 (remove_files) COMPLETE
52922024-10-14T09:50:11.518Z[ recovery-image] Oct 14 09:50:10.467 INFO O| Oct 14 09:50:10.467 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52932024-10-14T09:50:11.602Z[ recovery-image] Oct 14 09:50:10.551 INFO O| Oct 14 09:50:10.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
52942024-10-14T09:50:11.602Z[ recovery-image] Oct 14 09:50:10.551 INFO O| Oct 14 09:50:10.551 INFO STEP 384 (remove_files) COMPLETE
52952024-10-14T09:50:11.602Z[ recovery-image] Oct 14 09:50:10.551 INFO O| Oct 14 09:50:10.551 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52962024-10-14T09:50:11.653Z[ recovery-image] Oct 14 09:50:10.602 INFO O| Oct 14 09:50:10.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
52972024-10-14T09:50:11.653Z[ recovery-image] Oct 14 09:50:10.602 INFO O| Oct 14 09:50:10.602 INFO STEP 385 (remove_files) COMPLETE
52982024-10-14T09:50:11.656Z[ recovery-image] Oct 14 09:50:10.602 INFO O| Oct 14 09:50:10.602 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52992024-10-14T09:50:11.672Z[ recovery-image] Oct 14 09:50:10.621 INFO O| Oct 14 09:50:10.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53002024-10-14T09:50:11.672Z[ recovery-image] Oct 14 09:50:10.621 INFO O| Oct 14 09:50:10.621 INFO STEP 386 (remove_files) COMPLETE
53012024-10-14T09:50:11.672Z[ recovery-image] Oct 14 09:50:10.621 INFO O| Oct 14 09:50:10.621 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53022024-10-14T09:50:11.709Z[ recovery-image] Oct 14 09:50:10.658 INFO O| Oct 14 09:50:10.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53032024-10-14T09:50:11.733Z[ recovery-image] Oct 14 09:50:10.682 INFO O| Oct 14 09:50:10.682 INFO STEP 387 (remove_files) COMPLETE
53042024-10-14T09:50:11.733Z[ recovery-image] Oct 14 09:50:10.682 INFO O| Oct 14 09:50:10.682 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53052024-10-14T09:50:11.778Z[ recovery-image] Oct 14 09:50:10.726 INFO O| Oct 14 09:50:10.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53062024-10-14T09:50:11.778Z[ recovery-image] Oct 14 09:50:10.726 INFO O| Oct 14 09:50:10.726 INFO STEP 388 (remove_files) COMPLETE
53072024-10-14T09:50:11.778Z[ recovery-image] Oct 14 09:50:10.726 INFO O| Oct 14 09:50:10.726 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53082024-10-14T09:50:11.798Z[ recovery-image] Oct 14 09:50:10.746 INFO O| Oct 14 09:50:10.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53092024-10-14T09:50:11.798Z[ recovery-image] Oct 14 09:50:10.746 INFO O| Oct 14 09:50:10.746 INFO STEP 389 (remove_files) COMPLETE
53102024-10-14T09:50:11.798Z[ recovery-image] Oct 14 09:50:10.746 INFO O| Oct 14 09:50:10.746 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53112024-10-14T09:50:11.842Z[ recovery-image] Oct 14 09:50:10.791 INFO O| Oct 14 09:50:10.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53122024-10-14T09:50:11.842Z[ recovery-image] Oct 14 09:50:10.791 INFO O| Oct 14 09:50:10.791 INFO STEP 390 (remove_files) COMPLETE
53132024-10-14T09:50:11.842Z[ recovery-image] Oct 14 09:50:10.791 INFO O| Oct 14 09:50:10.791 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53142024-10-14T09:50:11.862Z[ recovery-image] Oct 14 09:50:10.810 INFO O| Oct 14 09:50:10.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53152024-10-14T09:50:11.862Z[ recovery-image] Oct 14 09:50:10.810 INFO O| Oct 14 09:50:10.810 INFO STEP 391 (remove_files) COMPLETE
53162024-10-14T09:50:11.864Z[ recovery-image] Oct 14 09:50:10.810 INFO O| Oct 14 09:50:10.810 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53172024-10-14T09:50:11.895Z[ recovery-image] Oct 14 09:50:10.843 INFO O| Oct 14 09:50:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53182024-10-14T09:50:11.897Z[ recovery-image] Oct 14 09:50:10.843 INFO O| Oct 14 09:50:10.843 INFO STEP 392 (remove_files) COMPLETE
53192024-10-14T09:50:11.897Z[ recovery-image] Oct 14 09:50:10.843 INFO O| Oct 14 09:50:10.843 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53202024-10-14T09:50:11.928Z[ recovery-image] Oct 14 09:50:10.877 INFO O| Oct 14 09:50:10.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53212024-10-14T09:50:11.929Z[ recovery-image] Oct 14 09:50:10.877 INFO O| Oct 14 09:50:10.877 INFO STEP 393 (remove_files) COMPLETE
53222024-10-14T09:50:11.929Z[ recovery-image] Oct 14 09:50:10.877 INFO O| Oct 14 09:50:10.877 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53232024-10-14T09:50:11.947Z[ recovery-image] Oct 14 09:50:10.896 INFO O| Oct 14 09:50:10.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53242024-10-14T09:50:11.947Z[ recovery-image] Oct 14 09:50:10.896 INFO O| Oct 14 09:50:10.896 INFO STEP 394 (remove_files) COMPLETE
53252024-10-14T09:50:11.947Z[ recovery-image] Oct 14 09:50:10.896 INFO O| Oct 14 09:50:10.896 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53262024-10-14T09:50:11.966Z[ recovery-image] Oct 14 09:50:10.915 INFO O| Oct 14 09:50:10.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53272024-10-14T09:50:11.966Z[ recovery-image] Oct 14 09:50:10.915 INFO O| Oct 14 09:50:10.915 INFO STEP 395 (remove_files) COMPLETE
53282024-10-14T09:50:11.969Z[ recovery-image] Oct 14 09:50:10.915 INFO O| Oct 14 09:50:10.915 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53292024-10-14T09:50:11.986Z[ recovery-image] Oct 14 09:50:10.935 INFO O| Oct 14 09:50:10.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53302024-10-14T09:50:11.986Z[ recovery-image] Oct 14 09:50:10.935 INFO O| Oct 14 09:50:10.935 INFO STEP 396 (remove_files) COMPLETE
53312024-10-14T09:50:11.986Z[ recovery-image] Oct 14 09:50:10.935 INFO O| Oct 14 09:50:10.935 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53322024-10-14T09:50:12.004Z[ recovery-image] Oct 14 09:50:10.953 INFO O| Oct 14 09:50:10.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53332024-10-14T09:50:12.004Z[ recovery-image] Oct 14 09:50:10.953 INFO O| Oct 14 09:50:10.953 INFO STEP 397 (remove_files) COMPLETE
53342024-10-14T09:50:12.004Z[ recovery-image] Oct 14 09:50:10.953 INFO O| Oct 14 09:50:10.953 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53352024-10-14T09:50:12.022Z[ recovery-image] Oct 14 09:50:10.971 INFO O| Oct 14 09:50:10.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53362024-10-14T09:50:12.022Z[ recovery-image] Oct 14 09:50:10.971 INFO O| Oct 14 09:50:10.971 INFO STEP 398 (remove_files) COMPLETE
53372024-10-14T09:50:12.022Z[ recovery-image] Oct 14 09:50:10.971 INFO O| Oct 14 09:50:10.971 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53382024-10-14T09:50:12.041Z[ recovery-image] Oct 14 09:50:10.990 INFO O| Oct 14 09:50:10.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53392024-10-14T09:50:12.041Z[ recovery-image] Oct 14 09:50:10.990 INFO O| Oct 14 09:50:10.990 INFO STEP 399 (remove_files) COMPLETE
53402024-10-14T09:50:12.041Z[ recovery-image] Oct 14 09:50:10.990 INFO O| Oct 14 09:50:10.990 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53412024-10-14T09:50:12.073Z[ recovery-image] Oct 14 09:50:11.022 INFO O| Oct 14 09:50:11.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53422024-10-14T09:50:12.073Z[ recovery-image] Oct 14 09:50:11.022 INFO O| Oct 14 09:50:11.022 INFO STEP 400 (remove_files) COMPLETE
53432024-10-14T09:50:12.073Z[ recovery-image] Oct 14 09:50:11.022 INFO O| Oct 14 09:50:11.022 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53442024-10-14T09:50:12.112Z[ recovery-image] Oct 14 09:50:11.060 INFO O| Oct 14 09:50:11.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53452024-10-14T09:50:12.112Z[ recovery-image] Oct 14 09:50:11.060 INFO O| Oct 14 09:50:11.060 INFO STEP 401 (remove_files) COMPLETE
53462024-10-14T09:50:12.112Z[ recovery-image] Oct 14 09:50:11.060 INFO O| Oct 14 09:50:11.060 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53472024-10-14T09:50:12.170Z[ recovery-image] Oct 14 09:50:11.118 INFO O| Oct 14 09:50:11.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53482024-10-14T09:50:12.170Z[ recovery-image] Oct 14 09:50:11.118 INFO O| Oct 14 09:50:11.118 INFO STEP 402 (remove_files) COMPLETE
53492024-10-14T09:50:12.170Z[ recovery-image] Oct 14 09:50:11.118 INFO O| Oct 14 09:50:11.118 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53502024-10-14T09:50:12.189Z[ recovery-image] Oct 14 09:50:11.137 INFO O| Oct 14 09:50:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53512024-10-14T09:50:12.189Z[ recovery-image] Oct 14 09:50:11.137 INFO O| Oct 14 09:50:11.137 INFO STEP 403 (remove_files) COMPLETE
53522024-10-14T09:50:12.191Z[ recovery-image] Oct 14 09:50:11.137 INFO O| Oct 14 09:50:11.137 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53532024-10-14T09:50:12.207Z[ recovery-image] Oct 14 09:50:11.156 INFO O| Oct 14 09:50:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53542024-10-14T09:50:12.207Z[ recovery-image] Oct 14 09:50:11.156 INFO O| Oct 14 09:50:11.156 INFO STEP 404 (remove_files) COMPLETE
53552024-10-14T09:50:12.210Z[ recovery-image] Oct 14 09:50:11.156 INFO O| Oct 14 09:50:11.156 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53562024-10-14T09:50:12.227Z[ recovery-image] Oct 14 09:50:11.176 INFO O| Oct 14 09:50:11.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53572024-10-14T09:50:12.227Z[ recovery-image] Oct 14 09:50:11.176 INFO O| Oct 14 09:50:11.176 INFO STEP 405 (remove_files) COMPLETE
53582024-10-14T09:50:12.229Z[ recovery-image] Oct 14 09:50:11.176 INFO O| Oct 14 09:50:11.176 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53592024-10-14T09:50:12.245Z[ recovery-image] Oct 14 09:50:11.194 INFO O| Oct 14 09:50:11.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53602024-10-14T09:50:12.245Z[ recovery-image] Oct 14 09:50:11.194 INFO O| Oct 14 09:50:11.194 INFO STEP 406 (remove_files) COMPLETE
53612024-10-14T09:50:12.248Z[ recovery-image] Oct 14 09:50:11.194 INFO O| Oct 14 09:50:11.194 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53622024-10-14T09:50:12.280Z[ recovery-image] Oct 14 09:50:11.229 INFO O| Oct 14 09:50:11.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53632024-10-14T09:50:12.283Z[ recovery-image] Oct 14 09:50:11.229 INFO O| Oct 14 09:50:11.229 INFO STEP 407 (remove_files) COMPLETE
53642024-10-14T09:50:12.283Z[ recovery-image] Oct 14 09:50:11.229 INFO O| Oct 14 09:50:11.229 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53652024-10-14T09:50:12.299Z[ recovery-image] Oct 14 09:50:11.248 INFO O| Oct 14 09:50:11.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53662024-10-14T09:50:12.303Z[ recovery-image] Oct 14 09:50:11.248 INFO O| Oct 14 09:50:11.248 INFO STEP 408 (remove_files) COMPLETE
53672024-10-14T09:50:12.303Z[ recovery-image] Oct 14 09:50:11.248 INFO O| Oct 14 09:50:11.248 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53682024-10-14T09:50:12.319Z[ recovery-image] Oct 14 09:50:11.267 INFO O| Oct 14 09:50:11.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53692024-10-14T09:50:12.319Z[ recovery-image] Oct 14 09:50:11.268 INFO O| Oct 14 09:50:11.268 INFO STEP 409 (remove_files) COMPLETE
53702024-10-14T09:50:12.321Z[ recovery-image] Oct 14 09:50:11.268 INFO O| Oct 14 09:50:11.268 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53712024-10-14T09:50:12.379Z[ recovery-image] Oct 14 09:50:11.328 INFO O| Oct 14 09:50:11.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53722024-10-14T09:50:12.382Z[ recovery-image] Oct 14 09:50:11.328 INFO O| Oct 14 09:50:11.328 INFO STEP 410 (remove_files) COMPLETE
53732024-10-14T09:50:12.382Z[ recovery-image] Oct 14 09:50:11.328 INFO O| Oct 14 09:50:11.328 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53742024-10-14T09:50:12.400Z[ recovery-image] Oct 14 09:50:11.349 INFO O| Oct 14 09:50:11.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53752024-10-14T09:50:12.403Z[ recovery-image] Oct 14 09:50:11.349 INFO O| Oct 14 09:50:11.349 INFO STEP 411 (remove_files) COMPLETE
53762024-10-14T09:50:12.403Z[ recovery-image] Oct 14 09:50:11.349 INFO O| Oct 14 09:50:11.349 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53772024-10-14T09:50:12.434Z[ recovery-image] Oct 14 09:50:11.383 INFO O| Oct 14 09:50:11.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
53782024-10-14T09:50:12.434Z[ recovery-image] Oct 14 09:50:11.383 INFO O| Oct 14 09:50:11.383 INFO STEP 412 (remove_files) COMPLETE
53792024-10-14T09:50:12.434Z[ recovery-image] Oct 14 09:50:11.383 INFO O| Oct 14 09:50:11.383 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53802024-10-14T09:50:12.457Z[ recovery-image] Oct 14 09:50:11.405 INFO O| Oct 14 09:50:11.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
53812024-10-14T09:50:12.457Z[ recovery-image] Oct 14 09:50:11.406 INFO O| Oct 14 09:50:11.405 INFO STEP 413 (remove_files) COMPLETE
53822024-10-14T09:50:12.460Z[ recovery-image] Oct 14 09:50:11.406 INFO O| Oct 14 09:50:11.406 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53832024-10-14T09:50:12.481Z[ recovery-image] Oct 14 09:50:11.429 INFO O| Oct 14 09:50:11.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
53842024-10-14T09:50:12.481Z[ recovery-image] Oct 14 09:50:11.429 INFO O| Oct 14 09:50:11.429 INFO STEP 414 (remove_files) COMPLETE
53852024-10-14T09:50:12.481Z[ recovery-image] Oct 14 09:50:11.429 INFO O| Oct 14 09:50:11.429 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53862024-10-14T09:50:12.518Z[ recovery-image] Oct 14 09:50:11.466 INFO O| Oct 14 09:50:11.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
53872024-10-14T09:50:12.518Z[ recovery-image] Oct 14 09:50:11.466 INFO O| Oct 14 09:50:11.466 INFO STEP 415 (remove_files) COMPLETE
53882024-10-14T09:50:12.518Z[ recovery-image] Oct 14 09:50:11.467 INFO O| Oct 14 09:50:11.466 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53892024-10-14T09:50:12.537Z[ recovery-image] Oct 14 09:50:11.485 INFO O| Oct 14 09:50:11.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
53902024-10-14T09:50:12.537Z[ recovery-image] Oct 14 09:50:11.485 INFO O| Oct 14 09:50:11.485 INFO STEP 416 (remove_files) COMPLETE
53912024-10-14T09:50:12.537Z[ recovery-image] Oct 14 09:50:11.485 INFO O| Oct 14 09:50:11.485 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53922024-10-14T09:50:12.571Z[ recovery-image] Oct 14 09:50:11.520 INFO O| Oct 14 09:50:11.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
53932024-10-14T09:50:12.574Z[ recovery-image] Oct 14 09:50:11.520 INFO O| Oct 14 09:50:11.520 INFO STEP 417 (remove_files) COMPLETE
53942024-10-14T09:50:12.574Z[ recovery-image] Oct 14 09:50:11.520 INFO O| Oct 14 09:50:11.520 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53952024-10-14T09:50:12.606Z[ recovery-image] Oct 14 09:50:11.555 INFO O| Oct 14 09:50:11.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
53962024-10-14T09:50:12.610Z[ recovery-image] Oct 14 09:50:11.555 INFO O| Oct 14 09:50:11.555 INFO STEP 418 (remove_files) COMPLETE
53972024-10-14T09:50:12.610Z[ recovery-image] Oct 14 09:50:11.555 INFO O| Oct 14 09:50:11.555 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53982024-10-14T09:50:12.646Z[ recovery-image] Oct 14 09:50:11.594 INFO O| Oct 14 09:50:11.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
53992024-10-14T09:50:12.648Z[ recovery-image] Oct 14 09:50:11.594 INFO O| Oct 14 09:50:11.594 INFO STEP 419 (remove_files) COMPLETE
54002024-10-14T09:50:12.648Z[ recovery-image] Oct 14 09:50:11.595 INFO O| Oct 14 09:50:11.595 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54012024-10-14T09:50:12.662Z[ recovery-image] Oct 14 09:50:11.611 INFO O| Oct 14 09:50:11.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54022024-10-14T09:50:12.664Z[ recovery-image] Oct 14 09:50:11.611 INFO O| Oct 14 09:50:11.611 INFO STEP 420 (remove_files) COMPLETE
54032024-10-14T09:50:12.664Z[ recovery-image] Oct 14 09:50:11.611 INFO O| Oct 14 09:50:11.611 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54042024-10-14T09:50:12.678Z[ recovery-image] Oct 14 09:50:11.627 INFO O| Oct 14 09:50:11.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54052024-10-14T09:50:12.681Z[ recovery-image] Oct 14 09:50:11.627 INFO O| Oct 14 09:50:11.627 INFO STEP 421 (remove_files) COMPLETE
54062024-10-14T09:50:12.681Z[ recovery-image] Oct 14 09:50:11.627 INFO O| Oct 14 09:50:11.627 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54072024-10-14T09:50:12.716Z[ recovery-image] Oct 14 09:50:11.665 INFO O| Oct 14 09:50:11.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54082024-10-14T09:50:12.716Z[ recovery-image] Oct 14 09:50:11.665 INFO O| Oct 14 09:50:11.665 INFO STEP 422 (remove_files) COMPLETE
54092024-10-14T09:50:12.716Z[ recovery-image] Oct 14 09:50:11.665 INFO O| Oct 14 09:50:11.665 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54102024-10-14T09:50:12.734Z[ recovery-image] Oct 14 09:50:11.682 INFO O| Oct 14 09:50:11.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54112024-10-14T09:50:12.734Z[ recovery-image] Oct 14 09:50:11.682 INFO O| Oct 14 09:50:11.682 INFO STEP 423 (remove_files) COMPLETE
54122024-10-14T09:50:12.734Z[ recovery-image] Oct 14 09:50:11.683 INFO O| Oct 14 09:50:11.682 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54132024-10-14T09:50:12.794Z[ recovery-image] Oct 14 09:50:11.742 INFO O| Oct 14 09:50:11.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54142024-10-14T09:50:12.816Z[ recovery-image] Oct 14 09:50:11.765 INFO O| Oct 14 09:50:11.765 INFO STEP 424 (remove_files) COMPLETE
54152024-10-14T09:50:12.816Z[ recovery-image] Oct 14 09:50:11.765 INFO O| Oct 14 09:50:11.765 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54162024-10-14T09:50:12.900Z[ recovery-image] Oct 14 09:50:11.849 INFO O| Oct 14 09:50:11.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54172024-10-14T09:50:12.903Z[ recovery-image] Oct 14 09:50:11.849 INFO O| Oct 14 09:50:11.849 INFO STEP 425 (remove_files) COMPLETE
54182024-10-14T09:50:12.903Z[ recovery-image] Oct 14 09:50:11.849 INFO O| Oct 14 09:50:11.849 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54192024-10-14T09:50:12.919Z[ recovery-image] Oct 14 09:50:11.868 INFO O| Oct 14 09:50:11.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54202024-10-14T09:50:12.922Z[ recovery-image] Oct 14 09:50:11.868 INFO O| Oct 14 09:50:11.868 INFO STEP 426 (remove_files) COMPLETE
54212024-10-14T09:50:12.922Z[ recovery-image] Oct 14 09:50:11.868 INFO O| Oct 14 09:50:11.868 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54222024-10-14T09:50:12.936Z[ recovery-image] Oct 14 09:50:11.884 INFO O| Oct 14 09:50:11.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54232024-10-14T09:50:12.939Z[ recovery-image] Oct 14 09:50:11.884 INFO O| Oct 14 09:50:11.884 INFO STEP 427 (remove_files) COMPLETE
54242024-10-14T09:50:12.939Z[ recovery-image] Oct 14 09:50:11.885 INFO O| Oct 14 09:50:11.884 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54252024-10-14T09:50:12.954Z[ recovery-image] Oct 14 09:50:11.903 INFO O| Oct 14 09:50:11.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54262024-10-14T09:50:12.957Z[ recovery-image] Oct 14 09:50:11.903 INFO O| Oct 14 09:50:11.903 INFO STEP 428 (remove_files) COMPLETE
54272024-10-14T09:50:12.957Z[ recovery-image] Oct 14 09:50:11.903 INFO O| Oct 14 09:50:11.903 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54282024-10-14T09:50:12.983Z[ recovery-image] Oct 14 09:50:11.932 INFO O| Oct 14 09:50:11.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54292024-10-14T09:50:12.984Z[ recovery-image] Oct 14 09:50:11.932 INFO O| Oct 14 09:50:11.932 INFO STEP 429 (remove_files) COMPLETE
54302024-10-14T09:50:12.984Z[ recovery-image] Oct 14 09:50:11.932 INFO O| Oct 14 09:50:11.932 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54312024-10-14T09:50:13.001Z[ recovery-image] Oct 14 09:50:11.949 INFO O| Oct 14 09:50:11.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54322024-10-14T09:50:13.001Z[ recovery-image] Oct 14 09:50:11.950 INFO O| Oct 14 09:50:11.949 INFO STEP 430 (remove_files) COMPLETE
54332024-10-14T09:50:13.001Z[ recovery-image] Oct 14 09:50:11.950 INFO O| Oct 14 09:50:11.950 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54342024-10-14T09:50:13.017Z[ recovery-image] Oct 14 09:50:11.966 INFO O| Oct 14 09:50:11.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54352024-10-14T09:50:13.037Z[ recovery-image] Oct 14 09:50:11.986 INFO O| Oct 14 09:50:11.986 INFO STEP 431 (remove_files) COMPLETE
54362024-10-14T09:50:13.037Z[ recovery-image] Oct 14 09:50:11.986 INFO O| Oct 14 09:50:11.986 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54372024-10-14T09:50:13.101Z[ recovery-image] Oct 14 09:50:12.049 INFO O| Oct 14 09:50:12.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54382024-10-14T09:50:13.101Z[ recovery-image] Oct 14 09:50:12.049 INFO O| Oct 14 09:50:12.049 INFO STEP 432 (remove_files) COMPLETE
54392024-10-14T09:50:13.101Z[ recovery-image] Oct 14 09:50:12.049 INFO O| Oct 14 09:50:12.049 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54402024-10-14T09:50:13.157Z[ recovery-image] Oct 14 09:50:12.106 INFO O| Oct 14 09:50:12.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54412024-10-14T09:50:13.157Z[ recovery-image] Oct 14 09:50:12.106 INFO O| Oct 14 09:50:12.106 INFO STEP 433 (remove_files) COMPLETE
54422024-10-14T09:50:13.157Z[ recovery-image] Oct 14 09:50:12.106 INFO O| Oct 14 09:50:12.106 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54432024-10-14T09:50:13.211Z[ recovery-image] Oct 14 09:50:12.160 INFO O| Oct 14 09:50:12.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54442024-10-14T09:50:13.211Z[ recovery-image] Oct 14 09:50:12.160 INFO O| Oct 14 09:50:12.160 INFO STEP 434 (remove_files) COMPLETE
54452024-10-14T09:50:13.211Z[ recovery-image] Oct 14 09:50:12.160 INFO O| Oct 14 09:50:12.160 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54462024-10-14T09:50:13.249Z[ recovery-image] Oct 14 09:50:12.198 INFO O| Oct 14 09:50:12.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54472024-10-14T09:50:13.249Z[ recovery-image] Oct 14 09:50:12.198 INFO O| Oct 14 09:50:12.198 INFO STEP 435 (remove_files) COMPLETE
54482024-10-14T09:50:13.249Z[ recovery-image] Oct 14 09:50:12.198 INFO O| Oct 14 09:50:12.198 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54492024-10-14T09:50:13.268Z[ recovery-image] Oct 14 09:50:12.216 INFO O| Oct 14 09:50:12.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54502024-10-14T09:50:13.268Z[ recovery-image] Oct 14 09:50:12.216 INFO O| Oct 14 09:50:12.216 INFO STEP 436 (remove_files) COMPLETE
54512024-10-14T09:50:13.268Z[ recovery-image] Oct 14 09:50:12.216 INFO O| Oct 14 09:50:12.216 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54522024-10-14T09:50:13.303Z[ recovery-image] Oct 14 09:50:12.252 INFO O| Oct 14 09:50:12.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54532024-10-14T09:50:13.303Z[ recovery-image] Oct 14 09:50:12.252 INFO O| Oct 14 09:50:12.252 INFO STEP 437 (remove_files) COMPLETE
54542024-10-14T09:50:13.303Z[ recovery-image] Oct 14 09:50:12.252 INFO O| Oct 14 09:50:12.252 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54552024-10-14T09:50:13.333Z[ recovery-image] Oct 14 09:50:12.281 INFO O| Oct 14 09:50:12.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54562024-10-14T09:50:13.333Z[ recovery-image] Oct 14 09:50:12.281 INFO O| Oct 14 09:50:12.281 INFO STEP 438 (remove_files) COMPLETE
54572024-10-14T09:50:13.335Z[ recovery-image] Oct 14 09:50:12.281 INFO O| Oct 14 09:50:12.281 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54582024-10-14T09:50:13.352Z[ recovery-image] Oct 14 09:50:12.300 INFO O| Oct 14 09:50:12.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54592024-10-14T09:50:13.352Z[ recovery-image] Oct 14 09:50:12.301 INFO O| Oct 14 09:50:12.301 INFO STEP 439 (remove_files) COMPLETE
54602024-10-14T09:50:13.355Z[ recovery-image] Oct 14 09:50:12.301 INFO O| Oct 14 09:50:12.301 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54612024-10-14T09:50:13.370Z[ recovery-image] Oct 14 09:50:12.318 INFO O| Oct 14 09:50:12.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54622024-10-14T09:50:13.370Z[ recovery-image] Oct 14 09:50:12.318 INFO O| Oct 14 09:50:12.318 INFO STEP 440 (remove_files) COMPLETE
54632024-10-14T09:50:13.370Z[ recovery-image] Oct 14 09:50:12.318 INFO O| Oct 14 09:50:12.318 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54642024-10-14T09:50:13.387Z[ recovery-image] Oct 14 09:50:12.335 INFO O| Oct 14 09:50:12.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54652024-10-14T09:50:13.387Z[ recovery-image] Oct 14 09:50:12.336 INFO O| Oct 14 09:50:12.336 INFO STEP 441 (remove_files) COMPLETE
54662024-10-14T09:50:13.387Z[ recovery-image] Oct 14 09:50:12.336 INFO O| Oct 14 09:50:12.336 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54672024-10-14T09:50:13.404Z[ recovery-image] Oct 14 09:50:12.353 INFO O| Oct 14 09:50:12.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54682024-10-14T09:50:13.405Z[ recovery-image] Oct 14 09:50:12.353 INFO O| Oct 14 09:50:12.353 INFO STEP 442 (remove_files) COMPLETE
54692024-10-14T09:50:13.405Z[ recovery-image] Oct 14 09:50:12.353 INFO O| Oct 14 09:50:12.353 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54702024-10-14T09:50:13.435Z[ recovery-image] Oct 14 09:50:12.383 INFO O| Oct 14 09:50:12.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54712024-10-14T09:50:13.435Z[ recovery-image] Oct 14 09:50:12.384 INFO O| Oct 14 09:50:12.384 INFO STEP 443 (remove_files) COMPLETE
54722024-10-14T09:50:13.435Z[ recovery-image] Oct 14 09:50:12.384 INFO O| Oct 14 09:50:12.384 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54732024-10-14T09:50:13.475Z[ recovery-image] Oct 14 09:50:12.423 INFO O| Oct 14 09:50:12.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54742024-10-14T09:50:13.475Z[ recovery-image] Oct 14 09:50:12.423 INFO O| Oct 14 09:50:12.423 INFO STEP 444 (remove_files) COMPLETE
54752024-10-14T09:50:13.475Z[ recovery-image] Oct 14 09:50:12.423 INFO O| Oct 14 09:50:12.423 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54762024-10-14T09:50:13.510Z[ recovery-image] Oct 14 09:50:12.459 INFO O| Oct 14 09:50:12.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54772024-10-14T09:50:13.510Z[ recovery-image] Oct 14 09:50:12.459 INFO O| Oct 14 09:50:12.459 INFO STEP 445 (remove_files) COMPLETE
54782024-10-14T09:50:13.510Z[ recovery-image] Oct 14 09:50:12.459 INFO O| Oct 14 09:50:12.459 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54792024-10-14T09:50:13.529Z[ recovery-image] Oct 14 09:50:12.478 INFO O| Oct 14 09:50:12.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
54802024-10-14T09:50:13.529Z[ recovery-image] Oct 14 09:50:12.478 INFO O| Oct 14 09:50:12.478 INFO STEP 446 (remove_files) COMPLETE
54812024-10-14T09:50:13.530Z[ recovery-image] Oct 14 09:50:12.478 INFO O| Oct 14 09:50:12.478 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54822024-10-14T09:50:13.548Z[ recovery-image] Oct 14 09:50:12.496 INFO O| Oct 14 09:50:12.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
54832024-10-14T09:50:13.550Z[ recovery-image] Oct 14 09:50:12.497 INFO O| Oct 14 09:50:12.497 INFO STEP 447 (remove_files) COMPLETE
54842024-10-14T09:50:13.551Z[ recovery-image] Oct 14 09:50:12.497 INFO O| Oct 14 09:50:12.497 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54852024-10-14T09:50:13.588Z[ recovery-image] Oct 14 09:50:12.537 INFO O| Oct 14 09:50:12.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
54862024-10-14T09:50:13.591Z[ recovery-image] Oct 14 09:50:12.537 INFO O| Oct 14 09:50:12.537 INFO STEP 448 (remove_files) COMPLETE
54872024-10-14T09:50:13.591Z[ recovery-image] Oct 14 09:50:12.537 INFO O| Oct 14 09:50:12.537 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54882024-10-14T09:50:13.651Z[ recovery-image] Oct 14 09:50:12.600 INFO O| Oct 14 09:50:12.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
54892024-10-14T09:50:13.654Z[ recovery-image] Oct 14 09:50:12.600 INFO O| Oct 14 09:50:12.600 INFO STEP 449 (remove_files) COMPLETE
54902024-10-14T09:50:13.654Z[ recovery-image] Oct 14 09:50:12.600 INFO O| Oct 14 09:50:12.600 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54912024-10-14T09:50:13.693Z[ recovery-image] Oct 14 09:50:12.642 INFO O| Oct 14 09:50:12.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
54922024-10-14T09:50:13.697Z[ recovery-image] Oct 14 09:50:12.642 INFO O| Oct 14 09:50:12.642 INFO STEP 450 (remove_files) COMPLETE
54932024-10-14T09:50:13.697Z[ recovery-image] Oct 14 09:50:12.642 INFO O| Oct 14 09:50:12.642 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54942024-10-14T09:50:13.714Z[ recovery-image] Oct 14 09:50:12.662 INFO O| Oct 14 09:50:12.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
54952024-10-14T09:50:13.714Z[ recovery-image] Oct 14 09:50:12.662 INFO O| Oct 14 09:50:12.662 INFO STEP 451 (remove_files) COMPLETE
54962024-10-14T09:50:13.714Z[ recovery-image] Oct 14 09:50:12.663 INFO O| Oct 14 09:50:12.662 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54972024-10-14T09:50:13.731Z[ recovery-image] Oct 14 09:50:12.680 INFO O| Oct 14 09:50:12.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
54982024-10-14T09:50:13.756Z[ recovery-image] Oct 14 09:50:12.703 INFO O| Oct 14 09:50:12.703 INFO STEP 452 (remove_files) COMPLETE
54992024-10-14T09:50:13.756Z[ recovery-image] Oct 14 09:50:12.703 INFO O| Oct 14 09:50:12.703 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55002024-10-14T09:50:13.810Z[ recovery-image] Oct 14 09:50:12.758 INFO O| Oct 14 09:50:12.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55012024-10-14T09:50:13.810Z[ recovery-image] Oct 14 09:50:12.758 INFO O| Oct 14 09:50:12.758 INFO STEP 453 (remove_files) COMPLETE
55022024-10-14T09:50:13.810Z[ recovery-image] Oct 14 09:50:12.758 INFO O| Oct 14 09:50:12.758 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55032024-10-14T09:50:13.854Z[ recovery-image] Oct 14 09:50:12.803 INFO O| Oct 14 09:50:12.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55042024-10-14T09:50:13.854Z[ recovery-image] Oct 14 09:50:12.803 INFO O| Oct 14 09:50:12.803 INFO STEP 454 (remove_files) COMPLETE
55052024-10-14T09:50:13.857Z[ recovery-image] Oct 14 09:50:12.803 INFO O| Oct 14 09:50:12.803 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55062024-10-14T09:50:13.872Z[ recovery-image] Oct 14 09:50:12.820 INFO O| Oct 14 09:50:12.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55072024-10-14T09:50:13.872Z[ recovery-image] Oct 14 09:50:12.820 INFO O| Oct 14 09:50:12.820 INFO STEP 455 (remove_files) COMPLETE
55082024-10-14T09:50:13.872Z[ recovery-image] Oct 14 09:50:12.820 INFO O| Oct 14 09:50:12.820 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55092024-10-14T09:50:13.900Z[ recovery-image] Oct 14 09:50:12.848 INFO O| Oct 14 09:50:12.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55102024-10-14T09:50:13.902Z[ recovery-image] Oct 14 09:50:12.849 INFO O| Oct 14 09:50:12.848 INFO STEP 456 (remove_files) COMPLETE
55112024-10-14T09:50:13.902Z[ recovery-image] Oct 14 09:50:12.849 INFO O| Oct 14 09:50:12.849 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55122024-10-14T09:50:13.919Z[ recovery-image] Oct 14 09:50:12.867 INFO O| Oct 14 09:50:12.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55132024-10-14T09:50:13.921Z[ recovery-image] Oct 14 09:50:12.868 INFO O| Oct 14 09:50:12.868 INFO STEP 457 (remove_files) COMPLETE
55142024-10-14T09:50:13.921Z[ recovery-image] Oct 14 09:50:12.868 INFO O| Oct 14 09:50:12.868 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55152024-10-14T09:50:13.938Z[ recovery-image] Oct 14 09:50:12.886 INFO O| Oct 14 09:50:12.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55162024-10-14T09:50:13.940Z[ recovery-image] Oct 14 09:50:12.886 INFO O| Oct 14 09:50:12.886 INFO STEP 458 (remove_files) COMPLETE
55172024-10-14T09:50:13.940Z[ recovery-image] Oct 14 09:50:12.887 INFO O| Oct 14 09:50:12.886 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55182024-10-14T09:50:13.959Z[ recovery-image] Oct 14 09:50:12.908 INFO O| Oct 14 09:50:12.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55192024-10-14T09:50:13.959Z[ recovery-image] Oct 14 09:50:12.908 INFO O| Oct 14 09:50:12.908 INFO STEP 459 (remove_files) COMPLETE
55202024-10-14T09:50:13.962Z[ recovery-image] Oct 14 09:50:12.908 INFO O| Oct 14 09:50:12.908 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55212024-10-14T09:50:13.997Z[ recovery-image] Oct 14 09:50:12.946 INFO O| Oct 14 09:50:12.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55222024-10-14T09:50:13.997Z[ recovery-image] Oct 14 09:50:12.946 INFO O| Oct 14 09:50:12.946 INFO STEP 460 (remove_files) COMPLETE
55232024-10-14T09:50:14.000Z[ recovery-image] Oct 14 09:50:12.946 INFO O| Oct 14 09:50:12.946 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55242024-10-14T09:50:14.019Z[ recovery-image] Oct 14 09:50:12.968 INFO O| Oct 14 09:50:12.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55252024-10-14T09:50:14.019Z[ recovery-image] Oct 14 09:50:12.968 INFO O| Oct 14 09:50:12.968 INFO STEP 461 (remove_files) COMPLETE
55262024-10-14T09:50:14.019Z[ recovery-image] Oct 14 09:50:12.968 INFO O| Oct 14 09:50:12.968 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55272024-10-14T09:50:14.040Z[ recovery-image] Oct 14 09:50:12.988 INFO O| Oct 14 09:50:12.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55282024-10-14T09:50:14.040Z[ recovery-image] Oct 14 09:50:12.988 INFO O| Oct 14 09:50:12.988 INFO STEP 462 (remove_files) COMPLETE
55292024-10-14T09:50:14.040Z[ recovery-image] Oct 14 09:50:12.988 INFO O| Oct 14 09:50:12.988 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55302024-10-14T09:50:14.067Z[ recovery-image] Oct 14 09:50:13.015 INFO O| Oct 14 09:50:13.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55312024-10-14T09:50:14.067Z[ recovery-image] Oct 14 09:50:13.015 INFO O| Oct 14 09:50:13.015 INFO STEP 463 (remove_files) COMPLETE
55322024-10-14T09:50:14.067Z[ recovery-image] Oct 14 09:50:13.015 INFO O| Oct 14 09:50:13.015 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55332024-10-14T09:50:14.091Z[ recovery-image] Oct 14 09:50:13.039 INFO O| Oct 14 09:50:13.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55342024-10-14T09:50:14.091Z[ recovery-image] Oct 14 09:50:13.039 INFO O| Oct 14 09:50:13.039 INFO STEP 464 (remove_files) COMPLETE
55352024-10-14T09:50:14.091Z[ recovery-image] Oct 14 09:50:13.039 INFO O| Oct 14 09:50:13.039 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55362024-10-14T09:50:14.121Z[ recovery-image] Oct 14 09:50:13.069 INFO O| Oct 14 09:50:13.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55372024-10-14T09:50:14.121Z[ recovery-image] Oct 14 09:50:13.069 INFO O| Oct 14 09:50:13.069 INFO STEP 465 (remove_files) COMPLETE
55382024-10-14T09:50:14.121Z[ recovery-image] Oct 14 09:50:13.069 INFO O| Oct 14 09:50:13.069 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55392024-10-14T09:50:14.178Z[ recovery-image] Oct 14 09:50:13.126 INFO O| Oct 14 09:50:13.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55402024-10-14T09:50:14.178Z[ recovery-image] Oct 14 09:50:13.126 INFO O| Oct 14 09:50:13.126 INFO STEP 466 (remove_files) COMPLETE
55412024-10-14T09:50:14.178Z[ recovery-image] Oct 14 09:50:13.126 INFO O| Oct 14 09:50:13.126 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55422024-10-14T09:50:14.196Z[ recovery-image] Oct 14 09:50:13.145 INFO O| Oct 14 09:50:13.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55432024-10-14T09:50:14.196Z[ recovery-image] Oct 14 09:50:13.145 INFO O| Oct 14 09:50:13.145 INFO STEP 467 (remove_files) COMPLETE
55442024-10-14T09:50:14.196Z[ recovery-image] Oct 14 09:50:13.145 INFO O| Oct 14 09:50:13.145 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55452024-10-14T09:50:14.227Z[ recovery-image] Oct 14 09:50:13.175 INFO O| Oct 14 09:50:13.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55462024-10-14T09:50:14.227Z[ recovery-image] Oct 14 09:50:13.175 INFO O| Oct 14 09:50:13.175 INFO STEP 468 (remove_files) COMPLETE
55472024-10-14T09:50:14.229Z[ recovery-image] Oct 14 09:50:13.175 INFO O| Oct 14 09:50:13.175 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55482024-10-14T09:50:14.263Z[ recovery-image] Oct 14 09:50:13.211 INFO O| Oct 14 09:50:13.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55492024-10-14T09:50:14.263Z[ recovery-image] Oct 14 09:50:13.211 INFO O| Oct 14 09:50:13.211 INFO STEP 469 (remove_files) COMPLETE
55502024-10-14T09:50:14.263Z[ recovery-image] Oct 14 09:50:13.211 INFO O| Oct 14 09:50:13.211 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55512024-10-14T09:50:14.280Z[ recovery-image] Oct 14 09:50:13.229 INFO O| Oct 14 09:50:13.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55522024-10-14T09:50:14.280Z[ recovery-image] Oct 14 09:50:13.229 INFO O| Oct 14 09:50:13.229 INFO STEP 470 (remove_files) COMPLETE
55532024-10-14T09:50:14.280Z[ recovery-image] Oct 14 09:50:13.229 INFO O| Oct 14 09:50:13.229 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55542024-10-14T09:50:14.298Z[ recovery-image] Oct 14 09:50:13.247 INFO O| Oct 14 09:50:13.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55552024-10-14T09:50:14.298Z[ recovery-image] Oct 14 09:50:13.247 INFO O| Oct 14 09:50:13.247 INFO STEP 471 (remove_files) COMPLETE
55562024-10-14T09:50:14.298Z[ recovery-image] Oct 14 09:50:13.247 INFO O| Oct 14 09:50:13.247 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55572024-10-14T09:50:14.316Z[ recovery-image] Oct 14 09:50:13.264 INFO O| Oct 14 09:50:13.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55582024-10-14T09:50:14.316Z[ recovery-image] Oct 14 09:50:13.264 INFO O| Oct 14 09:50:13.264 INFO STEP 472 (remove_files) COMPLETE
55592024-10-14T09:50:14.318Z[ recovery-image] Oct 14 09:50:13.264 INFO O| Oct 14 09:50:13.264 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55602024-10-14T09:50:14.347Z[ recovery-image] Oct 14 09:50:13.296 INFO O| Oct 14 09:50:13.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55612024-10-14T09:50:14.350Z[ recovery-image] Oct 14 09:50:13.296 INFO O| Oct 14 09:50:13.296 INFO STEP 473 (remove_files) COMPLETE
55622024-10-14T09:50:14.350Z[ recovery-image] Oct 14 09:50:13.296 INFO O| Oct 14 09:50:13.296 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55632024-10-14T09:50:14.365Z[ recovery-image] Oct 14 09:50:13.313 INFO O| Oct 14 09:50:13.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55642024-10-14T09:50:14.368Z[ recovery-image] Oct 14 09:50:13.314 INFO O| Oct 14 09:50:13.313 INFO STEP 474 (remove_files) COMPLETE
55652024-10-14T09:50:14.368Z[ recovery-image] Oct 14 09:50:13.314 INFO O| Oct 14 09:50:13.314 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55662024-10-14T09:50:14.382Z[ recovery-image] Oct 14 09:50:13.330 INFO O| Oct 14 09:50:13.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55672024-10-14T09:50:14.384Z[ recovery-image] Oct 14 09:50:13.331 INFO O| Oct 14 09:50:13.331 INFO STEP 475 (remove_files) COMPLETE
55682024-10-14T09:50:14.384Z[ recovery-image] Oct 14 09:50:13.331 INFO O| Oct 14 09:50:13.331 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55692024-10-14T09:50:14.394Z[ host-image] Oct 14 09:50:13.343 INFO O| Oct 14 09:50:13.343 INFO O| Planning: Solver setup ... Done
55702024-10-14T09:50:14.399Z[ recovery-image] Oct 14 09:50:13.347 INFO O| Oct 14 09:50:13.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55712024-10-14T09:50:14.401Z[ recovery-image] Oct 14 09:50:13.348 INFO O| Oct 14 09:50:13.347 INFO STEP 476 (remove_files) COMPLETE
55722024-10-14T09:50:14.401Z[ recovery-image] Oct 14 09:50:13.348 INFO O| Oct 14 09:50:13.347 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-10-14T09:50:14.406Z[ host-image] Oct 14 09:50:13.350 INFO O| Oct 14 09:50:13.350 INFO O| Planning: Running solver ... Done
55742024-10-14T09:50:14.415Z[ recovery-image] Oct 14 09:50:13.364 INFO O| Oct 14 09:50:13.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55752024-10-14T09:50:14.415Z[ recovery-image] Oct 14 09:50:13.364 INFO O| Oct 14 09:50:13.364 INFO STEP 477 (remove_files) COMPLETE
55762024-10-14T09:50:14.418Z[ recovery-image] Oct 14 09:50:13.364 INFO O| Oct 14 09:50:13.364 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-10-14T09:50:14.436Z[ recovery-image] Oct 14 09:50:13.384 INFO O| Oct 14 09:50:13.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55782024-10-14T09:50:14.436Z[ recovery-image] Oct 14 09:50:13.384 INFO O| Oct 14 09:50:13.384 INFO STEP 478 (remove_files) COMPLETE
55792024-10-14T09:50:14.438Z[ recovery-image] Oct 14 09:50:13.385 INFO O| Oct 14 09:50:13.384 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-10-14T09:50:14.493Z[ recovery-image] Oct 14 09:50:13.442 INFO O| Oct 14 09:50:13.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
55812024-10-14T09:50:14.493Z[ recovery-image] Oct 14 09:50:13.442 INFO O| Oct 14 09:50:13.442 INFO STEP 479 (remove_files) COMPLETE
55822024-10-14T09:50:14.496Z[ recovery-image] Oct 14 09:50:13.442 INFO O| Oct 14 09:50:13.442 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55832024-10-14T09:50:14.503Z[ host-image] Oct 14 09:50:13.452 INFO O| Oct 14 09:50:13.452 INFO O| Planning: Finding local manifests ... Done
55842024-10-14T09:50:14.506Z[ host-image] Oct 14 09:50:13.454 INFO O| Oct 14 09:50:13.454 INFO O| Planning: Fetching manifests: 0/6 0% complete
55852024-10-14T09:50:14.541Z[ recovery-image] Oct 14 09:50:13.489 INFO O| Oct 14 09:50:13.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
55862024-10-14T09:50:14.544Z[ recovery-image] Oct 14 09:50:13.493 INFO O| Oct 14 09:50:13.493 INFO STEP 480 (remove_files) COMPLETE
55872024-10-14T09:50:14.547Z[ recovery-image] Oct 14 09:50:13.493 INFO O| Oct 14 09:50:13.493 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-10-14T09:50:14.600Z[ recovery-image] Oct 14 09:50:13.549 INFO O| Oct 14 09:50:13.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
55892024-10-14T09:50:14.600Z[ recovery-image] Oct 14 09:50:13.549 INFO O| Oct 14 09:50:13.549 INFO STEP 481 (remove_files) COMPLETE
55902024-10-14T09:50:14.600Z[ recovery-image] Oct 14 09:50:13.549 INFO O| Oct 14 09:50:13.549 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-10-14T09:50:14.657Z[ recovery-image] Oct 14 09:50:13.605 INFO O| Oct 14 09:50:13.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
55922024-10-14T09:50:14.657Z[ recovery-image] Oct 14 09:50:13.605 INFO O| Oct 14 09:50:13.605 INFO STEP 482 (remove_files) COMPLETE
55932024-10-14T09:50:14.657Z[ recovery-image] Oct 14 09:50:13.605 INFO O| Oct 14 09:50:13.605 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-10-14T09:50:14.684Z[ recovery-image] Oct 14 09:50:13.632 INFO O| Oct 14 09:50:13.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
55952024-10-14T09:50:14.686Z[ recovery-image] Oct 14 09:50:13.632 INFO O| Oct 14 09:50:13.632 INFO STEP 483 (remove_files) COMPLETE
55962024-10-14T09:50:14.686Z[ recovery-image] Oct 14 09:50:13.632 INFO O| Oct 14 09:50:13.632 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-10-14T09:50:14.746Z[ recovery-image] Oct 14 09:50:13.694 INFO O| Oct 14 09:50:13.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
55982024-10-14T09:50:14.746Z[ recovery-image] Oct 14 09:50:13.694 INFO O| Oct 14 09:50:13.694 INFO STEP 484 (remove_files) COMPLETE
55992024-10-14T09:50:14.746Z[ recovery-image] Oct 14 09:50:13.694 INFO O| Oct 14 09:50:13.694 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-10-14T09:50:14.764Z[ recovery-image] Oct 14 09:50:13.713 INFO O| Oct 14 09:50:13.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56012024-10-14T09:50:14.764Z[ recovery-image] Oct 14 09:50:13.713 INFO O| Oct 14 09:50:13.713 INFO STEP 485 (remove_files) COMPLETE
56022024-10-14T09:50:14.767Z[ recovery-image] Oct 14 09:50:13.713 INFO O| Oct 14 09:50:13.713 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-10-14T09:50:14.793Z[ host-image] Oct 14 09:50:13.741 INFO O| Oct 14 09:50:13.741 INFO O| Planning: Fetching manifests: 6/6 100% complete
56042024-10-14T09:50:14.795Z[ recovery-image] Oct 14 09:50:13.743 INFO O| Oct 14 09:50:13.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56052024-10-14T09:50:14.819Z[ recovery-image] Oct 14 09:50:13.767 INFO O| Oct 14 09:50:13.767 INFO STEP 486 (remove_files) COMPLETE
56062024-10-14T09:50:14.819Z[ recovery-image] Oct 14 09:50:13.767 INFO O| Oct 14 09:50:13.767 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56072024-10-14T09:50:14.854Z[ host-image] Oct 14 09:50:13.802 INFO O| Oct 14 09:50:13.802 INFO O| Planning: Package planning ... Done
56082024-10-14T09:50:14.856Z[ recovery-image] Oct 14 09:50:13.804 INFO O| Oct 14 09:50:13.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56092024-10-14T09:50:14.857Z[ recovery-image] Oct 14 09:50:13.804 INFO O| Oct 14 09:50:13.804 INFO STEP 487 (remove_files) COMPLETE
56102024-10-14T09:50:14.857Z[ recovery-image] Oct 14 09:50:13.804 INFO O| Oct 14 09:50:13.804 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-10-14T09:50:14.873Z[ recovery-image] Oct 14 09:50:13.822 INFO O| Oct 14 09:50:13.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56122024-10-14T09:50:14.876Z[ recovery-image] Oct 14 09:50:13.822 INFO O| Oct 14 09:50:13.822 INFO STEP 488 (remove_files) COMPLETE
56132024-10-14T09:50:14.876Z[ recovery-image] Oct 14 09:50:13.822 INFO O| Oct 14 09:50:13.822 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-10-14T09:50:14.895Z[ host-image] Oct 14 09:50:13.843 INFO O| Oct 14 09:50:13.843 INFO O| Planning: Merging actions ... Done
56152024-10-14T09:50:14.923Z[ recovery-image] Oct 14 09:50:13.871 INFO O| Oct 14 09:50:13.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56162024-10-14T09:50:14.925Z[ recovery-image] Oct 14 09:50:13.871 INFO O| Oct 14 09:50:13.871 INFO STEP 489 (remove_files) COMPLETE
56172024-10-14T09:50:14.925Z[ recovery-image] Oct 14 09:50:13.872 INFO O| Oct 14 09:50:13.872 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-10-14T09:50:14.942Z[ recovery-image] Oct 14 09:50:13.891 INFO O| Oct 14 09:50:13.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56192024-10-14T09:50:14.945Z[ recovery-image] Oct 14 09:50:13.891 INFO O| Oct 14 09:50:13.891 INFO STEP 490 (remove_files) COMPLETE
56202024-10-14T09:50:14.945Z[ recovery-image] Oct 14 09:50:13.891 INFO O| Oct 14 09:50:13.891 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-10-14T09:50:14.985Z[ recovery-image] Oct 14 09:50:13.934 INFO O| Oct 14 09:50:13.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56222024-10-14T09:50:14.985Z[ recovery-image] Oct 14 09:50:13.934 INFO O| Oct 14 09:50:13.934 INFO STEP 491 (remove_files) COMPLETE
56232024-10-14T09:50:14.986Z[ recovery-image] Oct 14 09:50:13.934 INFO O| Oct 14 09:50:13.934 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-10-14T09:50:15.007Z[ recovery-image] Oct 14 09:50:13.955 INFO O| Oct 14 09:50:13.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56252024-10-14T09:50:15.007Z[ recovery-image] Oct 14 09:50:13.955 INFO O| Oct 14 09:50:13.955 INFO STEP 492 (remove_files) COMPLETE
56262024-10-14T09:50:15.010Z[ recovery-image] Oct 14 09:50:13.955 INFO O| Oct 14 09:50:13.955 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-10-14T09:50:15.028Z[ recovery-image] Oct 14 09:50:13.976 INFO O| Oct 14 09:50:13.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56282024-10-14T09:50:15.028Z[ recovery-image] Oct 14 09:50:13.976 INFO O| Oct 14 09:50:13.976 INFO STEP 493 (remove_files) COMPLETE
56292024-10-14T09:50:15.030Z[ recovery-image] Oct 14 09:50:13.976 INFO O| Oct 14 09:50:13.976 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-10-14T09:50:15.045Z[ recovery-image] Oct 14 09:50:13.993 INFO O| Oct 14 09:50:13.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56312024-10-14T09:50:15.056Z[ host-image] Oct 14 09:50:14.004 INFO O| Oct 14 09:50:14.004 INFO O| Planning: Checking for conflicting actions ... Done
56322024-10-14T09:50:15.063Z[ host-image] Oct 14 09:50:14.012 INFO O| Oct 14 09:50:14.012 INFO O| Planning: Consolidating action changes ... Done
56332024-10-14T09:50:15.066Z[ recovery-image] Oct 14 09:50:14.014 INFO O| Oct 14 09:50:14.014 INFO STEP 494 (remove_files) COMPLETE
56342024-10-14T09:50:15.066Z[ recovery-image] Oct 14 09:50:14.014 INFO O| Oct 14 09:50:14.014 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-10-14T09:50:15.123Z[ recovery-image] Oct 14 09:50:14.072 INFO O| Oct 14 09:50:14.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56362024-10-14T09:50:15.123Z[ recovery-image] Oct 14 09:50:14.072 INFO O| Oct 14 09:50:14.072 INFO STEP 495 (remove_files) COMPLETE
56372024-10-14T09:50:15.123Z[ recovery-image] Oct 14 09:50:14.072 INFO O| Oct 14 09:50:14.072 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-10-14T09:50:15.142Z[ recovery-image] Oct 14 09:50:14.091 INFO O| Oct 14 09:50:14.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56392024-10-14T09:50:15.143Z[ recovery-image] Oct 14 09:50:14.091 INFO O| Oct 14 09:50:14.091 INFO STEP 496 (remove_files) COMPLETE
56402024-10-14T09:50:15.145Z[ recovery-image] Oct 14 09:50:14.091 INFO O| Oct 14 09:50:14.091 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-10-14T09:50:15.160Z[ recovery-image] Oct 14 09:50:14.109 INFO O| Oct 14 09:50:14.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56422024-10-14T09:50:15.160Z[ recovery-image] Oct 14 09:50:14.109 INFO O| Oct 14 09:50:14.109 INFO STEP 497 (remove_files) COMPLETE
56432024-10-14T09:50:15.160Z[ recovery-image] Oct 14 09:50:14.109 INFO O| Oct 14 09:50:14.109 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-10-14T09:50:15.182Z[ recovery-image] Oct 14 09:50:14.130 INFO O| Oct 14 09:50:14.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56452024-10-14T09:50:15.182Z[ recovery-image] Oct 14 09:50:14.130 INFO O| Oct 14 09:50:14.130 INFO STEP 498 (remove_files) COMPLETE
56462024-10-14T09:50:15.182Z[ recovery-image] Oct 14 09:50:14.130 INFO O| Oct 14 09:50:14.130 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-10-14T09:50:15.202Z[ recovery-image] Oct 14 09:50:14.150 INFO O| Oct 14 09:50:14.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56482024-10-14T09:50:15.202Z[ recovery-image] Oct 14 09:50:14.150 INFO O| Oct 14 09:50:14.150 INFO STEP 499 (remove_files) COMPLETE
56492024-10-14T09:50:15.202Z[ recovery-image] Oct 14 09:50:14.150 INFO O| Oct 14 09:50:14.150 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-10-14T09:50:15.220Z[ recovery-image] Oct 14 09:50:14.168 INFO O| Oct 14 09:50:14.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56512024-10-14T09:50:15.220Z[ recovery-image] Oct 14 09:50:14.169 INFO O| Oct 14 09:50:14.169 INFO STEP 500 (remove_files) COMPLETE
56522024-10-14T09:50:15.224Z[ recovery-image] Oct 14 09:50:14.169 INFO O| Oct 14 09:50:14.169 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-10-14T09:50:15.247Z[ recovery-image] Oct 14 09:50:14.195 INFO O| Oct 14 09:50:14.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56542024-10-14T09:50:15.250Z[ recovery-image] Oct 14 09:50:14.195 INFO O| Oct 14 09:50:14.195 INFO STEP 501 (remove_files) COMPLETE
56552024-10-14T09:50:15.250Z[ recovery-image] Oct 14 09:50:14.196 INFO O| Oct 14 09:50:14.195 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-10-14T09:50:15.267Z[ recovery-image] Oct 14 09:50:14.215 INFO O| Oct 14 09:50:14.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56572024-10-14T09:50:15.270Z[ recovery-image] Oct 14 09:50:14.216 INFO O| Oct 14 09:50:14.215 INFO STEP 502 (remove_files) COMPLETE
56582024-10-14T09:50:15.270Z[ recovery-image] Oct 14 09:50:14.216 INFO O| Oct 14 09:50:14.216 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-10-14T09:50:15.285Z[ recovery-image] Oct 14 09:50:14.234 INFO O| Oct 14 09:50:14.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56602024-10-14T09:50:15.288Z[ recovery-image] Oct 14 09:50:14.234 INFO O| Oct 14 09:50:14.234 INFO STEP 503 (remove_files) COMPLETE
56612024-10-14T09:50:15.288Z[ recovery-image] Oct 14 09:50:14.234 INFO O| Oct 14 09:50:14.234 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-10-14T09:50:15.304Z[ recovery-image] Oct 14 09:50:14.252 INFO O| Oct 14 09:50:14.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56632024-10-14T09:50:15.307Z[ recovery-image] Oct 14 09:50:14.253 INFO O| Oct 14 09:50:14.252 INFO STEP 504 (remove_files) COMPLETE
56642024-10-14T09:50:15.307Z[ recovery-image] Oct 14 09:50:14.253 INFO O| Oct 14 09:50:14.253 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-10-14T09:50:15.322Z[ recovery-image] Oct 14 09:50:14.271 INFO O| Oct 14 09:50:14.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56662024-10-14T09:50:15.325Z[ recovery-image] Oct 14 09:50:14.271 INFO O| Oct 14 09:50:14.271 INFO STEP 505 (remove_files) COMPLETE
56672024-10-14T09:50:15.325Z[ recovery-image] Oct 14 09:50:14.271 INFO O| Oct 14 09:50:14.271 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-10-14T09:50:15.357Z[ recovery-image] Oct 14 09:50:14.305 INFO O| Oct 14 09:50:14.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56692024-10-14T09:50:15.359Z[ recovery-image] Oct 14 09:50:14.305 INFO O| Oct 14 09:50:14.305 INFO STEP 506 (remove_files) COMPLETE
56702024-10-14T09:50:15.359Z[ recovery-image] Oct 14 09:50:14.305 INFO O| Oct 14 09:50:14.305 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-10-14T09:50:15.388Z[ recovery-image] Oct 14 09:50:14.336 INFO O| Oct 14 09:50:14.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56722024-10-14T09:50:15.388Z[ recovery-image] Oct 14 09:50:14.336 INFO O| Oct 14 09:50:14.336 INFO STEP 507 (remove_files) COMPLETE
56732024-10-14T09:50:15.388Z[ recovery-image] Oct 14 09:50:14.336 INFO O| Oct 14 09:50:14.336 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-10-14T09:50:15.407Z[ recovery-image] Oct 14 09:50:14.356 INFO O| Oct 14 09:50:14.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56752024-10-14T09:50:15.407Z[ recovery-image] Oct 14 09:50:14.356 INFO O| Oct 14 09:50:14.356 INFO STEP 508 (remove_files) COMPLETE
56762024-10-14T09:50:15.408Z[ recovery-image] Oct 14 09:50:14.356 INFO O| Oct 14 09:50:14.356 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-10-14T09:50:15.425Z[ recovery-image] Oct 14 09:50:14.373 INFO O| Oct 14 09:50:14.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56782024-10-14T09:50:15.425Z[ recovery-image] Oct 14 09:50:14.373 INFO O| Oct 14 09:50:14.373 INFO STEP 509 (remove_files) COMPLETE
56792024-10-14T09:50:15.425Z[ recovery-image] Oct 14 09:50:14.374 INFO O| Oct 14 09:50:14.373 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-10-14T09:50:15.463Z[ recovery-image] Oct 14 09:50:14.411 INFO O| Oct 14 09:50:14.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56812024-10-14T09:50:15.463Z[ recovery-image] Oct 14 09:50:14.411 INFO O| Oct 14 09:50:14.411 INFO STEP 510 (remove_files) COMPLETE
56822024-10-14T09:50:15.463Z[ recovery-image] Oct 14 09:50:14.411 INFO O| Oct 14 09:50:14.411 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-10-14T09:50:15.481Z[ recovery-image] Oct 14 09:50:14.430 INFO O| Oct 14 09:50:14.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56842024-10-14T09:50:15.482Z[ recovery-image] Oct 14 09:50:14.430 INFO O| Oct 14 09:50:14.430 INFO STEP 511 (remove_files) COMPLETE
56852024-10-14T09:50:15.482Z[ recovery-image] Oct 14 09:50:14.430 INFO O| Oct 14 09:50:14.430 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-10-14T09:50:15.503Z[ host-image] Oct 14 09:50:14.450 INFO O| Oct 14 09:50:14.450 INFO O| Planning: Evaluating mediators ... Done
56872024-10-14T09:50:15.510Z[ host-image] Oct 14 09:50:14.459 INFO O| Oct 14 09:50:14.458 INFO O| Planning: Planning completed in 4.68 seconds
56882024-10-14T09:50:15.513Z[ host-image] Oct 14 09:50:14.461 INFO O| Oct 14 09:50:14.461 INFO O| Packages to install: 6
56892024-10-14T09:50:15.513Z[ host-image] Oct 14 09:50:14.461 INFO O| Oct 14 09:50:14.461 INFO O| Mediators to change: 1
56902024-10-14T09:50:15.513Z[ host-image] Oct 14 09:50:14.461 INFO O| Oct 14 09:50:14.461 INFO O| Services to change: 1
56912024-10-14T09:50:15.520Z[ recovery-image] Oct 14 09:50:14.469 INFO O| Oct 14 09:50:14.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
56922024-10-14T09:50:15.520Z[ recovery-image] Oct 14 09:50:14.469 INFO O| Oct 14 09:50:14.469 INFO STEP 512 (remove_files) COMPLETE
56932024-10-14T09:50:15.523Z[ recovery-image] Oct 14 09:50:14.469 INFO O| Oct 14 09:50:14.469 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56942024-10-14T09:50:15.541Z[ host-image] Oct 14 09:50:14.489 INFO O| Oct 14 09:50:14.489 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
56952024-10-14T09:50:15.544Z[ recovery-image] Oct 14 09:50:14.490 INFO O| Oct 14 09:50:14.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
56962024-10-14T09:50:15.544Z[ recovery-image] Oct 14 09:50:14.490 INFO O| Oct 14 09:50:14.490 INFO STEP 513 (remove_files) COMPLETE
56972024-10-14T09:50:15.544Z[ recovery-image] Oct 14 09:50:14.490 INFO O| Oct 14 09:50:14.490 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-10-14T09:50:15.561Z[ recovery-image] Oct 14 09:50:14.508 INFO O| Oct 14 09:50:14.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
56992024-10-14T09:50:15.561Z[ recovery-image] Oct 14 09:50:14.509 INFO O| Oct 14 09:50:14.509 INFO STEP 514 (remove_files) COMPLETE
57002024-10-14T09:50:15.564Z[ recovery-image] Oct 14 09:50:14.509 INFO O| Oct 14 09:50:14.509 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-10-14T09:50:15.577Z[ recovery-image] Oct 14 09:50:14.526 INFO O| Oct 14 09:50:14.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57022024-10-14T09:50:15.577Z[ recovery-image] Oct 14 09:50:14.526 INFO O| Oct 14 09:50:14.526 INFO STEP 515 (remove_files) COMPLETE
57032024-10-14T09:50:15.580Z[ recovery-image] Oct 14 09:50:14.526 INFO O| Oct 14 09:50:14.526 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-10-14T09:50:15.609Z[ recovery-image] Oct 14 09:50:14.557 INFO O| Oct 14 09:50:14.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57052024-10-14T09:50:15.611Z[ recovery-image] Oct 14 09:50:14.557 INFO O| Oct 14 09:50:14.557 INFO STEP 516 (remove_files) COMPLETE
57062024-10-14T09:50:15.611Z[ recovery-image] Oct 14 09:50:14.557 INFO O| Oct 14 09:50:14.557 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-10-14T09:50:15.649Z[ recovery-image] Oct 14 09:50:14.598 INFO O| Oct 14 09:50:14.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57082024-10-14T09:50:15.649Z[ recovery-image] Oct 14 09:50:14.598 INFO O| Oct 14 09:50:14.598 INFO STEP 517 (remove_files) COMPLETE
57092024-10-14T09:50:15.649Z[ recovery-image] Oct 14 09:50:14.598 INFO O| Oct 14 09:50:14.598 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-10-14T09:50:15.685Z[ recovery-image] Oct 14 09:50:14.633 INFO O| Oct 14 09:50:14.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57112024-10-14T09:50:15.687Z[ recovery-image] Oct 14 09:50:14.633 INFO O| Oct 14 09:50:14.633 INFO STEP 518 (remove_files) COMPLETE
57122024-10-14T09:50:15.687Z[ recovery-image] Oct 14 09:50:14.633 INFO O| Oct 14 09:50:14.633 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-10-14T09:50:15.703Z[ recovery-image] Oct 14 09:50:14.651 INFO O| Oct 14 09:50:14.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57142024-10-14T09:50:15.706Z[ recovery-image] Oct 14 09:50:14.652 INFO O| Oct 14 09:50:14.652 INFO STEP 519 (remove_files) COMPLETE
57152024-10-14T09:50:15.706Z[ recovery-image] Oct 14 09:50:14.652 INFO O| Oct 14 09:50:14.652 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-10-14T09:50:15.740Z[ recovery-image] Oct 14 09:50:14.688 INFO O| Oct 14 09:50:14.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57172024-10-14T09:50:15.740Z[ recovery-image] Oct 14 09:50:14.688 INFO O| Oct 14 09:50:14.688 INFO STEP 520 (remove_files) COMPLETE
57182024-10-14T09:50:15.740Z[ recovery-image] Oct 14 09:50:14.688 INFO O| Oct 14 09:50:14.688 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-10-14T09:50:15.757Z[ recovery-image] Oct 14 09:50:14.706 INFO O| Oct 14 09:50:14.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57202024-10-14T09:50:15.761Z[ recovery-image] Oct 14 09:50:14.710 INFO O| Oct 14 09:50:14.710 INFO STEP 521 (remove_files) COMPLETE
57212024-10-14T09:50:15.764Z[ recovery-image] Oct 14 09:50:14.710 INFO O| Oct 14 09:50:14.710 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-10-14T09:50:15.787Z[ recovery-image] Oct 14 09:50:14.735 INFO O| Oct 14 09:50:14.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57232024-10-14T09:50:15.787Z[ recovery-image] Oct 14 09:50:14.735 INFO O| Oct 14 09:50:14.735 INFO STEP 522 (remove_files) COMPLETE
57242024-10-14T09:50:15.787Z[ recovery-image] Oct 14 09:50:14.735 INFO O| Oct 14 09:50:14.735 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-10-14T09:50:15.807Z[ recovery-image] Oct 14 09:50:14.755 INFO O| Oct 14 09:50:14.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57262024-10-14T09:50:15.807Z[ recovery-image] Oct 14 09:50:14.755 INFO O| Oct 14 09:50:14.755 INFO STEP 523 (remove_files) COMPLETE
57272024-10-14T09:50:15.809Z[ recovery-image] Oct 14 09:50:14.755 INFO O| Oct 14 09:50:14.755 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-10-14T09:50:15.830Z[ recovery-image] Oct 14 09:50:14.779 INFO O| Oct 14 09:50:14.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57292024-10-14T09:50:15.831Z[ recovery-image] Oct 14 09:50:14.779 INFO O| Oct 14 09:50:14.779 INFO STEP 524 (remove_files) COMPLETE
57302024-10-14T09:50:15.831Z[ recovery-image] Oct 14 09:50:14.779 INFO O| Oct 14 09:50:14.779 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-10-14T09:50:15.861Z[ recovery-image] Oct 14 09:50:14.809 INFO O| Oct 14 09:50:14.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57322024-10-14T09:50:15.861Z[ recovery-image] Oct 14 09:50:14.809 INFO O| Oct 14 09:50:14.809 INFO STEP 525 (remove_files) COMPLETE
57332024-10-14T09:50:15.863Z[ recovery-image] Oct 14 09:50:14.809 INFO O| Oct 14 09:50:14.809 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-10-14T09:50:15.892Z[ recovery-image] Oct 14 09:50:14.839 INFO O| Oct 14 09:50:14.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57352024-10-14T09:50:15.892Z[ recovery-image] Oct 14 09:50:14.839 INFO O| Oct 14 09:50:14.839 INFO STEP 526 (remove_files) COMPLETE
57362024-10-14T09:50:15.892Z[ recovery-image] Oct 14 09:50:14.839 INFO O| Oct 14 09:50:14.839 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-10-14T09:50:15.941Z[ recovery-image] Oct 14 09:50:14.889 INFO O| Oct 14 09:50:14.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57382024-10-14T09:50:15.941Z[ recovery-image] Oct 14 09:50:14.889 INFO O| Oct 14 09:50:14.889 INFO STEP 527 (remove_files) COMPLETE
57392024-10-14T09:50:15.942Z[ recovery-image] Oct 14 09:50:14.889 INFO O| Oct 14 09:50:14.889 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-10-14T09:50:16.000Z[ recovery-image] Oct 14 09:50:14.948 INFO O| Oct 14 09:50:14.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57412024-10-14T09:50:16.012Z[ recovery-image] Oct 14 09:50:14.960 INFO O| Oct 14 09:50:14.960 INFO STEP 528 (remove_files) COMPLETE
57422024-10-14T09:50:16.012Z[ recovery-image] Oct 14 09:50:14.960 INFO O| Oct 14 09:50:14.960 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-14T09:50:16.043Z[ recovery-image] Oct 14 09:50:14.992 INFO O| Oct 14 09:50:14.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57442024-10-14T09:50:16.043Z[ recovery-image] Oct 14 09:50:14.992 INFO O| Oct 14 09:50:14.992 INFO STEP 529 (remove_files) COMPLETE
57452024-10-14T09:50:16.043Z[ recovery-image] Oct 14 09:50:14.992 INFO O| Oct 14 09:50:14.992 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-14T09:50:16.072Z[ recovery-image] Oct 14 09:50:15.020 INFO O| Oct 14 09:50:15.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57472024-10-14T09:50:16.076Z[ recovery-image] Oct 14 09:50:15.020 INFO O| Oct 14 09:50:15.020 INFO STEP 530 (remove_files) COMPLETE
57482024-10-14T09:50:16.076Z[ recovery-image] Oct 14 09:50:15.020 INFO O| Oct 14 09:50:15.020 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-14T09:50:16.090Z[ recovery-image] Oct 14 09:50:15.038 INFO O| Oct 14 09:50:15.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57502024-10-14T09:50:16.093Z[ recovery-image] Oct 14 09:50:15.039 INFO O| Oct 14 09:50:15.039 INFO STEP 531 (remove_files) COMPLETE
57512024-10-14T09:50:16.093Z[ recovery-image] Oct 14 09:50:15.039 INFO O| Oct 14 09:50:15.039 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-14T09:50:16.108Z[ recovery-image] Oct 14 09:50:15.056 INFO O| Oct 14 09:50:15.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57532024-10-14T09:50:16.110Z[ recovery-image] Oct 14 09:50:15.056 INFO O| Oct 14 09:50:15.056 INFO STEP 532 (remove_files) COMPLETE
57542024-10-14T09:50:16.110Z[ recovery-image] Oct 14 09:50:15.057 INFO O| Oct 14 09:50:15.056 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-14T09:50:16.127Z[ recovery-image] Oct 14 09:50:15.075 INFO O| Oct 14 09:50:15.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57562024-10-14T09:50:16.130Z[ recovery-image] Oct 14 09:50:15.075 INFO O| Oct 14 09:50:15.075 INFO STEP 533 (remove_files) COMPLETE
57572024-10-14T09:50:16.130Z[ recovery-image] Oct 14 09:50:15.076 INFO O| Oct 14 09:50:15.075 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-14T09:50:16.146Z[ recovery-image] Oct 14 09:50:15.095 INFO O| Oct 14 09:50:15.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57592024-10-14T09:50:16.162Z[ recovery-image] Oct 14 09:50:15.110 INFO O| Oct 14 09:50:15.110 INFO STEP 534 (remove_files) COMPLETE
57602024-10-14T09:50:16.162Z[ recovery-image] Oct 14 09:50:15.110 INFO O| Oct 14 09:50:15.110 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-14T09:50:16.204Z[ recovery-image] Oct 14 09:50:15.152 INFO O| Oct 14 09:50:15.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57622024-10-14T09:50:16.231Z[ recovery-image] Oct 14 09:50:15.179 INFO O| Oct 14 09:50:15.179 INFO STEP 535 (remove_files) COMPLETE
57632024-10-14T09:50:16.231Z[ recovery-image] Oct 14 09:50:15.179 INFO O| Oct 14 09:50:15.179 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-14T09:50:16.251Z[ recovery-image] Oct 14 09:50:15.199 INFO O| Oct 14 09:50:15.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57652024-10-14T09:50:16.251Z[ recovery-image] Oct 14 09:50:15.199 INFO O| Oct 14 09:50:15.199 INFO STEP 536 (remove_files) COMPLETE
57662024-10-14T09:50:16.251Z[ recovery-image] Oct 14 09:50:15.199 INFO O| Oct 14 09:50:15.199 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-14T09:50:16.269Z[ recovery-image] Oct 14 09:50:15.217 INFO O| Oct 14 09:50:15.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57682024-10-14T09:50:16.269Z[ recovery-image] Oct 14 09:50:15.217 INFO O| Oct 14 09:50:15.217 INFO STEP 537 (remove_files) COMPLETE
57692024-10-14T09:50:16.269Z[ recovery-image] Oct 14 09:50:15.217 INFO O| Oct 14 09:50:15.217 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-14T09:50:16.286Z[ recovery-image] Oct 14 09:50:15.235 INFO O| Oct 14 09:50:15.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57712024-10-14T09:50:16.286Z[ recovery-image] Oct 14 09:50:15.235 INFO O| Oct 14 09:50:15.235 INFO STEP 538 (remove_files) COMPLETE
57722024-10-14T09:50:16.288Z[ recovery-image] Oct 14 09:50:15.235 INFO O| Oct 14 09:50:15.235 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-14T09:50:16.306Z[ recovery-image] Oct 14 09:50:15.254 INFO O| Oct 14 09:50:15.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57742024-10-14T09:50:16.306Z[ recovery-image] Oct 14 09:50:15.254 INFO O| Oct 14 09:50:15.254 INFO STEP 539 (remove_files) COMPLETE
57752024-10-14T09:50:16.308Z[ recovery-image] Oct 14 09:50:15.254 INFO O| Oct 14 09:50:15.254 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-14T09:50:16.324Z[ recovery-image] Oct 14 09:50:15.272 INFO O| Oct 14 09:50:15.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57772024-10-14T09:50:16.324Z[ recovery-image] Oct 14 09:50:15.272 INFO O| Oct 14 09:50:15.272 INFO STEP 540 (remove_files) COMPLETE
57782024-10-14T09:50:16.325Z[ recovery-image] Oct 14 09:50:15.272 INFO O| Oct 14 09:50:15.272 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-14T09:50:16.342Z[ recovery-image] Oct 14 09:50:15.290 INFO O| Oct 14 09:50:15.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57802024-10-14T09:50:16.345Z[ recovery-image] Oct 14 09:50:15.290 INFO O| Oct 14 09:50:15.290 INFO STEP 541 (remove_files) COMPLETE
57812024-10-14T09:50:16.345Z[ recovery-image] Oct 14 09:50:15.290 INFO O| Oct 14 09:50:15.290 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-14T09:50:16.371Z[ recovery-image] Oct 14 09:50:15.318 INFO O| Oct 14 09:50:15.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57832024-10-14T09:50:16.371Z[ recovery-image] Oct 14 09:50:15.318 INFO O| Oct 14 09:50:15.318 INFO STEP 542 (remove_files) COMPLETE
57842024-10-14T09:50:16.374Z[ recovery-image] Oct 14 09:50:15.319 INFO O| Oct 14 09:50:15.318 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-14T09:50:16.389Z[ recovery-image] Oct 14 09:50:15.337 INFO O| Oct 14 09:50:15.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57862024-10-14T09:50:16.389Z[ recovery-image] Oct 14 09:50:15.337 INFO O| Oct 14 09:50:15.337 INFO STEP 543 (remove_files) COMPLETE
57872024-10-14T09:50:16.389Z[ recovery-image] Oct 14 09:50:15.337 INFO O| Oct 14 09:50:15.337 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-14T09:50:16.407Z[ recovery-image] Oct 14 09:50:15.355 INFO O| Oct 14 09:50:15.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57892024-10-14T09:50:16.407Z[ recovery-image] Oct 14 09:50:15.355 INFO O| Oct 14 09:50:15.355 INFO STEP 544 (remove_files) COMPLETE
57902024-10-14T09:50:16.410Z[ recovery-image] Oct 14 09:50:15.356 INFO O| Oct 14 09:50:15.355 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-14T09:50:16.425Z[ recovery-image] Oct 14 09:50:15.373 INFO O| Oct 14 09:50:15.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57922024-10-14T09:50:16.425Z[ recovery-image] Oct 14 09:50:15.373 INFO O| Oct 14 09:50:15.373 INFO STEP 545 (remove_files) COMPLETE
57932024-10-14T09:50:16.425Z[ recovery-image] Oct 14 09:50:15.373 INFO O| Oct 14 09:50:15.373 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-14T09:50:16.443Z[ recovery-image] Oct 14 09:50:15.391 INFO O| Oct 14 09:50:15.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
57952024-10-14T09:50:16.443Z[ recovery-image] Oct 14 09:50:15.391 INFO O| Oct 14 09:50:15.391 INFO STEP 546 (remove_files) COMPLETE
57962024-10-14T09:50:16.443Z[ recovery-image] Oct 14 09:50:15.391 INFO O| Oct 14 09:50:15.391 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-14T09:50:16.461Z[ recovery-image] Oct 14 09:50:15.409 INFO O| Oct 14 09:50:15.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
57982024-10-14T09:50:16.464Z[ recovery-image] Oct 14 09:50:15.409 INFO O| Oct 14 09:50:15.409 INFO STEP 547 (remove_files) COMPLETE
57992024-10-14T09:50:16.464Z[ recovery-image] Oct 14 09:50:15.409 INFO O| Oct 14 09:50:15.409 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-14T09:50:16.479Z[ recovery-image] Oct 14 09:50:15.428 INFO O| Oct 14 09:50:15.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58012024-10-14T09:50:16.479Z[ recovery-image] Oct 14 09:50:15.428 INFO O| Oct 14 09:50:15.428 INFO STEP 548 (remove_files) COMPLETE
58022024-10-14T09:50:16.479Z[ recovery-image] Oct 14 09:50:15.428 INFO O| Oct 14 09:50:15.428 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-14T09:50:16.500Z[ recovery-image] Oct 14 09:50:15.448 INFO O| Oct 14 09:50:15.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58042024-10-14T09:50:16.500Z[ recovery-image] Oct 14 09:50:15.449 INFO O| Oct 14 09:50:15.449 INFO STEP 549 (remove_files) COMPLETE
58052024-10-14T09:50:16.500Z[ recovery-image] Oct 14 09:50:15.449 INFO O| Oct 14 09:50:15.449 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-14T09:50:16.569Z[ recovery-image] Oct 14 09:50:15.517 INFO O| Oct 14 09:50:15.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58072024-10-14T09:50:16.569Z[ recovery-image] Oct 14 09:50:15.517 INFO O| Oct 14 09:50:15.517 INFO STEP 550 (remove_files) COMPLETE
58082024-10-14T09:50:16.569Z[ recovery-image] Oct 14 09:50:15.517 INFO O| Oct 14 09:50:15.517 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-14T09:50:16.588Z[ recovery-image] Oct 14 09:50:15.536 INFO O| Oct 14 09:50:15.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58102024-10-14T09:50:16.588Z[ recovery-image] Oct 14 09:50:15.536 INFO O| Oct 14 09:50:15.536 INFO STEP 551 (remove_files) COMPLETE
58112024-10-14T09:50:16.588Z[ recovery-image] Oct 14 09:50:15.536 INFO O| Oct 14 09:50:15.536 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-14T09:50:16.607Z[ recovery-image] Oct 14 09:50:15.555 INFO O| Oct 14 09:50:15.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58132024-10-14T09:50:16.607Z[ recovery-image] Oct 14 09:50:15.555 INFO O| Oct 14 09:50:15.555 INFO STEP 552 (remove_files) COMPLETE
58142024-10-14T09:50:16.607Z[ recovery-image] Oct 14 09:50:15.555 INFO O| Oct 14 09:50:15.555 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-14T09:50:16.627Z[ recovery-image] Oct 14 09:50:15.575 INFO O| Oct 14 09:50:15.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58162024-10-14T09:50:16.629Z[ recovery-image] Oct 14 09:50:15.575 INFO O| Oct 14 09:50:15.575 INFO STEP 553 (remove_files) COMPLETE
58172024-10-14T09:50:16.630Z[ recovery-image] Oct 14 09:50:15.576 INFO O| Oct 14 09:50:15.576 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-14T09:50:16.646Z[ recovery-image] Oct 14 09:50:15.594 INFO O| Oct 14 09:50:15.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58192024-10-14T09:50:16.648Z[ recovery-image] Oct 14 09:50:15.595 INFO O| Oct 14 09:50:15.595 INFO STEP 554 (remove_files) COMPLETE
58202024-10-14T09:50:16.648Z[ recovery-image] Oct 14 09:50:15.595 INFO O| Oct 14 09:50:15.595 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-14T09:50:16.664Z[ recovery-image] Oct 14 09:50:15.612 INFO O| Oct 14 09:50:15.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58222024-10-14T09:50:16.667Z[ recovery-image] Oct 14 09:50:15.613 INFO O| Oct 14 09:50:15.612 INFO STEP 555 (remove_files) COMPLETE
58232024-10-14T09:50:16.667Z[ recovery-image] Oct 14 09:50:15.613 INFO O| Oct 14 09:50:15.613 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-14T09:50:16.682Z[ recovery-image] Oct 14 09:50:15.630 INFO O| Oct 14 09:50:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58252024-10-14T09:50:16.685Z[ recovery-image] Oct 14 09:50:15.631 INFO O| Oct 14 09:50:15.631 INFO STEP 556 (remove_files) COMPLETE
58262024-10-14T09:50:16.685Z[ recovery-image] Oct 14 09:50:15.631 INFO O| Oct 14 09:50:15.631 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-14T09:50:16.700Z[ recovery-image] Oct 14 09:50:15.649 INFO O| Oct 14 09:50:15.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58282024-10-14T09:50:16.704Z[ recovery-image] Oct 14 09:50:15.649 INFO O| Oct 14 09:50:15.649 INFO STEP 557 (remove_files) COMPLETE
58292024-10-14T09:50:16.704Z[ recovery-image] Oct 14 09:50:15.649 INFO O| Oct 14 09:50:15.649 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-14T09:50:16.719Z[ recovery-image] Oct 14 09:50:15.667 INFO O| Oct 14 09:50:15.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58312024-10-14T09:50:16.719Z[ recovery-image] Oct 14 09:50:15.667 INFO O| Oct 14 09:50:15.667 INFO STEP 558 (remove_files) COMPLETE
58322024-10-14T09:50:16.722Z[ recovery-image] Oct 14 09:50:15.667 INFO O| Oct 14 09:50:15.667 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-14T09:50:16.737Z[ recovery-image] Oct 14 09:50:15.686 INFO O| Oct 14 09:50:15.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58342024-10-14T09:50:16.740Z[ recovery-image] Oct 14 09:50:15.686 INFO O| Oct 14 09:50:15.686 INFO STEP 559 (remove_files) COMPLETE
58352024-10-14T09:50:16.740Z[ recovery-image] Oct 14 09:50:15.686 INFO O| Oct 14 09:50:15.686 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-14T09:50:16.758Z[ recovery-image] Oct 14 09:50:15.706 INFO O| Oct 14 09:50:15.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58372024-10-14T09:50:16.774Z[ recovery-image] Oct 14 09:50:15.722 INFO O| Oct 14 09:50:15.722 INFO STEP 560 (remove_files) COMPLETE
58382024-10-14T09:50:16.774Z[ recovery-image] Oct 14 09:50:15.722 INFO O| Oct 14 09:50:15.722 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-14T09:50:16.793Z[ recovery-image] Oct 14 09:50:15.742 INFO O| Oct 14 09:50:15.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58402024-10-14T09:50:16.796Z[ recovery-image] Oct 14 09:50:15.742 INFO O| Oct 14 09:50:15.742 INFO STEP 561 (remove_files) COMPLETE
58412024-10-14T09:50:16.796Z[ recovery-image] Oct 14 09:50:15.742 INFO O| Oct 14 09:50:15.742 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-14T09:50:16.812Z[ recovery-image] Oct 14 09:50:15.760 INFO O| Oct 14 09:50:15.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58432024-10-14T09:50:16.816Z[ recovery-image] Oct 14 09:50:15.760 INFO O| Oct 14 09:50:15.760 INFO STEP 562 (remove_files) COMPLETE
58442024-10-14T09:50:16.816Z[ recovery-image] Oct 14 09:50:15.760 INFO O| Oct 14 09:50:15.760 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-10-14T09:50:16.832Z[ recovery-image] Oct 14 09:50:15.779 INFO O| Oct 14 09:50:15.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58462024-10-14T09:50:16.832Z[ recovery-image] Oct 14 09:50:15.779 INFO O| Oct 14 09:50:15.779 INFO STEP 563 (remove_files) COMPLETE
58472024-10-14T09:50:16.832Z[ recovery-image] Oct 14 09:50:15.779 INFO O| Oct 14 09:50:15.779 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-10-14T09:50:16.865Z[ recovery-image] Oct 14 09:50:15.813 INFO O| Oct 14 09:50:15.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58492024-10-14T09:50:16.865Z[ recovery-image] Oct 14 09:50:15.814 INFO O| Oct 14 09:50:15.814 INFO STEP 564 (remove_files) COMPLETE
58502024-10-14T09:50:16.865Z[ recovery-image] Oct 14 09:50:15.814 INFO O| Oct 14 09:50:15.814 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-10-14T09:50:16.903Z[ recovery-image] Oct 14 09:50:15.851 INFO O| Oct 14 09:50:15.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58522024-10-14T09:50:16.903Z[ recovery-image] Oct 14 09:50:15.851 INFO O| Oct 14 09:50:15.851 INFO STEP 565 (remove_files) COMPLETE
58532024-10-14T09:50:16.903Z[ recovery-image] Oct 14 09:50:15.851 INFO O| Oct 14 09:50:15.851 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-10-14T09:50:16.943Z[ recovery-image] Oct 14 09:50:15.891 INFO O| Oct 14 09:50:15.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58552024-10-14T09:50:16.946Z[ recovery-image] Oct 14 09:50:15.891 INFO O| Oct 14 09:50:15.891 INFO STEP 566 (remove_files) COMPLETE
58562024-10-14T09:50:16.946Z[ recovery-image] Oct 14 09:50:15.891 INFO O| Oct 14 09:50:15.891 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-10-14T09:50:16.962Z[ recovery-image] Oct 14 09:50:15.910 INFO O| Oct 14 09:50:15.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58582024-10-14T09:50:16.962Z[ recovery-image] Oct 14 09:50:15.910 INFO O| Oct 14 09:50:15.910 INFO STEP 567 (remove_files) COMPLETE
58592024-10-14T09:50:16.962Z[ recovery-image] Oct 14 09:50:15.910 INFO O| Oct 14 09:50:15.910 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-10-14T09:50:16.979Z[ recovery-image] Oct 14 09:50:15.927 INFO O| Oct 14 09:50:15.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58612024-10-14T09:50:16.982Z[ recovery-image] Oct 14 09:50:15.927 INFO O| Oct 14 09:50:15.927 INFO STEP 568 (remove_files) COMPLETE
58622024-10-14T09:50:16.982Z[ recovery-image] Oct 14 09:50:15.927 INFO O| Oct 14 09:50:15.927 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-10-14T09:50:16.997Z[ recovery-image] Oct 14 09:50:15.945 INFO O| Oct 14 09:50:15.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58642024-10-14T09:50:16.997Z[ recovery-image] Oct 14 09:50:15.946 INFO O| Oct 14 09:50:15.946 INFO STEP 569 (remove_files) COMPLETE
58652024-10-14T09:50:16.997Z[ recovery-image] Oct 14 09:50:15.946 INFO O| Oct 14 09:50:15.946 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-10-14T09:50:17.016Z[ recovery-image] Oct 14 09:50:15.964 INFO O| Oct 14 09:50:15.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58672024-10-14T09:50:17.016Z[ recovery-image] Oct 14 09:50:15.964 INFO O| Oct 14 09:50:15.964 INFO STEP 570 (remove_files) COMPLETE
58682024-10-14T09:50:17.016Z[ recovery-image] Oct 14 09:50:15.964 INFO O| Oct 14 09:50:15.964 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-10-14T09:50:18.060Z[ recovery-image] Oct 14 09:50:16.005 INFO O| Oct 14 09:50:16.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58702024-10-14T09:50:18.060Z[ recovery-image] Oct 14 09:50:16.005 INFO O| Oct 14 09:50:16.005 INFO STEP 571 (remove_files) COMPLETE
58712024-10-14T09:50:18.060Z[ recovery-image] Oct 14 09:50:16.005 INFO O| Oct 14 09:50:16.005 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.024 INFO O| Oct 14 09:50:16.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58732024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.024 INFO O| Oct 14 09:50:16.024 INFO STEP 572 (remove_files) COMPLETE
58742024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.024 INFO O| Oct 14 09:50:16.024 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.041 INFO O| Oct 14 09:50:16.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58762024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.041 INFO O| Oct 14 09:50:16.041 INFO STEP 573 (remove_files) COMPLETE
58772024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.041 INFO O| Oct 14 09:50:16.041 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.059 INFO O| Oct 14 09:50:16.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58792024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.059 INFO O| Oct 14 09:50:16.059 INFO STEP 574 (remove_files) COMPLETE
58802024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.059 INFO O| Oct 14 09:50:16.059 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.078 INFO O| Oct 14 09:50:16.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58822024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.078 INFO O| Oct 14 09:50:16.078 INFO STEP 575 (remove_files) COMPLETE
58832024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.078 INFO O| Oct 14 09:50:16.078 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.097 INFO O| Oct 14 09:50:16.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58852024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.097 INFO O| Oct 14 09:50:16.097 INFO STEP 576 (remove_files) COMPLETE
58862024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.097 INFO O| Oct 14 09:50:16.097 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.115 INFO O| Oct 14 09:50:16.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58882024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.115 INFO O| Oct 14 09:50:16.115 INFO STEP 577 (remove_files) COMPLETE
58892024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.115 INFO O| Oct 14 09:50:16.115 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.154 INFO O| Oct 14 09:50:16.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58912024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.155 INFO O| Oct 14 09:50:16.154 INFO STEP 578 (remove_files) COMPLETE
58922024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.155 INFO O| Oct 14 09:50:16.154 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.172 INFO O| Oct 14 09:50:16.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
58942024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.172 INFO O| Oct 14 09:50:16.172 INFO STEP 579 (remove_files) COMPLETE
58952024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.172 INFO O| Oct 14 09:50:16.172 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.189 INFO O| Oct 14 09:50:16.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
58972024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.190 INFO O| Oct 14 09:50:16.189 INFO STEP 580 (remove_files) COMPLETE
58982024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.190 INFO O| Oct 14 09:50:16.190 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.206 INFO O| Oct 14 09:50:16.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59002024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.207 INFO O| Oct 14 09:50:16.206 INFO STEP 581 (remove_files) COMPLETE
59012024-10-14T09:50:18.065Z[ recovery-image] Oct 14 09:50:16.207 INFO O| Oct 14 09:50:16.207 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.222 INFO O| Oct 14 09:50:16.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59032024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.222 INFO O| Oct 14 09:50:16.222 INFO STEP 582 (remove_files) COMPLETE
59042024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.222 INFO O| Oct 14 09:50:16.222 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.238 INFO O| Oct 14 09:50:16.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59062024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.240 INFO O| Oct 14 09:50:16.240 INFO STEP 583 (remove_files) COMPLETE
59072024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.240 INFO O| Oct 14 09:50:16.240 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.301 INFO O| Oct 14 09:50:16.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59092024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.301 INFO O| Oct 14 09:50:16.301 INFO STEP 584 (remove_files) COMPLETE
59102024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.301 INFO O| Oct 14 09:50:16.301 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.338 INFO O| Oct 14 09:50:16.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59122024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.338 INFO O| Oct 14 09:50:16.338 INFO STEP 585 (remove_files) COMPLETE
59132024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.338 INFO O| Oct 14 09:50:16.338 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.356 INFO O| Oct 14 09:50:16.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59152024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.356 INFO O| Oct 14 09:50:16.356 INFO STEP 586 (remove_files) COMPLETE
59162024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.356 INFO O| Oct 14 09:50:16.356 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.373 INFO O| Oct 14 09:50:16.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59182024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.374 INFO O| Oct 14 09:50:16.373 INFO STEP 587 (remove_files) COMPLETE
59192024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.374 INFO O| Oct 14 09:50:16.374 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.391 INFO O| Oct 14 09:50:16.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59212024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.391 INFO O| Oct 14 09:50:16.391 INFO STEP 588 (remove_files) COMPLETE
59222024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.391 INFO O| Oct 14 09:50:16.391 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.409 INFO O| Oct 14 09:50:16.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59242024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.409 INFO O| Oct 14 09:50:16.409 INFO STEP 589 (remove_files) COMPLETE
59252024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.409 INFO O| Oct 14 09:50:16.409 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.425 INFO O| Oct 14 09:50:16.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59272024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.425 INFO O| Oct 14 09:50:16.425 INFO STEP 590 (remove_files) COMPLETE
59282024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.425 INFO O| Oct 14 09:50:16.425 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.442 INFO O| Oct 14 09:50:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59302024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.442 INFO O| Oct 14 09:50:16.442 INFO STEP 591 (remove_files) COMPLETE
59312024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.442 INFO O| Oct 14 09:50:16.442 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.458 INFO O| Oct 14 09:50:16.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59332024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.481 INFO O| Oct 14 09:50:16.481 INFO STEP 592 (remove_files) COMPLETE
59342024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.481 INFO O| Oct 14 09:50:16.481 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.544 INFO O| Oct 14 09:50:16.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59362024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.544 INFO O| Oct 14 09:50:16.544 INFO STEP 593 (remove_files) COMPLETE
59372024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.544 INFO O| Oct 14 09:50:16.544 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-10-14T09:50:18.066Z[ recovery-image] Oct 14 09:50:16.562 INFO O| Oct 14 09:50:16.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59392024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.562 INFO O| Oct 14 09:50:16.562 INFO STEP 594 (remove_files) COMPLETE
59402024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.562 INFO O| Oct 14 09:50:16.562 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.579 INFO O| Oct 14 09:50:16.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59422024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.579 INFO O| Oct 14 09:50:16.579 INFO STEP 595 (remove_files) COMPLETE
59432024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.579 INFO O| Oct 14 09:50:16.579 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.597 INFO O| Oct 14 09:50:16.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59452024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.597 INFO O| Oct 14 09:50:16.597 INFO STEP 596 (remove_files) COMPLETE
59462024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.597 INFO O| Oct 14 09:50:16.597 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.615 INFO O| Oct 14 09:50:16.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59482024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.615 INFO O| Oct 14 09:50:16.615 INFO STEP 597 (remove_files) COMPLETE
59492024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.615 INFO O| Oct 14 09:50:16.615 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.634 INFO O| Oct 14 09:50:16.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59512024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.634 INFO O| Oct 14 09:50:16.634 INFO STEP 598 (remove_files) COMPLETE
59522024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.634 INFO O| Oct 14 09:50:16.634 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.653 INFO O| Oct 14 09:50:16.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59542024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.653 INFO O| Oct 14 09:50:16.653 INFO STEP 599 (remove_files) COMPLETE
59552024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.653 INFO O| Oct 14 09:50:16.653 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.670 INFO O| Oct 14 09:50:16.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59572024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.670 INFO O| Oct 14 09:50:16.670 INFO STEP 600 (remove_files) COMPLETE
59582024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.671 INFO O| Oct 14 09:50:16.670 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.687 INFO O| Oct 14 09:50:16.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59602024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.687 INFO O| Oct 14 09:50:16.687 INFO STEP 601 (remove_files) COMPLETE
59612024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.687 INFO O| Oct 14 09:50:16.687 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.705 INFO O| Oct 14 09:50:16.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59632024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.705 INFO O| Oct 14 09:50:16.705 INFO STEP 602 (remove_files) COMPLETE
59642024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.705 INFO O| Oct 14 09:50:16.705 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.722 INFO O| Oct 14 09:50:16.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59662024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.723 INFO O| Oct 14 09:50:16.722 INFO STEP 603 (remove_files) COMPLETE
59672024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.723 INFO O| Oct 14 09:50:16.723 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.741 INFO O| Oct 14 09:50:16.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59692024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.742 INFO O| Oct 14 09:50:16.741 INFO STEP 604 (remove_files) COMPLETE
59702024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.742 INFO O| Oct 14 09:50:16.742 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-10-14T09:50:18.067Z[ recovery-image] Oct 14 09:50:16.760 INFO O| Oct 14 09:50:16.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59722024-10-14T09:50:18.071Z[ recovery-image] Oct 14 09:50:16.760 INFO O| Oct 14 09:50:16.760 INFO STEP 605 (remove_files) COMPLETE
59732024-10-14T09:50:18.071Z[ recovery-image] Oct 14 09:50:16.760 INFO O| Oct 14 09:50:16.760 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-10-14T09:50:18.071Z[ recovery-image] Oct 14 09:50:16.778 INFO O| Oct 14 09:50:16.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59752024-10-14T09:50:18.071Z[ recovery-image] Oct 14 09:50:16.778 INFO O| Oct 14 09:50:16.778 INFO STEP 606 (remove_files) COMPLETE
59762024-10-14T09:50:18.071Z[ recovery-image] Oct 14 09:50:16.779 INFO O| Oct 14 09:50:16.778 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-10-14T09:50:18.071Z[ recovery-image] Oct 14 09:50:16.797 INFO O| Oct 14 09:50:16.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59782024-10-14T09:50:18.071Z[ recovery-image] Oct 14 09:50:16.797 INFO O| Oct 14 09:50:16.797 INFO STEP 607 (remove_files) COMPLETE
59792024-10-14T09:50:18.071Z[ recovery-image] Oct 14 09:50:16.797 INFO O| Oct 14 09:50:16.797 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-10-14T09:50:18.071Z[ recovery-image] Oct 14 09:50:16.830 INFO O| Oct 14 09:50:16.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59812024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.850 INFO O| Oct 14 09:50:16.850 INFO STEP 608 (remove_files) COMPLETE
59822024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.850 INFO O| Oct 14 09:50:16.850 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.878 INFO O| Oct 14 09:50:16.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59842024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.878 INFO O| Oct 14 09:50:16.878 INFO STEP 609 (remove_files) COMPLETE
59852024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.878 INFO O| Oct 14 09:50:16.878 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.941 INFO O| Oct 14 09:50:16.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59872024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.941 INFO O| Oct 14 09:50:16.941 INFO STEP 610 (remove_files) COMPLETE
59882024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.941 INFO O| Oct 14 09:50:16.941 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.960 INFO O| Oct 14 09:50:16.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59902024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.961 INFO O| Oct 14 09:50:16.961 INFO STEP 611 (remove_files) COMPLETE
59912024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.961 INFO O| Oct 14 09:50:16.961 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.978 INFO O| Oct 14 09:50:16.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
59932024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.979 INFO O| Oct 14 09:50:16.979 INFO STEP 612 (remove_files) COMPLETE
59942024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.979 INFO O| Oct 14 09:50:16.979 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.997 INFO O| Oct 14 09:50:16.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
59962024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.997 INFO O| Oct 14 09:50:16.997 INFO STEP 613 (remove_files) COMPLETE
59972024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:16.997 INFO O| Oct 14 09:50:16.997 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:17.017 INFO O| Oct 14 09:50:17.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
59992024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:17.017 INFO O| Oct 14 09:50:17.017 INFO STEP 614 (remove_files) COMPLETE
60002024-10-14T09:50:18.072Z[ recovery-image] Oct 14 09:50:17.017 INFO O| Oct 14 09:50:17.017 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-10-14T09:50:18.107Z[ recovery-image] Oct 14 09:50:17.055 INFO O| Oct 14 09:50:17.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60022024-10-14T09:50:18.110Z[ recovery-image] Oct 14 09:50:17.055 INFO O| Oct 14 09:50:17.055 INFO STEP 615 (remove_files) COMPLETE
60032024-10-14T09:50:18.110Z[ recovery-image] Oct 14 09:50:17.055 INFO O| Oct 14 09:50:17.055 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-10-14T09:50:18.125Z[ recovery-image] Oct 14 09:50:17.073 INFO O| Oct 14 09:50:17.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60052024-10-14T09:50:18.126Z[ recovery-image] Oct 14 09:50:17.074 INFO O| Oct 14 09:50:17.074 INFO STEP 616 (remove_files) COMPLETE
60062024-10-14T09:50:18.126Z[ recovery-image] Oct 14 09:50:17.074 INFO O| Oct 14 09:50:17.074 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-14T09:50:18.143Z[ recovery-image] Oct 14 09:50:17.091 INFO O| Oct 14 09:50:17.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60082024-10-14T09:50:18.143Z[ recovery-image] Oct 14 09:50:17.091 INFO O| Oct 14 09:50:17.091 INFO STEP 617 (remove_files) COMPLETE
60092024-10-14T09:50:18.146Z[ recovery-image] Oct 14 09:50:17.091 INFO O| Oct 14 09:50:17.091 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-14T09:50:18.162Z[ recovery-image] Oct 14 09:50:17.110 INFO O| Oct 14 09:50:17.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60112024-10-14T09:50:18.162Z[ recovery-image] Oct 14 09:50:17.110 INFO O| Oct 14 09:50:17.110 INFO STEP 618 (remove_files) COMPLETE
60122024-10-14T09:50:18.165Z[ recovery-image] Oct 14 09:50:17.110 INFO O| Oct 14 09:50:17.110 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-14T09:50:18.180Z[ recovery-image] Oct 14 09:50:17.128 INFO O| Oct 14 09:50:17.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60142024-10-14T09:50:18.180Z[ recovery-image] Oct 14 09:50:17.128 INFO O| Oct 14 09:50:17.128 INFO STEP 619 (remove_files) COMPLETE
60152024-10-14T09:50:18.182Z[ recovery-image] Oct 14 09:50:17.128 INFO O| Oct 14 09:50:17.128 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-14T09:50:18.200Z[ recovery-image] Oct 14 09:50:17.148 INFO O| Oct 14 09:50:17.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60172024-10-14T09:50:18.200Z[ recovery-image] Oct 14 09:50:17.148 INFO O| Oct 14 09:50:17.148 INFO STEP 620 (remove_files) COMPLETE
60182024-10-14T09:50:18.200Z[ recovery-image] Oct 14 09:50:17.149 INFO O| Oct 14 09:50:17.148 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-14T09:50:18.222Z[ recovery-image] Oct 14 09:50:17.170 INFO O| Oct 14 09:50:17.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60202024-10-14T09:50:18.222Z[ recovery-image] Oct 14 09:50:17.170 INFO O| Oct 14 09:50:17.170 INFO STEP 621 (remove_files) COMPLETE
60212024-10-14T09:50:18.222Z[ recovery-image] Oct 14 09:50:17.170 INFO O| Oct 14 09:50:17.170 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-14T09:50:18.240Z[ recovery-image] Oct 14 09:50:17.188 INFO O| Oct 14 09:50:17.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60232024-10-14T09:50:18.240Z[ recovery-image] Oct 14 09:50:17.188 INFO O| Oct 14 09:50:17.188 INFO STEP 622 (remove_files) COMPLETE
60242024-10-14T09:50:18.243Z[ recovery-image] Oct 14 09:50:17.188 INFO O| Oct 14 09:50:17.188 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-14T09:50:18.261Z[ recovery-image] Oct 14 09:50:17.209 INFO O| Oct 14 09:50:17.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60262024-10-14T09:50:18.261Z[ recovery-image] Oct 14 09:50:17.209 INFO O| Oct 14 09:50:17.209 INFO STEP 623 (remove_files) COMPLETE
60272024-10-14T09:50:18.261Z[ recovery-image] Oct 14 09:50:17.209 INFO O| Oct 14 09:50:17.209 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-10-14T09:50:18.284Z[ recovery-image] Oct 14 09:50:17.232 INFO O| Oct 14 09:50:17.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60292024-10-14T09:50:18.284Z[ recovery-image] Oct 14 09:50:17.232 INFO O| Oct 14 09:50:17.232 INFO STEP 624 (remove_files) COMPLETE
60302024-10-14T09:50:18.284Z[ recovery-image] Oct 14 09:50:17.232 INFO O| Oct 14 09:50:17.232 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-10-14T09:50:18.348Z[ recovery-image] Oct 14 09:50:17.296 INFO O| Oct 14 09:50:17.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60322024-10-14T09:50:18.348Z[ recovery-image] Oct 14 09:50:17.296 INFO O| Oct 14 09:50:17.296 INFO STEP 625 (remove_files) COMPLETE
60332024-10-14T09:50:18.350Z[ recovery-image] Oct 14 09:50:17.296 INFO O| Oct 14 09:50:17.296 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-10-14T09:50:18.379Z[ recovery-image] Oct 14 09:50:17.327 INFO O| Oct 14 09:50:17.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60352024-10-14T09:50:18.379Z[ recovery-image] Oct 14 09:50:17.327 INFO O| Oct 14 09:50:17.327 INFO STEP 626 (remove_files) COMPLETE
60362024-10-14T09:50:18.379Z[ recovery-image] Oct 14 09:50:17.327 INFO O| Oct 14 09:50:17.327 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-10-14T09:50:18.396Z[ recovery-image] Oct 14 09:50:17.344 INFO O| Oct 14 09:50:17.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60382024-10-14T09:50:18.396Z[ recovery-image] Oct 14 09:50:17.345 INFO O| Oct 14 09:50:17.345 INFO STEP 627 (remove_files) COMPLETE
60392024-10-14T09:50:18.396Z[ recovery-image] Oct 14 09:50:17.345 INFO O| Oct 14 09:50:17.345 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-10-14T09:50:18.414Z[ recovery-image] Oct 14 09:50:17.362 INFO O| Oct 14 09:50:17.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60412024-10-14T09:50:18.414Z[ recovery-image] Oct 14 09:50:17.362 INFO O| Oct 14 09:50:17.362 INFO STEP 628 (remove_files) COMPLETE
60422024-10-14T09:50:18.414Z[ recovery-image] Oct 14 09:50:17.362 INFO O| Oct 14 09:50:17.362 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-10-14T09:50:18.432Z[ recovery-image] Oct 14 09:50:17.379 INFO O| Oct 14 09:50:17.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60442024-10-14T09:50:18.432Z[ recovery-image] Oct 14 09:50:17.379 INFO O| Oct 14 09:50:17.379 INFO STEP 629 (remove_files) COMPLETE
60452024-10-14T09:50:18.435Z[ recovery-image] Oct 14 09:50:17.379 INFO O| Oct 14 09:50:17.379 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-10-14T09:50:18.448Z[ recovery-image] Oct 14 09:50:17.396 INFO O| Oct 14 09:50:17.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60472024-10-14T09:50:18.454Z[ recovery-image] Oct 14 09:50:17.402 INFO O| Oct 14 09:50:17.402 INFO STEP 630 (remove_files) COMPLETE
60482024-10-14T09:50:18.454Z[ recovery-image] Oct 14 09:50:17.402 INFO O| Oct 14 09:50:17.402 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-10-14T09:50:18.500Z[ recovery-image] Oct 14 09:50:17.447 INFO O| Oct 14 09:50:17.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60502024-10-14T09:50:18.503Z[ recovery-image] Oct 14 09:50:17.447 INFO O| Oct 14 09:50:17.447 INFO STEP 631 (remove_files) COMPLETE
60512024-10-14T09:50:18.503Z[ recovery-image] Oct 14 09:50:17.447 INFO O| Oct 14 09:50:17.447 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-10-14T09:50:18.518Z[ recovery-image] Oct 14 09:50:17.465 INFO O| Oct 14 09:50:17.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60532024-10-14T09:50:18.520Z[ recovery-image] Oct 14 09:50:17.466 INFO O| Oct 14 09:50:17.466 INFO STEP 632 (remove_files) COMPLETE
60542024-10-14T09:50:18.520Z[ recovery-image] Oct 14 09:50:17.466 INFO O| Oct 14 09:50:17.466 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-10-14T09:50:18.536Z[ recovery-image] Oct 14 09:50:17.484 INFO O| Oct 14 09:50:17.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60562024-10-14T09:50:18.539Z[ recovery-image] Oct 14 09:50:17.484 INFO O| Oct 14 09:50:17.484 INFO STEP 633 (remove_files) COMPLETE
60572024-10-14T09:50:18.539Z[ recovery-image] Oct 14 09:50:17.484 INFO O| Oct 14 09:50:17.484 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-10-14T09:50:18.554Z[ recovery-image] Oct 14 09:50:17.502 INFO O| Oct 14 09:50:17.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60592024-10-14T09:50:18.557Z[ recovery-image] Oct 14 09:50:17.502 INFO O| Oct 14 09:50:17.502 INFO STEP 634 (remove_files) COMPLETE
60602024-10-14T09:50:18.557Z[ recovery-image] Oct 14 09:50:17.502 INFO O| Oct 14 09:50:17.502 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-10-14T09:50:18.572Z[ recovery-image] Oct 14 09:50:17.520 INFO O| Oct 14 09:50:17.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60622024-10-14T09:50:18.575Z[ recovery-image] Oct 14 09:50:17.520 INFO O| Oct 14 09:50:17.520 INFO STEP 635 (remove_files) COMPLETE
60632024-10-14T09:50:18.575Z[ recovery-image] Oct 14 09:50:17.520 INFO O| Oct 14 09:50:17.520 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-10-14T09:50:18.589Z[ recovery-image] Oct 14 09:50:17.537 INFO O| Oct 14 09:50:17.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60652024-10-14T09:50:18.592Z[ recovery-image] Oct 14 09:50:17.537 INFO O| Oct 14 09:50:17.537 INFO STEP 636 (remove_files) COMPLETE
60662024-10-14T09:50:18.592Z[ recovery-image] Oct 14 09:50:17.537 INFO O| Oct 14 09:50:17.537 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-10-14T09:50:18.609Z[ recovery-image] Oct 14 09:50:17.556 INFO O| Oct 14 09:50:17.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60682024-10-14T09:50:18.612Z[ recovery-image] Oct 14 09:50:17.557 INFO O| Oct 14 09:50:17.557 INFO STEP 637 (remove_files) COMPLETE
60692024-10-14T09:50:18.612Z[ recovery-image] Oct 14 09:50:17.557 INFO O| Oct 14 09:50:17.557 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-10-14T09:50:18.629Z[ recovery-image] Oct 14 09:50:17.577 INFO O| Oct 14 09:50:17.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60712024-10-14T09:50:18.631Z[ recovery-image] Oct 14 09:50:17.577 INFO O| Oct 14 09:50:17.577 INFO STEP 638 (remove_files) COMPLETE
60722024-10-14T09:50:18.631Z[ recovery-image] Oct 14 09:50:17.577 INFO O| Oct 14 09:50:17.577 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-10-14T09:50:18.649Z[ recovery-image] Oct 14 09:50:17.597 INFO O| Oct 14 09:50:17.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60742024-10-14T09:50:18.652Z[ recovery-image] Oct 14 09:50:17.597 INFO O| Oct 14 09:50:17.597 INFO STEP 639 (remove_files) COMPLETE
60752024-10-14T09:50:18.652Z[ recovery-image] Oct 14 09:50:17.597 INFO O| Oct 14 09:50:17.597 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-10-14T09:50:18.668Z[ recovery-image] Oct 14 09:50:17.616 INFO O| Oct 14 09:50:17.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60772024-10-14T09:50:18.668Z[ recovery-image] Oct 14 09:50:17.616 INFO O| Oct 14 09:50:17.616 INFO STEP 640 (remove_files) COMPLETE
60782024-10-14T09:50:18.668Z[ recovery-image] Oct 14 09:50:17.616 INFO O| Oct 14 09:50:17.616 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-10-14T09:50:18.688Z[ recovery-image] Oct 14 09:50:17.636 INFO O| Oct 14 09:50:17.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60802024-10-14T09:50:18.688Z[ recovery-image] Oct 14 09:50:17.636 INFO O| Oct 14 09:50:17.636 INFO STEP 641 (remove_files) COMPLETE
60812024-10-14T09:50:18.691Z[ recovery-image] Oct 14 09:50:17.636 INFO O| Oct 14 09:50:17.636 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-10-14T09:50:18.708Z[ recovery-image] Oct 14 09:50:17.656 INFO O| Oct 14 09:50:17.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60832024-10-14T09:50:18.711Z[ recovery-image] Oct 14 09:50:17.656 INFO O| Oct 14 09:50:17.656 INFO STEP 642 (remove_files) COMPLETE
60842024-10-14T09:50:18.711Z[ recovery-image] Oct 14 09:50:17.656 INFO O| Oct 14 09:50:17.656 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-10-14T09:50:18.727Z[ recovery-image] Oct 14 09:50:17.675 INFO O| Oct 14 09:50:17.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60862024-10-14T09:50:18.730Z[ recovery-image] Oct 14 09:50:17.675 INFO O| Oct 14 09:50:17.675 INFO STEP 643 (remove_files) COMPLETE
60872024-10-14T09:50:18.730Z[ recovery-image] Oct 14 09:50:17.675 INFO O| Oct 14 09:50:17.675 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-10-14T09:50:18.746Z[ recovery-image] Oct 14 09:50:17.694 INFO O| Oct 14 09:50:17.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60892024-10-14T09:50:18.749Z[ recovery-image] Oct 14 09:50:17.694 INFO O| Oct 14 09:50:17.694 INFO STEP 644 (remove_files) COMPLETE
60902024-10-14T09:50:18.749Z[ recovery-image] Oct 14 09:50:17.694 INFO O| Oct 14 09:50:17.694 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-10-14T09:50:18.765Z[ recovery-image] Oct 14 09:50:17.713 INFO O| Oct 14 09:50:17.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
60922024-10-14T09:50:18.768Z[ recovery-image] Oct 14 09:50:17.714 INFO O| Oct 14 09:50:17.714 INFO STEP 645 (remove_files) COMPLETE
60932024-10-14T09:50:18.768Z[ recovery-image] Oct 14 09:50:17.714 INFO O| Oct 14 09:50:17.714 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-10-14T09:50:18.806Z[ recovery-image] Oct 14 09:50:17.754 INFO O| Oct 14 09:50:17.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
60952024-10-14T09:50:18.809Z[ recovery-image] Oct 14 09:50:17.754 INFO O| Oct 14 09:50:17.754 INFO STEP 646 (remove_files) COMPLETE
60962024-10-14T09:50:18.809Z[ recovery-image] Oct 14 09:50:17.754 INFO O| Oct 14 09:50:17.754 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-10-14T09:50:18.825Z[ recovery-image] Oct 14 09:50:17.773 INFO O| Oct 14 09:50:17.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
60982024-10-14T09:50:18.825Z[ recovery-image] Oct 14 09:50:17.773 INFO O| Oct 14 09:50:17.773 INFO STEP 647 (remove_files) COMPLETE
60992024-10-14T09:50:18.828Z[ recovery-image] Oct 14 09:50:17.773 INFO O| Oct 14 09:50:17.773 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-10-14T09:50:18.843Z[ recovery-image] Oct 14 09:50:17.791 INFO O| Oct 14 09:50:17.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61012024-10-14T09:50:18.843Z[ recovery-image] Oct 14 09:50:17.791 INFO O| Oct 14 09:50:17.791 INFO STEP 648 (remove_files) COMPLETE
61022024-10-14T09:50:18.844Z[ recovery-image] Oct 14 09:50:17.791 INFO O| Oct 14 09:50:17.791 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-10-14T09:50:18.876Z[ recovery-image] Oct 14 09:50:17.824 INFO O| Oct 14 09:50:17.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61042024-10-14T09:50:18.876Z[ recovery-image] Oct 14 09:50:17.824 INFO O| Oct 14 09:50:17.824 INFO STEP 649 (remove_files) COMPLETE
61052024-10-14T09:50:18.879Z[ recovery-image] Oct 14 09:50:17.824 INFO O| Oct 14 09:50:17.824 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-10-14T09:50:18.931Z[ recovery-image] Oct 14 09:50:17.879 INFO O| Oct 14 09:50:17.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61072024-10-14T09:50:18.931Z[ recovery-image] Oct 14 09:50:17.879 INFO O| Oct 14 09:50:17.879 INFO STEP 650 (remove_files) COMPLETE
61082024-10-14T09:50:18.931Z[ recovery-image] Oct 14 09:50:17.879 INFO O| Oct 14 09:50:17.879 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-10-14T09:50:19.018Z[ recovery-image] Oct 14 09:50:17.966 INFO O| Oct 14 09:50:17.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61102024-10-14T09:50:19.019Z[ recovery-image] Oct 14 09:50:17.966 INFO O| Oct 14 09:50:17.966 INFO STEP 651 (remove_files) COMPLETE
61112024-10-14T09:50:19.021Z[ recovery-image] Oct 14 09:50:17.966 INFO O| Oct 14 09:50:17.966 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-10-14T09:50:19.056Z[ recovery-image] Oct 14 09:50:18.004 INFO O| Oct 14 09:50:18.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61132024-10-14T09:50:19.056Z[ recovery-image] Oct 14 09:50:18.004 INFO O| Oct 14 09:50:18.004 INFO STEP 652 (remove_files) COMPLETE
61142024-10-14T09:50:19.058Z[ recovery-image] Oct 14 09:50:18.004 INFO O| Oct 14 09:50:18.004 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-10-14T09:50:19.076Z[ recovery-image] Oct 14 09:50:18.024 INFO O| Oct 14 09:50:18.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61162024-10-14T09:50:19.100Z[ recovery-image] Oct 14 09:50:18.048 INFO O| Oct 14 09:50:18.048 INFO STEP 653 (remove_files) COMPLETE
61172024-10-14T09:50:19.100Z[ recovery-image] Oct 14 09:50:18.048 INFO O| Oct 14 09:50:18.048 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-10-14T09:50:19.138Z[ recovery-image] Oct 14 09:50:18.086 INFO O| Oct 14 09:50:18.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61192024-10-14T09:50:19.138Z[ recovery-image] Oct 14 09:50:18.086 INFO O| Oct 14 09:50:18.086 INFO STEP 654 (remove_files) COMPLETE
61202024-10-14T09:50:19.140Z[ recovery-image] Oct 14 09:50:18.086 INFO O| Oct 14 09:50:18.086 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-10-14T09:50:19.155Z[ recovery-image] Oct 14 09:50:18.102 INFO O| Oct 14 09:50:18.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61222024-10-14T09:50:19.157Z[ recovery-image] Oct 14 09:50:18.103 INFO O| Oct 14 09:50:18.103 INFO STEP 655 (remove_files) COMPLETE
61232024-10-14T09:50:19.157Z[ recovery-image] Oct 14 09:50:18.103 INFO O| Oct 14 09:50:18.103 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-10-14T09:50:19.172Z[ recovery-image] Oct 14 09:50:18.119 INFO O| Oct 14 09:50:18.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61252024-10-14T09:50:19.172Z[ recovery-image] Oct 14 09:50:18.119 INFO O| Oct 14 09:50:18.119 INFO STEP 656 (remove_files) COMPLETE
61262024-10-14T09:50:19.172Z[ recovery-image] Oct 14 09:50:18.119 INFO O| Oct 14 09:50:18.119 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-10-14T09:50:19.192Z[ recovery-image] Oct 14 09:50:18.137 INFO O| Oct 14 09:50:18.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61282024-10-14T09:50:19.194Z[ recovery-image] Oct 14 09:50:18.137 INFO O| Oct 14 09:50:18.137 INFO STEP 657 (remove_files) COMPLETE
61292024-10-14T09:50:19.194Z[ recovery-image] Oct 14 09:50:18.137 INFO O| Oct 14 09:50:18.137 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61302024-10-14T09:50:19.208Z[ recovery-image] Oct 14 09:50:18.155 INFO O| Oct 14 09:50:18.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61312024-10-14T09:50:19.208Z[ recovery-image] Oct 14 09:50:18.155 INFO O| Oct 14 09:50:18.155 INFO STEP 658 (remove_files) COMPLETE
61322024-10-14T09:50:19.208Z[ recovery-image] Oct 14 09:50:18.155 INFO O| Oct 14 09:50:18.155 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61332024-10-14T09:50:19.226Z[ recovery-image] Oct 14 09:50:18.173 INFO O| Oct 14 09:50:18.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61342024-10-14T09:50:19.226Z[ recovery-image] Oct 14 09:50:18.174 INFO O| Oct 14 09:50:18.174 INFO STEP 659 (remove_files) COMPLETE
61352024-10-14T09:50:19.226Z[ recovery-image] Oct 14 09:50:18.174 INFO O| Oct 14 09:50:18.174 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-10-14T09:50:19.244Z[ recovery-image] Oct 14 09:50:18.192 INFO O| Oct 14 09:50:18.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61372024-10-14T09:50:19.271Z[ recovery-image] Oct 14 09:50:18.218 INFO O| Oct 14 09:50:18.218 INFO STEP 660 (remove_files) COMPLETE
61382024-10-14T09:50:19.271Z[ recovery-image] Oct 14 09:50:18.218 INFO O| Oct 14 09:50:18.218 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-10-14T09:50:19.305Z[ recovery-image] Oct 14 09:50:18.252 INFO O| Oct 14 09:50:18.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61402024-10-14T09:50:19.305Z[ recovery-image] Oct 14 09:50:18.252 INFO O| Oct 14 09:50:18.252 INFO STEP 661 (remove_files) COMPLETE
61412024-10-14T09:50:19.305Z[ recovery-image] Oct 14 09:50:18.252 INFO O| Oct 14 09:50:18.252 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-10-14T09:50:19.346Z[ recovery-image] Oct 14 09:50:18.293 INFO O| Oct 14 09:50:18.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61432024-10-14T09:50:19.346Z[ recovery-image] Oct 14 09:50:18.293 INFO O| Oct 14 09:50:18.293 INFO STEP 662 (remove_files) COMPLETE
61442024-10-14T09:50:19.346Z[ recovery-image] Oct 14 09:50:18.293 INFO O| Oct 14 09:50:18.293 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-10-14T09:50:19.364Z[ recovery-image] Oct 14 09:50:18.312 INFO O| Oct 14 09:50:18.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61462024-10-14T09:50:19.365Z[ recovery-image] Oct 14 09:50:18.312 INFO O| Oct 14 09:50:18.312 INFO STEP 663 (remove_files) COMPLETE
61472024-10-14T09:50:19.365Z[ recovery-image] Oct 14 09:50:18.312 INFO O| Oct 14 09:50:18.312 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-10-14T09:50:19.383Z[ recovery-image] Oct 14 09:50:18.331 INFO O| Oct 14 09:50:18.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61492024-10-14T09:50:19.405Z[ recovery-image] Oct 14 09:50:18.352 INFO O| Oct 14 09:50:18.352 INFO STEP 664 (remove_files) COMPLETE
61502024-10-14T09:50:19.405Z[ recovery-image] Oct 14 09:50:18.352 INFO O| Oct 14 09:50:18.352 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-10-14T09:50:19.433Z[ recovery-image] Oct 14 09:50:18.381 INFO O| Oct 14 09:50:18.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61522024-10-14T09:50:19.434Z[ recovery-image] Oct 14 09:50:18.381 INFO O| Oct 14 09:50:18.381 INFO STEP 665 (remove_files) COMPLETE
61532024-10-14T09:50:19.434Z[ recovery-image] Oct 14 09:50:18.381 INFO O| Oct 14 09:50:18.381 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-10-14T09:50:19.452Z[ recovery-image] Oct 14 09:50:18.400 INFO O| Oct 14 09:50:18.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61552024-10-14T09:50:19.452Z[ recovery-image] Oct 14 09:50:18.400 INFO O| Oct 14 09:50:18.400 INFO STEP 666 (remove_files) COMPLETE
61562024-10-14T09:50:19.452Z[ recovery-image] Oct 14 09:50:18.400 INFO O| Oct 14 09:50:18.400 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-10-14T09:50:19.471Z[ recovery-image] Oct 14 09:50:18.419 INFO O| Oct 14 09:50:18.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61582024-10-14T09:50:19.471Z[ recovery-image] Oct 14 09:50:18.419 INFO O| Oct 14 09:50:18.419 INFO STEP 667 (remove_files) COMPLETE
61592024-10-14T09:50:19.474Z[ recovery-image] Oct 14 09:50:18.419 INFO O| Oct 14 09:50:18.419 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-10-14T09:50:19.561Z[ recovery-image] Oct 14 09:50:18.509 INFO O| Oct 14 09:50:18.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61612024-10-14T09:50:19.561Z[ recovery-image] Oct 14 09:50:18.509 INFO O| Oct 14 09:50:18.509 INFO STEP 668 (remove_files) COMPLETE
61622024-10-14T09:50:19.561Z[ recovery-image] Oct 14 09:50:18.509 INFO O| Oct 14 09:50:18.509 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-10-14T09:50:19.580Z[ recovery-image] Oct 14 09:50:18.528 INFO O| Oct 14 09:50:18.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61642024-10-14T09:50:19.580Z[ recovery-image] Oct 14 09:50:18.528 INFO O| Oct 14 09:50:18.528 INFO STEP 669 (remove_files) COMPLETE
61652024-10-14T09:50:19.583Z[ recovery-image] Oct 14 09:50:18.528 INFO O| Oct 14 09:50:18.528 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-10-14T09:50:19.599Z[ recovery-image] Oct 14 09:50:18.547 INFO O| Oct 14 09:50:18.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61672024-10-14T09:50:19.599Z[ recovery-image] Oct 14 09:50:18.547 INFO O| Oct 14 09:50:18.547 INFO STEP 670 (remove_files) COMPLETE
61682024-10-14T09:50:19.600Z[ recovery-image] Oct 14 09:50:18.547 INFO O| Oct 14 09:50:18.547 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-10-14T09:50:19.618Z[ recovery-image] Oct 14 09:50:18.566 INFO O| Oct 14 09:50:18.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61702024-10-14T09:50:19.618Z[ recovery-image] Oct 14 09:50:18.566 INFO O| Oct 14 09:50:18.566 INFO STEP 671 (remove_files) COMPLETE
61712024-10-14T09:50:19.618Z[ recovery-image] Oct 14 09:50:18.566 INFO O| Oct 14 09:50:18.566 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-10-14T09:50:19.639Z[ recovery-image] Oct 14 09:50:18.586 INFO O| Oct 14 09:50:18.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61732024-10-14T09:50:19.639Z[ recovery-image] Oct 14 09:50:18.586 INFO O| Oct 14 09:50:18.586 INFO STEP 672 (remove_files) COMPLETE
61742024-10-14T09:50:19.639Z[ recovery-image] Oct 14 09:50:18.586 INFO O| Oct 14 09:50:18.586 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-10-14T09:50:19.655Z[ recovery-image] Oct 14 09:50:18.602 INFO O| Oct 14 09:50:18.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61762024-10-14T09:50:19.655Z[ recovery-image] Oct 14 09:50:18.603 INFO O| Oct 14 09:50:18.602 INFO STEP 673 (remove_files) COMPLETE
61772024-10-14T09:50:19.655Z[ recovery-image] Oct 14 09:50:18.603 INFO O| Oct 14 09:50:18.602 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-10-14T09:50:19.673Z[ recovery-image] Oct 14 09:50:18.621 INFO O| Oct 14 09:50:18.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61792024-10-14T09:50:19.673Z[ recovery-image] Oct 14 09:50:18.621 INFO O| Oct 14 09:50:18.621 INFO STEP 674 (remove_files) COMPLETE
61802024-10-14T09:50:19.676Z[ recovery-image] Oct 14 09:50:18.621 INFO O| Oct 14 09:50:18.621 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-10-14T09:50:19.691Z[ recovery-image] Oct 14 09:50:18.639 INFO O| Oct 14 09:50:18.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61822024-10-14T09:50:19.691Z[ recovery-image] Oct 14 09:50:18.639 INFO O| Oct 14 09:50:18.639 INFO STEP 675 (remove_files) COMPLETE
61832024-10-14T09:50:19.694Z[ recovery-image] Oct 14 09:50:18.639 INFO O| Oct 14 09:50:18.639 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-10-14T09:50:19.710Z[ recovery-image] Oct 14 09:50:18.658 INFO O| Oct 14 09:50:18.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61852024-10-14T09:50:19.712Z[ recovery-image] Oct 14 09:50:18.658 INFO O| Oct 14 09:50:18.658 INFO STEP 676 (remove_files) COMPLETE
61862024-10-14T09:50:19.712Z[ recovery-image] Oct 14 09:50:18.658 INFO O| Oct 14 09:50:18.658 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-10-14T09:50:19.729Z[ recovery-image] Oct 14 09:50:18.677 INFO O| Oct 14 09:50:18.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
61882024-10-14T09:50:19.729Z[ recovery-image] Oct 14 09:50:18.677 INFO O| Oct 14 09:50:18.677 INFO STEP 677 (remove_files) COMPLETE
61892024-10-14T09:50:19.729Z[ recovery-image] Oct 14 09:50:18.677 INFO O| Oct 14 09:50:18.677 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-10-14T09:50:19.746Z[ recovery-image] Oct 14 09:50:18.694 INFO O| Oct 14 09:50:18.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
61912024-10-14T09:50:19.746Z[ recovery-image] Oct 14 09:50:18.694 INFO O| Oct 14 09:50:18.694 INFO STEP 678 (remove_files) COMPLETE
61922024-10-14T09:50:19.746Z[ recovery-image] Oct 14 09:50:18.694 INFO O| Oct 14 09:50:18.694 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-10-14T09:50:19.764Z[ recovery-image] Oct 14 09:50:18.712 INFO O| Oct 14 09:50:18.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
61942024-10-14T09:50:19.764Z[ recovery-image] Oct 14 09:50:18.712 INFO O| Oct 14 09:50:18.712 INFO STEP 679 (remove_files) COMPLETE
61952024-10-14T09:50:19.764Z[ recovery-image] Oct 14 09:50:18.712 INFO O| Oct 14 09:50:18.712 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-10-14T09:50:19.784Z[ recovery-image] Oct 14 09:50:18.732 INFO O| Oct 14 09:50:18.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
61972024-10-14T09:50:19.784Z[ recovery-image] Oct 14 09:50:18.732 INFO O| Oct 14 09:50:18.732 INFO STEP 680 (remove_files) COMPLETE
61982024-10-14T09:50:19.785Z[ recovery-image] Oct 14 09:50:18.732 INFO O| Oct 14 09:50:18.732 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-10-14T09:50:19.802Z[ recovery-image] Oct 14 09:50:18.750 INFO O| Oct 14 09:50:18.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62002024-10-14T09:50:19.802Z[ recovery-image] Oct 14 09:50:18.750 INFO O| Oct 14 09:50:18.750 INFO STEP 681 (remove_files) COMPLETE
62012024-10-14T09:50:19.802Z[ recovery-image] Oct 14 09:50:18.750 INFO O| Oct 14 09:50:18.750 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-10-14T09:50:19.819Z[ recovery-image] Oct 14 09:50:18.767 INFO O| Oct 14 09:50:18.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62032024-10-14T09:50:19.819Z[ recovery-image] Oct 14 09:50:18.767 INFO O| Oct 14 09:50:18.767 INFO STEP 682 (remove_files) COMPLETE
62042024-10-14T09:50:19.819Z[ recovery-image] Oct 14 09:50:18.767 INFO O| Oct 14 09:50:18.767 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-10-14T09:50:19.836Z[ recovery-image] Oct 14 09:50:18.784 INFO O| Oct 14 09:50:18.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62062024-10-14T09:50:19.836Z[ recovery-image] Oct 14 09:50:18.784 INFO O| Oct 14 09:50:18.784 INFO STEP 683 (remove_files) COMPLETE
62072024-10-14T09:50:19.836Z[ recovery-image] Oct 14 09:50:18.784 INFO O| Oct 14 09:50:18.784 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-10-14T09:50:19.863Z[ recovery-image] Oct 14 09:50:18.810 INFO O| Oct 14 09:50:18.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62092024-10-14T09:50:19.863Z[ recovery-image] Oct 14 09:50:18.810 INFO O| Oct 14 09:50:18.810 INFO STEP 684 (remove_files) COMPLETE
62102024-10-14T09:50:19.863Z[ recovery-image] Oct 14 09:50:18.810 INFO O| Oct 14 09:50:18.810 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-10-14T09:50:19.883Z[ recovery-image] Oct 14 09:50:18.831 INFO O| Oct 14 09:50:18.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62122024-10-14T09:50:19.883Z[ recovery-image] Oct 14 09:50:18.831 INFO O| Oct 14 09:50:18.831 INFO STEP 685 (remove_files) COMPLETE
62132024-10-14T09:50:19.883Z[ recovery-image] Oct 14 09:50:18.831 INFO O| Oct 14 09:50:18.831 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-10-14T09:50:19.901Z[ recovery-image] Oct 14 09:50:18.848 INFO O| Oct 14 09:50:18.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62152024-10-14T09:50:19.901Z[ recovery-image] Oct 14 09:50:18.848 INFO O| Oct 14 09:50:18.848 INFO STEP 686 (remove_files) COMPLETE
62162024-10-14T09:50:19.901Z[ recovery-image] Oct 14 09:50:18.848 INFO O| Oct 14 09:50:18.848 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-10-14T09:50:19.963Z[ recovery-image] Oct 14 09:50:18.911 INFO O| Oct 14 09:50:18.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62182024-10-14T09:50:19.963Z[ recovery-image] Oct 14 09:50:18.911 INFO O| Oct 14 09:50:18.911 INFO STEP 687 (remove_files) COMPLETE
62192024-10-14T09:50:19.966Z[ recovery-image] Oct 14 09:50:18.911 INFO O| Oct 14 09:50:18.911 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-10-14T09:50:20.002Z[ recovery-image] Oct 14 09:50:18.948 INFO O| Oct 14 09:50:18.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62212024-10-14T09:50:20.002Z[ recovery-image] Oct 14 09:50:18.948 INFO O| Oct 14 09:50:18.948 INFO STEP 688 (remove_files) COMPLETE
62222024-10-14T09:50:20.005Z[ recovery-image] Oct 14 09:50:18.948 INFO O| Oct 14 09:50:18.948 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-10-14T09:50:20.060Z[ recovery-image] Oct 14 09:50:19.007 INFO O| Oct 14 09:50:19.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62242024-10-14T09:50:20.060Z[ recovery-image] Oct 14 09:50:19.007 INFO O| Oct 14 09:50:19.007 INFO STEP 689 (remove_files) COMPLETE
62252024-10-14T09:50:20.060Z[ recovery-image] Oct 14 09:50:19.007 INFO O| Oct 14 09:50:19.007 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-10-14T09:50:20.079Z[ recovery-image] Oct 14 09:50:19.026 INFO O| Oct 14 09:50:19.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62272024-10-14T09:50:20.079Z[ recovery-image] Oct 14 09:50:19.026 INFO O| Oct 14 09:50:19.026 INFO STEP 690 (remove_files) COMPLETE
62282024-10-14T09:50:20.079Z[ recovery-image] Oct 14 09:50:19.026 INFO O| Oct 14 09:50:19.026 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-10-14T09:50:20.096Z[ recovery-image] Oct 14 09:50:19.044 INFO O| Oct 14 09:50:19.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62302024-10-14T09:50:20.096Z[ recovery-image] Oct 14 09:50:19.044 INFO O| Oct 14 09:50:19.044 INFO STEP 691 (remove_files) COMPLETE
62312024-10-14T09:50:20.099Z[ recovery-image] Oct 14 09:50:19.044 INFO O| Oct 14 09:50:19.044 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-10-14T09:50:20.116Z[ recovery-image] Oct 14 09:50:19.064 INFO O| Oct 14 09:50:19.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62332024-10-14T09:50:20.116Z[ recovery-image] Oct 14 09:50:19.064 INFO O| Oct 14 09:50:19.064 INFO STEP 692 (remove_files) COMPLETE
62342024-10-14T09:50:20.119Z[ recovery-image] Oct 14 09:50:19.064 INFO O| Oct 14 09:50:19.064 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-10-14T09:50:20.135Z[ recovery-image] Oct 14 09:50:19.083 INFO O| Oct 14 09:50:19.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62362024-10-14T09:50:20.135Z[ recovery-image] Oct 14 09:50:19.083 INFO O| Oct 14 09:50:19.083 INFO STEP 693 (remove_files) COMPLETE
62372024-10-14T09:50:20.135Z[ recovery-image] Oct 14 09:50:19.083 INFO O| Oct 14 09:50:19.083 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-10-14T09:50:20.155Z[ recovery-image] Oct 14 09:50:19.102 INFO O| Oct 14 09:50:19.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62392024-10-14T09:50:20.155Z[ recovery-image] Oct 14 09:50:19.102 INFO O| Oct 14 09:50:19.102 INFO STEP 694 (remove_files) COMPLETE
62402024-10-14T09:50:20.155Z[ recovery-image] Oct 14 09:50:19.102 INFO O| Oct 14 09:50:19.102 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-10-14T09:50:20.173Z[ recovery-image] Oct 14 09:50:19.121 INFO O| Oct 14 09:50:19.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62422024-10-14T09:50:20.173Z[ recovery-image] Oct 14 09:50:19.121 INFO O| Oct 14 09:50:19.121 INFO STEP 695 (remove_files) COMPLETE
62432024-10-14T09:50:20.173Z[ recovery-image] Oct 14 09:50:19.121 INFO O| Oct 14 09:50:19.121 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-14T09:50:20.193Z[ recovery-image] Oct 14 09:50:19.140 INFO O| Oct 14 09:50:19.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62452024-10-14T09:50:20.193Z[ recovery-image] Oct 14 09:50:19.141 INFO O| Oct 14 09:50:19.141 INFO STEP 696 (remove_files) COMPLETE
62462024-10-14T09:50:20.195Z[ recovery-image] Oct 14 09:50:19.141 INFO O| Oct 14 09:50:19.141 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-14T09:50:20.212Z[ recovery-image] Oct 14 09:50:19.159 INFO O| Oct 14 09:50:19.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62482024-10-14T09:50:20.212Z[ recovery-image] Oct 14 09:50:19.160 INFO O| Oct 14 09:50:19.160 INFO STEP 697 (remove_files) COMPLETE
62492024-10-14T09:50:20.212Z[ recovery-image] Oct 14 09:50:19.160 INFO O| Oct 14 09:50:19.160 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-14T09:50:20.229Z[ recovery-image] Oct 14 09:50:19.177 INFO O| Oct 14 09:50:19.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62512024-10-14T09:50:20.229Z[ recovery-image] Oct 14 09:50:19.177 INFO O| Oct 14 09:50:19.177 INFO STEP 698 (remove_files) COMPLETE
62522024-10-14T09:50:20.232Z[ recovery-image] Oct 14 09:50:19.177 INFO O| Oct 14 09:50:19.177 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-14T09:50:20.254Z[ recovery-image] Oct 14 09:50:19.202 INFO O| Oct 14 09:50:19.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62542024-10-14T09:50:20.254Z[ recovery-image] Oct 14 09:50:19.202 INFO O| Oct 14 09:50:19.202 INFO STEP 699 (remove_files) COMPLETE
62552024-10-14T09:50:20.255Z[ recovery-image] Oct 14 09:50:19.202 INFO O| Oct 14 09:50:19.202 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-14T09:50:20.274Z[ recovery-image] Oct 14 09:50:19.222 INFO O| Oct 14 09:50:19.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62572024-10-14T09:50:20.274Z[ recovery-image] Oct 14 09:50:19.222 INFO O| Oct 14 09:50:19.222 INFO STEP 700 (remove_files) COMPLETE
62582024-10-14T09:50:20.277Z[ recovery-image] Oct 14 09:50:19.222 INFO O| Oct 14 09:50:19.222 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-14T09:50:20.293Z[ recovery-image] Oct 14 09:50:19.240 INFO O| Oct 14 09:50:19.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62602024-10-14T09:50:20.293Z[ recovery-image] Oct 14 09:50:19.240 INFO O| Oct 14 09:50:19.240 INFO STEP 701 (remove_files) COMPLETE
62612024-10-14T09:50:20.293Z[ recovery-image] Oct 14 09:50:19.240 INFO O| Oct 14 09:50:19.240 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-14T09:50:20.311Z[ recovery-image] Oct 14 09:50:19.259 INFO O| Oct 14 09:50:19.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62632024-10-14T09:50:20.311Z[ recovery-image] Oct 14 09:50:19.259 INFO O| Oct 14 09:50:19.259 INFO STEP 702 (remove_files) COMPLETE
62642024-10-14T09:50:20.311Z[ recovery-image] Oct 14 09:50:19.259 INFO O| Oct 14 09:50:19.259 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-14T09:50:20.329Z[ recovery-image] Oct 14 09:50:19.276 INFO O| Oct 14 09:50:19.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62662024-10-14T09:50:20.329Z[ recovery-image] Oct 14 09:50:19.276 INFO O| Oct 14 09:50:19.276 INFO STEP 703 (remove_files) COMPLETE
62672024-10-14T09:50:20.332Z[ recovery-image] Oct 14 09:50:19.276 INFO O| Oct 14 09:50:19.276 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-10-14T09:50:20.345Z[ recovery-image] Oct 14 09:50:19.293 INFO O| Oct 14 09:50:19.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62692024-10-14T09:50:20.348Z[ recovery-image] Oct 14 09:50:19.293 INFO O| Oct 14 09:50:19.293 INFO STEP 704 (remove_files) COMPLETE
62702024-10-14T09:50:20.348Z[ recovery-image] Oct 14 09:50:19.293 INFO O| Oct 14 09:50:19.293 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-10-14T09:50:20.367Z[ recovery-image] Oct 14 09:50:19.314 INFO O| Oct 14 09:50:19.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62722024-10-14T09:50:20.367Z[ recovery-image] Oct 14 09:50:19.314 INFO O| Oct 14 09:50:19.314 INFO STEP 705 (remove_files) COMPLETE
62732024-10-14T09:50:20.367Z[ recovery-image] Oct 14 09:50:19.314 INFO O| Oct 14 09:50:19.314 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-10-14T09:50:20.418Z[ recovery-image] Oct 14 09:50:19.366 INFO O| Oct 14 09:50:19.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62752024-10-14T09:50:20.418Z[ recovery-image] Oct 14 09:50:19.366 INFO O| Oct 14 09:50:19.366 INFO STEP 706 (remove_files) COMPLETE
62762024-10-14T09:50:20.418Z[ recovery-image] Oct 14 09:50:19.366 INFO O| Oct 14 09:50:19.366 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-10-14T09:50:20.439Z[ recovery-image] Oct 14 09:50:19.387 INFO O| Oct 14 09:50:19.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62782024-10-14T09:50:20.439Z[ recovery-image] Oct 14 09:50:19.387 INFO O| Oct 14 09:50:19.387 INFO STEP 707 (remove_files) COMPLETE
62792024-10-14T09:50:20.442Z[ recovery-image] Oct 14 09:50:19.387 INFO O| Oct 14 09:50:19.387 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-10-14T09:50:20.458Z[ recovery-image] Oct 14 09:50:19.405 INFO O| Oct 14 09:50:19.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62812024-10-14T09:50:20.458Z[ recovery-image] Oct 14 09:50:19.405 INFO O| Oct 14 09:50:19.405 INFO STEP 708 (remove_files) COMPLETE
62822024-10-14T09:50:20.460Z[ recovery-image] Oct 14 09:50:19.405 INFO O| Oct 14 09:50:19.405 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-10-14T09:50:20.476Z[ recovery-image] Oct 14 09:50:19.423 INFO O| Oct 14 09:50:19.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62842024-10-14T09:50:20.476Z[ recovery-image] Oct 14 09:50:19.424 INFO O| Oct 14 09:50:19.423 INFO STEP 709 (remove_files) COMPLETE
62852024-10-14T09:50:20.476Z[ recovery-image] Oct 14 09:50:19.424 INFO O| Oct 14 09:50:19.424 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-10-14T09:50:20.495Z[ recovery-image] Oct 14 09:50:19.442 INFO O| Oct 14 09:50:19.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
62872024-10-14T09:50:20.495Z[ recovery-image] Oct 14 09:50:19.442 INFO O| Oct 14 09:50:19.442 INFO STEP 710 (remove_files) COMPLETE
62882024-10-14T09:50:20.495Z[ recovery-image] Oct 14 09:50:19.442 INFO O| Oct 14 09:50:19.442 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-10-14T09:50:20.516Z[ recovery-image] Oct 14 09:50:19.462 INFO O| Oct 14 09:50:19.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
62902024-10-14T09:50:20.516Z[ recovery-image] Oct 14 09:50:19.462 INFO O| Oct 14 09:50:19.462 INFO STEP 711 (remove_files) COMPLETE
62912024-10-14T09:50:20.516Z[ recovery-image] Oct 14 09:50:19.462 INFO O| Oct 14 09:50:19.462 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-10-14T09:50:20.537Z[ recovery-image] Oct 14 09:50:19.484 INFO O| Oct 14 09:50:19.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
62932024-10-14T09:50:20.537Z[ recovery-image] Oct 14 09:50:19.484 INFO O| Oct 14 09:50:19.484 INFO STEP 712 (remove_files) COMPLETE
62942024-10-14T09:50:20.539Z[ recovery-image] Oct 14 09:50:19.484 INFO O| Oct 14 09:50:19.484 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-10-14T09:50:20.556Z[ recovery-image] Oct 14 09:50:19.503 INFO O| Oct 14 09:50:19.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
62962024-10-14T09:50:20.556Z[ recovery-image] Oct 14 09:50:19.503 INFO O| Oct 14 09:50:19.503 INFO STEP 713 (remove_files) COMPLETE
62972024-10-14T09:50:20.556Z[ recovery-image] Oct 14 09:50:19.503 INFO O| Oct 14 09:50:19.503 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62982024-10-14T09:50:20.566Z[ host-image] Oct 14 09:50:19.513 INFO O| Oct 14 09:50:19.513 INFO O| Download: 1099/1140 items 6.5/8.4MB 77% complete (1.1M/s)
62992024-10-14T09:50:20.573Z[ recovery-image] Oct 14 09:50:19.521 INFO O| Oct 14 09:50:19.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63002024-10-14T09:50:20.573Z[ recovery-image] Oct 14 09:50:19.521 INFO O| Oct 14 09:50:19.521 INFO STEP 714 (remove_files) COMPLETE
63012024-10-14T09:50:20.575Z[ recovery-image] Oct 14 09:50:19.521 INFO O| Oct 14 09:50:19.521 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-10-14T09:50:20.591Z[ recovery-image] Oct 14 09:50:19.538 INFO O| Oct 14 09:50:19.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63032024-10-14T09:50:20.591Z[ recovery-image] Oct 14 09:50:19.539 INFO O| Oct 14 09:50:19.539 INFO STEP 715 (remove_files) COMPLETE
63042024-10-14T09:50:20.591Z[ recovery-image] Oct 14 09:50:19.539 INFO O| Oct 14 09:50:19.539 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-10-14T09:50:20.609Z[ recovery-image] Oct 14 09:50:19.557 INFO O| Oct 14 09:50:19.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63062024-10-14T09:50:20.609Z[ recovery-image] Oct 14 09:50:19.557 INFO O| Oct 14 09:50:19.557 INFO STEP 716 (remove_files) COMPLETE
63072024-10-14T09:50:20.609Z[ recovery-image] Oct 14 09:50:19.557 INFO O| Oct 14 09:50:19.557 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-10-14T09:50:20.626Z[ recovery-image] Oct 14 09:50:19.574 INFO O| Oct 14 09:50:19.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63092024-10-14T09:50:20.626Z[ recovery-image] Oct 14 09:50:19.574 INFO O| Oct 14 09:50:19.574 INFO STEP 717 (remove_files) COMPLETE
63102024-10-14T09:50:20.629Z[ recovery-image] Oct 14 09:50:19.574 INFO O| Oct 14 09:50:19.574 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-10-14T09:50:20.644Z[ recovery-image] Oct 14 09:50:19.592 INFO O| Oct 14 09:50:19.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63122024-10-14T09:50:20.644Z[ recovery-image] Oct 14 09:50:19.592 INFO O| Oct 14 09:50:19.592 INFO STEP 718 (remove_files) COMPLETE
63132024-10-14T09:50:20.644Z[ recovery-image] Oct 14 09:50:19.592 INFO O| Oct 14 09:50:19.592 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-10-14T09:50:20.679Z[ recovery-image] Oct 14 09:50:19.627 INFO O| Oct 14 09:50:19.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63152024-10-14T09:50:20.682Z[ recovery-image] Oct 14 09:50:19.627 INFO O| Oct 14 09:50:19.627 INFO STEP 719 (remove_files) COMPLETE
63162024-10-14T09:50:20.682Z[ recovery-image] Oct 14 09:50:19.627 INFO O| Oct 14 09:50:19.627 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-10-14T09:50:20.718Z[ recovery-image] Oct 14 09:50:19.666 INFO O| Oct 14 09:50:19.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63182024-10-14T09:50:20.718Z[ recovery-image] Oct 14 09:50:19.666 INFO O| Oct 14 09:50:19.666 INFO STEP 720 (remove_files) COMPLETE
63192024-10-14T09:50:20.718Z[ recovery-image] Oct 14 09:50:19.666 INFO O| Oct 14 09:50:19.666 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-10-14T09:50:20.748Z[ recovery-image] Oct 14 09:50:19.695 INFO O| Oct 14 09:50:19.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63212024-10-14T09:50:20.748Z[ recovery-image] Oct 14 09:50:19.695 INFO O| Oct 14 09:50:19.695 INFO STEP 721 (remove_files) COMPLETE
63222024-10-14T09:50:20.748Z[ recovery-image] Oct 14 09:50:19.695 INFO O| Oct 14 09:50:19.695 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-10-14T09:50:20.768Z[ recovery-image] Oct 14 09:50:19.716 INFO O| Oct 14 09:50:19.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63242024-10-14T09:50:20.768Z[ recovery-image] Oct 14 09:50:19.716 INFO O| Oct 14 09:50:19.716 INFO STEP 722 (remove_files) COMPLETE
63252024-10-14T09:50:20.784Z[ recovery-image] Oct 14 09:50:19.716 INFO O| Oct 14 09:50:19.716 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-10-14T09:50:20.787Z[ recovery-image] Oct 14 09:50:19.732 INFO O| Oct 14 09:50:19.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63272024-10-14T09:50:20.787Z[ recovery-image] Oct 14 09:50:19.732 INFO O| Oct 14 09:50:19.732 INFO STEP 723 (remove_files) COMPLETE
63282024-10-14T09:50:20.787Z[ recovery-image] Oct 14 09:50:19.732 INFO O| Oct 14 09:50:19.732 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-10-14T09:50:20.817Z[ recovery-image] Oct 14 09:50:19.763 INFO O| Oct 14 09:50:19.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63302024-10-14T09:50:20.818Z[ recovery-image] Oct 14 09:50:19.763 INFO O| Oct 14 09:50:19.763 INFO STEP 724 (remove_files) COMPLETE
63312024-10-14T09:50:20.820Z[ recovery-image] Oct 14 09:50:19.764 INFO O| Oct 14 09:50:19.763 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-10-14T09:50:20.849Z[ recovery-image] Oct 14 09:50:19.797 INFO O| Oct 14 09:50:19.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63332024-10-14T09:50:20.849Z[ recovery-image] Oct 14 09:50:19.797 INFO O| Oct 14 09:50:19.797 INFO STEP 725 (remove_files) COMPLETE
63342024-10-14T09:50:20.849Z[ recovery-image] Oct 14 09:50:19.797 INFO O| Oct 14 09:50:19.797 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-10-14T09:50:20.874Z[ recovery-image] Oct 14 09:50:19.821 INFO O| Oct 14 09:50:19.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63362024-10-14T09:50:20.877Z[ recovery-image] Oct 14 09:50:19.821 INFO O| Oct 14 09:50:19.821 INFO STEP 726 (remove_files) COMPLETE
63372024-10-14T09:50:20.877Z[ recovery-image] Oct 14 09:50:19.821 INFO O| Oct 14 09:50:19.821 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-10-14T09:50:20.924Z[ recovery-image] Oct 14 09:50:19.872 INFO O| Oct 14 09:50:19.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63392024-10-14T09:50:20.924Z[ recovery-image] Oct 14 09:50:19.872 INFO O| Oct 14 09:50:19.872 INFO STEP 727 (remove_files) COMPLETE
63402024-10-14T09:50:20.927Z[ recovery-image] Oct 14 09:50:19.872 INFO O| Oct 14 09:50:19.872 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-10-14T09:50:20.946Z[ recovery-image] Oct 14 09:50:19.893 INFO O| Oct 14 09:50:19.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63422024-10-14T09:50:20.946Z[ recovery-image] Oct 14 09:50:19.893 INFO O| Oct 14 09:50:19.893 INFO STEP 728 (remove_files) COMPLETE
63432024-10-14T09:50:20.946Z[ recovery-image] Oct 14 09:50:19.893 INFO O| Oct 14 09:50:19.893 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-10-14T09:50:20.965Z[ recovery-image] Oct 14 09:50:19.913 INFO O| Oct 14 09:50:19.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63452024-10-14T09:50:20.965Z[ recovery-image] Oct 14 09:50:19.913 INFO O| Oct 14 09:50:19.913 INFO STEP 729 (remove_files) COMPLETE
63462024-10-14T09:50:20.970Z[ recovery-image] Oct 14 09:50:19.913 INFO O| Oct 14 09:50:19.913 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-10-14T09:50:20.984Z[ recovery-image] Oct 14 09:50:19.931 INFO O| Oct 14 09:50:19.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63482024-10-14T09:50:20.984Z[ recovery-image] Oct 14 09:50:19.931 INFO O| Oct 14 09:50:19.931 INFO STEP 730 (remove_files) COMPLETE
63492024-10-14T09:50:20.987Z[ recovery-image] Oct 14 09:50:19.931 INFO O| Oct 14 09:50:19.931 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-10-14T09:50:21.001Z[ recovery-image] Oct 14 09:50:19.949 INFO O| Oct 14 09:50:19.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63512024-10-14T09:50:21.001Z[ recovery-image] Oct 14 09:50:19.949 INFO O| Oct 14 09:50:19.949 INFO STEP 731 (remove_files) COMPLETE
63522024-10-14T09:50:21.004Z[ recovery-image] Oct 14 09:50:19.949 INFO O| Oct 14 09:50:19.949 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-10-14T09:50:21.018Z[ recovery-image] Oct 14 09:50:19.966 INFO O| Oct 14 09:50:19.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63542024-10-14T09:50:21.019Z[ recovery-image] Oct 14 09:50:19.966 INFO O| Oct 14 09:50:19.966 INFO STEP 732 (remove_files) COMPLETE
63552024-10-14T09:50:21.021Z[ recovery-image] Oct 14 09:50:19.966 INFO O| Oct 14 09:50:19.966 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-10-14T09:50:21.038Z[ recovery-image] Oct 14 09:50:19.986 INFO O| Oct 14 09:50:19.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63572024-10-14T09:50:21.053Z[ recovery-image] Oct 14 09:50:19.986 INFO O| Oct 14 09:50:19.986 INFO STEP 733 (remove_files) COMPLETE
63582024-10-14T09:50:21.053Z[ recovery-image] Oct 14 09:50:19.987 INFO O| Oct 14 09:50:19.986 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-10-14T09:50:21.075Z[ recovery-image] Oct 14 09:50:20.023 INFO O| Oct 14 09:50:20.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63602024-10-14T09:50:21.078Z[ recovery-image] Oct 14 09:50:20.023 INFO O| Oct 14 09:50:20.023 INFO STEP 734 (remove_files) COMPLETE
63612024-10-14T09:50:21.078Z[ recovery-image] Oct 14 09:50:20.023 INFO O| Oct 14 09:50:20.023 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-10-14T09:50:21.094Z[ recovery-image] Oct 14 09:50:20.042 INFO O| Oct 14 09:50:20.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63632024-10-14T09:50:21.097Z[ recovery-image] Oct 14 09:50:20.042 INFO O| Oct 14 09:50:20.042 INFO STEP 735 (remove_files) COMPLETE
63642024-10-14T09:50:21.097Z[ recovery-image] Oct 14 09:50:20.043 INFO O| Oct 14 09:50:20.042 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-10-14T09:50:21.114Z[ recovery-image] Oct 14 09:50:20.062 INFO O| Oct 14 09:50:20.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63662024-10-14T09:50:21.117Z[ recovery-image] Oct 14 09:50:20.062 INFO O| Oct 14 09:50:20.062 INFO STEP 736 (remove_files) COMPLETE
63672024-10-14T09:50:21.117Z[ recovery-image] Oct 14 09:50:20.063 INFO O| Oct 14 09:50:20.062 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-10-14T09:50:21.121Z[ host-image] Oct 14 09:50:20.069 INFO O| Oct 14 09:50:20.069 INFO O| Download: Completed 8.42 MB in 5.58 seconds (1.5M/s)
63692024-10-14T09:50:21.134Z[ recovery-image] Oct 14 09:50:20.082 INFO O| Oct 14 09:50:20.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63702024-10-14T09:50:21.137Z[ recovery-image] Oct 14 09:50:20.082 INFO O| Oct 14 09:50:20.082 INFO STEP 737 (remove_files) COMPLETE
63712024-10-14T09:50:21.137Z[ recovery-image] Oct 14 09:50:20.082 INFO O| Oct 14 09:50:20.082 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63722024-10-14T09:50:21.153Z[ recovery-image] Oct 14 09:50:20.100 INFO O| Oct 14 09:50:20.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63732024-10-14T09:50:21.153Z[ recovery-image] Oct 14 09:50:20.100 INFO O| Oct 14 09:50:20.100 INFO STEP 738 (remove_files) COMPLETE
63742024-10-14T09:50:21.155Z[ recovery-image] Oct 14 09:50:20.100 INFO O| Oct 14 09:50:20.100 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63752024-10-14T09:50:21.247Z[ recovery-image] Oct 14 09:50:20.195 INFO O| Oct 14 09:50:20.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63762024-10-14T09:50:21.247Z[ recovery-image] Oct 14 09:50:20.195 INFO O| Oct 14 09:50:20.195 INFO STEP 739 (remove_files) COMPLETE
63772024-10-14T09:50:21.247Z[ recovery-image] Oct 14 09:50:20.195 INFO O| Oct 14 09:50:20.195 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63782024-10-14T09:50:21.265Z[ recovery-image] Oct 14 09:50:20.212 INFO O| Oct 14 09:50:20.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63792024-10-14T09:50:21.265Z[ recovery-image] Oct 14 09:50:20.212 INFO O| Oct 14 09:50:20.212 INFO STEP 740 (remove_files) COMPLETE
63802024-10-14T09:50:21.267Z[ recovery-image] Oct 14 09:50:20.212 INFO O| Oct 14 09:50:20.212 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63812024-10-14T09:50:21.305Z[ recovery-image] Oct 14 09:50:20.253 INFO O| Oct 14 09:50:20.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63822024-10-14T09:50:21.305Z[ recovery-image] Oct 14 09:50:20.253 INFO O| Oct 14 09:50:20.253 INFO STEP 741 (remove_files) COMPLETE
63832024-10-14T09:50:21.306Z[ recovery-image] Oct 14 09:50:20.253 INFO O| Oct 14 09:50:20.253 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63842024-10-14T09:50:21.324Z[ recovery-image] Oct 14 09:50:20.271 INFO O| Oct 14 09:50:20.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63852024-10-14T09:50:21.324Z[ recovery-image] Oct 14 09:50:20.271 INFO O| Oct 14 09:50:20.271 INFO STEP 742 (remove_files) COMPLETE
63862024-10-14T09:50:21.326Z[ recovery-image] Oct 14 09:50:20.271 INFO O| Oct 14 09:50:20.271 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63872024-10-14T09:50:21.341Z[ recovery-image] Oct 14 09:50:20.289 INFO O| Oct 14 09:50:20.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63882024-10-14T09:50:21.341Z[ recovery-image] Oct 14 09:50:20.289 INFO O| Oct 14 09:50:20.289 INFO STEP 743 (remove_files) COMPLETE
63892024-10-14T09:50:21.344Z[ recovery-image] Oct 14 09:50:20.289 INFO O| Oct 14 09:50:20.289 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63902024-10-14T09:50:21.357Z[ recovery-image] Oct 14 09:50:20.305 INFO O| Oct 14 09:50:20.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
63912024-10-14T09:50:21.357Z[ recovery-image] Oct 14 09:50:20.305 INFO O| Oct 14 09:50:20.305 INFO STEP 744 (remove_files) COMPLETE
63922024-10-14T09:50:21.357Z[ recovery-image] Oct 14 09:50:20.305 INFO O| Oct 14 09:50:20.305 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63932024-10-14T09:50:21.395Z[ recovery-image] Oct 14 09:50:20.342 INFO O| Oct 14 09:50:20.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
63942024-10-14T09:50:21.395Z[ recovery-image] Oct 14 09:50:20.342 INFO O| Oct 14 09:50:20.342 INFO STEP 745 (remove_files) COMPLETE
63952024-10-14T09:50:21.395Z[ recovery-image] Oct 14 09:50:20.342 INFO O| Oct 14 09:50:20.342 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63962024-10-14T09:50:21.402Z[ host-image] Oct 14 09:50:20.350 INFO O| Oct 14 09:50:20.350 INFO O| Actions: 1/1361 actions (Installing new actions)
63972024-10-14T09:50:21.436Z[ recovery-image] Oct 14 09:50:20.383 INFO O| Oct 14 09:50:20.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
63982024-10-14T09:50:21.436Z[ recovery-image] Oct 14 09:50:20.383 INFO O| Oct 14 09:50:20.383 INFO STEP 746 (remove_files) COMPLETE
63992024-10-14T09:50:21.436Z[ recovery-image] Oct 14 09:50:20.383 INFO O| Oct 14 09:50:20.383 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-14T09:50:21.458Z[ recovery-image] Oct 14 09:50:20.406 INFO O| Oct 14 09:50:20.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64012024-10-14T09:50:21.459Z[ recovery-image] Oct 14 09:50:20.406 INFO O| Oct 14 09:50:20.406 INFO STEP 747 (remove_files) COMPLETE
64022024-10-14T09:50:21.459Z[ recovery-image] Oct 14 09:50:20.406 INFO O| Oct 14 09:50:20.406 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-14T09:50:21.535Z[ recovery-image] Oct 14 09:50:20.482 INFO O| Oct 14 09:50:20.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64042024-10-14T09:50:21.535Z[ recovery-image] Oct 14 09:50:20.482 INFO O| Oct 14 09:50:20.482 INFO STEP 748 (remove_files) COMPLETE
64052024-10-14T09:50:21.535Z[ recovery-image] Oct 14 09:50:20.482 INFO O| Oct 14 09:50:20.482 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-14T09:50:21.596Z[ recovery-image] Oct 14 09:50:20.543 INFO O| Oct 14 09:50:20.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64072024-10-14T09:50:21.598Z[ recovery-image] Oct 14 09:50:20.543 INFO O| Oct 14 09:50:20.543 INFO STEP 749 (remove_files) COMPLETE
64082024-10-14T09:50:21.598Z[ recovery-image] Oct 14 09:50:20.543 INFO O| Oct 14 09:50:20.543 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-10-14T09:50:21.614Z[ recovery-image] Oct 14 09:50:20.562 INFO O| Oct 14 09:50:20.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64102024-10-14T09:50:21.614Z[ recovery-image] Oct 14 09:50:20.562 INFO O| Oct 14 09:50:20.562 INFO STEP 750 (remove_files) COMPLETE
64112024-10-14T09:50:21.617Z[ recovery-image] Oct 14 09:50:20.562 INFO O| Oct 14 09:50:20.562 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-10-14T09:50:21.633Z[ recovery-image] Oct 14 09:50:20.580 INFO O| Oct 14 09:50:20.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64132024-10-14T09:50:21.635Z[ recovery-image] Oct 14 09:50:20.581 INFO O| Oct 14 09:50:20.580 INFO STEP 751 (remove_files) COMPLETE
64142024-10-14T09:50:21.635Z[ recovery-image] Oct 14 09:50:20.581 INFO O| Oct 14 09:50:20.581 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-10-14T09:50:21.652Z[ recovery-image] Oct 14 09:50:20.599 INFO O| Oct 14 09:50:20.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64162024-10-14T09:50:21.654Z[ recovery-image] Oct 14 09:50:20.600 INFO O| Oct 14 09:50:20.600 INFO STEP 752 (remove_files) COMPLETE
64172024-10-14T09:50:21.654Z[ recovery-image] Oct 14 09:50:20.600 INFO O| Oct 14 09:50:20.600 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-10-14T09:50:21.698Z[ recovery-image] Oct 14 09:50:20.646 INFO O| Oct 14 09:50:20.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64192024-10-14T09:50:21.698Z[ recovery-image] Oct 14 09:50:20.646 INFO O| Oct 14 09:50:20.646 INFO STEP 753 (remove_files) COMPLETE
64202024-10-14T09:50:21.701Z[ recovery-image] Oct 14 09:50:20.646 INFO O| Oct 14 09:50:20.646 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-10-14T09:50:21.717Z[ recovery-image] Oct 14 09:50:20.665 INFO O| Oct 14 09:50:20.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64222024-10-14T09:50:21.717Z[ recovery-image] Oct 14 09:50:20.665 INFO O| Oct 14 09:50:20.665 INFO STEP 754 (remove_files) COMPLETE
64232024-10-14T09:50:21.717Z[ recovery-image] Oct 14 09:50:20.665 INFO O| Oct 14 09:50:20.665 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-10-14T09:50:21.763Z[ recovery-image] Oct 14 09:50:20.711 INFO O| Oct 14 09:50:20.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64252024-10-14T09:50:21.763Z[ recovery-image] Oct 14 09:50:20.711 INFO O| Oct 14 09:50:20.711 INFO STEP 755 (remove_files) COMPLETE
64262024-10-14T09:50:21.766Z[ recovery-image] Oct 14 09:50:20.711 INFO O| Oct 14 09:50:20.711 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-10-14T09:50:21.783Z[ recovery-image] Oct 14 09:50:20.730 INFO O| Oct 14 09:50:20.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64282024-10-14T09:50:21.785Z[ recovery-image] Oct 14 09:50:20.731 INFO O| Oct 14 09:50:20.730 INFO STEP 756 (remove_files) COMPLETE
64292024-10-14T09:50:21.785Z[ recovery-image] Oct 14 09:50:20.731 INFO O| Oct 14 09:50:20.731 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-10-14T09:50:21.817Z[ recovery-image] Oct 14 09:50:20.765 INFO O| Oct 14 09:50:20.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64312024-10-14T09:50:21.817Z[ recovery-image] Oct 14 09:50:20.765 INFO O| Oct 14 09:50:20.765 INFO STEP 757 (remove_files) COMPLETE
64322024-10-14T09:50:21.818Z[ recovery-image] Oct 14 09:50:20.765 INFO O| Oct 14 09:50:20.765 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-10-14T09:50:21.866Z[ recovery-image] Oct 14 09:50:20.813 INFO O| Oct 14 09:50:20.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64342024-10-14T09:50:21.869Z[ recovery-image] Oct 14 09:50:20.814 INFO O| Oct 14 09:50:20.813 INFO STEP 758 (remove_files) COMPLETE
64352024-10-14T09:50:21.869Z[ recovery-image] Oct 14 09:50:20.814 INFO O| Oct 14 09:50:20.813 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-10-14T09:50:21.883Z[ recovery-image] Oct 14 09:50:20.831 INFO O| Oct 14 09:50:20.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64372024-10-14T09:50:21.883Z[ recovery-image] Oct 14 09:50:20.831 INFO O| Oct 14 09:50:20.831 INFO STEP 759 (remove_files) COMPLETE
64382024-10-14T09:50:21.883Z[ recovery-image] Oct 14 09:50:20.831 INFO O| Oct 14 09:50:20.831 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-10-14T09:50:21.917Z[ recovery-image] Oct 14 09:50:20.864 INFO O| Oct 14 09:50:20.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64402024-10-14T09:50:21.917Z[ recovery-image] Oct 14 09:50:20.864 INFO O| Oct 14 09:50:20.864 INFO STEP 760 (remove_files) COMPLETE
64412024-10-14T09:50:21.917Z[ recovery-image] Oct 14 09:50:20.864 INFO O| Oct 14 09:50:20.864 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-10-14T09:50:21.936Z[ recovery-image] Oct 14 09:50:20.883 INFO O| Oct 14 09:50:20.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64432024-10-14T09:50:21.936Z[ recovery-image] Oct 14 09:50:20.883 INFO O| Oct 14 09:50:20.883 INFO STEP 761 (remove_files) COMPLETE
64442024-10-14T09:50:21.938Z[ recovery-image] Oct 14 09:50:20.883 INFO O| Oct 14 09:50:20.883 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-10-14T09:50:21.970Z[ recovery-image] Oct 14 09:50:20.918 INFO O| Oct 14 09:50:20.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64462024-10-14T09:50:21.970Z[ recovery-image] Oct 14 09:50:20.918 INFO O| Oct 14 09:50:20.918 INFO STEP 762 (remove_files) COMPLETE
64472024-10-14T09:50:21.970Z[ recovery-image] Oct 14 09:50:20.918 INFO O| Oct 14 09:50:20.918 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-10-14T09:50:21.987Z[ recovery-image] Oct 14 09:50:20.935 INFO O| Oct 14 09:50:20.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64492024-10-14T09:50:21.987Z[ recovery-image] Oct 14 09:50:20.935 INFO O| Oct 14 09:50:20.935 INFO STEP 763 (remove_files) COMPLETE
64502024-10-14T09:50:21.990Z[ recovery-image] Oct 14 09:50:20.935 INFO O| Oct 14 09:50:20.935 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-10-14T09:50:22.005Z[ recovery-image] Oct 14 09:50:20.952 INFO O| Oct 14 09:50:20.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64522024-10-14T09:50:22.005Z[ recovery-image] Oct 14 09:50:20.952 INFO O| Oct 14 09:50:20.952 INFO STEP 764 (remove_files) COMPLETE
64532024-10-14T09:50:22.005Z[ recovery-image] Oct 14 09:50:20.952 INFO O| Oct 14 09:50:20.952 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-10-14T09:50:22.021Z[ recovery-image] Oct 14 09:50:20.969 INFO O| Oct 14 09:50:20.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64552024-10-14T09:50:22.021Z[ recovery-image] Oct 14 09:50:20.969 INFO O| Oct 14 09:50:20.969 INFO STEP 765 (remove_files) COMPLETE
64562024-10-14T09:50:22.024Z[ recovery-image] Oct 14 09:50:20.969 INFO O| Oct 14 09:50:20.969 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-10-14T09:50:22.039Z[ recovery-image] Oct 14 09:50:20.986 INFO O| Oct 14 09:50:20.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64582024-10-14T09:50:22.039Z[ recovery-image] Oct 14 09:50:20.986 INFO O| Oct 14 09:50:20.986 INFO STEP 766 (remove_files) COMPLETE
64592024-10-14T09:50:22.039Z[ recovery-image] Oct 14 09:50:20.986 INFO O| Oct 14 09:50:20.986 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-10-14T09:50:22.067Z[ recovery-image] Oct 14 09:50:21.014 INFO O| Oct 14 09:50:21.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64612024-10-14T09:50:22.069Z[ recovery-image] Oct 14 09:50:21.014 INFO O| Oct 14 09:50:21.014 INFO STEP 767 (remove_files) COMPLETE
64622024-10-14T09:50:22.069Z[ recovery-image] Oct 14 09:50:21.015 INFO O| Oct 14 09:50:21.014 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-10-14T09:50:22.099Z[ recovery-image] Oct 14 09:50:21.046 INFO O| Oct 14 09:50:21.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64642024-10-14T09:50:22.101Z[ recovery-image] Oct 14 09:50:21.046 INFO O| Oct 14 09:50:21.046 INFO STEP 768 (remove_files) COMPLETE
64652024-10-14T09:50:22.101Z[ recovery-image] Oct 14 09:50:21.047 INFO O| Oct 14 09:50:21.047 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-10-14T09:50:22.165Z[ recovery-image] Oct 14 09:50:21.112 INFO O| Oct 14 09:50:21.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64672024-10-14T09:50:22.165Z[ recovery-image] Oct 14 09:50:21.112 INFO O| Oct 14 09:50:21.112 INFO STEP 769 (remove_files) COMPLETE
64682024-10-14T09:50:22.167Z[ recovery-image] Oct 14 09:50:21.112 INFO O| Oct 14 09:50:21.112 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-10-14T09:50:22.183Z[ recovery-image] Oct 14 09:50:21.130 INFO O| Oct 14 09:50:21.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64702024-10-14T09:50:22.183Z[ recovery-image] Oct 14 09:50:21.130 INFO O| Oct 14 09:50:21.130 INFO STEP 770 (remove_files) COMPLETE
64712024-10-14T09:50:22.186Z[ recovery-image] Oct 14 09:50:21.130 INFO O| Oct 14 09:50:21.130 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-10-14T09:50:22.200Z[ recovery-image] Oct 14 09:50:21.148 INFO O| Oct 14 09:50:21.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64732024-10-14T09:50:22.200Z[ recovery-image] Oct 14 09:50:21.148 INFO O| Oct 14 09:50:21.148 INFO STEP 771 (remove_files) COMPLETE
64742024-10-14T09:50:22.202Z[ recovery-image] Oct 14 09:50:21.148 INFO O| Oct 14 09:50:21.148 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-10-14T09:50:22.217Z[ recovery-image] Oct 14 09:50:21.165 INFO O| Oct 14 09:50:21.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64762024-10-14T09:50:22.217Z[ recovery-image] Oct 14 09:50:21.165 INFO O| Oct 14 09:50:21.165 INFO STEP 772 (remove_files) COMPLETE
64772024-10-14T09:50:22.220Z[ recovery-image] Oct 14 09:50:21.165 INFO O| Oct 14 09:50:21.165 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-10-14T09:50:22.223Z[ host-image] Oct 14 09:50:21.171 INFO O| Oct 14 09:50:21.171 INFO O| Actions: Completed 1361 actions in 0.82 seconds.
64792024-10-14T09:50:22.318Z[ recovery-image] Oct 14 09:50:21.266 INFO O| Oct 14 09:50:21.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64802024-10-14T09:50:22.321Z[ recovery-image] Oct 14 09:50:21.266 INFO O| Oct 14 09:50:21.266 INFO STEP 773 (remove_files) COMPLETE
64812024-10-14T09:50:22.321Z[ recovery-image] Oct 14 09:50:21.266 INFO O| Oct 14 09:50:21.266 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-10-14T09:50:22.338Z[ recovery-image] Oct 14 09:50:21.286 INFO O| Oct 14 09:50:21.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64832024-10-14T09:50:22.341Z[ recovery-image] Oct 14 09:50:21.286 INFO O| Oct 14 09:50:21.286 INFO STEP 774 (remove_files) COMPLETE
64842024-10-14T09:50:22.341Z[ recovery-image] Oct 14 09:50:21.286 INFO O| Oct 14 09:50:21.286 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-10-14T09:50:22.376Z[ recovery-image] Oct 14 09:50:21.323 INFO O| Oct 14 09:50:21.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64862024-10-14T09:50:22.379Z[ recovery-image] Oct 14 09:50:21.323 INFO O| Oct 14 09:50:21.323 INFO STEP 775 (remove_files) COMPLETE
64872024-10-14T09:50:22.379Z[ recovery-image] Oct 14 09:50:21.324 INFO O| Oct 14 09:50:21.323 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-10-14T09:50:22.395Z[ recovery-image] Oct 14 09:50:21.342 INFO O| Oct 14 09:50:21.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64892024-10-14T09:50:22.399Z[ recovery-image] Oct 14 09:50:21.343 INFO O| Oct 14 09:50:21.342 INFO STEP 776 (remove_files) COMPLETE
64902024-10-14T09:50:22.399Z[ recovery-image] Oct 14 09:50:21.343 INFO O| Oct 14 09:50:21.343 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-10-14T09:50:22.429Z[ recovery-image] Oct 14 09:50:21.376 INFO O| Oct 14 09:50:21.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
64922024-10-14T09:50:22.429Z[ recovery-image] Oct 14 09:50:21.376 INFO O| Oct 14 09:50:21.376 INFO STEP 777 (remove_files) COMPLETE
64932024-10-14T09:50:22.429Z[ recovery-image] Oct 14 09:50:21.376 INFO O| Oct 14 09:50:21.376 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-10-14T09:50:22.488Z[ recovery-image] Oct 14 09:50:21.435 INFO O| Oct 14 09:50:21.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
64952024-10-14T09:50:22.488Z[ recovery-image] Oct 14 09:50:21.435 INFO O| Oct 14 09:50:21.435 INFO STEP 778 (remove_files) COMPLETE
64962024-10-14T09:50:22.488Z[ recovery-image] Oct 14 09:50:21.435 INFO O| Oct 14 09:50:21.435 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-10-14T09:50:22.508Z[ recovery-image] Oct 14 09:50:21.455 INFO O| Oct 14 09:50:21.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
64982024-10-14T09:50:22.508Z[ recovery-image] Oct 14 09:50:21.455 INFO O| Oct 14 09:50:21.455 INFO STEP 779 (remove_files) COMPLETE
64992024-10-14T09:50:22.508Z[ recovery-image] Oct 14 09:50:21.455 INFO O| Oct 14 09:50:21.455 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-10-14T09:50:22.526Z[ recovery-image] Oct 14 09:50:21.474 INFO O| Oct 14 09:50:21.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65012024-10-14T09:50:22.526Z[ recovery-image] Oct 14 09:50:21.474 INFO O| Oct 14 09:50:21.474 INFO STEP 780 (remove_files) COMPLETE
65022024-10-14T09:50:22.529Z[ recovery-image] Oct 14 09:50:21.474 INFO O| Oct 14 09:50:21.474 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-10-14T09:50:22.544Z[ recovery-image] Oct 14 09:50:21.491 INFO O| Oct 14 09:50:21.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65042024-10-14T09:50:22.544Z[ recovery-image] Oct 14 09:50:21.492 INFO O| Oct 14 09:50:21.491 INFO STEP 781 (remove_files) COMPLETE
65052024-10-14T09:50:22.544Z[ recovery-image] Oct 14 09:50:21.492 INFO O| Oct 14 09:50:21.491 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-10-14T09:50:22.568Z[ recovery-image] Oct 14 09:50:21.515 INFO O| Oct 14 09:50:21.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65072024-10-14T09:50:22.568Z[ recovery-image] Oct 14 09:50:21.515 INFO O| Oct 14 09:50:21.515 INFO STEP 782 (remove_files) COMPLETE
65082024-10-14T09:50:22.568Z[ recovery-image] Oct 14 09:50:21.515 INFO O| Oct 14 09:50:21.515 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-10-14T09:50:22.590Z[ recovery-image] Oct 14 09:50:21.537 INFO O| Oct 14 09:50:21.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65102024-10-14T09:50:22.590Z[ recovery-image] Oct 14 09:50:21.538 INFO O| Oct 14 09:50:21.537 INFO STEP 783 (remove_files) COMPLETE
65112024-10-14T09:50:22.590Z[ recovery-image] Oct 14 09:50:21.538 INFO O| Oct 14 09:50:21.538 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-10-14T09:50:22.612Z[ recovery-image] Oct 14 09:50:21.559 INFO O| Oct 14 09:50:21.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65132024-10-14T09:50:22.612Z[ recovery-image] Oct 14 09:50:21.559 INFO O| Oct 14 09:50:21.559 INFO STEP 784 (remove_files) COMPLETE
65142024-10-14T09:50:22.612Z[ recovery-image] Oct 14 09:50:21.559 INFO O| Oct 14 09:50:21.559 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-10-14T09:50:22.643Z[ recovery-image] Oct 14 09:50:21.591 INFO O| Oct 14 09:50:21.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65162024-10-14T09:50:22.644Z[ recovery-image] Oct 14 09:50:21.591 INFO O| Oct 14 09:50:21.591 INFO STEP 785 (remove_files) COMPLETE
65172024-10-14T09:50:22.644Z[ recovery-image] Oct 14 09:50:21.591 INFO O| Oct 14 09:50:21.591 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-10-14T09:50:22.664Z[ recovery-image] Oct 14 09:50:21.611 INFO O| Oct 14 09:50:21.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65192024-10-14T09:50:22.664Z[ recovery-image] Oct 14 09:50:21.611 INFO O| Oct 14 09:50:21.611 INFO STEP 786 (remove_files) COMPLETE
65202024-10-14T09:50:22.664Z[ recovery-image] Oct 14 09:50:21.611 INFO O| Oct 14 09:50:21.611 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-10-14T09:50:22.684Z[ recovery-image] Oct 14 09:50:21.631 INFO O| Oct 14 09:50:21.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65222024-10-14T09:50:22.684Z[ recovery-image] Oct 14 09:50:21.631 INFO O| Oct 14 09:50:21.631 INFO STEP 787 (remove_files) COMPLETE
65232024-10-14T09:50:22.687Z[ recovery-image] Oct 14 09:50:21.631 INFO O| Oct 14 09:50:21.631 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-10-14T09:50:22.706Z[ recovery-image] Oct 14 09:50:21.653 INFO O| Oct 14 09:50:21.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65252024-10-14T09:50:22.706Z[ recovery-image] Oct 14 09:50:21.654 INFO O| Oct 14 09:50:21.653 INFO STEP 788 (remove_files) COMPLETE
65262024-10-14T09:50:22.709Z[ recovery-image] Oct 14 09:50:21.654 INFO O| Oct 14 09:50:21.654 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-10-14T09:50:22.727Z[ recovery-image] Oct 14 09:50:21.674 INFO O| Oct 14 09:50:21.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65282024-10-14T09:50:22.727Z[ host-image] Oct 14 09:50:21.674 INFO O| Oct 14 09:50:21.674 INFO O| Done
65292024-10-14T09:50:22.727Z[ recovery-image] Oct 14 09:50:21.674 INFO O| Oct 14 09:50:21.674 INFO STEP 789 (remove_files) COMPLETE
65302024-10-14T09:50:22.730Z[ host-image] Oct 14 09:50:21.674 INFO O| Oct 14 09:50:21.674 INFO O| Done
65312024-10-14T09:50:22.730Z[ recovery-image] Oct 14 09:50:21.674 INFO O| Oct 14 09:50:21.674 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-10-14T09:50:22.748Z[ recovery-image] Oct 14 09:50:21.695 INFO O| Oct 14 09:50:21.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65332024-10-14T09:50:22.748Z[ recovery-image] Oct 14 09:50:21.695 INFO O| Oct 14 09:50:21.695 INFO STEP 790 (remove_files) COMPLETE
65342024-10-14T09:50:22.751Z[ recovery-image] Oct 14 09:50:21.695 INFO O| Oct 14 09:50:21.695 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-10-14T09:50:22.768Z[ recovery-image] Oct 14 09:50:21.715 INFO O| Oct 14 09:50:21.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65362024-10-14T09:50:22.768Z[ recovery-image] Oct 14 09:50:21.715 INFO O| Oct 14 09:50:21.715 INFO STEP 791 (remove_files) COMPLETE
65372024-10-14T09:50:22.768Z[ recovery-image] Oct 14 09:50:21.715 INFO O| Oct 14 09:50:21.715 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-10-14T09:50:22.793Z[ recovery-image] Oct 14 09:50:21.740 INFO O| Oct 14 09:50:21.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65392024-10-14T09:50:22.795Z[ recovery-image] Oct 14 09:50:21.740 INFO O| Oct 14 09:50:21.740 INFO STEP 792 (remove_files) COMPLETE
65402024-10-14T09:50:22.795Z[ recovery-image] Oct 14 09:50:21.741 INFO O| Oct 14 09:50:21.741 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-10-14T09:50:22.812Z[ recovery-image] Oct 14 09:50:21.759 INFO O| Oct 14 09:50:21.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65422024-10-14T09:50:22.815Z[ recovery-image] Oct 14 09:50:21.760 INFO O| Oct 14 09:50:21.760 INFO STEP 793 (remove_files) COMPLETE
65432024-10-14T09:50:22.815Z[ recovery-image] Oct 14 09:50:21.760 INFO O| Oct 14 09:50:21.760 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-10-14T09:50:22.831Z[ recovery-image] Oct 14 09:50:21.779 INFO O| Oct 14 09:50:21.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65452024-10-14T09:50:22.831Z[ recovery-image] Oct 14 09:50:21.779 INFO O| Oct 14 09:50:21.779 INFO STEP 794 (remove_files) COMPLETE
65462024-10-14T09:50:22.831Z[ recovery-image] Oct 14 09:50:21.779 INFO O| Oct 14 09:50:21.779 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-10-14T09:50:22.851Z[ recovery-image] Oct 14 09:50:21.797 INFO O| Oct 14 09:50:21.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65482024-10-14T09:50:22.854Z[ recovery-image] Oct 14 09:50:21.798 INFO O| Oct 14 09:50:21.798 INFO STEP 795 (remove_files) COMPLETE
65492024-10-14T09:50:22.854Z[ recovery-image] Oct 14 09:50:21.798 INFO O| Oct 14 09:50:21.798 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-10-14T09:50:22.890Z[ recovery-image] Oct 14 09:50:21.837 INFO O| Oct 14 09:50:21.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65512024-10-14T09:50:22.890Z[ recovery-image] Oct 14 09:50:21.837 INFO O| Oct 14 09:50:21.837 INFO STEP 796 (remove_files) COMPLETE
65522024-10-14T09:50:22.890Z[ recovery-image] Oct 14 09:50:21.837 INFO O| Oct 14 09:50:21.837 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-10-14T09:50:22.957Z[ recovery-image] Oct 14 09:50:21.904 INFO O| Oct 14 09:50:21.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65542024-10-14T09:50:22.957Z[ recovery-image] Oct 14 09:50:21.904 INFO O| Oct 14 09:50:21.904 INFO STEP 797 (remove_files) COMPLETE
65552024-10-14T09:50:22.957Z[ recovery-image] Oct 14 09:50:21.904 INFO O| Oct 14 09:50:21.904 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-10-14T09:50:22.975Z[ recovery-image] Oct 14 09:50:21.922 INFO O| Oct 14 09:50:21.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65572024-10-14T09:50:22.975Z[ recovery-image] Oct 14 09:50:21.922 INFO O| Oct 14 09:50:21.922 INFO STEP 798 (remove_files) COMPLETE
65582024-10-14T09:50:22.978Z[ recovery-image] Oct 14 09:50:21.922 INFO O| Oct 14 09:50:21.922 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-10-14T09:50:22.992Z[ recovery-image] Oct 14 09:50:21.939 INFO O| Oct 14 09:50:21.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65602024-10-14T09:50:22.992Z[ recovery-image] Oct 14 09:50:21.939 INFO O| Oct 14 09:50:21.939 INFO STEP 799 (remove_files) COMPLETE
65612024-10-14T09:50:22.994Z[ recovery-image] Oct 14 09:50:21.939 INFO O| Oct 14 09:50:21.939 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-10-14T09:50:23.008Z[ recovery-image] Oct 14 09:50:21.956 INFO O| Oct 14 09:50:21.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65632024-10-14T09:50:23.008Z[ recovery-image] Oct 14 09:50:21.956 INFO O| Oct 14 09:50:21.956 INFO STEP 800 (remove_files) COMPLETE
65642024-10-14T09:50:23.011Z[ recovery-image] Oct 14 09:50:21.956 INFO O| Oct 14 09:50:21.956 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-10-14T09:50:23.049Z[ recovery-image] Oct 14 09:50:21.996 INFO O| Oct 14 09:50:21.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65662024-10-14T09:50:23.049Z[ recovery-image] Oct 14 09:50:21.996 INFO O| Oct 14 09:50:21.978 INFO STEP 801 (remove_files) COMPLETE
65672024-10-14T09:50:23.052Z[ recovery-image] Oct 14 09:50:21.996 INFO O| Oct 14 09:50:21.978 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-10-14T09:50:23.052Z[ recovery-image] Oct 14 09:50:21.997 INFO O| Oct 14 09:50:21.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65692024-10-14T09:50:23.052Z[ recovery-image] Oct 14 09:50:21.997 INFO O| Oct 14 09:50:21.997 INFO STEP 802 (remove_files) COMPLETE
65702024-10-14T09:50:23.052Z[ recovery-image] Oct 14 09:50:21.998 INFO O| Oct 14 09:50:21.997 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-10-14T09:50:23.069Z[ recovery-image] Oct 14 09:50:22.017 INFO O| Oct 14 09:50:22.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65722024-10-14T09:50:23.073Z[ recovery-image] Oct 14 09:50:22.017 INFO O| Oct 14 09:50:22.017 INFO STEP 803 (remove_files) COMPLETE
65732024-10-14T09:50:23.073Z[ recovery-image] Oct 14 09:50:22.017 INFO O| Oct 14 09:50:22.017 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-10-14T09:50:23.088Z[ recovery-image] Oct 14 09:50:22.036 INFO O| Oct 14 09:50:22.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65752024-10-14T09:50:23.091Z[ recovery-image] Oct 14 09:50:22.036 INFO O| Oct 14 09:50:22.036 INFO STEP 804 (remove_files) COMPLETE
65762024-10-14T09:50:23.091Z[ recovery-image] Oct 14 09:50:22.036 INFO O| Oct 14 09:50:22.036 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-10-14T09:50:23.108Z[ recovery-image] Oct 14 09:50:22.055 INFO O| Oct 14 09:50:22.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65782024-10-14T09:50:23.111Z[ recovery-image] Oct 14 09:50:22.056 INFO O| Oct 14 09:50:22.056 INFO STEP 805 (remove_files) COMPLETE
65792024-10-14T09:50:23.111Z[ recovery-image] Oct 14 09:50:22.056 INFO O| Oct 14 09:50:22.056 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-10-14T09:50:23.127Z[ recovery-image] Oct 14 09:50:22.074 INFO O| Oct 14 09:50:22.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65812024-10-14T09:50:23.127Z[ recovery-image] Oct 14 09:50:22.074 INFO O| Oct 14 09:50:22.074 INFO STEP 806 (remove_files) COMPLETE
65822024-10-14T09:50:23.129Z[ recovery-image] Oct 14 09:50:22.074 INFO O| Oct 14 09:50:22.074 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-10-14T09:50:23.144Z[ recovery-image] Oct 14 09:50:22.090 INFO O| Oct 14 09:50:22.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65842024-10-14T09:50:23.144Z[ recovery-image] Oct 14 09:50:22.090 INFO O| Oct 14 09:50:22.090 INFO STEP 807 (remove_files) COMPLETE
65852024-10-14T09:50:23.144Z[ recovery-image] Oct 14 09:50:22.090 INFO O| Oct 14 09:50:22.090 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-10-14T09:50:23.174Z[ recovery-image] Oct 14 09:50:22.106 INFO O| Oct 14 09:50:22.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65872024-10-14T09:50:23.174Z[ recovery-image] Oct 14 09:50:22.107 INFO O| Oct 14 09:50:22.107 INFO STEP 808 (remove_files) COMPLETE
65882024-10-14T09:50:23.174Z[ recovery-image] Oct 14 09:50:22.107 INFO O| Oct 14 09:50:22.107 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-10-14T09:50:23.177Z[ recovery-image] Oct 14 09:50:22.122 INFO O| Oct 14 09:50:22.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65902024-10-14T09:50:23.177Z[ recovery-image] Oct 14 09:50:22.123 INFO O| Oct 14 09:50:22.122 INFO STEP 809 (remove_files) COMPLETE
65912024-10-14T09:50:23.177Z[ recovery-image] Oct 14 09:50:22.123 INFO O| Oct 14 09:50:22.122 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-10-14T09:50:23.191Z[ recovery-image] Oct 14 09:50:22.138 INFO O| Oct 14 09:50:22.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
65932024-10-14T09:50:23.194Z[ recovery-image] Oct 14 09:50:22.138 INFO O| Oct 14 09:50:22.138 INFO STEP 810 (remove_files) COMPLETE
65942024-10-14T09:50:23.194Z[ recovery-image] Oct 14 09:50:22.138 INFO O| Oct 14 09:50:22.138 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-10-14T09:50:23.208Z[ recovery-image] Oct 14 09:50:22.154 INFO O| Oct 14 09:50:22.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
65962024-10-14T09:50:23.208Z[ recovery-image] Oct 14 09:50:22.154 INFO O| Oct 14 09:50:22.154 INFO STEP 811 (remove_files) COMPLETE
65972024-10-14T09:50:23.208Z[ recovery-image] Oct 14 09:50:22.154 INFO O| Oct 14 09:50:22.154 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-10-14T09:50:23.222Z[ recovery-image] Oct 14 09:50:22.169 INFO O| Oct 14 09:50:22.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
65992024-10-14T09:50:23.222Z[ recovery-image] Oct 14 09:50:22.169 INFO O| Oct 14 09:50:22.169 INFO STEP 812 (remove_files) COMPLETE
66002024-10-14T09:50:23.222Z[ recovery-image] Oct 14 09:50:22.169 INFO O| Oct 14 09:50:22.169 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-10-14T09:50:23.237Z[ recovery-image] Oct 14 09:50:22.185 INFO O| Oct 14 09:50:22.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66022024-10-14T09:50:23.237Z[ recovery-image] Oct 14 09:50:22.185 INFO O| Oct 14 09:50:22.185 INFO STEP 813 (remove_files) COMPLETE
66032024-10-14T09:50:23.240Z[ recovery-image] Oct 14 09:50:22.185 INFO O| Oct 14 09:50:22.185 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-10-14T09:50:23.254Z[ recovery-image] Oct 14 09:50:22.200 INFO O| Oct 14 09:50:22.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66052024-10-14T09:50:23.254Z[ recovery-image] Oct 14 09:50:22.200 INFO O| Oct 14 09:50:22.200 INFO STEP 814 (remove_files) COMPLETE
66062024-10-14T09:50:23.254Z[ recovery-image] Oct 14 09:50:22.200 INFO O| Oct 14 09:50:22.200 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-10-14T09:50:23.268Z[ recovery-image] Oct 14 09:50:22.215 INFO O| Oct 14 09:50:22.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66082024-10-14T09:50:23.268Z[ recovery-image] Oct 14 09:50:22.216 INFO O| Oct 14 09:50:22.215 INFO STEP 815 (remove_files) COMPLETE
66092024-10-14T09:50:23.268Z[ recovery-image] Oct 14 09:50:22.216 INFO O| Oct 14 09:50:22.216 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-10-14T09:50:23.283Z[ recovery-image] Oct 14 09:50:22.230 INFO O| Oct 14 09:50:22.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66112024-10-14T09:50:23.283Z[ recovery-image] Oct 14 09:50:22.230 INFO O| Oct 14 09:50:22.230 INFO STEP 816 (remove_files) COMPLETE
66122024-10-14T09:50:23.283Z[ recovery-image] Oct 14 09:50:22.230 INFO O| Oct 14 09:50:22.230 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-10-14T09:50:23.298Z[ recovery-image] Oct 14 09:50:22.245 INFO O| Oct 14 09:50:22.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66142024-10-14T09:50:23.298Z[ recovery-image] Oct 14 09:50:22.245 INFO O| Oct 14 09:50:22.245 INFO STEP 817 (remove_files) COMPLETE
66152024-10-14T09:50:23.298Z[ recovery-image] Oct 14 09:50:22.245 INFO O| Oct 14 09:50:22.245 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-10-14T09:50:23.313Z[ recovery-image] Oct 14 09:50:22.260 INFO O| Oct 14 09:50:22.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66172024-10-14T09:50:23.313Z[ recovery-image] Oct 14 09:50:22.260 INFO O| Oct 14 09:50:22.260 INFO STEP 818 (remove_files) COMPLETE
66182024-10-14T09:50:23.313Z[ recovery-image] Oct 14 09:50:22.260 INFO O| Oct 14 09:50:22.260 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-14T09:50:23.328Z[ recovery-image] Oct 14 09:50:22.275 INFO O| Oct 14 09:50:22.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66202024-10-14T09:50:23.328Z[ recovery-image] Oct 14 09:50:22.275 INFO O| Oct 14 09:50:22.275 INFO STEP 819 (remove_files) COMPLETE
66212024-10-14T09:50:23.328Z[ recovery-image] Oct 14 09:50:22.275 INFO O| Oct 14 09:50:22.275 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-14T09:50:23.343Z[ recovery-image] Oct 14 09:50:22.290 INFO O| Oct 14 09:50:22.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66232024-10-14T09:50:23.343Z[ recovery-image] Oct 14 09:50:22.290 INFO O| Oct 14 09:50:22.290 INFO STEP 820 (remove_files) COMPLETE
66242024-10-14T09:50:23.343Z[ recovery-image] Oct 14 09:50:22.290 INFO O| Oct 14 09:50:22.290 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-14T09:50:23.392Z[ recovery-image] Oct 14 09:50:22.338 INFO O| Oct 14 09:50:22.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66262024-10-14T09:50:23.392Z[ recovery-image] Oct 14 09:50:22.338 INFO O| Oct 14 09:50:22.338 INFO STEP 821 (remove_files) COMPLETE
66272024-10-14T09:50:23.392Z[ recovery-image] Oct 14 09:50:22.338 INFO O| Oct 14 09:50:22.338 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-14T09:50:23.456Z[ recovery-image] Oct 14 09:50:22.403 INFO O| Oct 14 09:50:22.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66292024-10-14T09:50:23.458Z[ recovery-image] Oct 14 09:50:22.403 INFO O| Oct 14 09:50:22.403 INFO STEP 822 (remove_files) COMPLETE
66302024-10-14T09:50:23.458Z[ recovery-image] Oct 14 09:50:22.403 INFO O| Oct 14 09:50:22.403 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-10-14T09:50:23.506Z[ recovery-image] Oct 14 09:50:22.453 INFO O| Oct 14 09:50:22.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66322024-10-14T09:50:23.509Z[ recovery-image] Oct 14 09:50:22.453 INFO O| Oct 14 09:50:22.453 INFO STEP 823 (remove_files) COMPLETE
66332024-10-14T09:50:23.509Z[ recovery-image] Oct 14 09:50:22.453 INFO O| Oct 14 09:50:22.453 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-10-14T09:50:23.523Z[ recovery-image] Oct 14 09:50:22.470 INFO O| Oct 14 09:50:22.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66352024-10-14T09:50:23.527Z[ recovery-image] Oct 14 09:50:22.470 INFO O| Oct 14 09:50:22.470 INFO STEP 824 (remove_files) COMPLETE
66362024-10-14T09:50:23.527Z[ recovery-image] Oct 14 09:50:22.470 INFO O| Oct 14 09:50:22.470 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-10-14T09:50:23.559Z[ recovery-image] Oct 14 09:50:22.506 INFO O| Oct 14 09:50:22.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66382024-10-14T09:50:23.559Z[ recovery-image] Oct 14 09:50:22.506 INFO O| Oct 14 09:50:22.506 INFO STEP 825 (remove_files) COMPLETE
66392024-10-14T09:50:23.559Z[ recovery-image] Oct 14 09:50:22.506 INFO O| Oct 14 09:50:22.506 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-10-14T09:50:23.578Z[ recovery-image] Oct 14 09:50:22.525 INFO O| Oct 14 09:50:22.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66412024-10-14T09:50:23.578Z[ recovery-image] Oct 14 09:50:22.525 INFO O| Oct 14 09:50:22.525 INFO STEP 826 (remove_files) COMPLETE
66422024-10-14T09:50:23.578Z[ recovery-image] Oct 14 09:50:22.525 INFO O| Oct 14 09:50:22.525 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-14T09:50:23.596Z[ recovery-image] Oct 14 09:50:22.543 INFO O| Oct 14 09:50:22.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66442024-10-14T09:50:23.597Z[ recovery-image] Oct 14 09:50:22.543 INFO O| Oct 14 09:50:22.543 INFO STEP 827 (remove_files) COMPLETE
66452024-10-14T09:50:23.597Z[ recovery-image] Oct 14 09:50:22.543 INFO O| Oct 14 09:50:22.543 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-14T09:50:23.616Z[ recovery-image] Oct 14 09:50:22.562 INFO O| Oct 14 09:50:22.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66472024-10-14T09:50:23.616Z[ recovery-image] Oct 14 09:50:22.562 INFO O| Oct 14 09:50:22.562 INFO STEP 828 (remove_files) COMPLETE
66482024-10-14T09:50:23.616Z[ recovery-image] Oct 14 09:50:22.562 INFO O| Oct 14 09:50:22.562 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-14T09:50:23.647Z[ recovery-image] Oct 14 09:50:22.593 INFO O| Oct 14 09:50:22.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66502024-10-14T09:50:23.647Z[ recovery-image] Oct 14 09:50:22.593 INFO O| Oct 14 09:50:22.593 INFO STEP 829 (remove_files) COMPLETE
66512024-10-14T09:50:23.647Z[ recovery-image] Oct 14 09:50:22.594 INFO O| Oct 14 09:50:22.593 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-14T09:50:23.675Z[ recovery-image] Oct 14 09:50:22.622 INFO O| Oct 14 09:50:22.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66532024-10-14T09:50:23.675Z[ recovery-image] Oct 14 09:50:22.622 INFO O| Oct 14 09:50:22.622 INFO STEP 830 (remove_files) COMPLETE
66542024-10-14T09:50:23.675Z[ recovery-image] Oct 14 09:50:22.622 INFO O| Oct 14 09:50:22.622 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-14T09:50:23.710Z[ recovery-image] Oct 14 09:50:22.658 INFO O| Oct 14 09:50:22.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66562024-10-14T09:50:23.710Z[ recovery-image] Oct 14 09:50:22.658 INFO O| Oct 14 09:50:22.658 INFO STEP 831 (remove_files) COMPLETE
66572024-10-14T09:50:23.710Z[ recovery-image] Oct 14 09:50:22.658 INFO O| Oct 14 09:50:22.658 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-10-14T09:50:23.729Z[ recovery-image] Oct 14 09:50:22.676 INFO O| Oct 14 09:50:22.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66592024-10-14T09:50:23.729Z[ recovery-image] Oct 14 09:50:22.676 INFO O| Oct 14 09:50:22.676 INFO STEP 832 (remove_files) COMPLETE
66602024-10-14T09:50:23.729Z[ recovery-image] Oct 14 09:50:22.676 INFO O| Oct 14 09:50:22.676 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-10-14T09:50:23.754Z[ recovery-image] Oct 14 09:50:22.701 INFO O| Oct 14 09:50:22.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66622024-10-14T09:50:23.775Z[ recovery-image] Oct 14 09:50:22.723 INFO O| Oct 14 09:50:22.723 INFO STEP 833 (remove_files) COMPLETE
66632024-10-14T09:50:23.775Z[ recovery-image] Oct 14 09:50:22.723 INFO O| Oct 14 09:50:22.723 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-10-14T09:50:23.812Z[ recovery-image] Oct 14 09:50:22.759 INFO O| Oct 14 09:50:22.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66652024-10-14T09:50:23.812Z[ recovery-image] Oct 14 09:50:22.759 INFO O| Oct 14 09:50:22.759 INFO STEP 834 (remove_files) COMPLETE
66662024-10-14T09:50:23.812Z[ recovery-image] Oct 14 09:50:22.759 INFO O| Oct 14 09:50:22.759 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-10-14T09:50:23.846Z[ recovery-image] Oct 14 09:50:22.794 INFO O| Oct 14 09:50:22.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66682024-10-14T09:50:23.846Z[ recovery-image] Oct 14 09:50:22.794 INFO O| Oct 14 09:50:22.794 INFO STEP 835 (remove_files) COMPLETE
66692024-10-14T09:50:23.846Z[ recovery-image] Oct 14 09:50:22.794 INFO O| Oct 14 09:50:22.794 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-10-14T09:50:23.870Z[ recovery-image] Oct 14 09:50:22.817 INFO O| Oct 14 09:50:22.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66712024-10-14T09:50:23.870Z[ recovery-image] Oct 14 09:50:22.817 INFO O| Oct 14 09:50:22.817 INFO STEP 836 (remove_files) COMPLETE
66722024-10-14T09:50:23.870Z[ recovery-image] Oct 14 09:50:22.817 INFO O| Oct 14 09:50:22.817 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-10-14T09:50:23.915Z[ recovery-image] Oct 14 09:50:22.862 INFO O| Oct 14 09:50:22.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66742024-10-14T09:50:23.915Z[ recovery-image] Oct 14 09:50:22.862 INFO O| Oct 14 09:50:22.862 INFO STEP 837 (remove_files) COMPLETE
66752024-10-14T09:50:23.915Z[ recovery-image] Oct 14 09:50:22.862 INFO O| Oct 14 09:50:22.862 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-10-14T09:50:23.936Z[ recovery-image] Oct 14 09:50:22.883 INFO O| Oct 14 09:50:22.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66772024-10-14T09:50:23.936Z[ recovery-image] Oct 14 09:50:22.883 INFO O| Oct 14 09:50:22.883 INFO STEP 838 (remove_files) COMPLETE
66782024-10-14T09:50:23.936Z[ recovery-image] Oct 14 09:50:22.883 INFO O| Oct 14 09:50:22.883 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-10-14T09:50:23.956Z[ recovery-image] Oct 14 09:50:22.903 INFO O| Oct 14 09:50:22.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66802024-10-14T09:50:23.956Z[ recovery-image] Oct 14 09:50:22.903 INFO O| Oct 14 09:50:22.903 INFO STEP 839 (remove_files) COMPLETE
66812024-10-14T09:50:23.958Z[ recovery-image] Oct 14 09:50:22.903 INFO O| Oct 14 09:50:22.903 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-10-14T09:50:23.993Z[ recovery-image] Oct 14 09:50:22.940 INFO O| Oct 14 09:50:22.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66832024-10-14T09:50:23.993Z[ recovery-image] Oct 14 09:50:22.941 INFO O| Oct 14 09:50:22.941 INFO STEP 840 (remove_files) COMPLETE
66842024-10-14T09:50:23.996Z[ recovery-image] Oct 14 09:50:22.941 INFO O| Oct 14 09:50:22.941 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-10-14T09:50:24.009Z[ host-image] Oct 14 09:50:22.956 INFO O| Oct 14 09:50:22.956 INFO O| Done
66862024-10-14T09:50:24.059Z[ recovery-image] Oct 14 09:50:23.006 INFO O| Oct 14 09:50:23.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66872024-10-14T09:50:24.059Z[ recovery-image] Oct 14 09:50:23.006 INFO O| Oct 14 09:50:23.006 INFO STEP 841 (remove_files) COMPLETE
66882024-10-14T09:50:24.059Z[ recovery-image] Oct 14 09:50:23.006 INFO O| Oct 14 09:50:23.006 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66892024-10-14T09:50:24.079Z[ recovery-image] Oct 14 09:50:23.026 INFO O| Oct 14 09:50:23.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
66902024-10-14T09:50:24.079Z[ recovery-image] Oct 14 09:50:23.026 INFO O| Oct 14 09:50:23.025 INFO STEP 842 (remove_files) COMPLETE
66912024-10-14T09:50:24.079Z[ recovery-image] Oct 14 09:50:23.026 INFO O| Oct 14 09:50:23.025 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66922024-10-14T09:50:24.097Z[ recovery-image] Oct 14 09:50:23.045 INFO O| Oct 14 09:50:23.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
66932024-10-14T09:50:24.097Z[ recovery-image] Oct 14 09:50:23.045 INFO O| Oct 14 09:50:23.045 INFO STEP 843 (remove_files) COMPLETE
66942024-10-14T09:50:24.097Z[ recovery-image] Oct 14 09:50:23.045 INFO O| Oct 14 09:50:23.045 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66952024-10-14T09:50:24.132Z[ recovery-image] Oct 14 09:50:23.079 INFO O| Oct 14 09:50:23.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
66962024-10-14T09:50:24.132Z[ recovery-image] Oct 14 09:50:23.079 INFO O| Oct 14 09:50:23.079 INFO STEP 844 (remove_files) COMPLETE
66972024-10-14T09:50:24.134Z[ recovery-image] Oct 14 09:50:23.079 INFO O| Oct 14 09:50:23.079 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66982024-10-14T09:50:24.150Z[ recovery-image] Oct 14 09:50:23.097 INFO O| Oct 14 09:50:23.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
66992024-10-14T09:50:24.150Z[ recovery-image] Oct 14 09:50:23.097 INFO O| Oct 14 09:50:23.097 INFO STEP 845 (remove_files) COMPLETE
67002024-10-14T09:50:24.150Z[ recovery-image] Oct 14 09:50:23.097 INFO O| Oct 14 09:50:23.097 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-10-14T09:50:24.166Z[ recovery-image] Oct 14 09:50:23.113 INFO O| Oct 14 09:50:23.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67022024-10-14T09:50:24.166Z[ recovery-image] Oct 14 09:50:23.113 INFO O| Oct 14 09:50:23.113 INFO STEP 846 (remove_files) COMPLETE
67032024-10-14T09:50:24.166Z[ recovery-image] Oct 14 09:50:23.113 INFO O| Oct 14 09:50:23.113 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67042024-10-14T09:50:24.185Z[ recovery-image] Oct 14 09:50:23.132 INFO O| Oct 14 09:50:23.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67052024-10-14T09:50:24.185Z[ recovery-image] Oct 14 09:50:23.132 INFO O| Oct 14 09:50:23.132 INFO STEP 847 (remove_files) COMPLETE
67062024-10-14T09:50:24.189Z[ recovery-image] Oct 14 09:50:23.132 INFO O| Oct 14 09:50:23.132 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67072024-10-14T09:50:24.204Z[ recovery-image] Oct 14 09:50:23.150 INFO O| Oct 14 09:50:23.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67082024-10-14T09:50:24.206Z[ recovery-image] Oct 14 09:50:23.151 INFO O| Oct 14 09:50:23.151 INFO STEP 848 (remove_files) COMPLETE
67092024-10-14T09:50:24.206Z[ recovery-image] Oct 14 09:50:23.151 INFO O| Oct 14 09:50:23.151 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67102024-10-14T09:50:24.222Z[ recovery-image] Oct 14 09:50:23.169 INFO O| Oct 14 09:50:23.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67112024-10-14T09:50:24.222Z[ recovery-image] Oct 14 09:50:23.169 INFO O| Oct 14 09:50:23.169 INFO STEP 849 (remove_files) COMPLETE
67122024-10-14T09:50:24.222Z[ recovery-image] Oct 14 09:50:23.169 INFO O| Oct 14 09:50:23.169 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67132024-10-14T09:50:24.247Z[ recovery-image] Oct 14 09:50:23.194 INFO O| Oct 14 09:50:23.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67142024-10-14T09:50:24.268Z[ recovery-image] Oct 14 09:50:23.215 INFO O| Oct 14 09:50:23.215 INFO STEP 850 (remove_files) COMPLETE
67152024-10-14T09:50:24.268Z[ recovery-image] Oct 14 09:50:23.215 INFO O| Oct 14 09:50:23.215 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67162024-10-14T09:50:24.300Z[ recovery-image] Oct 14 09:50:23.247 INFO O| Oct 14 09:50:23.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67172024-10-14T09:50:24.300Z[ recovery-image] Oct 14 09:50:23.247 INFO O| Oct 14 09:50:23.247 INFO STEP 851 (remove_files) COMPLETE
67182024-10-14T09:50:24.300Z[ recovery-image] Oct 14 09:50:23.247 INFO O| Oct 14 09:50:23.247 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67192024-10-14T09:50:24.320Z[ recovery-image] Oct 14 09:50:23.267 INFO O| Oct 14 09:50:23.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67202024-10-14T09:50:24.323Z[ recovery-image] Oct 14 09:50:23.268 INFO O| Oct 14 09:50:23.267 INFO STEP 852 (remove_files) COMPLETE
67212024-10-14T09:50:24.323Z[ recovery-image] Oct 14 09:50:23.268 INFO O| Oct 14 09:50:23.268 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67222024-10-14T09:50:24.339Z[ recovery-image] Oct 14 09:50:23.287 INFO O| Oct 14 09:50:23.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67232024-10-14T09:50:24.339Z[ recovery-image] Oct 14 09:50:23.287 INFO O| Oct 14 09:50:23.287 INFO STEP 853 (remove_files) COMPLETE
67242024-10-14T09:50:24.339Z[ recovery-image] Oct 14 09:50:23.287 INFO O| Oct 14 09:50:23.287 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67252024-10-14T09:50:24.358Z[ recovery-image] Oct 14 09:50:23.305 INFO O| Oct 14 09:50:23.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67262024-10-14T09:50:24.358Z[ recovery-image] Oct 14 09:50:23.305 INFO O| Oct 14 09:50:23.305 INFO STEP 854 (remove_files) COMPLETE
67272024-10-14T09:50:24.361Z[ recovery-image] Oct 14 09:50:23.305 INFO O| Oct 14 09:50:23.305 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67282024-10-14T09:50:24.375Z[ recovery-image] Oct 14 09:50:23.322 INFO O| Oct 14 09:50:23.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67292024-10-14T09:50:24.375Z[ recovery-image] Oct 14 09:50:23.323 INFO O| Oct 14 09:50:23.322 INFO STEP 855 (remove_files) COMPLETE
67302024-10-14T09:50:24.378Z[ recovery-image] Oct 14 09:50:23.323 INFO O| Oct 14 09:50:23.322 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67312024-10-14T09:50:24.435Z[ recovery-image] Oct 14 09:50:23.382 INFO O| Oct 14 09:50:23.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67322024-10-14T09:50:24.435Z[ recovery-image] Oct 14 09:50:23.382 INFO O| Oct 14 09:50:23.382 INFO STEP 856 (remove_files) COMPLETE
67332024-10-14T09:50:24.439Z[ recovery-image] Oct 14 09:50:23.382 INFO O| Oct 14 09:50:23.382 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67342024-10-14T09:50:24.512Z[ recovery-image] Oct 14 09:50:23.459 INFO O| Oct 14 09:50:23.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67352024-10-14T09:50:24.514Z[ recovery-image] Oct 14 09:50:23.459 INFO O| Oct 14 09:50:23.459 INFO STEP 857 (remove_files) COMPLETE
67362024-10-14T09:50:24.514Z[ recovery-image] Oct 14 09:50:23.459 INFO O| Oct 14 09:50:23.459 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67372024-10-14T09:50:24.531Z[ recovery-image] Oct 14 09:50:23.478 INFO O| Oct 14 09:50:23.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67382024-10-14T09:50:24.531Z[ recovery-image] Oct 14 09:50:23.478 INFO O| Oct 14 09:50:23.478 INFO STEP 858 (remove_files) COMPLETE
67392024-10-14T09:50:24.531Z[ recovery-image] Oct 14 09:50:23.478 INFO O| Oct 14 09:50:23.478 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67402024-10-14T09:50:24.557Z[ recovery-image] Oct 14 09:50:23.504 INFO O| Oct 14 09:50:23.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67412024-10-14T09:50:24.557Z[ recovery-image] Oct 14 09:50:23.504 INFO O| Oct 14 09:50:23.504 INFO STEP 859 (remove_files) COMPLETE
67422024-10-14T09:50:24.558Z[ recovery-image] Oct 14 09:50:23.504 INFO O| Oct 14 09:50:23.504 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67432024-10-14T09:50:24.594Z[ recovery-image] Oct 14 09:50:23.541 INFO O| Oct 14 09:50:23.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67442024-10-14T09:50:24.594Z[ recovery-image] Oct 14 09:50:23.541 INFO O| Oct 14 09:50:23.541 INFO STEP 860 (remove_files) COMPLETE
67452024-10-14T09:50:24.594Z[ recovery-image] Oct 14 09:50:23.541 INFO O| Oct 14 09:50:23.541 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67462024-10-14T09:50:24.654Z[ recovery-image] Oct 14 09:50:23.601 INFO O| Oct 14 09:50:23.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67472024-10-14T09:50:24.654Z[ recovery-image] Oct 14 09:50:23.601 INFO O| Oct 14 09:50:23.601 INFO STEP 861 (remove_files) COMPLETE
67482024-10-14T09:50:24.654Z[ recovery-image] Oct 14 09:50:23.601 INFO O| Oct 14 09:50:23.601 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67492024-10-14T09:50:24.672Z[ recovery-image] Oct 14 09:50:23.620 INFO O| Oct 14 09:50:23.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67502024-10-14T09:50:24.673Z[ recovery-image] Oct 14 09:50:23.620 INFO O| Oct 14 09:50:23.620 INFO STEP 862 (remove_files) COMPLETE
67512024-10-14T09:50:24.673Z[ recovery-image] Oct 14 09:50:23.620 INFO O| Oct 14 09:50:23.620 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67522024-10-14T09:50:24.690Z[ recovery-image] Oct 14 09:50:23.637 INFO O| Oct 14 09:50:23.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67532024-10-14T09:50:24.690Z[ recovery-image] Oct 14 09:50:23.637 INFO O| Oct 14 09:50:23.637 INFO STEP 863 (remove_files) COMPLETE
67542024-10-14T09:50:24.690Z[ recovery-image] Oct 14 09:50:23.637 INFO O| Oct 14 09:50:23.637 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67552024-10-14T09:50:24.715Z[ recovery-image] Oct 14 09:50:23.662 INFO O| Oct 14 09:50:23.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67562024-10-14T09:50:24.715Z[ recovery-image] Oct 14 09:50:23.662 INFO O| Oct 14 09:50:23.662 INFO STEP 864 (remove_files) COMPLETE
67572024-10-14T09:50:24.717Z[ recovery-image] Oct 14 09:50:23.662 INFO O| Oct 14 09:50:23.662 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67582024-10-14T09:50:24.733Z[ recovery-image] Oct 14 09:50:23.680 INFO O| Oct 14 09:50:23.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67592024-10-14T09:50:24.736Z[ recovery-image] Oct 14 09:50:23.681 INFO O| Oct 14 09:50:23.680 INFO STEP 865 (remove_files) COMPLETE
67602024-10-14T09:50:24.736Z[ recovery-image] Oct 14 09:50:23.681 INFO O| Oct 14 09:50:23.681 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67612024-10-14T09:50:24.757Z[ recovery-image] Oct 14 09:50:23.704 INFO O| Oct 14 09:50:23.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67622024-10-14T09:50:24.757Z[ recovery-image] Oct 14 09:50:23.704 INFO O| Oct 14 09:50:23.704 INFO STEP 866 (remove_files) COMPLETE
67632024-10-14T09:50:24.757Z[ recovery-image] Oct 14 09:50:23.704 INFO O| Oct 14 09:50:23.704 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67642024-10-14T09:50:24.776Z[ recovery-image] Oct 14 09:50:23.724 INFO O| Oct 14 09:50:23.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67652024-10-14T09:50:24.776Z[ recovery-image] Oct 14 09:50:23.724 INFO O| Oct 14 09:50:23.724 INFO STEP 867 (remove_files) COMPLETE
67662024-10-14T09:50:24.776Z[ recovery-image] Oct 14 09:50:23.724 INFO O| Oct 14 09:50:23.724 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67672024-10-14T09:50:24.834Z[ recovery-image] Oct 14 09:50:23.781 INFO O| Oct 14 09:50:23.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67682024-10-14T09:50:24.834Z[ recovery-image] Oct 14 09:50:23.781 INFO O| Oct 14 09:50:23.781 INFO STEP 868 (remove_files) COMPLETE
67692024-10-14T09:50:24.834Z[ recovery-image] Oct 14 09:50:23.781 INFO O| Oct 14 09:50:23.781 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67702024-10-14T09:50:24.867Z[ recovery-image] Oct 14 09:50:23.814 INFO O| Oct 14 09:50:23.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67712024-10-14T09:50:24.870Z[ recovery-image] Oct 14 09:50:23.814 INFO O| Oct 14 09:50:23.814 INFO STEP 869 (remove_files) COMPLETE
67722024-10-14T09:50:24.870Z[ recovery-image] Oct 14 09:50:23.814 INFO O| Oct 14 09:50:23.814 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67732024-10-14T09:50:24.900Z[ recovery-image] Oct 14 09:50:23.848 INFO O| Oct 14 09:50:23.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67742024-10-14T09:50:24.901Z[ recovery-image] Oct 14 09:50:23.848 INFO O| Oct 14 09:50:23.848 INFO STEP 870 (remove_files) COMPLETE
67752024-10-14T09:50:24.901Z[ recovery-image] Oct 14 09:50:23.848 INFO O| Oct 14 09:50:23.848 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67762024-10-14T09:50:24.965Z[ recovery-image] Oct 14 09:50:23.912 INFO O| Oct 14 09:50:23.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67772024-10-14T09:50:24.965Z[ recovery-image] Oct 14 09:50:23.912 INFO O| Oct 14 09:50:23.912 INFO STEP 871 (remove_files) COMPLETE
67782024-10-14T09:50:24.967Z[ recovery-image] Oct 14 09:50:23.912 INFO O| Oct 14 09:50:23.912 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67792024-10-14T09:50:24.984Z[ recovery-image] Oct 14 09:50:23.931 INFO O| Oct 14 09:50:23.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67802024-10-14T09:50:24.984Z[ recovery-image] Oct 14 09:50:23.931 INFO O| Oct 14 09:50:23.931 INFO STEP 872 (remove_files) COMPLETE
67812024-10-14T09:50:24.984Z[ recovery-image] Oct 14 09:50:23.931 INFO O| Oct 14 09:50:23.931 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67822024-10-14T09:50:25.002Z[ recovery-image] Oct 14 09:50:23.949 INFO O| Oct 14 09:50:23.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67832024-10-14T09:50:25.002Z[ recovery-image] Oct 14 09:50:23.949 INFO O| Oct 14 09:50:23.949 INFO STEP 873 (remove_files) COMPLETE
67842024-10-14T09:50:25.004Z[ recovery-image] Oct 14 09:50:23.950 INFO O| Oct 14 09:50:23.949 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67852024-10-14T09:50:25.020Z[ recovery-image] Oct 14 09:50:23.967 INFO O| Oct 14 09:50:23.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
67862024-10-14T09:50:25.020Z[ recovery-image] Oct 14 09:50:23.967 INFO O| Oct 14 09:50:23.967 INFO STEP 874 (remove_files) COMPLETE
67872024-10-14T09:50:25.020Z[ recovery-image] Oct 14 09:50:23.967 INFO O| Oct 14 09:50:23.967 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67882024-10-14T09:50:25.039Z[ recovery-image] Oct 14 09:50:23.985 INFO O| Oct 14 09:50:23.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
67892024-10-14T09:50:25.039Z[ recovery-image] Oct 14 09:50:23.985 INFO O| Oct 14 09:50:23.985 INFO STEP 875 (remove_files) COMPLETE
67902024-10-14T09:50:25.039Z[ recovery-image] Oct 14 09:50:23.986 INFO O| Oct 14 09:50:23.985 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67912024-10-14T09:50:25.065Z[ recovery-image] Oct 14 09:50:24.012 INFO O| Oct 14 09:50:24.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
67922024-10-14T09:50:25.067Z[ recovery-image] Oct 14 09:50:24.012 INFO O| Oct 14 09:50:24.012 INFO STEP 876 (remove_files) COMPLETE
67932024-10-14T09:50:25.067Z[ recovery-image] Oct 14 09:50:24.013 INFO O| Oct 14 09:50:24.013 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67942024-10-14T09:50:25.084Z[ recovery-image] Oct 14 09:50:24.031 INFO O| Oct 14 09:50:24.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
67952024-10-14T09:50:25.086Z[ recovery-image] Oct 14 09:50:24.031 INFO O| Oct 14 09:50:24.031 INFO STEP 877 (remove_files) COMPLETE
67962024-10-14T09:50:25.086Z[ recovery-image] Oct 14 09:50:24.032 INFO O| Oct 14 09:50:24.031 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67972024-10-14T09:50:25.102Z[ recovery-image] Oct 14 09:50:24.049 INFO O| Oct 14 09:50:24.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
67982024-10-14T09:50:25.104Z[ recovery-image] Oct 14 09:50:24.050 INFO O| Oct 14 09:50:24.050 INFO STEP 878 (remove_files) COMPLETE
67992024-10-14T09:50:25.104Z[ recovery-image] Oct 14 09:50:24.050 INFO O| Oct 14 09:50:24.050 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68002024-10-14T09:50:25.123Z[ recovery-image] Oct 14 09:50:24.070 INFO O| Oct 14 09:50:24.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68012024-10-14T09:50:25.123Z[ recovery-image] Oct 14 09:50:24.070 INFO O| Oct 14 09:50:24.070 INFO STEP 879 (remove_files) COMPLETE
68022024-10-14T09:50:25.125Z[ recovery-image] Oct 14 09:50:24.070 INFO O| Oct 14 09:50:24.070 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-10-14T09:50:25.184Z[ recovery-image] Oct 14 09:50:24.131 INFO O| Oct 14 09:50:24.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68042024-10-14T09:50:25.184Z[ recovery-image] Oct 14 09:50:24.131 INFO O| Oct 14 09:50:24.131 INFO STEP 880 (remove_files) COMPLETE
68052024-10-14T09:50:25.184Z[ recovery-image] Oct 14 09:50:24.131 INFO O| Oct 14 09:50:24.131 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-10-14T09:50:25.216Z[ recovery-image] Oct 14 09:50:24.163 INFO O| Oct 14 09:50:24.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68072024-10-14T09:50:25.216Z[ recovery-image] Oct 14 09:50:24.163 INFO O| Oct 14 09:50:24.163 INFO STEP 881 (remove_files) COMPLETE
68082024-10-14T09:50:25.216Z[ recovery-image] Oct 14 09:50:24.163 INFO O| Oct 14 09:50:24.163 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-10-14T09:50:25.235Z[ recovery-image] Oct 14 09:50:24.182 INFO O| Oct 14 09:50:24.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68102024-10-14T09:50:25.235Z[ recovery-image] Oct 14 09:50:24.182 INFO O| Oct 14 09:50:24.182 INFO STEP 882 (remove_files) COMPLETE
68112024-10-14T09:50:25.235Z[ recovery-image] Oct 14 09:50:24.182 INFO O| Oct 14 09:50:24.182 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-10-14T09:50:25.252Z[ recovery-image] Oct 14 09:50:24.200 INFO O| Oct 14 09:50:24.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68132024-10-14T09:50:25.252Z[ recovery-image] Oct 14 09:50:24.200 INFO O| Oct 14 09:50:24.200 INFO STEP 883 (remove_files) COMPLETE
68142024-10-14T09:50:25.252Z[ recovery-image] Oct 14 09:50:24.200 INFO O| Oct 14 09:50:24.200 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-10-14T09:50:25.273Z[ recovery-image] Oct 14 09:50:24.219 INFO O| Oct 14 09:50:24.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68162024-10-14T09:50:25.273Z[ recovery-image] Oct 14 09:50:24.219 INFO O| Oct 14 09:50:24.219 INFO STEP 884 (remove_files) COMPLETE
68172024-10-14T09:50:25.273Z[ recovery-image] Oct 14 09:50:24.219 INFO O| Oct 14 09:50:24.219 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-10-14T09:50:25.330Z[ recovery-image] Oct 14 09:50:24.277 INFO O| Oct 14 09:50:24.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68192024-10-14T09:50:25.332Z[ recovery-image] Oct 14 09:50:24.277 INFO O| Oct 14 09:50:24.277 INFO STEP 885 (remove_files) COMPLETE
68202024-10-14T09:50:25.332Z[ recovery-image] Oct 14 09:50:24.277 INFO O| Oct 14 09:50:24.277 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-10-14T09:50:25.371Z[ recovery-image] Oct 14 09:50:24.318 INFO O| Oct 14 09:50:24.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68222024-10-14T09:50:25.373Z[ recovery-image] Oct 14 09:50:24.318 INFO O| Oct 14 09:50:24.318 INFO STEP 886 (remove_files) COMPLETE
68232024-10-14T09:50:25.374Z[ recovery-image] Oct 14 09:50:24.318 INFO O| Oct 14 09:50:24.318 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-10-14T09:50:25.390Z[ recovery-image] Oct 14 09:50:24.337 INFO O| Oct 14 09:50:24.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68252024-10-14T09:50:25.390Z[ recovery-image] Oct 14 09:50:24.338 INFO O| Oct 14 09:50:24.338 INFO STEP 887 (remove_files) COMPLETE
68262024-10-14T09:50:25.390Z[ recovery-image] Oct 14 09:50:24.338 INFO O| Oct 14 09:50:24.338 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-10-14T09:50:25.427Z[ recovery-image] Oct 14 09:50:24.374 INFO O| Oct 14 09:50:24.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68282024-10-14T09:50:25.429Z[ recovery-image] Oct 14 09:50:24.374 INFO O| Oct 14 09:50:24.374 INFO STEP 888 (remove_files) COMPLETE
68292024-10-14T09:50:25.429Z[ recovery-image] Oct 14 09:50:24.374 INFO O| Oct 14 09:50:24.374 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-10-14T09:50:25.446Z[ recovery-image] Oct 14 09:50:24.393 INFO O| Oct 14 09:50:24.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68312024-10-14T09:50:25.448Z[ recovery-image] Oct 14 09:50:24.393 INFO O| Oct 14 09:50:24.393 INFO STEP 889 (remove_files) COMPLETE
68322024-10-14T09:50:25.449Z[ recovery-image] Oct 14 09:50:24.393 INFO O| Oct 14 09:50:24.393 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-10-14T09:50:25.469Z[ recovery-image] Oct 14 09:50:24.417 INFO O| Oct 14 09:50:24.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68342024-10-14T09:50:25.469Z[ recovery-image] Oct 14 09:50:24.417 INFO O| Oct 14 09:50:24.417 INFO STEP 890 (remove_files) COMPLETE
68352024-10-14T09:50:25.470Z[ recovery-image] Oct 14 09:50:24.417 INFO O| Oct 14 09:50:24.417 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68362024-10-14T09:50:25.496Z[ recovery-image] Oct 14 09:50:24.443 INFO O| Oct 14 09:50:24.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68372024-10-14T09:50:25.496Z[ recovery-image] Oct 14 09:50:24.443 INFO O| Oct 14 09:50:24.443 INFO STEP 891 (remove_files) COMPLETE
68382024-10-14T09:50:25.496Z[ recovery-image] Oct 14 09:50:24.443 INFO O| Oct 14 09:50:24.443 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68392024-10-14T09:50:25.516Z[ recovery-image] Oct 14 09:50:24.463 INFO O| Oct 14 09:50:24.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68402024-10-14T09:50:25.516Z[ recovery-image] Oct 14 09:50:24.463 INFO O| Oct 14 09:50:24.463 INFO STEP 892 (remove_files) COMPLETE
68412024-10-14T09:50:25.516Z[ recovery-image] Oct 14 09:50:24.463 INFO O| Oct 14 09:50:24.463 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68422024-10-14T09:50:25.553Z[ recovery-image] Oct 14 09:50:24.500 INFO O| Oct 14 09:50:24.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68432024-10-14T09:50:25.553Z[ recovery-image] Oct 14 09:50:24.500 INFO O| Oct 14 09:50:24.500 INFO STEP 893 (remove_files) COMPLETE
68442024-10-14T09:50:25.553Z[ recovery-image] Oct 14 09:50:24.500 INFO O| Oct 14 09:50:24.500 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68452024-10-14T09:50:25.577Z[ recovery-image] Oct 14 09:50:24.524 INFO O| Oct 14 09:50:24.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68462024-10-14T09:50:25.577Z[ recovery-image] Oct 14 09:50:24.524 INFO O| Oct 14 09:50:24.524 INFO STEP 894 (remove_files) COMPLETE
68472024-10-14T09:50:25.580Z[ recovery-image] Oct 14 09:50:24.524 INFO O| Oct 14 09:50:24.524 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68482024-10-14T09:50:25.597Z[ recovery-image] Oct 14 09:50:24.545 INFO O| Oct 14 09:50:24.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68492024-10-14T09:50:25.598Z[ recovery-image] Oct 14 09:50:24.545 INFO O| Oct 14 09:50:24.545 INFO STEP 895 (remove_files) COMPLETE
68502024-10-14T09:50:25.600Z[ recovery-image] Oct 14 09:50:24.545 INFO O| Oct 14 09:50:24.545 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68512024-10-14T09:50:25.632Z[ recovery-image] Oct 14 09:50:24.579 INFO O| Oct 14 09:50:24.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68522024-10-14T09:50:25.635Z[ recovery-image] Oct 14 09:50:24.580 INFO O| Oct 14 09:50:24.580 INFO STEP 896 (remove_files) COMPLETE
68532024-10-14T09:50:25.635Z[ recovery-image] Oct 14 09:50:24.580 INFO O| Oct 14 09:50:24.580 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68542024-10-14T09:50:25.669Z[ recovery-image] Oct 14 09:50:24.617 INFO O| Oct 14 09:50:24.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68552024-10-14T09:50:25.673Z[ recovery-image] Oct 14 09:50:24.617 INFO O| Oct 14 09:50:24.617 INFO STEP 897 (remove_files) COMPLETE
68562024-10-14T09:50:25.673Z[ recovery-image] Oct 14 09:50:24.617 INFO O| Oct 14 09:50:24.617 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68572024-10-14T09:50:25.690Z[ recovery-image] Oct 14 09:50:24.637 INFO O| Oct 14 09:50:24.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68582024-10-14T09:50:25.690Z[ recovery-image] Oct 14 09:50:24.637 INFO O| Oct 14 09:50:24.637 INFO STEP 898 (remove_files) COMPLETE
68592024-10-14T09:50:25.692Z[ recovery-image] Oct 14 09:50:24.637 INFO O| Oct 14 09:50:24.637 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68602024-10-14T09:50:25.775Z[ recovery-image] Oct 14 09:50:24.722 INFO O| Oct 14 09:50:24.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68612024-10-14T09:50:25.805Z[ recovery-image] Oct 14 09:50:24.752 INFO O| Oct 14 09:50:24.752 INFO STEP 899 (remove_files) COMPLETE
68622024-10-14T09:50:25.805Z[ recovery-image] Oct 14 09:50:24.752 INFO O| Oct 14 09:50:24.752 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68632024-10-14T09:50:25.867Z[ recovery-image] Oct 14 09:50:24.814 INFO O| Oct 14 09:50:24.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68642024-10-14T09:50:25.867Z[ recovery-image] Oct 14 09:50:24.814 INFO O| Oct 14 09:50:24.814 INFO STEP 900 (remove_files) COMPLETE
68652024-10-14T09:50:25.867Z[ recovery-image] Oct 14 09:50:24.815 INFO O| Oct 14 09:50:24.814 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68662024-10-14T09:50:25.909Z[ recovery-image] Oct 14 09:50:24.857 INFO O| Oct 14 09:50:24.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68672024-10-14T09:50:25.912Z[ recovery-image] Oct 14 09:50:24.857 INFO O| Oct 14 09:50:24.857 INFO STEP 901 (remove_files) COMPLETE
68682024-10-14T09:50:25.912Z[ recovery-image] Oct 14 09:50:24.857 INFO O| Oct 14 09:50:24.857 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68692024-10-14T09:50:25.970Z[ recovery-image] Oct 14 09:50:24.917 INFO O| Oct 14 09:50:24.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68702024-10-14T09:50:25.972Z[ recovery-image] Oct 14 09:50:24.917 INFO O| Oct 14 09:50:24.917 INFO STEP 902 (remove_files) COMPLETE
68712024-10-14T09:50:25.972Z[ recovery-image] Oct 14 09:50:24.917 INFO O| Oct 14 09:50:24.917 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68722024-10-14T09:50:26.009Z[ recovery-image] Oct 14 09:50:24.956 INFO O| Oct 14 09:50:24.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68732024-10-14T09:50:26.009Z[ recovery-image] Oct 14 09:50:24.956 INFO O| Oct 14 09:50:24.956 INFO STEP 903 (remove_files) COMPLETE
68742024-10-14T09:50:26.009Z[ recovery-image] Oct 14 09:50:24.956 INFO O| Oct 14 09:50:24.956 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68752024-10-14T09:50:26.067Z[ recovery-image] Oct 14 09:50:25.014 INFO O| Oct 14 09:50:25.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68762024-10-14T09:50:26.069Z[ recovery-image] Oct 14 09:50:25.014 INFO O| Oct 14 09:50:25.014 INFO STEP 904 (remove_files) COMPLETE
68772024-10-14T09:50:26.069Z[ recovery-image] Oct 14 09:50:25.014 INFO O| Oct 14 09:50:25.014 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68782024-10-14T09:50:26.088Z[ recovery-image] Oct 14 09:50:25.035 INFO O| Oct 14 09:50:25.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68792024-10-14T09:50:26.107Z[ recovery-image] Oct 14 09:50:25.035 INFO O| Oct 14 09:50:25.035 INFO STEP 905 (remove_files) COMPLETE
68802024-10-14T09:50:26.107Z[ recovery-image] Oct 14 09:50:25.035 INFO O| Oct 14 09:50:25.035 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68812024-10-14T09:50:26.107Z[ recovery-image] Oct 14 09:50:25.054 INFO O| Oct 14 09:50:25.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68822024-10-14T09:50:26.107Z[ recovery-image] Oct 14 09:50:25.054 INFO O| Oct 14 09:50:25.054 INFO STEP 906 (remove_files) COMPLETE
68832024-10-14T09:50:26.107Z[ recovery-image] Oct 14 09:50:25.054 INFO O| Oct 14 09:50:25.054 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68842024-10-14T09:50:26.125Z[ recovery-image] Oct 14 09:50:25.072 INFO O| Oct 14 09:50:25.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
68852024-10-14T09:50:26.127Z[ recovery-image] Oct 14 09:50:25.072 INFO O| Oct 14 09:50:25.072 INFO STEP 907 (remove_files) COMPLETE
68862024-10-14T09:50:26.127Z[ recovery-image] Oct 14 09:50:25.072 INFO O| Oct 14 09:50:25.072 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68872024-10-14T09:50:26.154Z[ recovery-image] Oct 14 09:50:25.092 INFO O| Oct 14 09:50:25.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
68882024-10-14T09:50:26.154Z[ recovery-image] Oct 14 09:50:25.092 INFO O| Oct 14 09:50:25.092 INFO STEP 908 (remove_files) COMPLETE
68892024-10-14T09:50:26.154Z[ recovery-image] Oct 14 09:50:25.092 INFO O| Oct 14 09:50:25.092 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68902024-10-14T09:50:26.165Z[ recovery-image] Oct 14 09:50:25.112 INFO O| Oct 14 09:50:25.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
68912024-10-14T09:50:26.168Z[ recovery-image] Oct 14 09:50:25.112 INFO O| Oct 14 09:50:25.112 INFO STEP 909 (remove_files) COMPLETE
68922024-10-14T09:50:26.168Z[ recovery-image] Oct 14 09:50:25.112 INFO O| Oct 14 09:50:25.112 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68932024-10-14T09:50:26.184Z[ recovery-image] Oct 14 09:50:25.131 INFO O| Oct 14 09:50:25.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
68942024-10-14T09:50:26.187Z[ recovery-image] Oct 14 09:50:25.131 INFO O| Oct 14 09:50:25.131 INFO STEP 910 (remove_files) COMPLETE
68952024-10-14T09:50:26.187Z[ recovery-image] Oct 14 09:50:25.132 INFO O| Oct 14 09:50:25.131 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68962024-10-14T09:50:26.202Z[ recovery-image] Oct 14 09:50:25.149 INFO O| Oct 14 09:50:25.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
68972024-10-14T09:50:26.205Z[ recovery-image] Oct 14 09:50:25.150 INFO O| Oct 14 09:50:25.150 INFO STEP 911 (remove_files) COMPLETE
68982024-10-14T09:50:26.205Z[ recovery-image] Oct 14 09:50:25.150 INFO O| Oct 14 09:50:25.150 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68992024-10-14T09:50:26.221Z[ recovery-image] Oct 14 09:50:25.169 INFO O| Oct 14 09:50:25.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69002024-10-14T09:50:26.224Z[ recovery-image] Oct 14 09:50:25.169 INFO O| Oct 14 09:50:25.169 INFO STEP 912 (remove_files) COMPLETE
69012024-10-14T09:50:26.224Z[ recovery-image] Oct 14 09:50:25.169 INFO O| Oct 14 09:50:25.169 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69022024-10-14T09:50:26.264Z[ recovery-image] Oct 14 09:50:25.210 INFO O| Oct 14 09:50:25.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69032024-10-14T09:50:26.264Z[ recovery-image] Oct 14 09:50:25.210 INFO O| Oct 14 09:50:25.210 INFO STEP 913 (remove_files) COMPLETE
69042024-10-14T09:50:26.264Z[ recovery-image] Oct 14 09:50:25.210 INFO O| Oct 14 09:50:25.210 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69052024-10-14T09:50:26.300Z[ recovery-image] Oct 14 09:50:25.247 INFO O| Oct 14 09:50:25.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69062024-10-14T09:50:26.302Z[ recovery-image] Oct 14 09:50:25.247 INFO O| Oct 14 09:50:25.247 INFO STEP 914 (remove_files) COMPLETE
69072024-10-14T09:50:26.302Z[ recovery-image] Oct 14 09:50:25.247 INFO O| Oct 14 09:50:25.247 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69082024-10-14T09:50:26.335Z[ recovery-image] Oct 14 09:50:25.282 INFO O| Oct 14 09:50:25.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69092024-10-14T09:50:26.335Z[ recovery-image] Oct 14 09:50:25.282 INFO O| Oct 14 09:50:25.282 INFO STEP 915 (remove_files) COMPLETE
69102024-10-14T09:50:26.338Z[ recovery-image] Oct 14 09:50:25.283 INFO O| Oct 14 09:50:25.283 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69112024-10-14T09:50:26.355Z[ recovery-image] Oct 14 09:50:25.302 INFO O| Oct 14 09:50:25.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69122024-10-14T09:50:26.358Z[ recovery-image] Oct 14 09:50:25.302 INFO O| Oct 14 09:50:25.302 INFO STEP 916 (remove_files) COMPLETE
69132024-10-14T09:50:26.358Z[ recovery-image] Oct 14 09:50:25.302 INFO O| Oct 14 09:50:25.302 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69142024-10-14T09:50:26.387Z[ recovery-image] Oct 14 09:50:25.334 INFO O| Oct 14 09:50:25.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69152024-10-14T09:50:26.390Z[ recovery-image] Oct 14 09:50:25.334 INFO O| Oct 14 09:50:25.334 INFO STEP 917 (remove_files) COMPLETE
69162024-10-14T09:50:26.390Z[ recovery-image] Oct 14 09:50:25.334 INFO O| Oct 14 09:50:25.334 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69172024-10-14T09:50:26.447Z[ recovery-image] Oct 14 09:50:25.394 INFO O| Oct 14 09:50:25.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69182024-10-14T09:50:26.447Z[ recovery-image] Oct 14 09:50:25.394 INFO O| Oct 14 09:50:25.394 INFO STEP 918 (remove_files) COMPLETE
69192024-10-14T09:50:26.447Z[ recovery-image] Oct 14 09:50:25.394 INFO O| Oct 14 09:50:25.394 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69202024-10-14T09:50:26.474Z[ recovery-image] Oct 14 09:50:25.421 INFO O| Oct 14 09:50:25.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69212024-10-14T09:50:26.475Z[ recovery-image] Oct 14 09:50:25.421 INFO O| Oct 14 09:50:25.421 INFO STEP 919 (remove_files) COMPLETE
69222024-10-14T09:50:26.475Z[ recovery-image] Oct 14 09:50:25.421 INFO O| Oct 14 09:50:25.421 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69232024-10-14T09:50:26.494Z[ recovery-image] Oct 14 09:50:25.441 INFO O| Oct 14 09:50:25.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69242024-10-14T09:50:26.494Z[ recovery-image] Oct 14 09:50:25.441 INFO O| Oct 14 09:50:25.441 INFO STEP 920 (remove_files) COMPLETE
69252024-10-14T09:50:26.494Z[ recovery-image] Oct 14 09:50:25.441 INFO O| Oct 14 09:50:25.441 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69262024-10-14T09:50:26.512Z[ recovery-image] Oct 14 09:50:25.459 INFO O| Oct 14 09:50:25.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69272024-10-14T09:50:26.512Z[ recovery-image] Oct 14 09:50:25.459 INFO O| Oct 14 09:50:25.459 INFO STEP 921 (remove_files) COMPLETE
69282024-10-14T09:50:26.512Z[ recovery-image] Oct 14 09:50:25.459 INFO O| Oct 14 09:50:25.459 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69292024-10-14T09:50:26.530Z[ recovery-image] Oct 14 09:50:25.477 INFO O| Oct 14 09:50:25.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69302024-10-14T09:50:26.530Z[ recovery-image] Oct 14 09:50:25.477 INFO O| Oct 14 09:50:25.477 INFO STEP 922 (remove_files) COMPLETE
69312024-10-14T09:50:26.530Z[ recovery-image] Oct 14 09:50:25.477 INFO O| Oct 14 09:50:25.477 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69322024-10-14T09:50:26.550Z[ recovery-image] Oct 14 09:50:25.496 INFO O| Oct 14 09:50:25.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69332024-10-14T09:50:26.550Z[ recovery-image] Oct 14 09:50:25.496 INFO O| Oct 14 09:50:25.496 INFO STEP 923 (remove_files) COMPLETE
69342024-10-14T09:50:26.550Z[ recovery-image] Oct 14 09:50:25.496 INFO O| Oct 14 09:50:25.496 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69352024-10-14T09:50:26.569Z[ recovery-image] Oct 14 09:50:25.515 INFO O| Oct 14 09:50:25.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69362024-10-14T09:50:26.569Z[ recovery-image] Oct 14 09:50:25.515 INFO O| Oct 14 09:50:25.515 INFO STEP 924 (remove_files) COMPLETE
69372024-10-14T09:50:26.570Z[ recovery-image] Oct 14 09:50:25.515 INFO O| Oct 14 09:50:25.515 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69382024-10-14T09:50:26.586Z[ recovery-image] Oct 14 09:50:25.533 INFO O| Oct 14 09:50:25.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69392024-10-14T09:50:26.586Z[ recovery-image] Oct 14 09:50:25.533 INFO O| Oct 14 09:50:25.533 INFO STEP 925 (remove_files) COMPLETE
69402024-10-14T09:50:26.586Z[ recovery-image] Oct 14 09:50:25.533 INFO O| Oct 14 09:50:25.533 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69412024-10-14T09:50:26.605Z[ recovery-image] Oct 14 09:50:25.552 INFO O| Oct 14 09:50:25.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69422024-10-14T09:50:26.605Z[ recovery-image] Oct 14 09:50:25.552 INFO O| Oct 14 09:50:25.552 INFO STEP 926 (remove_files) COMPLETE
69432024-10-14T09:50:26.605Z[ recovery-image] Oct 14 09:50:25.552 INFO O| Oct 14 09:50:25.552 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69442024-10-14T09:50:26.623Z[ recovery-image] Oct 14 09:50:25.570 INFO O| Oct 14 09:50:25.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69452024-10-14T09:50:26.625Z[ recovery-image] Oct 14 09:50:25.570 INFO O| Oct 14 09:50:25.570 INFO STEP 927 (remove_files) COMPLETE
69462024-10-14T09:50:26.625Z[ recovery-image] Oct 14 09:50:25.570 INFO O| Oct 14 09:50:25.570 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69472024-10-14T09:50:26.664Z[ recovery-image] Oct 14 09:50:25.610 INFO O| Oct 14 09:50:25.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69482024-10-14T09:50:26.664Z[ recovery-image] Oct 14 09:50:25.610 INFO O| Oct 14 09:50:25.610 INFO STEP 928 (remove_files) COMPLETE
69492024-10-14T09:50:26.664Z[ recovery-image] Oct 14 09:50:25.610 INFO O| Oct 14 09:50:25.610 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69502024-10-14T09:50:26.700Z[ recovery-image] Oct 14 09:50:25.647 INFO O| Oct 14 09:50:25.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69512024-10-14T09:50:26.700Z[ recovery-image] Oct 14 09:50:25.647 INFO O| Oct 14 09:50:25.647 INFO STEP 929 (remove_files) COMPLETE
69522024-10-14T09:50:26.703Z[ recovery-image] Oct 14 09:50:25.647 INFO O| Oct 14 09:50:25.647 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69532024-10-14T09:50:26.737Z[ recovery-image] Oct 14 09:50:25.684 INFO O| Oct 14 09:50:25.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69542024-10-14T09:50:26.737Z[ recovery-image] Oct 14 09:50:25.684 INFO O| Oct 14 09:50:25.684 INFO STEP 930 (remove_files) COMPLETE
69552024-10-14T09:50:26.737Z[ recovery-image] Oct 14 09:50:25.684 INFO O| Oct 14 09:50:25.684 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69562024-10-14T09:50:26.756Z[ recovery-image] Oct 14 09:50:25.702 INFO O| Oct 14 09:50:25.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69572024-10-14T09:50:26.756Z[ recovery-image] Oct 14 09:50:25.702 INFO O| Oct 14 09:50:25.702 INFO STEP 931 (remove_files) COMPLETE
69582024-10-14T09:50:26.756Z[ recovery-image] Oct 14 09:50:25.702 INFO O| Oct 14 09:50:25.702 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69592024-10-14T09:50:26.767Z[ host-image] Oct 14 09:50:25.714 INFO O| Oct 14 09:50:25.714 INFO O| Done
69602024-10-14T09:50:26.793Z[ recovery-image] Oct 14 09:50:25.740 INFO O| Oct 14 09:50:25.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69612024-10-14T09:50:26.793Z[ recovery-image] Oct 14 09:50:25.740 INFO O| Oct 14 09:50:25.740 INFO STEP 932 (remove_files) COMPLETE
69622024-10-14T09:50:26.793Z[ recovery-image] Oct 14 09:50:25.740 INFO O| Oct 14 09:50:25.740 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-10-14T09:50:26.825Z[ recovery-image] Oct 14 09:50:25.765 INFO O| Oct 14 09:50:25.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69642024-10-14T09:50:26.825Z[ recovery-image] Oct 14 09:50:25.765 INFO O| Oct 14 09:50:25.757 INFO STEP 933 (remove_files) COMPLETE
69652024-10-14T09:50:26.825Z[ recovery-image] Oct 14 09:50:25.765 INFO O| Oct 14 09:50:25.757 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-10-14T09:50:26.837Z[ recovery-image] Oct 14 09:50:25.784 INFO O| Oct 14 09:50:25.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69672024-10-14T09:50:26.837Z[ recovery-image] Oct 14 09:50:25.784 INFO O| Oct 14 09:50:25.784 INFO STEP 934 (remove_files) COMPLETE
69682024-10-14T09:50:26.840Z[ recovery-image] Oct 14 09:50:25.784 INFO O| Oct 14 09:50:25.784 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-10-14T09:50:26.842Z[ host-image] Oct 14 09:50:25.788 INFO O| Oct 14 09:50:25.788 INFO O| Done
69702024-10-14T09:50:26.842Z[ host-image] Oct 14 09:50:25.788 INFO O| Oct 14 09:50:25.788 INFO O| Done
69712024-10-14T09:50:26.891Z[ recovery-image] Oct 14 09:50:25.838 INFO O| Oct 14 09:50:25.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69722024-10-14T09:50:26.891Z[ recovery-image] Oct 14 09:50:25.838 INFO O| Oct 14 09:50:25.838 INFO STEP 935 (remove_files) COMPLETE
69732024-10-14T09:50:26.894Z[ recovery-image] Oct 14 09:50:25.838 INFO O| Oct 14 09:50:25.838 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69742024-10-14T09:50:26.894Z[ host-image] Oct 14 09:50:25.841 INFO O| Oct 14 09:50:25.841 INFO O| Done
69752024-10-14T09:50:26.929Z[ recovery-image] Oct 14 09:50:25.876 INFO O| Oct 14 09:50:25.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69762024-10-14T09:50:26.929Z[ recovery-image] Oct 14 09:50:25.877 INFO O| Oct 14 09:50:25.877 INFO STEP 936 (remove_files) COMPLETE
69772024-10-14T09:50:26.929Z[ recovery-image] Oct 14 09:50:25.877 INFO O| Oct 14 09:50:25.877 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-10-14T09:50:26.977Z[ recovery-image] Oct 14 09:50:25.924 INFO O| Oct 14 09:50:25.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69792024-10-14T09:50:26.977Z[ recovery-image] Oct 14 09:50:25.924 INFO O| Oct 14 09:50:25.924 INFO STEP 937 (remove_files) COMPLETE
69802024-10-14T09:50:26.977Z[ recovery-image] Oct 14 09:50:25.924 INFO O| Oct 14 09:50:25.924 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-10-14T09:50:26.998Z[ recovery-image] Oct 14 09:50:25.945 INFO O| Oct 14 09:50:25.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69822024-10-14T09:50:26.998Z[ recovery-image] Oct 14 09:50:25.945 INFO O| Oct 14 09:50:25.945 INFO STEP 938 (remove_files) COMPLETE
69832024-10-14T09:50:26.998Z[ recovery-image] Oct 14 09:50:25.945 INFO O| Oct 14 09:50:25.945 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-10-14T09:50:27.053Z[ host-image] Oct 14 09:50:25.999 INFO O| Oct 14 09:50:25.999 INFO STEP 13 (pkg_install) COMPLETE
69852024-10-14T09:50:27.053Z[ host-image] Oct 14 09:50:25.999 INFO O| Oct 14 09:50:25.999 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
69862024-10-14T09:50:27.070Z[ host-image] Oct 14 09:50:26.018 INFO O| Oct 14 09:50:26.017 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
69872024-10-14T09:50:27.086Z[ recovery-image] Oct 14 09:50:26.033 INFO O| Oct 14 09:50:26.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69882024-10-14T09:50:27.106Z[ recovery-image] Oct 14 09:50:26.053 INFO O| Oct 14 09:50:26.053 INFO STEP 939 (remove_files) COMPLETE
69892024-10-14T09:50:27.106Z[ recovery-image] Oct 14 09:50:26.053 INFO O| Oct 14 09:50:26.053 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-10-14T09:50:27.217Z[ recovery-image] Oct 14 09:50:26.164 INFO O| Oct 14 09:50:26.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
69912024-10-14T09:50:27.217Z[ recovery-image] Oct 14 09:50:26.164 INFO O| Oct 14 09:50:26.164 INFO STEP 940 (remove_files) COMPLETE
69922024-10-14T09:50:27.220Z[ recovery-image] Oct 14 09:50:26.164 INFO O| Oct 14 09:50:26.164 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-10-14T09:50:27.236Z[ recovery-image] Oct 14 09:50:26.183 INFO O| Oct 14 09:50:26.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
69942024-10-14T09:50:27.236Z[ recovery-image] Oct 14 09:50:26.183 INFO O| Oct 14 09:50:26.183 INFO STEP 941 (remove_files) COMPLETE
69952024-10-14T09:50:27.238Z[ recovery-image] Oct 14 09:50:26.183 INFO O| Oct 14 09:50:26.183 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-10-14T09:50:27.256Z[ recovery-image] Oct 14 09:50:26.202 INFO O| Oct 14 09:50:26.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
69972024-10-14T09:50:27.256Z[ recovery-image] Oct 14 09:50:26.202 INFO O| Oct 14 09:50:26.202 INFO STEP 942 (remove_files) COMPLETE
69982024-10-14T09:50:27.256Z[ recovery-image] Oct 14 09:50:26.203 INFO O| Oct 14 09:50:26.202 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-10-14T09:50:27.290Z[ recovery-image] Oct 14 09:50:26.238 INFO O| Oct 14 09:50:26.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70002024-10-14T09:50:27.291Z[ recovery-image] Oct 14 09:50:26.238 INFO O| Oct 14 09:50:26.238 INFO STEP 943 (remove_files) COMPLETE
70012024-10-14T09:50:27.291Z[ recovery-image] Oct 14 09:50:26.238 INFO O| Oct 14 09:50:26.238 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-10-14T09:50:27.327Z[ recovery-image] Oct 14 09:50:26.274 INFO O| Oct 14 09:50:26.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70032024-10-14T09:50:27.327Z[ recovery-image] Oct 14 09:50:26.275 INFO O| Oct 14 09:50:26.274 INFO STEP 944 (remove_files) COMPLETE
70042024-10-14T09:50:27.328Z[ recovery-image] Oct 14 09:50:26.275 INFO O| Oct 14 09:50:26.275 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-10-14T09:50:27.348Z[ recovery-image] Oct 14 09:50:26.295 INFO O| Oct 14 09:50:26.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70062024-10-14T09:50:27.348Z[ recovery-image] Oct 14 09:50:26.295 INFO O| Oct 14 09:50:26.295 INFO STEP 945 (remove_files) COMPLETE
70072024-10-14T09:50:27.348Z[ recovery-image] Oct 14 09:50:26.295 INFO O| Oct 14 09:50:26.295 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-10-14T09:50:27.390Z[ recovery-image] Oct 14 09:50:26.337 INFO O| Oct 14 09:50:26.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70092024-10-14T09:50:27.391Z[ recovery-image] Oct 14 09:50:26.337 INFO O| Oct 14 09:50:26.337 INFO STEP 946 (remove_files) COMPLETE
70102024-10-14T09:50:27.391Z[ recovery-image] Oct 14 09:50:26.338 INFO O| Oct 14 09:50:26.337 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-10-14T09:50:27.431Z[ recovery-image] Oct 14 09:50:26.378 INFO O| Oct 14 09:50:26.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70122024-10-14T09:50:27.431Z[ recovery-image] Oct 14 09:50:26.378 INFO O| Oct 14 09:50:26.378 INFO STEP 947 (remove_files) COMPLETE
70132024-10-14T09:50:27.434Z[ recovery-image] Oct 14 09:50:26.378 INFO O| Oct 14 09:50:26.378 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-10-14T09:50:27.466Z[ recovery-image] Oct 14 09:50:26.413 INFO O| Oct 14 09:50:26.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70152024-10-14T09:50:27.466Z[ recovery-image] Oct 14 09:50:26.413 INFO O| Oct 14 09:50:26.413 INFO STEP 948 (remove_files) COMPLETE
70162024-10-14T09:50:27.470Z[ recovery-image] Oct 14 09:50:26.413 INFO O| Oct 14 09:50:26.413 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-10-14T09:50:27.485Z[ recovery-image] Oct 14 09:50:26.432 INFO O| Oct 14 09:50:26.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70182024-10-14T09:50:27.485Z[ recovery-image] Oct 14 09:50:26.432 INFO O| Oct 14 09:50:26.432 INFO STEP 949 (remove_files) COMPLETE
70192024-10-14T09:50:27.485Z[ recovery-image] Oct 14 09:50:26.432 INFO O| Oct 14 09:50:26.432 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-10-14T09:50:27.504Z[ recovery-image] Oct 14 09:50:26.451 INFO O| Oct 14 09:50:26.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70212024-10-14T09:50:27.506Z[ recovery-image] Oct 14 09:50:26.451 INFO O| Oct 14 09:50:26.451 INFO STEP 950 (remove_files) COMPLETE
70222024-10-14T09:50:27.506Z[ recovery-image] Oct 14 09:50:26.451 INFO O| Oct 14 09:50:26.451 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-10-14T09:50:27.537Z[ recovery-image] Oct 14 09:50:26.483 INFO O| Oct 14 09:50:26.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70242024-10-14T09:50:27.537Z[ recovery-image] Oct 14 09:50:26.483 INFO O| Oct 14 09:50:26.483 INFO STEP 951 (remove_files) COMPLETE
70252024-10-14T09:50:27.537Z[ recovery-image] Oct 14 09:50:26.483 INFO O| Oct 14 09:50:26.483 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-10-14T09:50:27.578Z[ recovery-image] Oct 14 09:50:26.524 INFO O| Oct 14 09:50:26.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70272024-10-14T09:50:27.580Z[ recovery-image] Oct 14 09:50:26.525 INFO O| Oct 14 09:50:26.525 INFO STEP 952 (remove_files) COMPLETE
70282024-10-14T09:50:27.580Z[ recovery-image] Oct 14 09:50:26.525 INFO O| Oct 14 09:50:26.525 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-10-14T09:50:27.652Z[ recovery-image] Oct 14 09:50:26.598 INFO O| Oct 14 09:50:26.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70302024-10-14T09:50:27.652Z[ recovery-image] Oct 14 09:50:26.598 INFO O| Oct 14 09:50:26.598 INFO STEP 953 (remove_files) COMPLETE
70312024-10-14T09:50:27.652Z[ recovery-image] Oct 14 09:50:26.598 INFO O| Oct 14 09:50:26.598 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-10-14T09:50:27.689Z[ recovery-image] Oct 14 09:50:26.636 INFO O| Oct 14 09:50:26.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70332024-10-14T09:50:27.689Z[ recovery-image] Oct 14 09:50:26.636 INFO O| Oct 14 09:50:26.636 INFO STEP 954 (remove_files) COMPLETE
70342024-10-14T09:50:27.689Z[ recovery-image] Oct 14 09:50:26.636 INFO O| Oct 14 09:50:26.636 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-10-14T09:50:27.783Z[ recovery-image] Oct 14 09:50:26.729 INFO O| Oct 14 09:50:26.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70362024-10-14T09:50:27.783Z[ recovery-image] Oct 14 09:50:26.729 INFO O| Oct 14 09:50:26.729 INFO STEP 955 (remove_files) COMPLETE
70372024-10-14T09:50:27.783Z[ recovery-image] Oct 14 09:50:26.729 INFO O| Oct 14 09:50:26.729 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-10-14T09:50:27.804Z[ recovery-image] Oct 14 09:50:26.750 INFO O| Oct 14 09:50:26.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70392024-10-14T09:50:27.804Z[ recovery-image] Oct 14 09:50:26.750 INFO O| Oct 14 09:50:26.750 INFO STEP 956 (remove_files) COMPLETE
70402024-10-14T09:50:27.808Z[ recovery-image] Oct 14 09:50:26.750 INFO O| Oct 14 09:50:26.750 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-10-14T09:50:27.825Z[ recovery-image] Oct 14 09:50:26.771 INFO O| Oct 14 09:50:26.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70422024-10-14T09:50:27.825Z[ recovery-image] Oct 14 09:50:26.772 INFO O| Oct 14 09:50:26.771 INFO STEP 957 (remove_files) COMPLETE
70432024-10-14T09:50:27.825Z[ recovery-image] Oct 14 09:50:26.772 INFO O| Oct 14 09:50:26.772 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-10-14T09:50:27.846Z[ recovery-image] Oct 14 09:50:26.793 INFO O| Oct 14 09:50:26.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70452024-10-14T09:50:27.846Z[ recovery-image] Oct 14 09:50:26.793 INFO O| Oct 14 09:50:26.793 INFO STEP 958 (remove_files) COMPLETE
70462024-10-14T09:50:27.846Z[ recovery-image] Oct 14 09:50:26.793 INFO O| Oct 14 09:50:26.793 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-10-14T09:50:27.869Z[ recovery-image] Oct 14 09:50:26.816 INFO O| Oct 14 09:50:26.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70482024-10-14T09:50:27.869Z[ recovery-image] Oct 14 09:50:26.816 INFO O| Oct 14 09:50:26.816 INFO STEP 959 (remove_files) COMPLETE
70492024-10-14T09:50:27.872Z[ recovery-image] Oct 14 09:50:26.816 INFO O| Oct 14 09:50:26.816 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-10-14T09:50:27.920Z[ recovery-image] Oct 14 09:50:26.867 INFO O| Oct 14 09:50:26.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70512024-10-14T09:50:27.923Z[ recovery-image] Oct 14 09:50:26.868 INFO O| Oct 14 09:50:26.867 INFO STEP 960 (remove_files) COMPLETE
70522024-10-14T09:50:27.923Z[ recovery-image] Oct 14 09:50:26.868 INFO O| Oct 14 09:50:26.867 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-10-14T09:50:27.952Z[ recovery-image] Oct 14 09:50:26.899 INFO O| Oct 14 09:50:26.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70542024-10-14T09:50:27.952Z[ recovery-image] Oct 14 09:50:26.899 INFO O| Oct 14 09:50:26.899 INFO STEP 961 (remove_files) COMPLETE
70552024-10-14T09:50:27.952Z[ recovery-image] Oct 14 09:50:26.899 INFO O| Oct 14 09:50:26.899 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-10-14T09:50:27.987Z[ recovery-image] Oct 14 09:50:26.934 INFO O| Oct 14 09:50:26.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70572024-10-14T09:50:27.987Z[ recovery-image] Oct 14 09:50:26.934 INFO O| Oct 14 09:50:26.934 INFO STEP 962 (remove_files) COMPLETE
70582024-10-14T09:50:27.990Z[ recovery-image] Oct 14 09:50:26.934 INFO O| Oct 14 09:50:26.934 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-10-14T09:50:28.005Z[ recovery-image] Oct 14 09:50:26.952 INFO O| Oct 14 09:50:26.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70602024-10-14T09:50:28.005Z[ recovery-image] Oct 14 09:50:26.952 INFO O| Oct 14 09:50:26.952 INFO STEP 963 (remove_files) COMPLETE
70612024-10-14T09:50:28.008Z[ recovery-image] Oct 14 09:50:26.952 INFO O| Oct 14 09:50:26.952 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-14T09:50:28.022Z[ host-image] Oct 14 09:50:26.968 INFO O| Oct 14 09:50:26.968 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
70632024-10-14T09:50:28.024Z[ recovery-image] Oct 14 09:50:26.969 INFO O| Oct 14 09:50:26.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70642024-10-14T09:50:28.024Z[ recovery-image] Oct 14 09:50:26.969 INFO O| Oct 14 09:50:26.969 INFO STEP 964 (remove_files) COMPLETE
70652024-10-14T09:50:28.024Z[ recovery-image] Oct 14 09:50:26.969 INFO O| Oct 14 09:50:26.969 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-10-14T09:50:28.047Z[ recovery-image] Oct 14 09:50:26.994 INFO O| Oct 14 09:50:26.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70672024-10-14T09:50:28.047Z[ recovery-image] Oct 14 09:50:26.994 INFO O| Oct 14 09:50:26.994 INFO STEP 965 (remove_files) COMPLETE
70682024-10-14T09:50:28.050Z[ recovery-image] Oct 14 09:50:26.994 INFO O| Oct 14 09:50:26.994 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-10-14T09:50:28.069Z[ recovery-image] Oct 14 09:50:27.015 INFO O| Oct 14 09:50:27.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70702024-10-14T09:50:28.069Z[ recovery-image] Oct 14 09:50:27.015 INFO O| Oct 14 09:50:27.015 INFO STEP 966 (remove_files) COMPLETE
70712024-10-14T09:50:28.069Z[ recovery-image] Oct 14 09:50:27.015 INFO O| Oct 14 09:50:27.015 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-14T09:50:28.086Z[ recovery-image] Oct 14 09:50:27.033 INFO O| Oct 14 09:50:27.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70732024-10-14T09:50:28.086Z[ recovery-image] Oct 14 09:50:27.033 INFO O| Oct 14 09:50:27.033 INFO STEP 967 (remove_files) COMPLETE
70742024-10-14T09:50:28.087Z[ recovery-image] Oct 14 09:50:27.033 INFO O| Oct 14 09:50:27.033 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-14T09:50:28.110Z[ recovery-image] Oct 14 09:50:27.057 INFO O| Oct 14 09:50:27.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70762024-10-14T09:50:28.110Z[ recovery-image] Oct 14 09:50:27.057 INFO O| Oct 14 09:50:27.057 INFO STEP 968 (remove_files) COMPLETE
70772024-10-14T09:50:28.110Z[ recovery-image] Oct 14 09:50:27.057 INFO O| Oct 14 09:50:27.057 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-10-14T09:50:28.135Z[ recovery-image] Oct 14 09:50:27.082 INFO O| Oct 14 09:50:27.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70792024-10-14T09:50:28.135Z[ recovery-image] Oct 14 09:50:27.082 INFO O| Oct 14 09:50:27.082 INFO STEP 969 (remove_files) COMPLETE
70802024-10-14T09:50:28.135Z[ recovery-image] Oct 14 09:50:27.082 INFO O| Oct 14 09:50:27.082 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-10-14T09:50:28.176Z[ recovery-image] Oct 14 09:50:27.123 INFO O| Oct 14 09:50:27.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70822024-10-14T09:50:28.176Z[ recovery-image] Oct 14 09:50:27.123 INFO O| Oct 14 09:50:27.123 INFO STEP 970 (remove_files) COMPLETE
70832024-10-14T09:50:28.176Z[ recovery-image] Oct 14 09:50:27.123 INFO O| Oct 14 09:50:27.123 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-10-14T09:50:28.216Z[ recovery-image] Oct 14 09:50:27.163 INFO O| Oct 14 09:50:27.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70852024-10-14T09:50:28.216Z[ recovery-image] Oct 14 09:50:27.164 INFO O| Oct 14 09:50:27.163 INFO STEP 971 (remove_files) COMPLETE
70862024-10-14T09:50:28.216Z[ recovery-image] Oct 14 09:50:27.164 INFO O| Oct 14 09:50:27.164 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-10-14T09:50:28.278Z[ recovery-image] Oct 14 09:50:27.225 INFO O| Oct 14 09:50:27.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70882024-10-14T09:50:28.278Z[ recovery-image] Oct 14 09:50:27.225 INFO O| Oct 14 09:50:27.225 INFO STEP 972 (remove_files) COMPLETE
70892024-10-14T09:50:28.278Z[ recovery-image] Oct 14 09:50:27.225 INFO O| Oct 14 09:50:27.225 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-14T09:50:28.308Z[ recovery-image] Oct 14 09:50:27.254 INFO O| Oct 14 09:50:27.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70912024-10-14T09:50:28.311Z[ recovery-image] Oct 14 09:50:27.255 INFO O| Oct 14 09:50:27.255 INFO STEP 973 (remove_files) COMPLETE
70922024-10-14T09:50:28.311Z[ recovery-image] Oct 14 09:50:27.255 INFO O| Oct 14 09:50:27.255 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-10-14T09:50:28.328Z[ recovery-image] Oct 14 09:50:27.275 INFO O| Oct 14 09:50:27.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
70942024-10-14T09:50:28.331Z[ recovery-image] Oct 14 09:50:27.275 INFO O| Oct 14 09:50:27.275 INFO STEP 974 (remove_files) COMPLETE
70952024-10-14T09:50:28.331Z[ recovery-image] Oct 14 09:50:27.275 INFO O| Oct 14 09:50:27.275 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-10-14T09:50:28.414Z[ recovery-image] Oct 14 09:50:27.361 INFO O| Oct 14 09:50:27.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
70972024-10-14T09:50:28.414Z[ recovery-image] Oct 14 09:50:27.361 INFO O| Oct 14 09:50:27.361 INFO STEP 975 (remove_files) COMPLETE
70982024-10-14T09:50:28.414Z[ recovery-image] Oct 14 09:50:27.361 INFO O| Oct 14 09:50:27.361 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-10-14T09:50:28.450Z[ recovery-image] Oct 14 09:50:27.397 INFO O| Oct 14 09:50:27.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71002024-10-14T09:50:28.450Z[ recovery-image] Oct 14 09:50:27.397 INFO O| Oct 14 09:50:27.397 INFO STEP 976 (remove_files) COMPLETE
71012024-10-14T09:50:28.453Z[ recovery-image] Oct 14 09:50:27.397 INFO O| Oct 14 09:50:27.397 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-10-14T09:50:28.513Z[ recovery-image] Oct 14 09:50:27.460 INFO O| Oct 14 09:50:27.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71032024-10-14T09:50:28.513Z[ recovery-image] Oct 14 09:50:27.460 INFO O| Oct 14 09:50:27.460 INFO STEP 977 (remove_files) COMPLETE
71042024-10-14T09:50:28.516Z[ recovery-image] Oct 14 09:50:27.460 INFO O| Oct 14 09:50:27.460 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-10-14T09:50:28.537Z[ recovery-image] Oct 14 09:50:27.484 INFO O| Oct 14 09:50:27.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71062024-10-14T09:50:28.540Z[ recovery-image] Oct 14 09:50:27.485 INFO O| Oct 14 09:50:27.484 INFO STEP 978 (remove_files) COMPLETE
71072024-10-14T09:50:28.540Z[ recovery-image] Oct 14 09:50:27.485 INFO O| Oct 14 09:50:27.484 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-10-14T09:50:28.556Z[ recovery-image] Oct 14 09:50:27.502 INFO O| Oct 14 09:50:27.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71092024-10-14T09:50:28.556Z[ recovery-image] Oct 14 09:50:27.503 INFO O| Oct 14 09:50:27.503 INFO STEP 979 (remove_files) COMPLETE
71102024-10-14T09:50:28.556Z[ recovery-image] Oct 14 09:50:27.503 INFO O| Oct 14 09:50:27.503 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-10-14T09:50:28.592Z[ recovery-image] Oct 14 09:50:27.539 INFO O| Oct 14 09:50:27.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71122024-10-14T09:50:28.592Z[ recovery-image] Oct 14 09:50:27.539 INFO O| Oct 14 09:50:27.539 INFO STEP 980 (remove_files) COMPLETE
71132024-10-14T09:50:28.592Z[ recovery-image] Oct 14 09:50:27.539 INFO O| Oct 14 09:50:27.539 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-10-14T09:50:28.613Z[ recovery-image] Oct 14 09:50:27.560 INFO O| Oct 14 09:50:27.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71152024-10-14T09:50:28.613Z[ recovery-image] Oct 14 09:50:27.560 INFO O| Oct 14 09:50:27.560 INFO STEP 981 (remove_files) COMPLETE
71162024-10-14T09:50:28.613Z[ recovery-image] Oct 14 09:50:27.560 INFO O| Oct 14 09:50:27.560 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-10-14T09:50:28.634Z[ recovery-image] Oct 14 09:50:27.581 INFO O| Oct 14 09:50:27.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71182024-10-14T09:50:28.634Z[ recovery-image] Oct 14 09:50:27.581 INFO O| Oct 14 09:50:27.581 INFO STEP 982 (remove_files) COMPLETE
71192024-10-14T09:50:28.634Z[ recovery-image] Oct 14 09:50:27.581 INFO O| Oct 14 09:50:27.581 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-10-14T09:50:28.655Z[ recovery-image] Oct 14 09:50:27.602 INFO O| Oct 14 09:50:27.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71212024-10-14T09:50:28.655Z[ recovery-image] Oct 14 09:50:27.602 INFO O| Oct 14 09:50:27.602 INFO STEP 983 (remove_files) COMPLETE
71222024-10-14T09:50:28.658Z[ recovery-image] Oct 14 09:50:27.602 INFO O| Oct 14 09:50:27.602 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-10-14T09:50:28.687Z[ recovery-image] Oct 14 09:50:27.634 INFO O| Oct 14 09:50:27.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71242024-10-14T09:50:28.690Z[ recovery-image] Oct 14 09:50:27.634 INFO O| Oct 14 09:50:27.634 INFO STEP 984 (remove_files) COMPLETE
71252024-10-14T09:50:28.690Z[ recovery-image] Oct 14 09:50:27.635 INFO O| Oct 14 09:50:27.635 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-10-14T09:50:28.707Z[ recovery-image] Oct 14 09:50:27.654 INFO O| Oct 14 09:50:27.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71272024-10-14T09:50:28.707Z[ recovery-image] Oct 14 09:50:27.654 INFO O| Oct 14 09:50:27.654 INFO STEP 985 (remove_files) COMPLETE
71282024-10-14T09:50:28.710Z[ recovery-image] Oct 14 09:50:27.654 INFO O| Oct 14 09:50:27.654 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-10-14T09:50:28.726Z[ recovery-image] Oct 14 09:50:27.672 INFO O| Oct 14 09:50:27.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71302024-10-14T09:50:28.728Z[ recovery-image] Oct 14 09:50:27.673 INFO O| Oct 14 09:50:27.673 INFO STEP 986 (remove_files) COMPLETE
71312024-10-14T09:50:28.728Z[ recovery-image] Oct 14 09:50:27.673 INFO O| Oct 14 09:50:27.673 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-10-14T09:50:28.748Z[ recovery-image] Oct 14 09:50:27.695 INFO O| Oct 14 09:50:27.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71332024-10-14T09:50:28.748Z[ recovery-image] Oct 14 09:50:27.695 INFO O| Oct 14 09:50:27.695 INFO STEP 987 (remove_files) COMPLETE
71342024-10-14T09:50:28.748Z[ recovery-image] Oct 14 09:50:27.695 INFO O| Oct 14 09:50:27.695 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-10-14T09:50:28.806Z[ recovery-image] Oct 14 09:50:27.753 INFO O| Oct 14 09:50:27.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71362024-10-14T09:50:28.806Z[ recovery-image] Oct 14 09:50:27.753 INFO O| Oct 14 09:50:27.753 INFO STEP 988 (remove_files) COMPLETE
71372024-10-14T09:50:28.809Z[ recovery-image] Oct 14 09:50:27.753 INFO O| Oct 14 09:50:27.753 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-10-14T09:50:28.821Z[ recovery-image] Oct 14 09:50:27.768 INFO O| Oct 14 09:50:27.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71392024-10-14T09:50:28.821Z[ recovery-image] Oct 14 09:50:27.768 INFO O| Oct 14 09:50:27.768 INFO STEP 989 (remove_files) COMPLETE
71402024-10-14T09:50:28.824Z[ recovery-image] Oct 14 09:50:27.768 INFO O| Oct 14 09:50:27.768 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-10-14T09:50:28.838Z[ recovery-image] Oct 14 09:50:27.784 INFO O| Oct 14 09:50:27.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71422024-10-14T09:50:28.838Z[ recovery-image] Oct 14 09:50:27.785 INFO O| Oct 14 09:50:27.785 INFO STEP 990 (remove_files) COMPLETE
71432024-10-14T09:50:28.838Z[ recovery-image] Oct 14 09:50:27.785 INFO O| Oct 14 09:50:27.785 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-10-14T09:50:28.861Z[ recovery-image] Oct 14 09:50:27.808 INFO O| Oct 14 09:50:27.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71452024-10-14T09:50:28.861Z[ recovery-image] Oct 14 09:50:27.808 INFO O| Oct 14 09:50:27.808 INFO STEP 991 (remove_files) COMPLETE
71462024-10-14T09:50:28.861Z[ recovery-image] Oct 14 09:50:27.808 INFO O| Oct 14 09:50:27.808 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-10-14T09:50:28.880Z[ recovery-image] Oct 14 09:50:27.827 INFO O| Oct 14 09:50:27.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71482024-10-14T09:50:28.883Z[ recovery-image] Oct 14 09:50:27.827 INFO O| Oct 14 09:50:27.827 INFO STEP 992 (remove_files) COMPLETE
71492024-10-14T09:50:28.883Z[ recovery-image] Oct 14 09:50:27.827 INFO O| Oct 14 09:50:27.827 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-10-14T09:50:28.926Z[ recovery-image] Oct 14 09:50:27.873 INFO O| Oct 14 09:50:27.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71512024-10-14T09:50:28.929Z[ recovery-image] Oct 14 09:50:27.873 INFO O| Oct 14 09:50:27.873 INFO STEP 993 (remove_files) COMPLETE
71522024-10-14T09:50:28.929Z[ recovery-image] Oct 14 09:50:27.873 INFO O| Oct 14 09:50:27.873 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-10-14T09:50:28.946Z[ recovery-image] Oct 14 09:50:27.893 INFO O| Oct 14 09:50:27.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71542024-10-14T09:50:28.949Z[ recovery-image] Oct 14 09:50:27.893 INFO O| Oct 14 09:50:27.893 INFO STEP 994 (remove_files) COMPLETE
71552024-10-14T09:50:28.949Z[ recovery-image] Oct 14 09:50:27.894 INFO O| Oct 14 09:50:27.893 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-10-14T09:50:28.965Z[ recovery-image] Oct 14 09:50:27.912 INFO O| Oct 14 09:50:27.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71572024-10-14T09:50:28.967Z[ recovery-image] Oct 14 09:50:27.912 INFO O| Oct 14 09:50:27.912 INFO STEP 995 (remove_files) COMPLETE
71582024-10-14T09:50:28.967Z[ recovery-image] Oct 14 09:50:27.912 INFO O| Oct 14 09:50:27.912 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-10-14T09:50:28.985Z[ recovery-image] Oct 14 09:50:27.932 INFO O| Oct 14 09:50:27.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71602024-10-14T09:50:28.988Z[ recovery-image] Oct 14 09:50:27.933 INFO O| Oct 14 09:50:27.932 INFO STEP 996 (remove_files) COMPLETE
71612024-10-14T09:50:28.988Z[ recovery-image] Oct 14 09:50:27.933 INFO O| Oct 14 09:50:27.933 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-10-14T09:50:29.019Z[ recovery-image] Oct 14 09:50:27.966 INFO O| Oct 14 09:50:27.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71632024-10-14T09:50:29.019Z[ recovery-image] Oct 14 09:50:27.966 INFO O| Oct 14 09:50:27.966 INFO STEP 997 (remove_files) COMPLETE
71642024-10-14T09:50:29.019Z[ recovery-image] Oct 14 09:50:27.966 INFO O| Oct 14 09:50:27.966 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-10-14T09:50:29.059Z[ recovery-image] Oct 14 09:50:28.005 INFO O| Oct 14 09:50:28.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71662024-10-14T09:50:29.059Z[ recovery-image] Oct 14 09:50:28.005 INFO O| Oct 14 09:50:28.005 INFO STEP 998 (remove_files) COMPLETE
71672024-10-14T09:50:29.062Z[ recovery-image] Oct 14 09:50:28.005 INFO O| Oct 14 09:50:28.005 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-10-14T09:50:29.078Z[ recovery-image] Oct 14 09:50:28.025 INFO O| Oct 14 09:50:28.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71692024-10-14T09:50:29.078Z[ recovery-image] Oct 14 09:50:28.025 INFO O| Oct 14 09:50:28.025 INFO STEP 999 (remove_files) COMPLETE
71702024-10-14T09:50:29.081Z[ recovery-image] Oct 14 09:50:28.025 INFO O| Oct 14 09:50:28.025 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-10-14T09:50:29.119Z[ recovery-image] Oct 14 09:50:28.065 INFO O| Oct 14 09:50:28.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71722024-10-14T09:50:29.119Z[ recovery-image] Oct 14 09:50:28.065 INFO O| Oct 14 09:50:28.065 INFO STEP 1000 (remove_files) COMPLETE
71732024-10-14T09:50:29.119Z[ recovery-image] Oct 14 09:50:28.066 INFO O| Oct 14 09:50:28.065 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-10-14T09:50:29.177Z[ recovery-image] Oct 14 09:50:28.124 INFO O| Oct 14 09:50:28.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71752024-10-14T09:50:29.178Z[ recovery-image] Oct 14 09:50:28.124 INFO O| Oct 14 09:50:28.124 INFO STEP 1001 (remove_files) COMPLETE
71762024-10-14T09:50:29.178Z[ recovery-image] Oct 14 09:50:28.124 INFO O| Oct 14 09:50:28.124 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-10-14T09:50:29.195Z[ recovery-image] Oct 14 09:50:28.142 INFO O| Oct 14 09:50:28.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71782024-10-14T09:50:29.195Z[ recovery-image] Oct 14 09:50:28.142 INFO O| Oct 14 09:50:28.142 INFO STEP 1002 (remove_files) COMPLETE
71792024-10-14T09:50:29.195Z[ recovery-image] Oct 14 09:50:28.142 INFO O| Oct 14 09:50:28.142 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-10-14T09:50:29.212Z[ recovery-image] Oct 14 09:50:28.158 INFO O| Oct 14 09:50:28.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71812024-10-14T09:50:29.212Z[ recovery-image] Oct 14 09:50:28.159 INFO O| Oct 14 09:50:28.159 INFO STEP 1003 (remove_files) COMPLETE
71822024-10-14T09:50:29.212Z[ recovery-image] Oct 14 09:50:28.159 INFO O| Oct 14 09:50:28.159 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-10-14T09:50:29.252Z[ recovery-image] Oct 14 09:50:28.199 INFO O| Oct 14 09:50:28.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71842024-10-14T09:50:29.254Z[ recovery-image] Oct 14 09:50:28.199 INFO O| Oct 14 09:50:28.199 INFO STEP 1004 (remove_files) COMPLETE
71852024-10-14T09:50:29.255Z[ recovery-image] Oct 14 09:50:28.199 INFO O| Oct 14 09:50:28.199 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-10-14T09:50:29.293Z[ recovery-image] Oct 14 09:50:28.240 INFO O| Oct 14 09:50:28.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71872024-10-14T09:50:29.293Z[ recovery-image] Oct 14 09:50:28.240 INFO O| Oct 14 09:50:28.240 INFO STEP 1005 (remove_files) COMPLETE
71882024-10-14T09:50:29.293Z[ recovery-image] Oct 14 09:50:28.240 INFO O| Oct 14 09:50:28.240 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-10-14T09:50:29.310Z[ recovery-image] Oct 14 09:50:28.257 INFO O| Oct 14 09:50:28.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71902024-10-14T09:50:29.310Z[ recovery-image] Oct 14 09:50:28.257 INFO O| Oct 14 09:50:28.257 INFO STEP 1006 (remove_files) COMPLETE
71912024-10-14T09:50:29.313Z[ recovery-image] Oct 14 09:50:28.257 INFO O| Oct 14 09:50:28.257 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-10-14T09:50:29.328Z[ recovery-image] Oct 14 09:50:28.275 INFO O| Oct 14 09:50:28.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
71932024-10-14T09:50:29.328Z[ recovery-image] Oct 14 09:50:28.275 INFO O| Oct 14 09:50:28.275 INFO STEP 1007 (remove_files) COMPLETE
71942024-10-14T09:50:29.328Z[ recovery-image] Oct 14 09:50:28.275 INFO O| Oct 14 09:50:28.275 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-10-14T09:50:29.345Z[ recovery-image] Oct 14 09:50:28.292 INFO O| Oct 14 09:50:28.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
71962024-10-14T09:50:29.345Z[ recovery-image] Oct 14 09:50:28.292 INFO O| Oct 14 09:50:28.292 INFO STEP 1008 (remove_files) COMPLETE
71972024-10-14T09:50:29.349Z[ recovery-image] Oct 14 09:50:28.292 INFO O| Oct 14 09:50:28.292 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-10-14T09:50:29.386Z[ recovery-image] Oct 14 09:50:28.333 INFO O| Oct 14 09:50:28.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
71992024-10-14T09:50:29.389Z[ recovery-image] Oct 14 09:50:28.333 INFO O| Oct 14 09:50:28.333 INFO STEP 1009 (remove_files) COMPLETE
72002024-10-14T09:50:29.389Z[ recovery-image] Oct 14 09:50:28.333 INFO O| Oct 14 09:50:28.333 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-10-14T09:50:29.405Z[ recovery-image] Oct 14 09:50:28.352 INFO O| Oct 14 09:50:28.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72022024-10-14T09:50:29.405Z[ recovery-image] Oct 14 09:50:28.352 INFO O| Oct 14 09:50:28.352 INFO STEP 1010 (remove_files) COMPLETE
72032024-10-14T09:50:29.408Z[ recovery-image] Oct 14 09:50:28.352 INFO O| Oct 14 09:50:28.352 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-10-14T09:50:29.422Z[ recovery-image] Oct 14 09:50:28.369 INFO O| Oct 14 09:50:28.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72052024-10-14T09:50:29.422Z[ recovery-image] Oct 14 09:50:28.369 INFO O| Oct 14 09:50:28.369 INFO STEP 1011 (remove_files) COMPLETE
72062024-10-14T09:50:29.424Z[ recovery-image] Oct 14 09:50:28.369 INFO O| Oct 14 09:50:28.369 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-10-14T09:50:29.449Z[ recovery-image] Oct 14 09:50:28.396 INFO O| Oct 14 09:50:28.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72082024-10-14T09:50:29.449Z[ recovery-image] Oct 14 09:50:28.396 INFO O| Oct 14 09:50:28.396 INFO STEP 1012 (remove_files) COMPLETE
72092024-10-14T09:50:29.449Z[ recovery-image] Oct 14 09:50:28.396 INFO O| Oct 14 09:50:28.396 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-10-14T09:50:29.483Z[ recovery-image] Oct 14 09:50:28.429 INFO O| Oct 14 09:50:28.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72112024-10-14T09:50:29.483Z[ recovery-image] Oct 14 09:50:28.429 INFO O| Oct 14 09:50:28.429 INFO STEP 1013 (remove_files) COMPLETE
72122024-10-14T09:50:29.483Z[ recovery-image] Oct 14 09:50:28.429 INFO O| Oct 14 09:50:28.429 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-10-14T09:50:29.503Z[ recovery-image] Oct 14 09:50:28.449 INFO O| Oct 14 09:50:28.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72142024-10-14T09:50:29.503Z[ recovery-image] Oct 14 09:50:28.449 INFO O| Oct 14 09:50:28.449 INFO STEP 1014 (remove_files) COMPLETE
72152024-10-14T09:50:29.505Z[ recovery-image] Oct 14 09:50:28.450 INFO O| Oct 14 09:50:28.449 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-10-14T09:50:29.529Z[ recovery-image] Oct 14 09:50:28.476 INFO O| Oct 14 09:50:28.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72172024-10-14T09:50:29.532Z[ recovery-image] Oct 14 09:50:28.476 INFO O| Oct 14 09:50:28.476 INFO STEP 1015 (remove_files) COMPLETE
72182024-10-14T09:50:29.532Z[ recovery-image] Oct 14 09:50:28.476 INFO O| Oct 14 09:50:28.476 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-10-14T09:50:29.550Z[ recovery-image] Oct 14 09:50:28.495 INFO O| Oct 14 09:50:28.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72202024-10-14T09:50:29.553Z[ recovery-image] Oct 14 09:50:28.496 INFO O| Oct 14 09:50:28.496 INFO STEP 1016 (remove_files) COMPLETE
72212024-10-14T09:50:29.553Z[ recovery-image] Oct 14 09:50:28.496 INFO O| Oct 14 09:50:28.496 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-10-14T09:50:29.589Z[ recovery-image] Oct 14 09:50:28.536 INFO O| Oct 14 09:50:28.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72232024-10-14T09:50:29.592Z[ recovery-image] Oct 14 09:50:28.536 INFO O| Oct 14 09:50:28.536 INFO STEP 1017 (remove_files) COMPLETE
72242024-10-14T09:50:29.592Z[ recovery-image] Oct 14 09:50:28.536 INFO O| Oct 14 09:50:28.536 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-10-14T09:50:29.608Z[ recovery-image] Oct 14 09:50:28.555 INFO O| Oct 14 09:50:28.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72262024-10-14T09:50:29.611Z[ recovery-image] Oct 14 09:50:28.555 INFO O| Oct 14 09:50:28.555 INFO STEP 1018 (remove_files) COMPLETE
72272024-10-14T09:50:29.611Z[ recovery-image] Oct 14 09:50:28.555 INFO O| Oct 14 09:50:28.555 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-10-14T09:50:29.634Z[ recovery-image] Oct 14 09:50:28.581 INFO O| Oct 14 09:50:28.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72292024-10-14T09:50:29.634Z[ recovery-image] Oct 14 09:50:28.581 INFO O| Oct 14 09:50:28.581 INFO STEP 1019 (remove_files) COMPLETE
72302024-10-14T09:50:29.637Z[ recovery-image] Oct 14 09:50:28.581 INFO O| Oct 14 09:50:28.581 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-10-14T09:50:29.676Z[ recovery-image] Oct 14 09:50:28.623 INFO O| Oct 14 09:50:28.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72322024-10-14T09:50:29.679Z[ recovery-image] Oct 14 09:50:28.624 INFO O| Oct 14 09:50:28.624 INFO STEP 1020 (remove_files) COMPLETE
72332024-10-14T09:50:29.679Z[ recovery-image] Oct 14 09:50:28.624 INFO O| Oct 14 09:50:28.624 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-10-14T09:50:29.718Z[ recovery-image] Oct 14 09:50:28.665 INFO O| Oct 14 09:50:28.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72352024-10-14T09:50:29.718Z[ recovery-image] Oct 14 09:50:28.665 INFO O| Oct 14 09:50:28.665 INFO STEP 1021 (remove_files) COMPLETE
72362024-10-14T09:50:29.718Z[ recovery-image] Oct 14 09:50:28.665 INFO O| Oct 14 09:50:28.665 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-10-14T09:50:29.797Z[ recovery-image] Oct 14 09:50:28.744 INFO O| Oct 14 09:50:28.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72382024-10-14T09:50:29.798Z[ recovery-image] Oct 14 09:50:28.744 INFO O| Oct 14 09:50:28.744 INFO STEP 1022 (remove_files) COMPLETE
72392024-10-14T09:50:29.798Z[ recovery-image] Oct 14 09:50:28.744 INFO O| Oct 14 09:50:28.744 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-10-14T09:50:29.816Z[ recovery-image] Oct 14 09:50:28.763 INFO O| Oct 14 09:50:28.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72412024-10-14T09:50:29.816Z[ recovery-image] Oct 14 09:50:28.763 INFO O| Oct 14 09:50:28.763 INFO STEP 1023 (remove_files) COMPLETE
72422024-10-14T09:50:29.819Z[ recovery-image] Oct 14 09:50:28.763 INFO O| Oct 14 09:50:28.763 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-10-14T09:50:29.848Z[ recovery-image] Oct 14 09:50:28.795 INFO O| Oct 14 09:50:28.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72442024-10-14T09:50:29.848Z[ recovery-image] Oct 14 09:50:28.795 INFO O| Oct 14 09:50:28.795 INFO STEP 1024 (remove_files) COMPLETE
72452024-10-14T09:50:29.848Z[ recovery-image] Oct 14 09:50:28.795 INFO O| Oct 14 09:50:28.795 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-10-14T09:50:29.866Z[ recovery-image] Oct 14 09:50:28.813 INFO O| Oct 14 09:50:28.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72472024-10-14T09:50:29.866Z[ recovery-image] Oct 14 09:50:28.813 INFO O| Oct 14 09:50:28.813 INFO STEP 1025 (remove_files) COMPLETE
72482024-10-14T09:50:29.870Z[ recovery-image] Oct 14 09:50:28.813 INFO O| Oct 14 09:50:28.813 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-10-14T09:50:29.895Z[ recovery-image] Oct 14 09:50:28.841 INFO O| Oct 14 09:50:28.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72502024-10-14T09:50:29.895Z[ recovery-image] Oct 14 09:50:28.841 INFO O| Oct 14 09:50:28.841 INFO STEP 1026 (remove_files) COMPLETE
72512024-10-14T09:50:29.897Z[ recovery-image] Oct 14 09:50:28.841 INFO O| Oct 14 09:50:28.841 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-10-14T09:50:29.945Z[ recovery-image] Oct 14 09:50:28.892 INFO O| Oct 14 09:50:28.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72532024-10-14T09:50:29.945Z[ recovery-image] Oct 14 09:50:28.892 INFO O| Oct 14 09:50:28.892 INFO STEP 1027 (remove_files) COMPLETE
72542024-10-14T09:50:29.947Z[ recovery-image] Oct 14 09:50:28.892 INFO O| Oct 14 09:50:28.892 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-10-14T09:50:30.000Z[ recovery-image] Oct 14 09:50:28.946 INFO O| Oct 14 09:50:28.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72562024-10-14T09:50:30.003Z[ recovery-image] Oct 14 09:50:28.946 INFO O| Oct 14 09:50:28.946 INFO STEP 1028 (remove_files) COMPLETE
72572024-10-14T09:50:30.003Z[ recovery-image] Oct 14 09:50:28.946 INFO O| Oct 14 09:50:28.946 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-10-14T09:50:30.064Z[ recovery-image] Oct 14 09:50:29.011 INFO O| Oct 14 09:50:29.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72592024-10-14T09:50:30.064Z[ recovery-image] Oct 14 09:50:29.011 INFO O| Oct 14 09:50:29.011 INFO STEP 1029 (remove_files) COMPLETE
72602024-10-14T09:50:30.064Z[ recovery-image] Oct 14 09:50:29.011 INFO O| Oct 14 09:50:29.011 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-10-14T09:50:30.107Z[ recovery-image] Oct 14 09:50:29.054 INFO O| Oct 14 09:50:29.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72622024-10-14T09:50:30.107Z[ recovery-image] Oct 14 09:50:29.054 INFO O| Oct 14 09:50:29.054 INFO STEP 1030 (remove_files) COMPLETE
72632024-10-14T09:50:30.112Z[ recovery-image] Oct 14 09:50:29.054 INFO O| Oct 14 09:50:29.054 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-10-14T09:50:30.128Z[ recovery-image] Oct 14 09:50:29.075 INFO O| Oct 14 09:50:29.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72652024-10-14T09:50:30.129Z[ recovery-image] Oct 14 09:50:29.075 INFO O| Oct 14 09:50:29.075 INFO STEP 1031 (remove_files) COMPLETE
72662024-10-14T09:50:30.131Z[ recovery-image] Oct 14 09:50:29.075 INFO O| Oct 14 09:50:29.075 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-10-14T09:50:30.149Z[ recovery-image] Oct 14 09:50:29.096 INFO O| Oct 14 09:50:29.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72682024-10-14T09:50:30.149Z[ recovery-image] Oct 14 09:50:29.096 INFO O| Oct 14 09:50:29.096 INFO STEP 1032 (remove_files) COMPLETE
72692024-10-14T09:50:30.152Z[ recovery-image] Oct 14 09:50:29.096 INFO O| Oct 14 09:50:29.096 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-10-14T09:50:30.171Z[ recovery-image] Oct 14 09:50:29.118 INFO O| Oct 14 09:50:29.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72712024-10-14T09:50:30.171Z[ recovery-image] Oct 14 09:50:29.118 INFO O| Oct 14 09:50:29.118 INFO STEP 1033 (remove_files) COMPLETE
72722024-10-14T09:50:30.174Z[ recovery-image] Oct 14 09:50:29.118 INFO O| Oct 14 09:50:29.118 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-10-14T09:50:30.201Z[ recovery-image] Oct 14 09:50:29.147 INFO O| Oct 14 09:50:29.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72742024-10-14T09:50:30.201Z[ recovery-image] Oct 14 09:50:29.147 INFO O| Oct 14 09:50:29.147 INFO STEP 1034 (remove_files) COMPLETE
72752024-10-14T09:50:30.201Z[ recovery-image] Oct 14 09:50:29.147 INFO O| Oct 14 09:50:29.147 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-10-14T09:50:30.218Z[ recovery-image] Oct 14 09:50:29.164 INFO O| Oct 14 09:50:29.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72772024-10-14T09:50:30.218Z[ recovery-image] Oct 14 09:50:29.164 INFO O| Oct 14 09:50:29.164 INFO STEP 1035 (remove_files) COMPLETE
72782024-10-14T09:50:30.218Z[ recovery-image] Oct 14 09:50:29.164 INFO O| Oct 14 09:50:29.164 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-10-14T09:50:30.252Z[ recovery-image] Oct 14 09:50:29.199 INFO O| Oct 14 09:50:29.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72802024-10-14T09:50:30.255Z[ recovery-image] Oct 14 09:50:29.199 INFO O| Oct 14 09:50:29.199 INFO STEP 1036 (remove_files) COMPLETE
72812024-10-14T09:50:30.255Z[ recovery-image] Oct 14 09:50:29.199 INFO O| Oct 14 09:50:29.199 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-10-14T09:50:30.310Z[ recovery-image] Oct 14 09:50:29.257 INFO O| Oct 14 09:50:29.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72832024-10-14T09:50:30.313Z[ recovery-image] Oct 14 09:50:29.257 INFO O| Oct 14 09:50:29.257 INFO STEP 1037 (remove_files) COMPLETE
72842024-10-14T09:50:30.313Z[ recovery-image] Oct 14 09:50:29.257 INFO O| Oct 14 09:50:29.257 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-10-14T09:50:30.360Z[ recovery-image] Oct 14 09:50:29.307 INFO O| Oct 14 09:50:29.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72862024-10-14T09:50:30.363Z[ recovery-image] Oct 14 09:50:29.307 INFO O| Oct 14 09:50:29.307 INFO STEP 1038 (remove_files) COMPLETE
72872024-10-14T09:50:30.363Z[ recovery-image] Oct 14 09:50:29.307 INFO O| Oct 14 09:50:29.307 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-10-14T09:50:30.395Z[ recovery-image] Oct 14 09:50:29.342 INFO O| Oct 14 09:50:29.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72892024-10-14T09:50:30.395Z[ recovery-image] Oct 14 09:50:29.342 INFO O| Oct 14 09:50:29.342 INFO STEP 1039 (remove_files) COMPLETE
72902024-10-14T09:50:30.395Z[ recovery-image] Oct 14 09:50:29.342 INFO O| Oct 14 09:50:29.342 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-10-14T09:50:30.417Z[ recovery-image] Oct 14 09:50:29.364 INFO O| Oct 14 09:50:29.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
72922024-10-14T09:50:30.418Z[ recovery-image] Oct 14 09:50:29.364 INFO O| Oct 14 09:50:29.364 INFO STEP 1040 (remove_files) COMPLETE
72932024-10-14T09:50:30.418Z[ recovery-image] Oct 14 09:50:29.364 INFO O| Oct 14 09:50:29.364 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-10-14T09:50:30.437Z[ recovery-image] Oct 14 09:50:29.383 INFO O| Oct 14 09:50:29.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
72952024-10-14T09:50:30.437Z[ recovery-image] Oct 14 09:50:29.384 INFO O| Oct 14 09:50:29.384 INFO STEP 1041 (remove_files) COMPLETE
72962024-10-14T09:50:30.439Z[ recovery-image] Oct 14 09:50:29.384 INFO O| Oct 14 09:50:29.384 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-10-14T09:50:30.455Z[ recovery-image] Oct 14 09:50:29.402 INFO O| Oct 14 09:50:29.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
72982024-10-14T09:50:30.455Z[ recovery-image] Oct 14 09:50:29.402 INFO O| Oct 14 09:50:29.402 INFO STEP 1042 (remove_files) COMPLETE
72992024-10-14T09:50:30.455Z[ recovery-image] Oct 14 09:50:29.402 INFO O| Oct 14 09:50:29.402 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-10-14T09:50:30.471Z[ recovery-image] Oct 14 09:50:29.418 INFO O| Oct 14 09:50:29.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73012024-10-14T09:50:30.472Z[ recovery-image] Oct 14 09:50:29.418 INFO O| Oct 14 09:50:29.418 INFO STEP 1043 (remove_files) COMPLETE
73022024-10-14T09:50:30.472Z[ recovery-image] Oct 14 09:50:29.418 INFO O| Oct 14 09:50:29.418 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-10-14T09:50:30.493Z[ recovery-image] Oct 14 09:50:29.439 INFO O| Oct 14 09:50:29.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73042024-10-14T09:50:30.493Z[ recovery-image] Oct 14 09:50:29.439 INFO O| Oct 14 09:50:29.439 INFO STEP 1044 (remove_files) COMPLETE
73052024-10-14T09:50:30.493Z[ recovery-image] Oct 14 09:50:29.439 INFO O| Oct 14 09:50:29.439 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-10-14T09:50:30.526Z[ recovery-image] Oct 14 09:50:29.472 INFO O| Oct 14 09:50:29.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73072024-10-14T09:50:30.526Z[ recovery-image] Oct 14 09:50:29.472 INFO O| Oct 14 09:50:29.472 INFO STEP 1045 (remove_files) COMPLETE
73082024-10-14T09:50:30.529Z[ recovery-image] Oct 14 09:50:29.473 INFO O| Oct 14 09:50:29.472 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-10-14T09:50:30.545Z[ recovery-image] Oct 14 09:50:29.491 INFO O| Oct 14 09:50:29.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73102024-10-14T09:50:30.547Z[ recovery-image] Oct 14 09:50:29.492 INFO O| Oct 14 09:50:29.492 INFO STEP 1046 (remove_files) COMPLETE
73112024-10-14T09:50:30.547Z[ recovery-image] Oct 14 09:50:29.492 INFO O| Oct 14 09:50:29.492 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-10-14T09:50:30.563Z[ recovery-image] Oct 14 09:50:29.509 INFO O| Oct 14 09:50:29.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73132024-10-14T09:50:30.565Z[ recovery-image] Oct 14 09:50:29.510 INFO O| Oct 14 09:50:29.510 INFO STEP 1047 (remove_files) COMPLETE
73142024-10-14T09:50:30.565Z[ recovery-image] Oct 14 09:50:29.510 INFO O| Oct 14 09:50:29.510 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-10-14T09:50:30.600Z[ recovery-image] Oct 14 09:50:29.546 INFO O| Oct 14 09:50:29.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73162024-10-14T09:50:30.600Z[ recovery-image] Oct 14 09:50:29.546 INFO O| Oct 14 09:50:29.546 INFO STEP 1048 (remove_files) COMPLETE
73172024-10-14T09:50:30.603Z[ recovery-image] Oct 14 09:50:29.546 INFO O| Oct 14 09:50:29.546 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-10-14T09:50:30.618Z[ recovery-image] Oct 14 09:50:29.565 INFO O| Oct 14 09:50:29.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73192024-10-14T09:50:30.618Z[ recovery-image] Oct 14 09:50:29.565 INFO O| Oct 14 09:50:29.565 INFO STEP 1049 (remove_files) COMPLETE
73202024-10-14T09:50:30.621Z[ recovery-image] Oct 14 09:50:29.565 INFO O| Oct 14 09:50:29.565 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-10-14T09:50:30.675Z[ recovery-image] Oct 14 09:50:29.621 INFO O| Oct 14 09:50:29.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73222024-10-14T09:50:30.675Z[ recovery-image] Oct 14 09:50:29.621 INFO O| Oct 14 09:50:29.621 INFO STEP 1050 (remove_files) COMPLETE
73232024-10-14T09:50:30.675Z[ recovery-image] Oct 14 09:50:29.621 INFO O| Oct 14 09:50:29.621 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-10-14T09:50:30.693Z[ recovery-image] Oct 14 09:50:29.640 INFO O| Oct 14 09:50:29.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73252024-10-14T09:50:30.713Z[ recovery-image] Oct 14 09:50:29.660 INFO O| Oct 14 09:50:29.660 INFO STEP 1051 (remove_files) COMPLETE
73262024-10-14T09:50:30.713Z[ recovery-image] Oct 14 09:50:29.660 INFO O| Oct 14 09:50:29.660 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-10-14T09:50:30.733Z[ recovery-image] Oct 14 09:50:29.680 INFO O| Oct 14 09:50:29.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73282024-10-14T09:50:30.733Z[ recovery-image] Oct 14 09:50:29.680 INFO O| Oct 14 09:50:29.680 INFO STEP 1052 (remove_files) COMPLETE
73292024-10-14T09:50:30.733Z[ recovery-image] Oct 14 09:50:29.680 INFO O| Oct 14 09:50:29.680 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-10-14T09:50:30.751Z[ recovery-image] Oct 14 09:50:29.698 INFO O| Oct 14 09:50:29.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73312024-10-14T09:50:30.751Z[ recovery-image] Oct 14 09:50:29.698 INFO O| Oct 14 09:50:29.698 INFO STEP 1053 (remove_files) COMPLETE
73322024-10-14T09:50:30.751Z[ recovery-image] Oct 14 09:50:29.698 INFO O| Oct 14 09:50:29.698 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-10-14T09:50:30.809Z[ recovery-image] Oct 14 09:50:29.755 INFO O| Oct 14 09:50:29.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73342024-10-14T09:50:30.809Z[ recovery-image] Oct 14 09:50:29.755 INFO O| Oct 14 09:50:29.755 INFO STEP 1054 (remove_files) COMPLETE
73352024-10-14T09:50:30.809Z[ recovery-image] Oct 14 09:50:29.755 INFO O| Oct 14 09:50:29.755 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-10-14T09:50:30.874Z[ recovery-image] Oct 14 09:50:29.821 INFO O| Oct 14 09:50:29.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73372024-10-14T09:50:30.874Z[ recovery-image] Oct 14 09:50:29.821 INFO O| Oct 14 09:50:29.821 INFO STEP 1055 (remove_files) COMPLETE
73382024-10-14T09:50:30.877Z[ recovery-image] Oct 14 09:50:29.821 INFO O| Oct 14 09:50:29.821 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-10-14T09:50:30.897Z[ recovery-image] Oct 14 09:50:29.844 INFO O| Oct 14 09:50:29.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73402024-10-14T09:50:30.898Z[ recovery-image] Oct 14 09:50:29.844 INFO O| Oct 14 09:50:29.844 INFO STEP 1056 (remove_files) COMPLETE
73412024-10-14T09:50:30.898Z[ recovery-image] Oct 14 09:50:29.844 INFO O| Oct 14 09:50:29.844 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-10-14T09:50:30.947Z[ recovery-image] Oct 14 09:50:29.893 INFO O| Oct 14 09:50:29.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73432024-10-14T09:50:30.947Z[ recovery-image] Oct 14 09:50:29.893 INFO O| Oct 14 09:50:29.893 INFO STEP 1057 (remove_files) COMPLETE
73442024-10-14T09:50:30.947Z[ recovery-image] Oct 14 09:50:29.893 INFO O| Oct 14 09:50:29.893 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-10-14T09:50:30.977Z[ recovery-image] Oct 14 09:50:29.923 INFO O| Oct 14 09:50:29.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73462024-10-14T09:50:30.977Z[ recovery-image] Oct 14 09:50:29.923 INFO O| Oct 14 09:50:29.923 INFO STEP 1058 (remove_files) COMPLETE
73472024-10-14T09:50:30.977Z[ recovery-image] Oct 14 09:50:29.923 INFO O| Oct 14 09:50:29.923 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-10-14T09:50:31.021Z[ recovery-image] Oct 14 09:50:29.966 INFO O| Oct 14 09:50:29.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73492024-10-14T09:50:31.021Z[ recovery-image] Oct 14 09:50:29.966 INFO O| Oct 14 09:50:29.966 INFO STEP 1059 (remove_files) COMPLETE
73502024-10-14T09:50:31.021Z[ recovery-image] Oct 14 09:50:29.966 INFO O| Oct 14 09:50:29.966 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-10-14T09:50:31.047Z[ recovery-image] Oct 14 09:50:29.993 INFO O| Oct 14 09:50:29.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73522024-10-14T09:50:31.047Z[ recovery-image] Oct 14 09:50:29.994 INFO O| Oct 14 09:50:29.993 INFO STEP 1060 (remove_files) COMPLETE
73532024-10-14T09:50:31.049Z[ recovery-image] Oct 14 09:50:29.994 INFO O| Oct 14 09:50:29.994 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-10-14T09:50:31.105Z[ recovery-image] Oct 14 09:50:30.051 INFO O| Oct 14 09:50:30.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73552024-10-14T09:50:31.105Z[ recovery-image] Oct 14 09:50:30.051 INFO O| Oct 14 09:50:30.051 INFO STEP 1061 (remove_files) COMPLETE
73562024-10-14T09:50:31.105Z[ recovery-image] Oct 14 09:50:30.051 INFO O| Oct 14 09:50:30.051 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-10-14T09:50:31.161Z[ recovery-image] Oct 14 09:50:30.107 INFO O| Oct 14 09:50:30.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73582024-10-14T09:50:31.161Z[ recovery-image] Oct 14 09:50:30.107 INFO O| Oct 14 09:50:30.107 INFO STEP 1062 (remove_files) COMPLETE
73592024-10-14T09:50:31.161Z[ recovery-image] Oct 14 09:50:30.107 INFO O| Oct 14 09:50:30.107 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-10-14T09:50:31.179Z[ recovery-image] Oct 14 09:50:30.126 INFO O| Oct 14 09:50:30.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73612024-10-14T09:50:31.179Z[ recovery-image] Oct 14 09:50:30.126 INFO O| Oct 14 09:50:30.126 INFO STEP 1063 (remove_files) COMPLETE
73622024-10-14T09:50:31.179Z[ recovery-image] Oct 14 09:50:30.126 INFO O| Oct 14 09:50:30.126 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-10-14T09:50:31.197Z[ recovery-image] Oct 14 09:50:30.143 INFO O| Oct 14 09:50:30.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73642024-10-14T09:50:31.197Z[ recovery-image] Oct 14 09:50:30.143 INFO O| Oct 14 09:50:30.143 INFO STEP 1064 (remove_files) COMPLETE
73652024-10-14T09:50:31.199Z[ recovery-image] Oct 14 09:50:30.143 INFO O| Oct 14 09:50:30.143 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-10-14T09:50:31.214Z[ recovery-image] Oct 14 09:50:30.160 INFO O| Oct 14 09:50:30.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73672024-10-14T09:50:31.214Z[ recovery-image] Oct 14 09:50:30.161 INFO O| Oct 14 09:50:30.161 INFO STEP 1065 (remove_files) COMPLETE
73682024-10-14T09:50:31.214Z[ recovery-image] Oct 14 09:50:30.161 INFO O| Oct 14 09:50:30.161 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-10-14T09:50:31.232Z[ recovery-image] Oct 14 09:50:30.178 INFO O| Oct 14 09:50:30.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73702024-10-14T09:50:31.232Z[ recovery-image] Oct 14 09:50:30.178 INFO O| Oct 14 09:50:30.178 INFO STEP 1066 (remove_files) COMPLETE
73712024-10-14T09:50:31.232Z[ recovery-image] Oct 14 09:50:30.178 INFO O| Oct 14 09:50:30.178 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-10-14T09:50:31.265Z[ recovery-image] Oct 14 09:50:30.212 INFO O| Oct 14 09:50:30.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73732024-10-14T09:50:31.290Z[ recovery-image] Oct 14 09:50:30.236 INFO O| Oct 14 09:50:30.236 INFO STEP 1067 (remove_files) COMPLETE
73742024-10-14T09:50:31.290Z[ recovery-image] Oct 14 09:50:30.236 INFO O| Oct 14 09:50:30.236 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-10-14T09:50:31.328Z[ recovery-image] Oct 14 09:50:30.274 INFO O| Oct 14 09:50:30.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73762024-10-14T09:50:31.328Z[ recovery-image] Oct 14 09:50:30.274 INFO O| Oct 14 09:50:30.274 INFO STEP 1068 (remove_files) COMPLETE
73772024-10-14T09:50:31.328Z[ recovery-image] Oct 14 09:50:30.274 INFO O| Oct 14 09:50:30.274 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-10-14T09:50:31.382Z[ recovery-image] Oct 14 09:50:30.328 INFO O| Oct 14 09:50:30.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73792024-10-14T09:50:31.384Z[ recovery-image] Oct 14 09:50:30.329 INFO O| Oct 14 09:50:30.329 INFO STEP 1069 (remove_files) COMPLETE
73802024-10-14T09:50:31.385Z[ recovery-image] Oct 14 09:50:30.329 INFO O| Oct 14 09:50:30.329 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-10-14T09:50:31.400Z[ recovery-image] Oct 14 09:50:30.347 INFO O| Oct 14 09:50:30.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73822024-10-14T09:50:31.403Z[ recovery-image] Oct 14 09:50:30.347 INFO O| Oct 14 09:50:30.347 INFO STEP 1070 (remove_files) COMPLETE
73832024-10-14T09:50:31.403Z[ recovery-image] Oct 14 09:50:30.347 INFO O| Oct 14 09:50:30.347 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-10-14T09:50:31.438Z[ recovery-image] Oct 14 09:50:30.385 INFO O| Oct 14 09:50:30.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73852024-10-14T09:50:31.441Z[ recovery-image] Oct 14 09:50:30.385 INFO O| Oct 14 09:50:30.385 INFO STEP 1071 (remove_files) COMPLETE
73862024-10-14T09:50:31.441Z[ recovery-image] Oct 14 09:50:30.385 INFO O| Oct 14 09:50:30.385 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-10-14T09:50:31.458Z[ recovery-image] Oct 14 09:50:30.405 INFO O| Oct 14 09:50:30.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73882024-10-14T09:50:31.461Z[ recovery-image] Oct 14 09:50:30.405 INFO O| Oct 14 09:50:30.405 INFO STEP 1072 (remove_files) COMPLETE
73892024-10-14T09:50:31.461Z[ recovery-image] Oct 14 09:50:30.405 INFO O| Oct 14 09:50:30.405 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-10-14T09:50:31.494Z[ recovery-image] Oct 14 09:50:30.440 INFO O| Oct 14 09:50:30.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
73912024-10-14T09:50:31.494Z[ recovery-image] Oct 14 09:50:30.440 INFO O| Oct 14 09:50:30.440 INFO STEP 1073 (remove_files) COMPLETE
73922024-10-14T09:50:31.496Z[ recovery-image] Oct 14 09:50:30.441 INFO O| Oct 14 09:50:30.440 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-10-14T09:50:31.513Z[ recovery-image] Oct 14 09:50:30.460 INFO O| Oct 14 09:50:30.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
73942024-10-14T09:50:31.514Z[ recovery-image] Oct 14 09:50:30.460 INFO O| Oct 14 09:50:30.460 INFO STEP 1074 (remove_files) COMPLETE
73952024-10-14T09:50:31.516Z[ recovery-image] Oct 14 09:50:30.460 INFO O| Oct 14 09:50:30.460 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-10-14T09:50:31.539Z[ recovery-image] Oct 14 09:50:30.485 INFO O| Oct 14 09:50:30.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
73972024-10-14T09:50:31.539Z[ recovery-image] Oct 14 09:50:30.485 INFO O| Oct 14 09:50:30.485 INFO STEP 1075 (remove_files) COMPLETE
73982024-10-14T09:50:31.539Z[ recovery-image] Oct 14 09:50:30.485 INFO O| Oct 14 09:50:30.485 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-10-14T09:50:31.596Z[ recovery-image] Oct 14 09:50:30.543 INFO O| Oct 14 09:50:30.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74002024-10-14T09:50:31.596Z[ recovery-image] Oct 14 09:50:30.543 INFO O| Oct 14 09:50:30.543 INFO STEP 1076 (remove_files) COMPLETE
74012024-10-14T09:50:31.596Z[ recovery-image] Oct 14 09:50:30.543 INFO O| Oct 14 09:50:30.543 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-10-14T09:50:31.613Z[ host-image] Oct 14 09:50:30.560 INFO O| Oct 14 09:50:30.559 INFO O| Planning: Solver setup ... Done
74032024-10-14T09:50:31.620Z[ host-image] Oct 14 09:50:30.567 INFO O| Oct 14 09:50:30.567 INFO O| Planning: Running solver ... Done
74042024-10-14T09:50:31.630Z[ recovery-image] Oct 14 09:50:30.576 INFO O| Oct 14 09:50:30.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74052024-10-14T09:50:31.630Z[ recovery-image] Oct 14 09:50:30.576 INFO O| Oct 14 09:50:30.576 INFO STEP 1077 (remove_files) COMPLETE
74062024-10-14T09:50:31.630Z[ recovery-image] Oct 14 09:50:30.576 INFO O| Oct 14 09:50:30.576 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74072024-10-14T09:50:31.648Z[ recovery-image] Oct 14 09:50:30.595 INFO O| Oct 14 09:50:30.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74082024-10-14T09:50:31.648Z[ recovery-image] Oct 14 09:50:30.595 INFO O| Oct 14 09:50:30.595 INFO STEP 1078 (remove_files) COMPLETE
74092024-10-14T09:50:31.648Z[ recovery-image] Oct 14 09:50:30.595 INFO O| Oct 14 09:50:30.595 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74102024-10-14T09:50:31.666Z[ recovery-image] Oct 14 09:50:30.613 INFO O| Oct 14 09:50:30.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74112024-10-14T09:50:31.666Z[ recovery-image] Oct 14 09:50:30.613 INFO O| Oct 14 09:50:30.613 INFO STEP 1079 (remove_files) COMPLETE
74122024-10-14T09:50:31.666Z[ recovery-image] Oct 14 09:50:30.613 INFO O| Oct 14 09:50:30.613 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74132024-10-14T09:50:31.694Z[ host-image] Oct 14 09:50:30.641 INFO O| Oct 14 09:50:30.640 INFO O| Planning: Finding local manifests ... Done
74142024-10-14T09:50:31.697Z[ host-image] Oct 14 09:50:30.642 INFO O| Oct 14 09:50:30.642 INFO O| Planning: Fetching manifests: 0/1 0% complete
74152024-10-14T09:50:31.697Z[ recovery-image] Oct 14 09:50:30.642 INFO O| Oct 14 09:50:30.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74162024-10-14T09:50:31.697Z[ recovery-image] Oct 14 09:50:30.642 INFO O| Oct 14 09:50:30.642 INFO STEP 1080 (remove_files) COMPLETE
74172024-10-14T09:50:31.697Z[ recovery-image] Oct 14 09:50:30.642 INFO O| Oct 14 09:50:30.642 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74182024-10-14T09:50:31.716Z[ recovery-image] Oct 14 09:50:30.662 INFO O| Oct 14 09:50:30.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74192024-10-14T09:50:31.716Z[ recovery-image] Oct 14 09:50:30.662 INFO O| Oct 14 09:50:30.662 INFO STEP 1081 (remove_files) COMPLETE
74202024-10-14T09:50:31.718Z[ recovery-image] Oct 14 09:50:30.662 INFO O| Oct 14 09:50:30.662 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74212024-10-14T09:50:31.742Z[ recovery-image] Oct 14 09:50:30.689 INFO O| Oct 14 09:50:30.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74222024-10-14T09:50:31.742Z[ recovery-image] Oct 14 09:50:30.689 INFO O| Oct 14 09:50:30.689 INFO STEP 1082 (remove_files) COMPLETE
74232024-10-14T09:50:31.742Z[ recovery-image] Oct 14 09:50:30.689 INFO O| Oct 14 09:50:30.689 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74242024-10-14T09:50:31.760Z[ recovery-image] Oct 14 09:50:30.706 INFO O| Oct 14 09:50:30.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74252024-10-14T09:50:31.760Z[ recovery-image] Oct 14 09:50:30.706 INFO O| Oct 14 09:50:30.706 INFO STEP 1083 (remove_files) COMPLETE
74262024-10-14T09:50:31.760Z[ recovery-image] Oct 14 09:50:30.707 INFO O| Oct 14 09:50:30.706 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74272024-10-14T09:50:31.777Z[ recovery-image] Oct 14 09:50:30.724 INFO O| Oct 14 09:50:30.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74282024-10-14T09:50:31.777Z[ recovery-image] Oct 14 09:50:30.724 INFO O| Oct 14 09:50:30.724 INFO STEP 1084 (remove_files) COMPLETE
74292024-10-14T09:50:31.777Z[ recovery-image] Oct 14 09:50:30.724 INFO O| Oct 14 09:50:30.724 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74302024-10-14T09:50:31.795Z[ recovery-image] Oct 14 09:50:30.741 INFO O| Oct 14 09:50:30.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74312024-10-14T09:50:31.795Z[ recovery-image] Oct 14 09:50:30.741 INFO O| Oct 14 09:50:30.741 INFO STEP 1085 (remove_files) COMPLETE
74322024-10-14T09:50:31.795Z[ recovery-image] Oct 14 09:50:30.741 INFO O| Oct 14 09:50:30.741 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74332024-10-14T09:50:31.812Z[ recovery-image] Oct 14 09:50:30.758 INFO O| Oct 14 09:50:30.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74342024-10-14T09:50:31.812Z[ recovery-image] Oct 14 09:50:30.758 INFO O| Oct 14 09:50:30.758 INFO STEP 1086 (remove_files) COMPLETE
74352024-10-14T09:50:31.812Z[ recovery-image] Oct 14 09:50:30.758 INFO O| Oct 14 09:50:30.758 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74362024-10-14T09:50:31.829Z[ recovery-image] Oct 14 09:50:30.775 INFO O| Oct 14 09:50:30.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74372024-10-14T09:50:31.829Z[ recovery-image] Oct 14 09:50:30.775 INFO O| Oct 14 09:50:30.775 INFO STEP 1087 (remove_files) COMPLETE
74382024-10-14T09:50:31.829Z[ recovery-image] Oct 14 09:50:30.775 INFO O| Oct 14 09:50:30.775 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-10-14T09:50:31.843Z[ host-image] Oct 14 09:50:30.789 INFO O| Oct 14 09:50:30.789 INFO O| Planning: Fetching manifests: 1/1 100% complete
74402024-10-14T09:50:31.852Z[ recovery-image] Oct 14 09:50:30.798 INFO O| Oct 14 09:50:30.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74412024-10-14T09:50:31.852Z[ recovery-image] Oct 14 09:50:30.799 INFO O| Oct 14 09:50:30.799 INFO STEP 1088 (remove_files) COMPLETE
74422024-10-14T09:50:31.852Z[ recovery-image] Oct 14 09:50:30.799 INFO O| Oct 14 09:50:30.799 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74432024-10-14T09:50:31.872Z[ host-image] Oct 14 09:50:30.819 INFO O| Oct 14 09:50:30.819 INFO O| Planning: Package planning ... Done
74442024-10-14T09:50:31.876Z[ host-image] Oct 14 09:50:30.819 INFO O| Oct 14 09:50:30.819 INFO O| Planning: Merging actions ... Done
74452024-10-14T09:50:31.883Z[ recovery-image] Oct 14 09:50:30.830 INFO O| Oct 14 09:50:30.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74462024-10-14T09:50:31.883Z[ recovery-image] Oct 14 09:50:30.830 INFO O| Oct 14 09:50:30.830 INFO STEP 1089 (remove_files) COMPLETE
74472024-10-14T09:50:31.886Z[ recovery-image] Oct 14 09:50:30.830 INFO O| Oct 14 09:50:30.830 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74482024-10-14T09:50:31.925Z[ recovery-image] Oct 14 09:50:30.871 INFO O| Oct 14 09:50:30.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74492024-10-14T09:50:31.944Z[ recovery-image] Oct 14 09:50:30.891 INFO O| Oct 14 09:50:30.891 INFO STEP 1090 (remove_files) COMPLETE
74502024-10-14T09:50:31.944Z[ recovery-image] Oct 14 09:50:30.891 INFO O| Oct 14 09:50:30.891 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74512024-10-14T09:50:31.964Z[ recovery-image] Oct 14 09:50:30.910 INFO O| Oct 14 09:50:30.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74522024-10-14T09:50:31.964Z[ recovery-image] Oct 14 09:50:30.910 INFO O| Oct 14 09:50:30.910 INFO STEP 1091 (remove_files) COMPLETE
74532024-10-14T09:50:31.964Z[ recovery-image] Oct 14 09:50:30.910 INFO O| Oct 14 09:50:30.910 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74542024-10-14T09:50:32.000Z[ recovery-image] Oct 14 09:50:30.947 INFO O| Oct 14 09:50:30.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74552024-10-14T09:50:32.000Z[ recovery-image] Oct 14 09:50:30.947 INFO O| Oct 14 09:50:30.947 INFO STEP 1092 (remove_files) COMPLETE
74562024-10-14T09:50:32.000Z[ recovery-image] Oct 14 09:50:30.947 INFO O| Oct 14 09:50:30.947 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74572024-10-14T09:50:32.019Z[ recovery-image] Oct 14 09:50:30.965 INFO O| Oct 14 09:50:30.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74582024-10-14T09:50:32.019Z[ recovery-image] Oct 14 09:50:30.965 INFO O| Oct 14 09:50:30.965 INFO STEP 1093 (remove_files) COMPLETE
74592024-10-14T09:50:32.019Z[ recovery-image] Oct 14 09:50:30.965 INFO O| Oct 14 09:50:30.965 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74602024-10-14T09:50:32.026Z[ host-image] Oct 14 09:50:30.973 INFO O| Oct 14 09:50:30.973 INFO O| Planning: Checking for conflicting actions ... Done
74612024-10-14T09:50:32.029Z[ host-image] Oct 14 09:50:30.974 INFO O| Oct 14 09:50:30.974 INFO O| Planning: Consolidating action changes ... Done
74622024-10-14T09:50:32.035Z[ recovery-image] Oct 14 09:50:30.982 INFO O| Oct 14 09:50:30.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74632024-10-14T09:50:32.035Z[ recovery-image] Oct 14 09:50:30.982 INFO O| Oct 14 09:50:30.982 INFO STEP 1094 (remove_files) COMPLETE
74642024-10-14T09:50:32.038Z[ recovery-image] Oct 14 09:50:30.982 INFO O| Oct 14 09:50:30.982 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-10-14T09:50:32.072Z[ recovery-image] Oct 14 09:50:31.018 INFO O| Oct 14 09:50:31.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74662024-10-14T09:50:32.072Z[ recovery-image] Oct 14 09:50:31.018 INFO O| Oct 14 09:50:31.018 INFO STEP 1095 (remove_files) COMPLETE
74672024-10-14T09:50:32.074Z[ recovery-image] Oct 14 09:50:31.018 INFO O| Oct 14 09:50:31.018 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-10-14T09:50:32.089Z[ recovery-image] Oct 14 09:50:31.036 INFO O| Oct 14 09:50:31.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74692024-10-14T09:50:32.090Z[ recovery-image] Oct 14 09:50:31.036 INFO O| Oct 14 09:50:31.036 INFO STEP 1096 (remove_files) COMPLETE
74702024-10-14T09:50:32.090Z[ recovery-image] Oct 14 09:50:31.036 INFO O| Oct 14 09:50:31.036 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-10-14T09:50:32.105Z[ recovery-image] Oct 14 09:50:31.052 INFO O| Oct 14 09:50:31.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74722024-10-14T09:50:32.106Z[ recovery-image] Oct 14 09:50:31.052 INFO O| Oct 14 09:50:31.052 INFO STEP 1097 (remove_files) COMPLETE
74732024-10-14T09:50:32.106Z[ recovery-image] Oct 14 09:50:31.052 INFO O| Oct 14 09:50:31.052 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-10-14T09:50:32.122Z[ recovery-image] Oct 14 09:50:31.069 INFO O| Oct 14 09:50:31.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74752024-10-14T09:50:32.122Z[ recovery-image] Oct 14 09:50:31.069 INFO O| Oct 14 09:50:31.069 INFO STEP 1098 (remove_files) COMPLETE
74762024-10-14T09:50:32.125Z[ recovery-image] Oct 14 09:50:31.069 INFO O| Oct 14 09:50:31.069 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-10-14T09:50:32.139Z[ recovery-image] Oct 14 09:50:31.086 INFO O| Oct 14 09:50:31.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74782024-10-14T09:50:32.142Z[ recovery-image] Oct 14 09:50:31.086 INFO O| Oct 14 09:50:31.086 INFO STEP 1099 (remove_files) COMPLETE
74792024-10-14T09:50:32.142Z[ recovery-image] Oct 14 09:50:31.086 INFO O| Oct 14 09:50:31.086 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-10-14T09:50:32.156Z[ recovery-image] Oct 14 09:50:31.103 INFO O| Oct 14 09:50:31.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74812024-10-14T09:50:32.156Z[ recovery-image] Oct 14 09:50:31.103 INFO O| Oct 14 09:50:31.103 INFO STEP 1100 (remove_files) COMPLETE
74822024-10-14T09:50:32.159Z[ recovery-image] Oct 14 09:50:31.103 INFO O| Oct 14 09:50:31.103 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-10-14T09:50:32.174Z[ recovery-image] Oct 14 09:50:31.120 INFO O| Oct 14 09:50:31.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74842024-10-14T09:50:32.174Z[ recovery-image] Oct 14 09:50:31.120 INFO O| Oct 14 09:50:31.120 INFO STEP 1101 (remove_files) COMPLETE
74852024-10-14T09:50:32.174Z[ recovery-image] Oct 14 09:50:31.120 INFO O| Oct 14 09:50:31.120 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-10-14T09:50:32.230Z[ recovery-image] Oct 14 09:50:31.177 INFO O| Oct 14 09:50:31.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74872024-10-14T09:50:32.230Z[ recovery-image] Oct 14 09:50:31.177 INFO O| Oct 14 09:50:31.177 INFO STEP 1102 (remove_files) COMPLETE
74882024-10-14T09:50:32.230Z[ recovery-image] Oct 14 09:50:31.177 INFO O| Oct 14 09:50:31.177 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-10-14T09:50:32.249Z[ recovery-image] Oct 14 09:50:31.195 INFO O| Oct 14 09:50:31.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74902024-10-14T09:50:32.249Z[ recovery-image] Oct 14 09:50:31.195 INFO O| Oct 14 09:50:31.195 INFO STEP 1103 (remove_files) COMPLETE
74912024-10-14T09:50:32.252Z[ recovery-image] Oct 14 09:50:31.195 INFO O| Oct 14 09:50:31.195 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-10-14T09:50:32.267Z[ recovery-image] Oct 14 09:50:31.213 INFO O| Oct 14 09:50:31.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74932024-10-14T09:50:32.267Z[ recovery-image] Oct 14 09:50:31.213 INFO O| Oct 14 09:50:31.213 INFO STEP 1104 (remove_files) COMPLETE
74942024-10-14T09:50:32.267Z[ recovery-image] Oct 14 09:50:31.213 INFO O| Oct 14 09:50:31.213 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-10-14T09:50:32.283Z[ recovery-image] Oct 14 09:50:31.230 INFO O| Oct 14 09:50:31.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74962024-10-14T09:50:32.283Z[ recovery-image] Oct 14 09:50:31.230 INFO O| Oct 14 09:50:31.230 INFO STEP 1105 (remove_files) COMPLETE
74972024-10-14T09:50:32.283Z[ recovery-image] Oct 14 09:50:31.230 INFO O| Oct 14 09:50:31.230 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-10-14T09:50:32.299Z[ recovery-image] Oct 14 09:50:31.245 INFO O| Oct 14 09:50:31.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
74992024-10-14T09:50:32.299Z[ recovery-image] Oct 14 09:50:31.246 INFO O| Oct 14 09:50:31.246 INFO STEP 1106 (remove_files) COMPLETE
75002024-10-14T09:50:32.302Z[ recovery-image] Oct 14 09:50:31.246 INFO O| Oct 14 09:50:31.246 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-10-14T09:50:32.315Z[ recovery-image] Oct 14 09:50:31.262 INFO O| Oct 14 09:50:31.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75022024-10-14T09:50:32.315Z[ recovery-image] Oct 14 09:50:31.262 INFO O| Oct 14 09:50:31.262 INFO STEP 1107 (remove_files) COMPLETE
75032024-10-14T09:50:32.315Z[ recovery-image] Oct 14 09:50:31.262 INFO O| Oct 14 09:50:31.262 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-10-14T09:50:32.331Z[ recovery-image] Oct 14 09:50:31.278 INFO O| Oct 14 09:50:31.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75052024-10-14T09:50:32.331Z[ recovery-image] Oct 14 09:50:31.278 INFO O| Oct 14 09:50:31.278 INFO STEP 1108 (remove_files) COMPLETE
75062024-10-14T09:50:32.334Z[ recovery-image] Oct 14 09:50:31.278 INFO O| Oct 14 09:50:31.278 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-10-14T09:50:32.347Z[ recovery-image] Oct 14 09:50:31.294 INFO O| Oct 14 09:50:31.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75082024-10-14T09:50:32.347Z[ recovery-image] Oct 14 09:50:31.294 INFO O| Oct 14 09:50:31.294 INFO STEP 1109 (remove_files) COMPLETE
75092024-10-14T09:50:32.347Z[ recovery-image] Oct 14 09:50:31.294 INFO O| Oct 14 09:50:31.294 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-10-14T09:50:32.364Z[ recovery-image] Oct 14 09:50:31.311 INFO O| Oct 14 09:50:31.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75112024-10-14T09:50:32.364Z[ recovery-image] Oct 14 09:50:31.311 INFO O| Oct 14 09:50:31.311 INFO STEP 1110 (remove_files) COMPLETE
75122024-10-14T09:50:32.368Z[ recovery-image] Oct 14 09:50:31.311 INFO O| Oct 14 09:50:31.311 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-10-14T09:50:32.381Z[ recovery-image] Oct 14 09:50:31.328 INFO O| Oct 14 09:50:31.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75142024-10-14T09:50:32.381Z[ recovery-image] Oct 14 09:50:31.328 INFO O| Oct 14 09:50:31.328 INFO STEP 1111 (remove_files) COMPLETE
75152024-10-14T09:50:32.384Z[ recovery-image] Oct 14 09:50:31.328 INFO O| Oct 14 09:50:31.328 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-10-14T09:50:32.398Z[ recovery-image] Oct 14 09:50:31.345 INFO O| Oct 14 09:50:31.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75172024-10-14T09:50:32.398Z[ recovery-image] Oct 14 09:50:31.345 INFO O| Oct 14 09:50:31.345 INFO STEP 1112 (remove_files) COMPLETE
75182024-10-14T09:50:32.398Z[ recovery-image] Oct 14 09:50:31.345 INFO O| Oct 14 09:50:31.345 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-10-14T09:50:32.409Z[ host-image] Oct 14 09:50:31.355 INFO O| Oct 14 09:50:31.355 INFO O| Planning: Evaluating mediators ... Done
75202024-10-14T09:50:32.411Z[ host-image] Oct 14 09:50:31.356 INFO O| Oct 14 09:50:31.356 INFO O| Planning: Planning completed in 4.39 seconds
75212024-10-14T09:50:32.415Z[ host-image] Oct 14 09:50:31.358 INFO O| Oct 14 09:50:31.358 INFO O| Packages to install: 1
75222024-10-14T09:50:32.418Z[ recovery-image] Oct 14 09:50:31.362 INFO O| Oct 14 09:50:31.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75232024-10-14T09:50:32.418Z[ recovery-image] Oct 14 09:50:31.363 INFO O| Oct 14 09:50:31.363 INFO STEP 1113 (remove_files) COMPLETE
75242024-10-14T09:50:32.418Z[ recovery-image] Oct 14 09:50:31.363 INFO O| Oct 14 09:50:31.363 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-10-14T09:50:32.431Z[ host-image] Oct 14 09:50:31.377 INFO O| Oct 14 09:50:31.377 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
75262024-10-14T09:50:32.434Z[ recovery-image] Oct 14 09:50:31.381 INFO O| Oct 14 09:50:31.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75272024-10-14T09:50:32.436Z[ recovery-image] Oct 14 09:50:31.381 INFO O| Oct 14 09:50:31.381 INFO STEP 1114 (remove_files) COMPLETE
75282024-10-14T09:50:32.436Z[ recovery-image] Oct 14 09:50:31.381 INFO O| Oct 14 09:50:31.381 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75292024-10-14T09:50:32.453Z[ recovery-image] Oct 14 09:50:31.399 INFO O| Oct 14 09:50:31.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75302024-10-14T09:50:32.455Z[ recovery-image] Oct 14 09:50:31.399 INFO O| Oct 14 09:50:31.399 INFO STEP 1115 (remove_files) COMPLETE
75312024-10-14T09:50:32.455Z[ recovery-image] Oct 14 09:50:31.399 INFO O| Oct 14 09:50:31.399 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75322024-10-14T09:50:32.476Z[ recovery-image] Oct 14 09:50:31.422 INFO O| Oct 14 09:50:31.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75332024-10-14T09:50:32.478Z[ recovery-image] Oct 14 09:50:31.423 INFO O| Oct 14 09:50:31.422 INFO STEP 1116 (remove_files) COMPLETE
75342024-10-14T09:50:32.478Z[ recovery-image] Oct 14 09:50:31.423 INFO O| Oct 14 09:50:31.423 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75352024-10-14T09:50:32.504Z[ recovery-image] Oct 14 09:50:31.451 INFO O| Oct 14 09:50:31.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75362024-10-14T09:50:32.507Z[ recovery-image] Oct 14 09:50:31.451 INFO O| Oct 14 09:50:31.451 INFO STEP 1117 (remove_files) COMPLETE
75372024-10-14T09:50:32.507Z[ recovery-image] Oct 14 09:50:31.451 INFO O| Oct 14 09:50:31.451 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75382024-10-14T09:50:32.541Z[ recovery-image] Oct 14 09:50:31.487 INFO O| Oct 14 09:50:31.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75392024-10-14T09:50:32.544Z[ recovery-image] Oct 14 09:50:31.488 INFO O| Oct 14 09:50:31.487 INFO STEP 1118 (remove_files) COMPLETE
75402024-10-14T09:50:32.544Z[ recovery-image] Oct 14 09:50:31.488 INFO O| Oct 14 09:50:31.487 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75412024-10-14T09:50:32.581Z[ recovery-image] Oct 14 09:50:31.527 INFO O| Oct 14 09:50:31.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75422024-10-14T09:50:32.581Z[ recovery-image] Oct 14 09:50:31.527 INFO O| Oct 14 09:50:31.527 INFO STEP 1119 (remove_files) COMPLETE
75432024-10-14T09:50:32.584Z[ recovery-image] Oct 14 09:50:31.528 INFO O| Oct 14 09:50:31.527 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75442024-10-14T09:50:32.619Z[ recovery-image] Oct 14 09:50:31.565 INFO O| Oct 14 09:50:31.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75452024-10-14T09:50:32.622Z[ recovery-image] Oct 14 09:50:31.565 INFO O| Oct 14 09:50:31.565 INFO STEP 1120 (remove_files) COMPLETE
75462024-10-14T09:50:32.622Z[ recovery-image] Oct 14 09:50:31.565 INFO O| Oct 14 09:50:31.565 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75472024-10-14T09:50:32.661Z[ recovery-image] Oct 14 09:50:31.607 INFO O| Oct 14 09:50:31.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75482024-10-14T09:50:32.661Z[ recovery-image] Oct 14 09:50:31.607 INFO O| Oct 14 09:50:31.607 INFO STEP 1121 (remove_files) COMPLETE
75492024-10-14T09:50:32.664Z[ recovery-image] Oct 14 09:50:31.607 INFO O| Oct 14 09:50:31.607 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75502024-10-14T09:50:32.700Z[ recovery-image] Oct 14 09:50:31.646 INFO O| Oct 14 09:50:31.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75512024-10-14T09:50:32.700Z[ recovery-image] Oct 14 09:50:31.646 INFO O| Oct 14 09:50:31.646 INFO STEP 1122 (remove_files) COMPLETE
75522024-10-14T09:50:32.703Z[ recovery-image] Oct 14 09:50:31.647 INFO O| Oct 14 09:50:31.646 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75532024-10-14T09:50:32.718Z[ recovery-image] Oct 14 09:50:31.665 INFO O| Oct 14 09:50:31.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75542024-10-14T09:50:32.721Z[ recovery-image] Oct 14 09:50:31.665 INFO O| Oct 14 09:50:31.665 INFO STEP 1123 (remove_files) COMPLETE
75552024-10-14T09:50:32.721Z[ recovery-image] Oct 14 09:50:31.665 INFO O| Oct 14 09:50:31.665 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75562024-10-14T09:50:32.735Z[ recovery-image] Oct 14 09:50:31.681 INFO O| Oct 14 09:50:31.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75572024-10-14T09:50:32.735Z[ recovery-image] Oct 14 09:50:31.681 INFO O| Oct 14 09:50:31.681 INFO STEP 1124 (remove_files) COMPLETE
75582024-10-14T09:50:32.738Z[ recovery-image] Oct 14 09:50:31.681 INFO O| Oct 14 09:50:31.681 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75592024-10-14T09:50:32.751Z[ recovery-image] Oct 14 09:50:31.698 INFO O| Oct 14 09:50:31.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75602024-10-14T09:50:32.752Z[ recovery-image] Oct 14 09:50:31.698 INFO O| Oct 14 09:50:31.698 INFO STEP 1125 (remove_files) COMPLETE
75612024-10-14T09:50:32.755Z[ recovery-image] Oct 14 09:50:31.698 INFO O| Oct 14 09:50:31.698 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75622024-10-14T09:50:32.771Z[ recovery-image] Oct 14 09:50:31.717 INFO O| Oct 14 09:50:31.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75632024-10-14T09:50:32.771Z[ recovery-image] Oct 14 09:50:31.717 INFO O| Oct 14 09:50:31.717 INFO STEP 1126 (remove_files) COMPLETE
75642024-10-14T09:50:32.771Z[ recovery-image] Oct 14 09:50:31.717 INFO O| Oct 14 09:50:31.717 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75652024-10-14T09:50:32.787Z[ recovery-image] Oct 14 09:50:31.733 INFO O| Oct 14 09:50:31.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75662024-10-14T09:50:32.787Z[ recovery-image] Oct 14 09:50:31.733 INFO O| Oct 14 09:50:31.733 INFO STEP 1127 (remove_files) COMPLETE
75672024-10-14T09:50:32.787Z[ recovery-image] Oct 14 09:50:31.733 INFO O| Oct 14 09:50:31.733 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75682024-10-14T09:50:32.803Z[ recovery-image] Oct 14 09:50:31.749 INFO O| Oct 14 09:50:31.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75692024-10-14T09:50:32.803Z[ recovery-image] Oct 14 09:50:31.749 INFO O| Oct 14 09:50:31.749 INFO STEP 1128 (remove_files) COMPLETE
75702024-10-14T09:50:32.807Z[ recovery-image] Oct 14 09:50:31.749 INFO O| Oct 14 09:50:31.749 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75712024-10-14T09:50:32.819Z[ recovery-image] Oct 14 09:50:31.765 INFO O| Oct 14 09:50:31.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75722024-10-14T09:50:32.819Z[ recovery-image] Oct 14 09:50:31.765 INFO O| Oct 14 09:50:31.765 INFO STEP 1129 (remove_files) COMPLETE
75732024-10-14T09:50:32.819Z[ recovery-image] Oct 14 09:50:31.765 INFO O| Oct 14 09:50:31.765 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75742024-10-14T09:50:32.830Z[ host-image] Oct 14 09:50:31.775 INFO O| Oct 14 09:50:31.775 INFO O| Download: Completed 20.80 MB in 0.40 seconds (52.4M/s)
75752024-10-14T09:50:32.834Z[ recovery-image] Oct 14 09:50:31.781 INFO O| Oct 14 09:50:31.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75762024-10-14T09:50:32.838Z[ recovery-image] Oct 14 09:50:31.781 INFO O| Oct 14 09:50:31.781 INFO STEP 1130 (remove_files) COMPLETE
75772024-10-14T09:50:32.838Z[ recovery-image] Oct 14 09:50:31.781 INFO O| Oct 14 09:50:31.781 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75782024-10-14T09:50:32.850Z[ recovery-image] Oct 14 09:50:31.797 INFO O| Oct 14 09:50:31.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75792024-10-14T09:50:32.854Z[ recovery-image] Oct 14 09:50:31.797 INFO O| Oct 14 09:50:31.797 INFO STEP 1131 (remove_files) COMPLETE
75802024-10-14T09:50:32.855Z[ recovery-image] Oct 14 09:50:31.797 INFO O| Oct 14 09:50:31.797 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75812024-10-14T09:50:32.865Z[ recovery-image] Oct 14 09:50:31.811 INFO O| Oct 14 09:50:31.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75822024-10-14T09:50:32.866Z[ recovery-image] Oct 14 09:50:31.811 INFO O| Oct 14 09:50:31.811 INFO STEP 1132 (remove_files) COMPLETE
75832024-10-14T09:50:32.871Z[ recovery-image] Oct 14 09:50:31.811 INFO O| Oct 14 09:50:31.811 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75842024-10-14T09:50:32.872Z[ host-image] Oct 14 09:50:31.815 INFO O| Oct 14 09:50:31.815 INFO O| Actions: 1/22 actions (Installing new actions)
75852024-10-14T09:50:32.882Z[ recovery-image] Oct 14 09:50:31.827 INFO O| Oct 14 09:50:31.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75862024-10-14T09:50:32.883Z[ recovery-image] Oct 14 09:50:31.827 INFO O| Oct 14 09:50:31.827 INFO STEP 1133 (remove_files) COMPLETE
75872024-10-14T09:50:32.887Z[ recovery-image] Oct 14 09:50:31.827 INFO O| Oct 14 09:50:31.827 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-10-14T09:50:32.899Z[ recovery-image] Oct 14 09:50:31.844 INFO O| Oct 14 09:50:31.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75892024-10-14T09:50:32.900Z[ recovery-image] Oct 14 09:50:31.844 INFO O| Oct 14 09:50:31.844 INFO STEP 1134 (remove_files) COMPLETE
75902024-10-14T09:50:32.904Z[ recovery-image] Oct 14 09:50:31.844 INFO O| Oct 14 09:50:31.844 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-10-14T09:50:32.909Z[ recovery-image] Oct 14 09:50:31.855 INFO O| Oct 14 09:50:31.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75922024-10-14T09:50:32.913Z[ recovery-image] Oct 14 09:50:31.855 INFO O| Oct 14 09:50:31.855 INFO STEP 1135 (remove_files) COMPLETE
75932024-10-14T09:50:32.914Z[ recovery-image] Oct 14 09:50:31.855 INFO O| Oct 14 09:50:31.855 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-14T09:50:32.926Z[ recovery-image] Oct 14 09:50:31.872 INFO O| Oct 14 09:50:31.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75952024-10-14T09:50:32.926Z[ recovery-image] Oct 14 09:50:31.873 INFO O| Oct 14 09:50:31.873 INFO STEP 1136 (remove_files) COMPLETE
75962024-10-14T09:50:32.929Z[ recovery-image] Oct 14 09:50:31.873 INFO O| Oct 14 09:50:31.873 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-14T09:50:32.943Z[ recovery-image] Oct 14 09:50:31.889 INFO O| Oct 14 09:50:31.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75982024-10-14T09:50:32.943Z[ recovery-image] Oct 14 09:50:31.889 INFO O| Oct 14 09:50:31.889 INFO STEP 1137 (remove_files) COMPLETE
75992024-10-14T09:50:33.948Z[ recovery-image] Oct 14 09:50:31.889 INFO O| Oct 14 09:50:31.889 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-14T09:50:33.952Z[ recovery-image] Oct 14 09:50:31.904 INFO O| Oct 14 09:50:31.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76012024-10-14T09:50:33.953Z[ recovery-image] Oct 14 09:50:31.904 INFO O| Oct 14 09:50:31.904 INFO STEP 1138 (remove_files) COMPLETE
76022024-10-14T09:50:33.953Z[ recovery-image] Oct 14 09:50:31.904 INFO O| Oct 14 09:50:31.904 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-14T09:50:33.953Z[ recovery-image] Oct 14 09:50:31.920 INFO O| Oct 14 09:50:31.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76042024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.920 INFO O| Oct 14 09:50:31.920 INFO STEP 1139 (remove_files) COMPLETE
76052024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.920 INFO O| Oct 14 09:50:31.920 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.936 INFO O| Oct 14 09:50:31.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76072024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.936 INFO O| Oct 14 09:50:31.936 INFO STEP 1140 (remove_files) COMPLETE
76082024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.936 INFO O| Oct 14 09:50:31.936 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.953 INFO O| Oct 14 09:50:31.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76102024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.953 INFO O| Oct 14 09:50:31.953 INFO STEP 1141 (remove_files) COMPLETE
76112024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.953 INFO O| Oct 14 09:50:31.953 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.969 INFO O| Oct 14 09:50:31.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76132024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.969 INFO O| Oct 14 09:50:31.969 INFO STEP 1142 (remove_files) COMPLETE
76142024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.969 INFO O| Oct 14 09:50:31.969 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.986 INFO O| Oct 14 09:50:31.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76162024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.986 INFO O| Oct 14 09:50:31.986 INFO STEP 1143 (remove_files) COMPLETE
76172024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:31.986 INFO O| Oct 14 09:50:31.986 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.003 INFO O| Oct 14 09:50:32.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76192024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.003 INFO O| Oct 14 09:50:32.003 INFO STEP 1144 (remove_files) COMPLETE
76202024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.003 INFO O| Oct 14 09:50:32.003 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.020 INFO O| Oct 14 09:50:32.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76222024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.020 INFO O| Oct 14 09:50:32.020 INFO STEP 1145 (remove_files) COMPLETE
76232024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.020 INFO O| Oct 14 09:50:32.020 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.036 INFO O| Oct 14 09:50:32.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76252024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.036 INFO O| Oct 14 09:50:32.036 INFO STEP 1146 (remove_files) COMPLETE
76262024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.036 INFO O| Oct 14 09:50:32.036 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.051 INFO O| Oct 14 09:50:32.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76282024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.051 INFO O| Oct 14 09:50:32.051 INFO STEP 1147 (remove_files) COMPLETE
76292024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.051 INFO O| Oct 14 09:50:32.051 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.066 INFO O| Oct 14 09:50:32.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76312024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.067 INFO O| Oct 14 09:50:32.066 INFO STEP 1148 (remove_files) COMPLETE
76322024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.067 INFO O| Oct 14 09:50:32.067 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.081 INFO O| Oct 14 09:50:32.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76342024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.081 INFO O| Oct 14 09:50:32.081 INFO STEP 1149 (remove_files) COMPLETE
76352024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.081 INFO O| Oct 14 09:50:32.081 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.096 INFO O| Oct 14 09:50:32.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76372024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.096 INFO O| Oct 14 09:50:32.096 INFO STEP 1150 (remove_files) COMPLETE
76382024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.096 INFO O| Oct 14 09:50:32.096 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.114 INFO O| Oct 14 09:50:32.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76402024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.114 INFO O| Oct 14 09:50:32.114 INFO STEP 1151 (remove_files) COMPLETE
76412024-10-14T09:50:33.954Z[ recovery-image] Oct 14 09:50:32.114 INFO O| Oct 14 09:50:32.114 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.126 INFO O| Oct 14 09:50:32.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76432024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.127 INFO O| Oct 14 09:50:32.127 INFO STEP 1152 (remove_files) COMPLETE
76442024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.127 INFO O| Oct 14 09:50:32.127 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.138 INFO O| Oct 14 09:50:32.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76462024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.138 INFO O| Oct 14 09:50:32.138 INFO STEP 1153 (remove_files) COMPLETE
76472024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.138 INFO O| Oct 14 09:50:32.138 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.148 INFO O| Oct 14 09:50:32.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76492024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.148 INFO O| Oct 14 09:50:32.148 INFO STEP 1154 (remove_files) COMPLETE
76502024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.148 INFO O| Oct 14 09:50:32.148 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.159 INFO O| Oct 14 09:50:32.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76522024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.159 INFO O| Oct 14 09:50:32.159 INFO STEP 1155 (remove_files) COMPLETE
76532024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.159 INFO O| Oct 14 09:50:32.159 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.170 INFO O| Oct 14 09:50:32.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76552024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.170 INFO O| Oct 14 09:50:32.170 INFO STEP 1156 (remove_files) COMPLETE
76562024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.170 INFO O| Oct 14 09:50:32.170 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.181 INFO O| Oct 14 09:50:32.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76582024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.181 INFO O| Oct 14 09:50:32.181 INFO STEP 1157 (remove_files) COMPLETE
76592024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.181 INFO O| Oct 14 09:50:32.181 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.196 INFO O| Oct 14 09:50:32.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76612024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.197 INFO O| Oct 14 09:50:32.196 INFO STEP 1158 (remove_files) COMPLETE
76622024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.197 INFO O| Oct 14 09:50:32.196 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.212 INFO O| Oct 14 09:50:32.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76642024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.212 INFO O| Oct 14 09:50:32.212 INFO STEP 1159 (remove_files) COMPLETE
76652024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.212 INFO O| Oct 14 09:50:32.212 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.228 INFO O| Oct 14 09:50:32.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76672024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.228 INFO O| Oct 14 09:50:32.228 INFO STEP 1160 (remove_files) COMPLETE
76682024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.228 INFO O| Oct 14 09:50:32.228 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.245 INFO O| Oct 14 09:50:32.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76702024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.245 INFO O| Oct 14 09:50:32.245 INFO STEP 1161 (remove_files) COMPLETE
76712024-10-14T09:50:33.955Z[ recovery-image] Oct 14 09:50:32.245 INFO O| Oct 14 09:50:32.245 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.261 INFO O| Oct 14 09:50:32.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76732024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.261 INFO O| Oct 14 09:50:32.261 INFO STEP 1162 (remove_files) COMPLETE
76742024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.261 INFO O| Oct 14 09:50:32.261 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.273 INFO O| Oct 14 09:50:32.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76762024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.274 INFO O| Oct 14 09:50:32.274 INFO STEP 1163 (remove_files) COMPLETE
76772024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.274 INFO O| Oct 14 09:50:32.274 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.287 INFO O| Oct 14 09:50:32.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76792024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.287 INFO O| Oct 14 09:50:32.287 INFO STEP 1164 (remove_files) COMPLETE
76802024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.287 INFO O| Oct 14 09:50:32.287 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.300 INFO O| Oct 14 09:50:32.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76822024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.300 INFO O| Oct 14 09:50:32.300 INFO STEP 1165 (remove_files) COMPLETE
76832024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.300 INFO O| Oct 14 09:50:32.300 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.314 INFO O| Oct 14 09:50:32.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76852024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.314 INFO O| Oct 14 09:50:32.314 INFO STEP 1166 (remove_files) COMPLETE
76862024-10-14T09:50:33.956Z[ recovery-image] Oct 14 09:50:32.315 INFO O| Oct 14 09:50:32.314 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76872024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.329 INFO O| Oct 14 09:50:32.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76882024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.329 INFO O| Oct 14 09:50:32.329 INFO STEP 1167 (remove_files) COMPLETE
76892024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.329 INFO O| Oct 14 09:50:32.329 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76902024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.352 INFO O| Oct 14 09:50:32.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76912024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.352 INFO O| Oct 14 09:50:32.351 INFO STEP 1168 (remove_files) COMPLETE
76922024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.352 INFO O| Oct 14 09:50:32.351 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76932024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.371 INFO O| Oct 14 09:50:32.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76942024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.371 INFO O| Oct 14 09:50:32.370 INFO STEP 1169 (remove_files) COMPLETE
76952024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.371 INFO O| Oct 14 09:50:32.370 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76962024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.384 INFO O| Oct 14 09:50:32.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76972024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.384 INFO O| Oct 14 09:50:32.384 INFO STEP 1170 (remove_files) COMPLETE
76982024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.384 INFO O| Oct 14 09:50:32.384 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76992024-10-14T09:50:33.957Z[ recovery-image] Oct 14 09:50:32.397 INFO O| Oct 14 09:50:32.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77002024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.397 INFO O| Oct 14 09:50:32.397 INFO STEP 1171 (remove_files) COMPLETE
77012024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.397 INFO O| Oct 14 09:50:32.397 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77022024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.410 INFO O| Oct 14 09:50:32.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77032024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.411 INFO O| Oct 14 09:50:32.410 INFO STEP 1172 (remove_files) COMPLETE
77042024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.411 INFO O| Oct 14 09:50:32.410 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77052024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.425 INFO O| Oct 14 09:50:32.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77062024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.425 INFO O| Oct 14 09:50:32.425 INFO STEP 1173 (remove_files) COMPLETE
77072024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.425 INFO O| Oct 14 09:50:32.425 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77082024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.438 INFO O| Oct 14 09:50:32.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77092024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.438 INFO O| Oct 14 09:50:32.438 INFO STEP 1174 (remove_files) COMPLETE
77102024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.438 INFO O| Oct 14 09:50:32.438 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77112024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.449 INFO O| Oct 14 09:50:32.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77122024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.449 INFO O| Oct 14 09:50:32.449 INFO STEP 1175 (remove_files) COMPLETE
77132024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.449 INFO O| Oct 14 09:50:32.449 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77142024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.462 INFO O| Oct 14 09:50:32.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77152024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.462 INFO O| Oct 14 09:50:32.462 INFO STEP 1176 (remove_files) COMPLETE
77162024-10-14T09:50:33.962Z[ recovery-image] Oct 14 09:50:32.463 INFO O| Oct 14 09:50:32.462 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77172024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.474 INFO O| Oct 14 09:50:32.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77182024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.474 INFO O| Oct 14 09:50:32.474 INFO STEP 1177 (remove_files) COMPLETE
77192024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.474 INFO O| Oct 14 09:50:32.474 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77202024-10-14T09:50:33.963Z[ host-image] Oct 14 09:50:32.484 INFO O| Oct 14 09:50:32.484 INFO O| Actions: Completed 22 actions in 0.67 seconds.
77212024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.489 INFO O| Oct 14 09:50:32.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77222024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.489 INFO O| Oct 14 09:50:32.489 INFO STEP 1178 (remove_files) COMPLETE
77232024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.489 INFO O| Oct 14 09:50:32.489 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77242024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.504 INFO O| Oct 14 09:50:32.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77252024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.504 INFO O| Oct 14 09:50:32.504 INFO STEP 1179 (remove_files) COMPLETE
77262024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.504 INFO O| Oct 14 09:50:32.504 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77272024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.516 INFO O| Oct 14 09:50:32.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77282024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.516 INFO O| Oct 14 09:50:32.516 INFO STEP 1180 (remove_files) COMPLETE
77292024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.516 INFO O| Oct 14 09:50:32.516 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77302024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.527 INFO O| Oct 14 09:50:32.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77312024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.527 INFO O| Oct 14 09:50:32.527 INFO STEP 1181 (remove_files) COMPLETE
77322024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.527 INFO O| Oct 14 09:50:32.527 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77332024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.538 INFO O| Oct 14 09:50:32.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77342024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.538 INFO O| Oct 14 09:50:32.538 INFO STEP 1182 (remove_files) COMPLETE
77352024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.538 INFO O| Oct 14 09:50:32.538 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77362024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.549 INFO O| Oct 14 09:50:32.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77372024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.549 INFO O| Oct 14 09:50:32.549 INFO STEP 1183 (remove_files) COMPLETE
77382024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.549 INFO O| Oct 14 09:50:32.549 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77392024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.561 INFO O| Oct 14 09:50:32.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77402024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.561 INFO O| Oct 14 09:50:32.561 INFO STEP 1184 (remove_files) COMPLETE
77412024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.561 INFO O| Oct 14 09:50:32.561 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77422024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.572 INFO O| Oct 14 09:50:32.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77432024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.572 INFO O| Oct 14 09:50:32.572 INFO STEP 1185 (remove_files) COMPLETE
77442024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.572 INFO O| Oct 14 09:50:32.572 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77452024-10-14T09:50:33.963Z[ recovery-image] Oct 14 09:50:32.583 INFO O| Oct 14 09:50:32.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77462024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.583 INFO O| Oct 14 09:50:32.583 INFO STEP 1186 (remove_files) COMPLETE
77472024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.583 INFO O| Oct 14 09:50:32.583 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77482024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.594 INFO O| Oct 14 09:50:32.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77492024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.594 INFO O| Oct 14 09:50:32.594 INFO STEP 1187 (remove_files) COMPLETE
77502024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.594 INFO O| Oct 14 09:50:32.594 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77512024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.606 INFO O| Oct 14 09:50:32.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77522024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.606 INFO O| Oct 14 09:50:32.606 INFO STEP 1188 (remove_files) COMPLETE
77532024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.606 INFO O| Oct 14 09:50:32.606 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77542024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.618 INFO O| Oct 14 09:50:32.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77552024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.618 INFO O| Oct 14 09:50:32.618 INFO STEP 1189 (remove_files) COMPLETE
77562024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.618 INFO O| Oct 14 09:50:32.618 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77572024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.629 INFO O| Oct 14 09:50:32.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77582024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.629 INFO O| Oct 14 09:50:32.629 INFO STEP 1190 (remove_files) COMPLETE
77592024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.629 INFO O| Oct 14 09:50:32.629 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77602024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.640 INFO O| Oct 14 09:50:32.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77612024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.641 INFO O| Oct 14 09:50:32.640 INFO STEP 1191 (remove_files) COMPLETE
77622024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.641 INFO O| Oct 14 09:50:32.640 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77632024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.652 INFO O| Oct 14 09:50:32.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77642024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.652 INFO O| Oct 14 09:50:32.652 INFO STEP 1192 (remove_files) COMPLETE
77652024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.652 INFO O| Oct 14 09:50:32.652 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77662024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.666 INFO O| Oct 14 09:50:32.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77672024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.666 INFO O| Oct 14 09:50:32.666 INFO STEP 1193 (remove_files) COMPLETE
77682024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.666 INFO O| Oct 14 09:50:32.666 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77692024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.677 INFO O| Oct 14 09:50:32.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77702024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.678 INFO O| Oct 14 09:50:32.678 INFO STEP 1194 (remove_files) COMPLETE
77712024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.678 INFO O| Oct 14 09:50:32.678 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77722024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.688 INFO O| Oct 14 09:50:32.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77732024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.688 INFO O| Oct 14 09:50:32.688 INFO STEP 1195 (remove_files) COMPLETE
77742024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.688 INFO O| Oct 14 09:50:32.688 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77752024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.700 INFO O| Oct 14 09:50:32.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77762024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.700 INFO O| Oct 14 09:50:32.700 INFO STEP 1196 (remove_files) COMPLETE
77772024-10-14T09:50:33.964Z[ recovery-image] Oct 14 09:50:32.700 INFO O| Oct 14 09:50:32.700 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77782024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.711 INFO O| Oct 14 09:50:32.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77792024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.711 INFO O| Oct 14 09:50:32.711 INFO STEP 1197 (remove_files) COMPLETE
77802024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.711 INFO O| Oct 14 09:50:32.711 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77812024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.721 INFO O| Oct 14 09:50:32.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77822024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.721 INFO O| Oct 14 09:50:32.721 INFO STEP 1198 (remove_files) COMPLETE
77832024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.721 INFO O| Oct 14 09:50:32.721 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77842024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.734 INFO O| Oct 14 09:50:32.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77852024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.734 INFO O| Oct 14 09:50:32.734 INFO STEP 1199 (remove_files) COMPLETE
77862024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.734 INFO O| Oct 14 09:50:32.734 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77872024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.745 INFO O| Oct 14 09:50:32.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77882024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.746 INFO O| Oct 14 09:50:32.745 INFO STEP 1200 (remove_files) COMPLETE
77892024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.746 INFO O| Oct 14 09:50:32.746 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77902024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.756 INFO O| Oct 14 09:50:32.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77912024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.756 INFO O| Oct 14 09:50:32.756 INFO STEP 1201 (remove_files) COMPLETE
77922024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.756 INFO O| Oct 14 09:50:32.756 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77932024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.768 INFO O| Oct 14 09:50:32.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77942024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.768 INFO O| Oct 14 09:50:32.768 INFO STEP 1202 (remove_files) COMPLETE
77952024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.768 INFO O| Oct 14 09:50:32.768 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77962024-10-14T09:50:33.965Z[ host-image] Oct 14 09:50:32.773 INFO O| Oct 14 09:50:32.772 INFO O| Done
77972024-10-14T09:50:33.965Z[ host-image] Oct 14 09:50:32.773 INFO O| Oct 14 09:50:32.773 INFO O| Done
77982024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.780 INFO O| Oct 14 09:50:32.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77992024-10-14T09:50:33.965Z[ recovery-image] Oct 14 09:50:32.780 INFO O| Oct 14 09:50:32.780 INFO STEP 1203 (remove_files) COMPLETE
78002024-10-14T09:50:33.969Z[ recovery-image] Oct 14 09:50:32.780 INFO O| Oct 14 09:50:32.780 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78012024-10-14T09:50:33.969Z[ recovery-image] Oct 14 09:50:32.790 INFO O| Oct 14 09:50:32.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78022024-10-14T09:50:33.969Z[ recovery-image] Oct 14 09:50:32.790 INFO O| Oct 14 09:50:32.790 INFO STEP 1204 (remove_files) COMPLETE
78032024-10-14T09:50:33.969Z[ recovery-image] Oct 14 09:50:32.790 INFO O| Oct 14 09:50:32.790 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-10-14T09:50:33.969Z[ recovery-image] Oct 14 09:50:32.801 INFO O| Oct 14 09:50:32.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78052024-10-14T09:50:33.969Z[ recovery-image] Oct 14 09:50:32.801 INFO O| Oct 14 09:50:32.801 INFO STEP 1205 (remove_files) COMPLETE
78062024-10-14T09:50:33.969Z[ recovery-image] Oct 14 09:50:32.801 INFO O| Oct 14 09:50:32.801 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78072024-10-14T09:50:33.969Z[ recovery-image] Oct 14 09:50:32.817 INFO O| Oct 14 09:50:32.817 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78082024-10-14T09:50:33.969Z[ recovery-image] Oct 14 09:50:32.818 INFO O| Oct 14 09:50:32.818 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78092024-10-14T09:50:34.268Z[ host-image] Oct 14 09:50:33.214 INFO O| Oct 14 09:50:33.214 INFO O| Done
78102024-10-14T09:50:34.635Z[ recovery-image] Oct 14 09:50:33.581 INFO O| Oct 14 09:50:33.581 INFO STEP 1206 (pack_tar) COMPLETE
78112024-10-14T09:50:34.635Z[ recovery-image] Oct 14 09:50:33.581 INFO O| Oct 14 09:50:33.581 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78122024-10-14T09:50:34.638Z[ recovery-image] Oct 14 09:50:33.581 INFO O| Oct 14 09:50:33.581 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78132024-10-14T09:50:35.106Z[ recovery-image] Oct 14 09:50:34.052 INFO O| Oct 14 09:50:34.052 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78142024-10-14T09:50:35.187Z[ recovery-image] Oct 14 09:50:34.133 INFO O| Oct 14 09:50:34.133 INFO completed processing gimlet/ramdisk-03-recovery-trim
78152024-10-14T09:50:35.194Z[ recovery-image] Oct 14 09:50:34.140 INFO image builder template: zfs-recovery...
78162024-10-14T09:50:35.196Z[ recovery-image] Oct 14 09:50:34.140 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/.tmpq7LyUG/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.33.293", "-n", "zfs-recovery"], pwd: None
78172024-10-14T09:50:35.229Z[ recovery-image] Oct 14 09:50:34.176 INFO O| Oct 14 09:50:34.175 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78182024-10-14T09:50:35.234Z[ recovery-image] Oct 14 09:50:34.180 INFO O| Oct 14 09:50:34.180 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78192024-10-14T09:50:35.319Z[ recovery-image] Oct 14 09:50:34.265 INFO O| Oct 14 09:50:34.265 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78202024-10-14T09:50:35.380Z[ recovery-image] Oct 14 09:50:34.326 INFO O| Oct 14 09:50:34.326 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78212024-10-14T09:50:35.380Z[ recovery-image] Oct 14 09:50:34.326 INFO O| Oct 14 09:50:34.326 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78222024-10-14T09:50:35.386Z[ recovery-image] Oct 14 09:50:34.332 INFO O| Oct 14 09:50:34.332 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78232024-10-14T09:50:35.513Z[ recovery-image] Oct 14 09:50:34.457 INFO O| Oct 14 09:50:34.457 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78242024-10-14T09:50:35.627Z[ host-image] Oct 14 09:50:34.573 INFO O| Oct 14 09:50:34.573 INFO O| Done
78252024-10-14T09:50:35.657Z[ host-image] Oct 14 09:50:34.604 INFO O| Oct 14 09:50:34.603 INFO O| Done
78262024-10-14T09:50:35.658Z[ host-image] Oct 14 09:50:34.604 INFO O| Oct 14 09:50:34.604 INFO O| Done
78272024-10-14T09:50:35.668Z[ host-image] Oct 14 09:50:34.614 INFO O| Oct 14 09:50:34.614 INFO O| Done
78282024-10-14T09:50:35.687Z[ recovery-image] Oct 14 09:50:34.633 INFO O| Oct 14 09:50:34.633 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78292024-10-14T09:50:35.699Z[ recovery-image] Oct 14 09:50:34.645 INFO O| Oct 14 09:50:34.645 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78302024-10-14T09:50:35.705Z[ recovery-image] Oct 14 09:50:34.651 INFO O| Oct 14 09:50:34.651 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78312024-10-14T09:50:35.707Z[ recovery-image] Oct 14 09:50:34.653 INFO O| Oct 14 09:50:34.653 INFO no lofi found
78322024-10-14T09:50:35.707Z[ recovery-image] Oct 14 09:50:34.653 INFO O| Oct 14 09:50:34.653 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78332024-10-14T09:50:35.707Z[ recovery-image] Oct 14 09:50:34.653 INFO O| Oct 14 09:50:34.653 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78342024-10-14T09:50:35.774Z[ host-image] Oct 14 09:50:34.720 INFO O| Oct 14 09:50:34.720 INFO STEP 14 (pkg_install) COMPLETE
78352024-10-14T09:50:35.774Z[ host-image] Oct 14 09:50:34.720 INFO O| Oct 14 09:50:34.720 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78362024-10-14T09:50:35.776Z[ host-image] Oct 14 09:50:34.720 INFO O| Oct 14 09:50:34.720 INFO skip step because feature "mfg" is not enabled
78372024-10-14T09:50:35.777Z[ host-image] Oct 14 09:50:34.720 INFO O| Oct 14 09:50:34.720 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78382024-10-14T09:50:35.777Z[ host-image] Oct 14 09:50:34.720 INFO O| Oct 14 09:50:34.720 INFO skip step because feature "compliance" is not enabled
78392024-10-14T09:50:35.777Z[ host-image] Oct 14 09:50:34.720 INFO O| Oct 14 09:50:34.720 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78402024-10-14T09:50:35.777Z[ host-image] Oct 14 09:50:34.720 INFO O| Oct 14 09:50:34.720 INFO skip step because feature "stress" is not enabled
78412024-10-14T09:50:35.777Z[ host-image] Oct 14 09:50:34.720 INFO O| Oct 14 09:50:34.720 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78422024-10-14T09:50:35.777Z[ host-image] Oct 14 09:50:34.720 INFO O| Oct 14 09:50:34.720 INFO skip step because feature "nfs" is not enabled
78432024-10-14T09:50:35.777Z[ host-image] Oct 14 09:50:34.720 INFO O| Oct 14 09:50:34.720 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
78442024-10-14T09:50:35.777Z[ host-image] Oct 14 09:50:34.720 INFO O| Oct 14 09:50:34.720 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
78452024-10-14T09:50:35.865Z[ host-image] Oct 14 09:50:34.811 INFO O| Oct 14 09:50:34.810 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
78462024-10-14T09:50:35.944Z[ host-image] Oct 14 09:50:34.890 INFO O| Oct 14 09:50:34.890 INFO completed processing gimlet/ramdisk-01-os
78472024-10-14T09:50:35.947Z[ host-image] Oct 14 09:50:34.892 INFO omicron1 baseline generation...
78482024-10-14T09:50:35.947Z[ host-image] Oct 14 09:50:34.893 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
78492024-10-14T09:50:36.390Z[ host-image] Oct 14 09:50:35.336 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22960:20241011T103551Z
78502024-10-14T09:50:38.065Z[ recovery-image] Oct 14 09:50:37.011 INFO O| Oct 14 09:50:37.010 INFO lofi device = /dev/dsk/c2t1d0p0
78512024-10-14T09:50:38.065Z[ recovery-image] Oct 14 09:50:37.011 INFO O| Oct 14 09:50:37.011 INFO pool device = /dev/dsk/c2t1d0p0
78522024-10-14T09:50:38.067Z[ recovery-image] Oct 14 09:50:37.011 INFO O| Oct 14 09:50:37.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78532024-10-14T09:50:38.193Z[ recovery-image] Oct 14 09:50:37.138 INFO O| Oct 14 09:50:37.138 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78542024-10-14T09:50:38.193Z[ recovery-image] Oct 14 09:50:37.138 INFO O| Oct 14 09:50:37.138 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78552024-10-14T09:50:38.217Z[ recovery-image] Oct 14 09:50:37.162 INFO O| Oct 14 09:50:37.162 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78562024-10-14T09:50:38.291Z[ recovery-image] Oct 14 09:50:37.237 INFO O| Oct 14 09:50:37.236 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78572024-10-14T09:50:38.330Z[ recovery-image] Oct 14 09:50:37.276 INFO O| Oct 14 09:50:37.276 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78582024-10-14T09:50:38.344Z[ recovery-image] Oct 14 09:50:37.290 INFO O| Oct 14 09:50:37.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78592024-10-14T09:50:38.357Z[ recovery-image] Oct 14 09:50:37.303 INFO O| Oct 14 09:50:37.303 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78602024-10-14T09:50:38.428Z[ recovery-image] Oct 14 09:50:37.373 INFO O| Oct 14 09:50:37.373 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78612024-10-14T09:50:38.428Z[ recovery-image] Oct 14 09:50:37.374 INFO O| Oct 14 09:50:37.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78622024-10-14T09:50:38.430Z[ recovery-image] Oct 14 09:50:37.374 INFO O| Oct 14 09:50:37.374 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78632024-10-14T09:50:38.437Z[ recovery-image] Oct 14 09:50:37.383 INFO O| Oct 14 09:50:37.383 INFO boot environment UUID: 70b9d572-6964-4f7d-a006-277700eb812e
78642024-10-14T09:50:38.440Z[ recovery-image] Oct 14 09:50:37.383 INFO O| Oct 14 09:50:37.383 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 70b9d572-6964-4f7d-a006-277700eb812e
78652024-10-14T09:50:38.448Z[ recovery-image] Oct 14 09:50:37.394 INFO O| Oct 14 09:50:37.394 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78662024-10-14T09:50:38.459Z[ recovery-image] Oct 14 09:50:37.405 INFO O| Oct 14 09:50:37.405 INFO STEP 0 (create_be) COMPLETE
78672024-10-14T09:50:38.459Z[ recovery-image] Oct 14 09:50:37.405 INFO O| Oct 14 09:50:37.405 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78682024-10-14T09:50:38.477Z[ recovery-image] Oct 14 09:50:37.423 INFO O| Oct 14 09:50:37.423 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"]
78692024-10-14T09:50:40.006Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 43s
78702024-10-14T09:50:40.426ZOct 14 09:50:39.372 INFO [verify-libraries] process exited with exit status: 0 (347.993207551s)
78712024-10-14T09:50:41.068Z[ recovery-image] Oct 14 09:50:40.014 INFO O| Oct 14 09:50:40.014 INFO STEP 1 (unpack_tar) COMPLETE
78722024-10-14T09:50:41.069Z[ recovery-image] Oct 14 09:50:40.014 INFO O| Oct 14 09:50:40.014 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78732024-10-14T09:50:41.080Z[ recovery-image] Oct 14 09:50:40.026 INFO O| Oct 14 09:50:40.025 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78742024-10-14T09:50:41.518Z[ recovery-image] Oct 14 09:50:40.463 INFO O| Oct 14 09:50:40.463 INFO STEP 2 (devfsadm) COMPLETE
78752024-10-14T09:50:41.518Z[ recovery-image] Oct 14 09:50:40.463 INFO O| Oct 14 09:50:40.463 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78762024-10-14T09:50:41.528Z[ recovery-image] Oct 14 09:50:40.474 INFO O| Oct 14 09:50:40.474 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78772024-10-14T09:50:41.531Z[ recovery-image] Oct 14 09:50:40.474 INFO O| Oct 14 09:50:40.474 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78782024-10-14T09:50:41.531Z[ recovery-image] Oct 14 09:50:40.474 INFO O| Oct 14 09:50:40.474 INFO STEP 3 (ensure_dir) COMPLETE
78792024-10-14T09:50:41.531Z[ recovery-image] Oct 14 09:50:40.474 INFO O| Oct 14 09:50:40.474 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78802024-10-14T09:50:41.538Z[ recovery-image] Oct 14 09:50:40.484 INFO O| Oct 14 09:50:40.484 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78812024-10-14T09:50:41.539Z[ recovery-image] Oct 14 09:50:40.484 INFO O| Oct 14 09:50:40.484 INFO STEP 4 (ensure_dir) COMPLETE
78822024-10-14T09:50:41.539Z[ recovery-image] Oct 14 09:50:40.484 INFO O| Oct 14 09:50:40.484 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78832024-10-14T09:50:41.548Z[ recovery-image] Oct 14 09:50:40.494 INFO O| Oct 14 09:50:40.494 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78842024-10-14T09:50:41.548Z[ recovery-image] Oct 14 09:50:40.494 INFO O| Oct 14 09:50:40.494 INFO STEP 5 (ensure_dir) COMPLETE
78852024-10-14T09:50:41.549Z[ recovery-image] Oct 14 09:50:40.494 INFO O| Oct 14 09:50:40.494 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78862024-10-14T09:50:41.558Z[ recovery-image] Oct 14 09:50:40.504 INFO O| Oct 14 09:50:40.504 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78872024-10-14T09:50:41.558Z[ recovery-image] Oct 14 09:50:40.504 INFO O| Oct 14 09:50:40.504 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78882024-10-14T09:50:41.562Z[ recovery-image] Oct 14 09:50:40.504 INFO O| Oct 14 09:50:40.504 INFO STEP 6 (ensure_dir) COMPLETE
78892024-10-14T09:50:41.562Z[ recovery-image] Oct 14 09:50:40.504 INFO O| Oct 14 09:50:40.504 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78902024-10-14T09:50:41.569Z[ recovery-image] Oct 14 09:50:40.514 INFO O| Oct 14 09:50:40.514 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78912024-10-14T09:50:41.569Z[ recovery-image] Oct 14 09:50:40.514 INFO O| Oct 14 09:50:40.514 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78922024-10-14T09:50:41.572Z[ recovery-image] Oct 14 09:50:40.514 INFO O| Oct 14 09:50:40.514 INFO STEP 7 (ensure_dir) COMPLETE
78932024-10-14T09:50:41.572Z[ recovery-image] Oct 14 09:50:40.514 INFO O| Oct 14 09:50:40.514 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78942024-10-14T09:50:41.579Z[ recovery-image] Oct 14 09:50:40.524 INFO O| Oct 14 09:50:40.524 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78952024-10-14T09:50:41.581Z[ recovery-image] Oct 14 09:50:40.524 INFO O| Oct 14 09:50:40.524 INFO STEP 8 (remove_files) COMPLETE
78962024-10-14T09:50:41.581Z[ recovery-image] Oct 14 09:50:40.524 INFO O| Oct 14 09:50:40.524 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78972024-10-14T09:50:41.590Z[ recovery-image] Oct 14 09:50:40.534 INFO O| Oct 14 09:50:40.534 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78982024-10-14T09:50:41.593Z[ recovery-image] Oct 14 09:50:40.535 INFO O| Oct 14 09:50:40.535 INFO STEP 9 (remove_files) COMPLETE
78992024-10-14T09:50:41.593Z[ recovery-image] Oct 14 09:50:40.535 INFO O| Oct 14 09:50:40.535 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79002024-10-14T09:50:41.603Z[ recovery-image] Oct 14 09:50:40.545 INFO O| Oct 14 09:50:40.545 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79012024-10-14T09:50:41.606Z[ recovery-image] Oct 14 09:50:40.545 INFO O| Oct 14 09:50:40.545 INFO STEP 10 (remove_files) COMPLETE
79022024-10-14T09:50:41.606Z[ recovery-image] Oct 14 09:50:40.545 INFO O| Oct 14 09:50:40.545 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79032024-10-14T09:50:41.610Z[ recovery-image] Oct 14 09:50:40.555 INFO O| Oct 14 09:50:40.555 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79042024-10-14T09:50:41.613Z[ recovery-image] Oct 14 09:50:40.555 INFO O| Oct 14 09:50:40.555 INFO STEP 11 (remove_files) COMPLETE
79052024-10-14T09:50:41.613Z[ recovery-image] Oct 14 09:50:40.555 INFO O| Oct 14 09:50:40.555 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79062024-10-14T09:50:41.620Z[ recovery-image] Oct 14 09:50:40.566 INFO O| Oct 14 09:50:40.566 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79072024-10-14T09:50:41.623Z[ recovery-image] Oct 14 09:50:40.566 INFO O| Oct 14 09:50:40.566 INFO STEP 12 (remove_files) COMPLETE
79082024-10-14T09:50:41.623Z[ recovery-image] Oct 14 09:50:40.566 INFO O| Oct 14 09:50:40.566 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79092024-10-14T09:50:41.630Z[ recovery-image] Oct 14 09:50:40.576 INFO O| Oct 14 09:50:40.576 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79102024-10-14T09:50:41.633Z[ recovery-image] Oct 14 09:50:40.576 INFO O| Oct 14 09:50:40.576 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79112024-10-14T09:50:41.633Z[ recovery-image] Oct 14 09:50:40.576 INFO O| Oct 14 09:50:40.576 INFO STEP 13 (ensure_dir) COMPLETE
79122024-10-14T09:50:41.633Z[ recovery-image] Oct 14 09:50:40.576 INFO O| Oct 14 09:50:40.576 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79132024-10-14T09:50:41.640Z[ recovery-image] Oct 14 09:50:40.586 INFO O| Oct 14 09:50:40.586 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79142024-10-14T09:50:41.643Z[ recovery-image] Oct 14 09:50:40.586 INFO O| Oct 14 09:50:40.586 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79152024-10-14T09:50:41.643Z[ recovery-image] Oct 14 09:50:40.586 INFO O| Oct 14 09:50:40.586 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79162024-10-14T09:50:41.643Z[ recovery-image] Oct 14 09:50:40.586 INFO O| Oct 14 09:50:40.586 INFO STEP 14 (ensure_dir) COMPLETE
79172024-10-14T09:50:41.643Z[ recovery-image] Oct 14 09:50:40.586 INFO O| Oct 14 09:50:40.586 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79182024-10-14T09:50:41.652Z[ recovery-image] Oct 14 09:50:40.598 INFO O| Oct 14 09:50:40.598 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79192024-10-14T09:50:41.652Z[ recovery-image] Oct 14 09:50:40.598 INFO O| Oct 14 09:50:40.598 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79202024-10-14T09:50:41.654Z[ recovery-image] Oct 14 09:50:40.598 INFO O| Oct 14 09:50:40.598 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79212024-10-14T09:50:41.655Z[ recovery-image] Oct 14 09:50:40.598 INFO O| Oct 14 09:50:40.598 INFO STEP 15 (ensure_dir) COMPLETE
79222024-10-14T09:50:41.655Z[ recovery-image] Oct 14 09:50:40.598 INFO O| Oct 14 09:50:40.598 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79232024-10-14T09:50:41.662Z[ recovery-image] Oct 14 09:50:40.608 INFO O| Oct 14 09:50:40.608 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79242024-10-14T09:50:41.662Z[ recovery-image] Oct 14 09:50:40.608 INFO O| Oct 14 09:50:40.608 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79252024-10-14T09:50:41.665Z[ recovery-image] Oct 14 09:50:40.608 INFO O| Oct 14 09:50:40.608 INFO STEP 16 (ensure_dir) COMPLETE
79262024-10-14T09:50:41.665Z[ recovery-image] Oct 14 09:50:40.608 INFO O| Oct 14 09:50:40.608 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79272024-10-14T09:50:41.674Z[ recovery-image] Oct 14 09:50:40.620 INFO O| Oct 14 09:50:40.620 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79282024-10-14T09:50:41.674Z[ recovery-image] Oct 14 09:50:40.620 INFO O| Oct 14 09:50:40.620 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79292024-10-14T09:50:41.677Z[ recovery-image] Oct 14 09:50:40.620 INFO O| Oct 14 09:50:40.620 INFO STEP 17 (ensure_dir) COMPLETE
79302024-10-14T09:50:41.677Z[ recovery-image] Oct 14 09:50:40.620 INFO O| Oct 14 09:50:40.620 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79312024-10-14T09:50:41.685Z[ recovery-image] Oct 14 09:50:40.630 INFO O| Oct 14 09:50:40.630 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79322024-10-14T09:50:41.687Z[ recovery-image] Oct 14 09:50:40.630 INFO O| Oct 14 09:50:40.630 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79332024-10-14T09:50:41.687Z[ recovery-image] Oct 14 09:50:40.630 INFO O| Oct 14 09:50:40.630 INFO ok!
79342024-10-14T09:50:41.687Z[ recovery-image] Oct 14 09:50:40.630 INFO O| Oct 14 09:50:40.630 INFO STEP 18 (ensure_symlink) COMPLETE
79352024-10-14T09:50:41.687Z[ recovery-image] Oct 14 09:50:40.630 INFO O| Oct 14 09:50:40.630 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79362024-10-14T09:50:41.694Z[ recovery-image] Oct 14 09:50:40.640 INFO O| Oct 14 09:50:40.640 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79372024-10-14T09:50:41.697Z[ recovery-image] Oct 14 09:50:40.640 INFO O| Oct 14 09:50:40.640 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79382024-10-14T09:50:41.697Z[ recovery-image] Oct 14 09:50:40.640 INFO O| Oct 14 09:50:40.640 INFO ok!
79392024-10-14T09:50:41.697Z[ recovery-image] Oct 14 09:50:40.640 INFO O| Oct 14 09:50:40.640 INFO STEP 19 (ensure_file) COMPLETE
79402024-10-14T09:50:41.697Z[ recovery-image] Oct 14 09:50:40.640 INFO O| Oct 14 09:50:40.640 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79412024-10-14T09:50:41.705Z[ recovery-image] Oct 14 09:50:40.650 INFO O| Oct 14 09:50:40.650 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79422024-10-14T09:50:41.705Z[ recovery-image] Oct 14 09:50:40.650 INFO O| Oct 14 09:50:40.650 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79432024-10-14T09:50:41.707Z[ recovery-image] Oct 14 09:50:40.651 INFO O| Oct 14 09:50:40.651 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79442024-10-14T09:50:41.707Z[ recovery-image] Oct 14 09:50:40.651 INFO O| Oct 14 09:50:40.651 INFO ok!
79452024-10-14T09:50:41.707Z[ recovery-image] Oct 14 09:50:40.651 INFO O| Oct 14 09:50:40.651 INFO STEP 20 (ensure_symlink) COMPLETE
79462024-10-14T09:50:41.707Z[ recovery-image] Oct 14 09:50:40.651 INFO O| Oct 14 09:50:40.651 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79472024-10-14T09:50:41.715Z[ recovery-image] Oct 14 09:50:40.660 INFO O| Oct 14 09:50:40.660 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79482024-10-14T09:50:41.715Z[ recovery-image] Oct 14 09:50:40.660 INFO O| Oct 14 09:50:40.660 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79492024-10-14T09:50:41.718Z[ recovery-image] Oct 14 09:50:40.660 INFO O| Oct 14 09:50:40.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79502024-10-14T09:50:41.718Z[ recovery-image] Oct 14 09:50:40.661 INFO O| Oct 14 09:50:40.660 INFO ok!
79512024-10-14T09:50:41.718Z[ recovery-image] Oct 14 09:50:40.661 INFO O| Oct 14 09:50:40.660 INFO STEP 21 (ensure_symlink) COMPLETE
79522024-10-14T09:50:41.719Z[ recovery-image] Oct 14 09:50:40.661 INFO O| Oct 14 09:50:40.661 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79532024-10-14T09:50:41.725Z[ recovery-image] Oct 14 09:50:40.671 INFO O| Oct 14 09:50:40.670 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79542024-10-14T09:50:41.725Z[ recovery-image] Oct 14 09:50:40.671 INFO O| Oct 14 09:50:40.670 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79552024-10-14T09:50:41.727Z[ recovery-image] Oct 14 09:50:40.671 INFO O| Oct 14 09:50:40.671 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79562024-10-14T09:50:41.727Z[ recovery-image] Oct 14 09:50:40.671 INFO O| Oct 14 09:50:40.671 INFO ok!
79572024-10-14T09:50:41.727Z[ recovery-image] Oct 14 09:50:40.671 INFO O| Oct 14 09:50:40.671 INFO STEP 22 (ensure_symlink) COMPLETE
79582024-10-14T09:50:41.727Z[ recovery-image] Oct 14 09:50:40.671 INFO O| Oct 14 09:50:40.671 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79592024-10-14T09:50:41.735Z[ recovery-image] Oct 14 09:50:40.680 INFO O| Oct 14 09:50:40.680 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79602024-10-14T09:50:41.738Z[ recovery-image] Oct 14 09:50:40.681 INFO O| Oct 14 09:50:40.680 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79612024-10-14T09:50:41.738Z[ recovery-image] Oct 14 09:50:40.681 INFO O| Oct 14 09:50:40.681 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79622024-10-14T09:50:41.738Z[ recovery-image] Oct 14 09:50:40.681 INFO O| Oct 14 09:50:40.681 INFO ok!
79632024-10-14T09:50:41.738Z[ recovery-image] Oct 14 09:50:40.681 INFO O| Oct 14 09:50:40.681 INFO STEP 23 (ensure_symlink) COMPLETE
79642024-10-14T09:50:41.738Z[ recovery-image] Oct 14 09:50:40.681 INFO O| Oct 14 09:50:40.681 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79652024-10-14T09:50:41.745Z[ recovery-image] Oct 14 09:50:40.691 INFO O| Oct 14 09:50:40.691 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79662024-10-14T09:50:41.748Z[ recovery-image] Oct 14 09:50:40.691 INFO O| Oct 14 09:50:40.691 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 ...
79672024-10-14T09:50:41.748Z[ recovery-image] Oct 14 09:50:40.691 INFO O| Oct 14 09:50:40.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79682024-10-14T09:50:41.748Z[ recovery-image] Oct 14 09:50:40.691 INFO O| Oct 14 09:50:40.691 INFO ok!
79692024-10-14T09:50:41.748Z[ recovery-image] Oct 14 09:50:40.691 INFO O| Oct 14 09:50:40.691 INFO STEP 24 (ensure_file) COMPLETE
79702024-10-14T09:50:41.748Z[ recovery-image] Oct 14 09:50:40.691 INFO O| Oct 14 09:50:40.691 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79712024-10-14T09:50:41.756Z[ recovery-image] Oct 14 09:50:40.701 INFO O| Oct 14 09:50:40.701 INFO updating shadow file
79722024-10-14T09:50:41.758Z[ recovery-image] Oct 14 09:50:40.702 INFO O| Oct 14 09:50:40.702 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79732024-10-14T09:50:41.758Z[ recovery-image] Oct 14 09:50:40.702 INFO O| Oct 14 09:50:40.702 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79742024-10-14T09:50:41.758Z[ recovery-image] Oct 14 09:50:40.702 INFO O| Oct 14 09:50:40.702 INFO STEP 25 (shadow) COMPLETE
79752024-10-14T09:50:41.758Z[ recovery-image] Oct 14 09:50:40.702 INFO O| Oct 14 09:50:40.702 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79762024-10-14T09:50:41.766Z[ recovery-image] Oct 14 09:50:40.712 INFO O| Oct 14 09:50:40.712 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79772024-10-14T09:50:41.766Z[ recovery-image] Oct 14 09:50:40.712 INFO O| Oct 14 09:50:40.712 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79782024-10-14T09:50:41.769Z[ recovery-image] Oct 14 09:50:40.712 INFO O| Oct 14 09:50:40.712 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79792024-10-14T09:50:41.769Z[ recovery-image] Oct 14 09:50:40.712 INFO O| Oct 14 09:50:40.712 INFO ok!
79802024-10-14T09:50:41.769Z[ recovery-image] Oct 14 09:50:40.712 INFO O| Oct 14 09:50:40.712 INFO STEP 26 (ensure_file) COMPLETE
79812024-10-14T09:50:41.769Z[ recovery-image] Oct 14 09:50:40.712 INFO O| Oct 14 09:50:40.712 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79822024-10-14T09:50:41.777Z[ recovery-image] Oct 14 09:50:40.722 INFO O| Oct 14 09:50:40.722 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79832024-10-14T09:50:41.777Z[ recovery-image] Oct 14 09:50:40.722 INFO O| Oct 14 09:50:40.722 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79842024-10-14T09:50:41.777Z[ recovery-image] Oct 14 09:50:40.722 INFO O| Oct 14 09:50:40.722 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79852024-10-14T09:50:41.779Z[ recovery-image] Oct 14 09:50:40.722 INFO O| Oct 14 09:50:40.722 INFO ok!
79862024-10-14T09:50:41.779Z[ recovery-image] Oct 14 09:50:40.722 INFO O| Oct 14 09:50:40.722 INFO STEP 27 (ensure_file) COMPLETE
79872024-10-14T09:50:41.779Z[ recovery-image] Oct 14 09:50:40.722 INFO O| Oct 14 09:50:40.722 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79882024-10-14T09:50:41.787Z[ recovery-image] Oct 14 09:50:40.733 INFO O| Oct 14 09:50:40.732 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79892024-10-14T09:50:41.787Z[ recovery-image] Oct 14 09:50:40.733 INFO O| Oct 14 09:50:40.733 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79902024-10-14T09:50:41.789Z[ recovery-image] Oct 14 09:50:40.733 INFO O| Oct 14 09:50:40.733 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79912024-10-14T09:50:41.789Z[ recovery-image] Oct 14 09:50:40.733 INFO O| Oct 14 09:50:40.733 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79922024-10-14T09:50:41.789Z[ recovery-image] Oct 14 09:50:40.733 INFO O| Oct 14 09:50:40.733 INFO ok!
79932024-10-14T09:50:41.790Z[ recovery-image] Oct 14 09:50:40.733 INFO O| Oct 14 09:50:40.733 INFO STEP 28 (ensure_file) COMPLETE
79942024-10-14T09:50:41.790Z[ recovery-image] Oct 14 09:50:40.733 INFO O| Oct 14 09:50:40.733 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79952024-10-14T09:50:41.797Z[ recovery-image] Oct 14 09:50:40.743 INFO O| Oct 14 09:50:40.743 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79962024-10-14T09:50:41.797Z[ recovery-image] Oct 14 09:50:40.743 INFO O| Oct 14 09:50:40.743 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79972024-10-14T09:50:41.799Z[ recovery-image] Oct 14 09:50:40.743 INFO O| Oct 14 09:50:40.743 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79982024-10-14T09:50:41.799Z[ recovery-image] Oct 14 09:50:40.743 INFO O| Oct 14 09:50:40.743 INFO ok!
79992024-10-14T09:50:41.799Z[ recovery-image] Oct 14 09:50:40.743 INFO O| Oct 14 09:50:40.743 INFO STEP 29 (ensure_file) COMPLETE
80002024-10-14T09:50:41.799Z[ recovery-image] Oct 14 09:50:40.743 INFO O| Oct 14 09:50:40.743 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80012024-10-14T09:50:41.807Z[ recovery-image] Oct 14 09:50:40.753 INFO O| Oct 14 09:50:40.753 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80022024-10-14T09:50:41.807Z[ recovery-image] Oct 14 09:50:40.753 INFO O| Oct 14 09:50:40.753 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80032024-10-14T09:50:41.810Z[ recovery-image] Oct 14 09:50:40.753 INFO O| Oct 14 09:50:40.753 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80042024-10-14T09:50:41.810Z[ recovery-image] Oct 14 09:50:40.753 INFO O| Oct 14 09:50:40.753 INFO ok!
80052024-10-14T09:50:41.810Z[ recovery-image] Oct 14 09:50:40.753 INFO O| Oct 14 09:50:40.753 INFO STEP 30 (ensure_file) COMPLETE
80062024-10-14T09:50:41.810Z[ recovery-image] Oct 14 09:50:40.753 INFO O| Oct 14 09:50:40.753 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80072024-10-14T09:50:41.818Z[ recovery-image] Oct 14 09:50:40.764 INFO O| Oct 14 09:50:40.764 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80082024-10-14T09:50:41.818Z[ recovery-image] Oct 14 09:50:40.764 INFO O| Oct 14 09:50:40.764 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80092024-10-14T09:50:41.821Z[ recovery-image] Oct 14 09:50:40.764 INFO O| Oct 14 09:50:40.764 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80102024-10-14T09:50:41.821Z[ recovery-image] Oct 14 09:50:40.764 INFO O| Oct 14 09:50:40.764 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80112024-10-14T09:50:41.821Z[ recovery-image] Oct 14 09:50:40.764 INFO O| Oct 14 09:50:40.764 INFO ok!
80122024-10-14T09:50:41.821Z[ recovery-image] Oct 14 09:50:40.764 INFO O| Oct 14 09:50:40.764 INFO STEP 31 (ensure_file) COMPLETE
80132024-10-14T09:50:41.821Z[ recovery-image] Oct 14 09:50:40.764 INFO O| Oct 14 09:50:40.764 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80142024-10-14T09:50:41.831Z[ recovery-image] Oct 14 09:50:40.777 INFO O| Oct 14 09:50:40.777 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80152024-10-14T09:50:41.831Z[ recovery-image] Oct 14 09:50:40.777 INFO O| Oct 14 09:50:40.777 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80162024-10-14T09:50:41.834Z[ recovery-image] Oct 14 09:50:40.777 INFO O| Oct 14 09:50:40.777 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80172024-10-14T09:50:41.834Z[ recovery-image] Oct 14 09:50:40.777 INFO O| Oct 14 09:50:40.777 INFO ok!
80182024-10-14T09:50:41.834Z[ recovery-image] Oct 14 09:50:40.777 INFO O| Oct 14 09:50:40.777 INFO STEP 32 (ensure_file) COMPLETE
80192024-10-14T09:50:41.834Z[ recovery-image] Oct 14 09:50:40.777 INFO O| Oct 14 09:50:40.777 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80202024-10-14T09:50:41.842Z[ recovery-image] Oct 14 09:50:40.787 INFO O| Oct 14 09:50:40.787 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80212024-10-14T09:50:41.842Z[ recovery-image] Oct 14 09:50:40.787 INFO O| Oct 14 09:50:40.787 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80222024-10-14T09:50:41.845Z[ recovery-image] Oct 14 09:50:40.788 INFO O| Oct 14 09:50:40.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80232024-10-14T09:50:41.846Z[ recovery-image] Oct 14 09:50:40.788 INFO O| Oct 14 09:50:40.788 INFO ok!
80242024-10-14T09:50:41.846Z[ recovery-image] Oct 14 09:50:40.788 INFO O| Oct 14 09:50:40.788 INFO STEP 33 (ensure_file) COMPLETE
80252024-10-14T09:50:41.846Z[ recovery-image] Oct 14 09:50:40.788 INFO O| Oct 14 09:50:40.788 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80262024-10-14T09:50:41.853Z[ recovery-image] Oct 14 09:50:40.799 INFO O| Oct 14 09:50:40.799 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80272024-10-14T09:50:41.853Z[ recovery-image] Oct 14 09:50:40.799 INFO O| Oct 14 09:50:40.799 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80282024-10-14T09:50:41.856Z[ recovery-image] Oct 14 09:50:40.799 INFO O| Oct 14 09:50:40.799 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80292024-10-14T09:50:41.856Z[ recovery-image] Oct 14 09:50:40.799 INFO O| Oct 14 09:50:40.799 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80302024-10-14T09:50:41.856Z[ recovery-image] Oct 14 09:50:40.799 INFO O| Oct 14 09:50:40.799 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80312024-10-14T09:50:41.856Z[ recovery-image] Oct 14 09:50:40.799 INFO O| Oct 14 09:50:40.799 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80322024-10-14T09:50:41.856Z[ recovery-image] Oct 14 09:50:40.799 INFO O| Oct 14 09:50:40.799 INFO ok!
80332024-10-14T09:50:41.856Z[ recovery-image] Oct 14 09:50:40.799 INFO O| Oct 14 09:50:40.799 INFO STEP 34 (ensure_file) COMPLETE
80342024-10-14T09:50:41.856Z[ recovery-image] Oct 14 09:50:40.799 INFO O| Oct 14 09:50:40.799 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80352024-10-14T09:50:41.864Z[ recovery-image] Oct 14 09:50:40.810 INFO O| Oct 14 09:50:40.810 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80362024-10-14T09:50:41.867Z[ recovery-image] Oct 14 09:50:40.810 INFO O| Oct 14 09:50:40.810 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80372024-10-14T09:50:41.867Z[ recovery-image] Oct 14 09:50:40.810 INFO O| Oct 14 09:50:40.810 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80382024-10-14T09:50:41.867Z[ recovery-image] Oct 14 09:50:40.810 INFO O| Oct 14 09:50:40.810 INFO STEP 35 (ensure_dir) COMPLETE
80392024-10-14T09:50:41.867Z[ recovery-image] Oct 14 09:50:40.810 INFO O| Oct 14 09:50:40.810 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80402024-10-14T09:50:41.875Z[ recovery-image] Oct 14 09:50:40.821 INFO O| Oct 14 09:50:40.820 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
80412024-10-14T09:50:41.877Z[ recovery-image] Oct 14 09:50:40.821 INFO O| Oct 14 09:50:40.820 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 ...
80422024-10-14T09:50:41.877Z[ recovery-image] Oct 14 09:50:40.821 INFO O| Oct 14 09:50:40.821 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
80432024-10-14T09:50:41.877Z[ recovery-image] Oct 14 09:50:40.821 INFO O| Oct 14 09:50:40.821 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
80442024-10-14T09:50:41.877Z[ recovery-image] Oct 14 09:50:40.821 INFO O| Oct 14 09:50:40.821 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
80452024-10-14T09:50:41.877Z[ recovery-image] Oct 14 09:50:40.821 INFO O| Oct 14 09:50:40.821 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
80462024-10-14T09:50:41.877Z[ recovery-image] Oct 14 09:50:40.821 INFO O| Oct 14 09:50:40.821 INFO ok!
80472024-10-14T09:50:41.878Z[ recovery-image] Oct 14 09:50:40.821 INFO O| Oct 14 09:50:40.821 INFO STEP 36 (ensure_file) COMPLETE
80482024-10-14T09:50:41.878Z[ recovery-image] Oct 14 09:50:40.821 INFO O| Oct 14 09:50:40.821 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80492024-10-14T09:50:41.885Z[ recovery-image] Oct 14 09:50:40.831 INFO O| Oct 14 09:50:40.831 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80502024-10-14T09:50:41.885Z[ recovery-image] Oct 14 09:50:40.831 INFO O| Oct 14 09:50:40.831 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 ...
80512024-10-14T09:50:41.888Z[ recovery-image] Oct 14 09:50:40.831 INFO O| Oct 14 09:50:40.831 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80522024-10-14T09:50:41.888Z[ recovery-image] Oct 14 09:50:40.831 INFO O| Oct 14 09:50:40.831 INFO ok!
80532024-10-14T09:50:41.888Z[ recovery-image] Oct 14 09:50:40.831 INFO O| Oct 14 09:50:40.831 INFO STEP 37 (ensure_symlink) COMPLETE
80542024-10-14T09:50:41.888Z[ recovery-image] Oct 14 09:50:40.831 INFO O| Oct 14 09:50:40.831 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80552024-10-14T09:50:41.895Z[ recovery-image] Oct 14 09:50:40.841 INFO O| Oct 14 09:50:40.841 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80562024-10-14T09:50:41.895Z[ recovery-image] Oct 14 09:50:40.841 INFO O| Oct 14 09:50:40.841 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80572024-10-14T09:50:41.898Z[ recovery-image] Oct 14 09:50:40.841 INFO O| Oct 14 09:50:40.841 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80582024-10-14T09:50:41.898Z[ recovery-image] Oct 14 09:50:40.841 INFO O| Oct 14 09:50:40.841 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80592024-10-14T09:50:41.898Z[ recovery-image] Oct 14 09:50:40.841 INFO O| Oct 14 09:50:40.841 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80602024-10-14T09:50:41.898Z[ recovery-image] Oct 14 09:50:40.841 INFO O| Oct 14 09:50:40.841 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80612024-10-14T09:50:41.898Z[ recovery-image] Oct 14 09:50:40.841 INFO O| Oct 14 09:50:40.841 INFO ok!
80622024-10-14T09:50:41.898Z[ recovery-image] Oct 14 09:50:40.841 INFO O| Oct 14 09:50:40.841 INFO STEP 38 (ensure_file) COMPLETE
80632024-10-14T09:50:41.898Z[ recovery-image] Oct 14 09:50:40.841 INFO O| Oct 14 09:50:40.841 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80642024-10-14T09:50:41.906Z[ recovery-image] Oct 14 09:50:40.851 INFO O| Oct 14 09:50:40.851 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80652024-10-14T09:50:41.906Z[ recovery-image] Oct 14 09:50:40.851 INFO O| Oct 14 09:50:40.851 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 ...
80662024-10-14T09:50:41.908Z[ recovery-image] Oct 14 09:50:40.851 INFO O| Oct 14 09:50:40.851 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
80672024-10-14T09:50:41.908Z[ recovery-image] Oct 14 09:50:40.852 INFO O| Oct 14 09:50:40.851 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80682024-10-14T09:50:41.908Z[ recovery-image] Oct 14 09:50:40.852 INFO O| Oct 14 09:50:40.851 INFO ok!
80692024-10-14T09:50:41.908Z[ recovery-image] Oct 14 09:50:40.852 INFO O| Oct 14 09:50:40.852 INFO STEP 39 (ensure_file) COMPLETE
80702024-10-14T09:50:41.908Z[ recovery-image] Oct 14 09:50:40.852 INFO O| Oct 14 09:50:40.852 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80712024-10-14T09:50:41.916Z[ recovery-image] Oct 14 09:50:40.862 INFO O| Oct 14 09:50:40.861 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80722024-10-14T09:50:41.916Z[ recovery-image] Oct 14 09:50:40.862 INFO O| Oct 14 09:50:40.862 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80732024-10-14T09:50:41.918Z[ recovery-image] Oct 14 09:50:40.862 INFO O| Oct 14 09:50:40.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80742024-10-14T09:50:41.918Z[ recovery-image] Oct 14 09:50:40.862 INFO O| Oct 14 09:50:40.862 INFO ok!
80752024-10-14T09:50:41.919Z[ recovery-image] Oct 14 09:50:40.862 INFO O| Oct 14 09:50:40.862 INFO STEP 40 (ensure_file) COMPLETE
80762024-10-14T09:50:41.919Z[ recovery-image] Oct 14 09:50:40.862 INFO O| Oct 14 09:50:40.862 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80772024-10-14T09:50:41.926Z[ recovery-image] Oct 14 09:50:40.872 INFO O| Oct 14 09:50:40.872 INFO updating shadow file
80782024-10-14T09:50:41.929Z[ recovery-image] Oct 14 09:50:40.872 INFO O| Oct 14 09:50:40.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80792024-10-14T09:50:41.929Z[ recovery-image] Oct 14 09:50:40.872 INFO O| Oct 14 09:50:40.872 INFO STEP 41 (shadow) COMPLETE
80802024-10-14T09:50:41.929Z[ recovery-image] Oct 14 09:50:40.872 INFO O| Oct 14 09:50:40.872 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80812024-10-14T09:50:41.937Z[ recovery-image] Oct 14 09:50:40.882 INFO O| Oct 14 09:50:40.882 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80822024-10-14T09:50:41.937Z[ recovery-image] Oct 14 09:50:40.882 INFO O| Oct 14 09:50:40.882 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80832024-10-14T09:50:41.939Z[ recovery-image] Oct 14 09:50:40.882 INFO O| Oct 14 09:50:40.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80842024-10-14T09:50:41.939Z[ recovery-image] Oct 14 09:50:40.882 INFO O| Oct 14 09:50:40.882 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80852024-10-14T09:50:41.939Z[ recovery-image] Oct 14 09:50:40.882 INFO O| Oct 14 09:50:40.882 INFO ok!
80862024-10-14T09:50:41.939Z[ recovery-image] Oct 14 09:50:40.882 INFO O| Oct 14 09:50:40.882 INFO STEP 42 (ensure_file) COMPLETE
80872024-10-14T09:50:41.939Z[ recovery-image] Oct 14 09:50:40.882 INFO O| Oct 14 09:50:40.882 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80882024-10-14T09:50:41.947Z[ recovery-image] Oct 14 09:50:40.892 INFO O| Oct 14 09:50:40.892 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80892024-10-14T09:50:41.949Z[ recovery-image] Oct 14 09:50:40.892 INFO O| Oct 14 09:50:40.892 INFO STEP 43 (ensure_dir) COMPLETE
80902024-10-14T09:50:41.949Z[ recovery-image] Oct 14 09:50:40.892 INFO O| Oct 14 09:50:40.892 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80912024-10-14T09:50:41.957Z[ recovery-image] Oct 14 09:50:40.902 INFO O| Oct 14 09:50:40.902 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80922024-10-14T09:50:41.957Z[ recovery-image] Oct 14 09:50:40.902 INFO O| Oct 14 09:50:40.902 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80932024-10-14T09:50:41.959Z[ recovery-image] Oct 14 09:50:40.902 INFO O| Oct 14 09:50:40.902 INFO STEP 44 (ensure_dir) COMPLETE
80942024-10-14T09:50:41.959Z[ recovery-image] Oct 14 09:50:40.902 INFO O| Oct 14 09:50:40.902 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80952024-10-14T09:50:41.966Z[ recovery-image] Oct 14 09:50:40.912 INFO O| Oct 14 09:50:40.912 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80962024-10-14T09:50:41.969Z[ recovery-image] Oct 14 09:50:40.912 INFO O| Oct 14 09:50:40.912 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80972024-10-14T09:50:41.969Z[ recovery-image] Oct 14 09:50:40.912 INFO O| Oct 14 09:50:40.912 INFO STEP 45 (ensure_dir) COMPLETE
80982024-10-14T09:50:41.969Z[ recovery-image] Oct 14 09:50:40.912 INFO O| Oct 14 09:50:40.912 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80992024-10-14T09:50:41.976Z[ recovery-image] Oct 14 09:50:40.922 INFO O| Oct 14 09:50:40.922 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81002024-10-14T09:50:41.976Z[ recovery-image] Oct 14 09:50:40.922 INFO O| Oct 14 09:50:40.922 INFO copying /tmp/.tmpq7LyUG/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81012024-10-14T09:50:42.022Z[ recovery-image] Oct 14 09:50:40.967 INFO O| Oct 14 09:50:40.967 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81022024-10-14T09:50:42.022Z[ recovery-image] Oct 14 09:50:40.967 INFO O| Oct 14 09:50:40.967 INFO ok!
81032024-10-14T09:50:42.024Z[ recovery-image] Oct 14 09:50:40.967 INFO O| Oct 14 09:50:40.967 INFO STEP 46 (ensure_file) COMPLETE
81042024-10-14T09:50:42.025Z[ recovery-image] Oct 14 09:50:40.967 INFO O| Oct 14 09:50:40.967 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81052024-10-14T09:50:42.033Z[ recovery-image] Oct 14 09:50:40.978 INFO O| Oct 14 09:50:40.978 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81062024-10-14T09:50:42.033Z[ recovery-image] Oct 14 09:50:40.978 INFO O| Oct 14 09:50:40.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81072024-10-14T09:50:42.036Z[ recovery-image] Oct 14 09:50:40.978 INFO O| Oct 14 09:50:40.978 INFO STEP 47 (ensure_dir) COMPLETE
81082024-10-14T09:50:42.036Z[ recovery-image] Oct 14 09:50:40.978 INFO O| Oct 14 09:50:40.978 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81092024-10-14T09:50:42.047Z[ recovery-image] Oct 14 09:50:40.992 INFO O| Oct 14 09:50:40.992 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81102024-10-14T09:50:42.047Z[ recovery-image] Oct 14 09:50:40.992 INFO O| Oct 14 09:50:40.992 INFO copying /tmp/.tmpq7LyUG/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81112024-10-14T09:50:42.049Z[ recovery-image] Oct 14 09:50:40.992 INFO O| Oct 14 09:50:40.992 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81122024-10-14T09:50:42.049Z[ recovery-image] Oct 14 09:50:40.992 INFO O| Oct 14 09:50:40.992 INFO ok!
81132024-10-14T09:50:42.049Z[ recovery-image] Oct 14 09:50:40.992 INFO O| Oct 14 09:50:40.992 INFO STEP 48 (ensure_file) COMPLETE
81142024-10-14T09:50:42.049Z[ recovery-image] Oct 14 09:50:40.992 INFO O| Oct 14 09:50:40.992 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81152024-10-14T09:50:42.057Z[ recovery-image] Oct 14 09:50:41.003 INFO O| Oct 14 09:50:41.002 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81162024-10-14T09:50:42.060Z[ recovery-image] Oct 14 09:50:41.003 INFO O| Oct 14 09:50:41.003 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81172024-10-14T09:50:42.060Z[ recovery-image] Oct 14 09:50:41.003 INFO O| Oct 14 09:50:41.003 INFO STEP 49 (ensure_dir) COMPLETE
81182024-10-14T09:50:42.060Z[ recovery-image] Oct 14 09:50:41.003 INFO O| Oct 14 09:50:41.003 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81192024-10-14T09:50:42.068Z[ recovery-image] Oct 14 09:50:41.013 INFO O| Oct 14 09:50:41.013 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81202024-10-14T09:50:42.068Z[ recovery-image] Oct 14 09:50:41.013 INFO O| Oct 14 09:50:41.013 INFO copying /tmp/.tmpq7LyUG/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81212024-10-14T09:50:42.088Z[ recovery-image] Oct 14 09:50:41.034 INFO O| Oct 14 09:50:41.034 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81222024-10-14T09:50:42.088Z[ recovery-image] Oct 14 09:50:41.034 INFO O| Oct 14 09:50:41.034 INFO ok!
81232024-10-14T09:50:42.091Z[ recovery-image] Oct 14 09:50:41.034 INFO O| Oct 14 09:50:41.034 INFO STEP 50 (ensure_file) COMPLETE
81242024-10-14T09:50:42.091Z[ recovery-image] Oct 14 09:50:41.034 INFO O| Oct 14 09:50:41.034 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81252024-10-14T09:50:42.099Z[ recovery-image] Oct 14 09:50:41.044 INFO O| Oct 14 09:50:41.044 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81262024-10-14T09:50:42.099Z[ recovery-image] Oct 14 09:50:41.044 INFO O| Oct 14 09:50:41.044 INFO copying /tmp/.tmpq7LyUG/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81272024-10-14T09:50:42.618Z[ recovery-image] Oct 14 09:50:41.564 INFO O| Oct 14 09:50:41.563 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81282024-10-14T09:50:42.618Z[ recovery-image] Oct 14 09:50:41.564 INFO O| Oct 14 09:50:41.564 INFO ok!
81292024-10-14T09:50:42.621Z[ recovery-image] Oct 14 09:50:41.564 INFO O| Oct 14 09:50:41.564 INFO STEP 51 (ensure_file) COMPLETE
81302024-10-14T09:50:42.621Z[ recovery-image] Oct 14 09:50:41.564 INFO O| Oct 14 09:50:41.564 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81312024-10-14T09:50:42.629Z[ recovery-image] Oct 14 09:50:41.575 INFO O| Oct 14 09:50:41.575 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81322024-10-14T09:50:42.632Z[ recovery-image] Oct 14 09:50:41.575 INFO O| Oct 14 09:50:41.575 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81332024-10-14T09:50:42.632Z[ recovery-image] Oct 14 09:50:41.575 INFO O| Oct 14 09:50:41.575 INFO STEP 52 (ensure_dir) COMPLETE
81342024-10-14T09:50:42.632Z[ recovery-image] Oct 14 09:50:41.575 INFO O| Oct 14 09:50:41.575 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81352024-10-14T09:50:42.640Z[ recovery-image] Oct 14 09:50:41.585 INFO O| Oct 14 09:50:41.585 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81362024-10-14T09:50:42.642Z[ recovery-image] Oct 14 09:50:41.585 INFO O| Oct 14 09:50:41.585 INFO copying /tmp/.tmpq7LyUG/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 ...
81372024-10-14T09:50:42.642Z[ recovery-image] Oct 14 09:50:41.585 INFO O| Oct 14 09:50:41.585 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
81382024-10-14T09:50:42.642Z[ recovery-image] Oct 14 09:50:41.585 INFO O| Oct 14 09:50:41.585 INFO ok!
81392024-10-14T09:50:42.643Z[ recovery-image] Oct 14 09:50:41.585 INFO O| Oct 14 09:50:41.585 INFO STEP 53 (ensure_file) COMPLETE
81402024-10-14T09:50:42.643Z[ recovery-image] Oct 14 09:50:41.586 INFO O| Oct 14 09:50:41.585 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81412024-10-14T09:50:42.650Z[ recovery-image] Oct 14 09:50:41.595 INFO O| Oct 14 09:50:41.595 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81422024-10-14T09:50:42.650Z[ recovery-image] Oct 14 09:50:41.595 INFO O| Oct 14 09:50:41.595 INFO copying /tmp/.tmpq7LyUG/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 ...
81432024-10-14T09:50:42.652Z[ recovery-image] Oct 14 09:50:41.595 INFO O| Oct 14 09:50:41.595 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
81442024-10-14T09:50:42.652Z[ recovery-image] Oct 14 09:50:41.595 INFO O| Oct 14 09:50:41.595 INFO ok!
81452024-10-14T09:50:42.652Z[ recovery-image] Oct 14 09:50:41.595 INFO O| Oct 14 09:50:41.595 INFO STEP 54 (ensure_file) COMPLETE
81462024-10-14T09:50:42.652Z[ recovery-image] Oct 14 09:50:41.595 INFO O| Oct 14 09:50:41.595 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81472024-10-14T09:50:42.660Z[ recovery-image] Oct 14 09:50:41.606 INFO O| Oct 14 09:50:41.605 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81482024-10-14T09:50:42.660Z[ recovery-image] Oct 14 09:50:41.606 INFO O| Oct 14 09:50:41.606 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81492024-10-14T09:50:42.660Z[ recovery-image] Oct 14 09:50:41.606 INFO O| Oct 14 09:50:41.606 INFO STEP 55 (ensure_dir) COMPLETE
81502024-10-14T09:50:42.662Z[ recovery-image] Oct 14 09:50:41.606 INFO O| Oct 14 09:50:41.606 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81512024-10-14T09:50:42.670Z[ recovery-image] Oct 14 09:50:41.616 INFO O| Oct 14 09:50:41.616 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81522024-10-14T09:50:42.670Z[ recovery-image] Oct 14 09:50:41.616 INFO O| Oct 14 09:50:41.616 INFO copying /tmp/.tmpq7LyUG/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 ...
81532024-10-14T09:50:42.673Z[ recovery-image] Oct 14 09:50:41.616 INFO O| Oct 14 09:50:41.616 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81542024-10-14T09:50:42.673Z[ recovery-image] Oct 14 09:50:41.616 INFO O| Oct 14 09:50:41.616 INFO ok!
81552024-10-14T09:50:42.673Z[ recovery-image] Oct 14 09:50:41.616 INFO O| Oct 14 09:50:41.616 INFO STEP 56 (ensure_file) COMPLETE
81562024-10-14T09:50:42.673Z[ recovery-image] Oct 14 09:50:41.616 INFO O| Oct 14 09:50:41.616 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81572024-10-14T09:50:42.680Z[ recovery-image] Oct 14 09:50:41.626 INFO O| Oct 14 09:50:41.626 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81582024-10-14T09:50:42.680Z[ recovery-image] Oct 14 09:50:41.626 INFO O| Oct 14 09:50:41.626 INFO copying /tmp/.tmpq7LyUG/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 ...
81592024-10-14T09:50:42.683Z[ recovery-image] Oct 14 09:50:41.626 INFO O| Oct 14 09:50:41.626 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
81602024-10-14T09:50:42.683Z[ recovery-image] Oct 14 09:50:41.626 INFO O| Oct 14 09:50:41.626 INFO ok!
81612024-10-14T09:50:42.683Z[ recovery-image] Oct 14 09:50:41.626 INFO O| Oct 14 09:50:41.626 INFO STEP 57 (ensure_file) COMPLETE
81622024-10-14T09:50:42.683Z[ recovery-image] Oct 14 09:50:41.626 INFO O| Oct 14 09:50:41.626 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81632024-10-14T09:50:42.690Z[ recovery-image] Oct 14 09:50:41.636 INFO O| Oct 14 09:50:41.636 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81642024-10-14T09:50:42.693Z[ recovery-image] Oct 14 09:50:41.636 INFO O| Oct 14 09:50:41.636 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81652024-10-14T09:50:42.693Z[ recovery-image] Oct 14 09:50:41.636 INFO O| Oct 14 09:50:41.636 INFO STEP 58 (ensure_dir) COMPLETE
81662024-10-14T09:50:42.693Z[ recovery-image] Oct 14 09:50:41.636 INFO O| Oct 14 09:50:41.636 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81672024-10-14T09:50:42.700Z[ recovery-image] Oct 14 09:50:41.646 INFO O| Oct 14 09:50:41.646 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81682024-10-14T09:50:42.703Z[ recovery-image] Oct 14 09:50:41.646 INFO O| Oct 14 09:50:41.646 INFO copying /tmp/.tmpq7LyUG/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 ...
81692024-10-14T09:50:42.703Z[ recovery-image] Oct 14 09:50:41.646 INFO O| Oct 14 09:50:41.646 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81702024-10-14T09:50:42.703Z[ recovery-image] Oct 14 09:50:41.646 INFO O| Oct 14 09:50:41.646 INFO ok!
81712024-10-14T09:50:42.703Z[ recovery-image] Oct 14 09:50:41.646 INFO O| Oct 14 09:50:41.646 INFO STEP 59 (ensure_file) COMPLETE
81722024-10-14T09:50:42.703Z[ recovery-image] Oct 14 09:50:41.646 INFO O| Oct 14 09:50:41.646 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81732024-10-14T09:50:42.711Z[ recovery-image] Oct 14 09:50:41.656 INFO O| Oct 14 09:50:41.656 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81742024-10-14T09:50:42.713Z[ recovery-image] Oct 14 09:50:41.656 INFO O| Oct 14 09:50:41.656 INFO copying /tmp/.tmpq7LyUG/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81752024-10-14T09:50:42.713Z[ recovery-image] Oct 14 09:50:41.656 INFO O| Oct 14 09:50:41.656 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81762024-10-14T09:50:42.713Z[ recovery-image] Oct 14 09:50:41.656 INFO O| Oct 14 09:50:41.656 INFO ok!
81772024-10-14T09:50:42.713Z[ recovery-image] Oct 14 09:50:41.656 INFO O| Oct 14 09:50:41.656 INFO STEP 60 (ensure_file) COMPLETE
81782024-10-14T09:50:42.713Z[ recovery-image] Oct 14 09:50:41.656 INFO O| Oct 14 09:50:41.656 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81792024-10-14T09:50:42.721Z[ recovery-image] Oct 14 09:50:41.666 INFO O| Oct 14 09:50:41.666 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81802024-10-14T09:50:42.721Z[ recovery-image] Oct 14 09:50:41.666 INFO O| Oct 14 09:50:41.666 INFO STEP 61 (ensure_dir) COMPLETE
81812024-10-14T09:50:42.724Z[ recovery-image] Oct 14 09:50:41.666 INFO O| Oct 14 09:50:41.666 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81822024-10-14T09:50:42.731Z[ recovery-image] Oct 14 09:50:41.676 INFO O| Oct 14 09:50:41.676 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81832024-10-14T09:50:42.733Z[ recovery-image] Oct 14 09:50:41.676 INFO O| Oct 14 09:50:41.676 INFO STEP 62 (ensure_dir) COMPLETE
81842024-10-14T09:50:42.733Z[ recovery-image] Oct 14 09:50:41.676 INFO O| Oct 14 09:50:41.676 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81852024-10-14T09:50:42.741Z[ recovery-image] Oct 14 09:50:41.686 INFO O| Oct 14 09:50:41.686 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81862024-10-14T09:50:42.741Z[ recovery-image] Oct 14 09:50:41.686 INFO O| Oct 14 09:50:41.686 INFO STEP 63 (ensure_dir) COMPLETE
81872024-10-14T09:50:42.744Z[ recovery-image] Oct 14 09:50:41.686 INFO O| Oct 14 09:50:41.686 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81882024-10-14T09:50:42.753Z[ recovery-image] Oct 14 09:50:41.698 INFO O| Oct 14 09:50:41.698 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81892024-10-14T09:50:42.753Z[ recovery-image] Oct 14 09:50:41.698 INFO O| Oct 14 09:50:41.698 INFO STEP 64 (ensure_dir) COMPLETE
81902024-10-14T09:50:42.755Z[ recovery-image] Oct 14 09:50:41.698 INFO O| Oct 14 09:50:41.698 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81912024-10-14T09:50:42.764Z[ recovery-image] Oct 14 09:50:41.709 INFO O| Oct 14 09:50:41.709 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81922024-10-14T09:50:42.764Z[ recovery-image] Oct 14 09:50:41.709 INFO O| Oct 14 09:50:41.709 INFO copying /tmp/.tmpq7LyUG/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81932024-10-14T09:50:42.766Z[ recovery-image] Oct 14 09:50:41.709 INFO O| Oct 14 09:50:41.709 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81942024-10-14T09:50:42.766Z[ recovery-image] Oct 14 09:50:41.709 INFO O| Oct 14 09:50:41.709 INFO ok!
81952024-10-14T09:50:42.766Z[ recovery-image] Oct 14 09:50:41.709 INFO O| Oct 14 09:50:41.709 INFO STEP 65 (ensure_file) COMPLETE
81962024-10-14T09:50:42.766Z[ recovery-image] Oct 14 09:50:41.709 INFO O| Oct 14 09:50:41.709 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81972024-10-14T09:50:42.774Z[ recovery-image] Oct 14 09:50:41.720 INFO O| Oct 14 09:50:41.720 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81982024-10-14T09:50:42.777Z[ recovery-image] Oct 14 09:50:41.720 INFO O| Oct 14 09:50:41.720 INFO STEP 66 (remove_files) COMPLETE
81992024-10-14T09:50:42.777Z[ recovery-image] Oct 14 09:50:41.720 INFO O| Oct 14 09:50:41.720 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82002024-10-14T09:50:42.785Z[ recovery-image] Oct 14 09:50:41.730 INFO O| Oct 14 09:50:41.730 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82012024-10-14T09:50:42.787Z[ recovery-image] Oct 14 09:50:41.730 INFO O| Oct 14 09:50:41.730 INFO STEP 67 (remove_files) COMPLETE
82022024-10-14T09:50:42.787Z[ recovery-image] Oct 14 09:50:41.730 INFO O| Oct 14 09:50:41.730 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82032024-10-14T09:50:42.795Z[ recovery-image] Oct 14 09:50:41.740 INFO O| Oct 14 09:50:41.740 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82042024-10-14T09:50:42.797Z[ recovery-image] Oct 14 09:50:41.740 INFO O| Oct 14 09:50:41.740 INFO STEP 68 (remove_files) COMPLETE
82052024-10-14T09:50:42.797Z[ recovery-image] Oct 14 09:50:41.740 INFO O| Oct 14 09:50:41.740 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82062024-10-14T09:50:42.805Z[ recovery-image] Oct 14 09:50:41.750 INFO O| Oct 14 09:50:41.750 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82072024-10-14T09:50:42.807Z[ recovery-image] Oct 14 09:50:41.751 INFO O| Oct 14 09:50:41.751 INFO STEP 69 (remove_files) COMPLETE
82082024-10-14T09:50:42.807Z[ recovery-image] Oct 14 09:50:41.751 INFO O| Oct 14 09:50:41.751 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82092024-10-14T09:50:42.815Z[ recovery-image] Oct 14 09:50:41.761 INFO O| Oct 14 09:50:41.761 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82102024-10-14T09:50:42.817Z[ recovery-image] Oct 14 09:50:41.761 INFO O| Oct 14 09:50:41.761 INFO STEP 70 (remove_files) COMPLETE
82112024-10-14T09:50:42.817Z[ recovery-image] Oct 14 09:50:41.761 INFO O| Oct 14 09:50:41.761 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82122024-10-14T09:50:42.826Z[ recovery-image] Oct 14 09:50:41.771 INFO O| Oct 14 09:50:41.770 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82132024-10-14T09:50:42.828Z[ recovery-image] Oct 14 09:50:41.771 INFO O| Oct 14 09:50:41.771 INFO STEP 71 (remove_files) COMPLETE
82142024-10-14T09:50:42.828Z[ recovery-image] Oct 14 09:50:41.771 INFO O| Oct 14 09:50:41.771 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82152024-10-14T09:50:42.835Z[ recovery-image] Oct 14 09:50:41.781 INFO O| Oct 14 09:50:41.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82162024-10-14T09:50:42.836Z[ recovery-image] Oct 14 09:50:41.781 INFO O| Oct 14 09:50:41.781 INFO STEP 72 (remove_files) COMPLETE
82172024-10-14T09:50:42.838Z[ recovery-image] Oct 14 09:50:41.781 INFO O| Oct 14 09:50:41.781 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82182024-10-14T09:50:42.846Z[ recovery-image] Oct 14 09:50:41.791 INFO O| Oct 14 09:50:41.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82192024-10-14T09:50:42.848Z[ recovery-image] Oct 14 09:50:41.791 INFO O| Oct 14 09:50:41.791 INFO STEP 73 (remove_files) COMPLETE
82202024-10-14T09:50:42.848Z[ recovery-image] Oct 14 09:50:41.791 INFO O| Oct 14 09:50:41.791 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82212024-10-14T09:50:42.856Z[ recovery-image] Oct 14 09:50:41.801 INFO O| Oct 14 09:50:41.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82222024-10-14T09:50:42.856Z[ recovery-image] Oct 14 09:50:41.801 INFO O| Oct 14 09:50:41.801 INFO STEP 74 (remove_files) COMPLETE
82232024-10-14T09:50:42.858Z[ recovery-image] Oct 14 09:50:41.801 INFO O| Oct 14 09:50:41.801 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82242024-10-14T09:50:42.866Z[ recovery-image] Oct 14 09:50:41.811 INFO O| Oct 14 09:50:41.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82252024-10-14T09:50:42.868Z[ recovery-image] Oct 14 09:50:41.811 INFO O| Oct 14 09:50:41.811 INFO STEP 75 (remove_files) COMPLETE
82262024-10-14T09:50:42.868Z[ recovery-image] Oct 14 09:50:41.812 INFO O| Oct 14 09:50:41.811 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82272024-10-14T09:50:42.876Z[ recovery-image] Oct 14 09:50:41.821 INFO O| Oct 14 09:50:41.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82282024-10-14T09:50:42.879Z[ recovery-image] Oct 14 09:50:41.821 INFO O| Oct 14 09:50:41.821 INFO STEP 76 (remove_files) COMPLETE
82292024-10-14T09:50:42.879Z[ recovery-image] Oct 14 09:50:41.821 INFO O| Oct 14 09:50:41.821 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82302024-10-14T09:50:42.886Z[ recovery-image] Oct 14 09:50:41.831 INFO O| Oct 14 09:50:41.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82312024-10-14T09:50:42.886Z[ recovery-image] Oct 14 09:50:41.831 INFO O| Oct 14 09:50:41.831 INFO STEP 77 (remove_files) COMPLETE
82322024-10-14T09:50:42.888Z[ recovery-image] Oct 14 09:50:41.831 INFO O| Oct 14 09:50:41.831 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82332024-10-14T09:50:42.898Z[ recovery-image] Oct 14 09:50:41.841 INFO O| Oct 14 09:50:41.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82342024-10-14T09:50:42.898Z[ recovery-image] Oct 14 09:50:41.841 INFO O| Oct 14 09:50:41.841 INFO STEP 78 (remove_files) COMPLETE
82352024-10-14T09:50:42.899Z[ recovery-image] Oct 14 09:50:41.841 INFO O| Oct 14 09:50:41.841 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82362024-10-14T09:50:42.905Z[ recovery-image] Oct 14 09:50:41.851 INFO O| Oct 14 09:50:41.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82372024-10-14T09:50:42.908Z[ recovery-image] Oct 14 09:50:41.851 INFO O| Oct 14 09:50:41.851 INFO STEP 79 (remove_files) COMPLETE
82382024-10-14T09:50:42.908Z[ recovery-image] Oct 14 09:50:41.851 INFO O| Oct 14 09:50:41.851 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82392024-10-14T09:50:42.915Z[ recovery-image] Oct 14 09:50:41.861 INFO O| Oct 14 09:50:41.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82402024-10-14T09:50:42.918Z[ recovery-image] Oct 14 09:50:41.861 INFO O| Oct 14 09:50:41.861 INFO STEP 80 (remove_files) COMPLETE
82412024-10-14T09:50:42.918Z[ recovery-image] Oct 14 09:50:41.861 INFO O| Oct 14 09:50:41.861 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82422024-10-14T09:50:42.926Z[ recovery-image] Oct 14 09:50:41.871 INFO O| Oct 14 09:50:41.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82432024-10-14T09:50:42.926Z[ recovery-image] Oct 14 09:50:41.871 INFO O| Oct 14 09:50:41.871 INFO STEP 81 (remove_files) COMPLETE
82442024-10-14T09:50:42.926Z[ recovery-image] Oct 14 09:50:41.871 INFO O| Oct 14 09:50:41.871 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82452024-10-14T09:50:42.936Z[ recovery-image] Oct 14 09:50:41.881 INFO O| Oct 14 09:50:41.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82462024-10-14T09:50:42.936Z[ recovery-image] Oct 14 09:50:41.881 INFO O| Oct 14 09:50:41.881 INFO STEP 82 (remove_files) COMPLETE
82472024-10-14T09:50:42.938Z[ recovery-image] Oct 14 09:50:41.881 INFO O| Oct 14 09:50:41.881 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82482024-10-14T09:50:42.945Z[ recovery-image] Oct 14 09:50:41.891 INFO O| Oct 14 09:50:41.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82492024-10-14T09:50:42.946Z[ recovery-image] Oct 14 09:50:41.891 INFO O| Oct 14 09:50:41.891 INFO STEP 83 (remove_files) COMPLETE
82502024-10-14T09:50:42.946Z[ recovery-image] Oct 14 09:50:41.891 INFO O| Oct 14 09:50:41.891 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82512024-10-14T09:50:42.956Z[ recovery-image] Oct 14 09:50:41.901 INFO O| Oct 14 09:50:41.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82522024-10-14T09:50:42.958Z[ recovery-image] Oct 14 09:50:41.901 INFO O| Oct 14 09:50:41.901 INFO STEP 84 (remove_files) COMPLETE
82532024-10-14T09:50:42.958Z[ recovery-image] Oct 14 09:50:41.901 INFO O| Oct 14 09:50:41.901 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82542024-10-14T09:50:42.966Z[ recovery-image] Oct 14 09:50:41.911 INFO O| Oct 14 09:50:41.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82552024-10-14T09:50:42.966Z[ recovery-image] Oct 14 09:50:41.911 INFO O| Oct 14 09:50:41.911 INFO STEP 85 (remove_files) COMPLETE
82562024-10-14T09:50:42.968Z[ recovery-image] Oct 14 09:50:41.911 INFO O| Oct 14 09:50:41.911 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82572024-10-14T09:50:42.975Z[ recovery-image] Oct 14 09:50:41.921 INFO O| Oct 14 09:50:41.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82582024-10-14T09:50:42.978Z[ recovery-image] Oct 14 09:50:41.921 INFO O| Oct 14 09:50:41.921 INFO STEP 86 (remove_files) COMPLETE
82592024-10-14T09:50:42.978Z[ recovery-image] Oct 14 09:50:41.921 INFO O| Oct 14 09:50:41.921 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82602024-10-14T09:50:42.986Z[ recovery-image] Oct 14 09:50:41.931 INFO O| Oct 14 09:50:41.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82612024-10-14T09:50:42.986Z[ recovery-image] Oct 14 09:50:41.931 INFO O| Oct 14 09:50:41.931 INFO STEP 87 (remove_files) COMPLETE
82622024-10-14T09:50:42.986Z[ recovery-image] Oct 14 09:50:41.931 INFO O| Oct 14 09:50:41.931 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82632024-10-14T09:50:42.996Z[ recovery-image] Oct 14 09:50:41.941 INFO O| Oct 14 09:50:41.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82642024-10-14T09:50:42.996Z[ recovery-image] Oct 14 09:50:41.941 INFO O| Oct 14 09:50:41.941 INFO STEP 88 (remove_files) COMPLETE
82652024-10-14T09:50:42.998Z[ recovery-image] Oct 14 09:50:41.941 INFO O| Oct 14 09:50:41.941 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82662024-10-14T09:50:43.006Z[ recovery-image] Oct 14 09:50:41.951 INFO O| Oct 14 09:50:41.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82672024-10-14T09:50:43.006Z[ recovery-image] Oct 14 09:50:41.951 INFO O| Oct 14 09:50:41.951 INFO STEP 89 (remove_files) COMPLETE
82682024-10-14T09:50:43.006Z[ recovery-image] Oct 14 09:50:41.951 INFO O| Oct 14 09:50:41.951 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82692024-10-14T09:50:43.016Z[ recovery-image] Oct 14 09:50:41.961 INFO O| Oct 14 09:50:41.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82702024-10-14T09:50:43.016Z[ recovery-image] Oct 14 09:50:41.961 INFO O| Oct 14 09:50:41.961 INFO STEP 90 (remove_files) COMPLETE
82712024-10-14T09:50:43.018Z[ recovery-image] Oct 14 09:50:41.961 INFO O| Oct 14 09:50:41.961 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82722024-10-14T09:50:43.025Z[ recovery-image] Oct 14 09:50:41.971 INFO O| Oct 14 09:50:41.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82732024-10-14T09:50:43.026Z[ recovery-image] Oct 14 09:50:41.971 INFO O| Oct 14 09:50:41.971 INFO STEP 91 (remove_files) COMPLETE
82742024-10-14T09:50:43.028Z[ recovery-image] Oct 14 09:50:41.971 INFO O| Oct 14 09:50:41.971 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82752024-10-14T09:50:43.036Z[ recovery-image] Oct 14 09:50:41.981 INFO O| Oct 14 09:50:41.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82762024-10-14T09:50:43.038Z[ recovery-image] Oct 14 09:50:41.981 INFO O| Oct 14 09:50:41.981 INFO STEP 92 (remove_files) COMPLETE
82772024-10-14T09:50:43.038Z[ recovery-image] Oct 14 09:50:41.982 INFO O| Oct 14 09:50:41.981 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82782024-10-14T09:50:43.046Z[ recovery-image] Oct 14 09:50:41.991 INFO O| Oct 14 09:50:41.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82792024-10-14T09:50:43.048Z[ recovery-image] Oct 14 09:50:41.992 INFO O| Oct 14 09:50:41.991 INFO STEP 93 (remove_files) COMPLETE
82802024-10-14T09:50:43.049Z[ recovery-image] Oct 14 09:50:41.992 INFO O| Oct 14 09:50:41.992 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82812024-10-14T09:50:43.056Z[ recovery-image] Oct 14 09:50:42.001 INFO O| Oct 14 09:50:42.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82822024-10-14T09:50:43.056Z[ recovery-image] Oct 14 09:50:42.002 INFO O| Oct 14 09:50:42.002 INFO STEP 94 (remove_files) COMPLETE
82832024-10-14T09:50:43.056Z[ recovery-image] Oct 14 09:50:42.002 INFO O| Oct 14 09:50:42.002 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82842024-10-14T09:50:43.071Z[ recovery-image] Oct 14 09:50:42.017 INFO O| Oct 14 09:50:42.017 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82852024-10-14T09:50:43.074Z[ recovery-image] Oct 14 09:50:42.017 INFO O| Oct 14 09:50:42.017 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
82862024-10-14T09:50:50.679Z[ recovery-image] Oct 14 09:50:49.623 INFO O| Oct 14 09:50:49.623 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
82872024-10-14T09:50:50.680Z[ recovery-image] Oct 14 09:50:49.623 INFO O| Oct 14 09:50:49.623 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82882024-10-14T09:50:50.692Z[ recovery-image] Oct 14 09:50:49.637 INFO O| Oct 14 09:50:49.637 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"}
82892024-10-14T09:50:50.770Z[ recovery-image] Oct 14 09:50:49.714 INFO O| Oct 14 09:50:49.714 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82902024-10-14T09:50:50.770Z[ recovery-image] Oct 14 09:50:49.714 INFO O| Oct 14 09:50:49.714 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 ...
82912024-10-14T09:50:50.772Z[ recovery-image] Oct 14 09:50:49.716 INFO O| Oct 14 09:50:49.716 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82922024-10-14T09:50:50.772Z[ recovery-image] Oct 14 09:50:49.716 INFO O| Oct 14 09:50:49.716 INFO ok!
82932024-10-14T09:50:50.772Z[ recovery-image] Oct 14 09:50:49.716 INFO O| Oct 14 09:50:49.716 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
82942024-10-14T09:50:50.772Z[ recovery-image] Oct 14 09:50:49.716 INFO O| Oct 14 09:50:49.716 INFO STEP 95 (seed_smf) COMPLETE
82952024-10-14T09:50:50.772Z[ recovery-image] Oct 14 09:50:49.716 INFO O| Oct 14 09:50:49.716 INFO steps complete; finalising image!
82962024-10-14T09:50:50.772Z[ recovery-image] Oct 14 09:50:49.716 INFO O| Oct 14 09:50:49.716 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
82972024-10-14T09:50:50.806Z[ recovery-image] Oct 14 09:50:49.750 INFO O| Oct 14 09:50:49.750 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Mon Oct 14 09:50:49 2024)
82982024-10-14T09:50:51.018Z[ recovery-image] Oct 14 09:50:49.962 INFO O| Oct 14 09:50:49.962 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Mon Oct 14 09:50:49 2024)
82992024-10-14T09:50:51.244Z[ recovery-image] Oct 14 09:50:50.188 INFO O| Oct 14 09:50:50.188 INFO temporary pool has 401M used, 1.36G avail, 1.00x compressratio
83002024-10-14T09:50:51.246Z[ recovery-image] Oct 14 09:50:50.188 INFO O| Oct 14 09:50:50.188 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83012024-10-14T09:50:51.471Z[ recovery-image] Oct 14 09:50:50.415 INFO O| Oct 14 09:50:50.415 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
83022024-10-14T09:50:51.473Z[ recovery-image] Oct 14 09:50:50.415 INFO O| Oct 14 09:50:50.415 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83032024-10-14T09:50:54.433Z[ recovery-image] Oct 14 09:50:53.377 INFO O| Oct 14 09:50:53.376 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83042024-10-14T09:50:54.433Z[ recovery-image] Oct 14 09:50:53.377 INFO O| Oct 14 09:50:53.377 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83052024-10-14T09:50:54.436Z[ recovery-image] Oct 14 09:50:53.377 INFO O| Oct 14 09:50:53.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83062024-10-14T09:50:54.436Z[ recovery-image] Oct 14 09:50:53.377 INFO O| Oct 14 09:50:53.377 INFO completed processing gimlet/zfs-recovery
83072024-10-14T09:50:54.436Z[ recovery-image] Oct 14 09:50:53.377 INFO O| Oct 14 09:50:53.377 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83082024-10-14T09:50:54.684Z[ recovery-image] Oct 14 09:50:53.628 INFO O| Oct 14 09:50:53.628 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83092024-10-14T09:50:54.785Z[ recovery-image] Oct 14 09:50:53.729 INFO BUILD STRING "heads/stlouis-0-ge533ae0254\n"
83102024-10-14T09:50:54.787Z[ recovery-image] Oct 14 09:50:53.729 INFO expanded image name: "recovery 551b581/${os_short_commit} 2024-10-14 09:23" -> "recovery 551b581/e533ae0 2024-10-14 09:23"
83112024-10-14T09:50:54.787Z[ recovery-image] Oct 14 09:50:53.729 INFO output artefacts stored in: "/work/os-recovery"
83122024-10-14T09:50:54.788Z[ recovery-image] Oct 14 09:50:53.729 INFO collecting git info from project "pinprick"...
83132024-10-14T09:50:54.795Z[ recovery-image] Oct 14 09:50:53.739 INFO collecting git info from project "amd-host-image-builder"...
83142024-10-14T09:50:54.984Z[ recovery-image] Oct 14 09:50:53.927 INFO collecting git info from project "image-builder"...
83152024-10-14T09:50:54.990Z[ recovery-image] Oct 14 09:50:53.934 INFO collecting git info from project "pilot"...
83162024-10-14T09:50:55.001Z[ recovery-image] Oct 14 09:50:53.945 INFO collecting git info from project "bootserver"...
83172024-10-14T09:50:55.006Z[ recovery-image] Oct 14 09:50:53.950 INFO collecting git info from project "chelsio-t6-roms"...
83182024-10-14T09:50:55.027Z[ recovery-image] Oct 14 09:50:53.971 INFO collecting git info from project "amd-firmware"...
83192024-10-14T09:50:55.271Z[ recovery-image] Oct 14 09:50:54.215 INFO collecting git info from project "phbl"...
83202024-10-14T09:50:55.277Z[ recovery-image] Oct 14 09:50:54.221 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83212024-10-14T09:50:55.769Z[ recovery-image] Oct 14 09:50:54.592 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83222024-10-14T09:50:55.994Z[ recovery-image] Oct 14 09:50:54.937 INFO creating Oxide boot image...
83232024-10-14T09:50:55.994Z[ recovery-image] Oct 14 09:50:54.937 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 551b581/e533ae0 2024-10-14 09:23", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83242024-10-14T09:51:25.219Z[ host-image] Oct 14 09:51:24.159 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22960:20241011T103625Z
83252024-10-14T09:51:25.219Z[ host-image] Oct 14 09:51:24.160 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22960:20241011T103625Z
83262024-10-14T09:51:25.222Z[ host-image] Oct 14 09:51:24.160 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83272024-10-14T09:51:25.222Z[ host-image] Oct 14 09:51:24.160 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83282024-10-14T09:51:25.222Z[ host-image] Oct 14 09:51:24.160 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83292024-10-14T09:51:25.222Z[ host-image] Oct 14 09:51:24.160 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83302024-10-14T09:51:25.222Z[ host-image] Oct 14 09:51:24.161 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83312024-10-14T09:51:25.222Z[ host-image] Oct 14 09:51:24.161 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83322024-10-14T09:51:25.222Z[ host-image] Oct 14 09:51:24.161 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83332024-10-14T09:51:25.222Z[ host-image] Oct 14 09:51:24.161 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83342024-10-14T09:51:25.222Z[ host-image] Oct 14 09:51:24.162 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22960:20241011T103625Z
83352024-10-14T09:51:25.225Z[ host-image] Oct 14 09:51:24.163 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22960:20241011T103626Z
83362024-10-14T09:51:25.225Z[ host-image] Oct 14 09:51:24.164 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22960:20241011T103626Z
83372024-10-14T09:51:25.225Z[ host-image] Oct 14 09:51:24.165 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22960:20241011T103626Z
83382024-10-14T09:51:25.225Z[ host-image] Oct 14 09:51:24.165 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83392024-10-14T09:51:25.227Z[ host-image] Oct 14 09:51:24.165 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22960:20241011T103626Z
83402024-10-14T09:51:25.227Z[ host-image] Oct 14 09:51:24.166 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22960:20241011T103627Z
83412024-10-14T09:51:25.227Z[ host-image] Oct 14 09:51:24.166 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22960:20241011T103627Z
83422024-10-14T09:51:25.227Z[ host-image] Oct 14 09:51:24.166 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22960:20241011T103627Z
83432024-10-14T09:51:25.227Z[ host-image] Oct 14 09:51:24.167 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22960:20241011T103628Z
83442024-10-14T09:51:25.227Z[ host-image] Oct 14 09:51:24.167 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22960:20241011T103628Z
83452024-10-14T09:51:25.227Z[ host-image] Oct 14 09:51:24.167 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22960:20241011T103628Z
83462024-10-14T09:51:25.227Z[ host-image] Oct 14 09:51:24.167 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22960:20241011T103628Z
83472024-10-14T09:51:25.227Z[ host-image] Oct 14 09:51:24.167 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22960:20241011T103629Z
83482024-10-14T09:51:25.227Z[ host-image] Oct 14 09:51:24.167 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22960:20241011T103630Z
83492024-10-14T09:51:25.227Z[ host-image] Oct 14 09:51:24.168 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22960:20241011T103630Z
83502024-10-14T09:51:25.230Z[ host-image] Oct 14 09:51:24.168 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22960:20241011T103632Z
83512024-10-14T09:51:25.230Z[ host-image] Oct 14 09:51:24.168 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22960:20241011T103632Z
83522024-10-14T09:51:25.230Z[ host-image] Oct 14 09:51:24.168 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83532024-10-14T09:51:25.230Z[ host-image] Oct 14 09:51:24.168 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22960:20241011T103634Z
83542024-10-14T09:51:25.230Z[ host-image] Oct 14 09:51:24.168 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22960:20241011T103636Z
83552024-10-14T09:51:25.230Z[ host-image] Oct 14 09:51:24.168 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22960:20241011T103637Z
83562024-10-14T09:51:25.230Z[ host-image] Oct 14 09:51:24.169 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22960:20241011T103637Z
83572024-10-14T09:51:25.230Z[ host-image] Oct 14 09:51:24.170 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22960:20241011T103639Z
83582024-10-14T09:51:25.230Z[ host-image] Oct 14 09:51:24.170 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22960:20241011T103639Z
83592024-10-14T09:51:25.238Z[ host-image] Oct 14 09:51:24.179 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83602024-10-14T09:51:25.241Z[ host-image] Oct 14 09:51:24.179 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22960:20241011T103639Z
83612024-10-14T09:51:25.241Z[ host-image] Oct 14 09:51:24.179 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83622024-10-14T09:51:25.241Z[ host-image] Oct 14 09:51:24.180 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83632024-10-14T09:51:25.241Z[ host-image] Oct 14 09:51:24.180 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83642024-10-14T09:51:25.241Z[ host-image] Oct 14 09:51:24.181 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22960:20241011T103639Z
83652024-10-14T09:51:25.241Z[ host-image] Oct 14 09:51:24.181 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83662024-10-14T09:51:25.241Z[ host-image] Oct 14 09:51:24.181 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83672024-10-14T09:51:25.243Z[ host-image] Oct 14 09:51:24.182 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83682024-10-14T09:51:25.243Z[ host-image] Oct 14 09:51:24.183 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83692024-10-14T09:51:25.254Z[ host-image] Oct 14 09:51:24.195 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83702024-10-14T09:51:25.254Z[ host-image] Oct 14 09:51:24.195 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83712024-10-14T09:51:25.257Z[ host-image] Oct 14 09:51:24.195 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83722024-10-14T09:51:25.257Z[ host-image] Oct 14 09:51:24.196 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83732024-10-14T09:51:25.257Z[ host-image] Oct 14 09:51:24.197 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83742024-10-14T09:51:25.257Z[ host-image] Oct 14 09:51:24.197 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83752024-10-14T09:51:25.293Z[ host-image] Oct 14 09:51:24.233 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83762024-10-14T09:51:25.295Z[ host-image] Oct 14 09:51:24.234 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83772024-10-14T09:51:25.295Z[ host-image] Oct 14 09:51:24.234 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83782024-10-14T09:51:25.295Z[ host-image] Oct 14 09:51:24.235 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22960:20241011T103641Z
83792024-10-14T09:51:25.295Z[ host-image] Oct 14 09:51:24.235 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22960:20241011T103647Z
83802024-10-14T09:51:25.295Z[ host-image] Oct 14 09:51:24.235 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83812024-10-14T09:51:25.295Z[ host-image] Oct 14 09:51:24.235 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22960:20241011T103647Z
83822024-10-14T09:51:25.295Z[ host-image] Oct 14 09:51:24.235 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83832024-10-14T09:51:25.295Z[ host-image] Oct 14 09:51:24.235 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83842024-10-14T09:51:25.295Z[ host-image] Oct 14 09:51:24.235 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83852024-10-14T09:51:25.295Z[ host-image] Oct 14 09:51:24.235 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22960:20241011T103647Z
83862024-10-14T09:51:25.295Z[ host-image] Oct 14 09:51:24.236 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83872024-10-14T09:51:25.300Z[ host-image] Oct 14 09:51:24.240 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83882024-10-14T09:51:25.302Z[ host-image] Oct 14 09:51:24.241 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83892024-10-14T09:51:25.302Z[ host-image] Oct 14 09:51:24.241 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83902024-10-14T09:51:25.302Z[ host-image] Oct 14 09:51:24.241 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22960:20241011T103648Z
83912024-10-14T09:51:25.302Z[ host-image] Oct 14 09:51:24.241 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83922024-10-14T09:51:25.315Z[ host-image] Oct 14 09:51:24.256 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
83932024-10-14T09:51:25.318Z[ host-image] Oct 14 09:51:24.256 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22960:20241011T103648Z
83942024-10-14T09:51:25.321Z[ host-image] Oct 14 09:51:24.258 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22960:20241011T103649Z
83952024-10-14T09:51:25.321Z[ host-image] Oct 14 09:51:24.259 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22960:20241011T103649Z
83962024-10-14T09:51:25.321Z[ host-image] Oct 14 09:51:24.259 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
83972024-10-14T09:51:25.321Z[ host-image] Oct 14 09:51:24.259 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22960:20241011T103650Z
83982024-10-14T09:51:25.321Z[ host-image] Oct 14 09:51:24.260 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22960:20241011T103650Z
83992024-10-14T09:51:25.321Z[ host-image] Oct 14 09:51:24.260 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22960:20241011T103650Z
84002024-10-14T09:51:25.321Z[ host-image] Oct 14 09:51:24.261 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22960:20241011T103650Z
84012024-10-14T09:51:25.324Z[ host-image] Oct 14 09:51:24.264 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84022024-10-14T09:51:25.326Z[ host-image] Oct 14 09:51:24.265 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22960:20241011T103651Z
84032024-10-14T09:51:25.326Z[ host-image] Oct 14 09:51:24.265 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22960:20241011T103652Z
84042024-10-14T09:51:25.326Z[ host-image] Oct 14 09:51:24.265 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84052024-10-14T09:51:25.326Z[ host-image] Oct 14 09:51:24.266 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22960:20241011T103652Z
84062024-10-14T09:51:25.326Z[ host-image] Oct 14 09:51:24.266 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22960:20241011T103653Z
84072024-10-14T09:51:25.326Z[ host-image] Oct 14 09:51:24.266 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22960:20241011T103653Z
84082024-10-14T09:51:25.329Z[ host-image] Oct 14 09:51:24.267 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22960:20241011T103653Z
84092024-10-14T09:51:25.335Z[ host-image] Oct 14 09:51:24.275 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22960:20241011T103653Z
84102024-10-14T09:51:25.335Z[ host-image] Oct 14 09:51:24.275 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84112024-10-14T09:51:25.337Z[ host-image] Oct 14 09:51:24.277 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22960:20241011T103653Z
84122024-10-14T09:51:25.339Z[ host-image] Oct 14 09:51:24.279 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22960:20241011T103653Z
84132024-10-14T09:51:25.339Z[ host-image] Oct 14 09:51:24.279 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22960:20241011T103653Z
84142024-10-14T09:51:25.339Z[ host-image] Oct 14 09:51:24.279 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22960:20241011T103653Z
84152024-10-14T09:51:25.339Z[ host-image] Oct 14 09:51:24.280 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22960:20241011T103654Z
84162024-10-14T09:51:25.341Z[ host-image] Oct 14 09:51:24.280 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22960:20241011T103654Z
84172024-10-14T09:51:25.350Z[ host-image] Oct 14 09:51:24.290 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22960:20241011T103655Z
84182024-10-14T09:51:25.350Z[ host-image] Oct 14 09:51:24.291 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22960:20241011T103655Z
84192024-10-14T09:51:25.352Z[ host-image] Oct 14 09:51:24.291 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22960:20241011T103655Z
84202024-10-14T09:51:25.352Z[ host-image] Oct 14 09:51:24.292 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22960:20241011T103655Z
84212024-10-14T09:51:25.352Z[ host-image] Oct 14 09:51:24.292 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22960:20241011T103655Z
84222024-10-14T09:51:25.374Z[ host-image] Oct 14 09:51:24.314 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22960:20241011T103658Z
84232024-10-14T09:51:25.377Z[ host-image] Oct 14 09:51:24.314 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22960:20241011T103656Z
84242024-10-14T09:51:25.377Z[ host-image] Oct 14 09:51:24.315 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22960:20241011T103656Z
84252024-10-14T09:51:25.377Z[ host-image] Oct 14 09:51:24.315 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84262024-10-14T09:51:25.377Z[ host-image] Oct 14 09:51:24.315 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84272024-10-14T09:51:25.404Z[ host-image] Oct 14 09:51:24.345 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22960:20241011T103656Z
84282024-10-14T09:51:25.407Z[ host-image] Oct 14 09:51:24.345 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84292024-10-14T09:51:25.407Z[ host-image] Oct 14 09:51:24.345 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22960:20241011T103656Z
84302024-10-14T09:51:25.407Z[ host-image] Oct 14 09:51:24.345 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22960:20241011T103656Z
84312024-10-14T09:51:25.407Z[ host-image] Oct 14 09:51:24.346 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22960:20241011T103657Z
84322024-10-14T09:51:25.407Z[ host-image] Oct 14 09:51:24.347 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84332024-10-14T09:51:25.409Z[ host-image] Oct 14 09:51:24.347 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84342024-10-14T09:51:25.409Z[ host-image] Oct 14 09:51:24.348 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22960:20241011T103657Z
84352024-10-14T09:51:25.409Z[ host-image] Oct 14 09:51:24.348 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22960:20241011T103657Z
84362024-10-14T09:51:25.409Z[ host-image] Oct 14 09:51:24.348 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22960:20241011T103657Z
84372024-10-14T09:51:25.409Z[ host-image] Oct 14 09:51:24.349 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22960:20241011T103658Z
84382024-10-14T09:51:25.409Z[ host-image] Oct 14 09:51:24.349 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22960:20241011T103658Z
84392024-10-14T09:51:25.409Z[ host-image] Oct 14 09:51:24.349 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22960:20241011T103658Z
84402024-10-14T09:51:25.411Z[ host-image] Oct 14 09:51:24.352 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84412024-10-14T09:51:25.414Z[ host-image] Oct 14 09:51:24.352 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22960:20241011T103659Z
84422024-10-14T09:51:25.414Z[ host-image] Oct 14 09:51:24.354 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22960:20241011T103659Z
84432024-10-14T09:51:25.414Z[ host-image] Oct 14 09:51:24.354 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22960:20241011T103659Z
84442024-10-14T09:51:25.414Z[ host-image] Oct 14 09:51:24.354 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22960:20241011T103700Z
84452024-10-14T09:51:25.416Z[ host-image] Oct 14 09:51:24.355 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22960:20241011T103659Z
84462024-10-14T09:51:25.416Z[ host-image] Oct 14 09:51:24.355 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22960:20241011T103700Z
84472024-10-14T09:51:25.416Z[ host-image] Oct 14 09:51:24.355 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84482024-10-14T09:51:25.416Z[ host-image] Oct 14 09:51:24.355 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84492024-10-14T09:51:25.416Z[ host-image] Oct 14 09:51:24.355 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22960:20241011T103702Z
84502024-10-14T09:51:25.417Z[ host-image] Oct 14 09:51:24.356 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22960:20241011T103702Z
84512024-10-14T09:51:25.417Z[ host-image] Oct 14 09:51:24.356 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84522024-10-14T09:51:25.417Z[ host-image] Oct 14 09:51:24.356 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84532024-10-14T09:51:25.417Z[ host-image] Oct 14 09:51:24.356 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84542024-10-14T09:51:25.417Z[ host-image] Oct 14 09:51:24.356 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84552024-10-14T09:51:25.417Z[ host-image] Oct 14 09:51:24.356 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84562024-10-14T09:51:25.419Z[ host-image] Oct 14 09:51:24.357 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84572024-10-14T09:51:25.419Z[ host-image] Oct 14 09:51:24.358 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84582024-10-14T09:51:25.419Z[ host-image] Oct 14 09:51:24.359 INFO O| tempdir @ "/tmp/.tmpJALpBG/tmp"
84592024-10-14T09:51:25.419Z[ host-image] Oct 14 09:51:24.359 INFO O| image root @ "/tmp/.tmpJALpBG/tmp/root"
84602024-10-14T09:51:25.419Z[ host-image] Oct 14 09:51:24.359 INFO O| creating image...
84612024-10-14T09:51:25.907Z[ host-image] Oct 14 09:51:24.847 INFO O| copying publishers...
84622024-10-14T09:51:33.786Z[ host-image] Oct 14 09:51:32.725 INFO O| adding properties...
84632024-10-14T09:51:34.846Z[ host-image] Oct 14 09:51:33.785 INFO O| installing packages...
84642024-10-14T09:51:41.133Z[ recovery-image] Oct 14 09:51:40.071 INFO O| ok, image written!
84652024-10-14T09:51:41.133Z[ recovery-image] Oct 14 09:51:40.072 INFO O| ok, boot_image_csum file written!
84662024-10-14T09:51:41.138Z[ recovery-image] Oct 14 09:51:40.077 INFO creating boot archive (CPIO)...
84672024-10-14T09:51:41.138Z[ recovery-image] Oct 14 09:51:40.077 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
84682024-10-14T09:51:41.145Z[ recovery-image] Oct 14 09:51:40.084 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84692024-10-14T09:51:41.145Z[ recovery-image] Oct 14 09:51:40.084 INFO E| + outfile=/work/os-recovery/cpio
84702024-10-14T09:51:41.145Z[ recovery-image] Oct 14 09:51:40.084 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84712024-10-14T09:51:41.147Z[ recovery-image] Oct 14 09:51:40.086 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84722024-10-14T09:51:41.147Z[ recovery-image] Oct 14 09:51:40.086 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84732024-10-14T09:51:41.178Z[ recovery-image] Oct 14 09:51:40.117 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84742024-10-14T09:51:41.178Z[ recovery-image] Oct 14 09:51:40.117 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84752024-10-14T09:51:41.185Z[ recovery-image] Oct 14 09:51:40.124 INFO creating compressed cpio/unix for nanobl-rs...
84762024-10-14T09:51:41.187Z[ recovery-image] Oct 14 09:51:40.125 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
84772024-10-14T09:51:41.466Z[ recovery-image] Oct 14 09:51:40.404 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84782024-10-14T09:51:45.840Z[ recovery-image] Oct 14 09:51:44.778 INFO creating reset image...
84792024-10-14T09:51:45.843Z[ recovery-image] Oct 14 09:51:44.778 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84802024-10-14T09:51:46.074Z[ recovery-image] Oct 14 09:51:45.012 INFO E| Updating crates.io index
84812024-10-14T09:51:46.186Z[ recovery-image] Oct 14 09:51:45.123 INFO E| Downloading crates ...
84822024-10-14T09:51:46.293Z[ recovery-image] Oct 14 09:51:45.231 INFO E| Downloaded utf8parse v0.2.2
84832024-10-14T09:51:46.296Z[ recovery-image] Oct 14 09:51:45.234 INFO E| Downloaded os_pipe v1.2.1
84842024-10-14T09:51:46.298Z[ recovery-image] Oct 14 09:51:45.236 INFO E| Downloaded anstyle-query v1.1.1
84852024-10-14T09:51:46.301Z[ recovery-image] Oct 14 09:51:45.239 INFO E| Downloaded colorchoice v1.0.2
84862024-10-14T09:51:46.303Z[ recovery-image] Oct 14 09:51:45.242 INFO E| Downloaded anstream v0.6.15
84872024-10-14T09:51:46.306Z[ recovery-image] Oct 14 09:51:45.244 INFO E| Downloaded anstyle-parse v0.2.5
84882024-10-14T09:51:46.312Z[ recovery-image] Oct 14 09:51:45.250 INFO E| Downloaded clap_lex v0.7.2
84892024-10-14T09:51:46.317Z[ recovery-image] Oct 14 09:51:45.255 INFO E| Downloaded shared_child v1.0.1
84902024-10-14T09:51:46.320Z[ recovery-image] Oct 14 09:51:45.257 INFO E| Downloaded is_terminal_polyfill v1.70.1
84912024-10-14T09:51:46.322Z[ recovery-image] Oct 14 09:51:45.258 INFO E| Downloaded duct v0.13.7
84922024-10-14T09:51:46.324Z[ recovery-image] Oct 14 09:51:45.260 INFO E| Downloaded clap v4.5.17
84932024-10-14T09:51:46.338Z[ recovery-image] Oct 14 09:51:45.276 INFO E| Downloaded clap_builder v4.5.17
84942024-10-14T09:51:46.380Z[ recovery-image] Oct 14 09:51:45.318 INFO E| Downloaded libc v0.2.158
84952024-10-14T09:51:46.454Z[ recovery-image] Oct 14 09:51:45.392 INFO E| Compiling proc-macro2 v1.0.86
84962024-10-14T09:51:46.454Z[ recovery-image] Oct 14 09:51:45.392 INFO E| Compiling libc v0.2.158
84972024-10-14T09:51:46.456Z[ recovery-image] Oct 14 09:51:45.392 INFO E| Compiling unicode-ident v1.0.13
84982024-10-14T09:51:46.456Z[ recovery-image] Oct 14 09:51:45.392 INFO E| Compiling utf8parse v0.2.2
84992024-10-14T09:51:46.457Z[ recovery-image] Oct 14 09:51:45.392 INFO E| Compiling anstyle v1.0.8
85002024-10-14T09:51:46.457Z[ recovery-image] Oct 14 09:51:45.392 INFO E| Compiling is_terminal_polyfill v1.70.1
85012024-10-14T09:51:46.459Z[ recovery-image] Oct 14 09:51:45.396 INFO E| Compiling anstyle-query v1.1.1
85022024-10-14T09:51:46.459Z[ recovery-image] Oct 14 09:51:45.396 INFO E| Compiling colorchoice v1.0.2
85032024-10-14T09:51:46.647Z[ recovery-image] Oct 14 09:51:45.584 INFO E| Compiling anstyle-parse v0.2.5
85042024-10-14T09:51:46.649Z[ recovery-image] Oct 14 09:51:45.584 INFO E| Compiling heck v0.5.0
85052024-10-14T09:51:46.666Z[ recovery-image] Oct 14 09:51:45.604 INFO E| Compiling clap_lex v0.7.2
85062024-10-14T09:51:46.666Z[ recovery-image] Oct 14 09:51:45.604 INFO E| Compiling strsim v0.11.1
85072024-10-14T09:51:46.668Z[ recovery-image] Oct 14 09:51:45.604 INFO E| Compiling once_cell v1.19.0
85082024-10-14T09:51:46.891Z[ recovery-image] Oct 14 09:51:45.829 INFO E| Compiling anstream v0.6.15
85092024-10-14T09:51:47.227Z[ recovery-image] Oct 14 09:51:46.165 INFO E| Compiling clap_builder v4.5.17
85102024-10-14T09:51:47.662Z[ recovery-image] Oct 14 09:51:46.599 INFO E| Compiling os_pipe v1.2.1
85112024-10-14T09:51:47.662Z[ recovery-image] Oct 14 09:51:46.599 INFO E| Compiling shared_child v1.0.1
85122024-10-14T09:51:47.795Z[ recovery-image] Oct 14 09:51:46.732 INFO E| Compiling duct v0.13.7
85132024-10-14T09:51:47.819Z[ recovery-image] Oct 14 09:51:46.757 INFO E| Compiling quote v1.0.37
85142024-10-14T09:51:48.183Z[ recovery-image] Oct 14 09:51:47.121 INFO E| Compiling syn v2.0.77
85152024-10-14T09:51:51.413Z[ host-image] Oct 14 09:51:50.350 INFO O| seeding SMF database...
85162024-10-14T09:51:52.166Z[ recovery-image] Oct 14 09:51:51.103 INFO E| Compiling clap_derive v4.5.13
85172024-10-14T09:51:53.977Z[ recovery-image] Oct 14 09:51:52.914 INFO E| Compiling clap v4.5.17
85182024-10-14T09:51:54.030Z[ recovery-image] Oct 14 09:51:52.967 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85192024-10-14T09:51:55.033Z[ recovery-image] Oct 14 09:51:53.970 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
85202024-10-14T09:51:55.044Z[ recovery-image] Oct 14 09:51:53.981 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85212024-10-14T09:51:55.163Z[ recovery-image] Oct 14 09:51:54.100 INFO E| Updating crates.io index
85222024-10-14T09:51:55.563Z[ recovery-image] Oct 14 09:51:54.500 INFO E| Downloading crates ...
85232024-10-14T09:51:55.613Z[ recovery-image] Oct 14 09:51:54.549 INFO E| Downloaded seq-macro v0.3.5
85242024-10-14T09:51:55.623Z[ recovery-image] Oct 14 09:51:54.561 INFO E| Downloaded bitstruct_derive v0.1.0
85252024-10-14T09:51:55.626Z[ recovery-image] Oct 14 09:51:54.561 INFO E| Downloaded bitstruct v0.1.1
85262024-10-14T09:51:55.629Z[ recovery-image] Oct 14 09:51:54.566 INFO E| Downloaded cpio_reader v0.1.1
85272024-10-14T09:51:55.633Z[ recovery-image] Oct 14 09:51:54.568 INFO E| Downloaded bit_field v0.10.2
85282024-10-14T09:51:55.641Z[ recovery-image] Oct 14 09:51:54.578 INFO E| Downloaded raw-cpuid v10.7.0
85292024-10-14T09:51:55.763Z[ recovery-image] Oct 14 09:51:54.700 INFO E| Downloaded x86 v0.52.0
85302024-10-14T09:51:55.824Z[ recovery-image] Oct 14 09:51:54.760 INFO E| Updating crates.io index
85312024-10-14T09:51:55.903Z[ recovery-image] Oct 14 09:51:54.840 INFO E| Downloading crates ...
85322024-10-14T09:51:55.965Z[ recovery-image] Oct 14 09:51:54.902 INFO E| Downloaded compiler_builtins v0.1.125
85332024-10-14T09:51:56.034Z[ recovery-image] Oct 14 09:51:54.971 INFO E| Compiling compiler_builtins v0.1.125
85342024-10-14T09:51:56.034Z[ recovery-image] Oct 14 09:51:54.971 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
85352024-10-14T09:51:56.036Z[ recovery-image] Oct 14 09:51:54.971 INFO E| Compiling proc-macro2 v1.0.86
85362024-10-14T09:51:56.036Z[ recovery-image] Oct 14 09:51:54.971 INFO E| Compiling unicode-ident v1.0.13
85372024-10-14T09:51:56.036Z[ recovery-image] Oct 14 09:51:54.971 INFO E| Compiling syn v1.0.109
85382024-10-14T09:51:56.036Z[ recovery-image] Oct 14 09:51:54.971 INFO E| Compiling x86 v0.52.0
85392024-10-14T09:51:56.036Z[ recovery-image] Oct 14 09:51:54.971 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85402024-10-14T09:51:56.036Z[ recovery-image] Oct 14 09:51:54.971 INFO E| Compiling seq-macro v0.3.5
85412024-10-14T09:51:57.153Z[ recovery-image] Oct 14 09:51:56.090 INFO E| Compiling quote v1.0.37
85422024-10-14T09:51:57.405Z[ recovery-image] Oct 14 09:51:56.342 INFO E| Compiling syn v2.0.77
85432024-10-14T09:51:59.827Z[ host-image] Oct 14 09:51:58.763 INFO O| configuring SMF profile...
85442024-10-14T09:51:59.827Z[ host-image] Oct 14 09:51:58.764 INFO O| modifying shadow(5)...
85452024-10-14T09:51:59.830Z[ host-image] Oct 14 09:51:58.764 INFO O| loading user and group database...
85462024-10-14T09:51:59.830Z[ host-image] Oct 14 09:51:58.764 INFO O| assessing packaged files...
85472024-10-14T09:51:59.897Z[ recovery-image] Oct 14 09:51:58.833 INFO E| Compiling scroll_derive v0.12.0
85482024-10-14T09:52:02.067Z[ recovery-image] Oct 14 09:52:01.003 INFO E| Compiling bitstruct_derive v0.1.0
85492024-10-14T09:52:02.536Z[ host-image] Oct 14 09:52:01.472 INFO O| creating archive...
85502024-10-14T09:52:02.569Z[ host-image] Oct 14 09:52:01.505 INFO O| missing from packaging:
85512024-10-14T09:52:02.569Z[ host-image] Oct 14 09:52:01.505 INFO O| "etc/.pwd.lock"
85522024-10-14T09:52:02.572Z[ host-image] Oct 14 09:52:01.505 INFO O| "etc/bash"
85532024-10-14T09:52:02.574Z[ host-image] Oct 14 09:52:01.510 INFO O| "etc/svc/profile/generic.xml"
85542024-10-14T09:52:02.574Z[ host-image] Oct 14 09:52:01.510 INFO O| "etc/svc/profile/inetd_services.xml"
85552024-10-14T09:52:02.574Z[ host-image] Oct 14 09:52:01.510 INFO O| "etc/svc/profile/name_service.xml"
85562024-10-14T09:52:02.574Z[ host-image] Oct 14 09:52:01.510 INFO O| "etc/svc/profile/platform.xml"
85572024-10-14T09:52:02.574Z[ host-image] Oct 14 09:52:01.510 INFO O| "etc/svc/profile/platform_omicron1.xml"
85582024-10-14T09:52:02.574Z[ host-image] Oct 14 09:52:01.510 INFO O| "etc/svc/repository.db"
85592024-10-14T09:52:02.583Z[ host-image] Oct 14 09:52:01.519 INFO O| "opt/ooce/share"
85602024-10-14T09:52:02.583Z[ host-image] Oct 14 09:52:01.519 INFO O| "opt/ooce/share/man"
85612024-10-14T09:52:02.586Z[ host-image] Oct 14 09:52:01.519 INFO O| "opt/ooce/share/man/man1"
85622024-10-14T09:52:02.593Z[ host-image] Oct 14 09:52:01.529 INFO O| finishing archive...
85632024-10-14T09:52:05.420Z[ host-image] Oct 14 09:52:04.355 INFO O| creating gzonly manifest...
85642024-10-14T09:52:05.433Z[ host-image] Oct 14 09:52:04.369 INFO O| ok
85652024-10-14T09:52:05.539Z[ host-image] Oct 14 09:52:04.475 INFO image builder template: ramdisk-02-trim...
85662024-10-14T09:52:05.539Z[ host-image] Oct 14 09:52:04.475 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/.tmpq7LyUG/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.33.293", "-n", "ramdisk-02-trim"], pwd: None
85672024-10-14T09:52:05.563Z[ host-image] Oct 14 09:52:04.499 INFO O| Oct 14 09:52:04.499 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85682024-10-14T09:52:05.567Z[ host-image] Oct 14 09:52:04.503 INFO O| Oct 14 09:52:04.503 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85692024-10-14T09:52:05.644Z[ host-image] Oct 14 09:52:04.579 INFO O| Oct 14 09:52:04.579 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85702024-10-14T09:52:05.691Z[ host-image] Oct 14 09:52:04.627 INFO O| Oct 14 09:52:04.626 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85712024-10-14T09:52:05.693Z[ host-image] Oct 14 09:52:04.627 INFO O| Oct 14 09:52:04.627 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85722024-10-14T09:52:05.696Z[ host-image] Oct 14 09:52:04.632 INFO O| Oct 14 09:52:04.632 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85732024-10-14T09:52:05.700Z[ host-image] Oct 14 09:52:04.636 INFO O| Oct 14 09:52:04.636 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85742024-10-14T09:52:05.705Z[ host-image] Oct 14 09:52:04.641 INFO O| Oct 14 09:52:04.641 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85752024-10-14T09:52:05.892Z[ host-image] Oct 14 09:52:04.828 INFO O| Oct 14 09:52:04.828 INFO rolled back to input snapshot; work may begin
85762024-10-14T09:52:05.892Z[ host-image] Oct 14 09:52:04.828 INFO O| Oct 14 09:52:04.828 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85772024-10-14T09:52:05.897Z[ host-image] Oct 14 09:52:04.833 INFO O| Oct 14 09:52:04.833 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85782024-10-14T09:52:05.907Z[ host-image] Oct 14 09:52:04.843 INFO O| Oct 14 09:52:04.843 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85792024-10-14T09:52:05.957Z[ host-image] Oct 14 09:52:04.892 INFO O| Oct 14 09:52:04.892 INFO STEP 0 (remove_files) COMPLETE
85802024-10-14T09:52:05.957Z[ host-image] Oct 14 09:52:04.892 INFO O| Oct 14 09:52:04.892 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85812024-10-14T09:52:05.967Z[ host-image] Oct 14 09:52:04.903 INFO O| Oct 14 09:52:04.903 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85822024-10-14T09:52:05.969Z[ host-image] Oct 14 09:52:04.905 INFO O| Oct 14 09:52:04.905 INFO STEP 1 (remove_files) COMPLETE
85832024-10-14T09:52:05.970Z[ host-image] Oct 14 09:52:04.905 INFO O| Oct 14 09:52:04.905 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85842024-10-14T09:52:05.978Z[ host-image] Oct 14 09:52:04.914 INFO O| Oct 14 09:52:04.914 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85852024-10-14T09:52:05.992Z[ host-image] Oct 14 09:52:04.928 INFO O| Oct 14 09:52:04.928 INFO STEP 2 (remove_files) COMPLETE
85862024-10-14T09:52:05.995Z[ host-image] Oct 14 09:52:04.928 INFO O| Oct 14 09:52:04.928 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85872024-10-14T09:52:06.001Z[ host-image] Oct 14 09:52:04.937 INFO O| Oct 14 09:52:04.937 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85882024-10-14T09:52:06.004Z[ host-image] Oct 14 09:52:04.939 INFO O| Oct 14 09:52:04.939 INFO STEP 3 (remove_files) COMPLETE
85892024-10-14T09:52:06.004Z[ host-image] Oct 14 09:52:04.939 INFO O| Oct 14 09:52:04.939 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85902024-10-14T09:52:06.012Z[ host-image] Oct 14 09:52:04.948 INFO O| Oct 14 09:52:04.948 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85912024-10-14T09:52:06.016Z[ host-image] Oct 14 09:52:04.952 INFO O| Oct 14 09:52:04.952 INFO STEP 4 (remove_files) COMPLETE
85922024-10-14T09:52:06.016Z[ host-image] Oct 14 09:52:04.952 INFO O| Oct 14 09:52:04.952 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85932024-10-14T09:52:06.025Z[ host-image] Oct 14 09:52:04.961 INFO O| Oct 14 09:52:04.961 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85942024-10-14T09:52:06.028Z[ host-image] Oct 14 09:52:04.964 INFO O| Oct 14 09:52:04.964 INFO STEP 5 (remove_files) COMPLETE
85952024-10-14T09:52:06.028Z[ host-image] Oct 14 09:52:04.964 INFO O| Oct 14 09:52:04.964 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85962024-10-14T09:52:06.037Z[ host-image] Oct 14 09:52:04.973 INFO O| Oct 14 09:52:04.973 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85972024-10-14T09:52:06.047Z[ host-image] Oct 14 09:52:04.983 INFO O| Oct 14 09:52:04.983 INFO STEP 6 (remove_files) COMPLETE
85982024-10-14T09:52:06.047Z[ host-image] Oct 14 09:52:04.983 INFO O| Oct 14 09:52:04.983 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85992024-10-14T09:52:06.057Z[ host-image] Oct 14 09:52:04.992 INFO O| Oct 14 09:52:04.992 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
86002024-10-14T09:52:06.069Z[ host-image] Oct 14 09:52:05.005 INFO O| Oct 14 09:52:05.005 INFO STEP 7 (remove_files) COMPLETE
86012024-10-14T09:52:06.069Z[ host-image] Oct 14 09:52:05.005 INFO O| Oct 14 09:52:05.005 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86022024-10-14T09:52:06.081Z[ host-image] Oct 14 09:52:05.017 INFO O| Oct 14 09:52:05.017 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86032024-10-14T09:52:06.154Z[ host-image] Oct 14 09:52:05.090 INFO O| Oct 14 09:52:05.090 INFO STEP 8 (remove_files) COMPLETE
86042024-10-14T09:52:06.154Z[ host-image] Oct 14 09:52:05.090 INFO O| Oct 14 09:52:05.090 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86052024-10-14T09:52:06.164Z[ host-image] Oct 14 09:52:05.100 INFO O| Oct 14 09:52:05.100 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86062024-10-14T09:52:06.254Z[ host-image] Oct 14 09:52:05.190 INFO O| Oct 14 09:52:05.190 INFO STEP 9 (remove_files) COMPLETE
86072024-10-14T09:52:06.254Z[ host-image] Oct 14 09:52:05.190 INFO O| Oct 14 09:52:05.190 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86082024-10-14T09:52:06.265Z[ host-image] Oct 14 09:52:05.201 INFO O| Oct 14 09:52:05.201 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86092024-10-14T09:52:06.269Z[ host-image] Oct 14 09:52:05.204 INFO O| Oct 14 09:52:05.204 INFO STEP 10 (remove_files) COMPLETE
86102024-10-14T09:52:06.271Z[ host-image] Oct 14 09:52:05.204 INFO O| Oct 14 09:52:05.204 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86112024-10-14T09:52:06.278Z[ host-image] Oct 14 09:52:05.214 INFO O| Oct 14 09:52:05.214 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86122024-10-14T09:52:06.280Z[ host-image] Oct 14 09:52:05.215 INFO O| Oct 14 09:52:05.215 INFO STEP 11 (remove_files) COMPLETE
86132024-10-14T09:52:06.280Z[ host-image] Oct 14 09:52:05.215 INFO O| Oct 14 09:52:05.215 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86142024-10-14T09:52:06.288Z[ host-image] Oct 14 09:52:05.224 INFO O| Oct 14 09:52:05.224 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86152024-10-14T09:52:06.291Z[ host-image] Oct 14 09:52:05.226 INFO O| Oct 14 09:52:05.226 INFO STEP 12 (remove_files) COMPLETE
86162024-10-14T09:52:06.291Z[ host-image] Oct 14 09:52:05.226 INFO O| Oct 14 09:52:05.226 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86172024-10-14T09:52:06.597Z[ host-image] Oct 14 09:52:05.533 INFO O| Oct 14 09:52:05.533 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86182024-10-14T09:52:06.604Z[ host-image] Oct 14 09:52:05.540 INFO O| Oct 14 09:52:05.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86192024-10-14T09:52:06.614Z[ host-image] Oct 14 09:52:05.540 INFO O| Oct 14 09:52:05.540 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86202024-10-14T09:52:06.645Z[ host-image] Oct 14 09:52:05.581 INFO O| Oct 14 09:52:05.581 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86212024-10-14T09:52:06.667Z[ host-image] Oct 14 09:52:05.603 INFO O| Oct 14 09:52:05.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86222024-10-14T09:52:06.669Z[ host-image] Oct 14 09:52:05.603 INFO O| Oct 14 09:52:05.603 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86232024-10-14T09:52:06.669Z[ host-image] Oct 14 09:52:05.604 INFO O| Oct 14 09:52:05.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86242024-10-14T09:52:06.669Z[ host-image] Oct 14 09:52:05.604 INFO O| Oct 14 09:52:05.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86252024-10-14T09:52:06.669Z[ host-image] Oct 14 09:52:05.604 INFO O| Oct 14 09:52:05.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86262024-10-14T09:52:06.669Z[ host-image] Oct 14 09:52:05.604 INFO O| Oct 14 09:52:05.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86272024-10-14T09:52:06.669Z[ host-image] Oct 14 09:52:05.604 INFO O| Oct 14 09:52:05.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86282024-10-14T09:52:06.669Z[ host-image] Oct 14 09:52:05.604 INFO O| Oct 14 09:52:05.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86292024-10-14T09:52:06.669Z[ host-image] Oct 14 09:52:05.604 INFO O| Oct 14 09:52:05.604 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86302024-10-14T09:52:06.669Z[ host-image] Oct 14 09:52:05.605 INFO O| Oct 14 09:52:05.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86312024-10-14T09:52:06.669Z[ host-image] Oct 14 09:52:05.605 INFO O| Oct 14 09:52:05.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86322024-10-14T09:52:06.672Z[ host-image] Oct 14 09:52:05.605 INFO O| Oct 14 09:52:05.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86332024-10-14T09:52:06.672Z[ host-image] Oct 14 09:52:05.605 INFO O| Oct 14 09:52:05.605 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86342024-10-14T09:52:06.672Z[ host-image] Oct 14 09:52:05.606 INFO O| Oct 14 09:52:05.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86352024-10-14T09:52:06.672Z[ host-image] Oct 14 09:52:05.606 INFO O| Oct 14 09:52:05.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86362024-10-14T09:52:06.672Z[ host-image] Oct 14 09:52:05.606 INFO O| Oct 14 09:52:05.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86372024-10-14T09:52:06.672Z[ host-image] Oct 14 09:52:05.606 INFO O| Oct 14 09:52:05.606 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86382024-10-14T09:52:06.681Z[ host-image] Oct 14 09:52:05.617 INFO O| Oct 14 09:52:05.617 INFO STEP 13 (remove_files) COMPLETE
86392024-10-14T09:52:06.684Z[ host-image] Oct 14 09:52:05.617 INFO O| Oct 14 09:52:05.617 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86402024-10-14T09:52:06.693Z[ host-image] Oct 14 09:52:05.629 INFO O| Oct 14 09:52:05.628 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86412024-10-14T09:52:06.695Z[ host-image] Oct 14 09:52:05.630 INFO O| Oct 14 09:52:05.630 INFO STEP 14 (remove_files) COMPLETE
86422024-10-14T09:52:06.695Z[ host-image] Oct 14 09:52:05.630 INFO O| Oct 14 09:52:05.630 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86432024-10-14T09:52:06.704Z[ host-image] Oct 14 09:52:05.640 INFO O| Oct 14 09:52:05.640 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86442024-10-14T09:52:06.710Z[ host-image] Oct 14 09:52:05.646 INFO O| Oct 14 09:52:05.646 INFO STEP 15 (remove_files) COMPLETE
86452024-10-14T09:52:06.710Z[ host-image] Oct 14 09:52:05.646 INFO O| Oct 14 09:52:05.646 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86462024-10-14T09:52:06.720Z[ host-image] Oct 14 09:52:05.656 INFO O| Oct 14 09:52:05.656 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86472024-10-14T09:52:06.722Z[ host-image] Oct 14 09:52:05.656 INFO O| Oct 14 09:52:05.656 INFO STEP 16 (remove_files) COMPLETE
86482024-10-14T09:52:06.723Z[ host-image] Oct 14 09:52:05.656 INFO O| Oct 14 09:52:05.656 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86492024-10-14T09:52:06.730Z[ host-image] Oct 14 09:52:05.665 INFO O| Oct 14 09:52:05.665 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86502024-10-14T09:52:06.732Z[ host-image] Oct 14 09:52:05.667 INFO O| Oct 14 09:52:05.667 INFO STEP 17 (remove_files) COMPLETE
86512024-10-14T09:52:06.732Z[ host-image] Oct 14 09:52:05.667 INFO O| Oct 14 09:52:05.667 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86522024-10-14T09:52:06.741Z[ host-image] Oct 14 09:52:05.676 INFO O| Oct 14 09:52:05.676 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86532024-10-14T09:52:06.743Z[ host-image] Oct 14 09:52:05.676 INFO O| Oct 14 09:52:05.676 INFO STEP 18 (remove_files) COMPLETE
86542024-10-14T09:52:06.743Z[ host-image] Oct 14 09:52:05.676 INFO O| Oct 14 09:52:05.676 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86552024-10-14T09:52:06.750Z[ host-image] Oct 14 09:52:05.686 INFO O| Oct 14 09:52:05.686 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86562024-10-14T09:52:06.750Z[ host-image] Oct 14 09:52:05.686 INFO O| Oct 14 09:52:05.686 INFO STEP 19 (remove_files) COMPLETE
86572024-10-14T09:52:06.750Z[ host-image] Oct 14 09:52:05.686 INFO O| Oct 14 09:52:05.686 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86582024-10-14T09:52:06.759Z[ host-image] Oct 14 09:52:05.695 INFO O| Oct 14 09:52:05.695 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86592024-10-14T09:52:06.759Z[ host-image] Oct 14 09:52:05.695 INFO O| Oct 14 09:52:05.695 INFO STEP 20 (remove_files) COMPLETE
86602024-10-14T09:52:06.763Z[ host-image] Oct 14 09:52:05.695 INFO O| Oct 14 09:52:05.695 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86612024-10-14T09:52:06.769Z[ host-image] Oct 14 09:52:05.704 INFO O| Oct 14 09:52:05.704 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86622024-10-14T09:52:06.769Z[ host-image] Oct 14 09:52:05.705 INFO O| Oct 14 09:52:05.705 INFO STEP 21 (remove_files) COMPLETE
86632024-10-14T09:52:06.771Z[ host-image] Oct 14 09:52:05.705 INFO O| Oct 14 09:52:05.705 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86642024-10-14T09:52:06.778Z[ host-image] Oct 14 09:52:05.714 INFO O| Oct 14 09:52:05.714 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86652024-10-14T09:52:06.778Z[ host-image] Oct 14 09:52:05.714 INFO O| Oct 14 09:52:05.714 INFO STEP 22 (remove_files) COMPLETE
86662024-10-14T09:52:06.780Z[ host-image] Oct 14 09:52:05.714 INFO O| Oct 14 09:52:05.714 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86672024-10-14T09:52:06.788Z[ host-image] Oct 14 09:52:05.723 INFO O| Oct 14 09:52:05.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86682024-10-14T09:52:06.788Z[ host-image] Oct 14 09:52:05.723 INFO O| Oct 14 09:52:05.723 INFO STEP 23 (remove_files) COMPLETE
86692024-10-14T09:52:06.788Z[ host-image] Oct 14 09:52:05.723 INFO O| Oct 14 09:52:05.723 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86702024-10-14T09:52:06.797Z[ host-image] Oct 14 09:52:05.733 INFO O| Oct 14 09:52:05.733 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86712024-10-14T09:52:06.797Z[ host-image] Oct 14 09:52:05.733 INFO O| Oct 14 09:52:05.733 INFO STEP 24 (remove_files) COMPLETE
86722024-10-14T09:52:06.797Z[ host-image] Oct 14 09:52:05.733 INFO O| Oct 14 09:52:05.733 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86732024-10-14T09:52:06.806Z[ host-image] Oct 14 09:52:05.742 INFO O| Oct 14 09:52:05.742 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86742024-10-14T09:52:06.807Z[ host-image] Oct 14 09:52:05.742 INFO O| Oct 14 09:52:05.742 INFO STEP 25 (remove_files) COMPLETE
86752024-10-14T09:52:06.807Z[ host-image] Oct 14 09:52:05.742 INFO O| Oct 14 09:52:05.742 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86762024-10-14T09:52:06.816Z[ host-image] Oct 14 09:52:05.752 INFO O| Oct 14 09:52:05.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86772024-10-14T09:52:06.818Z[ host-image] Oct 14 09:52:05.752 INFO O| Oct 14 09:52:05.752 INFO STEP 26 (remove_files) COMPLETE
86782024-10-14T09:52:06.818Z[ host-image] Oct 14 09:52:05.752 INFO O| Oct 14 09:52:05.752 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86792024-10-14T09:52:06.826Z[ host-image] Oct 14 09:52:05.762 INFO O| Oct 14 09:52:05.762 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86802024-10-14T09:52:06.826Z[ host-image] Oct 14 09:52:05.762 INFO O| Oct 14 09:52:05.762 INFO STEP 27 (remove_files) COMPLETE
86812024-10-14T09:52:06.829Z[ host-image] Oct 14 09:52:05.762 INFO O| Oct 14 09:52:05.762 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86822024-10-14T09:52:06.836Z[ host-image] Oct 14 09:52:05.771 INFO O| Oct 14 09:52:05.771 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86832024-10-14T09:52:06.836Z[ host-image] Oct 14 09:52:05.771 INFO O| Oct 14 09:52:05.771 INFO STEP 28 (remove_files) COMPLETE
86842024-10-14T09:52:06.836Z[ host-image] Oct 14 09:52:05.771 INFO O| Oct 14 09:52:05.771 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86852024-10-14T09:52:06.845Z[ host-image] Oct 14 09:52:05.781 INFO O| Oct 14 09:52:05.781 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86862024-10-14T09:52:06.845Z[ host-image] Oct 14 09:52:05.781 INFO O| Oct 14 09:52:05.781 INFO STEP 29 (remove_files) COMPLETE
86872024-10-14T09:52:06.845Z[ host-image] Oct 14 09:52:05.781 INFO O| Oct 14 09:52:05.781 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86882024-10-14T09:52:06.854Z[ host-image] Oct 14 09:52:05.790 INFO O| Oct 14 09:52:05.790 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86892024-10-14T09:52:06.854Z[ host-image] Oct 14 09:52:05.790 INFO O| Oct 14 09:52:05.790 INFO STEP 30 (remove_files) COMPLETE
86902024-10-14T09:52:06.857Z[ host-image] Oct 14 09:52:05.790 INFO O| Oct 14 09:52:05.790 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86912024-10-14T09:52:06.864Z[ host-image] Oct 14 09:52:05.800 INFO O| Oct 14 09:52:05.800 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86922024-10-14T09:52:06.866Z[ host-image] Oct 14 09:52:05.800 INFO O| Oct 14 09:52:05.800 INFO STEP 31 (remove_files) COMPLETE
86932024-10-14T09:52:06.866Z[ host-image] Oct 14 09:52:05.800 INFO O| Oct 14 09:52:05.800 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86942024-10-14T09:52:06.873Z[ host-image] Oct 14 09:52:05.809 INFO O| Oct 14 09:52:05.809 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86952024-10-14T09:52:06.873Z[ host-image] Oct 14 09:52:05.809 INFO O| Oct 14 09:52:05.809 INFO STEP 32 (remove_files) COMPLETE
86962024-10-14T09:52:06.876Z[ host-image] Oct 14 09:52:05.809 INFO O| Oct 14 09:52:05.809 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86972024-10-14T09:52:06.884Z[ host-image] Oct 14 09:52:05.818 INFO O| Oct 14 09:52:05.818 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86982024-10-14T09:52:06.884Z[ host-image] Oct 14 09:52:05.819 INFO O| Oct 14 09:52:05.818 INFO STEP 33 (remove_files) COMPLETE
86992024-10-14T09:52:06.886Z[ host-image] Oct 14 09:52:05.819 INFO O| Oct 14 09:52:05.818 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87002024-10-14T09:52:06.892Z[ host-image] Oct 14 09:52:05.828 INFO O| Oct 14 09:52:05.828 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87012024-10-14T09:52:06.892Z[ host-image] Oct 14 09:52:05.828 INFO O| Oct 14 09:52:05.828 INFO STEP 34 (remove_files) COMPLETE
87022024-10-14T09:52:06.894Z[ host-image] Oct 14 09:52:05.828 INFO O| Oct 14 09:52:05.828 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87032024-10-14T09:52:06.902Z[ host-image] Oct 14 09:52:05.837 INFO O| Oct 14 09:52:05.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87042024-10-14T09:52:06.905Z[ host-image] Oct 14 09:52:05.837 INFO O| Oct 14 09:52:05.837 INFO STEP 35 (remove_files) COMPLETE
87052024-10-14T09:52:06.905Z[ host-image] Oct 14 09:52:05.837 INFO O| Oct 14 09:52:05.837 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87062024-10-14T09:52:06.911Z[ host-image] Oct 14 09:52:05.847 INFO O| Oct 14 09:52:05.847 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87072024-10-14T09:52:06.911Z[ host-image] Oct 14 09:52:05.847 INFO O| Oct 14 09:52:05.847 INFO STEP 36 (remove_files) COMPLETE
87082024-10-14T09:52:06.913Z[ host-image] Oct 14 09:52:05.847 INFO O| Oct 14 09:52:05.847 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87092024-10-14T09:52:06.920Z[ host-image] Oct 14 09:52:05.856 INFO O| Oct 14 09:52:05.856 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87102024-10-14T09:52:06.920Z[ host-image] Oct 14 09:52:05.856 INFO O| Oct 14 09:52:05.856 INFO STEP 37 (remove_files) COMPLETE
87112024-10-14T09:52:06.923Z[ host-image] Oct 14 09:52:05.856 INFO O| Oct 14 09:52:05.856 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87122024-10-14T09:52:06.930Z[ host-image] Oct 14 09:52:05.866 INFO O| Oct 14 09:52:05.866 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87132024-10-14T09:52:06.932Z[ host-image] Oct 14 09:52:05.866 INFO O| Oct 14 09:52:05.866 INFO STEP 38 (remove_files) COMPLETE
87142024-10-14T09:52:06.932Z[ host-image] Oct 14 09:52:05.866 INFO O| Oct 14 09:52:05.866 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87152024-10-14T09:52:06.939Z[ host-image] Oct 14 09:52:05.875 INFO O| Oct 14 09:52:05.875 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87162024-10-14T09:52:06.939Z[ host-image] Oct 14 09:52:05.875 INFO O| Oct 14 09:52:05.875 INFO STEP 39 (remove_files) COMPLETE
87172024-10-14T09:52:06.941Z[ host-image] Oct 14 09:52:05.875 INFO O| Oct 14 09:52:05.875 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87182024-10-14T09:52:06.949Z[ host-image] Oct 14 09:52:05.884 INFO O| Oct 14 09:52:05.884 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87192024-10-14T09:52:06.949Z[ host-image] Oct 14 09:52:05.885 INFO O| Oct 14 09:52:05.884 INFO STEP 40 (remove_files) COMPLETE
87202024-10-14T09:52:06.951Z[ host-image] Oct 14 09:52:05.885 INFO O| Oct 14 09:52:05.884 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87212024-10-14T09:52:06.958Z[ host-image] Oct 14 09:52:05.894 INFO O| Oct 14 09:52:05.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87222024-10-14T09:52:06.958Z[ host-image] Oct 14 09:52:05.894 INFO O| Oct 14 09:52:05.894 INFO STEP 41 (remove_files) COMPLETE
87232024-10-14T09:52:06.960Z[ host-image] Oct 14 09:52:05.894 INFO O| Oct 14 09:52:05.894 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87242024-10-14T09:52:06.968Z[ host-image] Oct 14 09:52:05.903 INFO O| Oct 14 09:52:05.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87252024-10-14T09:52:06.968Z[ host-image] Oct 14 09:52:05.903 INFO O| Oct 14 09:52:05.903 INFO STEP 42 (remove_files) COMPLETE
87262024-10-14T09:52:06.968Z[ host-image] Oct 14 09:52:05.903 INFO O| Oct 14 09:52:05.903 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87272024-10-14T09:52:06.977Z[ host-image] Oct 14 09:52:05.913 INFO O| Oct 14 09:52:05.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87282024-10-14T09:52:06.977Z[ host-image] Oct 14 09:52:05.913 INFO O| Oct 14 09:52:05.913 INFO STEP 43 (remove_files) COMPLETE
87292024-10-14T09:52:06.977Z[ host-image] Oct 14 09:52:05.913 INFO O| Oct 14 09:52:05.913 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87302024-10-14T09:52:06.986Z[ host-image] Oct 14 09:52:05.922 INFO O| Oct 14 09:52:05.922 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87312024-10-14T09:52:06.986Z[ host-image] Oct 14 09:52:05.922 INFO O| Oct 14 09:52:05.922 INFO STEP 44 (remove_files) COMPLETE
87322024-10-14T09:52:06.989Z[ host-image] Oct 14 09:52:05.922 INFO O| Oct 14 09:52:05.922 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87332024-10-14T09:52:06.996Z[ host-image] Oct 14 09:52:05.932 INFO O| Oct 14 09:52:05.932 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87342024-10-14T09:52:06.998Z[ host-image] Oct 14 09:52:05.932 INFO O| Oct 14 09:52:05.932 INFO STEP 45 (remove_files) COMPLETE
87352024-10-14T09:52:06.998Z[ host-image] Oct 14 09:52:05.932 INFO O| Oct 14 09:52:05.932 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87362024-10-14T09:52:07.005Z[ host-image] Oct 14 09:52:05.941 INFO O| Oct 14 09:52:05.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87372024-10-14T09:52:07.006Z[ host-image] Oct 14 09:52:05.941 INFO O| Oct 14 09:52:05.941 INFO STEP 46 (remove_files) COMPLETE
87382024-10-14T09:52:07.008Z[ host-image] Oct 14 09:52:05.941 INFO O| Oct 14 09:52:05.941 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87392024-10-14T09:52:07.015Z[ host-image] Oct 14 09:52:05.951 INFO O| Oct 14 09:52:05.950 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87402024-10-14T09:52:07.015Z[ host-image] Oct 14 09:52:05.951 INFO O| Oct 14 09:52:05.951 INFO STEP 47 (remove_files) COMPLETE
87412024-10-14T09:52:07.018Z[ host-image] Oct 14 09:52:05.951 INFO O| Oct 14 09:52:05.951 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87422024-10-14T09:52:07.024Z[ host-image] Oct 14 09:52:05.960 INFO O| Oct 14 09:52:05.960 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87432024-10-14T09:52:07.024Z[ host-image] Oct 14 09:52:05.960 INFO O| Oct 14 09:52:05.960 INFO STEP 48 (remove_files) COMPLETE
87442024-10-14T09:52:07.027Z[ host-image] Oct 14 09:52:05.960 INFO O| Oct 14 09:52:05.960 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87452024-10-14T09:52:07.034Z[ host-image] Oct 14 09:52:05.969 INFO O| Oct 14 09:52:05.969 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87462024-10-14T09:52:07.036Z[ host-image] Oct 14 09:52:05.970 INFO O| Oct 14 09:52:05.969 INFO STEP 49 (remove_files) COMPLETE
87472024-10-14T09:52:07.036Z[ host-image] Oct 14 09:52:05.970 INFO O| Oct 14 09:52:05.969 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87482024-10-14T09:52:07.043Z[ host-image] Oct 14 09:52:05.979 INFO O| Oct 14 09:52:05.979 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87492024-10-14T09:52:07.043Z[ host-image] Oct 14 09:52:05.979 INFO O| Oct 14 09:52:05.979 INFO STEP 50 (remove_files) COMPLETE
87502024-10-14T09:52:07.043Z[ host-image] Oct 14 09:52:05.979 INFO O| Oct 14 09:52:05.979 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87512024-10-14T09:52:07.053Z[ host-image] Oct 14 09:52:05.989 INFO O| Oct 14 09:52:05.989 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87522024-10-14T09:52:07.053Z[ host-image] Oct 14 09:52:05.989 INFO O| Oct 14 09:52:05.989 INFO STEP 51 (remove_files) COMPLETE
87532024-10-14T09:52:07.053Z[ host-image] Oct 14 09:52:05.989 INFO O| Oct 14 09:52:05.989 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87542024-10-14T09:52:07.062Z[ host-image] Oct 14 09:52:05.998 INFO O| Oct 14 09:52:05.998 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87552024-10-14T09:52:07.065Z[ host-image] Oct 14 09:52:05.998 INFO O| Oct 14 09:52:05.998 INFO STEP 52 (remove_files) COMPLETE
87562024-10-14T09:52:07.065Z[ host-image] Oct 14 09:52:05.998 INFO O| Oct 14 09:52:05.998 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87572024-10-14T09:52:07.074Z[ host-image] Oct 14 09:52:06.009 INFO O| Oct 14 09:52:06.009 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87582024-10-14T09:52:07.074Z[ host-image] Oct 14 09:52:06.010 INFO O| Oct 14 09:52:06.010 INFO STEP 53 (remove_files) COMPLETE
87592024-10-14T09:52:07.074Z[ host-image] Oct 14 09:52:06.010 INFO O| Oct 14 09:52:06.010 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87602024-10-14T09:52:07.083Z[ host-image] Oct 14 09:52:06.019 INFO O| Oct 14 09:52:06.019 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87612024-10-14T09:52:07.083Z[ host-image] Oct 14 09:52:06.019 INFO O| Oct 14 09:52:06.019 INFO STEP 54 (remove_files) COMPLETE
87622024-10-14T09:52:07.086Z[ host-image] Oct 14 09:52:06.019 INFO O| Oct 14 09:52:06.019 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87632024-10-14T09:52:07.093Z[ host-image] Oct 14 09:52:06.029 INFO O| Oct 14 09:52:06.028 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87642024-10-14T09:52:07.093Z[ host-image] Oct 14 09:52:06.029 INFO O| Oct 14 09:52:06.029 INFO STEP 55 (remove_files) COMPLETE
87652024-10-14T09:52:07.093Z[ host-image] Oct 14 09:52:06.029 INFO O| Oct 14 09:52:06.029 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87662024-10-14T09:52:07.102Z[ host-image] Oct 14 09:52:06.038 INFO O| Oct 14 09:52:06.038 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87672024-10-14T09:52:07.103Z[ host-image] Oct 14 09:52:06.038 INFO O| Oct 14 09:52:06.038 INFO STEP 56 (remove_files) COMPLETE
87682024-10-14T09:52:07.105Z[ host-image] Oct 14 09:52:06.038 INFO O| Oct 14 09:52:06.038 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87692024-10-14T09:52:07.112Z[ host-image] Oct 14 09:52:06.048 INFO O| Oct 14 09:52:06.048 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87702024-10-14T09:52:07.112Z[ host-image] Oct 14 09:52:06.048 INFO O| Oct 14 09:52:06.048 INFO STEP 57 (remove_files) COMPLETE
87712024-10-14T09:52:07.115Z[ host-image] Oct 14 09:52:06.048 INFO O| Oct 14 09:52:06.048 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87722024-10-14T09:52:07.122Z[ host-image] Oct 14 09:52:06.058 INFO O| Oct 14 09:52:06.058 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87732024-10-14T09:52:07.125Z[ host-image] Oct 14 09:52:06.058 INFO O| Oct 14 09:52:06.058 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87742024-10-14T09:52:07.125Z[ host-image] Oct 14 09:52:06.058 INFO O| Oct 14 09:52:06.058 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87752024-10-14T09:52:07.125Z[ host-image] Oct 14 09:52:06.058 INFO O| Oct 14 09:52:06.058 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87762024-10-14T09:52:07.125Z[ host-image] Oct 14 09:52:06.058 INFO O| Oct 14 09:52:06.058 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87772024-10-14T09:52:07.125Z[ host-image] Oct 14 09:52:06.058 INFO O| Oct 14 09:52:06.058 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87782024-10-14T09:52:07.125Z[ host-image] Oct 14 09:52:06.058 INFO O| Oct 14 09:52:06.058 INFO ok!
87792024-10-14T09:52:07.125Z[ host-image] Oct 14 09:52:06.058 INFO O| Oct 14 09:52:06.058 INFO STEP 58 (ensure_file) COMPLETE
87802024-10-14T09:52:07.125Z[ host-image] Oct 14 09:52:06.058 INFO O| Oct 14 09:52:06.058 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87812024-10-14T09:52:07.132Z[ host-image] Oct 14 09:52:06.068 INFO O| Oct 14 09:52:06.068 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87822024-10-14T09:52:07.132Z[ host-image] Oct 14 09:52:06.068 INFO O| Oct 14 09:52:06.068 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87832024-10-14T09:52:07.135Z[ host-image] Oct 14 09:52:06.068 INFO O| Oct 14 09:52:06.068 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87842024-10-14T09:52:07.136Z[ host-image] Oct 14 09:52:06.068 INFO O| Oct 14 09:52:06.068 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87852024-10-14T09:52:07.136Z[ host-image] Oct 14 09:52:06.068 INFO O| Oct 14 09:52:06.068 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87862024-10-14T09:52:07.136Z[ host-image] Oct 14 09:52:06.068 INFO O| Oct 14 09:52:06.068 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87872024-10-14T09:52:07.136Z[ host-image] Oct 14 09:52:06.068 INFO O| Oct 14 09:52:06.068 INFO ok!
87882024-10-14T09:52:07.136Z[ host-image] Oct 14 09:52:06.068 INFO O| Oct 14 09:52:06.068 INFO STEP 59 (ensure_file) COMPLETE
87892024-10-14T09:52:07.136Z[ host-image] Oct 14 09:52:06.069 INFO O| Oct 14 09:52:06.068 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87902024-10-14T09:52:07.142Z[ host-image] Oct 14 09:52:06.078 INFO O| Oct 14 09:52:06.078 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87912024-10-14T09:52:07.142Z[ host-image] Oct 14 09:52:06.078 INFO O| Oct 14 09:52:06.078 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87922024-10-14T09:52:07.145Z[ host-image] Oct 14 09:52:06.078 INFO O| Oct 14 09:52:06.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87932024-10-14T09:52:07.145Z[ host-image] Oct 14 09:52:06.078 INFO O| Oct 14 09:52:06.078 INFO ok!
87942024-10-14T09:52:07.145Z[ host-image] Oct 14 09:52:06.078 INFO O| Oct 14 09:52:06.078 INFO STEP 60 (ensure_file) COMPLETE
87952024-10-14T09:52:07.145Z[ host-image] Oct 14 09:52:06.078 INFO O| Oct 14 09:52:06.078 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87962024-10-14T09:52:07.152Z[ host-image] Oct 14 09:52:06.088 INFO O| Oct 14 09:52:06.088 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87972024-10-14T09:52:07.152Z[ host-image] Oct 14 09:52:06.088 INFO O| Oct 14 09:52:06.088 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87982024-10-14T09:52:07.155Z[ host-image] Oct 14 09:52:06.088 INFO O| Oct 14 09:52:06.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
87992024-10-14T09:52:07.155Z[ host-image] Oct 14 09:52:06.088 INFO O| Oct 14 09:52:06.088 INFO ok!
88002024-10-14T09:52:07.155Z[ host-image] Oct 14 09:52:06.088 INFO O| Oct 14 09:52:06.088 INFO STEP 61 (ensure_file) COMPLETE
88012024-10-14T09:52:07.155Z[ host-image] Oct 14 09:52:06.088 INFO O| Oct 14 09:52:06.088 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88022024-10-14T09:52:07.162Z[ host-image] Oct 14 09:52:06.098 INFO O| Oct 14 09:52:06.098 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88032024-10-14T09:52:07.162Z[ host-image] Oct 14 09:52:06.098 INFO O| Oct 14 09:52:06.098 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88042024-10-14T09:52:07.165Z[ host-image] Oct 14 09:52:06.098 INFO O| Oct 14 09:52:06.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88052024-10-14T09:52:07.165Z[ host-image] Oct 14 09:52:06.098 INFO O| Oct 14 09:52:06.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88062024-10-14T09:52:07.165Z[ host-image] Oct 14 09:52:06.098 INFO O| Oct 14 09:52:06.098 INFO ok!
88072024-10-14T09:52:07.165Z[ host-image] Oct 14 09:52:06.098 INFO O| Oct 14 09:52:06.098 INFO STEP 62 (ensure_file) COMPLETE
88082024-10-14T09:52:07.165Z[ host-image] Oct 14 09:52:06.098 INFO O| Oct 14 09:52:06.098 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88092024-10-14T09:52:07.171Z[ host-image] Oct 14 09:52:06.107 INFO O| Oct 14 09:52:06.107 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88102024-10-14T09:52:07.172Z[ host-image] Oct 14 09:52:06.107 INFO O| Oct 14 09:52:06.107 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88112024-10-14T09:52:07.174Z[ host-image] Oct 14 09:52:06.107 INFO O| Oct 14 09:52:06.107 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88122024-10-14T09:52:07.174Z[ host-image] Oct 14 09:52:06.107 INFO O| Oct 14 09:52:06.107 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88132024-10-14T09:52:07.174Z[ host-image] Oct 14 09:52:06.108 INFO O| Oct 14 09:52:06.107 INFO ok!
88142024-10-14T09:52:07.174Z[ host-image] Oct 14 09:52:06.108 INFO O| Oct 14 09:52:06.108 INFO STEP 63 (ensure_file) COMPLETE
88152024-10-14T09:52:07.174Z[ host-image] Oct 14 09:52:06.108 INFO O| Oct 14 09:52:06.108 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162024-10-14T09:52:07.181Z[ host-image] Oct 14 09:52:06.117 INFO O| Oct 14 09:52:06.117 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88172024-10-14T09:52:07.181Z[ host-image] Oct 14 09:52:06.117 INFO O| Oct 14 09:52:06.117 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88182024-10-14T09:52:07.184Z[ host-image] Oct 14 09:52:06.117 INFO O| Oct 14 09:52:06.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88192024-10-14T09:52:07.184Z[ host-image] Oct 14 09:52:06.117 INFO O| Oct 14 09:52:06.117 INFO ok!
88202024-10-14T09:52:07.184Z[ host-image] Oct 14 09:52:06.117 INFO O| Oct 14 09:52:06.117 INFO STEP 64 (assemble_files) COMPLETE
88212024-10-14T09:52:07.184Z[ host-image] Oct 14 09:52:06.117 INFO O| Oct 14 09:52:06.117 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88222024-10-14T09:52:07.191Z[ host-image] Oct 14 09:52:06.127 INFO O| Oct 14 09:52:06.127 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88232024-10-14T09:52:07.191Z[ host-image] Oct 14 09:52:06.127 INFO O| Oct 14 09:52:06.127 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88242024-10-14T09:52:07.194Z[ host-image] Oct 14 09:52:06.127 INFO O| Oct 14 09:52:06.127 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88252024-10-14T09:52:07.194Z[ host-image] Oct 14 09:52:06.127 INFO O| Oct 14 09:52:06.127 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88262024-10-14T09:52:07.194Z[ host-image] Oct 14 09:52:06.127 INFO O| Oct 14 09:52:06.127 INFO ok!
88272024-10-14T09:52:07.194Z[ host-image] Oct 14 09:52:06.127 INFO O| Oct 14 09:52:06.127 INFO STEP 65 (ensure_file) COMPLETE
88282024-10-14T09:52:07.194Z[ host-image] Oct 14 09:52:06.127 INFO O| Oct 14 09:52:06.127 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88292024-10-14T09:52:07.201Z[ host-image] Oct 14 09:52:06.137 INFO O| Oct 14 09:52:06.137 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88302024-10-14T09:52:07.203Z[ host-image] Oct 14 09:52:06.137 INFO O| Oct 14 09:52:06.137 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88312024-10-14T09:52:07.204Z[ host-image] Oct 14 09:52:06.137 INFO O| Oct 14 09:52:06.137 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88322024-10-14T09:52:07.204Z[ host-image] Oct 14 09:52:06.137 INFO O| Oct 14 09:52:06.137 INFO STEP 66 (ensure_dir) COMPLETE
88332024-10-14T09:52:07.204Z[ host-image] Oct 14 09:52:06.137 INFO O| Oct 14 09:52:06.137 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88342024-10-14T09:52:07.211Z[ host-image] Oct 14 09:52:06.147 INFO O| Oct 14 09:52:06.147 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88352024-10-14T09:52:07.211Z[ host-image] Oct 14 09:52:06.147 INFO O| Oct 14 09:52:06.147 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 ...
88362024-10-14T09:52:07.218Z[ host-image] Oct 14 09:52:06.154 INFO O| Oct 14 09:52:06.154 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
88372024-10-14T09:52:07.218Z[ host-image] Oct 14 09:52:06.154 INFO O| Oct 14 09:52:06.154 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88382024-10-14T09:52:07.220Z[ host-image] Oct 14 09:52:06.154 INFO O| Oct 14 09:52:06.154 INFO ok!
88392024-10-14T09:52:07.220Z[ host-image] Oct 14 09:52:06.154 INFO O| Oct 14 09:52:06.154 INFO STEP 67 (ensure_file) COMPLETE
88402024-10-14T09:52:07.220Z[ host-image] Oct 14 09:52:06.154 INFO O| Oct 14 09:52:06.154 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88412024-10-14T09:52:07.228Z[ host-image] Oct 14 09:52:06.164 INFO O| Oct 14 09:52:06.164 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88422024-10-14T09:52:07.228Z[ host-image] Oct 14 09:52:06.164 INFO O| Oct 14 09:52:06.164 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 ...
88432024-10-14T09:52:07.230Z[ host-image] Oct 14 09:52:06.164 INFO O| Oct 14 09:52:06.164 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
88442024-10-14T09:52:07.230Z[ host-image] Oct 14 09:52:06.164 INFO O| Oct 14 09:52:06.164 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88452024-10-14T09:52:07.230Z[ host-image] Oct 14 09:52:06.164 INFO O| Oct 14 09:52:06.164 INFO ok!
88462024-10-14T09:52:07.230Z[ host-image] Oct 14 09:52:06.164 INFO O| Oct 14 09:52:06.164 INFO STEP 68 (ensure_file) COMPLETE
88472024-10-14T09:52:07.230Z[ host-image] Oct 14 09:52:06.164 INFO O| Oct 14 09:52:06.164 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-10-14T09:52:07.242Z[ host-image] Oct 14 09:52:06.178 INFO O| Oct 14 09:52:06.178 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88492024-10-14T09:52:07.242Z[ host-image] Oct 14 09:52:06.178 INFO O| Oct 14 09:52:06.178 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88502024-10-14T09:52:09.303Z[ host-image] Oct 14 09:52:08.238 INFO O| Oct 14 09:52:08.238 INFO STEP 69 (pack_tar) COMPLETE
88512024-10-14T09:52:09.306Z[ host-image] Oct 14 09:52:08.238 INFO O| Oct 14 09:52:08.238 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88522024-10-14T09:52:09.306Z[ host-image] Oct 14 09:52:08.238 INFO O| Oct 14 09:52:08.238 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88532024-10-14T09:52:09.788Z[ host-image] Oct 14 09:52:08.723 INFO O| Oct 14 09:52:08.723 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88542024-10-14T09:52:09.865Z[ host-image] Oct 14 09:52:08.800 INFO O| Oct 14 09:52:08.800 INFO completed processing gimlet/ramdisk-02-trim
88552024-10-14T09:52:09.867Z[ host-image] Oct 14 09:52:08.802 INFO image builder template: zfs...
88562024-10-14T09:52:09.868Z[ host-image] Oct 14 09:52:08.802 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/.tmpq7LyUG/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.33.293", "-n", "zfs"], pwd: None
88572024-10-14T09:52:09.880Z[ host-image] Oct 14 09:52:08.816 INFO O| Oct 14 09:52:08.816 INFO skip include "stress" because feature "stress" is not enabled
88582024-10-14T09:52:09.912Z[ host-image] Oct 14 09:52:08.847 INFO O| Oct 14 09:52:08.847 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88592024-10-14T09:52:09.916Z[ host-image] Oct 14 09:52:08.851 INFO O| Oct 14 09:52:08.851 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88602024-10-14T09:52:09.996Z[ host-image] Oct 14 09:52:08.931 INFO O| Oct 14 09:52:08.931 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88612024-10-14T09:52:10.060Z[ host-image] Oct 14 09:52:08.995 INFO O| Oct 14 09:52:08.995 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88622024-10-14T09:52:10.060Z[ host-image] Oct 14 09:52:08.995 INFO O| Oct 14 09:52:08.995 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88632024-10-14T09:52:10.064Z[ host-image] Oct 14 09:52:08.999 INFO O| Oct 14 09:52:08.999 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88642024-10-14T09:52:10.142Z[ host-image] Oct 14 09:52:09.078 INFO O| Oct 14 09:52:09.078 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88652024-10-14T09:52:10.203Z[ host-image] Oct 14 09:52:09.138 INFO O| Oct 14 09:52:09.138 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88662024-10-14T09:52:10.212Z[ host-image] Oct 14 09:52:09.147 INFO O| Oct 14 09:52:09.147 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88672024-10-14T09:52:10.217Z[ host-image] Oct 14 09:52:09.152 INFO O| Oct 14 09:52:09.152 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88682024-10-14T09:52:10.219Z[ host-image] Oct 14 09:52:09.152 INFO O| Oct 14 09:52:09.152 INFO no lofi found
88692024-10-14T09:52:10.219Z[ host-image] Oct 14 09:52:09.152 INFO O| Oct 14 09:52:09.152 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88702024-10-14T09:52:10.219Z[ host-image] Oct 14 09:52:09.152 INFO O| Oct 14 09:52:09.152 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88712024-10-14T09:52:12.074Z[ host-image] Oct 14 09:52:11.009 INFO O| Oct 14 09:52:11.009 INFO lofi device = /dev/dsk/c2t1d0p0
88722024-10-14T09:52:12.074Z[ host-image] Oct 14 09:52:11.009 INFO O| Oct 14 09:52:11.009 INFO pool device = /dev/dsk/c2t1d0p0
88732024-10-14T09:52:12.077Z[ host-image] Oct 14 09:52:11.009 INFO O| Oct 14 09:52:11.009 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"]
88742024-10-14T09:52:12.146Z[ host-image] Oct 14 09:52:11.081 INFO O| Oct 14 09:52:11.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88752024-10-14T09:52:12.146Z[ host-image] Oct 14 09:52:11.081 INFO O| Oct 14 09:52:11.081 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88762024-10-14T09:52:12.166Z[ host-image] Oct 14 09:52:11.101 INFO O| Oct 14 09:52:11.101 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88772024-10-14T09:52:12.222Z[ host-image] Oct 14 09:52:11.157 INFO O| Oct 14 09:52:11.157 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88782024-10-14T09:52:12.259Z[ host-image] Oct 14 09:52:11.194 INFO O| Oct 14 09:52:11.194 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88792024-10-14T09:52:12.274Z[ host-image] Oct 14 09:52:11.209 INFO O| Oct 14 09:52:11.209 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88802024-10-14T09:52:12.284Z[ host-image] Oct 14 09:52:11.219 INFO O| Oct 14 09:52:11.219 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88812024-10-14T09:52:12.330Z[ host-image] Oct 14 09:52:11.265 INFO O| Oct 14 09:52:11.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88822024-10-14T09:52:12.330Z[ host-image] Oct 14 09:52:11.265 INFO O| Oct 14 09:52:11.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88832024-10-14T09:52:12.332Z[ host-image] Oct 14 09:52:11.265 INFO O| Oct 14 09:52:11.265 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88842024-10-14T09:52:12.338Z[ host-image] Oct 14 09:52:11.273 INFO O| Oct 14 09:52:11.273 INFO boot environment UUID: cc1e287f-2300-47fd-bd9c-1872cab879d8
88852024-10-14T09:52:12.338Z[ host-image] Oct 14 09:52:11.273 INFO O| Oct 14 09:52:11.273 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = cc1e287f-2300-47fd-bd9c-1872cab879d8
88862024-10-14T09:52:12.348Z[ host-image] Oct 14 09:52:11.283 INFO O| Oct 14 09:52:11.283 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88872024-10-14T09:52:12.358Z[ host-image] Oct 14 09:52:11.293 INFO O| Oct 14 09:52:11.293 INFO STEP 0 (create_be) COMPLETE
88882024-10-14T09:52:12.358Z[ host-image] Oct 14 09:52:11.293 INFO O| Oct 14 09:52:11.293 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88892024-10-14T09:52:12.373Z[ host-image] Oct 14 09:52:11.308 INFO O| Oct 14 09:52:11.308 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88902024-10-14T09:52:14.926Z[ recovery-image] Oct 14 09:52:13.853 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
88912024-10-14T09:52:17.821Z[ recovery-image] Oct 14 09:52:16.752 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
88922024-10-14T09:52:22.182Z[ recovery-image] Oct 14 09:52:21.109 INFO E| Compiling bitflags v1.3.2
88932024-10-14T09:52:22.188Z[ recovery-image] Oct 14 09:52:21.109 INFO E| Compiling bit_field v0.10.2
88942024-10-14T09:52:22.188Z[ recovery-image] Oct 14 09:52:21.109 INFO E| Compiling adler2 v2.0.0
88952024-10-14T09:52:22.188Z[ recovery-image] Oct 14 09:52:21.109 INFO E| Compiling scroll v0.12.0
88962024-10-14T09:52:22.188Z[ recovery-image] Oct 14 09:52:21.109 INFO E| Compiling log v0.4.22
88972024-10-14T09:52:22.190Z[ recovery-image] Oct 14 09:52:21.109 INFO E| Compiling plain v0.2.3
88982024-10-14T09:52:22.190Z[ recovery-image] Oct 14 09:52:21.109 INFO E| Compiling bitstruct v0.1.1
88992024-10-14T09:52:22.302Z[ recovery-image] Oct 14 09:52:21.236 INFO E| Compiling raw-cpuid v10.7.0
89002024-10-14T09:52:22.364Z[ recovery-image] Oct 14 09:52:21.297 INFO E| Compiling cpio_reader v0.1.1
89012024-10-14T09:52:22.403Z[ recovery-image] Oct 14 09:52:21.337 INFO E| Compiling static_assertions v1.1.0
89022024-10-14T09:52:22.733Z[ recovery-image] Oct 14 09:52:21.607 INFO E| Compiling miniz_oxide v0.8.0
89032024-10-14T09:52:23.142Z[ recovery-image] Oct 14 09:52:22.076 INFO E| Compiling goblin v0.8.2
89042024-10-14T09:52:31.841Z[ recovery-image] Oct 14 09:52:30.774 INFO E| Finished `release` profile [optimized] target(s) in 36.78s
89052024-10-14T09:52:31.867Z[ recovery-image] Oct 14 09:52:30.800 INFO building host image...
89062024-10-14T09:52:31.873Z[ recovery-image] Oct 14 09:52:30.800 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")
89072024-10-14T09:52:32.556Z[ recovery-image] Oct 14 09:52:31.489 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
89082024-10-14T09:52:34.354Z[ host-image] Oct 14 09:52:33.286 INFO O| Oct 14 09:52:33.286 INFO STEP 1 (unpack_tar) COMPLETE
89092024-10-14T09:52:34.354Z[ host-image] Oct 14 09:52:33.286 INFO O| Oct 14 09:52:33.286 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89102024-10-14T09:52:34.365Z[ host-image] Oct 14 09:52:33.298 INFO O| Oct 14 09:52:33.298 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89112024-10-14T09:52:34.458Z[ recovery-image] Oct 14 09:52:33.390 INFO image complete! materials are in "/work/os-recovery"
89122024-10-14T09:52:34.462Z[ recovery-image]
89132024-10-14T09:52:34.462Z[ recovery-image] real 7:41.553892998
89142024-10-14T09:52:34.462Z[ recovery-image] user 4:58.824656273
89152024-10-14T09:52:34.465Z[ recovery-image] sys 55.707839070
89162024-10-14T09:52:34.465Z[ recovery-image] trap 0.232972446
89172024-10-14T09:52:34.465Z[ recovery-image] tflt 0.216911774
89182024-10-14T09:52:34.465Z[ recovery-image] dflt 1.061979764
89192024-10-14T09:52:34.465Z[ recovery-image] kflt 0.000093623
89202024-10-14T09:52:34.465Z[ recovery-image] lock 16:05.006067188
89212024-10-14T09:52:34.465Z[ recovery-image] slp 46:17.607753284
89222024-10-14T09:52:34.465Z[ recovery-image] lat 2:13.622742504
89232024-10-14T09:52:34.465Z[ recovery-image] stop 3.681975467
89242024-10-14T09:52:34.465ZOct 14 09:52:33.395 INFO [recovery-image] process exited with exit status: 0 (461.576045561s)
89252024-10-14T09:52:34.634Z[ host-image] Oct 14 09:52:33.566 INFO O| Oct 14 09:52:33.566 INFO STEP 2 (devfsadm) COMPLETE
89262024-10-14T09:52:34.634Z[ host-image] Oct 14 09:52:33.566 INFO O| Oct 14 09:52:33.566 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89272024-10-14T09:52:34.644Z[ host-image] Oct 14 09:52:33.577 INFO O| Oct 14 09:52:33.577 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89282024-10-14T09:52:34.647Z[ host-image] Oct 14 09:52:33.577 INFO O| Oct 14 09:52:33.577 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89292024-10-14T09:52:34.647Z[ host-image] Oct 14 09:52:33.577 INFO O| Oct 14 09:52:33.577 INFO STEP 3 (ensure_dir) COMPLETE
89302024-10-14T09:52:34.647Z[ host-image] Oct 14 09:52:33.577 INFO O| Oct 14 09:52:33.577 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89312024-10-14T09:52:34.654Z[ host-image] Oct 14 09:52:33.586 INFO O| Oct 14 09:52:33.586 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89322024-10-14T09:52:34.654Z[ host-image] Oct 14 09:52:33.587 INFO O| Oct 14 09:52:33.586 INFO STEP 4 (ensure_dir) COMPLETE
89332024-10-14T09:52:34.656Z[ host-image] Oct 14 09:52:33.587 INFO O| Oct 14 09:52:33.586 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89342024-10-14T09:52:34.663Z[ host-image] Oct 14 09:52:33.596 INFO O| Oct 14 09:52:33.596 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89352024-10-14T09:52:34.663Z[ host-image] Oct 14 09:52:33.596 INFO O| Oct 14 09:52:33.596 INFO STEP 5 (ensure_dir) COMPLETE
89362024-10-14T09:52:34.663Z[ host-image] Oct 14 09:52:33.596 INFO O| Oct 14 09:52:33.596 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89372024-10-14T09:52:34.672Z[ host-image] Oct 14 09:52:33.605 INFO O| Oct 14 09:52:33.605 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89382024-10-14T09:52:34.675Z[ host-image] Oct 14 09:52:33.605 INFO O| Oct 14 09:52:33.605 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89392024-10-14T09:52:34.675Z[ host-image] Oct 14 09:52:33.605 INFO O| Oct 14 09:52:33.605 INFO STEP 6 (ensure_dir) COMPLETE
89402024-10-14T09:52:34.675Z[ host-image] Oct 14 09:52:33.605 INFO O| Oct 14 09:52:33.605 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89412024-10-14T09:52:34.682Z[ host-image] Oct 14 09:52:33.614 INFO O| Oct 14 09:52:33.614 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89422024-10-14T09:52:34.682Z[ host-image] Oct 14 09:52:33.614 INFO O| Oct 14 09:52:33.614 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89432024-10-14T09:52:34.682Z[ host-image] Oct 14 09:52:33.614 INFO O| Oct 14 09:52:33.614 INFO STEP 7 (ensure_dir) COMPLETE
89442024-10-14T09:52:34.682Z[ host-image] Oct 14 09:52:33.614 INFO O| Oct 14 09:52:33.614 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89452024-10-14T09:52:34.691Z[ host-image] Oct 14 09:52:33.624 INFO O| Oct 14 09:52:33.624 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89462024-10-14T09:52:34.695Z[ host-image] Oct 14 09:52:33.624 INFO O| Oct 14 09:52:33.624 INFO STEP 8 (remove_files) COMPLETE
89472024-10-14T09:52:34.695Z[ host-image] Oct 14 09:52:33.624 INFO O| Oct 14 09:52:33.624 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89482024-10-14T09:52:34.701Z[ host-image] Oct 14 09:52:33.633 INFO O| Oct 14 09:52:33.633 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89492024-10-14T09:52:34.703Z[ host-image] Oct 14 09:52:33.634 INFO O| Oct 14 09:52:33.634 INFO STEP 9 (remove_files) COMPLETE
89502024-10-14T09:52:34.703Z[ host-image] Oct 14 09:52:33.634 INFO O| Oct 14 09:52:33.634 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89512024-10-14T09:52:34.711Z[ host-image] Oct 14 09:52:33.643 INFO O| Oct 14 09:52:33.643 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89522024-10-14T09:52:34.713Z[ host-image] Oct 14 09:52:33.644 INFO O| Oct 14 09:52:33.644 INFO STEP 10 (remove_files) COMPLETE
89532024-10-14T09:52:34.713Z[ host-image] Oct 14 09:52:33.644 INFO O| Oct 14 09:52:33.644 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89542024-10-14T09:52:34.721Z[ host-image] Oct 14 09:52:33.653 INFO O| Oct 14 09:52:33.653 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89552024-10-14T09:52:34.723Z[ host-image] Oct 14 09:52:33.653 INFO O| Oct 14 09:52:33.653 INFO STEP 11 (remove_files) COMPLETE
89562024-10-14T09:52:34.723Z[ host-image] Oct 14 09:52:33.653 INFO O| Oct 14 09:52:33.653 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89572024-10-14T09:52:34.730Z[ host-image] Oct 14 09:52:33.663 INFO O| Oct 14 09:52:33.662 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89582024-10-14T09:52:34.732Z[ host-image] Oct 14 09:52:33.663 INFO O| Oct 14 09:52:33.663 INFO STEP 12 (remove_files) COMPLETE
89592024-10-14T09:52:34.732Z[ host-image] Oct 14 09:52:33.663 INFO O| Oct 14 09:52:33.663 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89602024-10-14T09:52:34.739Z[ host-image] Oct 14 09:52:33.672 INFO O| Oct 14 09:52:33.672 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89612024-10-14T09:52:34.742Z[ host-image] Oct 14 09:52:33.672 INFO O| Oct 14 09:52:33.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89622024-10-14T09:52:34.742Z[ host-image] Oct 14 09:52:33.672 INFO O| Oct 14 09:52:33.672 INFO STEP 13 (ensure_dir) COMPLETE
89632024-10-14T09:52:34.742Z[ host-image] Oct 14 09:52:33.672 INFO O| Oct 14 09:52:33.672 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89642024-10-14T09:52:34.749Z[ host-image] Oct 14 09:52:33.681 INFO O| Oct 14 09:52:33.681 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89652024-10-14T09:52:34.751Z[ host-image] Oct 14 09:52:33.681 INFO O| Oct 14 09:52:33.681 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89662024-10-14T09:52:34.751Z[ host-image] Oct 14 09:52:33.681 INFO O| Oct 14 09:52:33.681 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89672024-10-14T09:52:34.751Z[ host-image] Oct 14 09:52:33.681 INFO O| Oct 14 09:52:33.681 INFO STEP 14 (ensure_dir) COMPLETE
89682024-10-14T09:52:34.751Z[ host-image] Oct 14 09:52:33.681 INFO O| Oct 14 09:52:33.681 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89692024-10-14T09:52:34.758Z[ host-image] Oct 14 09:52:33.691 INFO O| Oct 14 09:52:33.691 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89702024-10-14T09:52:34.758Z[ host-image] Oct 14 09:52:33.691 INFO O| Oct 14 09:52:33.691 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89712024-10-14T09:52:34.760Z[ host-image] Oct 14 09:52:33.691 INFO O| Oct 14 09:52:33.691 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89722024-10-14T09:52:34.761Z[ host-image] Oct 14 09:52:33.691 INFO O| Oct 14 09:52:33.691 INFO STEP 15 (ensure_dir) COMPLETE
89732024-10-14T09:52:34.761Z[ host-image] Oct 14 09:52:33.691 INFO O| Oct 14 09:52:33.691 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89742024-10-14T09:52:34.767Z[ host-image] Oct 14 09:52:33.700 INFO O| Oct 14 09:52:33.700 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89752024-10-14T09:52:34.770Z[ host-image] Oct 14 09:52:33.700 INFO O| Oct 14 09:52:33.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89762024-10-14T09:52:34.770Z[ host-image] Oct 14 09:52:33.700 INFO O| Oct 14 09:52:33.700 INFO STEP 16 (ensure_dir) COMPLETE
89772024-10-14T09:52:34.770Z[ host-image] Oct 14 09:52:33.700 INFO O| Oct 14 09:52:33.700 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89782024-10-14T09:52:34.777Z[ host-image] Oct 14 09:52:33.709 INFO O| Oct 14 09:52:33.709 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89792024-10-14T09:52:34.779Z[ host-image] Oct 14 09:52:33.710 INFO O| Oct 14 09:52:33.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89802024-10-14T09:52:34.779Z[ host-image] Oct 14 09:52:33.710 INFO O| Oct 14 09:52:33.710 INFO STEP 17 (ensure_dir) COMPLETE
89812024-10-14T09:52:34.779Z[ host-image] Oct 14 09:52:33.710 INFO O| Oct 14 09:52:33.710 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89822024-10-14T09:52:34.786Z[ host-image] Oct 14 09:52:33.719 INFO O| Oct 14 09:52:33.719 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89832024-10-14T09:52:34.786Z[ host-image] Oct 14 09:52:33.719 INFO O| Oct 14 09:52:33.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89842024-10-14T09:52:34.789Z[ host-image] Oct 14 09:52:33.719 INFO O| Oct 14 09:52:33.719 INFO ok!
89852024-10-14T09:52:34.789Z[ host-image] Oct 14 09:52:33.719 INFO O| Oct 14 09:52:33.719 INFO STEP 18 (ensure_symlink) COMPLETE
89862024-10-14T09:52:34.789Z[ host-image] Oct 14 09:52:33.719 INFO O| Oct 14 09:52:33.719 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89872024-10-14T09:52:34.796Z[ host-image] Oct 14 09:52:33.728 INFO O| Oct 14 09:52:33.728 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89882024-10-14T09:52:34.796Z[ host-image] Oct 14 09:52:33.728 INFO O| Oct 14 09:52:33.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89892024-10-14T09:52:34.798Z[ host-image] Oct 14 09:52:33.728 INFO O| Oct 14 09:52:33.728 INFO ok!
89902024-10-14T09:52:34.798Z[ host-image] Oct 14 09:52:33.728 INFO O| Oct 14 09:52:33.728 INFO STEP 19 (ensure_file) COMPLETE
89912024-10-14T09:52:34.800Z[ host-image] Oct 14 09:52:33.728 INFO O| Oct 14 09:52:33.728 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89922024-10-14T09:52:34.805Z[ host-image] Oct 14 09:52:33.738 INFO O| Oct 14 09:52:33.738 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89932024-10-14T09:52:34.805Z[ host-image] Oct 14 09:52:33.738 INFO O| Oct 14 09:52:33.738 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89942024-10-14T09:52:34.807Z[ host-image] Oct 14 09:52:33.738 INFO O| Oct 14 09:52:33.738 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89952024-10-14T09:52:34.807Z[ host-image] Oct 14 09:52:33.738 INFO O| Oct 14 09:52:33.738 INFO ok!
89962024-10-14T09:52:34.807Z[ host-image] Oct 14 09:52:33.738 INFO O| Oct 14 09:52:33.738 INFO STEP 20 (ensure_symlink) COMPLETE
89972024-10-14T09:52:34.807Z[ host-image] Oct 14 09:52:33.738 INFO O| Oct 14 09:52:33.738 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89982024-10-14T09:52:34.815Z[ host-image] Oct 14 09:52:33.747 INFO O| Oct 14 09:52:33.747 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89992024-10-14T09:52:34.817Z[ host-image] Oct 14 09:52:33.747 INFO O| Oct 14 09:52:33.747 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90002024-10-14T09:52:34.817Z[ host-image] Oct 14 09:52:33.747 INFO O| Oct 14 09:52:33.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90012024-10-14T09:52:34.817Z[ host-image] Oct 14 09:52:33.747 INFO O| Oct 14 09:52:33.747 INFO ok!
90022024-10-14T09:52:34.817Z[ host-image] Oct 14 09:52:33.747 INFO O| Oct 14 09:52:33.747 INFO STEP 21 (ensure_symlink) COMPLETE
90032024-10-14T09:52:34.817Z[ host-image] Oct 14 09:52:33.747 INFO O| Oct 14 09:52:33.747 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90042024-10-14T09:52:34.824Z[ host-image] Oct 14 09:52:33.757 INFO O| Oct 14 09:52:33.757 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90052024-10-14T09:52:34.824Z[ host-image] Oct 14 09:52:33.757 INFO O| Oct 14 09:52:33.757 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90062024-10-14T09:52:34.824Z[ host-image] Oct 14 09:52:33.757 INFO O| Oct 14 09:52:33.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90072024-10-14T09:52:34.824Z[ host-image] Oct 14 09:52:33.757 INFO O| Oct 14 09:52:33.757 INFO ok!
90082024-10-14T09:52:34.827Z[ host-image] Oct 14 09:52:33.757 INFO O| Oct 14 09:52:33.757 INFO STEP 22 (ensure_symlink) COMPLETE
90092024-10-14T09:52:34.827Z[ host-image] Oct 14 09:52:33.757 INFO O| Oct 14 09:52:33.757 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90102024-10-14T09:52:34.834Z[ host-image] Oct 14 09:52:33.766 INFO O| Oct 14 09:52:33.766 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90112024-10-14T09:52:34.834Z[ host-image] Oct 14 09:52:33.766 INFO O| Oct 14 09:52:33.766 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90122024-10-14T09:52:34.836Z[ host-image] Oct 14 09:52:33.766 INFO O| Oct 14 09:52:33.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90132024-10-14T09:52:34.836Z[ host-image] Oct 14 09:52:33.766 INFO O| Oct 14 09:52:33.766 INFO ok!
90142024-10-14T09:52:34.836Z[ host-image] Oct 14 09:52:33.766 INFO O| Oct 14 09:52:33.766 INFO STEP 23 (ensure_symlink) COMPLETE
90152024-10-14T09:52:34.836Z[ host-image] Oct 14 09:52:33.766 INFO O| Oct 14 09:52:33.766 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90162024-10-14T09:52:34.843Z[ host-image] Oct 14 09:52:33.776 INFO O| Oct 14 09:52:33.776 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90172024-10-14T09:52:34.845Z[ host-image] Oct 14 09:52:33.776 INFO O| Oct 14 09:52:33.776 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90182024-10-14T09:52:34.845Z[ host-image] Oct 14 09:52:33.776 INFO O| Oct 14 09:52:33.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90192024-10-14T09:52:34.845Z[ host-image] Oct 14 09:52:33.776 INFO O| Oct 14 09:52:33.776 INFO ok!
90202024-10-14T09:52:34.846Z[ host-image] Oct 14 09:52:33.776 INFO O| Oct 14 09:52:33.776 INFO STEP 24 (ensure_file) COMPLETE
90212024-10-14T09:52:34.846Z[ host-image] Oct 14 09:52:33.776 INFO O| Oct 14 09:52:33.776 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90222024-10-14T09:52:34.853Z[ host-image] Oct 14 09:52:33.786 INFO O| Oct 14 09:52:33.786 INFO updating shadow file
90232024-10-14T09:52:34.856Z[ host-image] Oct 14 09:52:33.786 INFO O| Oct 14 09:52:33.786 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90242024-10-14T09:52:34.856Z[ host-image] Oct 14 09:52:33.786 INFO O| Oct 14 09:52:33.786 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90252024-10-14T09:52:34.856Z[ host-image] Oct 14 09:52:33.786 INFO O| Oct 14 09:52:33.786 INFO STEP 25 (shadow) COMPLETE
90262024-10-14T09:52:34.856Z[ host-image] Oct 14 09:52:33.786 INFO O| Oct 14 09:52:33.786 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90272024-10-14T09:52:34.863Z[ host-image] Oct 14 09:52:33.795 INFO O| Oct 14 09:52:33.795 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90282024-10-14T09:52:34.863Z[ host-image] Oct 14 09:52:33.795 INFO O| Oct 14 09:52:33.795 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90292024-10-14T09:52:34.865Z[ host-image] Oct 14 09:52:33.795 INFO O| Oct 14 09:52:33.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90302024-10-14T09:52:34.865Z[ host-image] Oct 14 09:52:33.795 INFO O| Oct 14 09:52:33.795 INFO ok!
90312024-10-14T09:52:34.865Z[ host-image] Oct 14 09:52:33.795 INFO O| Oct 14 09:52:33.795 INFO STEP 26 (ensure_file) COMPLETE
90322024-10-14T09:52:34.865Z[ host-image] Oct 14 09:52:33.795 INFO O| Oct 14 09:52:33.795 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90332024-10-14T09:52:34.872Z[ host-image] Oct 14 09:52:33.805 INFO O| Oct 14 09:52:33.805 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90342024-10-14T09:52:34.872Z[ host-image] Oct 14 09:52:33.805 INFO O| Oct 14 09:52:33.805 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90352024-10-14T09:52:34.874Z[ host-image] Oct 14 09:52:33.805 INFO O| Oct 14 09:52:33.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90362024-10-14T09:52:34.874Z[ host-image] Oct 14 09:52:33.805 INFO O| Oct 14 09:52:33.805 INFO ok!
90372024-10-14T09:52:34.874Z[ host-image] Oct 14 09:52:33.805 INFO O| Oct 14 09:52:33.805 INFO STEP 27 (ensure_file) COMPLETE
90382024-10-14T09:52:34.875Z[ host-image] Oct 14 09:52:33.805 INFO O| Oct 14 09:52:33.805 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90392024-10-14T09:52:34.882Z[ host-image] Oct 14 09:52:33.815 INFO O| Oct 14 09:52:33.814 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90402024-10-14T09:52:34.882Z[ host-image] Oct 14 09:52:33.815 INFO O| Oct 14 09:52:33.815 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90412024-10-14T09:52:34.884Z[ host-image] Oct 14 09:52:33.815 INFO O| Oct 14 09:52:33.815 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90422024-10-14T09:52:34.885Z[ host-image] Oct 14 09:52:33.815 INFO O| Oct 14 09:52:33.815 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90432024-10-14T09:52:34.885Z[ host-image] Oct 14 09:52:33.815 INFO O| Oct 14 09:52:33.815 INFO ok!
90442024-10-14T09:52:34.885Z[ host-image] Oct 14 09:52:33.815 INFO O| Oct 14 09:52:33.815 INFO STEP 28 (ensure_file) COMPLETE
90452024-10-14T09:52:34.885Z[ host-image] Oct 14 09:52:33.815 INFO O| Oct 14 09:52:33.815 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90462024-10-14T09:52:34.891Z[ host-image] Oct 14 09:52:33.824 INFO O| Oct 14 09:52:33.824 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90472024-10-14T09:52:34.891Z[ host-image] Oct 14 09:52:33.824 INFO O| Oct 14 09:52:33.824 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90482024-10-14T09:52:34.891Z[ host-image] Oct 14 09:52:33.824 INFO O| Oct 14 09:52:33.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90492024-10-14T09:52:34.894Z[ host-image] Oct 14 09:52:33.824 INFO O| Oct 14 09:52:33.824 INFO ok!
90502024-10-14T09:52:34.894Z[ host-image] Oct 14 09:52:33.824 INFO O| Oct 14 09:52:33.824 INFO STEP 29 (ensure_file) COMPLETE
90512024-10-14T09:52:34.894Z[ host-image] Oct 14 09:52:33.824 INFO O| Oct 14 09:52:33.824 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90522024-10-14T09:52:34.901Z[ host-image] Oct 14 09:52:33.833 INFO O| Oct 14 09:52:33.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90532024-10-14T09:52:34.901Z[ host-image] Oct 14 09:52:33.833 INFO O| Oct 14 09:52:33.833 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90542024-10-14T09:52:34.903Z[ host-image] Oct 14 09:52:33.834 INFO O| Oct 14 09:52:33.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90552024-10-14T09:52:34.903Z[ host-image] Oct 14 09:52:33.834 INFO O| Oct 14 09:52:33.834 INFO ok!
90562024-10-14T09:52:34.903Z[ host-image] Oct 14 09:52:33.834 INFO O| Oct 14 09:52:33.834 INFO STEP 30 (ensure_file) COMPLETE
90572024-10-14T09:52:34.903Z[ host-image] Oct 14 09:52:33.834 INFO O| Oct 14 09:52:33.834 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90582024-10-14T09:52:34.911Z[ host-image] Oct 14 09:52:33.843 INFO O| Oct 14 09:52:33.843 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90592024-10-14T09:52:34.911Z[ host-image] Oct 14 09:52:33.843 INFO O| Oct 14 09:52:33.843 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90602024-10-14T09:52:34.913Z[ host-image] Oct 14 09:52:33.843 INFO O| Oct 14 09:52:33.843 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90612024-10-14T09:52:34.913Z[ host-image] Oct 14 09:52:33.843 INFO O| Oct 14 09:52:33.843 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90622024-10-14T09:52:34.913Z[ host-image] Oct 14 09:52:33.843 INFO O| Oct 14 09:52:33.843 INFO ok!
90632024-10-14T09:52:34.913Z[ host-image] Oct 14 09:52:33.843 INFO O| Oct 14 09:52:33.843 INFO STEP 31 (ensure_file) COMPLETE
90642024-10-14T09:52:34.913Z[ host-image] Oct 14 09:52:33.843 INFO O| Oct 14 09:52:33.843 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90652024-10-14T09:52:34.920Z[ host-image] Oct 14 09:52:33.853 INFO O| Oct 14 09:52:33.853 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90662024-10-14T09:52:34.920Z[ host-image] Oct 14 09:52:33.853 INFO O| Oct 14 09:52:33.853 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90672024-10-14T09:52:34.923Z[ host-image] Oct 14 09:52:33.853 INFO O| Oct 14 09:52:33.853 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90682024-10-14T09:52:34.923Z[ host-image] Oct 14 09:52:33.853 INFO O| Oct 14 09:52:33.853 INFO ok!
90692024-10-14T09:52:34.923Z[ host-image] Oct 14 09:52:33.853 INFO O| Oct 14 09:52:33.853 INFO STEP 32 (ensure_file) COMPLETE
90702024-10-14T09:52:34.923Z[ host-image] Oct 14 09:52:33.853 INFO O| Oct 14 09:52:33.853 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90712024-10-14T09:52:34.930Z[ host-image] Oct 14 09:52:33.862 INFO O| Oct 14 09:52:33.862 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90722024-10-14T09:52:34.932Z[ host-image] Oct 14 09:52:33.863 INFO O| Oct 14 09:52:33.863 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90732024-10-14T09:52:34.932Z[ host-image] Oct 14 09:52:33.863 INFO O| Oct 14 09:52:33.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90742024-10-14T09:52:34.932Z[ host-image] Oct 14 09:52:33.863 INFO O| Oct 14 09:52:33.863 INFO ok!
90752024-10-14T09:52:34.932Z[ host-image] Oct 14 09:52:33.863 INFO O| Oct 14 09:52:33.863 INFO STEP 33 (ensure_file) COMPLETE
90762024-10-14T09:52:34.932Z[ host-image] Oct 14 09:52:33.863 INFO O| Oct 14 09:52:33.863 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90772024-10-14T09:52:34.939Z[ host-image] Oct 14 09:52:33.872 INFO O| Oct 14 09:52:33.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90782024-10-14T09:52:34.939Z[ host-image] Oct 14 09:52:33.872 INFO O| Oct 14 09:52:33.872 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90792024-10-14T09:52:34.942Z[ host-image] Oct 14 09:52:33.872 INFO O| Oct 14 09:52:33.872 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90802024-10-14T09:52:34.942Z[ host-image] Oct 14 09:52:33.872 INFO O| Oct 14 09:52:33.872 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90812024-10-14T09:52:34.942Z[ host-image] Oct 14 09:52:33.872 INFO O| Oct 14 09:52:33.872 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90822024-10-14T09:52:34.942Z[ host-image] Oct 14 09:52:33.872 INFO O| Oct 14 09:52:33.872 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90832024-10-14T09:52:34.942Z[ host-image] Oct 14 09:52:33.872 INFO O| Oct 14 09:52:33.872 INFO ok!
90842024-10-14T09:52:34.942Z[ host-image] Oct 14 09:52:33.872 INFO O| Oct 14 09:52:33.872 INFO STEP 34 (ensure_file) COMPLETE
90852024-10-14T09:52:34.942Z[ host-image] Oct 14 09:52:33.872 INFO O| Oct 14 09:52:33.872 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90862024-10-14T09:52:34.949Z[ host-image] Oct 14 09:52:33.882 INFO O| Oct 14 09:52:33.881 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90872024-10-14T09:52:34.952Z[ host-image] Oct 14 09:52:33.882 INFO O| Oct 14 09:52:33.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90882024-10-14T09:52:34.952Z[ host-image] Oct 14 09:52:33.882 INFO O| Oct 14 09:52:33.882 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90892024-10-14T09:52:34.952Z[ host-image] Oct 14 09:52:33.882 INFO O| Oct 14 09:52:33.882 INFO STEP 35 (ensure_dir) COMPLETE
90902024-10-14T09:52:34.952Z[ host-image] Oct 14 09:52:33.882 INFO O| Oct 14 09:52:33.882 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90912024-10-14T09:52:34.958Z[ host-image] Oct 14 09:52:33.891 INFO O| Oct 14 09:52:33.891 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
90922024-10-14T09:52:34.958Z[ host-image] Oct 14 09:52:33.891 INFO O| Oct 14 09:52:33.891 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 ...
90932024-10-14T09:52:34.961Z[ host-image] Oct 14 09:52:33.891 INFO O| Oct 14 09:52:33.891 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
90942024-10-14T09:52:34.961Z[ host-image] Oct 14 09:52:33.891 INFO O| Oct 14 09:52:33.891 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
90952024-10-14T09:52:34.961Z[ host-image] Oct 14 09:52:33.891 INFO O| Oct 14 09:52:33.891 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
90962024-10-14T09:52:34.961Z[ host-image] Oct 14 09:52:33.891 INFO O| Oct 14 09:52:33.891 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
90972024-10-14T09:52:34.961Z[ host-image] Oct 14 09:52:33.891 INFO O| Oct 14 09:52:33.891 INFO ok!
90982024-10-14T09:52:34.961Z[ host-image] Oct 14 09:52:33.891 INFO O| Oct 14 09:52:33.891 INFO STEP 36 (ensure_file) COMPLETE
90992024-10-14T09:52:34.961Z[ host-image] Oct 14 09:52:33.891 INFO O| Oct 14 09:52:33.891 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91002024-10-14T09:52:34.968Z[ host-image] Oct 14 09:52:33.901 INFO O| Oct 14 09:52:33.901 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91012024-10-14T09:52:34.968Z[ host-image] Oct 14 09:52:33.901 INFO O| Oct 14 09:52:33.901 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 ...
91022024-10-14T09:52:34.970Z[ host-image] Oct 14 09:52:33.901 INFO O| Oct 14 09:52:33.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91032024-10-14T09:52:34.970Z[ host-image] Oct 14 09:52:33.901 INFO O| Oct 14 09:52:33.901 INFO ok!
91042024-10-14T09:52:34.970Z[ host-image] Oct 14 09:52:33.901 INFO O| Oct 14 09:52:33.901 INFO STEP 37 (ensure_symlink) COMPLETE
91052024-10-14T09:52:34.970Z[ host-image] Oct 14 09:52:33.901 INFO O| Oct 14 09:52:33.901 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91062024-10-14T09:52:34.977Z[ host-image] Oct 14 09:52:33.910 INFO O| Oct 14 09:52:33.910 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91072024-10-14T09:52:34.977Z[ host-image] Oct 14 09:52:33.910 INFO O| Oct 14 09:52:33.910 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91082024-10-14T09:52:34.980Z[ host-image] Oct 14 09:52:33.910 INFO O| Oct 14 09:52:33.910 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91092024-10-14T09:52:34.980Z[ host-image] Oct 14 09:52:33.910 INFO O| Oct 14 09:52:33.910 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91102024-10-14T09:52:34.980Z[ host-image] Oct 14 09:52:33.910 INFO O| Oct 14 09:52:33.910 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91112024-10-14T09:52:34.980Z[ host-image] Oct 14 09:52:33.910 INFO O| Oct 14 09:52:33.910 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91122024-10-14T09:52:34.980Z[ host-image] Oct 14 09:52:33.910 INFO O| Oct 14 09:52:33.910 INFO ok!
91132024-10-14T09:52:34.980Z[ host-image] Oct 14 09:52:33.910 INFO O| Oct 14 09:52:33.910 INFO STEP 38 (ensure_file) COMPLETE
91142024-10-14T09:52:34.980Z[ host-image] Oct 14 09:52:33.910 INFO O| Oct 14 09:52:33.910 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91152024-10-14T09:52:34.987Z[ host-image] Oct 14 09:52:33.920 INFO O| Oct 14 09:52:33.920 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91162024-10-14T09:52:34.987Z[ host-image] Oct 14 09:52:33.920 INFO O| Oct 14 09:52:33.920 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 ...
91172024-10-14T09:52:34.989Z[ host-image] Oct 14 09:52:33.920 INFO O| Oct 14 09:52:33.920 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
91182024-10-14T09:52:34.990Z[ host-image] Oct 14 09:52:33.920 INFO O| Oct 14 09:52:33.920 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91192024-10-14T09:52:34.990Z[ host-image] Oct 14 09:52:33.920 INFO O| Oct 14 09:52:33.920 INFO ok!
91202024-10-14T09:52:34.990Z[ host-image] Oct 14 09:52:33.920 INFO O| Oct 14 09:52:33.920 INFO STEP 39 (ensure_file) COMPLETE
91212024-10-14T09:52:34.990Z[ host-image] Oct 14 09:52:33.920 INFO O| Oct 14 09:52:33.920 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91222024-10-14T09:52:34.996Z[ host-image] Oct 14 09:52:33.929 INFO O| Oct 14 09:52:33.929 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91232024-10-14T09:52:34.997Z[ host-image] Oct 14 09:52:33.929 INFO O| Oct 14 09:52:33.929 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91242024-10-14T09:52:34.999Z[ host-image] Oct 14 09:52:33.929 INFO O| Oct 14 09:52:33.929 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91252024-10-14T09:52:34.999Z[ host-image] Oct 14 09:52:33.929 INFO O| Oct 14 09:52:33.929 INFO ok!
91262024-10-14T09:52:34.999Z[ host-image] Oct 14 09:52:33.929 INFO O| Oct 14 09:52:33.929 INFO STEP 40 (ensure_file) COMPLETE
91272024-10-14T09:52:34.999Z[ host-image] Oct 14 09:52:33.929 INFO O| Oct 14 09:52:33.929 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91282024-10-14T09:52:35.006Z[ host-image] Oct 14 09:52:33.939 INFO O| Oct 14 09:52:33.939 INFO updating shadow file
91292024-10-14T09:52:35.009Z[ host-image] Oct 14 09:52:33.939 INFO O| Oct 14 09:52:33.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91302024-10-14T09:52:35.009Z[ host-image] Oct 14 09:52:33.939 INFO O| Oct 14 09:52:33.939 INFO STEP 41 (shadow) COMPLETE
91312024-10-14T09:52:35.009Z[ host-image] Oct 14 09:52:33.939 INFO O| Oct 14 09:52:33.939 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91322024-10-14T09:52:35.016Z[ host-image] Oct 14 09:52:33.948 INFO O| Oct 14 09:52:33.948 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91332024-10-14T09:52:35.016Z[ host-image] Oct 14 09:52:33.948 INFO O| Oct 14 09:52:33.948 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91342024-10-14T09:52:35.018Z[ host-image] Oct 14 09:52:33.949 INFO O| Oct 14 09:52:33.948 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91352024-10-14T09:52:35.018Z[ host-image] Oct 14 09:52:33.949 INFO O| Oct 14 09:52:33.949 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91362024-10-14T09:52:35.018Z[ host-image] Oct 14 09:52:33.949 INFO O| Oct 14 09:52:33.949 INFO ok!
91372024-10-14T09:52:35.018Z[ host-image] Oct 14 09:52:33.949 INFO O| Oct 14 09:52:33.949 INFO STEP 42 (ensure_file) COMPLETE
91382024-10-14T09:52:35.018Z[ host-image] Oct 14 09:52:33.949 INFO O| Oct 14 09:52:33.949 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91392024-10-14T09:52:35.018Z[ host-image] Oct 14 09:52:33.949 INFO O| Oct 14 09:52:33.949 INFO skip step because feature "mfg" is not enabled
91402024-10-14T09:52:35.018Z[ host-image] Oct 14 09:52:33.949 INFO O| Oct 14 09:52:33.949 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91412024-10-14T09:52:35.018Z[ host-image] Oct 14 09:52:33.949 INFO O| Oct 14 09:52:33.949 INFO skip step because feature "mfg" is not enabled
91422024-10-14T09:52:35.018Z[ host-image] Oct 14 09:52:33.949 INFO O| Oct 14 09:52:33.949 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91432024-10-14T09:52:35.026Z[ host-image] Oct 14 09:52:33.959 INFO O| Oct 14 09:52:33.959 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91442024-10-14T09:52:35.026Z[ host-image] Oct 14 09:52:33.959 INFO O| Oct 14 09:52:33.959 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91452024-10-14T09:52:35.663Z[ host-image] Oct 14 09:52:34.595 INFO O| Oct 14 09:52:34.595 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91462024-10-14T09:52:35.663Z[ host-image] Oct 14 09:52:34.595 INFO O| Oct 14 09:52:34.595 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91472024-10-14T09:52:35.666Z[ host-image] Oct 14 09:52:34.595 INFO O| Oct 14 09:52:34.595 INFO ok!
91482024-10-14T09:52:35.666Z[ host-image] Oct 14 09:52:34.595 INFO O| Oct 14 09:52:34.595 INFO STEP 45 (ensure_file) COMPLETE
91492024-10-14T09:52:35.666Z[ host-image] Oct 14 09:52:34.595 INFO O| Oct 14 09:52:34.595 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91502024-10-14T09:52:35.674Z[ host-image] Oct 14 09:52:34.607 INFO O| Oct 14 09:52:34.606 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91512024-10-14T09:52:35.674Z[ host-image] Oct 14 09:52:34.607 INFO O| Oct 14 09:52:34.607 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91522024-10-14T09:52:35.677Z[ host-image] Oct 14 09:52:34.607 INFO O| Oct 14 09:52:34.607 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91532024-10-14T09:52:35.677Z[ host-image] Oct 14 09:52:34.607 INFO O| Oct 14 09:52:34.607 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91542024-10-14T09:52:35.677Z[ host-image] Oct 14 09:52:34.607 INFO O| Oct 14 09:52:34.607 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91552024-10-14T09:52:35.677Z[ host-image] Oct 14 09:52:34.607 INFO O| Oct 14 09:52:34.607 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91562024-10-14T09:52:35.677Z[ host-image] Oct 14 09:52:34.607 INFO O| Oct 14 09:52:34.607 INFO ok!
91572024-10-14T09:52:35.677Z[ host-image] Oct 14 09:52:34.607 INFO O| Oct 14 09:52:34.607 INFO STEP 46 (ensure_file) COMPLETE
91582024-10-14T09:52:35.677Z[ host-image] Oct 14 09:52:34.607 INFO O| Oct 14 09:52:34.607 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91592024-10-14T09:52:35.684Z[ host-image] Oct 14 09:52:34.617 INFO O| Oct 14 09:52:34.617 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91602024-10-14T09:52:35.684Z[ host-image] Oct 14 09:52:34.617 INFO O| Oct 14 09:52:34.617 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 ...
91612024-10-14T09:52:35.686Z[ host-image] Oct 14 09:52:34.617 INFO O| Oct 14 09:52:34.617 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
91622024-10-14T09:52:35.686Z[ host-image] Oct 14 09:52:34.617 INFO O| Oct 14 09:52:34.617 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91632024-10-14T09:52:35.686Z[ host-image] Oct 14 09:52:34.617 INFO O| Oct 14 09:52:34.617 INFO ok!
91642024-10-14T09:52:35.686Z[ host-image] Oct 14 09:52:34.617 INFO O| Oct 14 09:52:34.617 INFO STEP 47 (ensure_file) COMPLETE
91652024-10-14T09:52:35.686Z[ host-image] Oct 14 09:52:34.617 INFO O| Oct 14 09:52:34.617 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91662024-10-14T09:52:35.694Z[ host-image] Oct 14 09:52:34.626 INFO O| Oct 14 09:52:34.626 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91672024-10-14T09:52:35.696Z[ host-image] Oct 14 09:52:34.626 INFO O| Oct 14 09:52:34.626 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91682024-10-14T09:52:35.696Z[ host-image] Oct 14 09:52:34.626 INFO O| Oct 14 09:52:34.626 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91692024-10-14T09:52:35.696Z[ host-image] Oct 14 09:52:34.627 INFO O| Oct 14 09:52:34.626 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91702024-10-14T09:52:35.697Z[ host-image] Oct 14 09:52:34.627 INFO O| Oct 14 09:52:34.627 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91712024-10-14T09:52:35.697Z[ host-image] Oct 14 09:52:34.627 INFO O| Oct 14 09:52:34.627 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91722024-10-14T09:52:35.697Z[ host-image] Oct 14 09:52:34.627 INFO O| Oct 14 09:52:34.627 INFO ok!
91732024-10-14T09:52:35.697Z[ host-image] Oct 14 09:52:34.627 INFO O| Oct 14 09:52:34.627 INFO STEP 48 (ensure_file) COMPLETE
91742024-10-14T09:52:35.697Z[ host-image] Oct 14 09:52:34.627 INFO O| Oct 14 09:52:34.627 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91752024-10-14T09:52:35.705Z[ host-image] Oct 14 09:52:34.637 INFO O| Oct 14 09:52:34.637 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91762024-10-14T09:52:35.705Z[ host-image] Oct 14 09:52:34.637 INFO O| Oct 14 09:52:34.637 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 ...
91772024-10-14T09:52:35.707Z[ host-image] Oct 14 09:52:34.637 INFO O| Oct 14 09:52:34.637 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
91782024-10-14T09:52:35.707Z[ host-image] Oct 14 09:52:34.637 INFO O| Oct 14 09:52:34.637 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91792024-10-14T09:52:35.707Z[ host-image] Oct 14 09:52:34.637 INFO O| Oct 14 09:52:34.637 INFO ok!
91802024-10-14T09:52:35.707Z[ host-image] Oct 14 09:52:34.637 INFO O| Oct 14 09:52:34.637 INFO STEP 49 (ensure_file) COMPLETE
91812024-10-14T09:52:35.707Z[ host-image] Oct 14 09:52:34.637 INFO O| Oct 14 09:52:34.637 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91822024-10-14T09:52:35.714Z[ host-image] Oct 14 09:52:34.647 INFO O| Oct 14 09:52:34.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91832024-10-14T09:52:35.717Z[ host-image] Oct 14 09:52:34.647 INFO O| Oct 14 09:52:34.647 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91842024-10-14T09:52:35.717Z[ host-image] Oct 14 09:52:34.647 INFO O| Oct 14 09:52:34.647 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91852024-10-14T09:52:35.717Z[ host-image] Oct 14 09:52:34.647 INFO O| Oct 14 09:52:34.647 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91862024-10-14T09:52:35.717Z[ host-image] Oct 14 09:52:34.647 INFO O| Oct 14 09:52:34.647 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91872024-10-14T09:52:35.717Z[ host-image] Oct 14 09:52:34.647 INFO O| Oct 14 09:52:34.647 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91882024-10-14T09:52:35.717Z[ host-image] Oct 14 09:52:34.647 INFO O| Oct 14 09:52:34.647 INFO ok!
91892024-10-14T09:52:35.717Z[ host-image] Oct 14 09:52:34.647 INFO O| Oct 14 09:52:34.647 INFO STEP 50 (ensure_file) COMPLETE
91902024-10-14T09:52:35.717Z[ host-image] Oct 14 09:52:34.647 INFO O| Oct 14 09:52:34.647 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91912024-10-14T09:52:35.725Z[ host-image] Oct 14 09:52:34.657 INFO O| Oct 14 09:52:34.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91922024-10-14T09:52:35.725Z[ host-image] Oct 14 09:52:34.657 INFO O| Oct 14 09:52:34.657 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 ...
91932024-10-14T09:52:35.728Z[ host-image] Oct 14 09:52:34.657 INFO O| Oct 14 09:52:34.657 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
91942024-10-14T09:52:35.728Z[ host-image] Oct 14 09:52:34.657 INFO O| Oct 14 09:52:34.657 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91952024-10-14T09:52:35.729Z[ host-image] Oct 14 09:52:34.657 INFO O| Oct 14 09:52:34.657 INFO ok!
91962024-10-14T09:52:35.729Z[ host-image] Oct 14 09:52:34.657 INFO O| Oct 14 09:52:34.657 INFO STEP 51 (ensure_file) COMPLETE
91972024-10-14T09:52:35.729Z[ host-image] Oct 14 09:52:34.657 INFO O| Oct 14 09:52:34.657 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91982024-10-14T09:52:35.734Z[ host-image] Oct 14 09:52:34.667 INFO O| Oct 14 09:52:34.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91992024-10-14T09:52:35.735Z[ host-image] Oct 14 09:52:34.667 INFO O| Oct 14 09:52:34.667 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 ...
92002024-10-14T09:52:35.737Z[ host-image] Oct 14 09:52:34.667 INFO O| Oct 14 09:52:34.667 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
92012024-10-14T09:52:35.737Z[ host-image] Oct 14 09:52:34.667 INFO O| Oct 14 09:52:34.667 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92022024-10-14T09:52:35.737Z[ host-image] Oct 14 09:52:34.667 INFO O| Oct 14 09:52:34.667 INFO ok!
92032024-10-14T09:52:35.737Z[ host-image] Oct 14 09:52:34.667 INFO O| Oct 14 09:52:34.667 INFO STEP 52 (ensure_file) COMPLETE
92042024-10-14T09:52:35.737Z[ host-image] Oct 14 09:52:34.667 INFO O| Oct 14 09:52:34.667 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92052024-10-14T09:52:35.744Z[ host-image] Oct 14 09:52:34.677 INFO O| Oct 14 09:52:34.677 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92062024-10-14T09:52:35.747Z[ host-image] Oct 14 09:52:34.677 INFO O| Oct 14 09:52:34.677 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 ...
92072024-10-14T09:52:35.747Z[ host-image] Oct 14 09:52:34.677 INFO O| Oct 14 09:52:34.677 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
92082024-10-14T09:52:35.747Z[ host-image] Oct 14 09:52:34.677 INFO O| Oct 14 09:52:34.677 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92092024-10-14T09:52:35.747Z[ host-image] Oct 14 09:52:34.677 INFO O| Oct 14 09:52:34.677 INFO ok!
92102024-10-14T09:52:35.747Z[ host-image] Oct 14 09:52:34.677 INFO O| Oct 14 09:52:34.677 INFO STEP 53 (ensure_file) COMPLETE
92112024-10-14T09:52:35.747Z[ host-image] Oct 14 09:52:34.677 INFO O| Oct 14 09:52:34.677 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92122024-10-14T09:52:35.754Z[ host-image] Oct 14 09:52:34.687 INFO O| Oct 14 09:52:34.687 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92132024-10-14T09:52:35.754Z[ host-image] Oct 14 09:52:34.687 INFO O| Oct 14 09:52:34.687 INFO STEP 54 (ensure_dir) COMPLETE
92142024-10-14T09:52:35.754Z[ host-image] Oct 14 09:52:34.687 INFO O| Oct 14 09:52:34.687 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92152024-10-14T09:52:35.764Z[ host-image] Oct 14 09:52:34.696 INFO O| Oct 14 09:52:34.696 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92162024-10-14T09:52:35.764Z[ host-image] Oct 14 09:52:34.696 INFO O| Oct 14 09:52:34.696 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92172024-10-14T09:52:35.764Z[ host-image] Oct 14 09:52:34.696 INFO O| Oct 14 09:52:34.696 INFO STEP 55 (ensure_dir) COMPLETE
92182024-10-14T09:52:35.766Z[ host-image] Oct 14 09:52:34.696 INFO O| Oct 14 09:52:34.696 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92192024-10-14T09:52:35.774Z[ host-image] Oct 14 09:52:34.706 INFO O| Oct 14 09:52:34.706 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92202024-10-14T09:52:35.777Z[ host-image] Oct 14 09:52:34.707 INFO O| Oct 14 09:52:34.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92212024-10-14T09:52:35.777Z[ host-image] Oct 14 09:52:34.707 INFO O| Oct 14 09:52:34.707 INFO STEP 56 (ensure_dir) COMPLETE
92222024-10-14T09:52:35.778Z[ host-image] Oct 14 09:52:34.707 INFO O| Oct 14 09:52:34.707 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-10-14T09:52:35.784Z[ host-image] Oct 14 09:52:34.716 INFO O| Oct 14 09:52:34.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92242024-10-14T09:52:35.784Z[ host-image] Oct 14 09:52:34.716 INFO O| Oct 14 09:52:34.716 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92252024-10-14T09:52:35.801Z[ host-image] Oct 14 09:52:34.733 INFO O| Oct 14 09:52:34.733 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92262024-10-14T09:52:35.801Z[ host-image] Oct 14 09:52:34.733 INFO O| Oct 14 09:52:34.733 INFO ok!
92272024-10-14T09:52:35.803Z[ host-image] Oct 14 09:52:34.733 INFO O| Oct 14 09:52:34.733 INFO STEP 57 (ensure_file) COMPLETE
92282024-10-14T09:52:35.803Z[ host-image] Oct 14 09:52:34.733 INFO O| Oct 14 09:52:34.733 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-10-14T09:52:35.812Z[ host-image] Oct 14 09:52:34.744 INFO O| Oct 14 09:52:34.744 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92302024-10-14T09:52:35.812Z[ host-image] Oct 14 09:52:34.744 INFO O| Oct 14 09:52:34.744 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92312024-10-14T09:52:36.877Z[ host-image] Oct 14 09:52:35.809 INFO O| Oct 14 09:52:35.809 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92322024-10-14T09:52:36.878Z[ host-image] Oct 14 09:52:35.809 INFO O| Oct 14 09:52:35.809 INFO ok!
92332024-10-14T09:52:36.878Z[ host-image] Oct 14 09:52:35.809 INFO O| Oct 14 09:52:35.809 INFO STEP 58 (ensure_file) COMPLETE
92342024-10-14T09:52:36.878Z[ host-image] Oct 14 09:52:35.809 INFO O| Oct 14 09:52:35.809 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-10-14T09:52:36.888Z[ host-image] Oct 14 09:52:35.820 INFO O| Oct 14 09:52:35.820 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92362024-10-14T09:52:36.891Z[ host-image] Oct 14 09:52:35.820 INFO O| Oct 14 09:52:35.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92372024-10-14T09:52:36.891Z[ host-image] Oct 14 09:52:35.820 INFO O| Oct 14 09:52:35.820 INFO STEP 59 (ensure_dir) COMPLETE
92382024-10-14T09:52:36.891Z[ host-image] Oct 14 09:52:35.820 INFO O| Oct 14 09:52:35.820 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-10-14T09:52:36.897Z[ host-image] Oct 14 09:52:35.830 INFO O| Oct 14 09:52:35.830 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92402024-10-14T09:52:36.900Z[ host-image] Oct 14 09:52:35.830 INFO O| Oct 14 09:52:35.830 INFO copying /tmp/.tmpq7LyUG/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 ...
92412024-10-14T09:52:36.900Z[ host-image] Oct 14 09:52:35.830 INFO O| Oct 14 09:52:35.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92422024-10-14T09:52:36.900Z[ host-image] Oct 14 09:52:35.830 INFO O| Oct 14 09:52:35.830 INFO ok!
92432024-10-14T09:52:36.900Z[ host-image] Oct 14 09:52:35.830 INFO O| Oct 14 09:52:35.830 INFO STEP 60 (ensure_file) COMPLETE
92442024-10-14T09:52:36.900Z[ host-image] Oct 14 09:52:35.830 INFO O| Oct 14 09:52:35.830 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-10-14T09:52:36.907Z[ host-image] Oct 14 09:52:35.839 INFO O| Oct 14 09:52:35.839 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92462024-10-14T09:52:36.907Z[ host-image] Oct 14 09:52:35.839 INFO O| Oct 14 09:52:35.839 INFO copying /tmp/.tmpq7LyUG/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 ...
92472024-10-14T09:52:36.909Z[ host-image] Oct 14 09:52:35.839 INFO O| Oct 14 09:52:35.839 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92482024-10-14T09:52:36.909Z[ host-image] Oct 14 09:52:35.839 INFO O| Oct 14 09:52:35.839 INFO ok!
92492024-10-14T09:52:36.909Z[ host-image] Oct 14 09:52:35.839 INFO O| Oct 14 09:52:35.839 INFO STEP 61 (ensure_file) COMPLETE
92502024-10-14T09:52:36.909Z[ host-image] Oct 14 09:52:35.839 INFO O| Oct 14 09:52:35.839 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-10-14T09:52:36.916Z[ host-image] Oct 14 09:52:35.849 INFO O| Oct 14 09:52:35.849 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92522024-10-14T09:52:36.916Z[ host-image] Oct 14 09:52:35.849 INFO O| Oct 14 09:52:35.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92532024-10-14T09:52:36.919Z[ host-image] Oct 14 09:52:35.849 INFO O| Oct 14 09:52:35.849 INFO STEP 62 (ensure_dir) COMPLETE
92542024-10-14T09:52:36.919Z[ host-image] Oct 14 09:52:35.849 INFO O| Oct 14 09:52:35.849 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92552024-10-14T09:52:36.926Z[ host-image] Oct 14 09:52:35.858 INFO O| Oct 14 09:52:35.858 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92562024-10-14T09:52:36.926Z[ host-image] Oct 14 09:52:35.858 INFO O| Oct 14 09:52:35.858 INFO copying /tmp/.tmpq7LyUG/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 ...
92572024-10-14T09:52:36.928Z[ host-image] Oct 14 09:52:35.858 INFO O| Oct 14 09:52:35.858 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92582024-10-14T09:52:36.928Z[ host-image] Oct 14 09:52:35.858 INFO O| Oct 14 09:52:35.858 INFO ok!
92592024-10-14T09:52:36.928Z[ host-image] Oct 14 09:52:35.858 INFO O| Oct 14 09:52:35.858 INFO STEP 63 (ensure_file) COMPLETE
92602024-10-14T09:52:36.928Z[ host-image] Oct 14 09:52:35.858 INFO O| Oct 14 09:52:35.858 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-10-14T09:52:36.935Z[ host-image] Oct 14 09:52:35.868 INFO O| Oct 14 09:52:35.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92622024-10-14T09:52:36.938Z[ host-image] Oct 14 09:52:35.868 INFO O| Oct 14 09:52:35.868 INFO copying /tmp/.tmpq7LyUG/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 ...
92632024-10-14T09:52:36.938Z[ host-image] Oct 14 09:52:35.868 INFO O| Oct 14 09:52:35.868 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92642024-10-14T09:52:36.938Z[ host-image] Oct 14 09:52:35.868 INFO O| Oct 14 09:52:35.868 INFO ok!
92652024-10-14T09:52:36.938Z[ host-image] Oct 14 09:52:35.868 INFO O| Oct 14 09:52:35.868 INFO STEP 64 (ensure_file) COMPLETE
92662024-10-14T09:52:36.938Z[ host-image] Oct 14 09:52:35.868 INFO O| Oct 14 09:52:35.868 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-10-14T09:52:36.945Z[ host-image] Oct 14 09:52:35.877 INFO O| Oct 14 09:52:35.877 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92682024-10-14T09:52:36.947Z[ host-image] Oct 14 09:52:35.877 INFO O| Oct 14 09:52:35.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92692024-10-14T09:52:36.947Z[ host-image] Oct 14 09:52:35.877 INFO O| Oct 14 09:52:35.877 INFO STEP 65 (ensure_dir) COMPLETE
92702024-10-14T09:52:36.947Z[ host-image] Oct 14 09:52:35.877 INFO O| Oct 14 09:52:35.877 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-10-14T09:52:36.954Z[ host-image] Oct 14 09:52:35.887 INFO O| Oct 14 09:52:35.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92722024-10-14T09:52:36.956Z[ host-image] Oct 14 09:52:35.887 INFO O| Oct 14 09:52:35.887 INFO copying /tmp/.tmpq7LyUG/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 ...
92732024-10-14T09:52:36.956Z[ host-image] Oct 14 09:52:35.887 INFO O| Oct 14 09:52:35.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92742024-10-14T09:52:36.957Z[ host-image] Oct 14 09:52:35.887 INFO O| Oct 14 09:52:35.887 INFO ok!
92752024-10-14T09:52:36.957Z[ host-image] Oct 14 09:52:35.887 INFO O| Oct 14 09:52:35.887 INFO STEP 66 (ensure_file) COMPLETE
92762024-10-14T09:52:36.957Z[ host-image] Oct 14 09:52:35.887 INFO O| Oct 14 09:52:35.887 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-10-14T09:52:36.964Z[ host-image] Oct 14 09:52:35.896 INFO O| Oct 14 09:52:35.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92782024-10-14T09:52:36.964Z[ host-image] Oct 14 09:52:35.896 INFO O| Oct 14 09:52:35.896 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92792024-10-14T09:52:36.966Z[ host-image] Oct 14 09:52:35.896 INFO O| Oct 14 09:52:35.896 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92802024-10-14T09:52:36.966Z[ host-image] Oct 14 09:52:35.896 INFO O| Oct 14 09:52:35.896 INFO ok!
92812024-10-14T09:52:36.966Z[ host-image] Oct 14 09:52:35.896 INFO O| Oct 14 09:52:35.896 INFO STEP 67 (ensure_file) COMPLETE
92822024-10-14T09:52:36.966Z[ host-image] Oct 14 09:52:35.896 INFO O| Oct 14 09:52:35.896 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-10-14T09:52:36.975Z[ host-image] Oct 14 09:52:35.906 INFO O| Oct 14 09:52:35.906 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92842024-10-14T09:52:36.977Z[ host-image] Oct 14 09:52:35.906 INFO O| Oct 14 09:52:35.906 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92852024-10-14T09:52:36.977Z[ host-image] Oct 14 09:52:35.906 INFO O| Oct 14 09:52:35.906 INFO STEP 68 (ensure_dir) COMPLETE
92862024-10-14T09:52:36.977Z[ host-image] Oct 14 09:52:35.906 INFO O| Oct 14 09:52:35.906 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92872024-10-14T09:52:36.983Z[ host-image] Oct 14 09:52:35.915 INFO O| Oct 14 09:52:35.915 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92882024-10-14T09:52:36.983Z[ host-image] Oct 14 09:52:35.915 INFO O| Oct 14 09:52:35.915 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92892024-10-14T09:52:38.013Z[ host-image] Oct 14 09:52:36.945 INFO O| Oct 14 09:52:36.945 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92902024-10-14T09:52:38.016Z[ host-image] Oct 14 09:52:36.945 INFO O| Oct 14 09:52:36.945 INFO ok!
92912024-10-14T09:52:38.016Z[ host-image] Oct 14 09:52:36.945 INFO O| Oct 14 09:52:36.945 INFO STEP 69 (ensure_file) COMPLETE
92922024-10-14T09:52:38.016Z[ host-image] Oct 14 09:52:36.945 INFO O| Oct 14 09:52:36.945 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92932024-10-14T09:52:38.024Z[ host-image] Oct 14 09:52:36.956 INFO O| Oct 14 09:52:36.956 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92942024-10-14T09:52:38.024Z[ host-image] Oct 14 09:52:36.956 INFO O| Oct 14 09:52:36.956 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92952024-10-14T09:52:39.486Z[ host-image] Oct 14 09:52:38.418 INFO O| Oct 14 09:52:38.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92962024-10-14T09:52:39.486Z[ host-image] Oct 14 09:52:38.418 INFO O| Oct 14 09:52:38.418 INFO ok!
92972024-10-14T09:52:39.489Z[ host-image] Oct 14 09:52:38.418 INFO O| Oct 14 09:52:38.418 INFO STEP 70 (ensure_file) COMPLETE
92982024-10-14T09:52:39.489Z[ host-image] Oct 14 09:52:38.418 INFO O| Oct 14 09:52:38.418 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92992024-10-14T09:52:39.497Z[ host-image] Oct 14 09:52:38.429 INFO O| Oct 14 09:52:38.429 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93002024-10-14T09:52:39.499Z[ host-image] Oct 14 09:52:38.429 INFO O| Oct 14 09:52:38.429 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93012024-10-14T09:52:39.499Z[ host-image] Oct 14 09:52:38.429 INFO O| Oct 14 09:52:38.429 INFO STEP 71 (ensure_dir) COMPLETE
93022024-10-14T09:52:39.499Z[ host-image] Oct 14 09:52:38.429 INFO O| Oct 14 09:52:38.429 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032024-10-14T09:52:39.506Z[ host-image] Oct 14 09:52:38.438 INFO O| Oct 14 09:52:38.438 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93042024-10-14T09:52:39.506Z[ host-image] Oct 14 09:52:38.438 INFO O| Oct 14 09:52:38.438 INFO copying /tmp/.tmpq7LyUG/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 ...
93052024-10-14T09:52:39.509Z[ host-image] Oct 14 09:52:38.438 INFO O| Oct 14 09:52:38.438 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93062024-10-14T09:52:39.509Z[ host-image] Oct 14 09:52:38.438 INFO O| Oct 14 09:52:38.438 INFO ok!
93072024-10-14T09:52:39.509Z[ host-image] Oct 14 09:52:38.438 INFO O| Oct 14 09:52:38.438 INFO STEP 72 (ensure_file) COMPLETE
93082024-10-14T09:52:39.509Z[ host-image] Oct 14 09:52:38.438 INFO O| Oct 14 09:52:38.438 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93092024-10-14T09:52:39.516Z[ host-image] Oct 14 09:52:38.448 INFO O| Oct 14 09:52:38.448 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93102024-10-14T09:52:39.516Z[ host-image] Oct 14 09:52:38.448 INFO O| Oct 14 09:52:38.448 INFO copying /tmp/.tmpq7LyUG/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 ...
93112024-10-14T09:52:39.518Z[ host-image] Oct 14 09:52:38.448 INFO O| Oct 14 09:52:38.448 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93122024-10-14T09:52:39.518Z[ host-image] Oct 14 09:52:38.448 INFO O| Oct 14 09:52:38.448 INFO ok!
93132024-10-14T09:52:39.518Z[ host-image] Oct 14 09:52:38.448 INFO O| Oct 14 09:52:38.448 INFO STEP 73 (ensure_file) COMPLETE
93142024-10-14T09:52:39.520Z[ host-image] Oct 14 09:52:38.448 INFO O| Oct 14 09:52:38.448 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93152024-10-14T09:52:39.525Z[ host-image] Oct 14 09:52:38.457 INFO O| Oct 14 09:52:38.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93162024-10-14T09:52:39.525Z[ host-image] Oct 14 09:52:38.457 INFO O| Oct 14 09:52:38.457 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93172024-10-14T09:52:39.525Z[ host-image] Oct 14 09:52:38.457 INFO O| Oct 14 09:52:38.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93182024-10-14T09:52:39.528Z[ host-image] Oct 14 09:52:38.457 INFO O| Oct 14 09:52:38.457 INFO ok!
93192024-10-14T09:52:39.528Z[ host-image] Oct 14 09:52:38.457 INFO O| Oct 14 09:52:38.457 INFO STEP 74 (ensure_file) COMPLETE
93202024-10-14T09:52:39.528Z[ host-image] Oct 14 09:52:38.457 INFO O| Oct 14 09:52:38.457 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93212024-10-14T09:52:39.534Z[ host-image] Oct 14 09:52:38.466 INFO O| Oct 14 09:52:38.466 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93222024-10-14T09:52:39.534Z[ host-image] Oct 14 09:52:38.467 INFO O| Oct 14 09:52:38.466 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93232024-10-14T09:52:39.537Z[ host-image] Oct 14 09:52:38.467 INFO O| Oct 14 09:52:38.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93242024-10-14T09:52:39.537Z[ host-image] Oct 14 09:52:38.467 INFO O| Oct 14 09:52:38.467 INFO ok!
93252024-10-14T09:52:39.537Z[ host-image] Oct 14 09:52:38.467 INFO O| Oct 14 09:52:38.467 INFO STEP 75 (ensure_file) COMPLETE
93262024-10-14T09:52:39.537Z[ host-image] Oct 14 09:52:38.467 INFO O| Oct 14 09:52:38.467 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93272024-10-14T09:52:39.544Z[ host-image] Oct 14 09:52:38.476 INFO O| Oct 14 09:52:38.476 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93282024-10-14T09:52:39.546Z[ host-image] Oct 14 09:52:38.476 INFO O| Oct 14 09:52:38.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93292024-10-14T09:52:39.546Z[ host-image] Oct 14 09:52:38.476 INFO O| Oct 14 09:52:38.476 INFO STEP 76 (ensure_dir) COMPLETE
93302024-10-14T09:52:39.546Z[ host-image] Oct 14 09:52:38.476 INFO O| Oct 14 09:52:38.476 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-10-14T09:52:39.553Z[ host-image] Oct 14 09:52:38.485 INFO O| Oct 14 09:52:38.485 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93322024-10-14T09:52:39.554Z[ host-image] Oct 14 09:52:38.485 INFO O| Oct 14 09:52:38.485 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93332024-10-14T09:52:39.557Z[ host-image] Oct 14 09:52:38.488 INFO O| Oct 14 09:52:38.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93342024-10-14T09:52:39.557Z[ host-image] Oct 14 09:52:38.488 INFO O| Oct 14 09:52:38.488 INFO ok!
93352024-10-14T09:52:39.557Z[ host-image] Oct 14 09:52:38.488 INFO O| Oct 14 09:52:38.488 INFO STEP 77 (ensure_file) COMPLETE
93362024-10-14T09:52:39.557Z[ host-image] Oct 14 09:52:38.488 INFO O| Oct 14 09:52:38.488 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93372024-10-14T09:52:39.565Z[ host-image] Oct 14 09:52:38.497 INFO O| Oct 14 09:52:38.497 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93382024-10-14T09:52:39.565Z[ host-image] Oct 14 09:52:38.497 INFO O| Oct 14 09:52:38.497 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93392024-10-14T09:52:39.568Z[ host-image] Oct 14 09:52:38.497 INFO O| Oct 14 09:52:38.497 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93402024-10-14T09:52:39.568Z[ host-image] Oct 14 09:52:38.497 INFO O| Oct 14 09:52:38.497 INFO ok!
93412024-10-14T09:52:39.568Z[ host-image] Oct 14 09:52:38.497 INFO O| Oct 14 09:52:38.497 INFO STEP 78 (ensure_file) COMPLETE
93422024-10-14T09:52:39.568Z[ host-image] Oct 14 09:52:38.497 INFO O| Oct 14 09:52:38.497 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93432024-10-14T09:52:39.575Z[ host-image] Oct 14 09:52:38.507 INFO O| Oct 14 09:52:38.507 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93442024-10-14T09:52:39.575Z[ host-image] Oct 14 09:52:38.507 INFO O| Oct 14 09:52:38.507 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93452024-10-14T09:52:40.194Z[ host-image] Oct 14 09:52:39.126 INFO O| Oct 14 09:52:39.126 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93462024-10-14T09:52:40.194Z[ host-image] Oct 14 09:52:39.126 INFO O| Oct 14 09:52:39.126 INFO ok!
93472024-10-14T09:52:40.194Z[ host-image] Oct 14 09:52:39.126 INFO O| Oct 14 09:52:39.126 INFO STEP 79 (ensure_file) COMPLETE
93482024-10-14T09:52:40.194Z[ host-image] Oct 14 09:52:39.126 INFO O| Oct 14 09:52:39.126 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93492024-10-14T09:52:40.205Z[ host-image] Oct 14 09:52:39.137 INFO O| Oct 14 09:52:39.137 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93502024-10-14T09:52:40.205Z[ host-image] Oct 14 09:52:39.137 INFO O| Oct 14 09:52:39.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93512024-10-14T09:52:40.207Z[ host-image] Oct 14 09:52:39.137 INFO O| Oct 14 09:52:39.137 INFO STEP 80 (ensure_dir) COMPLETE
93522024-10-14T09:52:40.208Z[ host-image] Oct 14 09:52:39.137 INFO O| Oct 14 09:52:39.137 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93532024-10-14T09:52:40.214Z[ host-image] Oct 14 09:52:39.146 INFO O| Oct 14 09:52:39.146 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93542024-10-14T09:52:40.214Z[ host-image] Oct 14 09:52:39.146 INFO O| Oct 14 09:52:39.146 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93552024-10-14T09:52:40.217Z[ host-image] Oct 14 09:52:39.146 INFO O| Oct 14 09:52:39.146 INFO STEP 81 (ensure_dir) COMPLETE
93562024-10-14T09:52:40.217Z[ host-image] Oct 14 09:52:39.146 INFO O| Oct 14 09:52:39.146 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-10-14T09:52:40.224Z[ host-image] Oct 14 09:52:39.156 INFO O| Oct 14 09:52:39.155 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93582024-10-14T09:52:40.226Z[ host-image] Oct 14 09:52:39.156 INFO O| Oct 14 09:52:39.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93592024-10-14T09:52:40.228Z[ host-image] Oct 14 09:52:39.156 INFO O| Oct 14 09:52:39.156 INFO STEP 82 (ensure_dir) COMPLETE
93602024-10-14T09:52:40.228Z[ host-image] Oct 14 09:52:39.156 INFO O| Oct 14 09:52:39.156 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-10-14T09:52:40.233Z[ host-image] Oct 14 09:52:39.165 INFO O| Oct 14 09:52:39.165 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93622024-10-14T09:52:40.233Z[ host-image] Oct 14 09:52:39.165 INFO O| Oct 14 09:52:39.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93632024-10-14T09:52:40.236Z[ host-image] Oct 14 09:52:39.165 INFO O| Oct 14 09:52:39.165 INFO STEP 83 (ensure_dir) COMPLETE
93642024-10-14T09:52:40.236Z[ host-image] Oct 14 09:52:39.165 INFO O| Oct 14 09:52:39.165 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93652024-10-14T09:52:40.242Z[ host-image] Oct 14 09:52:39.174 INFO O| Oct 14 09:52:39.174 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93662024-10-14T09:52:40.242Z[ host-image] Oct 14 09:52:39.174 INFO O| Oct 14 09:52:39.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93672024-10-14T09:52:40.245Z[ host-image] Oct 14 09:52:39.174 INFO O| Oct 14 09:52:39.174 INFO STEP 84 (ensure_dir) COMPLETE
93682024-10-14T09:52:40.245Z[ host-image] Oct 14 09:52:39.174 INFO O| Oct 14 09:52:39.174 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692024-10-14T09:52:40.252Z[ host-image] Oct 14 09:52:39.184 INFO O| Oct 14 09:52:39.184 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93702024-10-14T09:52:40.252Z[ host-image] Oct 14 09:52:39.184 INFO O| Oct 14 09:52:39.184 INFO copying /tmp/.tmpq7LyUG/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 ...
93712024-10-14T09:52:40.254Z[ host-image] Oct 14 09:52:39.184 INFO O| Oct 14 09:52:39.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93722024-10-14T09:52:40.254Z[ host-image] Oct 14 09:52:39.184 INFO O| Oct 14 09:52:39.184 INFO ok!
93732024-10-14T09:52:40.254Z[ host-image] Oct 14 09:52:39.184 INFO O| Oct 14 09:52:39.184 INFO STEP 85 (ensure_file) COMPLETE
93742024-10-14T09:52:40.254Z[ host-image] Oct 14 09:52:39.184 INFO O| Oct 14 09:52:39.184 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93752024-10-14T09:52:40.261Z[ host-image] Oct 14 09:52:39.193 INFO O| Oct 14 09:52:39.193 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93762024-10-14T09:52:40.261Z[ host-image] Oct 14 09:52:39.193 INFO O| Oct 14 09:52:39.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93772024-10-14T09:52:40.261Z[ host-image] Oct 14 09:52:39.193 INFO O| Oct 14 09:52:39.193 INFO STEP 86 (ensure_dir) COMPLETE
93782024-10-14T09:52:40.264Z[ host-image] Oct 14 09:52:39.193 INFO O| Oct 14 09:52:39.193 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792024-10-14T09:52:40.271Z[ host-image] Oct 14 09:52:39.203 INFO O| Oct 14 09:52:39.203 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93802024-10-14T09:52:40.271Z[ host-image] Oct 14 09:52:39.203 INFO O| Oct 14 09:52:39.203 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93812024-10-14T09:52:40.273Z[ host-image] Oct 14 09:52:39.203 INFO O| Oct 14 09:52:39.203 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93822024-10-14T09:52:40.273Z[ host-image] Oct 14 09:52:39.203 INFO O| Oct 14 09:52:39.203 INFO ok!
93832024-10-14T09:52:40.273Z[ host-image] Oct 14 09:52:39.203 INFO O| Oct 14 09:52:39.203 INFO STEP 87 (ensure_file) COMPLETE
93842024-10-14T09:52:40.273Z[ host-image] Oct 14 09:52:39.203 INFO O| Oct 14 09:52:39.203 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93852024-10-14T09:52:40.280Z[ host-image] Oct 14 09:52:39.212 INFO O| Oct 14 09:52:39.212 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93862024-10-14T09:52:40.280Z[ host-image] Oct 14 09:52:39.212 INFO O| Oct 14 09:52:39.212 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93872024-10-14T09:52:40.292Z[ host-image] Oct 14 09:52:39.224 INFO O| Oct 14 09:52:39.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93882024-10-14T09:52:40.292Z[ host-image] Oct 14 09:52:39.224 INFO O| Oct 14 09:52:39.224 INFO ok!
93892024-10-14T09:52:40.294Z[ host-image] Oct 14 09:52:39.224 INFO O| Oct 14 09:52:39.224 INFO STEP 88 (ensure_file) COMPLETE
93902024-10-14T09:52:40.295Z[ host-image] Oct 14 09:52:39.224 INFO O| Oct 14 09:52:39.224 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93912024-10-14T09:52:40.301Z[ host-image] Oct 14 09:52:39.233 INFO O| Oct 14 09:52:39.233 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93922024-10-14T09:52:40.301Z[ host-image] Oct 14 09:52:39.233 INFO O| Oct 14 09:52:39.233 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93932024-10-14T09:52:40.656Z[ host-image] Oct 14 09:52:39.587 INFO O| Oct 14 09:52:39.587 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93942024-10-14T09:52:40.656Z[ host-image] Oct 14 09:52:39.587 INFO O| Oct 14 09:52:39.587 INFO ok!
93952024-10-14T09:52:40.658Z[ host-image] Oct 14 09:52:39.587 INFO O| Oct 14 09:52:39.587 INFO STEP 89 (ensure_file) COMPLETE
93962024-10-14T09:52:40.658Z[ host-image] Oct 14 09:52:39.587 INFO O| Oct 14 09:52:39.587 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93972024-10-14T09:52:40.667Z[ host-image] Oct 14 09:52:39.598 INFO O| Oct 14 09:52:39.598 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93982024-10-14T09:52:40.667Z[ host-image] Oct 14 09:52:39.599 INFO O| Oct 14 09:52:39.598 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
93992024-10-14T09:52:40.669Z[ host-image] Oct 14 09:52:39.599 INFO O| Oct 14 09:52:39.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
94002024-10-14T09:52:40.669Z[ host-image] Oct 14 09:52:39.599 INFO O| Oct 14 09:52:39.599 INFO ok!
94012024-10-14T09:52:40.669Z[ host-image] Oct 14 09:52:39.599 INFO O| Oct 14 09:52:39.599 INFO STEP 90 (ensure_file) COMPLETE
94022024-10-14T09:52:40.669Z[ host-image] Oct 14 09:52:39.599 INFO O| Oct 14 09:52:39.599 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94032024-10-14T09:52:40.676Z[ host-image] Oct 14 09:52:39.608 INFO O| Oct 14 09:52:39.608 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94042024-10-14T09:52:40.679Z[ host-image] Oct 14 09:52:39.608 INFO O| Oct 14 09:52:39.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94052024-10-14T09:52:40.679Z[ host-image] Oct 14 09:52:39.608 INFO O| Oct 14 09:52:39.608 INFO STEP 91 (ensure_dir) COMPLETE
94062024-10-14T09:52:40.679Z[ host-image] Oct 14 09:52:39.608 INFO O| Oct 14 09:52:39.608 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94072024-10-14T09:52:40.686Z[ host-image] Oct 14 09:52:39.618 INFO O| Oct 14 09:52:39.618 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94082024-10-14T09:52:40.686Z[ host-image] Oct 14 09:52:39.618 INFO O| Oct 14 09:52:39.618 INFO copying /tmp/.tmpq7LyUG/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 ...
94092024-10-14T09:52:40.689Z[ host-image] Oct 14 09:52:39.618 INFO O| Oct 14 09:52:39.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94102024-10-14T09:52:40.689Z[ host-image] Oct 14 09:52:39.618 INFO O| Oct 14 09:52:39.618 INFO ok!
94112024-10-14T09:52:40.689Z[ host-image] Oct 14 09:52:39.618 INFO O| Oct 14 09:52:39.618 INFO STEP 92 (ensure_file) COMPLETE
94122024-10-14T09:52:40.689Z[ host-image] Oct 14 09:52:39.618 INFO O| Oct 14 09:52:39.618 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94132024-10-14T09:52:40.696Z[ host-image] Oct 14 09:52:39.628 INFO O| Oct 14 09:52:39.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94142024-10-14T09:52:40.699Z[ host-image] Oct 14 09:52:39.628 INFO O| Oct 14 09:52:39.628 INFO copying /tmp/.tmpq7LyUG/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 ...
94152024-10-14T09:52:40.699Z[ host-image] Oct 14 09:52:39.628 INFO O| Oct 14 09:52:39.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94162024-10-14T09:52:40.699Z[ host-image] Oct 14 09:52:39.628 INFO O| Oct 14 09:52:39.628 INFO ok!
94172024-10-14T09:52:40.699Z[ host-image] Oct 14 09:52:39.628 INFO O| Oct 14 09:52:39.628 INFO STEP 93 (ensure_file) COMPLETE
94182024-10-14T09:52:40.699Z[ host-image] Oct 14 09:52:39.628 INFO O| Oct 14 09:52:39.628 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94192024-10-14T09:52:40.706Z[ host-image] Oct 14 09:52:39.638 INFO O| Oct 14 09:52:39.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94202024-10-14T09:52:40.706Z[ host-image] Oct 14 09:52:39.638 INFO O| Oct 14 09:52:39.638 INFO copying /tmp/.tmpq7LyUG/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 ...
94212024-10-14T09:52:40.708Z[ host-image] Oct 14 09:52:39.638 INFO O| Oct 14 09:52:39.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94222024-10-14T09:52:40.708Z[ host-image] Oct 14 09:52:39.638 INFO O| Oct 14 09:52:39.638 INFO ok!
94232024-10-14T09:52:40.708Z[ host-image] Oct 14 09:52:39.638 INFO O| Oct 14 09:52:39.638 INFO STEP 94 (ensure_file) COMPLETE
94242024-10-14T09:52:40.708Z[ host-image] Oct 14 09:52:39.638 INFO O| Oct 14 09:52:39.638 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94252024-10-14T09:52:40.716Z[ host-image] Oct 14 09:52:39.647 INFO O| Oct 14 09:52:39.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94262024-10-14T09:52:40.716Z[ host-image] Oct 14 09:52:39.648 INFO O| Oct 14 09:52:39.647 INFO copying /tmp/.tmpq7LyUG/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 ...
94272024-10-14T09:52:40.718Z[ host-image] Oct 14 09:52:39.648 INFO O| Oct 14 09:52:39.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94282024-10-14T09:52:40.718Z[ host-image] Oct 14 09:52:39.648 INFO O| Oct 14 09:52:39.648 INFO ok!
94292024-10-14T09:52:40.718Z[ host-image] Oct 14 09:52:39.648 INFO O| Oct 14 09:52:39.648 INFO STEP 95 (ensure_file) COMPLETE
94302024-10-14T09:52:40.718Z[ host-image] Oct 14 09:52:39.648 INFO O| Oct 14 09:52:39.648 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94312024-10-14T09:52:40.726Z[ host-image] Oct 14 09:52:39.658 INFO O| Oct 14 09:52:39.657 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94322024-10-14T09:52:40.726Z[ host-image] Oct 14 09:52:39.658 INFO O| Oct 14 09:52:39.657 INFO copying /tmp/.tmpq7LyUG/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 ...
94332024-10-14T09:52:40.728Z[ host-image] Oct 14 09:52:39.658 INFO O| Oct 14 09:52:39.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94342024-10-14T09:52:40.728Z[ host-image] Oct 14 09:52:39.658 INFO O| Oct 14 09:52:39.658 INFO ok!
94352024-10-14T09:52:40.728Z[ host-image] Oct 14 09:52:39.658 INFO O| Oct 14 09:52:39.658 INFO STEP 96 (ensure_file) COMPLETE
94362024-10-14T09:52:40.728Z[ host-image] Oct 14 09:52:39.658 INFO O| Oct 14 09:52:39.658 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94372024-10-14T09:52:40.736Z[ host-image] Oct 14 09:52:39.667 INFO O| Oct 14 09:52:39.667 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94382024-10-14T09:52:40.736Z[ host-image] Oct 14 09:52:39.668 INFO O| Oct 14 09:52:39.667 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94392024-10-14T09:52:40.738Z[ host-image] Oct 14 09:52:39.668 INFO O| Oct 14 09:52:39.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94402024-10-14T09:52:40.738Z[ host-image] Oct 14 09:52:39.668 INFO O| Oct 14 09:52:39.668 INFO ok!
94412024-10-14T09:52:40.738Z[ host-image] Oct 14 09:52:39.668 INFO O| Oct 14 09:52:39.668 INFO STEP 97 (ensure_file) COMPLETE
94422024-10-14T09:52:40.738Z[ host-image] Oct 14 09:52:39.668 INFO O| Oct 14 09:52:39.668 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94432024-10-14T09:52:40.745Z[ host-image] Oct 14 09:52:39.677 INFO O| Oct 14 09:52:39.677 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94442024-10-14T09:52:40.745Z[ host-image] Oct 14 09:52:39.677 INFO O| Oct 14 09:52:39.677 INFO copying /tmp/.tmpq7LyUG/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 ...
94452024-10-14T09:52:40.748Z[ host-image] Oct 14 09:52:39.677 INFO O| Oct 14 09:52:39.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94462024-10-14T09:52:40.748Z[ host-image] Oct 14 09:52:39.677 INFO O| Oct 14 09:52:39.677 INFO ok!
94472024-10-14T09:52:40.748Z[ host-image] Oct 14 09:52:39.677 INFO O| Oct 14 09:52:39.677 INFO STEP 98 (ensure_file) COMPLETE
94482024-10-14T09:52:40.748Z[ host-image] Oct 14 09:52:39.677 INFO O| Oct 14 09:52:39.677 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94492024-10-14T09:52:40.755Z[ host-image] Oct 14 09:52:39.687 INFO O| Oct 14 09:52:39.687 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94502024-10-14T09:52:40.758Z[ host-image] Oct 14 09:52:39.687 INFO O| Oct 14 09:52:39.687 INFO copying /tmp/.tmpq7LyUG/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 ...
94512024-10-14T09:52:40.758Z[ host-image] Oct 14 09:52:39.687 INFO O| Oct 14 09:52:39.687 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94522024-10-14T09:52:40.758Z[ host-image] Oct 14 09:52:39.687 INFO O| Oct 14 09:52:39.687 INFO ok!
94532024-10-14T09:52:40.758Z[ host-image] Oct 14 09:52:39.687 INFO O| Oct 14 09:52:39.687 INFO STEP 99 (ensure_file) COMPLETE
94542024-10-14T09:52:40.758Z[ host-image] Oct 14 09:52:39.687 INFO O| Oct 14 09:52:39.687 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94552024-10-14T09:52:40.765Z[ host-image] Oct 14 09:52:39.697 INFO O| Oct 14 09:52:39.697 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94562024-10-14T09:52:40.765Z[ host-image] Oct 14 09:52:39.697 INFO O| Oct 14 09:52:39.697 INFO copying /tmp/.tmpq7LyUG/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 ...
94572024-10-14T09:52:40.767Z[ host-image] Oct 14 09:52:39.697 INFO O| Oct 14 09:52:39.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94582024-10-14T09:52:40.767Z[ host-image] Oct 14 09:52:39.697 INFO O| Oct 14 09:52:39.697 INFO ok!
94592024-10-14T09:52:40.769Z[ host-image] Oct 14 09:52:39.697 INFO O| Oct 14 09:52:39.697 INFO STEP 100 (ensure_file) COMPLETE
94602024-10-14T09:52:40.769Z[ host-image] Oct 14 09:52:39.697 INFO O| Oct 14 09:52:39.697 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612024-10-14T09:52:40.775Z[ host-image] Oct 14 09:52:39.707 INFO O| Oct 14 09:52:39.707 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94622024-10-14T09:52:40.775Z[ host-image] Oct 14 09:52:39.707 INFO O| Oct 14 09:52:39.707 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94632024-10-14T09:52:40.777Z[ host-image] Oct 14 09:52:39.707 INFO O| Oct 14 09:52:39.707 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94642024-10-14T09:52:40.777Z[ host-image] Oct 14 09:52:39.707 INFO O| Oct 14 09:52:39.707 INFO ok!
94652024-10-14T09:52:40.777Z[ host-image] Oct 14 09:52:39.707 INFO O| Oct 14 09:52:39.707 INFO STEP 101 (ensure_file) COMPLETE
94662024-10-14T09:52:40.777Z[ host-image] Oct 14 09:52:39.707 INFO O| Oct 14 09:52:39.707 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94672024-10-14T09:52:40.784Z[ host-image] Oct 14 09:52:39.716 INFO O| Oct 14 09:52:39.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94682024-10-14T09:52:40.784Z[ host-image] Oct 14 09:52:39.716 INFO O| Oct 14 09:52:39.716 INFO copying /tmp/.tmpq7LyUG/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 ...
94692024-10-14T09:52:40.787Z[ host-image] Oct 14 09:52:39.716 INFO O| Oct 14 09:52:39.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94702024-10-14T09:52:40.787Z[ host-image] Oct 14 09:52:39.716 INFO O| Oct 14 09:52:39.716 INFO ok!
94712024-10-14T09:52:40.787Z[ host-image] Oct 14 09:52:39.716 INFO O| Oct 14 09:52:39.716 INFO STEP 102 (ensure_file) COMPLETE
94722024-10-14T09:52:40.787Z[ host-image] Oct 14 09:52:39.716 INFO O| Oct 14 09:52:39.716 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94732024-10-14T09:52:40.795Z[ host-image] Oct 14 09:52:39.726 INFO O| Oct 14 09:52:39.726 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94742024-10-14T09:52:40.795Z[ host-image] Oct 14 09:52:39.726 INFO O| Oct 14 09:52:39.726 INFO copying /tmp/.tmpq7LyUG/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 ...
94752024-10-14T09:52:40.798Z[ host-image] Oct 14 09:52:39.726 INFO O| Oct 14 09:52:39.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94762024-10-14T09:52:40.798Z[ host-image] Oct 14 09:52:39.727 INFO O| Oct 14 09:52:39.726 INFO ok!
94772024-10-14T09:52:40.798Z[ host-image] Oct 14 09:52:39.727 INFO O| Oct 14 09:52:39.726 INFO STEP 103 (ensure_file) COMPLETE
94782024-10-14T09:52:40.798Z[ host-image] Oct 14 09:52:39.727 INFO O| Oct 14 09:52:39.726 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792024-10-14T09:52:40.804Z[ host-image] Oct 14 09:52:39.736 INFO O| Oct 14 09:52:39.736 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94802024-10-14T09:52:40.804Z[ host-image] Oct 14 09:52:39.736 INFO O| Oct 14 09:52:39.736 INFO copying /tmp/.tmpq7LyUG/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 ...
94812024-10-14T09:52:40.807Z[ host-image] Oct 14 09:52:39.736 INFO O| Oct 14 09:52:39.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94822024-10-14T09:52:40.807Z[ host-image] Oct 14 09:52:39.736 INFO O| Oct 14 09:52:39.736 INFO ok!
94832024-10-14T09:52:40.807Z[ host-image] Oct 14 09:52:39.736 INFO O| Oct 14 09:52:39.736 INFO STEP 104 (ensure_file) COMPLETE
94842024-10-14T09:52:40.807Z[ host-image] Oct 14 09:52:39.737 INFO O| Oct 14 09:52:39.736 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94852024-10-14T09:52:40.815Z[ host-image] Oct 14 09:52:39.746 INFO O| Oct 14 09:52:39.746 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94862024-10-14T09:52:40.815Z[ host-image] Oct 14 09:52:39.747 INFO O| Oct 14 09:52:39.746 INFO copying /tmp/.tmpq7LyUG/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 ...
94872024-10-14T09:52:40.818Z[ host-image] Oct 14 09:52:39.747 INFO O| Oct 14 09:52:39.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94882024-10-14T09:52:40.818Z[ host-image] Oct 14 09:52:39.747 INFO O| Oct 14 09:52:39.747 INFO ok!
94892024-10-14T09:52:40.818Z[ host-image] Oct 14 09:52:39.747 INFO O| Oct 14 09:52:39.747 INFO STEP 105 (ensure_file) COMPLETE
94902024-10-14T09:52:40.818Z[ host-image] Oct 14 09:52:39.747 INFO O| Oct 14 09:52:39.747 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-10-14T09:52:40.824Z[ host-image] Oct 14 09:52:39.756 INFO O| Oct 14 09:52:39.756 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94922024-10-14T09:52:40.825Z[ host-image] Oct 14 09:52:39.756 INFO O| Oct 14 09:52:39.756 INFO copying /tmp/.tmpq7LyUG/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 ...
94932024-10-14T09:52:40.827Z[ host-image] Oct 14 09:52:39.757 INFO O| Oct 14 09:52:39.756 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94942024-10-14T09:52:40.827Z[ host-image] Oct 14 09:52:39.757 INFO O| Oct 14 09:52:39.756 INFO ok!
94952024-10-14T09:52:40.827Z[ host-image] Oct 14 09:52:39.757 INFO O| Oct 14 09:52:39.757 INFO STEP 106 (ensure_file) COMPLETE
94962024-10-14T09:52:40.827Z[ host-image] Oct 14 09:52:39.757 INFO O| Oct 14 09:52:39.757 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94972024-10-14T09:52:40.835Z[ host-image] Oct 14 09:52:39.767 INFO O| Oct 14 09:52:39.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94982024-10-14T09:52:40.835Z[ host-image] Oct 14 09:52:39.767 INFO O| Oct 14 09:52:39.767 INFO copying /tmp/.tmpq7LyUG/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 ...
94992024-10-14T09:52:40.837Z[ host-image] Oct 14 09:52:39.767 INFO O| Oct 14 09:52:39.767 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
95002024-10-14T09:52:40.837Z[ host-image] Oct 14 09:52:39.767 INFO O| Oct 14 09:52:39.767 INFO ok!
95012024-10-14T09:52:40.837Z[ host-image] Oct 14 09:52:39.767 INFO O| Oct 14 09:52:39.767 INFO STEP 107 (ensure_file) COMPLETE
95022024-10-14T09:52:40.837Z[ host-image] Oct 14 09:52:39.767 INFO O| Oct 14 09:52:39.767 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95032024-10-14T09:52:40.845Z[ host-image] Oct 14 09:52:39.777 INFO O| Oct 14 09:52:39.777 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95042024-10-14T09:52:40.845Z[ host-image] Oct 14 09:52:39.777 INFO O| Oct 14 09:52:39.777 INFO copying /tmp/.tmpq7LyUG/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 ...
95052024-10-14T09:52:40.845Z[ host-image] Oct 14 09:52:39.777 INFO O| Oct 14 09:52:39.777 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95062024-10-14T09:52:40.845Z[ host-image] Oct 14 09:52:39.777 INFO O| Oct 14 09:52:39.777 INFO ok!
95072024-10-14T09:52:40.847Z[ host-image] Oct 14 09:52:39.777 INFO O| Oct 14 09:52:39.777 INFO STEP 108 (ensure_file) COMPLETE
95082024-10-14T09:52:40.847Z[ host-image] Oct 14 09:52:39.777 INFO O| Oct 14 09:52:39.777 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95092024-10-14T09:52:40.855Z[ host-image] Oct 14 09:52:39.786 INFO O| Oct 14 09:52:39.786 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95102024-10-14T09:52:40.857Z[ host-image] Oct 14 09:52:39.786 INFO O| Oct 14 09:52:39.786 INFO copying /tmp/.tmpq7LyUG/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 ...
95112024-10-14T09:52:40.857Z[ host-image] Oct 14 09:52:39.787 INFO O| Oct 14 09:52:39.786 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95122024-10-14T09:52:40.857Z[ host-image] Oct 14 09:52:39.787 INFO O| Oct 14 09:52:39.787 INFO ok!
95132024-10-14T09:52:40.857Z[ host-image] Oct 14 09:52:39.787 INFO O| Oct 14 09:52:39.787 INFO STEP 109 (ensure_file) COMPLETE
95142024-10-14T09:52:40.857Z[ host-image] Oct 14 09:52:39.787 INFO O| Oct 14 09:52:39.787 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152024-10-14T09:52:40.864Z[ host-image] Oct 14 09:52:39.796 INFO O| Oct 14 09:52:39.796 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95162024-10-14T09:52:40.864Z[ host-image] Oct 14 09:52:39.796 INFO O| Oct 14 09:52:39.796 INFO copying /tmp/.tmpq7LyUG/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 ...
95172024-10-14T09:52:40.865Z[ host-image] Oct 14 09:52:39.796 INFO O| Oct 14 09:52:39.796 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95182024-10-14T09:52:40.865Z[ host-image] Oct 14 09:52:39.796 INFO O| Oct 14 09:52:39.796 INFO ok!
95192024-10-14T09:52:40.867Z[ host-image] Oct 14 09:52:39.796 INFO O| Oct 14 09:52:39.796 INFO STEP 110 (ensure_file) COMPLETE
95202024-10-14T09:52:40.867Z[ host-image] Oct 14 09:52:39.796 INFO O| Oct 14 09:52:39.796 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95212024-10-14T09:52:40.874Z[ host-image] Oct 14 09:52:39.806 INFO O| Oct 14 09:52:39.806 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95222024-10-14T09:52:40.874Z[ host-image] Oct 14 09:52:39.806 INFO O| Oct 14 09:52:39.806 INFO copying /tmp/.tmpq7LyUG/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 ...
95232024-10-14T09:52:40.877Z[ host-image] Oct 14 09:52:39.806 INFO O| Oct 14 09:52:39.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95242024-10-14T09:52:40.877Z[ host-image] Oct 14 09:52:39.806 INFO O| Oct 14 09:52:39.806 INFO ok!
95252024-10-14T09:52:40.877Z[ host-image] Oct 14 09:52:39.806 INFO O| Oct 14 09:52:39.806 INFO STEP 111 (ensure_file) COMPLETE
95262024-10-14T09:52:40.877Z[ host-image] Oct 14 09:52:39.806 INFO O| Oct 14 09:52:39.806 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-10-14T09:52:40.884Z[ host-image] Oct 14 09:52:39.816 INFO O| Oct 14 09:52:39.816 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95282024-10-14T09:52:40.884Z[ host-image] Oct 14 09:52:39.816 INFO O| Oct 14 09:52:39.816 INFO copying /tmp/.tmpq7LyUG/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 ...
95292024-10-14T09:52:40.886Z[ host-image] Oct 14 09:52:39.816 INFO O| Oct 14 09:52:39.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95302024-10-14T09:52:40.886Z[ host-image] Oct 14 09:52:39.816 INFO O| Oct 14 09:52:39.816 INFO ok!
95312024-10-14T09:52:40.886Z[ host-image] Oct 14 09:52:39.816 INFO O| Oct 14 09:52:39.816 INFO STEP 112 (ensure_file) COMPLETE
95322024-10-14T09:52:40.886Z[ host-image] Oct 14 09:52:39.816 INFO O| Oct 14 09:52:39.816 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95332024-10-14T09:52:40.894Z[ host-image] Oct 14 09:52:39.826 INFO O| Oct 14 09:52:39.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95342024-10-14T09:52:40.894Z[ host-image] Oct 14 09:52:39.826 INFO O| Oct 14 09:52:39.826 INFO copying /tmp/.tmpq7LyUG/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 ...
95352024-10-14T09:52:40.894Z[ host-image] Oct 14 09:52:39.826 INFO O| Oct 14 09:52:39.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95362024-10-14T09:52:40.894Z[ host-image] Oct 14 09:52:39.826 INFO O| Oct 14 09:52:39.826 INFO ok!
95372024-10-14T09:52:40.896Z[ host-image] Oct 14 09:52:39.826 INFO O| Oct 14 09:52:39.826 INFO STEP 113 (ensure_file) COMPLETE
95382024-10-14T09:52:40.896Z[ host-image] Oct 14 09:52:39.826 INFO O| Oct 14 09:52:39.826 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95392024-10-14T09:52:40.903Z[ host-image] Oct 14 09:52:39.835 INFO O| Oct 14 09:52:39.835 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95402024-10-14T09:52:40.903Z[ host-image] Oct 14 09:52:39.835 INFO O| Oct 14 09:52:39.835 INFO copying /tmp/.tmpq7LyUG/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 ...
95412024-10-14T09:52:40.906Z[ host-image] Oct 14 09:52:39.835 INFO O| Oct 14 09:52:39.835 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95422024-10-14T09:52:40.906Z[ host-image] Oct 14 09:52:39.835 INFO O| Oct 14 09:52:39.835 INFO ok!
95432024-10-14T09:52:40.906Z[ host-image] Oct 14 09:52:39.835 INFO O| Oct 14 09:52:39.835 INFO STEP 114 (ensure_file) COMPLETE
95442024-10-14T09:52:40.906Z[ host-image] Oct 14 09:52:39.835 INFO O| Oct 14 09:52:39.835 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-10-14T09:52:40.913Z[ host-image] Oct 14 09:52:39.845 INFO O| Oct 14 09:52:39.845 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95462024-10-14T09:52:40.913Z[ host-image] Oct 14 09:52:39.845 INFO O| Oct 14 09:52:39.845 INFO copying /tmp/.tmpq7LyUG/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 ...
95472024-10-14T09:52:40.915Z[ host-image] Oct 14 09:52:39.845 INFO O| Oct 14 09:52:39.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95482024-10-14T09:52:40.915Z[ host-image] Oct 14 09:52:39.845 INFO O| Oct 14 09:52:39.845 INFO ok!
95492024-10-14T09:52:40.915Z[ host-image] Oct 14 09:52:39.845 INFO O| Oct 14 09:52:39.845 INFO STEP 115 (ensure_file) COMPLETE
95502024-10-14T09:52:40.915Z[ host-image] Oct 14 09:52:39.845 INFO O| Oct 14 09:52:39.845 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95512024-10-14T09:52:40.922Z[ host-image] Oct 14 09:52:39.854 INFO O| Oct 14 09:52:39.854 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95522024-10-14T09:52:40.923Z[ host-image] Oct 14 09:52:39.854 INFO O| Oct 14 09:52:39.854 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95532024-10-14T09:52:40.925Z[ host-image] Oct 14 09:52:39.855 INFO O| Oct 14 09:52:39.854 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95542024-10-14T09:52:40.925Z[ host-image] Oct 14 09:52:39.855 INFO O| Oct 14 09:52:39.855 INFO ok!
95552024-10-14T09:52:40.925Z[ host-image] Oct 14 09:52:39.855 INFO O| Oct 14 09:52:39.855 INFO STEP 116 (ensure_file) COMPLETE
95562024-10-14T09:52:40.925Z[ host-image] Oct 14 09:52:39.855 INFO O| Oct 14 09:52:39.855 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95572024-10-14T09:52:40.933Z[ host-image] Oct 14 09:52:39.864 INFO O| Oct 14 09:52:39.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95582024-10-14T09:52:40.933Z[ host-image] Oct 14 09:52:39.865 INFO O| Oct 14 09:52:39.864 INFO copying /tmp/.tmpq7LyUG/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 ...
95592024-10-14T09:52:40.936Z[ host-image] Oct 14 09:52:39.865 INFO O| Oct 14 09:52:39.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95602024-10-14T09:52:40.936Z[ host-image] Oct 14 09:52:39.865 INFO O| Oct 14 09:52:39.865 INFO ok!
95612024-10-14T09:52:40.936Z[ host-image] Oct 14 09:52:39.865 INFO O| Oct 14 09:52:39.865 INFO STEP 117 (ensure_file) COMPLETE
95622024-10-14T09:52:40.936Z[ host-image] Oct 14 09:52:39.865 INFO O| Oct 14 09:52:39.865 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95632024-10-14T09:52:40.943Z[ host-image] Oct 14 09:52:39.874 INFO O| Oct 14 09:52:39.874 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95642024-10-14T09:52:40.945Z[ host-image] Oct 14 09:52:39.874 INFO O| Oct 14 09:52:39.874 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95652024-10-14T09:52:40.945Z[ host-image] Oct 14 09:52:39.875 INFO O| Oct 14 09:52:39.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95662024-10-14T09:52:40.945Z[ host-image] Oct 14 09:52:39.875 INFO O| Oct 14 09:52:39.875 INFO ok!
95672024-10-14T09:52:40.945Z[ host-image] Oct 14 09:52:39.875 INFO O| Oct 14 09:52:39.875 INFO STEP 118 (ensure_file) COMPLETE
95682024-10-14T09:52:40.945Z[ host-image] Oct 14 09:52:39.875 INFO O| Oct 14 09:52:39.875 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692024-10-14T09:52:40.952Z[ host-image] Oct 14 09:52:39.884 INFO O| Oct 14 09:52:39.884 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95702024-10-14T09:52:40.953Z[ host-image] Oct 14 09:52:39.884 INFO O| Oct 14 09:52:39.884 INFO copying /tmp/.tmpq7LyUG/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95712024-10-14T09:52:44.474Z[ host-image] Oct 14 09:52:43.405 INFO O| Oct 14 09:52:43.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95722024-10-14T09:52:44.474Z[ host-image] Oct 14 09:52:43.405 INFO O| Oct 14 09:52:43.405 INFO ok!
95732024-10-14T09:52:44.477Z[ host-image] Oct 14 09:52:43.406 INFO O| Oct 14 09:52:43.405 INFO STEP 119 (ensure_file) COMPLETE
95742024-10-14T09:52:44.477Z[ host-image] Oct 14 09:52:43.406 INFO O| Oct 14 09:52:43.405 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752024-10-14T09:52:44.485Z[ host-image] Oct 14 09:52:43.417 INFO O| Oct 14 09:52:43.417 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95762024-10-14T09:52:44.485Z[ host-image] Oct 14 09:52:43.417 INFO O| Oct 14 09:52:43.417 INFO STEP 120 (ensure_dir) COMPLETE
95772024-10-14T09:52:44.485Z[ host-image] Oct 14 09:52:43.417 INFO O| Oct 14 09:52:43.417 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95782024-10-14T09:52:44.495Z[ host-image] Oct 14 09:52:43.426 INFO O| Oct 14 09:52:43.426 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95792024-10-14T09:52:44.495Z[ host-image] Oct 14 09:52:43.426 INFO O| Oct 14 09:52:43.426 INFO STEP 121 (ensure_dir) COMPLETE
95802024-10-14T09:52:44.495Z[ host-image] Oct 14 09:52:43.426 INFO O| Oct 14 09:52:43.426 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812024-10-14T09:52:44.504Z[ host-image] Oct 14 09:52:43.435 INFO O| Oct 14 09:52:43.435 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95822024-10-14T09:52:44.504Z[ host-image] Oct 14 09:52:43.436 INFO O| Oct 14 09:52:43.435 INFO STEP 122 (ensure_dir) COMPLETE
95832024-10-14T09:52:44.504Z[ host-image] Oct 14 09:52:43.436 INFO O| Oct 14 09:52:43.435 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95842024-10-14T09:52:44.513Z[ host-image] Oct 14 09:52:43.445 INFO O| Oct 14 09:52:43.445 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95852024-10-14T09:52:44.516Z[ host-image] Oct 14 09:52:43.445 INFO O| Oct 14 09:52:43.445 INFO STEP 123 (ensure_dir) COMPLETE
95862024-10-14T09:52:44.516Z[ host-image] Oct 14 09:52:43.445 INFO O| Oct 14 09:52:43.445 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872024-10-14T09:52:44.523Z[ host-image] Oct 14 09:52:43.454 INFO O| Oct 14 09:52:43.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95882024-10-14T09:52:44.526Z[ host-image] Oct 14 09:52:43.454 INFO O| Oct 14 09:52:43.454 INFO copying /tmp/.tmpq7LyUG/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 ...
95892024-10-14T09:52:44.526Z[ host-image] Oct 14 09:52:43.455 INFO O| Oct 14 09:52:43.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95902024-10-14T09:52:44.526Z[ host-image] Oct 14 09:52:43.455 INFO O| Oct 14 09:52:43.455 INFO ok!
95912024-10-14T09:52:44.526Z[ host-image] Oct 14 09:52:43.455 INFO O| Oct 14 09:52:43.455 INFO STEP 124 (ensure_file) COMPLETE
95922024-10-14T09:52:44.526Z[ host-image] Oct 14 09:52:43.455 INFO O| Oct 14 09:52:43.455 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-10-14T09:52:44.532Z[ host-image] Oct 14 09:52:43.464 INFO O| Oct 14 09:52:43.464 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95942024-10-14T09:52:44.532Z[ host-image] Oct 14 09:52:43.464 INFO O| Oct 14 09:52:43.464 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95952024-10-14T09:52:44.535Z[ host-image] Oct 14 09:52:43.464 INFO O| Oct 14 09:52:43.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95962024-10-14T09:52:44.535Z[ host-image] Oct 14 09:52:43.464 INFO O| Oct 14 09:52:43.464 INFO STEP 125 (ensure_dir) COMPLETE
95972024-10-14T09:52:44.535Z[ host-image] Oct 14 09:52:43.464 INFO O| Oct 14 09:52:43.464 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95982024-10-14T09:52:44.542Z[ host-image] Oct 14 09:52:43.473 INFO O| Oct 14 09:52:43.473 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
95992024-10-14T09:52:44.544Z[ host-image] Oct 14 09:52:43.473 INFO O| Oct 14 09:52:43.473 INFO copying /tmp/.tmpq7LyUG/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
96002024-10-14T09:52:44.544Z[ host-image] Oct 14 09:52:43.474 INFO O| Oct 14 09:52:43.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
96012024-10-14T09:52:44.544Z[ host-image] Oct 14 09:52:43.474 INFO O| Oct 14 09:52:43.474 INFO ok!
96022024-10-14T09:52:44.544Z[ host-image] Oct 14 09:52:43.474 INFO O| Oct 14 09:52:43.474 INFO STEP 126 (ensure_file) COMPLETE
96032024-10-14T09:52:44.544Z[ host-image] Oct 14 09:52:43.474 INFO O| Oct 14 09:52:43.474 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96042024-10-14T09:52:44.551Z[ host-image] Oct 14 09:52:43.483 INFO O| Oct 14 09:52:43.483 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96052024-10-14T09:52:44.554Z[ host-image] Oct 14 09:52:43.483 INFO O| Oct 14 09:52:43.483 INFO STEP 127 (remove_files) COMPLETE
96062024-10-14T09:52:44.554Z[ host-image] Oct 14 09:52:43.483 INFO O| Oct 14 09:52:43.483 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96072024-10-14T09:52:44.561Z[ host-image] Oct 14 09:52:43.492 INFO O| Oct 14 09:52:43.492 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96082024-10-14T09:52:44.563Z[ host-image] Oct 14 09:52:43.492 INFO O| Oct 14 09:52:43.492 INFO STEP 128 (remove_files) COMPLETE
96092024-10-14T09:52:44.563Z[ host-image] Oct 14 09:52:43.492 INFO O| Oct 14 09:52:43.492 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96102024-10-14T09:52:44.570Z[ host-image] Oct 14 09:52:43.502 INFO O| Oct 14 09:52:43.502 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96112024-10-14T09:52:44.573Z[ host-image] Oct 14 09:52:43.502 INFO O| Oct 14 09:52:43.502 INFO STEP 129 (remove_files) COMPLETE
96122024-10-14T09:52:44.573Z[ host-image] Oct 14 09:52:43.502 INFO O| Oct 14 09:52:43.502 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96132024-10-14T09:52:44.580Z[ host-image] Oct 14 09:52:43.511 INFO O| Oct 14 09:52:43.511 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96142024-10-14T09:52:44.582Z[ host-image] Oct 14 09:52:43.511 INFO O| Oct 14 09:52:43.511 INFO STEP 130 (remove_files) COMPLETE
96152024-10-14T09:52:44.582Z[ host-image] Oct 14 09:52:43.511 INFO O| Oct 14 09:52:43.511 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96162024-10-14T09:52:44.589Z[ host-image] Oct 14 09:52:43.521 INFO O| Oct 14 09:52:43.520 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96172024-10-14T09:52:44.591Z[ host-image] Oct 14 09:52:43.521 INFO O| Oct 14 09:52:43.521 INFO STEP 131 (remove_files) COMPLETE
96182024-10-14T09:52:44.591Z[ host-image] Oct 14 09:52:43.521 INFO O| Oct 14 09:52:43.521 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96192024-10-14T09:52:44.599Z[ host-image] Oct 14 09:52:43.530 INFO O| Oct 14 09:52:43.530 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96202024-10-14T09:52:44.601Z[ host-image] Oct 14 09:52:43.530 INFO O| Oct 14 09:52:43.530 INFO STEP 132 (remove_files) COMPLETE
96212024-10-14T09:52:44.601Z[ host-image] Oct 14 09:52:43.530 INFO O| Oct 14 09:52:43.530 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222024-10-14T09:52:44.608Z[ host-image] Oct 14 09:52:43.540 INFO O| Oct 14 09:52:43.540 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96232024-10-14T09:52:44.611Z[ host-image] Oct 14 09:52:43.540 INFO O| Oct 14 09:52:43.540 INFO STEP 133 (remove_files) COMPLETE
96242024-10-14T09:52:44.611Z[ host-image] Oct 14 09:52:43.540 INFO O| Oct 14 09:52:43.540 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252024-10-14T09:52:44.618Z[ host-image] Oct 14 09:52:43.549 INFO O| Oct 14 09:52:43.549 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96262024-10-14T09:52:44.618Z[ host-image] Oct 14 09:52:43.549 INFO O| Oct 14 09:52:43.549 INFO STEP 134 (remove_files) COMPLETE
96272024-10-14T09:52:44.620Z[ host-image] Oct 14 09:52:43.549 INFO O| Oct 14 09:52:43.549 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282024-10-14T09:52:44.627Z[ host-image] Oct 14 09:52:43.558 INFO O| Oct 14 09:52:43.558 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96292024-10-14T09:52:44.630Z[ host-image] Oct 14 09:52:43.558 INFO O| Oct 14 09:52:43.558 INFO STEP 135 (remove_files) COMPLETE
96302024-10-14T09:52:44.630Z[ host-image] Oct 14 09:52:43.558 INFO O| Oct 14 09:52:43.558 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312024-10-14T09:52:44.636Z[ host-image] Oct 14 09:52:43.568 INFO O| Oct 14 09:52:43.568 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96322024-10-14T09:52:44.636Z[ host-image] Oct 14 09:52:43.568 INFO O| Oct 14 09:52:43.568 INFO STEP 136 (remove_files) COMPLETE
96332024-10-14T09:52:44.639Z[ host-image] Oct 14 09:52:43.568 INFO O| Oct 14 09:52:43.568 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342024-10-14T09:52:44.646Z[ host-image] Oct 14 09:52:43.577 INFO O| Oct 14 09:52:43.577 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96352024-10-14T09:52:44.646Z[ host-image] Oct 14 09:52:43.577 INFO O| Oct 14 09:52:43.577 INFO STEP 137 (remove_files) COMPLETE
96362024-10-14T09:52:44.646Z[ host-image] Oct 14 09:52:43.577 INFO O| Oct 14 09:52:43.577 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372024-10-14T09:52:44.655Z[ host-image] Oct 14 09:52:43.587 INFO O| Oct 14 09:52:43.587 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96382024-10-14T09:52:44.655Z[ host-image] Oct 14 09:52:43.587 INFO O| Oct 14 09:52:43.587 INFO STEP 138 (remove_files) COMPLETE
96392024-10-14T09:52:44.655Z[ host-image] Oct 14 09:52:43.587 INFO O| Oct 14 09:52:43.587 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402024-10-14T09:52:44.665Z[ host-image] Oct 14 09:52:43.596 INFO O| Oct 14 09:52:43.596 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96412024-10-14T09:52:44.665Z[ host-image] Oct 14 09:52:43.596 INFO O| Oct 14 09:52:43.596 INFO STEP 139 (remove_files) COMPLETE
96422024-10-14T09:52:44.667Z[ host-image] Oct 14 09:52:43.596 INFO O| Oct 14 09:52:43.596 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432024-10-14T09:52:44.674Z[ host-image] Oct 14 09:52:43.605 INFO O| Oct 14 09:52:43.605 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96442024-10-14T09:52:44.676Z[ host-image] Oct 14 09:52:43.605 INFO O| Oct 14 09:52:43.605 INFO STEP 140 (remove_files) COMPLETE
96452024-10-14T09:52:44.676Z[ host-image] Oct 14 09:52:43.605 INFO O| Oct 14 09:52:43.605 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462024-10-14T09:52:44.683Z[ host-image] Oct 14 09:52:43.615 INFO O| Oct 14 09:52:43.615 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96472024-10-14T09:52:44.683Z[ host-image] Oct 14 09:52:43.615 INFO O| Oct 14 09:52:43.615 INFO STEP 141 (remove_files) COMPLETE
96482024-10-14T09:52:44.683Z[ host-image] Oct 14 09:52:43.615 INFO O| Oct 14 09:52:43.615 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492024-10-14T09:52:44.693Z[ host-image] Oct 14 09:52:43.624 INFO O| Oct 14 09:52:43.624 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96502024-10-14T09:52:44.693Z[ host-image] Oct 14 09:52:43.624 INFO O| Oct 14 09:52:43.624 INFO STEP 142 (remove_files) COMPLETE
96512024-10-14T09:52:44.695Z[ host-image] Oct 14 09:52:43.624 INFO O| Oct 14 09:52:43.624 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522024-10-14T09:52:44.702Z[ host-image] Oct 14 09:52:43.633 INFO O| Oct 14 09:52:43.633 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96532024-10-14T09:52:44.702Z[ host-image] Oct 14 09:52:43.634 INFO O| Oct 14 09:52:43.634 INFO STEP 143 (remove_files) COMPLETE
96542024-10-14T09:52:44.704Z[ host-image] Oct 14 09:52:43.634 INFO O| Oct 14 09:52:43.634 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552024-10-14T09:52:44.711Z[ host-image] Oct 14 09:52:43.643 INFO O| Oct 14 09:52:43.643 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96562024-10-14T09:52:44.712Z[ host-image] Oct 14 09:52:43.643 INFO O| Oct 14 09:52:43.643 INFO STEP 144 (remove_files) COMPLETE
96572024-10-14T09:52:44.712Z[ host-image] Oct 14 09:52:43.643 INFO O| Oct 14 09:52:43.643 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96582024-10-14T09:52:44.721Z[ host-image] Oct 14 09:52:43.652 INFO O| Oct 14 09:52:43.652 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96592024-10-14T09:52:44.721Z[ host-image] Oct 14 09:52:43.652 INFO O| Oct 14 09:52:43.652 INFO STEP 145 (remove_files) COMPLETE
96602024-10-14T09:52:44.723Z[ host-image] Oct 14 09:52:43.652 INFO O| Oct 14 09:52:43.652 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96612024-10-14T09:52:44.730Z[ host-image] Oct 14 09:52:43.662 INFO O| Oct 14 09:52:43.662 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96622024-10-14T09:52:44.730Z[ host-image] Oct 14 09:52:43.662 INFO O| Oct 14 09:52:43.662 INFO STEP 146 (remove_files) COMPLETE
96632024-10-14T09:52:44.730Z[ host-image] Oct 14 09:52:43.662 INFO O| Oct 14 09:52:43.662 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96642024-10-14T09:52:44.739Z[ host-image] Oct 14 09:52:43.671 INFO O| Oct 14 09:52:43.671 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96652024-10-14T09:52:44.742Z[ host-image] Oct 14 09:52:43.671 INFO O| Oct 14 09:52:43.671 INFO STEP 147 (remove_files) COMPLETE
96662024-10-14T09:52:44.742Z[ host-image] Oct 14 09:52:43.671 INFO O| Oct 14 09:52:43.671 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96672024-10-14T09:52:44.749Z[ host-image] Oct 14 09:52:43.680 INFO O| Oct 14 09:52:43.680 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96682024-10-14T09:52:44.749Z[ host-image] Oct 14 09:52:43.680 INFO O| Oct 14 09:52:43.680 INFO STEP 148 (remove_files) COMPLETE
96692024-10-14T09:52:44.751Z[ host-image] Oct 14 09:52:43.680 INFO O| Oct 14 09:52:43.680 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96702024-10-14T09:52:44.758Z[ host-image] Oct 14 09:52:43.689 INFO O| Oct 14 09:52:43.689 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96712024-10-14T09:52:44.761Z[ host-image] Oct 14 09:52:43.689 INFO O| Oct 14 09:52:43.689 INFO STEP 149 (remove_files) COMPLETE
96722024-10-14T09:52:44.761Z[ host-image] Oct 14 09:52:43.689 INFO O| Oct 14 09:52:43.689 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96732024-10-14T09:52:44.768Z[ host-image] Oct 14 09:52:43.699 INFO O| Oct 14 09:52:43.699 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96742024-10-14T09:52:44.768Z[ host-image] Oct 14 09:52:43.699 INFO O| Oct 14 09:52:43.699 INFO STEP 150 (remove_files) COMPLETE
96752024-10-14T09:52:44.770Z[ host-image] Oct 14 09:52:43.699 INFO O| Oct 14 09:52:43.699 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96762024-10-14T09:52:44.777Z[ host-image] Oct 14 09:52:43.708 INFO O| Oct 14 09:52:43.708 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96772024-10-14T09:52:44.777Z[ host-image] Oct 14 09:52:43.708 INFO O| Oct 14 09:52:43.708 INFO STEP 151 (remove_files) COMPLETE
96782024-10-14T09:52:44.780Z[ host-image] Oct 14 09:52:43.708 INFO O| Oct 14 09:52:43.708 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96792024-10-14T09:52:44.786Z[ host-image] Oct 14 09:52:43.718 INFO O| Oct 14 09:52:43.718 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96802024-10-14T09:52:44.786Z[ host-image] Oct 14 09:52:43.718 INFO O| Oct 14 09:52:43.718 INFO STEP 152 (remove_files) COMPLETE
96812024-10-14T09:52:44.786Z[ host-image] Oct 14 09:52:43.718 INFO O| Oct 14 09:52:43.718 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96822024-10-14T09:52:44.795Z[ host-image] Oct 14 09:52:43.727 INFO O| Oct 14 09:52:43.727 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96832024-10-14T09:52:44.798Z[ host-image] Oct 14 09:52:43.727 INFO O| Oct 14 09:52:43.727 INFO STEP 153 (remove_files) COMPLETE
96842024-10-14T09:52:44.798Z[ host-image] Oct 14 09:52:43.727 INFO O| Oct 14 09:52:43.727 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96852024-10-14T09:52:44.805Z[ host-image] Oct 14 09:52:43.736 INFO O| Oct 14 09:52:43.736 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96862024-10-14T09:52:44.805Z[ host-image] Oct 14 09:52:43.736 INFO O| Oct 14 09:52:43.736 INFO STEP 154 (remove_files) COMPLETE
96872024-10-14T09:52:44.807Z[ host-image] Oct 14 09:52:43.736 INFO O| Oct 14 09:52:43.736 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96882024-10-14T09:52:44.815Z[ host-image] Oct 14 09:52:43.745 INFO O| Oct 14 09:52:43.745 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96892024-10-14T09:52:44.817Z[ host-image] Oct 14 09:52:43.745 INFO O| Oct 14 09:52:43.745 INFO STEP 155 (remove_files) COMPLETE
96902024-10-14T09:52:44.818Z[ host-image] Oct 14 09:52:43.745 INFO O| Oct 14 09:52:43.745 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96912024-10-14T09:52:44.828Z[ host-image] Oct 14 09:52:43.759 INFO O| Oct 14 09:52:43.759 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96922024-10-14T09:52:44.830Z[ host-image] Oct 14 09:52:43.759 INFO O| Oct 14 09:52:43.759 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", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96932024-10-14T09:52:51.861Z[ host-image] Oct 14 09:52:50.791 INFO O| Oct 14 09:52:50.791 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
96942024-10-14T09:52:51.861Z[ host-image] Oct 14 09:52:50.791 INFO O| Oct 14 09:52:50.791 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96952024-10-14T09:52:51.874Z[ host-image] Oct 14 09:52:50.805 INFO O| Oct 14 09:52:50.805 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "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"}
96962024-10-14T09:52:51.953Z[ host-image] Oct 14 09:52:50.883 INFO O| Oct 14 09:52:50.883 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96972024-10-14T09:52:51.953Z[ host-image] Oct 14 09:52:50.883 INFO O| Oct 14 09:52:50.883 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96982024-10-14T09:52:51.955Z[ host-image] Oct 14 09:52:50.885 INFO O| Oct 14 09:52:50.885 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
96992024-10-14T09:52:51.955Z[ host-image] Oct 14 09:52:50.886 INFO O| Oct 14 09:52:50.885 INFO ok!
97002024-10-14T09:52:51.955Z[ host-image] Oct 14 09:52:50.886 INFO O| Oct 14 09:52:50.885 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97012024-10-14T09:52:51.955Z[ host-image] Oct 14 09:52:50.886 INFO O| Oct 14 09:52:50.886 INFO STEP 156 (seed_smf) COMPLETE
97022024-10-14T09:52:51.955Z[ host-image] Oct 14 09:52:50.886 INFO O| Oct 14 09:52:50.886 INFO steps complete; finalising image!
97032024-10-14T09:52:51.955Z[ host-image] Oct 14 09:52:50.886 INFO O| Oct 14 09:52:50.886 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97042024-10-14T09:52:52.098Z[ host-image] Oct 14 09:52:51.029 INFO O| Oct 14 09:52:51.028 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Mon Oct 14 09:52:50 2024)
97052024-10-14T09:52:52.319Z[ host-image] Oct 14 09:52:51.249 INFO O| Oct 14 09:52:51.249 INFO temporary pool has 681M used, 151M avail, 1.86x compressratio
97062024-10-14T09:52:52.319Z[ host-image] Oct 14 09:52:51.250 INFO O| Oct 14 09:52:51.249 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97072024-10-14T09:52:52.598Z[ host-image] Oct 14 09:52:51.528 INFO O| Oct 14 09:52:51.528 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97082024-10-14T09:52:52.598Z[ host-image] Oct 14 09:52:51.528 INFO O| Oct 14 09:52:51.528 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97092024-10-14T09:52:53.625Z[ host-image] Oct 14 09:52:52.555 INFO O| Oct 14 09:52:52.555 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97102024-10-14T09:52:53.625Z[ host-image] Oct 14 09:52:52.555 INFO O| Oct 14 09:52:52.555 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97112024-10-14T09:52:53.628Z[ host-image] Oct 14 09:52:52.555 INFO O| Oct 14 09:52:52.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97122024-10-14T09:52:53.628Z[ host-image] Oct 14 09:52:52.555 INFO O| Oct 14 09:52:52.555 INFO completed processing gimlet/zfs
97132024-10-14T09:52:53.628Z[ host-image] Oct 14 09:52:52.555 INFO O| Oct 14 09:52:52.555 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97142024-10-14T09:53:00.110Z[ host-image] Oct 14 09:52:59.040 INFO O| Oct 14 09:52:59.040 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97152024-10-14T09:53:00.195Z[ host-image] Oct 14 09:52:59.125 INFO BUILD STRING "heads/stlouis-0-ge533ae0254\n"
97162024-10-14T09:53:00.196Z[ host-image] Oct 14 09:52:59.125 INFO expanded image name: "ci 551b581/${os_short_commit} 2024-10-14 09:23" -> "ci 551b581/e533ae0 2024-10-14 09:23"
97172024-10-14T09:53:00.198Z[ host-image] Oct 14 09:52:59.125 INFO output artefacts stored in: "/work/os-host"
97182024-10-14T09:53:00.198Z[ host-image] Oct 14 09:52:59.125 INFO collecting git info from project "pinprick"...
97192024-10-14T09:53:00.201Z[ host-image] Oct 14 09:52:59.130 INFO collecting git info from project "amd-host-image-builder"...
97202024-10-14T09:53:00.214Z[ host-image] Oct 14 09:52:59.143 INFO collecting git info from project "image-builder"...
97212024-10-14T09:53:00.218Z[ host-image] Oct 14 09:52:59.148 INFO collecting git info from project "pilot"...
97222024-10-14T09:53:00.223Z[ host-image] Oct 14 09:52:59.153 INFO collecting git info from project "bootserver"...
97232024-10-14T09:53:00.227Z[ host-image] Oct 14 09:52:59.157 INFO collecting git info from project "chelsio-t6-roms"...
97242024-10-14T09:53:00.231Z[ host-image] Oct 14 09:52:59.161 INFO collecting git info from project "amd-firmware"...
97252024-10-14T09:53:00.239Z[ host-image] Oct 14 09:52:59.169 INFO collecting git info from project "phbl"...
97262024-10-14T09:53:00.244Z[ host-image] Oct 14 09:52:59.173 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97272024-10-14T09:53:00.597Z[ host-image] Oct 14 09:52:59.527 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97282024-10-14T09:53:00.943Z[ host-image] Oct 14 09:52:59.872 INFO creating Oxide boot image...
97292024-10-14T09:53:00.943Z[ host-image] Oct 14 09:52:59.872 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 551b581/e533ae0 2024-10-14 09:23", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97302024-10-14T09:53:01.868Z[ host-image] Oct 14 09:53:00.797 INFO O| ok, image written!
97312024-10-14T09:53:01.868Z[ host-image] Oct 14 09:53:00.797 INFO O| ok, boot_image_csum file written!
97322024-10-14T09:53:01.871Z[ host-image] Oct 14 09:53:00.800 INFO creating boot archive (CPIO)...
97332024-10-14T09:53:01.871Z[ host-image] Oct 14 09:53:00.800 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
97342024-10-14T09:53:01.879Z[ host-image] Oct 14 09:53:00.808 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97352024-10-14T09:53:01.879Z[ host-image] Oct 14 09:53:00.808 INFO E| + outfile=/work/os-host/cpio
97362024-10-14T09:53:01.879Z[ host-image] Oct 14 09:53:00.808 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97372024-10-14T09:53:01.881Z[ host-image] Oct 14 09:53:00.810 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97382024-10-14T09:53:01.881Z[ host-image] Oct 14 09:53:00.810 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97392024-10-14T09:53:01.914Z[ host-image] Oct 14 09:53:00.843 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97402024-10-14T09:53:01.916Z[ host-image] Oct 14 09:53:00.843 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97412024-10-14T09:53:01.922Z[ host-image] Oct 14 09:53:00.851 INFO creating compressed cpio/unix for nanobl-rs...
97422024-10-14T09:53:01.924Z[ host-image] Oct 14 09:53:00.851 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
97432024-10-14T09:53:02.213Z[ host-image] Oct 14 09:53:01.142 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97442024-10-14T09:53:06.569Z[ host-image] Oct 14 09:53:05.498 INFO creating reset image...
97452024-10-14T09:53:06.572Z[ host-image] Oct 14 09:53:05.498 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97462024-10-14T09:53:06.661Z[ host-image] Oct 14 09:53:05.590 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97472024-10-14T09:53:06.663Z[ host-image] Oct 14 09:53:05.591 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97482024-10-14T09:53:06.718Z[ host-image] Oct 14 09:53:05.647 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97492024-10-14T09:53:08.538Z[ host-image] Oct 14 09:53:07.467 INFO E| Finished `release` profile [optimized] target(s) in 1.86s
97502024-10-14T09:53:08.550Z[ host-image] Oct 14 09:53:07.478 INFO building host image...
97512024-10-14T09:53:08.552Z[ host-image] Oct 14 09:53:07.479 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")
97522024-10-14T09:53:09.036Z[ host-image] Oct 14 09:53:07.965 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97532024-10-14T09:53:55.761Z[ host-image] Oct 14 09:53:54.684 INFO image complete! materials are in "/work/os-host"
97542024-10-14T09:53:55.764Z[ host-image]
97552024-10-14T09:53:55.764Z[ host-image] real 9:16.688787857
97562024-10-14T09:53:55.766Z[ host-image] user 4:40.204534752
97572024-10-14T09:53:55.766Z[ host-image] sys 50.832585749
97582024-10-14T09:53:55.766Z[ host-image] trap 0.204882710
97592024-10-14T09:53:55.766Z[ host-image] tflt 0.017370338
97602024-10-14T09:53:55.766Z[ host-image] dflt 0.048360707
97612024-10-14T09:53:55.766Z[ host-image] kflt 0.000001479
97622024-10-14T09:53:55.766Z[ host-image] lock 30.634710437
97632024-10-14T09:53:55.766Z[ host-image] slp 50:46.421755759
97642024-10-14T09:53:55.766Z[ host-image] lat 1:33.374348875
97652024-10-14T09:53:55.766Z[ host-image] stop 0.396416856
97662024-10-14T09:53:55.766ZOct 14 09:53:54.688 INFO [host-image] process exited with exit status: 0 (556.704149574s)
97672024-10-14T09:53:55.766ZOct 14 09:53:54.688 INFO [tuf-repo] running task
97682024-10-14T09:54:02.635ZOct 14 09:54:01.557 INFO assembling repository in `/tmp/tufaceousKAWEpb`, component: OmicronRepoAssembler
97692024-10-14T09:54:07.667ZOct 14 09:54:06.589 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97702024-10-14T09:54:07.895ZOct 14 09:54:06.817 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97712024-10-14T09:54:19.706ZOct 14 09:54:18.626 INFO [tuf-repo] task succeeded (23.938223954s)
97722024-10-14T09:54:19.706ZOct 14 09:54:18.626 INFO all jobs completed in 1869.942955783s
97732024-10-14T09:54:20.259Zprocess exited: duration 2500063 ms, exit code 0
 
97742024-10-14T09:54:20.270Zfound 33 output files
97752024-10-14T09:54:20.270Zuploading: /work/manifest.toml (8404 bytes)
97762024-10-14T09:54:21.280Zuploaded: /work/manifest.toml
97772024-10-14T09:54:21.280Zuploading: /work/repo.zip (1842587542 bytes)
97782024-10-14T09:54:57.057Zuploaded: /work/repo.zip
97792024-10-14T09:54:57.057Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97802024-10-14T09:54:58.070Zuploaded: /work/repo.zip.sha256.txt
97812024-10-14T09:54:58.070Zuploading: /work/helios-setup.log (65406 bytes)
97822024-10-14T09:54:59.082Zuploaded: /work/helios-setup.log
97832024-10-14T09:54:59.082Zuploading: /work/host-image.log (194687 bytes)
97842024-10-14T09:55:00.102Zuploaded: /work/host-image.log
97852024-10-14T09:55:00.102Zuploading: /work/host-package.log (22292 bytes)
97862024-10-14T09:55:01.112Zuploaded: /work/host-package.log
97872024-10-14T09:55:01.112Zuploading: /work/host-target.log (101 bytes)
97882024-10-14T09:55:02.121Zuploaded: /work/host-target.log
97892024-10-14T09:55:02.121Zuploading: /work/omicron-package.log (5097 bytes)
97902024-10-14T09:55:03.131Zuploaded: /work/omicron-package.log
97912024-10-14T09:55:03.134Zuploading: /work/phbl-toolchain.log (881 bytes)
97922024-10-14T09:55:04.140Zuploaded: /work/phbl-toolchain.log
97932024-10-14T09:55:04.140Zuploading: /work/recovery-image.log (592029 bytes)
97942024-10-14T09:55:05.164Zuploaded: /work/recovery-image.log
97952024-10-14T09:55:05.164Zuploading: /work/recovery-package.log (321 bytes)
97962024-10-14T09:55:06.178Zuploaded: /work/recovery-package.log
97972024-10-14T09:55:06.178Zuploading: /work/recovery-target.log (57 bytes)
97982024-10-14T09:55:07.187Zuploaded: /work/recovery-target.log
97992024-10-14T09:55:07.187Zuploading: /work/stamp-clickhouse.log (117 bytes)
98002024-10-14T09:55:08.194Zuploaded: /work/stamp-clickhouse.log
98012024-10-14T09:55:08.194Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98022024-10-14T09:55:09.206Zuploaded: /work/stamp-clickhouse_keeper.log
98032024-10-14T09:55:09.206Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98042024-10-14T09:55:10.215Zuploaded: /work/stamp-cockroachdb.log
98052024-10-14T09:55:10.215Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98062024-10-14T09:55:11.223Zuploaded: /work/stamp-crucible-dtrace.log
98072024-10-14T09:55:11.223Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98082024-10-14T09:55:12.232Zuploaded: /work/stamp-crucible-pantry-zone.log
98092024-10-14T09:55:12.232Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98102024-10-14T09:55:13.241Zuploaded: /work/stamp-crucible-zone.log
98112024-10-14T09:55:13.241Zuploading: /work/stamp-external-dns.log (119 bytes)
98122024-10-14T09:55:14.249Zuploaded: /work/stamp-external-dns.log
98132024-10-14T09:55:14.249Zuploading: /work/stamp-installinator.log (103 bytes)
98142024-10-14T09:55:15.260Zuploaded: /work/stamp-installinator.log
98152024-10-14T09:55:15.260Zuploading: /work/stamp-internal-dns.log (119 bytes)
98162024-10-14T09:55:16.268Zuploaded: /work/stamp-internal-dns.log
98172024-10-14T09:55:16.268Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98182024-10-14T09:55:17.277Zuploaded: /work/stamp-mg-ddm-gz.log
98192024-10-14T09:55:17.277Zuploading: /work/stamp-nexus.log (112 bytes)
98202024-10-14T09:55:18.285Zuploaded: /work/stamp-nexus.log
98212024-10-14T09:55:18.285Zuploading: /work/stamp-ntp.log (110 bytes)
98222024-10-14T09:55:19.293Zuploaded: /work/stamp-ntp.log
98232024-10-14T09:55:19.293Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98242024-10-14T09:55:20.302Zuploaded: /work/stamp-omicron-sled-agent.log
98252024-10-14T09:55:20.302Zuploading: /work/stamp-overlay.log (114 bytes)
98262024-10-14T09:55:21.311Zuploaded: /work/stamp-overlay.log
98272024-10-14T09:55:21.311Zuploading: /work/stamp-oximeter.log (115 bytes)
98282024-10-14T09:55:22.320Zuploaded: /work/stamp-oximeter.log
98292024-10-14T09:55:22.320Zuploading: /work/stamp-oxlog.log (109 bytes)
98302024-10-14T09:55:23.329Zuploaded: /work/stamp-oxlog.log
98312024-10-14T09:55:23.329Zuploading: /work/stamp-probe.log (112 bytes)
98322024-10-14T09:55:24.337Zuploaded: /work/stamp-probe.log
98332024-10-14T09:55:24.337Zuploading: /work/stamp-propolis-server.log (122 bytes)
98342024-10-14T09:55:25.346Zuploaded: /work/stamp-propolis-server.log
98352024-10-14T09:55:25.346Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98362024-10-14T09:55:26.354Zuploaded: /work/stamp-pumpkind-gz.log
98372024-10-14T09:55:26.354Zuploading: /work/stamp-switch-asic.log (118 bytes)
98382024-10-14T09:55:27.362Zuploaded: /work/stamp-switch-asic.log
98392024-10-14T09:55:27.362Zuploading: /work/verify-libraries.log (3720 bytes)
98402024-10-14T09:55:28.372Zuploaded: /work/verify-libraries.log