01JAGTTGQD5ZCWVHWD252HMABP: 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: 01JAGTV31CSNNMABP35WCFV9A5

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-18T22:10:14.078Zjob assigned to worker 01JAGTV07QJ7G7DW08G65MYM1X (queued for 55 s)
 
22024-10-18T22:10:22.229Zstarting task 0: "setup"
32024-10-18T22:10:22.236Z++ uname -s
42024-10-18T22:10:22.239Z+ kern=SunOS
52024-10-18T22:10:22.239Z+ case "$kern" in
62024-10-18T22:10:22.239Z+ groupadd -g 12345 build
72024-10-18T22:10:22.241Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-10-18T22:10:24.253Z+ zfs create -o mountpoint=/work rpool/work
92024-10-18T22:10:24.362Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-10-18T22:10:24.364Z+ home_fs=zfs
112024-10-18T22:10:24.364Z+ [[ zfs == autofs ]]
122024-10-18T22:10:24.364Z+ mkdir -p /home/build
132024-10-18T22:10:24.366Z+ chown build:build /home/build /work
142024-10-18T22:10:26.369Z+ chmod 0700 /home/build /work
152024-10-18T22:10:26.372Zprocess exited: duration 4145 ms, exit code 0
 
162024-10-18T22:10:26.377Zstarting task 1: "rust-toolchain"
172024-10-18T22:10:26.383Z+ printf ' * toolchain channel = "%s"
182024-10-18T22:10:26.383Z' 1.80.1
192024-10-18T22:10:26.383Z+ printf ' * toolchain profile = "%s"
202024-10-18T22:10:26.383Z' default
212024-10-18T22:10:26.383Z * toolchain channel = "1.80.1"
222024-10-18T22:10:26.383Z * toolchain profile = "default"
232024-10-18T22:10:26.386Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
242024-10-18T22:10:26.386Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
252024-10-18T22:10:26.502Zinfo: downloading installer
262024-10-18T22:10:27.932Zinfo: profile set to 'default'
272024-10-18T22:10:27.932Zinfo: default host triple is x86_64-unknown-illumos
282024-10-18T22:10:27.934Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
292024-10-18T22:10:28.058Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
302024-10-18T22:10:28.058Zinfo: downloading component 'cargo'
312024-10-18T22:10:28.708Zinfo: downloading component 'clippy'
322024-10-18T22:10:28.939Zinfo: downloading component 'rust-docs'
332024-10-18T22:10:29.844Zinfo: downloading component 'rust-std'
342024-10-18T22:10:31.116Zinfo: downloading component 'rustc'
352024-10-18T22:10:34.868Zinfo: downloading component 'rustfmt'
362024-10-18T22:10:35.108Zinfo: installing component 'cargo'
372024-10-18T22:10:35.969Zinfo: installing component 'clippy'
382024-10-18T22:10:36.345Zinfo: installing component 'rust-docs'
392024-10-18T22:10:38.025Zinfo: installing component 'rust-std'
402024-10-18T22:10:39.626Zinfo: installing component 'rustc'
412024-10-18T22:10:43.936Zinfo: installing component 'rustfmt'
422024-10-18T22:10:44.270Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
432024-10-18T22:10:44.270Z
442024-10-18T22:10:44.528Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
452024-10-18T22:10:44.528Z
462024-10-18T22:10:44.532Z
472024-10-18T22:10:44.532ZRust is installed now. Great!
482024-10-18T22:10:44.532Z
492024-10-18T22:10:44.532ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
502024-10-18T22:10:44.532Zenvironment variable. This has not been done automatically.
512024-10-18T22:10:44.532Z
522024-10-18T22:10:44.532ZTo configure your current shell, you need to source
532024-10-18T22:10:44.532Zthe corresponding env file under $HOME/.cargo.
542024-10-18T22:10:44.533Z
552024-10-18T22:10:44.533ZThis is usually done by running one of the following (note the leading DOT):
562024-10-18T22:10:44.533Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
572024-10-18T22:10:44.533Zsource "$HOME/.cargo/env.fish" # For fish
582024-10-18T22:10:44.590Z+ rustc --version
592024-10-18T22:10:44.657Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
602024-10-18T22:10:44.660Zprocess exited: duration 18280 ms, exit code 0
 
612024-10-18T22:10:44.666Zstarting task 2: "authentication"
622024-10-18T22:10:44.687Zprocess exited: duration 21 ms, exit code 0
 
632024-10-18T22:10:44.694Zstarting task 3: "clone repository"
642024-10-18T22:10:44.700Z+ mkdir -p /work/oxidecomputer/omicron
652024-10-18T22:10:44.703Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
662024-10-18T22:10:45.038ZCloning into '/work/oxidecomputer/omicron'...
672024-10-18T22:10:52.713Z+ cd /work/oxidecomputer/omicron
682024-10-18T22:10:52.713Z+ git fetch origin e725a7682413619bab3a80edd0c7908693a2402e
692024-10-18T22:10:53.031ZFrom https://github.com/oxidecomputer/omicron
702024-10-18T22:10:53.032Z * branch e725a7682413619bab3a80edd0c7908693a2402e -> FETCH_HEAD
712024-10-18T22:10:53.036Z+ [[ -n single-node-clickhouse-init ]]
722024-10-18T22:10:53.036Z++ git branch --show-current
732024-10-18T22:10:53.040Z+ current=main
742024-10-18T22:10:53.040Z+ [[ main != single-node-clickhouse-init ]]
752024-10-18T22:10:53.040Z+ git branch -f single-node-clickhouse-init e725a7682413619bab3a80edd0c7908693a2402e
762024-10-18T22:10:53.040Z+ git checkout -f single-node-clickhouse-init
772024-10-18T22:10:53.150ZSwitched to branch 'single-node-clickhouse-init'
782024-10-18T22:10:53.159Z+ git reset --hard e725a7682413619bab3a80edd0c7908693a2402e
792024-10-18T22:10:53.242ZHEAD is now at e725a7682 WIP: Single-node ClickHouse database initialization
802024-10-18T22:10:53.249Zprocess exited: duration 8546 ms, exit code 0
 
812024-10-18T22:10:53.261Zstarting task 4: "build"
822024-10-18T22:10:53.271Z+ source .github/buildomat/ci-env.sh
832024-10-18T22:10:53.278Z++ export CARGO_TERM_COLOR=always
842024-10-18T22:10:53.278Z++ CARGO_TERM_COLOR=always
852024-10-18T22:10:53.278Z+ cargo --version
862024-10-18T22:10:53.321Zcargo 1.80.1 (376290515 2024-07-16)
872024-10-18T22:10:53.328Z+ rustc --version
882024-10-18T22:10:53.385Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
892024-10-18T22:10:53.391Z+ cargo tree --locked
902024-10-18T22:10:53.667Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
912024-10-18T22:10:53.964Z Updating crates.io index
922024-10-18T22:10:54.026Z Updating git repository `https://github.com/oxidecomputer/maghemite`
932024-10-18T22:10:54.840Z Updating git repository `https://github.com/oxidecomputer/oxnet`
942024-10-18T22:10:55.166Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
952024-10-18T22:10:55.370Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
962024-10-18T22:10:55.635Z Updating git repository `https://github.com/oxidecomputer/propolis`
972024-10-18T22:10:59.611Z Updating git repository `https://github.com/oxidecomputer/crucible`
982024-10-18T22:10:59.659Z Updating git repository `https://github.com/oxidecomputer/opte`
992024-10-18T22:10:59.717Z Updating git repository `https://github.com/oxidecomputer/falcon`
1002024-10-18T22:11:00.318Z Updating git repository `https://github.com/oxidecomputer/clickward`
1012024-10-18T22:11:00.583Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1022024-10-18T22:11:00.908Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1032024-10-18T22:11:01.479Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1042024-10-18T22:11:01.913Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1052024-10-18T22:11:02.226Z Updating git repository `https://github.com/oxidecomputer/tofino`
1062024-10-18T22:11:02.485Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1072024-10-18T22:11:02.711Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1082024-10-18T22:11:02.976Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1092024-10-18T22:11:03.280Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1102024-10-18T22:11:03.652Z Updating git repository `https://github.com/oxidecomputer/ispf`
1112024-10-18T22:11:04.075Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1122024-10-18T22:11:04.364Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1132024-10-18T22:11:04.806Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1142024-10-18T22:11:05.225Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1152024-10-18T22:11:05.598Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1162024-10-18T22:11:05.986Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1172024-10-18T22:11:06.233Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1182024-10-18T22:11:06.518Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1192024-10-18T22:11:08.026Z Downloading crates ...
1202024-10-18T22:11:08.136Z Downloaded assert_matches v1.5.0
1212024-10-18T22:11:08.139Z Downloaded filetime v0.2.25
1222024-10-18T22:11:08.142Z Downloaded fastrand v2.1.1
1232024-10-18T22:11:08.142Z Downloaded fallible-streaming-iterator v0.1.9
1242024-10-18T22:11:08.146Z Downloaded bytecount v0.6.8
1252024-10-18T22:11:08.149Z Downloaded foreign-types-shared v0.1.1
1262024-10-18T22:11:08.149Z Downloaded assert-json-diff v2.0.2
1272024-10-18T22:11:08.152Z Downloaded hashlink v0.9.1
1282024-10-18T22:11:08.155Z Downloaded http-range v0.1.5
1292024-10-18T22:11:08.155Z Downloaded atomicwrites v0.4.4
1302024-10-18T22:11:08.158Z Downloaded async-stream-impl v0.3.6
1312024-10-18T22:11:08.158Z Downloaded futures-timer v3.0.3
1322024-10-18T22:11:08.162Z Downloaded futures-core v0.3.31
1332024-10-18T22:11:08.162Z Downloaded guppy-workspace-hack v0.1.0
1342024-10-18T22:11:08.165Z Downloaded cfg_aliases v0.1.1
1352024-10-18T22:11:08.165Z Downloaded http-body v1.0.1
1362024-10-18T22:11:08.165Z Downloaded headers-core v0.3.0
1372024-10-18T22:11:08.168Z Downloaded cexpr v0.6.0
1382024-10-18T22:11:08.171Z Downloaded async-signal v0.2.10
1392024-10-18T22:11:08.171Z Downloaded async-channel v2.3.1
1402024-10-18T22:11:08.174Z Downloaded anstyle-parse v0.2.5
1412024-10-18T22:11:08.174Z Downloaded cast v0.3.0
1422024-10-18T22:11:08.177Z Downloaded async-trait v0.1.83
1432024-10-18T22:11:08.180Z Downloaded httpdate v1.0.3
1442024-10-18T22:11:08.180Z Downloaded heck v0.5.0
1452024-10-18T22:11:08.182Z Downloaded heck v0.4.1
1462024-10-18T22:11:08.185Z Downloaded hash32 v0.2.1
1472024-10-18T22:11:08.185Z Downloaded generic-array v0.14.7
1482024-10-18T22:11:08.188Z Downloaded hubpack_derive v0.1.1
1492024-10-18T22:11:08.188Z Downloaded fs-err v2.11.0
1502024-10-18T22:11:08.190Z Downloaded bitfield v0.14.0
1512024-10-18T22:11:08.190Z Downloaded hubpack v0.1.2
1522024-10-18T22:11:08.193Z Downloaded hostname v0.3.1
1532024-10-18T22:11:08.195Z Downloaded foldhash v0.1.3
1542024-10-18T22:11:08.195Z Downloaded chacha20 v0.9.1
1552024-10-18T22:11:08.199Z Downloaded hyper-tls v0.6.0
1562024-10-18T22:11:08.201Z Downloaded backoff v0.4.0
1572024-10-18T22:11:08.201Z Downloaded glob v0.3.1
1582024-10-18T22:11:08.204Z Downloaded async-process v2.3.0
1592024-10-18T22:11:08.207Z Downloaded cancel-safe-futures v0.1.5
1602024-10-18T22:11:08.209Z Downloaded bitflags v2.6.0
1612024-10-18T22:11:08.212Z Downloaded iana-time-zone v0.1.61
1622024-10-18T22:11:08.215Z Downloaded hyper-rustls v0.26.0
1632024-10-18T22:11:08.217Z Downloaded async-bb8-diesel v0.2.1
1642024-10-18T22:11:08.220Z Downloaded getrandom v0.2.15
1652024-10-18T22:11:08.223Z Downloaded olpc-cjson v0.1.4
1662024-10-18T22:11:08.225Z Downloaded hyper-staticfile v0.10.1
1672024-10-18T22:11:08.228Z Downloaded blake2 v0.10.6
1682024-10-18T22:11:08.230Z Downloaded futures v0.3.31
1692024-10-18T22:11:08.236Z Downloaded flagset v0.4.6
1702024-10-18T22:11:08.239Z Downloaded pbkdf2 v0.12.2
1712024-10-18T22:11:08.241Z Downloaded async-object-pool v0.1.5
1722024-10-18T22:11:08.241Z Downloaded openssl-macros v0.1.1
1732024-10-18T22:11:08.244Z Downloaded flume v0.11.0
1742024-10-18T22:11:08.247Z Downloaded atty v0.2.14
1752024-10-18T22:11:08.247Z Downloaded plain v0.2.3
1762024-10-18T22:11:08.251Z Downloaded fxhash v0.2.1
1772024-10-18T22:11:08.251Z Downloaded foreign-types-shared v0.3.1
1782024-10-18T22:11:08.251Z Downloaded pbkdf2 v0.11.0
1792024-10-18T22:11:08.254Z Downloaded partial-io v0.5.4
1802024-10-18T22:11:08.256Z Downloaded foreign-types v0.3.2
1812024-10-18T22:11:08.257Z Downloaded fd-lock v4.0.2
1822024-10-18T22:11:08.259Z Downloaded fatfs v0.3.6
1832024-10-18T22:11:08.261Z Downloaded futures-task v0.3.31
1842024-10-18T22:11:08.264Z Downloaded proc-macro-crate v1.3.1
1852024-10-18T22:11:08.264Z Downloaded ident_case v1.0.1
1862024-10-18T22:11:08.267Z Downloaded base64 v0.21.7
1872024-10-18T22:11:08.269Z Downloaded quick-error v1.2.3
1882024-10-18T22:11:08.272Z Downloaded async-stream v0.3.6
1892024-10-18T22:11:08.286Z Downloaded arrayref v0.3.9
1902024-10-18T22:11:08.286Z Downloaded hex-literal v0.4.1
1912024-10-18T22:11:08.286Z Downloaded ascii-canvas v3.0.0
1922024-10-18T22:11:08.286Z Downloaded approx v0.5.1
1932024-10-18T22:11:08.286Z Downloaded bitflags v1.3.2
1942024-10-18T22:11:08.286Z Downloaded aead v0.5.2
1952024-10-18T22:11:08.286Z Downloaded parking_lot v0.11.2
1962024-10-18T22:11:08.289Z Downloaded scroll_derive v0.12.0
1972024-10-18T22:11:08.289Z Downloaded http-body v0.4.6
1982024-10-18T22:11:08.290Z Downloaded funty v2.0.0
1992024-10-18T22:11:08.292Z Downloaded hostname v0.4.0
2002024-10-18T22:11:08.292Z Downloaded supports-color v3.0.1
2012024-10-18T22:11:08.294Z Downloaded blocking v1.6.1
2022024-10-18T22:11:08.297Z Downloaded try-lock v0.2.5
2032024-10-18T22:11:08.297Z Downloaded anstyle v1.0.8
2042024-10-18T22:11:08.300Z Downloaded anes v0.1.6
2052024-10-18T22:11:08.302Z Downloaded scroll v0.12.0
2062024-10-18T22:11:08.305Z Downloaded buf-list v1.0.3
2072024-10-18T22:11:08.305Z Downloaded async-attributes v1.1.2
2082024-10-18T22:11:08.308Z Downloaded humantime v2.1.0
2092024-10-18T22:11:08.308Z Downloaded serde_path_to_error v0.1.16
2102024-10-18T22:11:08.311Z Downloaded block-buffer v0.10.4
2112024-10-18T22:11:08.316Z Downloaded smallvec v0.6.14
2122024-10-18T22:11:08.316Z Downloaded proc-macro-error v1.0.4
2132024-10-18T22:11:08.320Z Downloaded home v0.5.9
2142024-10-18T22:11:08.320Z Downloaded castaway v0.2.3
2152024-10-18T22:11:08.320Z Downloaded hashbrown v0.12.3
2162024-10-18T22:11:08.323Z Downloaded anstyle-query v1.1.1
2172024-10-18T22:11:08.326Z Downloaded group v0.13.0
2182024-10-18T22:11:08.328Z Downloaded hmac v0.12.1
2192024-10-18T22:11:08.331Z Downloaded futures-macro v0.3.31
2202024-10-18T22:11:08.331Z Downloaded peg v0.8.4
2212024-10-18T22:11:08.334Z Downloaded futures-util v0.3.31
2222024-10-18T22:11:08.346Z Downloaded rpassword v7.3.1
2232024-10-18T22:11:08.349Z Downloaded cstr-argument v0.1.2
2242024-10-18T22:11:08.351Z Downloaded usdt-attr-macro v0.5.0
2252024-10-18T22:11:08.351Z Downloaded hyper-rustls v0.27.3
2262024-10-18T22:11:08.354Z Downloaded bcs v0.1.6
2272024-10-18T22:11:08.357Z Downloaded async-recursion v1.1.1
2282024-10-18T22:11:08.360Z Downloaded httptest v0.16.1
2292024-10-18T22:11:08.362Z Downloaded endian-type v0.1.2
2302024-10-18T22:11:08.362Z Downloaded fancy-regex v0.13.0
2312024-10-18T22:11:08.365Z Downloaded globset v0.4.15
2322024-10-18T22:11:08.371Z Downloaded async-lock v3.4.0
2332024-10-18T22:11:08.371Z Downloaded argon2 v0.5.3
2342024-10-18T22:11:08.374Z Downloaded ppv-lite86 v0.2.20
2352024-10-18T22:11:08.374Z Downloaded equivalent v1.0.1
2362024-10-18T22:11:08.377Z Downloaded hashbrown v0.14.5
2372024-10-18T22:11:08.380Z Downloaded blake2b_simd v1.0.2
2382024-10-18T22:11:08.383Z Downloaded futures-channel v0.3.31
2392024-10-18T22:11:08.385Z Downloaded convert_case v0.4.0
2402024-10-18T22:11:08.385Z Downloaded tls_codec v0.4.1
2412024-10-18T22:11:08.388Z Downloaded futures-lite v2.3.0
2422024-10-18T22:11:08.391Z Downloaded smallvec v1.13.2
2432024-10-18T22:11:08.392Z Downloaded serde_derive_internals v0.29.1
2442024-10-18T22:11:08.394Z Downloaded spki v0.7.3
2452024-10-18T22:11:08.396Z Downloaded peg-runtime v0.8.3
2462024-10-18T22:11:08.396Z Downloaded httparse v1.9.5
2472024-10-18T22:11:08.399Z Downloaded ciborium v0.2.2
2482024-10-18T22:11:08.402Z Downloaded unicode-truncate v1.1.0
2492024-10-18T22:11:08.404Z Downloaded datatest-stable v0.2.9
2502024-10-18T22:11:08.407Z Downloaded serde-hex v0.1.0
2512024-10-18T22:11:08.409Z Downloaded number_prefix v0.4.0
2522024-10-18T22:11:08.410Z Downloaded async-io v2.3.4
2532024-10-18T22:11:08.412Z Downloaded async-executor v1.13.1
2542024-10-18T22:11:08.415Z Downloaded addr2line v0.24.2
2552024-10-18T22:11:08.417Z Downloaded deranged v0.3.11
2562024-10-18T22:11:08.420Z Downloaded http v0.2.12
2572024-10-18T22:11:08.422Z Downloaded tokio-tungstenite v0.23.1
2582024-10-18T22:11:08.425Z Downloaded tracing-attributes v0.1.27
2592024-10-18T22:11:08.427Z Downloaded value-bag v1.9.0
2602024-10-18T22:11:08.430Z Downloaded base64 v0.13.1
2612024-10-18T22:11:08.433Z Downloaded itoa v1.0.11
2622024-10-18T22:11:08.435Z Downloaded difflib v0.4.0
2632024-10-18T22:11:08.438Z Downloaded const_format_proc_macros v0.2.33
2642024-10-18T22:11:08.440Z Downloaded lru v0.12.5
2652024-10-18T22:11:08.441Z Downloaded indoc v2.0.5
2662024-10-18T22:11:08.443Z Downloaded impl-trait-for-tuples v0.2.2
2672024-10-18T22:11:08.446Z Downloaded strum_macros v0.26.4
2682024-10-18T22:11:08.448Z Downloaded rstest_macros v0.23.0
2692024-10-18T22:11:08.451Z Downloaded pest_generator v2.7.14
2702024-10-18T22:11:08.454Z Downloaded phf v0.11.2
2712024-10-18T22:11:08.456Z Downloaded nanorand v0.7.0
2722024-10-18T22:11:08.459Z Downloaded proc-macro-error-attr v1.0.4
2732024-10-18T22:11:08.460Z Downloaded paste v1.0.15
2742024-10-18T22:11:08.462Z Downloaded mime v0.3.17
2752024-10-18T22:11:08.465Z Downloaded memoffset v0.9.1
2762024-10-18T22:11:08.465Z Downloaded linked-hash-map v0.5.6
2772024-10-18T22:11:08.468Z Downloaded subprocess v0.2.9
2782024-10-18T22:11:08.470Z Downloaded ron v0.8.1
2792024-10-18T22:11:08.474Z Downloaded primeorder v0.13.6
2802024-10-18T22:11:08.477Z Downloaded relative-path v1.9.3
2812024-10-18T22:11:08.479Z Downloaded ref-cast-impl v1.0.23
2822024-10-18T22:11:08.479Z Downloaded vergen v8.3.2
2832024-10-18T22:11:08.482Z Downloaded radium v0.7.0
2842024-10-18T22:11:08.485Z Downloaded ipnet v2.10.1
2852024-10-18T22:11:08.487Z Downloaded vte_generate_state_changes v0.1.2
2862024-10-18T22:11:08.487Z Downloaded usdt-macro v0.5.0
2872024-10-18T22:11:08.487Z Downloaded packed_struct v0.10.1
2882024-10-18T22:11:08.490Z Downloaded unicode-ident v1.0.13
2892024-10-18T22:11:08.492Z Downloaded dhcproto-macros v0.1.0
2902024-10-18T22:11:08.495Z Downloaded rustc_version v0.4.1
2912024-10-18T22:11:08.495Z Downloaded rustc_version v0.1.7
2922024-10-18T22:11:08.495Z Downloaded rcgen v0.12.1
2932024-10-18T22:11:08.498Z Downloaded rustc-hash v2.0.0
2942024-10-18T22:11:08.500Z Downloaded shell-words v1.1.0
2952024-10-18T22:11:08.502Z Downloaded serde_derive v1.0.210
2962024-10-18T22:11:08.505Z Downloaded shlex v1.3.0
2972024-10-18T22:11:08.505Z Downloaded thread-id v4.2.2
2982024-10-18T22:11:08.508Z Downloaded postgres-protocol v0.6.7
2992024-10-18T22:11:08.511Z Downloaded doc-comment v0.3.3
3002024-10-18T22:11:08.511Z Downloaded crunchy v0.2.2
3012024-10-18T22:11:08.511Z Downloaded pest_derive v2.7.14
3022024-10-18T22:11:08.514Z Downloaded heapless v0.7.17
3032024-10-18T22:11:08.517Z Downloaded tap v1.0.1
3042024-10-18T22:11:08.520Z Downloaded unarray v0.1.4
3052024-10-18T22:11:08.520Z Downloaded topological-sort v0.2.2
3062024-10-18T22:11:08.522Z Downloaded postcard v1.0.10
3072024-10-18T22:11:08.525Z Downloaded textwrap v0.16.1
3082024-10-18T22:11:08.528Z Downloaded match_cfg v0.1.0
3092024-10-18T22:11:08.530Z Downloaded universal-hash v0.5.1
3102024-10-18T22:11:08.531Z Downloaded rustfmt-wrapper v0.2.1
3112024-10-18T22:11:08.531Z Downloaded cc v1.1.30
3122024-10-18T22:11:08.534Z Downloaded pretty-hex v0.2.1
3132024-10-18T22:11:08.536Z Downloaded tls_codec_derive v0.4.1
3142024-10-18T22:11:08.539Z Downloaded hkdf v0.12.4
3152024-10-18T22:11:08.541Z Downloaded wait-timeout v0.2.0
3162024-10-18T22:11:08.542Z Downloaded curve25519-dalek-derive v0.1.1
3172024-10-18T22:11:08.544Z Downloaded normalize-line-endings v0.3.0
3182024-10-18T22:11:08.544Z Downloaded ctr v0.9.2
3192024-10-18T22:11:08.546Z Downloaded log v0.4.22
3202024-10-18T22:11:08.549Z Downloaded sha2 v0.10.8
3212024-10-18T22:11:08.553Z Downloaded tui-tree-widget v0.22.0
3222024-10-18T22:11:08.555Z Downloaded strum_macros v0.24.3
3232024-10-18T22:11:08.555Z Downloaded dropshot_endpoint v0.12.0
3242024-10-18T22:11:08.558Z Downloaded diff v0.1.13
3252024-10-18T22:11:08.560Z Downloaded indoc v1.0.9
3262024-10-18T22:11:08.563Z Downloaded pest_meta v2.7.14
3272024-10-18T22:11:08.566Z Downloaded kstat-rs v0.2.4
3282024-10-18T22:11:08.569Z Downloaded precomputed-hash v0.1.1
3292024-10-18T22:11:08.569Z Downloaded env_filter v0.1.2
3302024-10-18T22:11:08.571Z Downloaded dof v0.3.0
3312024-10-18T22:11:08.573Z Downloaded sync_wrapper v1.0.1
3322024-10-18T22:11:08.573Z Downloaded nibble_vec v0.1.0
3332024-10-18T22:11:08.575Z Downloaded linear-map v1.2.0
3342024-10-18T22:11:08.576Z Downloaded target-lexicon v0.12.16
3352024-10-18T22:11:08.578Z Downloaded rsa v0.9.6
3362024-10-18T22:11:08.583Z Downloaded want v0.3.1
3372024-10-18T22:11:08.590Z Downloaded toolchain_find v0.4.0
3382024-10-18T22:11:08.590Z Downloaded ref-cast v1.0.23
3392024-10-18T22:11:08.590Z Downloaded darling v0.20.10
3402024-10-18T22:11:08.594Z Downloaded serde_with_macros v3.11.0
3412024-10-18T22:11:08.596Z Downloaded percent-encoding v2.3.1
3422024-10-18T22:11:08.596Z Downloaded libefi-sys v0.1.0
3432024-10-18T22:11:08.599Z Downloaded memmap v0.7.0
3442024-10-18T22:11:08.601Z Downloaded crc v3.2.1
3452024-10-18T22:11:08.604Z Downloaded tower-service v0.3.3
3462024-10-18T22:11:08.604Z Downloaded unsafe-libyaml v0.2.11
3472024-10-18T22:11:08.607Z Downloaded predicates-core v1.0.8
3482024-10-18T22:11:08.609Z Downloaded salsa20 v0.10.2
3492024-10-18T22:11:08.612Z Downloaded num v0.4.3
3502024-10-18T22:11:08.612Z Downloaded prettyplease v0.2.22
3512024-10-18T22:11:08.615Z Downloaded hashbrown v0.13.2
3522024-10-18T22:11:08.619Z Downloaded tokio-postgres v0.7.12
3532024-10-18T22:11:08.624Z Downloaded oso-derive v0.27.3
3542024-10-18T22:11:08.627Z Downloaded structmeta-derive v0.2.0
3552024-10-18T22:11:08.627Z Downloaded newtype_derive v0.1.6
3562024-10-18T22:11:08.630Z Downloaded thiserror-impl v1.0.64
3572024-10-18T22:11:08.630Z Downloaded smf v0.2.3
3582024-10-18T22:11:08.633Z Downloaded powerfmt v0.2.0
3592024-10-18T22:11:08.633Z Downloaded thiserror v1.0.64
3602024-10-18T22:11:08.637Z Downloaded rfc6979 v0.4.0
3612024-10-18T22:11:08.640Z Downloaded thiserror-impl-no-std v2.0.2
3622024-10-18T22:11:08.645Z Downloaded qorb v0.0.2
3632024-10-18T22:11:08.645Z Downloaded multer v3.1.0
3642024-10-18T22:11:08.649Z Downloaded serde_yaml v0.9.34+deprecated
3652024-10-18T22:11:08.653Z Downloaded crypto-common v0.1.6
3662024-10-18T22:11:08.656Z Downloaded lazycell v1.3.0
3672024-10-18T22:11:08.656Z Downloaded hickory-resolver v0.24.1
3682024-10-18T22:11:08.662Z Downloaded crc-catalog v2.4.0
3692024-10-18T22:11:08.665Z Downloaded smawk v0.3.2
3702024-10-18T22:11:08.665Z Downloaded rand v0.8.5
3712024-10-18T22:11:08.668Z Downloaded plotters v0.3.7
3722024-10-18T22:11:08.675Z Downloaded time-core v0.1.2
3732024-10-18T22:11:08.678Z Downloaded wyz v0.5.1
3742024-10-18T22:11:08.678Z Downloaded pkcs8 v0.10.2
3752024-10-18T22:11:08.681Z Downloaded nu-ansi-term v0.50.1
3762024-10-18T22:11:08.683Z Downloaded zone_cfg_derive v0.3.0
3772024-10-18T22:11:08.686Z Downloaded sigpipe v0.1.3
3782024-10-18T22:11:08.686Z Downloaded sqlparser_derive v0.2.2
3792024-10-18T22:11:08.689Z Downloaded pkg-config v0.3.31
3802024-10-18T22:11:08.689Z Downloaded pem v3.0.4
3812024-10-18T22:11:08.691Z Downloaded termtree v0.4.1
3822024-10-18T22:11:08.691Z Downloaded enum-as-inner v0.6.1
3832024-10-18T22:11:08.694Z Downloaded diesel-dtrace v0.3.0
3842024-10-18T22:11:08.694Z Downloaded embedded-io v0.6.1
3852024-10-18T22:11:08.697Z Downloaded predicates v3.1.2
3862024-10-18T22:11:08.700Z Downloaded event-listener v2.5.3
3872024-10-18T22:11:08.700Z Downloaded dtrace-parser v0.2.0
3882024-10-18T22:11:08.703Z Downloaded schemars_derive v0.8.21
3892024-10-18T22:11:08.703Z Downloaded crucible-workspace-hack v0.1.0
3902024-10-18T22:11:08.703Z Downloaded piper v0.2.4
3912024-10-18T22:11:08.706Z Downloaded tar v0.4.42
3922024-10-18T22:11:08.708Z Downloaded parse-display-derive v0.10.0
3932024-10-18T22:11:08.711Z Downloaded ryu v1.0.18
3942024-10-18T22:11:08.714Z Downloaded newtype-uuid v1.1.2
3952024-10-18T22:11:08.716Z Downloaded rand_core v0.6.4
3962024-10-18T22:11:08.716Z Downloaded der v0.7.9
3972024-10-18T22:11:08.721Z Downloaded lalrpop-util v0.19.12
3982024-10-18T22:11:08.724Z Downloaded enum-as-inner v0.5.1
3992024-10-18T22:11:08.724Z Downloaded ena v0.14.3
4002024-10-18T22:11:08.726Z Downloaded ecdsa v0.16.9
4012024-10-18T22:11:08.729Z Downloaded target-spec v3.2.2
4022024-10-18T22:11:08.729Z Downloaded rusty-fork v0.3.0
4032024-10-18T22:11:08.732Z Downloaded tungstenite v0.21.0
4042024-10-18T22:11:08.735Z Downloaded pretty_assertions v1.4.1
4052024-10-18T22:11:08.737Z Downloaded phf_shared v0.10.0
4062024-10-18T22:11:08.740Z Downloaded pkcs1 v0.7.5
4072024-10-18T22:11:08.743Z Downloaded opaque-debug v0.3.1
4082024-10-18T22:11:08.743Z Downloaded clap v4.5.20
4092024-10-18T22:11:08.751Z Downloaded clang-sys v1.8.1
4102024-10-18T22:11:08.754Z Downloaded unicode-xid v0.2.6
4112024-10-18T22:11:08.757Z Downloaded digest v0.10.7
4122024-10-18T22:11:08.760Z Downloaded owo-colors v4.1.0
4132024-10-18T22:11:08.763Z Downloaded memmap2 v0.9.5
4142024-10-18T22:11:08.763Z Downloaded elliptic-curve v0.13.8
4152024-10-18T22:11:08.767Z Downloaded russh-cryptovec v0.7.3
4162024-10-18T22:11:08.770Z Downloaded managed v0.8.0
4172024-10-18T22:11:08.770Z Downloaded is_terminal_polyfill v1.70.1
4182024-10-18T22:11:08.772Z Downloaded mime_guess v2.0.5
4192024-10-18T22:11:08.773Z Downloaded fallible-iterator v0.3.0
4202024-10-18T22:11:08.775Z Downloaded rustls-pki-types v1.9.0
4212024-10-18T22:11:08.778Z Downloaded time-macros v0.2.18
4222024-10-18T22:11:08.781Z Downloaded hyper v1.4.1
4232024-10-18T22:11:08.786Z Downloaded hashbrown v0.15.0
4242024-10-18T22:11:08.792Z Downloaded is_ci v1.2.0
4252024-10-18T22:11:08.794Z Downloaded pin-utils v0.1.0
4262024-10-18T22:11:08.797Z Downloaded phf_generator v0.11.2
4272024-10-18T22:11:08.797Z Downloaded rustls-native-certs v0.7.3
4282024-10-18T22:11:08.799Z Downloaded aes-gcm v0.10.3
4292024-10-18T22:11:08.802Z Downloaded slog-json v2.6.1
4302024-10-18T22:11:08.805Z Downloaded macaddr v1.0.1
4312024-10-18T22:11:08.807Z Downloaded matches v0.1.10
4322024-10-18T22:11:08.807Z Downloaded phf_codegen v0.11.2
4332024-10-18T22:11:08.810Z Downloaded oorandom v11.1.4
4342024-10-18T22:11:08.810Z Downloaded num_cpus v1.16.0
4352024-10-18T22:11:08.813Z Downloaded progenitor-client v0.8.0
4362024-10-18T22:11:08.816Z Downloaded dyn-clone v1.0.17
4372024-10-18T22:11:08.816Z Downloaded event-listener v5.3.1
4382024-10-18T22:11:08.819Z Downloaded toml v0.7.8
4392024-10-18T22:11:08.822Z Downloaded take_mut v0.2.2
4402024-10-18T22:11:08.824Z Downloaded stringmetrics v2.2.2
4412024-10-18T22:11:08.824Z Downloaded stringprep v0.1.5
4422024-10-18T22:11:08.827Z Downloaded tiny-keccak v2.0.2
4432024-10-18T22:11:08.830Z Downloaded terminal_size v0.4.0
4442024-10-18T22:11:08.832Z Downloaded concurrent-queue v2.5.0
4452024-10-18T22:11:08.833Z Downloaded colored v2.1.0
4462024-10-18T22:11:08.835Z Downloaded colorchoice v1.0.2
4472024-10-18T22:11:08.838Z Downloaded string_cache v0.8.7
4482024-10-18T22:11:08.838Z Downloaded progenitor-impl v0.8.0
4492024-10-18T22:11:08.841Z Downloaded ucd-trie v0.1.7
4502024-10-18T22:11:08.843Z Downloaded indexmap v2.6.0
4512024-10-18T22:11:08.846Z Downloaded test-strategy v0.3.1
4522024-10-18T22:11:08.849Z Downloaded plotters-svg v0.3.7
4532024-10-18T22:11:08.852Z Downloaded unicase v2.7.0
4542024-10-18T22:11:08.855Z Downloaded slog-bunyan v2.5.0
4552024-10-18T22:11:08.855Z Downloaded ipnetwork v0.20.0
4562024-10-18T22:11:08.858Z Downloaded cobs v0.2.3
4572024-10-18T22:11:08.858Z Downloaded zerocopy v0.7.35
4582024-10-18T22:11:08.873Z Downloaded progenitor-macro v0.8.0
4592024-10-18T22:11:08.877Z Downloaded sync_wrapper v0.1.2
4602024-10-18T22:11:08.877Z Downloaded md5 v0.7.0
4612024-10-18T22:11:08.880Z Downloaded diesel_table_macro_syntax v0.2.0
4622024-10-18T22:11:08.880Z Downloaded psl-types v2.0.11
4632024-10-18T22:11:08.880Z Downloaded is-terminal v0.4.13
4642024-10-18T22:11:08.883Z Downloaded r2d2 v0.8.10
4652024-10-18T22:11:08.883Z Downloaded fallible-iterator v0.2.0
4662024-10-18T22:11:08.885Z Downloaded chrono v0.4.38
4672024-10-18T22:11:08.891Z Downloaded async-std v1.13.0
4682024-10-18T22:11:08.910Z Downloaded zone_cfg_derive v0.1.2
4692024-10-18T22:11:08.913Z Downloaded mockall v0.13.0
4702024-10-18T22:11:08.915Z Downloaded display-error-chain v0.2.1
4712024-10-18T22:11:08.915Z Downloaded debug-ignore v1.0.5
4722024-10-18T22:11:08.918Z Downloaded data-encoding v2.6.0
4732024-10-18T22:11:08.918Z Downloaded rustc-demangle v0.1.24
4742024-10-18T22:11:08.921Z Downloaded darling_core v0.20.10
4752024-10-18T22:11:08.925Z Downloaded clap_derive v4.5.18
4762024-10-18T22:11:08.927Z Downloaded sqlparser v0.45.0
4772024-10-18T22:11:08.932Z Downloaded crypto-bigint v0.5.5
4782024-10-18T22:11:08.939Z Downloaded pretty-hex v0.4.1
4792024-10-18T22:11:08.941Z Downloaded strsim v0.11.1
4802024-10-18T22:11:08.944Z Downloaded semver v0.1.20
4812024-10-18T22:11:08.944Z Downloaded rand_xorshift v0.3.0
4822024-10-18T22:11:08.947Z Downloaded rand_chacha v0.3.1
4832024-10-18T22:11:08.947Z Downloaded secrecy v0.8.0
4842024-10-18T22:11:08.947Z Downloaded cookie v0.18.1
4852024-10-18T22:11:08.950Z Downloaded tinyvec v1.8.0
4862024-10-18T22:11:08.953Z Downloaded itertools v0.10.5
4872024-10-18T22:11:08.960Z Downloaded instant v0.1.13
4882024-10-18T22:11:08.963Z Downloaded parse-size v1.0.0
4892024-10-18T22:11:08.965Z Downloaded toml_edit v0.19.15
4902024-10-18T22:11:08.980Z Downloaded inout v0.1.3
4912024-10-18T22:11:08.982Z Downloaded maplit v1.0.2
4922024-10-18T22:11:08.982Z Downloaded twox-hash v1.6.3
4932024-10-18T22:11:08.985Z Downloaded libtest-mimic v0.7.3
4942024-10-18T22:11:08.988Z Downloaded serde_json v1.0.128
4952024-10-18T22:11:08.994Z Downloaded slog-async v2.8.0
4962024-10-18T22:11:08.997Z Downloaded tokio-native-tls v0.3.1
4972024-10-18T22:11:08.999Z Downloaded slog-scope v4.4.0
4982024-10-18T22:11:08.999Z Downloaded slog-dtrace v0.3.0
4992024-10-18T22:11:09.002Z Downloaded rand_seeder v0.3.0
5002024-10-18T22:11:09.002Z Downloaded internet-checksum v0.2.1
5012024-10-18T22:11:09.005Z Downloaded semver v1.0.23
5022024-10-18T22:11:09.005Z Downloaded kv-log-macro v1.0.7
5032024-10-18T22:11:09.008Z Downloaded ed25519 v2.2.3
5042024-10-18T22:11:09.011Z Downloaded num-conv v0.1.0
5052024-10-18T22:11:09.011Z Downloaded darling_macro v0.20.10
5062024-10-18T22:11:09.011Z Downloaded crc32fast v1.4.2
5072024-10-18T22:11:09.014Z Downloaded sct v0.7.1
5082024-10-18T22:11:09.017Z Downloaded untrusted v0.7.1
5092024-10-18T22:11:09.020Z Downloaded zone v0.3.0
5102024-10-18T22:11:09.020Z Downloaded hyper v0.14.30
5112024-10-18T22:11:09.027Z Downloaded tinyvec_macros v0.1.1
5122024-10-18T22:11:09.030Z Downloaded pathdiff v0.2.2
5132024-10-18T22:11:09.030Z Downloaded mockall_derive v0.13.0
5142024-10-18T22:11:09.033Z Downloaded resolv-conf v0.7.0
5152024-10-18T22:11:09.033Z Downloaded which v4.4.2
5162024-10-18T22:11:09.037Z Downloaded newline-converter v0.3.0
5172024-10-18T22:11:09.038Z Downloaded new_debug_unreachable v1.0.6
5182024-10-18T22:11:09.038Z Downloaded nom v7.1.3
5192024-10-18T22:11:09.042Z Downloaded unicode-bidi v0.3.17
5202024-10-18T22:11:09.045Z Downloaded signal-hook-mio v0.2.4
5212024-10-18T22:11:09.047Z Downloaded serde-big-array v0.5.1
5222024-10-18T22:11:09.050Z Downloaded defmt-parser v0.3.4
5232024-10-18T22:11:09.050Z Downloaded tokio-rustls v0.26.0
5242024-10-18T22:11:09.053Z Downloaded rustyline v14.0.0
5252024-10-18T22:11:09.056Z Downloaded parse-display v0.10.0
5262024-10-18T22:11:09.059Z Downloaded derive_builder_core v0.20.2
5272024-10-18T22:11:09.062Z Downloaded typenum v1.17.0
5282024-10-18T22:11:09.064Z Downloaded des v0.8.1
5292024-10-18T22:11:09.064Z Downloaded version_check v0.9.5
5302024-10-18T22:11:09.068Z Downloaded derive_builder v0.20.2
5312024-10-18T22:11:09.070Z Downloaded miniz_oxide v0.8.0
5322024-10-18T22:11:09.073Z Downloaded strum v0.26.3
5332024-10-18T22:11:09.075Z Downloaded parking v2.2.1
5342024-10-18T22:11:09.075Z Downloaded path-slash v0.1.5
5352024-10-18T22:11:09.078Z Downloaded tokio-macros v2.4.0
5362024-10-18T22:11:09.078Z Downloaded slog-stdlog v4.1.1
5372024-10-18T22:11:09.080Z Downloaded defmt-macros v0.3.9
5382024-10-18T22:11:09.083Z Downloaded defmt v0.3.8
5392024-10-18T22:11:09.086Z Downloaded crossbeam-deque v0.8.5
5402024-10-18T22:11:09.089Z Downloaded tabwriter v1.4.0
5412024-10-18T22:11:09.089Z Downloaded walkdir v2.5.0
5422024-10-18T22:11:09.092Z Downloaded snafu v0.8.5
5432024-10-18T22:11:09.096Z Downloaded event-listener-strategy v0.5.2
5442024-10-18T22:11:09.099Z Downloaded keccak v0.1.5
5452024-10-18T22:11:09.099Z Downloaded utf8parse v0.2.2
5462024-10-18T22:11:09.102Z Downloaded same-file v1.0.6
5472024-10-18T22:11:09.102Z Downloaded proc-macro2 v1.0.87
5482024-10-18T22:11:09.106Z Downloaded pest v2.7.14
5492024-10-18T22:11:09.109Z Downloaded jobserver v0.1.32
5502024-10-18T22:11:09.111Z Downloaded strip-ansi-escapes v0.2.0
5512024-10-18T22:11:09.114Z Downloaded parking_lot_core v0.8.6
5522024-10-18T22:11:09.114Z Downloaded num-integer v0.1.46
5532024-10-18T22:11:09.117Z Downloaded libloading v0.8.5
5542024-10-18T22:11:09.120Z Downloaded indent_write v2.2.0
5552024-10-18T22:11:09.120Z Downloaded once_cell v1.20.2
5562024-10-18T22:11:09.122Z Downloaded vsss-rs v3.3.4
5572024-10-18T22:11:09.125Z Downloaded socket2 v0.5.7
5582024-10-18T22:11:09.127Z Downloaded derive_builder_macro v0.20.2
5592024-10-18T22:11:09.130Z Downloaded derive-where v1.2.7
5602024-10-18T22:11:09.133Z Downloaded publicsuffix v2.2.3
5612024-10-18T22:11:09.136Z Downloaded instability v0.3.2
5622024-10-18T22:11:09.136Z Downloaded embedded-io v0.4.0
5632024-10-18T22:11:09.140Z Downloaded usdt-impl v0.5.0
5642024-10-18T22:11:09.140Z Downloaded poly1305 v0.8.0
5652024-10-18T22:11:09.143Z Downloaded path-tree v0.8.1
5662024-10-18T22:11:09.143Z Downloaded tempfile v3.13.0
5672024-10-18T22:11:09.145Z Downloaded usdt v0.5.0
5682024-10-18T22:11:09.149Z Downloaded time v0.3.36
5692024-10-18T22:11:09.153Z Downloaded zone v0.1.8
5702024-10-18T22:11:09.156Z Downloaded untrusted v0.9.0
5712024-10-18T22:11:09.156Z Downloaded quinn-udp v0.5.5
5722024-10-18T22:11:09.159Z Downloaded papergrid v0.11.0
5732024-10-18T22:11:09.162Z Downloaded derive_more v0.99.18
5742024-10-18T22:11:09.166Z Downloaded signal-hook-tokio v0.3.1
5752024-10-18T22:11:09.169Z Downloaded either v1.13.0
5762024-10-18T22:11:09.172Z Downloaded structmeta v0.2.0
5772024-10-18T22:11:09.172Z Downloaded clap_builder v4.5.20
5782024-10-18T22:11:09.177Z Downloaded signal-hook-registry v1.4.2
5792024-10-18T22:11:09.180Z Downloaded mio v1.0.2
5802024-10-18T22:11:09.184Z Downloaded openssl v0.10.66
5812024-10-18T22:11:09.193Z Downloaded structmeta-derive v0.3.0
5822024-10-18T22:11:09.196Z Downloaded password-hash v0.5.0
5832024-10-18T22:11:09.198Z Downloaded parking_lot_core v0.9.10
5842024-10-18T22:11:09.198Z Downloaded x509-cert v0.2.5
5852024-10-18T22:11:09.204Z Downloaded term v0.7.0
5862024-10-18T22:11:09.207Z Downloaded reqwest v0.11.27
5872024-10-18T22:11:09.215Z Downloaded polyval v0.6.2
5882024-10-18T22:11:09.217Z Downloaded samael v0.0.17
5892024-10-18T22:11:09.222Z Downloaded omicron-zone-package v0.11.1
5902024-10-18T22:11:09.225Z Downloaded tabled v0.15.0
5912024-10-18T22:11:09.240Z Downloaded vcpkg v0.2.15
5922024-10-18T22:11:09.279Z Downloaded slog v2.7.0
5932024-10-18T22:11:09.282Z Downloaded serde v1.0.210
5942024-10-18T22:11:09.285Z Downloaded minimal-lexical v0.2.1
5952024-10-18T22:11:09.290Z Downloaded url v2.5.2
5962024-10-18T22:11:09.293Z Downloaded polling v3.7.3
5972024-10-18T22:11:09.297Z Downloaded syn v1.0.109
5982024-10-18T22:11:09.307Z Downloaded unicode-normalization v0.1.24
5992024-10-18T22:11:09.310Z Downloaded steno v0.4.1
6002024-10-18T22:11:09.314Z Downloaded hickory-proto v0.24.1
6012024-10-18T22:11:09.330Z Downloaded winnow v0.6.20
6022024-10-18T22:11:09.338Z Downloaded indexmap v1.9.3
6032024-10-18T22:11:09.341Z Downloaded radix_trie v0.2.1
6042024-10-18T22:11:09.347Z Downloaded bstr v1.10.0
6052024-10-18T22:11:09.357Z Downloaded tracing v0.1.40
6062024-10-18T22:11:09.361Z Downloaded libxml v0.3.3
6072024-10-18T22:11:09.367Z Downloaded rustls-webpki v0.101.7
6082024-10-18T22:11:09.382Z Downloaded ed25519-dalek v2.1.1
6092024-10-18T22:11:09.385Z Downloaded winnow v0.5.40
6102024-10-18T22:11:09.393Z Downloaded quick-xml v0.33.0
6112024-10-18T22:11:09.399Z Downloaded rustls-webpki v0.102.8
6122024-10-18T22:11:09.418Z Downloaded quinn-proto v0.11.8
6132024-10-18T22:11:09.424Z Downloaded criterion v0.5.1
6142024-10-18T22:11:09.431Z Downloaded salty v0.3.0
6152024-10-18T22:11:09.437Z Downloaded ssh-key v0.6.6
6162024-10-18T22:11:09.444Z Downloaded polar-core v0.27.3
6172024-10-18T22:11:09.453Z Downloaded dropshot v0.12.0
6182024-10-18T22:11:09.473Z Downloaded reqwest v0.12.8
6192024-10-18T22:11:09.482Z Downloaded portable-atomic v1.9.0
6202024-10-18T22:11:09.488Z Downloaded object v0.30.4
6212024-10-18T22:11:09.498Z Downloaded idna v0.2.3
6222024-10-18T22:11:09.504Z Downloaded nix v0.27.1
6232024-10-18T22:11:09.515Z Downloaded nix v0.28.0
6242024-10-18T22:11:09.526Z Downloaded regex-syntax v0.6.29
6252024-10-18T22:11:09.532Z Downloaded syn v2.0.79
6262024-10-18T22:11:09.543Z Downloaded lalrpop v0.19.12
6272024-10-18T22:11:09.554Z Downloaded idna v0.4.0
6282024-10-18T22:11:09.561Z Downloaded idna v0.5.0
6292024-10-18T22:11:09.567Z Downloaded regress v0.10.1
6302024-10-18T22:11:09.575Z Downloaded object v0.36.5
6312024-10-18T22:11:09.586Z Downloaded p384 v0.13.0
6322024-10-18T22:11:09.592Z Downloaded smoltcp v0.9.1
6332024-10-18T22:11:09.603Z Downloaded rustls v0.23.14
6342024-10-18T22:11:09.615Z Downloaded diesel v2.2.4
6352024-10-18T22:11:09.633Z Downloaded sled v0.34.7
6362024-10-18T22:11:09.644Z Downloaded nix v0.29.0
6372024-10-18T22:11:09.657Z Downloaded smoltcp v0.11.0
6382024-10-18T22:11:09.667Z Downloaded regress v0.9.1
6392024-10-18T22:11:09.676Z Downloaded petgraph v0.6.5
6402024-10-18T22:11:09.693Z Downloaded regex-syntax v0.8.5
6412024-10-18T22:11:09.700Z Downloaded typify-impl v0.2.0
6422024-10-18T22:11:09.714Z Downloaded rustls v0.22.4
6432024-10-18T22:11:09.728Z Downloaded zerocopy-derive v0.6.6
6442024-10-18T22:11:09.737Z Downloaded bzip2-sys v0.1.11+1.0.8
6452024-10-18T22:11:09.749Z Downloaded tokio v1.40.0
6462024-10-18T22:11:09.788Z Downloaded unicode-width v0.1.14
6472024-10-18T22:11:09.793Z Downloaded ratatui v0.28.1
6482024-10-18T22:11:09.813Z Downloaded lzma-sys v0.1.20
6492024-10-18T22:11:09.844Z Downloaded sha3 v0.10.8
6502024-10-18T22:11:09.848Z Downloaded csv v1.3.0
6512024-10-18T22:11:09.869Z Downloaded rustix v0.38.37
6522024-10-18T22:11:09.892Z Downloaded regex-automata v0.4.8
6532024-10-18T22:11:09.909Z Downloaded httpmock v0.8.0-alpha.1
6542024-10-18T22:11:09.928Z Downloaded libz-sys v1.1.20
6552024-10-18T22:11:09.949Z Downloaded libc v0.2.159
6562024-10-18T22:11:09.977Z Downloaded libgit2-sys v0.17.0+1.8.1
6572024-10-18T22:11:10.036Z Downloaded chrono-tz v0.10.0
6582024-10-18T22:11:10.043Z Downloaded rustls v0.21.12
6592024-10-18T22:11:10.054Z Downloaded curve25519-dalek v4.1.3
6602024-10-18T22:11:10.063Z Downloaded proptest v1.5.0
6612024-10-18T22:11:10.072Z Downloaded idna v0.3.0
6622024-10-18T22:11:10.079Z Downloaded webpki-roots v0.26.6
6632024-10-18T22:11:10.085Z Downloaded trust-dns-proto v0.22.0
6642024-10-18T22:11:10.094Z Downloaded openapiv3 v2.0.0
6652024-10-18T22:11:10.106Z Downloaded regex v1.11.0
6662024-10-18T22:11:10.119Z Downloaded encoding_rs v0.8.34
6672024-10-18T22:11:10.141Z Downloaded libm v0.2.8
6682024-10-18T22:11:10.148Z Downloaded typed-path v0.7.1
6692024-10-18T22:11:10.154Z Downloaded zip v0.6.6
6702024-10-18T22:11:10.159Z Downloaded signal-hook v0.3.17
6712024-10-18T22:11:10.162Z Downloaded tungstenite v0.23.0
6722024-10-18T22:11:10.165Z Downloaded trybuild v1.0.100
6732024-10-18T22:11:10.169Z Downloaded unicode-segmentation v1.12.0
6742024-10-18T22:11:10.172Z Downloaded quote v1.0.37
6752024-10-18T22:11:10.174Z Downloaded maybe-uninit v2.0.0
6762024-10-18T22:11:10.177Z Downloaded bitvec v1.0.1
6772024-10-18T22:11:10.190Z Downloaded diesel_derives v2.2.3
6782024-10-18T22:11:10.194Z Downloaded expectorate v1.1.0
6792024-10-18T22:11:10.197Z Downloaded serde_with v3.11.0
6802024-10-18T22:11:10.204Z Downloaded waitgroup v0.1.2
6812024-10-18T22:11:10.207Z Downloaded criterion-plot v0.5.0
6822024-10-18T22:11:10.207Z Downloaded rustls-pemfile v1.0.4
6832024-10-18T22:11:10.209Z Downloaded num-iter v0.1.45
6842024-10-18T22:11:10.209Z Downloaded num-derive v0.4.2
6852024-10-18T22:11:10.212Z Downloaded git2 v0.19.0
6862024-10-18T22:11:10.219Z Downloaded unicode_categories v0.1.1
6872024-10-18T22:11:10.222Z Downloaded tokio-stream v0.1.16
6882024-10-18T22:11:10.225Z Downloaded p521 v0.13.3
6892024-10-18T22:11:10.229Z Downloaded cookie_store v0.21.0
6902024-10-18T22:11:10.232Z Downloaded num-traits v0.2.19
6912024-10-18T22:11:10.234Z Downloaded russh-keys v0.45.0
6922024-10-18T22:11:10.237Z Downloaded compact_str v0.8.0
6932024-10-18T22:11:10.240Z Downloaded tough v0.17.1
6942024-10-18T22:11:10.249Z Downloaded toml_edit v0.22.22
6952024-10-18T22:11:10.270Z Downloaded memchr v2.7.4
6962024-10-18T22:11:10.275Z Downloaded aho-corasick v1.1.3
6972024-10-18T22:11:10.281Z Downloaded tabled_derive v0.7.0
6982024-10-18T22:11:10.284Z Downloaded tokio-rustls v0.25.0
6992024-10-18T22:11:10.284Z Downloaded tokio-rustls v0.24.1
7002024-10-18T22:11:10.287Z Downloaded snafu-derive v0.8.5
7012024-10-18T22:11:10.292Z Downloaded num-bigint-dig v0.8.4
7022024-10-18T22:11:10.292Z Downloaded typify v0.2.0
7032024-10-18T22:11:10.295Z Downloaded sec1 v0.7.3
7042024-10-18T22:11:10.298Z Downloaded num-rational v0.4.2
7052024-10-18T22:11:10.298Z Downloaded num-complex v0.4.6
7062024-10-18T22:11:10.300Z Downloaded gimli v0.31.1
7072024-10-18T22:11:10.308Z Downloaded md-5 v0.10.6
7082024-10-18T22:11:10.311Z Downloaded dirs-sys-next v0.1.2
7092024-10-18T22:11:10.311Z Downloaded dirs-next v2.0.0
7102024-10-18T22:11:10.311Z Downloaded crossbeam-channel v0.5.13
7112024-10-18T22:11:10.315Z Downloaded plotters-backend v0.3.7
7122024-10-18T22:11:10.317Z Downloaded whoami v1.5.2
7132024-10-18T22:11:10.320Z Downloaded h2 v0.3.26
7142024-10-18T22:11:10.324Z Downloaded rust-argon2 v2.1.0
7152024-10-18T22:11:10.327Z Downloaded pin-project-lite v0.2.14
7162024-10-18T22:11:10.331Z Downloaded p256 v0.13.2
7172024-10-18T22:11:10.334Z Downloaded crossbeam-epoch v0.9.18
7182024-10-18T22:11:10.336Z Downloaded similar v2.6.0
7192024-10-18T22:11:10.341Z Downloaded quinn v0.11.5
7202024-10-18T22:11:10.344Z Downloaded num-bigint v0.4.6
7212024-10-18T22:11:10.349Z Downloaded itertools v0.13.0
7222024-10-18T22:11:10.357Z Downloaded itertools v0.12.1
7232024-10-18T22:11:10.364Z Downloaded typify-macro v0.2.0
7242024-10-18T22:11:10.367Z Downloaded progenitor v0.8.0
7252024-10-18T22:11:10.367Z Downloaded console v0.15.8
7262024-10-18T22:11:10.370Z Downloaded tinytemplate v1.2.1
7272024-10-18T22:11:10.372Z Downloaded pem-rfc7468 v0.7.0
7282024-10-18T22:11:10.372Z Downloaded schemars v0.8.21
7292024-10-18T22:11:10.383Z Downloaded scheduled-thread-pool v0.2.7
7302024-10-18T22:11:10.386Z Downloaded rayon v1.10.0
7312024-10-18T22:11:10.394Z Downloaded bindgen v0.69.5
7322024-10-18T22:11:10.401Z Downloaded parse-zoneinfo v0.3.1
7332024-10-18T22:11:10.404Z Downloaded pin-project-internal v1.1.6
7342024-10-18T22:11:10.408Z Downloaded rand_distr v0.4.3
7352024-10-18T22:11:10.408Z Downloaded unicode-linebreak v0.1.5
7362024-10-18T22:11:10.413Z Downloaded russh v0.45.0
7372024-10-18T22:11:10.416Z Downloaded termcolor v1.4.1
7382024-10-18T22:11:10.416Z Downloaded slog-envlogger v2.2.0
7392024-10-18T22:11:10.418Z Downloaded crossbeam-utils v0.8.20
7402024-10-18T22:11:10.421Z Downloaded spin v0.5.2
7412024-10-18T22:11:10.424Z Downloaded crossterm v0.28.1
7422024-10-18T22:11:10.428Z Downloaded downcast v0.11.0
7432024-10-18T22:11:10.431Z Downloaded nodrop v0.1.14
7442024-10-18T22:11:10.431Z Downloaded lru-cache v0.1.2
7452024-10-18T22:11:10.431Z Downloaded cpufeatures v0.2.14
7462024-10-18T22:11:10.433Z Downloaded zeroize_derive v1.4.2
7472024-10-18T22:11:10.433Z Downloaded reedline v0.35.0
7482024-10-18T22:11:10.440Z Downloaded csv-core v0.1.11
7492024-10-18T22:11:10.443Z Downloaded postgres-types v0.2.8
7502024-10-18T22:11:10.445Z Downloaded pkcs5 v0.7.1
7512024-10-18T22:11:10.448Z Downloaded indicatif v0.17.8
7522024-10-18T22:11:10.451Z Downloaded termios v0.3.3
7532024-10-18T22:11:10.454Z Downloaded ssh-encoding v0.2.0
7542024-10-18T22:11:10.457Z Downloaded ssh-cipher v0.2.0
7552024-10-18T22:11:10.457Z Downloaded signature v2.2.0
7562024-10-18T22:11:10.457Z Downloaded rusqlite v0.32.1
7572024-10-18T22:11:10.463Z Downloaded peg-macros v0.8.4
7582024-10-18T22:11:10.467Z Downloaded blake3 v1.5.4
7592024-10-18T22:11:10.472Z Downloaded openssl-sys v0.9.103
7602024-10-18T22:11:10.478Z Downloaded rustls-pemfile v2.2.0
7612024-10-18T22:11:10.480Z Downloaded tokio-util v0.7.12
7622024-10-18T22:11:10.486Z Downloaded utf-8 v0.7.6
7632024-10-18T22:11:10.489Z Downloaded password-hash v0.4.2
7642024-10-18T22:11:10.489Z Downloaded oso v0.27.3
7652024-10-18T22:11:10.492Z Downloaded dhcproto v0.12.0
7662024-10-18T22:11:10.495Z Downloaded crc-any v2.5.0
7672024-10-18T22:11:10.497Z Downloaded zerocopy-derive v0.7.35
7682024-10-18T22:11:10.502Z Downloaded unicode-properties v0.1.3
7692024-10-18T22:11:10.504Z Downloaded lazy_static v1.5.0
7702024-10-18T22:11:10.507Z Downloaded slog-term v2.9.1
7712024-10-18T22:11:10.507Z Downloaded h2 v0.4.6
7722024-10-18T22:11:10.514Z Downloaded goblin v0.8.2
7732024-10-18T22:11:10.520Z Downloaded toml_datetime v0.6.8
7742024-10-18T22:11:10.523Z Downloaded static_assertions v1.1.0
7752024-10-18T22:11:10.523Z Downloaded stable_deref_trait v1.2.0
7762024-10-18T22:11:10.525Z Downloaded rustversion v1.0.17
7772024-10-18T22:11:10.527Z Downloaded env_logger v0.10.2
7782024-10-18T22:11:10.531Z Downloaded const-oid v0.9.6
7792024-10-18T22:11:10.531Z Downloaded vte v0.11.1
7802024-10-18T22:11:10.533Z Downloaded const_format v0.2.33
7812024-10-18T22:11:10.536Z Downloaded yansi v1.0.1
7822024-10-18T22:11:10.539Z Downloaded flate2 v1.0.34
7832024-10-18T22:11:10.544Z Downloaded openssl-probe v0.1.5
7842024-10-18T22:11:10.546Z Downloaded toml v0.8.19
7852024-10-18T22:11:10.549Z Downloaded escape8259 v0.5.3
7862024-10-18T22:11:10.549Z Downloaded chacha20poly1305 v0.10.1
7872024-10-18T22:11:10.552Z Downloaded backtrace v0.3.74
7882024-10-18T22:11:10.555Z Downloaded zeroize v1.8.1
7892024-10-18T22:11:10.557Z Downloaded xz2 v0.1.7
7902024-10-18T22:11:10.557Z Downloaded xattr v1.3.1
7912024-10-18T22:11:10.561Z Downloaded tracing-core v0.1.32
7922024-10-18T22:11:10.563Z Downloaded http v1.1.0
7932024-10-18T22:11:10.566Z Downloaded libsw v3.3.1
7942024-10-18T22:11:10.568Z Downloaded bytes v1.7.2
7952024-10-18T22:11:10.571Z Downloaded uuid v1.10.0
7962024-10-18T22:11:10.574Z Downloaded serde_urlencoded v0.7.1
7972024-10-18T22:11:10.576Z Downloaded serde_tokenstream v0.2.2
7982024-10-18T22:11:10.579Z Downloaded serde_spanned v0.6.8
7992024-10-18T22:11:10.579Z Downloaded serde_repr v0.1.19
8002024-10-18T22:11:10.582Z Downloaded serde_regex v1.1.0
8012024-10-18T22:11:10.582Z Downloaded scopeguard v1.2.0
8022024-10-18T22:11:10.582Z Downloaded rstest v0.23.0
8032024-10-18T22:11:10.586Z Downloaded ron v0.7.1
8042024-10-18T22:11:10.591Z Downloaded thiserror-no-std v2.0.2
8052024-10-18T22:11:10.595Z Downloaded sha1 v0.10.6
8062024-10-18T22:11:10.601Z Downloaded scrypt v0.11.0
8072024-10-18T22:11:10.601Z Downloaded base64 v0.22.1
8082024-10-18T22:11:10.605Z Downloaded rustc-hash v1.1.0
8092024-10-18T22:11:10.605Z Downloaded native-tls v0.2.12
8102024-10-18T22:11:10.605Z Downloaded lock_api v0.4.12
8112024-10-18T22:11:10.607Z Downloaded env_logger v0.11.5
8122024-10-18T22:11:10.610Z Downloaded packed_struct_codegen v0.10.1
8132024-10-18T22:11:10.610Z Downloaded zerocopy v0.6.6
8142024-10-18T22:11:10.612Z Downloaded yasna v0.5.2
8152024-10-18T22:11:10.615Z Downloaded rayon-core v1.12.1
8162024-10-18T22:11:10.617Z Downloaded num_enum_derive v0.5.11
8172024-10-18T22:11:10.620Z Downloaded num_enum v0.5.11
8182024-10-18T22:11:10.622Z Downloaded multimap v0.10.0
8192024-10-18T22:11:10.625Z Downloaded der_derive v0.7.3
8202024-10-18T22:11:10.625Z Downloaded pin-project v1.1.6
8212024-10-18T22:11:10.635Z Downloaded guppy v0.17.8
8222024-10-18T22:11:10.642Z Downloaded cfg-expr v0.17.0
8232024-10-18T22:11:10.644Z Downloaded hyper-util v0.1.9
8242024-10-18T22:11:10.648Z Downloaded headers v0.4.0
8252024-10-18T22:11:10.653Z Downloaded aes v0.8.4
8262024-10-18T22:11:10.657Z Downloaded spin v0.9.8
8272024-10-18T22:11:10.659Z Downloaded heapless v0.8.0
8282024-10-18T22:11:10.663Z Downloaded ring v0.17.8
8292024-10-18T22:11:10.734Z Downloaded half v2.4.1
8302024-10-18T22:11:10.737Z Downloaded errno v0.3.9
8312024-10-18T22:11:10.739Z Downloaded dsl_auto_type v0.1.2
8322024-10-18T22:11:10.739Z Downloaded clap_lex v0.7.2
8332024-10-18T22:11:10.742Z Downloaded tokio-tungstenite v0.21.0
8342024-10-18T22:11:10.742Z Downloaded num_threads v0.1.7
8352024-10-18T22:11:10.745Z Downloaded nested v0.1.1
8362024-10-18T22:11:10.745Z Downloaded thread_local v1.1.8
8372024-10-18T22:11:10.745Z Downloaded strum_macros v0.25.3
8382024-10-18T22:11:10.748Z Downloaded slab v0.4.9
8392024-10-18T22:11:10.748Z Downloaded similar-asserts v1.6.0
8402024-10-18T22:11:10.751Z Downloaded constant_time_eq v0.3.1
8412024-10-18T22:11:10.751Z Downloaded uzers v0.11.3
8422024-10-18T22:11:10.754Z Downloaded hash32 v0.3.1
8432024-10-18T22:11:10.754Z Downloaded assert_cmd v2.0.16
8442024-10-18T22:11:10.757Z Downloaded hickory-client v0.24.1
8452024-10-18T22:11:10.759Z Downloaded threadpool v1.8.1
8462024-10-18T22:11:10.761Z Downloaded subtle v2.6.1
8472024-10-18T22:11:10.762Z Downloaded structmeta v0.3.0
8482024-10-18T22:11:10.762Z Downloaded sqlformat v0.2.6
8492024-10-18T22:11:10.764Z Downloaded siphasher v0.3.11
8502024-10-18T22:11:10.764Z Downloaded serde_plain v1.0.2
8512024-10-18T22:11:10.767Z Downloaded rtoolbox v0.0.2
8522024-10-18T22:11:10.767Z Downloaded proc-macro-crate v3.2.0
8532024-10-18T22:11:10.769Z Downloaded highway v1.2.0
8542024-10-18T22:11:10.772Z Downloaded cfg-if v1.0.0
8552024-10-18T22:11:10.772Z Downloaded async-task v4.7.1
8562024-10-18T22:11:10.776Z Downloaded parking_lot v0.12.3
8572024-10-18T22:11:10.776Z Downloaded ciborium-ll v0.2.2
8582024-10-18T22:11:10.780Z Downloaded cassowary v0.3.0
8592024-10-18T22:11:10.780Z Downloaded camino-tempfile v1.1.1
8602024-10-18T22:11:10.780Z Downloaded atomic-waker v1.1.2
8612024-10-18T22:11:10.782Z Downloaded ghash v0.5.1
8622024-10-18T22:11:10.782Z Downloaded hex v0.4.3
8632024-10-18T22:11:10.785Z Downloaded heck v0.3.3
8642024-10-18T22:11:10.785Z Downloaded gethostname v0.5.0
8652024-10-18T22:11:10.785Z Downloaded fragile v2.0.0
8662024-10-18T22:11:10.788Z Downloaded bit-vec v0.6.3
8672024-10-18T22:11:10.788Z Downloaded bit-set v0.5.3
8682024-10-18T22:11:10.791Z Downloaded futures-executor v0.3.31
8692024-10-18T22:11:10.791Z Downloaded cargo-platform v0.1.8
8702024-10-18T22:11:10.791Z Downloaded byteorder v1.5.0
8712024-10-18T22:11:10.795Z Downloaded swrite v0.1.0
8722024-10-18T22:11:10.795Z Downloaded hickory-server v0.24.1
8732024-10-18T22:11:10.798Z Downloaded async-channel v1.9.0
8742024-10-18T22:11:10.801Z Downloaded bb8 v0.8.5
8752024-10-18T22:11:10.801Z Downloaded predicates-tree v1.0.11
8762024-10-18T22:11:10.804Z Downloaded http-body-util v0.1.2
8772024-10-18T22:11:10.804Z Downloaded float-ord v0.3.2
8782024-10-18T22:11:10.806Z Downloaded foreign-types-macros v0.2.3
8792024-10-18T22:11:10.806Z Downloaded cfg_aliases v0.2.1
8802024-10-18T22:11:10.806Z Downloaded arc-swap v1.7.1
8812024-10-18T22:11:10.809Z Downloaded phf_shared v0.11.2
8822024-10-18T22:11:10.813Z Downloaded allocator-api2 v0.2.18
8832024-10-18T22:11:10.813Z Downloaded anyhow v1.0.89
8842024-10-18T22:11:10.817Z Downloaded anstream v0.6.15
8852024-10-18T22:11:10.819Z Downloaded camino v1.1.9
8862024-10-18T22:11:10.822Z Downloaded base64ct v1.6.0
8872024-10-18T22:11:10.825Z Downloaded ahash v0.8.11
8882024-10-18T22:11:10.827Z Downloaded cipher v0.4.4
8892024-10-18T22:11:10.841Z Downloaded cargo_metadata v0.18.1
8902024-10-18T22:11:10.844Z Downloaded ring v0.16.20
8912024-10-18T22:11:10.925Z Downloaded libsqlite3-sys v0.30.1
8922024-10-18T22:11:11.003Z Downloaded arrayvec v0.7.6
8932024-10-18T22:11:11.007Z Downloaded adler2 v2.0.0
8942024-10-18T22:11:11.007Z Downloaded float-cmp v0.9.0
8952024-10-18T22:11:11.009Z Downloaded chrono-tz-build v0.4.0
8962024-10-18T22:11:11.010Z Downloaded bcrypt-pbkdf v0.10.0
8972024-10-18T22:11:11.010Z Downloaded async-global-executor v2.4.1
8982024-10-18T22:11:11.012Z Downloaded array-init v0.0.4
8992024-10-18T22:11:11.012Z Downloaded cbc v0.1.2
9002024-10-18T22:11:11.015Z Downloaded block-padding v0.3.3
9012024-10-18T22:11:11.015Z Downloaded bitfield-struct v0.6.2
9022024-10-18T22:11:11.015Z Downloaded autocfg v1.4.0
9032024-10-18T22:11:11.018Z Downloaded futures-sink v0.3.31
9042024-10-18T22:11:11.018Z Downloaded foreign-types v0.5.0
9052024-10-18T22:11:11.021Z Downloaded fnv v1.0.7
9062024-10-18T22:11:11.021Z Downloaded ff v0.13.0
9072024-10-18T22:11:11.021Z Downloaded ciborium-io v0.2.2
9082024-10-18T22:11:11.024Z Downloaded bzip2 v0.4.4
9092024-10-18T22:11:11.024Z Downloaded blowfish v0.9.1
9102024-10-18T22:11:11.024Z Downloaded base16ct v0.2.0
9112024-10-18T22:11:11.027Z Downloaded futures-io v0.3.31
9122024-10-18T22:11:11.027Z Downloaded form_urlencoded v1.2.1
9132024-10-18T22:11:11.027Z Downloaded fixedbitset v0.4.2
9142024-10-18T22:11:11.297Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9152024-10-18T22:11:48.570Z Startup: Refreshing catalog 'helios-dev' ... Done
9162024-10-18T22:11:51.933Z Startup: Caching catalogs ... Done
9172024-10-18T22:11:58.021ZPlanning: Solver setup ... Done (5.389s)
9182024-10-18T22:11:58.103ZPlanning: Running solver ... Done (0.082s)
9192024-10-18T22:11:58.215ZPlanning: Finding local manifests ... Done (0.040s)
9202024-10-18T22:11:58.242ZPlanning: Fetching manifests: 0/5 0% complete
9212024-10-18T22:11:59.359ZPlanning: Fetching manifests: 5/5 100% complete
9222024-10-18T22:11:59.676ZPlanning: Package planning ... Done (0.316s)
9232024-10-18T22:11:59.732ZPlanning: Merging actions ... Done (0.056s)
9242024-10-18T22:12:01.187ZPlanning: Checking for conflicting actions ... Done (1.455s)
9252024-10-18T22:12:09.035ZPlanning: Consolidating action changes ... Done (7.846s)
9262024-10-18T22:12:09.525ZPlanning: Evaluating mediators ... Done (0.490s)
9272024-10-18T22:12:09.609ZPlanning: Planning completed in 17.59 seconds
9282024-10-18T22:12:10.094Z Packages to install: 4
9292024-10-18T22:12:10.094Z Packages to update: 1
9302024-10-18T22:12:10.094Z Mediators to change: 2
9312024-10-18T22:12:10.097Z Services to change: 1
9322024-10-18T22:12:10.097Z Estimated space available: 155.48 GB
9332024-10-18T22:12:10.097ZEstimated space to be consumed: 1.58 GB
9342024-10-18T22:12:10.097Z Create boot environment: No
9352024-10-18T22:12:10.097ZCreate backup boot environment: Yes
9362024-10-18T22:12:10.097Z Rebuild boot archive: No
9372024-10-18T22:12:10.097Z
9382024-10-18T22:12:10.097ZChanged mediators:
9392024-10-18T22:12:10.097Z mediator clang:
9402024-10-18T22:12:10.097Z version: None -> 15 (system default)
9412024-10-18T22:12:10.097Z
9422024-10-18T22:12:10.097Z mediator llvm:
9432024-10-18T22:12:10.097Z version: 14 (system default) -> 15 (system default)
9442024-10-18T22:12:10.097Z
9452024-10-18T22:12:10.097ZChanged packages:
9462024-10-18T22:12:10.097Zhelios-dev
9472024-10-18T22:12:10.097Z developer/build-essential
9482024-10-18T22:12:10.097Z None -> 11-2.0
9492024-10-18T22:12:10.097Z library/libxmlsec1
9502024-10-18T22:12:10.097Z None -> 1.2.35-2.0
9512024-10-18T22:12:10.097Z ooce/developer/clang-15
9522024-10-18T22:12:10.097Z None -> 15.0.7-2.0
9532024-10-18T22:12:10.097Z ooce/developer/llvm-15
9542024-10-18T22:12:10.097Z None -> 15.0.7-2.0
9552024-10-18T22:12:10.097Z package/pkg
9562024-10-18T22:12:10.097Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9572024-10-18T22:12:10.097Z
9582024-10-18T22:12:10.098ZServices:
9592024-10-18T22:12:10.098Z restart_fmri:
9602024-10-18T22:12:10.098Z svc:/system/update-man-index:default
9612024-10-18T22:12:10.098Z
9622024-10-18T22:12:10.098ZEditable files to change:
9632024-10-18T22:12:10.098Z Update:
9642024-10-18T22:12:10.098Z usr/share/lib/pkg/web/config.shtml
9652024-10-18T22:12:10.566Z
9662024-10-18T22:12:10.566ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9672024-10-18T22:12:15.571ZDownload: 883/4281 items 18.9/220.6MB 8% complete (3.9M/s)
9682024-10-18T22:12:20.649ZDownload: 1191/4281 items 83.5/220.6MB 37% complete (9.1M/s)
9692024-10-18T22:12:25.964ZDownload: 1195/4281 items 83.5/220.6MB 37% complete (8.9M/s)
9702024-10-18T22:12:30.986ZDownload: 1413/4281 items 116.8/220.6MB 52% complete (3.5M/s)
9712024-10-18T22:12:36.085ZDownload: 1788/4281 items 118.4/220.6MB 53% complete (3.6M/s)
9722024-10-18T22:12:41.407ZDownload: 2219/4281 items 119.2/220.6MB 54% complete (249k/s)
9732024-10-18T22:12:46.409ZDownload: 3225/4281 items 163.2/220.6MB 73% complete (4.4M/s)
9742024-10-18T22:12:51.420ZDownload: 3337/4281 items 212.9/220.6MB 96% complete (9.4M/s)
9752024-10-18T22:12:56.559ZDownload: 4202/4281 items 220.6/220.6MB 99% complete (6.3M/s)
9762024-10-18T22:12:57.675ZDownload: Completed 220.60 MB in 47.10 seconds (4.7M/s)
9772024-10-18T22:12:59.685Z Actions: 1/5063 actions (Removing old actions)
9782024-10-18T22:12:59.702Z Actions: 194/5063 actions (Installing new actions)
9792024-10-18T22:13:04.803Z Actions: 4094/5063 actions (Installing new actions)
9802024-10-18T22:13:05.923Z Actions: 4226/5063 actions (Updating modified actions)
9812024-10-18T22:13:06.364Z Actions: Completed 5063 actions in 6.68 seconds.
9822024-10-18T22:13:06.720Z Done (0.347s)
9832024-10-18T22:13:06.722Z Done (0.000s)
9842024-10-18T22:13:07.219Z Done (0.498s)
9852024-10-18T22:13:14.490Z Done (7.071s)
9862024-10-18T22:13:14.993Z Done (0.432s)
9872024-10-18T22:13:14.996Z Done (0.000s)
9882024-10-18T22:13:15.159Z Done (0.000s)
9892024-10-18T22:13:15.814ZPlanning: Evaluating mediator changes ... Done
9902024-10-18T22:13:15.977ZPlanning: Checking for conflicting actions ... Done
9912024-10-18T22:13:15.980ZPlanning: Consolidating action changes ... Done
9922024-10-18T22:13:16.252ZPlanning: Evaluating mediators ... Done
9932024-10-18T22:13:16.255ZPlanning: Planning completed in 0.44 seconds
9942024-10-18T22:13:16.292Z Mediators to change: 2
9952024-10-18T22:13:16.294Z Create boot environment: No
9962024-10-18T22:13:16.294ZCreate backup boot environment: No
9972024-10-18T22:13:16.381Z Done
9982024-10-18T22:13:16.381Z Done
9992024-10-18T22:13:16.699Z Done
10002024-10-18T22:13:20.301Z Done
10012024-10-18T22:13:20.394Z Done
10022024-10-18T22:13:20.396Z Done
10032024-10-18T22:13:20.522Z Done
10042024-10-18T22:13:21.139ZPlanning: Evaluating mediator changes ... Done
10052024-10-18T22:13:21.142ZPlanning: Merging actions ... Done
10062024-10-18T22:13:21.330ZPlanning: Checking for conflicting actions ... Done
10072024-10-18T22:13:21.333ZPlanning: Consolidating action changes ... Done
10082024-10-18T22:13:21.595ZPlanning: Evaluating mediators ... Done
10092024-10-18T22:13:21.652ZPlanning: Planning completed in 0.76 seconds
10102024-10-18T22:13:21.692Z Packages to change: 1
10112024-10-18T22:13:21.692Z Mediators to change: 1
10122024-10-18T22:13:21.692Z Services to change: 1
10132024-10-18T22:13:21.694Z Create boot environment: No
10142024-10-18T22:13:21.694ZCreate backup boot environment: Yes
10152024-10-18T22:13:23.899Z Actions: 1/6 actions (Updating modified actions)
10162024-10-18T22:13:24.036Z Actions: Completed 6 actions in 0.14 seconds.
10172024-10-18T22:13:24.039Z Done
10182024-10-18T22:13:24.039Z Done
10192024-10-18T22:13:24.135Z Done
10202024-10-18T22:13:27.708Z Done
10212024-10-18T22:13:27.802Z Done
10222024-10-18T22:13:27.805Z Done
10232024-10-18T22:13:27.957Z Done
10242024-10-18T22:13:28.391ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10252024-10-18T22:13:28.391Zclang system 15 system
10262024-10-18T22:13:28.391Zcsh system system illumos
10272024-10-18T22:13:28.391Zctags system system illumos
10282024-10-18T22:13:28.391Zgcc vendor 12 vendor
10292024-10-18T22:13:28.391Zgcc system 10 system
10302024-10-18T22:13:28.391Zgcc system 7 system
10312024-10-18T22:13:28.391Zgo system 1.20 system
10322024-10-18T22:13:28.391Zgo system 1.19 system
10332024-10-18T22:13:28.391Zllvm system 15 system
10342024-10-18T22:13:28.391Zllvm system 14 system
10352024-10-18T22:13:28.391Zmariadb system 10.6 system
10362024-10-18T22:13:28.391Zmta vendor vendor dma
10372024-10-18T22:13:28.391Zopenjdk system 17 system
10382024-10-18T22:13:28.391Zopenjdk system 11 system
10392024-10-18T22:13:28.391Zopenjdk system 1.8 system
10402024-10-18T22:13:28.391Zopenssl vendor 3 vendor
10412024-10-18T22:13:28.391Zperl system 5.36 system
10422024-10-18T22:13:28.391Zpostgresql system 15 system
10432024-10-18T22:13:28.391Zpostgresql system 13 system
10442024-10-18T22:13:28.391Zpython vendor 3 vendor
10452024-10-18T22:13:28.391Zpython system 2 system
10462024-10-18T22:13:28.391Zpython3 system 3.11 system
10472024-10-18T22:13:28.391Zruby system 3.0 system
10482024-10-18T22:13:28.391Zwords vendor vendor american-english
10492024-10-18T22:13:28.391Zwords system system australian-english
10502024-10-18T22:13:28.391Zwords system system british-english
10512024-10-18T22:13:28.391Zwords system system canadian-english
10522024-10-18T22:13:28.391Zwords system system french
10532024-10-18T22:13:28.391Zwords system system italian
10542024-10-18T22:13:28.391Zwords system system ngerman
10552024-10-18T22:13:28.391Zwords system system ogerman
10562024-10-18T22:13:28.391Zwords system system spanish
10572024-10-18T22:13:28.728ZPUBLISHER TYPE STATUS P LOCATION
10582024-10-18T22:13:28.728Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10592024-10-18T22:13:31.049ZFMRI IFO
10602024-10-18T22:13:31.049Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10612024-10-18T22:13:31.049Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10622024-10-18T22:13:31.049Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10632024-10-18T22:13:31.049Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10642024-10-18T22:13:31.049Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10652024-10-18T22:13:31.049Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10662024-10-18T22:13:31.049Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10672024-10-18T22:13:31.049Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10682024-10-18T22:13:31.049Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10692024-10-18T22:13:31.049Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10702024-10-18T22:13:31.049Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10712024-10-18T22:13:31.049Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10722024-10-18T22:13:31.049Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10732024-10-18T22:13:32.085Z Downloading crates ...
10742024-10-18T22:13:32.198Z Downloaded cargo_toml v0.20.5
10752024-10-18T22:13:32.334Z Compiling proc-macro2 v1.0.87
10762024-10-18T22:13:32.336Z Compiling unicode-ident v1.0.13
10772024-10-18T22:13:32.336Z Compiling serde v1.0.210
10782024-10-18T22:13:32.336Z Compiling version_check v0.9.5
10792024-10-18T22:13:32.336Z Compiling thiserror v1.0.64
10802024-10-18T22:13:32.336Z Compiling memchr v2.7.4
10812024-10-18T22:13:32.336Z Compiling libc v0.2.159
10822024-10-18T22:13:32.353Z Compiling itoa v1.0.11
10832024-10-18T22:13:32.583Z Compiling ryu v1.0.18
10842024-10-18T22:13:32.596Z Compiling ucd-trie v0.1.7
10852024-10-18T22:13:32.936Z Compiling once_cell v1.20.2
10862024-10-18T22:13:33.132Z Compiling byteorder v1.5.0
10872024-10-18T22:13:33.451Z Compiling rustix v0.38.37
10882024-10-18T22:13:33.703Z Compiling serde_json v1.0.128
10892024-10-18T22:13:34.133Z Compiling bitflags v2.6.0
10902024-10-18T22:13:34.146Z Compiling proc-macro-error-attr v1.0.4
10912024-10-18T22:13:34.196Z Compiling usdt-impl v0.5.0
10922024-10-18T22:13:34.217Z Compiling syn v1.0.109
10932024-10-18T22:13:34.435Z Compiling proc-macro-error v1.0.4
10942024-10-18T22:13:34.500Z Compiling log v0.4.22
10952024-10-18T22:13:34.574Z Compiling plain v0.2.3
10962024-10-18T22:13:34.645Z Compiling hashbrown v0.15.0
10972024-10-18T22:13:34.707Z Compiling equivalent v1.0.1
10982024-10-18T22:13:34.721Z Compiling utf8parse v0.2.2
10992024-10-18T22:13:34.802Z Compiling camino v1.1.9
11002024-10-18T22:13:34.858Z Compiling thread-id v4.2.2
11012024-10-18T22:13:34.870Z Compiling anstyle-parse v0.2.5
11022024-10-18T22:13:34.948Z Compiling is_terminal_polyfill v1.70.1
11032024-10-18T22:13:35.014Z Compiling quote v1.0.37
11042024-10-18T22:13:35.057Z Compiling autocfg v1.4.0
11052024-10-18T22:13:35.174Z Compiling unicode-width v0.1.14
11062024-10-18T22:13:35.241Z Compiling anstyle v1.0.8
11072024-10-18T22:13:35.462Z Compiling syn v2.0.79
11082024-10-18T22:13:35.596Z Compiling errno v0.3.9
11092024-10-18T22:13:35.724Z Compiling colorchoice v1.0.2
11102024-10-18T22:13:35.737Z Compiling indexmap v2.6.0
11112024-10-18T22:13:35.828Z Compiling semver v1.0.23
11122024-10-18T22:13:35.857Z Compiling anstyle-query v1.1.1
11132024-10-18T22:13:36.002Z Compiling winnow v0.6.20
11142024-10-18T22:13:36.187Z Compiling pretty-hex v0.4.1
11152024-10-18T22:13:36.388Z Compiling fs-err v2.11.0
11162024-10-18T22:13:36.421Z Compiling anstream v0.6.15
11172024-10-18T22:13:36.885Z Compiling bytecount v0.6.8
11182024-10-18T22:13:37.073Z Compiling cfg-if v1.0.0
11192024-10-18T22:13:37.087Z Compiling fnv v1.0.7
11202024-10-18T22:13:37.113Z Compiling heck v0.4.1
11212024-10-18T22:13:37.155Z Compiling fastrand v2.1.1
11222024-10-18T22:13:37.192Z Compiling strsim v0.11.1
11232024-10-18T22:13:37.506Z Compiling anyhow v1.0.89
11242024-10-18T22:13:37.591Z Compiling heck v0.5.0
11252024-10-18T22:13:37.707Z Compiling clap_lex v0.7.2
11262024-10-18T22:13:38.131Z Compiling terminal_size v0.4.0
11272024-10-18T22:13:38.197Z Compiling tempfile v3.13.0
11282024-10-18T22:13:38.210Z Compiling papergrid v0.11.0
11292024-10-18T22:13:38.321Z Compiling clap_builder v4.5.20
11302024-10-18T22:13:38.475Z Compiling memmap v0.7.0
11312024-10-18T22:13:38.816Z Compiling smawk v0.3.2
11322024-10-18T22:13:39.008Z Compiling unicode-linebreak v0.1.5
11332024-10-18T22:13:39.471Z Compiling textwrap v0.16.1
11342024-10-18T22:13:39.636Z Compiling swrite v0.1.0
11352024-10-18T22:13:41.197Z Compiling tabled_derive v0.7.0
11362024-10-18T22:13:42.624Z Compiling tabled v0.15.0
11372024-10-18T22:13:44.227Z Compiling serde_derive v1.0.210
11382024-10-18T22:13:44.227Z Compiling thiserror-impl v1.0.64
11392024-10-18T22:13:44.229Z Compiling zerocopy-derive v0.7.35
11402024-10-18T22:13:44.229Z Compiling scroll_derive v0.12.0
11412024-10-18T22:13:44.229Z Compiling clap_derive v4.5.18
11422024-10-18T22:13:45.493Z Compiling scroll v0.12.0
11432024-10-18T22:13:45.839Z Compiling zerocopy v0.7.35
11442024-10-18T22:13:46.045Z Compiling goblin v0.8.2
11452024-10-18T22:13:46.768Z Compiling pest v2.7.14
11462024-10-18T22:13:47.946Z Compiling clap v4.5.20
11472024-10-18T22:13:49.046Z Compiling pest_meta v2.7.14
11482024-10-18T22:13:49.861Z Compiling pest_generator v2.7.14
11492024-10-18T22:13:51.603Z Compiling pest_derive v2.7.14
11502024-10-18T22:13:52.270Z Compiling dtrace-parser v0.2.0
11512024-10-18T22:13:54.248Z Compiling serde_tokenstream v0.2.2
11522024-10-18T22:13:54.318Z Compiling serde_spanned v0.6.8
11532024-10-18T22:13:54.318Z Compiling toml_datetime v0.6.8
11542024-10-18T22:13:54.556Z Compiling cargo-platform v0.1.8
11552024-10-18T22:13:54.732Z Compiling toml_edit v0.22.22
11562024-10-18T22:13:54.812Z Compiling macaddr v1.0.1
11572024-10-18T22:13:55.001Z Compiling camino-tempfile v1.1.1
11582024-10-18T22:13:55.657Z Compiling dof v0.3.0
11592024-10-18T22:13:55.748Z Compiling cargo_metadata v0.18.1
11602024-10-18T22:13:57.348Z Compiling usdt-macro v0.5.0
11612024-10-18T22:13:57.351Z Compiling usdt-attr-macro v0.5.0
11622024-10-18T22:13:57.552Z Compiling toml v0.8.19
11632024-10-18T22:13:58.398Z Compiling cargo_toml v0.20.5
11642024-10-18T22:13:58.800Z Compiling usdt v0.5.0
11652024-10-18T22:14:01.888Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11662024-10-18T22:14:05.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.34s
11672024-10-18T22:14:05.913Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11682024-10-18T22:14:06.810Z Compiling serde v1.0.210
11692024-10-18T22:14:06.813Z Compiling typenum v1.17.0
11702024-10-18T22:14:06.813Z Compiling generic-array v0.14.7
11712024-10-18T22:14:06.813Z Compiling lock_api v0.4.12
11722024-10-18T22:14:06.813Z Compiling scopeguard v1.2.0
11732024-10-18T22:14:06.813Z Compiling subtle v2.6.1
11742024-10-18T22:14:06.813Z Compiling syn v2.0.79
11752024-10-18T22:14:06.931Z Compiling getrandom v0.2.15
11762024-10-18T22:14:07.111Z Compiling value-bag v1.9.0
11772024-10-18T22:14:07.247Z Compiling rand_core v0.6.4
11782024-10-18T22:14:07.335Z Compiling const-oid v0.9.6
11792024-10-18T22:14:07.376Z Compiling pin-project-lite v0.2.14
11802024-10-18T22:14:07.499Z Compiling smallvec v1.13.2
11812024-10-18T22:14:07.502Z Compiling jobserver v0.1.32
11822024-10-18T22:14:07.688Z Compiling log v0.4.22
11832024-10-18T22:14:07.787Z Compiling parking_lot_core v0.9.10
11842024-10-18T22:14:07.917Z Compiling shlex v1.3.0
11852024-10-18T22:14:07.939Z Compiling futures-core v0.3.31
11862024-10-18T22:14:08.184Z Compiling cc v1.1.30
11872024-10-18T22:14:08.331Z Compiling signal-hook-registry v1.4.2
11882024-10-18T22:14:08.435Z Compiling mio v1.0.2
11892024-10-18T22:14:08.633Z Compiling parking_lot v0.12.3
11902024-10-18T22:14:08.931Z Compiling cpufeatures v0.2.14
11912024-10-18T22:14:09.031Z Compiling futures-sink v0.3.31
11922024-10-18T22:14:09.129Z Compiling spin v0.9.8
11932024-10-18T22:14:09.181Z Compiling socket2 v0.5.7
11942024-10-18T22:14:09.327Z Compiling slab v0.4.9
11952024-10-18T22:14:09.507Z Compiling serde_json v1.0.128
11962024-10-18T22:14:09.559Z Compiling futures-channel v0.3.31
11972024-10-18T22:14:09.595Z Compiling futures-io v0.3.31
11982024-10-18T22:14:09.614Z Compiling tinyvec_macros v0.1.1
11992024-10-18T22:14:09.703Z Compiling pin-utils v0.1.0
12002024-10-18T22:14:09.798Z Compiling foldhash v0.1.3
12012024-10-18T22:14:09.858Z Compiling allocator-api2 v0.2.18
12022024-10-18T22:14:09.898Z Compiling futures-task v0.3.31
12032024-10-18T22:14:09.951Z Compiling tinyvec v1.8.0
12042024-10-18T22:14:10.053Z Compiling libm v0.2.8
12052024-10-18T22:14:10.086Z Compiling num-traits v0.2.19
12062024-10-18T22:14:10.170Z Compiling unicode-bidi v0.3.17
12072024-10-18T22:14:10.200Z Compiling base64ct v1.6.0
12082024-10-18T22:14:10.617Z Compiling hashbrown v0.15.0
12092024-10-18T22:14:10.648Z Compiling flagset v0.4.6
12102024-10-18T22:14:10.800Z Compiling pem-rfc7468 v0.7.0
12112024-10-18T22:14:10.867Z Compiling httparse v1.9.5
12122024-10-18T22:14:11.488Z Compiling unicode-normalization v0.1.24
12132024-10-18T22:14:11.642Z Compiling tracing-core v0.1.32
12142024-10-18T22:14:11.725Z Compiling rustls-pki-types v1.9.0
12152024-10-18T22:14:11.889Z Compiling crossbeam-utils v0.8.20
12162024-10-18T22:14:11.943Z Compiling percent-encoding v2.3.1
12172024-10-18T22:14:12.384Z Compiling ring v0.17.8
12182024-10-18T22:14:12.593Z Compiling powerfmt v0.2.0
12192024-10-18T22:14:12.609Z Compiling time-core v0.1.2
12202024-10-18T22:14:12.776Z Compiling pkg-config v0.3.31
12212024-10-18T22:14:12.803Z Compiling untrusted v0.9.0
12222024-10-18T22:14:13.003Z Compiling num-conv v0.1.0
12232024-10-18T22:14:13.021Z Compiling vcpkg v0.2.15
12242024-10-18T22:14:13.040Z Compiling deranged v0.3.11
12252024-10-18T22:14:13.299Z Compiling time-macros v0.2.18
12262024-10-18T22:14:13.569Z Compiling atomic-waker v1.1.2
12272024-10-18T22:14:13.749Z Compiling num_threads v0.1.7
12282024-10-18T22:14:13.858Z Compiling form_urlencoded v1.2.1
12292024-10-18T22:14:14.174Z Compiling rustix v0.38.37
12302024-10-18T22:14:14.293Z Compiling slog v2.7.0
12312024-10-18T22:14:14.295Z Compiling try-lock v0.2.5
12322024-10-18T22:14:14.421Z Compiling want v0.3.1
12332024-10-18T22:14:14.697Z Compiling httpdate v1.0.3
12342024-10-18T22:14:14.879Z Compiling idna v0.5.0
12352024-10-18T22:14:15.011Z Compiling openssl v0.10.66
12362024-10-18T22:14:15.029Z Compiling openssl-sys v0.9.103
12372024-10-18T22:14:15.138Z Compiling iana-time-zone v0.1.61
12382024-10-18T22:14:15.415Z Compiling foreign-types-shared v0.1.1
12392024-10-18T22:14:15.523Z Compiling match_cfg v0.1.0
12402024-10-18T22:14:15.538Z Compiling base64 v0.22.1
12412024-10-18T22:14:15.605Z Compiling rustversion v1.0.17
12422024-10-18T22:14:15.620Z Compiling tower-service v0.3.3
12432024-10-18T22:14:15.722Z Compiling url v2.5.2
12442024-10-18T22:14:16.188Z Compiling hostname v0.3.1
12452024-10-18T22:14:16.379Z Compiling foreign-types v0.3.2
12462024-10-18T22:14:16.399Z Compiling dirs-sys-next v0.1.2
12472024-10-18T22:14:16.416Z Compiling aho-corasick v1.1.3
12482024-10-18T22:14:16.418Z Compiling time v0.3.36
12492024-10-18T22:14:16.461Z Compiling data-encoding v2.6.0
12502024-10-18T22:14:17.023Z Compiling adler2 v2.0.0
12512024-10-18T22:14:17.218Z Compiling rustls v0.22.4
12522024-10-18T22:14:17.417Z Compiling rustls v0.23.14
12532024-10-18T22:14:17.448Z Compiling siphasher v0.3.11
12542024-10-18T22:14:17.692Z Compiling regex-syntax v0.8.5
12552024-10-18T22:14:17.796Z Compiling native-tls v0.2.12
12562024-10-18T22:14:18.164Z Compiling syn v1.0.109
12572024-10-18T22:14:18.277Z Compiling miniz_oxide v0.8.0
12582024-10-18T22:14:18.684Z Compiling dirs-next v2.0.0
12592024-10-18T22:14:18.875Z Compiling serde_derive_internals v0.29.1
12602024-10-18T22:14:19.763Z Compiling crossbeam-epoch v0.9.18
12612024-10-18T22:14:20.174Z Compiling lazy_static v1.5.0
12622024-10-18T22:14:20.297Z Compiling thread_local v1.1.8
12632024-10-18T22:14:20.481Z Compiling encoding_rs v0.8.34
12642024-10-18T22:14:20.807Z Compiling cookie v0.18.1
12652024-10-18T22:14:20.946Z Compiling serde_derive v1.0.210
12662024-10-18T22:14:21.088Z Compiling zeroize_derive v1.4.2
12672024-10-18T22:14:21.291Z Compiling zerocopy-derive v0.7.35
12682024-10-18T22:14:21.498Z Compiling tokio-macros v2.4.0
12692024-10-18T22:14:21.530Z Compiling thiserror-impl v1.0.64
12702024-10-18T22:14:22.697Z Compiling zeroize v1.8.1
12712024-10-18T22:14:23.138Z Compiling futures-macro v0.3.31
12722024-10-18T22:14:23.506Z Compiling zerocopy v0.7.35
12732024-10-18T22:14:23.895Z Compiling der_derive v0.7.3
12742024-10-18T22:14:24.568Z Compiling crypto-common v0.1.6
12752024-10-18T22:14:24.724Z Compiling block-buffer v0.10.4
12762024-10-18T22:14:24.786Z Compiling block-padding v0.3.3
12772024-10-18T22:14:24.788Z Compiling thiserror v1.0.64
12782024-10-18T22:14:24.909Z Compiling tracing-attributes v0.1.27
12792024-10-18T22:14:24.935Z Compiling pest v2.7.14
12802024-10-18T22:14:24.989Z Compiling digest v0.10.7
12812024-10-18T22:14:25.030Z Compiling inout v0.1.3
12822024-10-18T22:14:25.057Z Compiling ppv-lite86 v0.2.20
12832024-10-18T22:14:25.102Z Compiling futures-util v0.3.31
12842024-10-18T22:14:25.314Z Compiling cipher v0.4.4
12852024-10-18T22:14:25.472Z Compiling hmac v0.12.1
12862024-10-18T22:14:25.714Z Compiling sha2 v0.10.8
12872024-10-18T22:14:25.840Z Compiling salsa20 v0.10.2
12882024-10-18T22:14:25.906Z Compiling rand_chacha v0.3.1
12892024-10-18T22:14:26.066Z Compiling pbkdf2 v0.12.2
12902024-10-18T22:14:26.242Z Compiling scrypt v0.11.0
12912024-10-18T22:14:26.318Z Compiling der v0.7.9
12922024-10-18T22:14:26.794Z Compiling rand v0.8.5
12932024-10-18T22:14:28.039Z Compiling pest_meta v2.7.14
12942024-10-18T22:14:28.262Z Compiling aes v0.8.4
12952024-10-18T22:14:28.795Z Compiling tracing v0.1.40
12962024-10-18T22:14:28.989Z Compiling spki v0.7.3
12972024-10-18T22:14:29.294Z Compiling cbc v0.1.2
12982024-10-18T22:14:29.404Z Compiling scroll_derive v0.12.0
12992024-10-18T22:14:29.519Z Compiling pkcs5 v0.7.1
13002024-10-18T22:14:29.755Z Compiling pest_generator v2.7.14
13012024-10-18T22:14:30.737Z Compiling pkcs8 v0.10.2
13022024-10-18T22:14:30.893Z Compiling scroll v0.12.0
13032024-10-18T22:14:31.107Z Compiling openssl-macros v0.1.1
13042024-10-18T22:14:31.274Z Compiling async-trait v0.1.83
13052024-10-18T22:14:31.431Z Compiling goblin v0.8.2
13062024-10-18T22:14:31.449Z Compiling rustls-webpki v0.102.8
13072024-10-18T22:14:31.680Z Compiling signature v2.2.0
13082024-10-18T22:14:31.915Z Compiling sha1 v0.10.6
13092024-10-18T22:14:32.021Z Compiling regex-automata v0.4.8
13102024-10-18T22:14:32.335Z Compiling multer v3.1.0
13112024-10-18T22:14:32.647Z Compiling either v1.13.0
13122024-10-18T22:14:33.112Z Compiling slog-async v2.8.0
13132024-10-18T22:14:33.142Z Compiling pest_derive v2.7.14
13142024-10-18T22:14:33.313Z Compiling mime v0.3.17
13152024-10-18T22:14:33.658Z Compiling signal-hook v0.3.17
13162024-10-18T22:14:33.672Z Compiling rayon-core v1.12.1
13172024-10-18T22:14:33.917Z Compiling schemars v0.8.21
13182024-10-18T22:14:33.935Z Compiling unicode-properties v0.1.3
13192024-10-18T22:14:33.967Z Compiling dtrace-parser v0.2.0
13202024-10-18T22:14:33.989Z Compiling openssl-probe v0.1.5
13212024-10-18T22:14:34.135Z Compiling gimli v0.31.1
13222024-10-18T22:14:34.294Z Compiling ipnet v2.10.1
13232024-10-18T22:14:34.312Z Compiling paste v1.0.15
13242024-10-18T22:14:34.355Z Compiling stringprep v0.1.5
13252024-10-18T22:14:34.857Z Compiling bytes v1.7.2
13262024-10-18T22:14:35.519Z Compiling indexmap v2.6.0
13272024-10-18T22:14:35.537Z Compiling bitflags v2.6.0
13282024-10-18T22:14:35.998Z Compiling tokio v1.40.0
13292024-10-18T22:14:36.111Z Compiling http v1.1.0
13302024-10-18T22:14:36.135Z Compiling semver v1.0.23
13312024-10-18T22:14:36.875Z Compiling rustc_version v0.4.1
13322024-10-18T22:14:37.654Z Compiling http-body v1.0.1
13332024-10-18T22:14:37.943Z Compiling dof v0.3.0
13342024-10-18T22:14:38.289Z Compiling uuid v1.10.0
13352024-10-18T22:14:38.643Z Compiling serde_spanned v0.6.8
13362024-10-18T22:14:38.879Z Compiling toml_datetime v0.6.8
13372024-10-18T22:14:39.330Z Compiling serde_tokenstream v0.2.2
13382024-10-18T22:14:39.383Z Compiling usdt-impl v0.5.0
13392024-10-18T22:14:39.771Z Compiling chrono v0.4.38
13402024-10-18T22:14:39.961Z Compiling http-body-util v0.1.2
13412024-10-18T22:14:40.255Z Compiling heapless v0.7.17
13422024-10-18T22:14:40.768Z Compiling toml_edit v0.22.22
13432024-10-18T22:14:40.940Z Compiling addr2line v0.24.2
13442024-10-18T22:14:41.634Z Compiling curve25519-dalek v4.1.3
13452024-10-18T22:14:41.790Z Compiling usdt-macro v0.5.0
13462024-10-18T22:14:42.283Z Compiling usdt-attr-macro v0.5.0
13472024-10-18T22:14:42.420Z Compiling slog-json v2.6.1
13482024-10-18T22:14:42.903Z Compiling serde_urlencoded v0.7.1
13492024-10-18T22:14:43.571Z Compiling futures-executor v0.3.31
13502024-10-18T22:14:43.965Z Compiling md-5 v0.10.6
13512024-10-18T22:14:44.148Z Compiling schemars_derive v0.8.21
13522024-10-18T22:14:44.219Z Compiling tokio-util v0.7.12
13532024-10-18T22:14:45.256Z Compiling h2 v0.4.6
13542024-10-18T22:14:45.708Z Compiling enum-as-inner v0.6.1
13552024-10-18T22:14:47.456Z Compiling async-stream-impl v0.3.6
13562024-10-18T22:14:47.510Z Compiling crossbeam-deque v0.8.5
13572024-10-18T22:14:48.926Z Compiling term v0.7.0
13582024-10-18T22:14:49.148Z Compiling crossbeam-channel v0.5.13
13592024-10-18T22:14:49.308Z Compiling num-integer v0.1.46
13602024-10-18T22:14:50.096Z Compiling idna v0.3.0
13612024-10-18T22:14:50.265Z Compiling idna v0.4.0
13622024-10-18T22:14:50.469Z Compiling rustls-pemfile v2.2.0
13632024-10-18T22:14:50.821Z Compiling ff v0.13.0
13642024-10-18T22:14:51.050Z Compiling hash32 v0.2.1
13652024-10-18T22:14:51.446Z Compiling is-terminal v0.4.13
13662024-10-18T22:14:51.521Z Compiling dropshot v0.12.0
13672024-10-18T22:14:51.573Z Compiling object v0.36.5
13682024-10-18T22:14:51.671Z Compiling portable-atomic v1.9.0
13692024-10-18T22:14:51.818Z Compiling psl-types v2.0.11
13702024-10-18T22:14:51.851Z Compiling linked-hash-map v0.5.6
13712024-10-18T22:14:52.021Z Compiling base16ct v0.2.0
13722024-10-18T22:14:52.197Z Compiling quick-error v1.2.3
13732024-10-18T22:14:52.339Z Compiling hyper v1.4.1
13742024-10-18T22:14:52.357Z Compiling anyhow v1.0.89
13752024-10-18T22:14:52.774Z Compiling fallible-iterator v0.2.0
13762024-10-18T22:14:53.012Z Compiling rustc-demangle v0.1.24
13772024-10-18T22:14:53.533Z Compiling dyn-clone v1.0.17
13782024-10-18T22:14:53.756Z Compiling num-bigint-dig v0.8.4
13792024-10-18T22:14:53.877Z Compiling take_mut v0.2.2
13802024-10-18T22:14:54.002Z Compiling smoltcp v0.9.1
13812024-10-18T22:14:54.030Z Compiling utf-8 v0.7.6
13822024-10-18T22:14:54.078Z Compiling stable_deref_trait v1.2.0
13832024-10-18T22:14:54.349Z Compiling tungstenite v0.23.0
13842024-10-18T22:14:54.744Z Compiling hyper-util v0.1.9
13852024-10-18T22:14:56.577Z Compiling postgres-protocol v0.6.7
13862024-10-18T22:14:56.766Z Compiling resolv-conf v0.7.0
13872024-10-18T22:14:56.823Z Compiling sec1 v0.7.3
13882024-10-18T22:14:57.416Z Compiling lru-cache v0.1.2
13892024-10-18T22:14:57.572Z Compiling publicsuffix v2.2.3
13902024-10-18T22:14:57.686Z Compiling slog-term v2.9.1
13912024-10-18T22:14:57.705Z Compiling usdt v0.5.0
13922024-10-18T22:14:57.827Z Compiling hickory-proto v0.24.1
13932024-10-18T22:14:57.922Z Compiling group v0.13.0
13942024-10-18T22:14:57.960Z Compiling num-iter v0.1.45
13952024-10-18T22:14:58.146Z Compiling tokio-rustls v0.26.0
13962024-10-18T22:14:58.217Z Compiling async-stream v0.3.6
13972024-10-18T22:14:58.523Z Compiling tokio-rustls v0.25.0
13982024-10-18T22:14:58.580Z Compiling backtrace v0.3.74
13992024-10-18T22:14:58.912Z Compiling tokio-native-tls v0.3.1
14002024-10-18T22:14:59.191Z Compiling toml v0.8.19
14012024-10-18T22:14:59.359Z Compiling futures v0.3.31
14022024-10-18T22:14:59.758Z Compiling camino v1.1.9
14032024-10-18T22:15:00.555Z Compiling slog-bunyan v2.5.0
14042024-10-18T22:15:00.766Z Compiling terminal_size v0.4.0
14052024-10-18T22:15:00.815Z Compiling dropshot_endpoint v0.12.0
14062024-10-18T22:15:00.940Z Compiling openapiv3 v2.0.0
14072024-10-18T22:15:00.974Z Compiling serde_path_to_error v0.1.16
14082024-10-18T22:15:01.034Z Compiling hkdf v0.12.4
14092024-10-18T22:15:01.272Z Compiling crypto-bigint v0.5.5
14102024-10-18T22:15:01.289Z Compiling zerocopy-derive v0.6.6
14112024-10-18T22:15:01.838Z Compiling curve25519-dalek-derive v0.1.1
14122024-10-18T22:15:02.136Z Compiling phf_shared v0.11.2
14132024-10-18T22:15:02.194Z Compiling hubpack_derive v0.1.1
14142024-10-18T22:15:02.503Z Compiling waitgroup v0.1.2
14152024-10-18T22:15:02.726Z Compiling webpki-roots v0.26.6
14162024-10-18T22:15:02.975Z Compiling hostname v0.4.0
14172024-10-18T22:15:03.139Z Compiling fs-err v2.11.0
14182024-10-18T22:15:03.253Z Compiling ahash v0.8.11
14192024-10-18T22:15:03.380Z Compiling managed v0.8.0
14202024-10-18T22:15:03.426Z Compiling winnow v0.5.40
14212024-10-18T22:15:03.548Z Compiling bitflags v1.3.2
14222024-10-18T22:15:03.599Z Compiling debug-ignore v1.0.5
14232024-10-18T22:15:03.657Z Compiling clap_builder v4.5.20
14242024-10-18T22:15:03.794Z Compiling console v0.15.8
14252024-10-18T22:15:05.328Z Compiling elliptic-curve v0.13.8
14262024-10-18T22:15:05.442Z Compiling zerocopy v0.6.6
14272024-10-18T22:15:05.847Z Compiling strum_macros v0.25.3
14282024-10-18T22:15:06.350Z Compiling hickory-resolver v0.24.1
14292024-10-18T22:15:07.241Z Compiling toml_edit v0.19.15
14302024-10-18T22:15:07.387Z Compiling hubpack v0.1.2
14312024-10-18T22:15:07.853Z Compiling hyper-rustls v0.27.3
14322024-10-18T22:15:08.237Z Compiling phf v0.11.2
14332024-10-18T22:15:08.479Z Compiling signal-hook-mio v0.2.4
14342024-10-18T22:15:08.531Z Compiling cookie_store v0.21.0
14352024-10-18T22:15:09.515Z Compiling hyper-tls v0.6.0
14362024-10-18T22:15:09.931Z Compiling rayon v1.10.0
14372024-10-18T22:15:10.065Z Compiling postgres-types v0.2.8
14382024-10-18T22:15:13.053Z Compiling tokio-tungstenite v0.23.1
14392024-10-18T22:15:13.091Z Compiling tokio-stream v0.1.16
14402024-10-18T22:15:13.195Z Compiling regex v1.11.0
14412024-10-18T22:15:13.593Z Compiling bstr v1.10.0
14422024-10-18T22:15:14.140Z Compiling serde-big-array v0.5.1
14432024-10-18T22:15:14.303Z Compiling ed25519 v2.2.3
14442024-10-18T22:15:14.370Z Compiling pkcs1 v0.7.5
14452024-10-18T22:15:14.611Z Compiling rfc6979 v0.4.0
14462024-10-18T22:15:14.771Z Compiling derive-where v1.2.7
14472024-10-18T22:15:14.798Z Compiling clap_derive v4.5.18
14482024-10-18T22:15:14.975Z Compiling serde_repr v0.1.19
14492024-10-18T22:15:15.259Z Compiling phf_shared v0.10.0
14502024-10-18T22:15:15.391Z Compiling float-cmp v0.9.0
14512024-10-18T22:15:15.410Z Compiling sync_wrapper v1.0.1
14522024-10-18T22:15:15.562Z Compiling crc32fast v1.4.2
14532024-10-18T22:15:15.614Z Compiling bit-vec v0.6.3
14542024-10-18T22:15:15.660Z Compiling number_prefix v0.4.0
14552024-10-18T22:15:15.872Z Compiling predicates-core v1.0.8
14562024-10-18T22:15:15.896Z Compiling precomputed-hash v0.1.1
14572024-10-18T22:15:16.016Z Compiling static_assertions v1.1.0
14582024-10-18T22:15:16.065Z Compiling new_debug_unreachable v1.0.6
14592024-10-18T22:15:16.124Z Compiling unicode-segmentation v1.12.0
14602024-10-18T22:15:16.164Z Compiling minimal-lexical v0.2.1
14612024-10-18T22:15:16.186Z Compiling fixedbitset v0.4.2
14622024-10-18T22:15:16.213Z Compiling difflib v0.4.0
14632024-10-18T22:15:16.385Z Compiling whoami v1.5.2
14642024-10-18T22:15:16.648Z Compiling normalize-line-endings v0.3.0
14652024-10-18T22:15:16.676Z Compiling nom v7.1.3
14662024-10-18T22:15:16.772Z Compiling predicates v3.1.2
14672024-10-18T22:15:17.028Z Compiling similar v2.6.0
14682024-10-18T22:15:17.046Z Compiling tokio-postgres v0.7.12
14692024-10-18T22:15:17.793Z Compiling petgraph v0.6.5
14702024-10-18T22:15:18.420Z Compiling qorb v0.0.2
14712024-10-18T22:15:18.497Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14722024-10-18T22:15:19.523Z Compiling string_cache v0.8.7
14732024-10-18T22:15:19.949Z Compiling clap v4.5.20
14742024-10-18T22:15:20.008Z Compiling bit-set v0.5.3
14752024-10-18T22:15:20.078Z Compiling indicatif v0.17.8
14762024-10-18T22:15:20.298Z Compiling flate2 v1.0.34
14772024-10-18T22:15:20.432Z Compiling reqwest v0.12.8
14782024-10-18T22:15:21.302Z Compiling rsa v0.9.6
14792024-10-18T22:15:21.795Z Compiling ecdsa v0.16.9
14802024-10-18T22:15:22.288Z Compiling ed25519-dalek v2.1.1
14812024-10-18T22:15:22.664Z Compiling toml v0.7.8
14822024-10-18T22:15:22.887Z Compiling crossterm v0.28.1
14832024-10-18T22:15:24.510Z Compiling hex v0.4.3
14842024-10-18T22:15:24.688Z Compiling itertools v0.10.5
14852024-10-18T22:15:24.741Z Compiling itertools v0.12.1
14862024-10-18T22:15:25.088Z Compiling x509-cert v0.2.5
14872024-10-18T22:15:25.141Z Compiling peg-runtime v0.8.3
14882024-10-18T22:15:25.410Z Compiling unicode-xid v0.2.6
14892024-10-18T22:15:25.591Z Compiling lalrpop-util v0.19.12
14902024-10-18T22:15:25.809Z Compiling xattr v1.3.1
14912024-10-18T22:15:25.949Z Compiling strum_macros v0.26.4
14922024-10-18T22:15:26.086Z Compiling filetime v0.2.25
14932024-10-18T22:15:26.402Z Compiling tar v0.4.42
14942024-10-18T22:15:29.573Z Compiling strum v0.26.3
14952024-10-18T22:15:29.802Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14962024-10-18T22:15:30.050Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14972024-10-18T22:15:35.547Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
14982024-10-18T22:15:35.695Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14992024-10-18T22:15:35.736ZOct 18 22:15:35.111 INFO Starting download, target: Cockroach
15002024-10-18T22:15:35.736ZOct 18 22:15:35.112 INFO Starting download, target: Console
15012024-10-18T22:15:35.736ZOct 18 22:15:35.112 INFO Starting download, target: Clickhouse
15022024-10-18T22:15:35.738ZOct 18 22:15:35.112 INFO Starting download, target: DendriteOpenapi
15032024-10-18T22:15:35.739ZOct 18 22:15:35.112 INFO Starting download, target: DendriteStub
15042024-10-18T22:15:35.739ZOct 18 22:15:35.112 INFO Starting download, target: MaghemiteMgd
15052024-10-18T22:15:35.739ZOct 18 22:15:35.112 INFO Starting download, target: TransceiverControl
15062024-10-18T22:15:35.739ZOct 18 22:15:35.112 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15072024-10-18T22:15:35.739ZOct 18 22:15:35.113 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15082024-10-18T22:15:35.739ZOct 18 22:15:35.113 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15092024-10-18T22:15:35.739ZOct 18 22:15:35.113 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15102024-10-18T22:15:35.739ZOct 18 22:15:35.113 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach
15112024-10-18T22:15:35.739ZOct 18 22:15:35.113 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15122024-10-18T22:15:35.739ZOct 18 22:15:35.113 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15132024-10-18T22:15:35.858ZOct 18 22:15:35.231 INFO Download complete, target: DendriteOpenapi
15142024-10-18T22:15:36.024ZOct 18 22:15:35.396 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15152024-10-18T22:15:36.307ZOct 18 22:15:35.681 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15162024-10-18T22:15:36.345ZOct 18 22:15:35.718 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15172024-10-18T22:15:36.585ZOct 18 22:15:35.960 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15182024-10-18T22:15:36.724ZOct 18 22:15:36.100 INFO Download complete, target: Console
15192024-10-18T22:15:36.791ZOct 18 22:15:36.166 INFO Download complete, target: TransceiverControl
15202024-10-18T22:15:36.903ZOct 18 22:15:36.278 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach
15212024-10-18T22:15:36.903ZOct 18 22:15:36.278 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach
15222024-10-18T22:15:37.807ZOct 18 22:15:37.182 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15232024-10-18T22:15:39.618ZOct 18 22:15:38.993 INFO Download complete, target: DendriteStub
15242024-10-18T22:15:39.975ZOct 18 22:15:39.350 INFO Download complete, target: MaghemiteMgd
15252024-10-18T22:15:45.252ZOct 18 22:15:44.627 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach
15262024-10-18T22:15:45.586ZOct 18 22:15:44.961 INFO Checking that binary works, target: Cockroach
15272024-10-18T22:15:45.799ZOct 18 22:15:45.174 INFO Download complete, target: Cockroach
15282024-10-18T22:15:51.839ZOct 18 22:15:51.213 INFO Checking that binary works, target: Clickhouse
15292024-10-18T22:15:52.350ZOct 18 22:15:51.724 INFO Download complete, target: Clickhouse
15302024-10-18T22:15:52.357ZAll prerequisites installed successfully
15312024-10-18T22:15:52.359Z
15322024-10-18T22:15:52.359Zreal 4:41.032463383
15332024-10-18T22:15:52.359Zuser 12:43.851373978
15342024-10-18T22:15:52.359Zsys 2:37.028912028
15352024-10-18T22:15:52.359Ztrap 0.410447670
15362024-10-18T22:15:52.359Ztflt 5.638215875
15372024-10-18T22:15:52.360Zdflt 4.800701233
15382024-10-18T22:15:52.360Zkflt 0.446483199
15392024-10-18T22:15:52.360Zlock 27:35.679348657
15402024-10-18T22:15:52.360Zslp 51:30.143313384
15412024-10-18T22:15:52.360Zlat 41.594479919
15422024-10-18T22:15:52.360Zstop 1:50.599328251
15432024-10-18T22:15:52.360Z+ source ./tools/include/force-git-over-https.sh
15442024-10-18T22:15:52.360Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15452024-10-18T22:15:52.360Z++ (( i = 0 ))
15462024-10-18T22:15:52.360Z++ (( i < 5 ))
15472024-10-18T22:15:52.360Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15482024-10-18T22:15:52.362Z++ (( i++ ))
15492024-10-18T22:15:52.362Z++ (( i < 5 ))
15502024-10-18T22:15:52.364Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15512024-10-18T22:15:52.367Z++ (( i++ ))
15522024-10-18T22:15:52.367Z++ (( i < 5 ))
15532024-10-18T22:15:52.367Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15542024-10-18T22:15:52.369Z++ (( i++ ))
15552024-10-18T22:15:52.369Z++ (( i < 5 ))
15562024-10-18T22:15:52.369Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15572024-10-18T22:15:52.372Z++ (( i++ ))
15582024-10-18T22:15:52.372Z++ (( i < 5 ))
15592024-10-18T22:15:52.372Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15602024-10-18T22:15:52.375Z++ (( i++ ))
15612024-10-18T22:15:52.375Z++ (( i < 5 ))
15622024-10-18T22:15:52.378Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15632024-10-18T22:15:52.378Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15642024-10-18T22:15:52.378Z+ rc=0
15652024-10-18T22:15:52.378Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15662024-10-18T22:16:18.015Z+ case $rc in
15672024-10-18T22:16:18.015Z+ pfexec zfs create -p rpool/images/build/host
15682024-10-18T22:16:18.189Z+ pfexec zfs create -p rpool/images/build/recovery
15692024-10-18T22:16:18.256Z+ cargo xtask releng --output-dir /work
15702024-10-18T22:16:18.847Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
15712024-10-18T22:16:18.864Z Running `target/debug/xtask releng --output-dir /work`
15722024-10-18T22:16:19.823Z Compiling proc-macro2 v1.0.87
15732024-10-18T22:16:19.823Z Compiling unicode-ident v1.0.13
15742024-10-18T22:16:19.823Z Compiling libc v0.2.159
15752024-10-18T22:16:19.825Z Compiling serde v1.0.210
15762024-10-18T22:16:19.826Z Compiling autocfg v1.4.0
15772024-10-18T22:16:19.826Z Compiling version_check v0.9.5
15782024-10-18T22:16:19.826Z Compiling cfg-if v1.0.0
15792024-10-18T22:16:20.094Z Compiling typenum v1.17.0
15802024-10-18T22:16:20.116Z Compiling shlex v1.3.0
15812024-10-18T22:16:20.153Z Compiling memchr v2.7.4
15822024-10-18T22:16:20.553Z Compiling parking_lot_core v0.9.10
15832024-10-18T22:16:20.983Z Compiling lock_api v0.4.12
15842024-10-18T22:16:20.985Z Compiling generic-array v0.14.7
15852024-10-18T22:16:21.042Z Compiling serde_json v1.0.128
15862024-10-18T22:16:21.311Z Compiling libm v0.2.8
15872024-10-18T22:16:21.314Z Compiling value-bag v1.9.0
15882024-10-18T22:16:21.387Z Compiling num-traits v0.2.19
15892024-10-18T22:16:21.675Z Compiling quote v1.0.37
15902024-10-18T22:16:21.768Z Compiling log v0.4.22
15912024-10-18T22:16:21.790Z Compiling slab v0.4.9
15922024-10-18T22:16:21.916Z Compiling once_cell v1.20.2
15932024-10-18T22:16:22.120Z Compiling syn v2.0.79
15942024-10-18T22:16:22.177Z Compiling getrandom v0.2.15
15952024-10-18T22:16:22.295Z Compiling jobserver v0.1.32
15962024-10-18T22:16:22.492Z Compiling thiserror v1.0.64
15972024-10-18T22:16:22.536Z Compiling itoa v1.0.11
15982024-10-18T22:16:22.731Z Compiling cc v1.1.30
15992024-10-18T22:16:22.775Z Compiling scopeguard v1.2.0
16002024-10-18T22:16:23.041Z Compiling rand_core v0.6.4
16012024-10-18T22:16:23.120Z Compiling byteorder v1.5.0
16022024-10-18T22:16:23.626Z Compiling subtle v2.6.1
16032024-10-18T22:16:24.255Z Compiling semver v1.0.23
16042024-10-18T22:16:24.294Z Compiling smallvec v1.13.2
16052024-10-18T22:16:24.453Z Compiling pin-project-lite v0.2.14
16062024-10-18T22:16:24.660Z Compiling httparse v1.9.5
16072024-10-18T22:16:24.767Z Compiling heck v0.5.0
16082024-10-18T22:16:24.784Z Compiling ryu v1.0.18
16092024-10-18T22:16:24.787Z Compiling const-oid v0.9.6
16102024-10-18T22:16:25.018Z Compiling pkg-config v0.3.31
16112024-10-18T22:16:25.197Z Compiling futures-core v0.3.31
16122024-10-18T22:16:25.227Z Compiling allocator-api2 v0.2.18
16132024-10-18T22:16:25.603Z Compiling signal-hook-registry v1.4.2
16142024-10-18T22:16:26.127Z Compiling parking_lot v0.12.3
16152024-10-18T22:16:26.184Z Compiling mio v1.0.2
16162024-10-18T22:16:26.229Z Compiling ring v0.17.8
16172024-10-18T22:16:27.236Z Compiling socket2 v0.5.7
16182024-10-18T22:16:27.359Z Compiling crossbeam-utils v0.8.20
16192024-10-18T22:16:27.478Z Compiling vcpkg v0.2.15
16202024-10-18T22:16:27.811Z Compiling futures-sink v0.3.31
16212024-10-18T22:16:27.957Z Compiling num-conv v0.1.0
16222024-10-18T22:16:27.996Z Compiling fnv v1.0.7
16232024-10-18T22:16:28.022Z Compiling time-core v0.1.2
16242024-10-18T22:16:28.282Z Compiling time-macros v0.2.18
16252024-10-18T22:16:28.598Z Compiling ahash v0.8.11
16262024-10-18T22:16:28.719Z Compiling schemars v0.8.21
16272024-10-18T22:16:29.073Z Compiling spin v0.9.8
16282024-10-18T22:16:29.301Z Compiling openssl-sys v0.9.103
16292024-10-18T22:16:29.744Z Compiling serde_derive_internals v0.29.1
16302024-10-18T22:16:30.150Z Compiling equivalent v1.0.1
16312024-10-18T22:16:30.295Z Compiling foldhash v0.1.3
16322024-10-18T22:16:30.475Z Compiling cpufeatures v0.2.14
16332024-10-18T22:16:30.677Z Compiling rustix v0.38.37
16342024-10-18T22:16:30.815Z Compiling hashbrown v0.15.0
16352024-10-18T22:16:31.806Z Compiling futures-channel v0.3.31
16362024-10-18T22:16:32.207Z Compiling futures-io v0.3.31
16372024-10-18T22:16:32.287Z Compiling slog v2.7.0
16382024-10-18T22:16:32.331Z Compiling futures-task v0.3.31
16392024-10-18T22:16:32.333Z Compiling pin-utils v0.1.0
16402024-10-18T22:16:32.613Z Compiling tinyvec_macros v0.1.1
16412024-10-18T22:16:32.734Z Compiling tinyvec v1.8.0
16422024-10-18T22:16:32.994Z Compiling openssl v0.10.66
16432024-10-18T22:16:33.095Z Compiling ucd-trie v0.1.7
16442024-10-18T22:16:33.243Z Compiling iana-time-zone v0.1.61
16452024-10-18T22:16:33.371Z Compiling unicode-bidi v0.3.17
16462024-10-18T22:16:33.471Z Compiling tracing-core v0.1.32
16472024-10-18T22:16:33.641Z Compiling rustls v0.23.14
16482024-10-18T22:16:33.988Z Compiling native-tls v0.2.12
16492024-10-18T22:16:34.460Z Compiling unicode-normalization v0.1.24
16502024-10-18T22:16:34.594Z Compiling base64ct v1.6.0
16512024-10-18T22:16:35.345Z Compiling serde_derive v1.0.210
16522024-10-18T22:16:35.395Z Compiling zeroize_derive v1.4.2
16532024-10-18T22:16:35.829Z Compiling zerocopy-derive v0.7.35
16542024-10-18T22:16:36.095Z Compiling tokio-macros v2.4.0
16552024-10-18T22:16:36.136Z Compiling thiserror-impl v1.0.64
16562024-10-18T22:16:36.197Z Compiling futures-macro v0.3.31
16572024-10-18T22:16:36.452Z Compiling tracing-attributes v0.1.27
16582024-10-18T22:16:36.984Z Compiling zeroize v1.8.1
16592024-10-18T22:16:38.047Z Compiling zerocopy v0.7.35
16602024-10-18T22:16:39.365Z Compiling crypto-common v0.1.6
16612024-10-18T22:16:39.389Z Compiling block-buffer v0.10.4
16622024-10-18T22:16:39.602Z Compiling der_derive v0.7.3
16632024-10-18T22:16:39.682Z Compiling digest v0.10.7
16642024-10-18T22:16:39.874Z Compiling schemars_derive v0.8.21
16652024-10-18T22:16:39.917Z Compiling futures-util v0.3.31
16662024-10-18T22:16:40.128Z Compiling hmac v0.12.1
16672024-10-18T22:16:40.168Z Compiling scroll_derive v0.12.0
16682024-10-18T22:16:40.350Z Compiling pest v2.7.14
16692024-10-18T22:16:40.591Z Compiling block-padding v0.3.3
16702024-10-18T22:16:41.656Z Compiling inout v0.1.3
16712024-10-18T22:16:41.947Z Compiling openssl-macros v0.1.1
16722024-10-18T22:16:42.014Z Compiling cipher v0.4.4
16732024-10-18T22:16:42.758Z Compiling sha2 v0.10.8
16742024-10-18T22:16:42.810Z Compiling tracing v0.1.40
16752024-10-18T22:16:42.898Z Compiling ppv-lite86 v0.2.20
16762024-10-18T22:16:43.641Z Compiling pest_meta v2.7.14
16772024-10-18T22:16:43.874Z Compiling async-trait v0.1.83
16782024-10-18T22:16:44.149Z Compiling pem-rfc7468 v0.7.0
16792024-10-18T22:16:45.031Z Compiling pest_generator v2.7.14
16802024-10-18T22:16:46.907Z Compiling cookie v0.18.1
16812024-10-18T22:16:47.238Z Compiling usdt-impl v0.5.0
16822024-10-18T22:16:47.623Z Compiling percent-encoding v2.3.1
16832024-10-18T22:16:47.772Z Compiling dyn-clone v1.0.17
16842024-10-18T22:16:47.951Z Compiling syn v1.0.109
16852024-10-18T22:16:47.972Z Compiling pest_derive v2.7.14
16862024-10-18T22:16:47.974Z Compiling flagset v0.4.6
16872024-10-18T22:16:48.193Z Compiling der v0.7.9
16882024-10-18T22:16:48.426Z Compiling rand_chacha v0.3.1
16892024-10-18T22:16:48.641Z Compiling scroll v0.12.0
16902024-10-18T22:16:48.747Z Compiling aho-corasick v1.1.3
16912024-10-18T22:16:49.263Z Compiling bytes v1.7.2
16922024-10-18T22:16:50.476Z Compiling bitflags v2.6.0
16932024-10-18T22:16:50.561Z Compiling indexmap v2.6.0
16942024-10-18T22:16:51.127Z Compiling tokio v1.40.0
16952024-10-18T22:16:52.389Z Compiling http v1.1.0
16962024-10-18T22:16:52.480Z Compiling serde_tokenstream v0.2.2
16972024-10-18T22:16:52.524Z Compiling rustc_version v0.4.1
16982024-10-18T22:16:52.897Z Compiling uuid v1.10.0
16992024-10-18T22:16:53.074Z Compiling chrono v0.4.38
17002024-10-18T22:16:54.346Z Compiling camino v1.1.9
17012024-10-18T22:16:55.013Z Compiling rayon-core v1.12.1
17022024-10-18T22:16:55.041Z Compiling rustls-pki-types v1.9.0
17032024-10-18T22:16:55.445Z Compiling plain v0.2.3
17042024-10-18T22:16:55.622Z Compiling regex-syntax v0.8.5
17052024-10-18T22:16:57.506Z Compiling goblin v0.8.2
17062024-10-18T22:16:57.695Z Compiling spki v0.7.3
17072024-10-18T22:16:59.192Z Compiling rand v0.8.5
17082024-10-18T22:17:00.471Z Compiling regex-automata v0.4.8
17092024-10-18T22:17:00.946Z Compiling tokio-util v0.7.12
17102024-10-18T22:17:03.291Z Compiling salsa20 v0.10.2
17112024-10-18T22:17:03.592Z Compiling pbkdf2 v0.12.2
17122024-10-18T22:17:04.352Z Compiling powerfmt v0.2.0
17132024-10-18T22:17:05.626Z Compiling try-lock v0.2.5
17142024-10-18T22:17:05.809Z Compiling pretty-hex v0.4.1
17152024-10-18T22:17:06.038Z Compiling rustls v0.22.4
17162024-10-18T22:17:06.424Z Compiling untrusted v0.9.0
17172024-10-18T22:17:06.980Z Compiling dof v0.3.0
17182024-10-18T22:17:07.029Z Compiling want v0.3.1
17192024-10-18T22:17:09.039Z Compiling deranged v0.3.11
17202024-10-18T22:17:09.883Z Compiling scrypt v0.11.0
17212024-10-18T22:17:10.511Z Compiling dtrace-parser v0.2.0
17222024-10-18T22:17:10.688Z Compiling form_urlencoded v1.2.1
17232024-10-18T22:17:10.951Z Compiling cbc v0.1.2
17242024-10-18T22:17:11.228Z Compiling aes v0.8.4
17252024-10-18T22:17:11.358Z Compiling errno v0.3.9
17262024-10-18T22:17:11.472Z Compiling thread-id v4.2.2
17272024-10-18T22:17:11.633Z Compiling num_threads v0.1.7
17282024-10-18T22:17:11.773Z Compiling httpdate v1.0.3
17292024-10-18T22:17:12.450Z Compiling atomic-waker v1.1.2
17302024-10-18T22:17:12.553Z Compiling pkcs5 v0.7.1
17312024-10-18T22:17:12.666Z Compiling time v0.3.36
17322024-10-18T22:17:13.949Z Compiling rustls-webpki v0.102.8
17332024-10-18T22:17:15.131Z Compiling http-body v1.0.1
17342024-10-18T22:17:15.389Z Compiling heapless v0.7.17
17352024-10-18T22:17:15.434Z Compiling zerocopy-derive v0.6.6
17362024-10-18T22:17:16.085Z Compiling multer v3.1.0
17372024-10-18T22:17:16.228Z Compiling tower-service v0.3.3
17382024-10-18T22:17:16.575Z Compiling num-bigint-dig v0.8.4
17392024-10-18T22:17:16.876Z Compiling slog-async v2.8.0
17402024-10-18T22:17:16.897Z Compiling anyhow v1.0.89
17412024-10-18T22:17:17.440Z Compiling signal-hook v0.3.17
17422024-10-18T22:17:17.772Z Compiling pkcs8 v0.10.2
17432024-10-18T22:17:17.774Z Compiling h2 v0.4.6
17442024-10-18T22:17:18.172Z Compiling regex v1.11.0
17452024-10-18T22:17:19.357Z Compiling idna v0.5.0
17462024-10-18T22:17:20.560Z Compiling paste v1.0.15
17472024-10-18T22:17:21.016Z Compiling rustversion v1.0.17
17482024-10-18T22:17:21.105Z Compiling base64 v0.22.1
17492024-10-18T22:17:21.851Z Compiling strsim v0.11.1
17502024-10-18T22:17:22.348Z Compiling url v2.5.2
17512024-10-18T22:17:24.241Z Compiling usdt-macro v0.5.0
17522024-10-18T22:17:24.327Z Compiling usdt-attr-macro v0.5.0
17532024-10-18T22:17:25.965Z Compiling hyper v1.4.1
17542024-10-18T22:17:27.772Z Compiling curve25519-dalek v4.1.3
17552024-10-18T22:17:28.292Z Compiling openapiv3 v2.0.0
17562024-10-18T22:17:28.437Z Compiling serde_spanned v0.6.8
17572024-10-18T22:17:28.821Z Compiling toml_datetime v0.6.8
17582024-10-18T22:17:29.209Z Compiling async-stream-impl v0.3.6
17592024-10-18T22:17:29.458Z Compiling enum-as-inner v0.6.1
17602024-10-18T22:17:30.644Z Compiling dropshot v0.12.0
17612024-10-18T22:17:30.736Z Compiling smoltcp v0.9.1
17622024-10-18T22:17:30.843Z Compiling match_cfg v0.1.0
17632024-10-18T22:17:31.027Z Compiling foreign-types-shared v0.1.1
17642024-10-18T22:17:31.520Z Compiling portable-atomic v1.9.0
17652024-10-18T22:17:31.561Z Compiling foreign-types v0.3.2
17662024-10-18T22:17:31.732Z Compiling hostname v0.3.1
17672024-10-18T22:17:31.974Z Compiling hyper-util v0.1.9
17682024-10-18T22:17:36.299Z Compiling clap_derive v4.5.18
17692024-10-18T22:17:37.253Z Compiling dirs-sys-next v0.1.2
17702024-10-18T22:17:37.764Z Compiling encoding_rs v0.8.34
17712024-10-18T22:17:37.866Z Compiling data-encoding v2.6.0
17722024-10-18T22:17:39.740Z Compiling ipnet v2.10.1
17732024-10-18T22:17:41.065Z Compiling siphasher v0.3.11
17742024-10-18T22:17:41.454Z Compiling mime v0.3.17
17752024-10-18T22:17:42.396Z Compiling adler2 v2.0.0
17762024-10-18T22:17:42.586Z Compiling miniz_oxide v0.8.0
17772024-10-18T22:17:43.949Z Compiling dirs-next v2.0.0
17782024-10-18T22:17:48.289Z Compiling http-body-util v0.1.2
17792024-10-18T22:17:48.319Z Compiling hubpack_derive v0.1.1
17802024-10-18T22:17:48.850Z Compiling serde_urlencoded v0.7.1
17812024-10-18T22:17:49.225Z Compiling crossbeam-epoch v0.9.18
17822024-10-18T22:17:49.347Z Compiling dropshot_endpoint v0.12.0
17832024-10-18T22:17:49.546Z Compiling hashbrown v0.14.5
17842024-10-18T22:17:49.568Z Compiling sha1 v0.10.6
17852024-10-18T22:17:50.004Z Compiling signature v2.2.0
17862024-10-18T22:17:50.087Z Compiling curve25519-dalek-derive v0.1.1
17872024-10-18T22:17:50.264Z Compiling lazy_static v1.5.0
17882024-10-18T22:17:50.491Z Compiling thread_local v1.1.8
17892024-10-18T22:17:51.145Z Compiling fs-err v2.11.0
17902024-10-18T22:17:51.488Z Compiling unicode-properties v0.1.3
17912024-10-18T22:17:51.559Z Compiling either v1.13.0
17922024-10-18T22:17:51.898Z Compiling openssl-probe v0.1.5
17932024-10-18T22:17:51.935Z Compiling gimli v0.31.1
17942024-10-18T22:17:52.271Z Compiling winnow v0.6.20
17952024-10-18T22:17:52.355Z Compiling utf8parse v0.2.2
17962024-10-18T22:17:52.593Z Compiling anstyle v1.0.8
17972024-10-18T22:17:53.165Z Compiling anstyle-parse v0.2.5
17982024-10-18T22:17:53.970Z Compiling stringprep v0.1.5
17992024-10-18T22:17:54.300Z Compiling regress v0.10.1
18002024-10-18T22:17:55.015Z Compiling crossbeam-deque v0.8.5
18012024-10-18T22:17:56.409Z Compiling toml_edit v0.22.22
18022024-10-18T22:17:56.982Z Compiling addr2line v0.24.2
18032024-10-18T22:17:57.709Z Compiling term v0.7.0
18042024-10-18T22:17:59.121Z Compiling slog-json v2.6.1
18052024-10-18T22:18:00.515Z Compiling crossbeam-channel v0.5.13
18062024-10-18T22:18:00.961Z Compiling rustls-pemfile v2.2.0
18072024-10-18T22:18:02.288Z Compiling futures-executor v0.3.31
18082024-10-18T22:18:02.520Z Compiling md-5 v0.10.6
18092024-10-18T22:18:02.830Z Compiling idna v0.4.0
18102024-10-18T22:18:02.949Z Compiling idna v0.3.0
18112024-10-18T22:18:04.215Z Compiling num-integer v0.1.46
18122024-10-18T22:18:04.588Z Compiling ff v0.13.0
18132024-10-18T22:18:04.643Z Compiling hash32 v0.2.1
18142024-10-18T22:18:04.838Z Compiling memmap v0.7.0
18152024-10-18T22:18:04.950Z Compiling is-terminal v0.4.13
18162024-10-18T22:18:05.025Z Compiling object v0.36.5
18172024-10-18T22:18:05.106Z Compiling fallible-iterator v0.2.0
18182024-10-18T22:18:05.174Z Compiling psl-types v2.0.11
18192024-10-18T22:18:05.238Z Compiling stable_deref_trait v1.2.0
18202024-10-18T22:18:05.383Z Compiling base16ct v0.2.0
18212024-10-18T22:18:05.467Z Compiling quick-error v1.2.3
18222024-10-18T22:18:05.628Z Compiling colorchoice v1.0.2
18232024-10-18T22:18:05.763Z Compiling is_terminal_polyfill v1.70.1
18242024-10-18T22:18:05.873Z Compiling take_mut v0.2.2
18252024-10-18T22:18:05.919Z Compiling rustc-demangle v0.1.24
18262024-10-18T22:18:05.922Z Compiling heck v0.4.1
18272024-10-18T22:18:06.111Z Compiling utf-8 v0.7.6
18282024-10-18T22:18:06.437Z Compiling linked-hash-map v0.5.6
18292024-10-18T22:18:06.498Z Compiling anstyle-query v1.1.1
18302024-10-18T22:18:06.983Z Compiling lru-cache v0.1.2
18312024-10-18T22:18:07.265Z Compiling anstream v0.6.15
18322024-10-18T22:18:07.404Z Compiling strum_macros v0.25.3
18332024-10-18T22:18:08.105Z Compiling tungstenite v0.23.0
18342024-10-18T22:18:08.512Z Compiling postgres-protocol v0.6.7
18352024-10-18T22:18:09.464Z Compiling sec1 v0.7.3
18362024-10-18T22:18:09.879Z Compiling resolv-conf v0.7.0
18372024-10-18T22:18:10.277Z Compiling publicsuffix v2.2.3
18382024-10-18T22:18:10.574Z Compiling slog-term v2.9.1
18392024-10-18T22:18:10.612Z Compiling usdt v0.5.0
18402024-10-18T22:18:11.183Z Compiling num-iter v0.1.45
18412024-10-18T22:18:11.389Z Compiling group v0.13.0
18422024-10-18T22:18:11.622Z Compiling hickory-proto v0.24.1
18432024-10-18T22:18:11.701Z Compiling futures v0.3.31
18442024-10-18T22:18:12.719Z Compiling backtrace v0.3.74
18452024-10-18T22:18:12.885Z Compiling tokio-rustls v0.26.0
18462024-10-18T22:18:14.244Z Compiling tokio-rustls v0.25.0
18472024-10-18T22:18:14.935Z Compiling toml v0.8.19
18482024-10-18T22:18:15.067Z Compiling slog-bunyan v2.5.0
18492024-10-18T22:18:15.286Z Compiling typify-impl v0.2.0
18502024-10-18T22:18:15.521Z Compiling tokio-native-tls v0.3.1
18512024-10-18T22:18:15.573Z Compiling terminal_size v0.4.0
18522024-10-18T22:18:15.804Z Compiling phf_shared v0.11.2
18532024-10-18T22:18:16.020Z Compiling async-stream v0.3.6
18542024-10-18T22:18:16.357Z Compiling waitgroup v0.1.2
18552024-10-18T22:18:16.506Z Compiling webpki-roots v0.26.6
18562024-10-18T22:18:16.582Z Compiling serde_path_to_error v0.1.16
18572024-10-18T22:18:16.812Z Compiling hkdf v0.12.4
18582024-10-18T22:18:16.945Z Compiling crypto-bigint v0.5.5
18592024-10-18T22:18:17.388Z Compiling derive-where v1.2.7
18602024-10-18T22:18:20.411Z Compiling serde_repr v0.1.19
18612024-10-18T22:18:20.591Z Compiling hostname v0.4.0
18622024-10-18T22:18:20.624Z Compiling bitflags v1.3.2
18632024-10-18T22:18:20.744Z Compiling managed v0.8.0
18642024-10-18T22:18:20.795Z Compiling clap_lex v0.7.2
18652024-10-18T22:18:20.823Z Compiling debug-ignore v1.0.5
18662024-10-18T22:18:20.863Z Compiling unicode-width v0.1.14
18672024-10-18T22:18:20.985Z Compiling winnow v0.5.40
18682024-10-18T22:18:21.409Z Compiling console v0.15.8
18692024-10-18T22:18:21.744Z Compiling clap_builder v4.5.20
18702024-10-18T22:18:23.024Z Compiling elliptic-curve v0.13.8
18712024-10-18T22:18:23.822Z Compiling hickory-resolver v0.24.1
18722024-10-18T22:18:24.775Z Compiling toml_edit v0.19.15
18732024-10-18T22:18:26.549Z Compiling hyper-rustls v0.27.3
18742024-10-18T22:18:27.446Z Compiling typify-macro v0.2.0
18752024-10-18T22:18:29.262Z Compiling phf v0.11.2
18762024-10-18T22:18:30.239Z Compiling hyper-tls v0.6.0
18772024-10-18T22:18:30.605Z Compiling signal-hook-mio v0.2.4
18782024-10-18T22:18:30.785Z Compiling rayon v1.10.0
18792024-10-18T22:18:30.899Z Compiling cookie_store v0.21.0
18802024-10-18T22:18:31.127Z Compiling postgres-types v0.2.8
18812024-10-18T22:18:31.501Z Compiling tokio-tungstenite v0.23.1
18822024-10-18T22:18:31.854Z Compiling ed25519 v2.2.3
18832024-10-18T22:18:31.946Z Compiling hubpack v0.1.2
18842024-10-18T22:18:32.015Z Compiling phf_shared v0.10.0
18852024-10-18T22:18:32.388Z Compiling pkcs1 v0.7.5
18862024-10-18T22:18:32.408Z Compiling zerocopy v0.6.6
18872024-10-18T22:18:32.576Z Compiling bstr v1.10.0
18882024-10-18T22:18:33.358Z Compiling tokio-stream v0.1.16
18892024-10-18T22:18:33.539Z Compiling serde-big-array v0.5.1
18902024-10-18T22:18:33.868Z Compiling rfc6979 v0.4.0
18912024-10-18T22:18:34.071Z Compiling float-cmp v0.9.0
18922024-10-18T22:18:34.191Z Compiling sync_wrapper v1.0.1
18932024-10-18T22:18:34.232Z Compiling crc32fast v1.4.2
18942024-10-18T22:18:34.344Z Compiling precomputed-hash v0.1.1
18952024-10-18T22:18:34.346Z Compiling static_assertions v1.1.0
18962024-10-18T22:18:34.413Z Compiling normalize-line-endings v0.3.0
18972024-10-18T22:18:34.437Z Compiling unicode-segmentation v1.12.0
18982024-10-18T22:18:34.458Z Compiling fixedbitset v0.4.2
18992024-10-18T22:18:34.489Z Compiling difflib v0.4.0
19002024-10-18T22:18:34.520Z Compiling bit-vec v0.6.3
19012024-10-18T22:18:34.549Z Compiling number_prefix v0.4.0
19022024-10-18T22:18:35.084Z Compiling minimal-lexical v0.2.1
19032024-10-18T22:18:35.198Z Compiling whoami v1.5.2
19042024-10-18T22:18:35.247Z Compiling predicates-core v1.0.8
19052024-10-18T22:18:35.586Z Compiling new_debug_unreachable v1.0.6
19062024-10-18T22:18:35.697Z Compiling string_cache v0.8.7
19072024-10-18T22:18:35.756Z Compiling tokio-postgres v0.7.12
19082024-10-18T22:18:35.932Z Compiling nom v7.1.3
19092024-10-18T22:18:36.138Z Compiling predicates v3.1.2
19102024-10-18T22:18:37.681Z Compiling similar v2.6.0
19112024-10-18T22:18:39.404Z Compiling indicatif v0.17.8
19122024-10-18T22:18:40.632Z Compiling bit-set v0.5.3
19132024-10-18T22:18:40.788Z Compiling petgraph v0.6.5
19142024-10-18T22:18:40.933Z Compiling flate2 v1.0.34
19152024-10-18T22:18:41.092Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19162024-10-18T22:18:41.232Z Compiling reqwest v0.12.8
19172024-10-18T22:18:41.742Z Compiling qorb v0.0.2
19182024-10-18T22:18:41.835Z Compiling ecdsa v0.16.9
19192024-10-18T22:18:44.784Z Compiling rsa v0.9.6
19202024-10-18T22:18:45.337Z Compiling ed25519-dalek v2.1.1
19212024-10-18T22:18:46.208Z Compiling crossterm v0.28.1
19222024-10-18T22:18:46.343Z Compiling toml v0.7.8
19232024-10-18T22:18:46.419Z Compiling clap v4.5.20
19242024-10-18T22:18:46.862Z Compiling itertools v0.10.5
19252024-10-18T22:18:47.788Z Compiling itertools v0.12.1
19262024-10-18T22:18:49.897Z Compiling x509-cert v0.2.5
19272024-10-18T22:18:50.712Z Compiling hex v0.4.3
19282024-10-18T22:18:52.491Z Compiling radium v0.7.0
19292024-10-18T22:18:52.563Z Compiling lalrpop-util v0.19.12
19302024-10-18T22:18:53.359Z Compiling peg-runtime v0.8.3
19312024-10-18T22:18:53.395Z Compiling unicode-xid v0.2.6
19322024-10-18T22:18:55.379Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19332024-10-18T22:19:01.688Z Compiling tap v1.0.1
19342024-10-18T22:19:02.636Z Compiling maybe-uninit v2.0.0
19352024-10-18T22:19:03.137Z Compiling ident_case v1.0.1
19362024-10-18T22:19:03.340Z Compiling darling_core v0.20.10
19372024-10-18T22:19:03.358Z Compiling wyz v0.5.1
19382024-10-18T22:19:22.031Z Compiling typify v0.2.0
19392024-10-18T22:19:26.048Z Compiling http v0.2.12
19402024-10-18T22:19:26.979Z Compiling bzip2-sys v0.1.11+1.0.8
19412024-10-18T22:19:28.195Z Compiling funty v2.0.0
19422024-10-18T22:19:29.015Z Compiling base64 v0.21.7
19432024-10-18T22:19:29.819Z Compiling packed_struct v0.10.1
19442024-10-18T22:19:30.103Z Compiling unsafe-libyaml v0.2.11
19452024-10-18T22:19:31.655Z Compiling serde_yaml v0.9.34+deprecated
19462024-10-18T22:19:31.942Z Compiling bitvec v1.0.1
19472024-10-18T22:19:38.854Z Compiling progenitor-impl v0.8.0
19482024-10-18T22:19:41.148Z Compiling darling_macro v0.20.10
19492024-10-18T22:19:42.764Z Compiling packed_struct_codegen v0.10.1
19502024-10-18T22:19:45.329Z Compiling structmeta-derive v0.3.0
19512024-10-18T22:19:45.638Z Compiling indexmap v1.9.3
19522024-10-18T22:19:45.985Z Compiling fastrand v2.1.1
19532024-10-18T22:19:46.802Z Compiling newtype-uuid v1.1.2
19542024-10-18T22:19:47.116Z Compiling crc-catalog v2.4.0
19552024-10-18T22:19:47.449Z Compiling nodrop v0.1.14
19562024-10-18T22:19:47.839Z Compiling array-init v0.0.4
19572024-10-18T22:19:48.003Z Compiling structmeta v0.3.0
19582024-10-18T22:19:49.324Z Compiling crc v3.2.1
19592024-10-18T22:19:50.731Z Compiling tempfile v3.13.0
19602024-10-18T22:19:51.328Z Compiling progenitor-macro v0.8.0
19612024-10-18T22:19:54.172Z Compiling darling v0.20.10
19622024-10-18T22:19:54.328Z Compiling smallvec v0.6.14
19632024-10-18T22:19:59.331Z Compiling http-body v0.4.6
19642024-10-18T22:19:59.866Z Compiling h2 v0.3.26
19652024-10-18T22:20:00.313Z Compiling progenitor-client v0.8.0
19662024-10-18T22:20:06.169Z Compiling pin-project-internal v1.1.6
19672024-10-18T22:20:06.943Z Compiling bitfield v0.14.0
19682024-10-18T22:20:07.392Z Compiling same-file v1.0.6
19692024-10-18T22:20:07.680Z Compiling termcolor v1.4.1
19702024-10-18T22:20:10.466Z Compiling hashbrown v0.12.3
19712024-10-18T22:20:17.911Z Compiling pin-project v1.1.6
19722024-10-18T22:20:18.067Z Compiling env_logger v0.10.2
19732024-10-18T22:20:19.230Z Compiling walkdir v2.5.0
19742024-10-18T22:20:20.017Z Compiling hyper v0.14.30
19752024-10-18T22:20:20.684Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19762024-10-18T22:20:21.008Z Compiling progenitor v0.8.0
19772024-10-18T22:20:23.779Z Compiling bzip2 v0.4.4
19782024-10-18T22:20:24.261Z Compiling serde-hex v0.1.0
19792024-10-18T22:20:24.664Z Compiling serde_with_macros v3.11.0
19802024-10-18T22:20:27.684Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19812024-10-18T22:20:28.025Z Compiling parse-display-derive v0.10.0
19822024-10-18T22:20:29.590Z Compiling ron v0.8.1
19832024-10-18T22:20:33.137Z Compiling strum_macros v0.26.4
19842024-10-18T22:20:34.679Z Compiling ipnetwork v0.20.0
19852024-10-18T22:20:34.840Z Compiling hashbrown v0.13.2
19862024-10-18T22:20:35.201Z Compiling xattr v1.3.1
19872024-10-18T22:20:35.535Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19882024-10-18T22:20:35.720Z Compiling snafu-derive v0.8.5
19892024-10-18T22:20:35.975Z Compiling blake3 v1.5.4
19902024-10-18T22:20:36.253Z Compiling ring v0.16.20
19912024-10-18T22:20:36.296Z Compiling filetime v0.2.25
19922024-10-18T22:20:36.622Z Compiling instant v0.1.13
19932024-10-18T22:20:36.652Z Compiling crc-any v2.5.0
19942024-10-18T22:20:37.205Z Compiling sync_wrapper v0.1.2
19952024-10-18T22:20:37.346Z Compiling buf-list v1.0.3
19962024-10-18T22:20:37.689Z Compiling reqwest v0.11.27
19972024-10-18T22:20:37.743Z Compiling strum v0.26.3
19982024-10-18T22:20:37.981Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19992024-10-18T22:20:38.355Z Compiling backoff v0.4.0
20002024-10-18T22:20:38.739Z Compiling tar v0.4.42
20012024-10-18T22:20:39.034Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20022024-10-18T22:20:39.262Z Compiling object v0.30.4
20032024-10-18T22:20:40.561Z Compiling snafu v0.8.5
20042024-10-18T22:20:41.852Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20052024-10-18T22:20:44.047Z Compiling parse-display v0.10.0
20062024-10-18T22:20:44.168Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20072024-10-18T22:20:45.412Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20082024-10-18T22:20:45.835Z Compiling serde_with v3.11.0
20092024-10-18T22:20:45.974Z Compiling zip v0.6.6
20102024-10-18T22:20:46.003Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20112024-10-18T22:20:46.738Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20122024-10-18T22:20:48.698Z Compiling camino-tempfile v1.1.1
20132024-10-18T22:20:49.563Z Compiling globset v0.4.15
20142024-10-18T22:20:50.311Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20152024-10-18T22:20:50.504Z Compiling regress v0.9.1
20162024-10-18T22:20:52.231Z Compiling pem v3.0.4
20172024-10-18T22:20:53.798Z Compiling olpc-cjson v0.1.4
20182024-10-18T22:20:54.155Z Compiling macaddr v1.0.1
20192024-10-18T22:20:54.799Z Compiling serde_plain v1.0.2
20202024-10-18T22:20:55.330Z Compiling async-recursion v1.1.1
20212024-10-18T22:20:55.562Z Compiling memmap2 v0.9.5
20222024-10-18T22:20:55.851Z Compiling untrusted v0.7.1
20232024-10-18T22:20:56.062Z Compiling typed-path v0.7.1
20242024-10-18T22:20:56.194Z Compiling constant_time_eq v0.3.1
20252024-10-18T22:20:56.385Z Compiling arrayref v0.3.9
20262024-10-18T22:20:56.504Z Compiling arrayvec v0.7.6
20272024-10-18T22:20:56.863Z Compiling path-slash v0.1.5
20282024-10-18T22:20:57.021Z Compiling spin v0.5.2
20292024-10-18T22:20:57.086Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20302024-10-18T22:20:59.445Z Compiling tough v0.17.1
20312024-10-18T22:20:59.843Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20322024-10-18T22:21:03.721Z Compiling itertools v0.13.0
20332024-10-18T22:21:04.015Z Compiling cargo-platform v0.1.8
20342024-10-18T22:21:04.674Z Compiling parse-size v1.0.0
20352024-10-18T22:21:04.985Z Compiling topological-sort v0.2.2
20362024-10-18T22:21:05.148Z Compiling cargo_metadata v0.18.1
20372024-10-18T22:21:05.199Z Compiling shell-words v1.1.0
20382024-10-18T22:21:05.254Z Compiling omicron-zone-package v0.11.1
20392024-10-18T22:21:12.418Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20402024-10-18T22:21:25.844Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20412024-10-18T22:21:40.607Z Finished `release` profile [optimized] target(s) in 5m 21s
20422024-10-18T22:21:40.743Z Running `target/release/omicron-releng --output-dir /work`
20432024-10-18T22:21:40.789ZOct 18 22:21:40.129 DEBG changing working directory to /work/oxidecomputer/omicron
20442024-10-18T22:21:40.888ZOct 18 22:21:40.229 DEBG running: git rev-parse HEAD
20452024-10-18T22:21:40.894ZOct 18 22:21:40.236 DEBG process exited with exit status: 0 (6.625511ms)
20462024-10-18T22:21:40.894ZOct 18 22:21:40.236 INFO version: 12.0.0-0.ci+gite725a768241
20472024-10-18T22:21:40.935ZOct 18 22:21:40.276 INFO cloning helios to /work/oxidecomputer/helios
20482024-10-18T22:21:40.935ZOct 18 22:21:40.276 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20492024-10-18T22:21:40.940ZCloning into '/work/oxidecomputer/helios'...
20502024-10-18T22:21:41.431ZOct 18 22:21:40.760 DEBG process exited with exit status: 0 (483.321625ms)
20512024-10-18T22:21:41.432ZOct 18 22:21:40.760 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20522024-10-18T22:21:41.436Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20532024-10-18T22:21:41.436Z# branch.head master
20542024-10-18T22:21:41.436Z# branch.upstream origin/master
20552024-10-18T22:21:41.436Z# branch.ab +0 -0
20562024-10-18T22:21:41.436ZOct 18 22:21:40.768 DEBG process exited with exit status: 0 (8.175761ms)
20572024-10-18T22:21:41.436ZOct 18 22:21:40.768 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20582024-10-18T22:21:42.229ZOct 18 22:21:41.570 DEBG process exited with exit status: 0 (802.255864ms)
20592024-10-18T22:21:42.229ZOct 18 22:21:41.571 DEBG running: zfs list rpool/images/build/host
20602024-10-18T22:21:42.236ZNAME USED AVAIL REFER MOUNTPOINT
20612024-10-18T22:21:42.236Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20622024-10-18T22:21:42.239ZOct 18 22:21:41.578 DEBG process exited with exit status: 0 (7.621486ms)
20632024-10-18T22:21:42.239ZOct 18 22:21:41.578 DEBG running: zfs list rpool/images/build/recovery
20642024-10-18T22:21:42.243ZNAME USED AVAIL REFER MOUNTPOINT
20652024-10-18T22:21:42.243Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20662024-10-18T22:21:42.245ZOct 18 22:21:41.585 DEBG process exited with exit status: 0 (6.324621ms)
20672024-10-18T22:21:42.245ZOct 18 22:21:41.585 INFO [hubris-staging] running task
20682024-10-18T22:21:42.245ZOct 18 22:21:41.585 INFO [hubris-production] running task
20692024-10-18T22:21:42.245ZOct 18 22:21:41.586 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20702024-10-18T22:21:42.248ZOct 18 22:21:41.589 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
20712024-10-18T22:21:42.590Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20722024-10-18T22:21:42.776Z[ omicron-package] Blocking waiting for file lock on package cache
20732024-10-18T22:21:43.394Z[ omicron-package] Blocking waiting for file lock on package cache
20742024-10-18T22:21:43.692Z[ omicron-package] Blocking waiting for file lock on package cache
20752024-10-18T22:21:43.800ZOct 18 22:21:43.140 INFO [hubris-production] task succeeded (1.55474259s)
20762024-10-18T22:21:44.443Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20772024-10-18T22:21:44.447Z[ omicron-package] Compiling heapless v0.8.0
20782024-10-18T22:21:44.452Z[ omicron-package] Compiling hash32 v0.3.1
20792024-10-18T22:21:44.452Z[ omicron-package] Compiling smoltcp v0.11.0
20802024-10-18T22:21:44.452Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20812024-10-18T22:21:44.452Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20822024-10-18T22:21:44.456Z[ omicron-package] Compiling cobs v0.2.3
20832024-10-18T22:21:44.456Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20842024-10-18T22:21:45.779Z[ omicron-package] Compiling postcard v1.0.10
20852024-10-18T22:21:45.951Z[ omicron-package] Compiling num_enum_derive v0.5.11
20862024-10-18T22:21:46.211Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20872024-10-18T22:21:46.232Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20882024-10-18T22:21:46.241Z[ omicron-package] Compiling proc-macro-error v1.0.4
20892024-10-18T22:21:46.495Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20902024-10-18T22:21:46.498Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20912024-10-18T22:21:47.425Z[ omicron-package] Compiling tabwriter v1.4.0
20922024-10-18T22:21:47.539Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20932024-10-18T22:21:47.678Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20942024-10-18T22:21:48.217Z[ omicron-package] Compiling cstr-argument v0.1.2
20952024-10-18T22:21:48.519Z[ omicron-package] Compiling foreign-types v0.5.0
20962024-10-18T22:21:48.914Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20972024-10-18T22:21:49.057Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20982024-10-18T22:21:49.132Z[ omicron-package] Compiling pretty-hex v0.2.1
20992024-10-18T22:21:49.504Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21002024-10-18T22:21:49.577Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
21012024-10-18T22:21:49.878Z[ omicron-package] Compiling colored v2.1.0
21022024-10-18T22:21:50.275Z[ omicron-package] Compiling num_enum v0.5.11
21032024-10-18T22:21:50.280Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21042024-10-18T22:21:50.562Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21052024-10-18T22:21:51.126Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21062024-10-18T22:21:51.129Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21072024-10-18T22:21:51.129Z[ omicron-package] Compiling num-derive v0.4.2
21082024-10-18T22:21:51.129Z[ omicron-package] Compiling sigpipe v0.1.3
21092024-10-18T22:21:51.218Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21102024-10-18T22:21:51.569Z[ omicron-package] Compiling libefi-sys v0.1.0
21112024-10-18T22:21:51.676Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21122024-10-18T22:21:52.060Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21132024-10-18T22:21:52.497Z[ omicron-package] Compiling smf v0.2.3
21142024-10-18T22:21:52.720Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21152024-10-18T22:21:53.784Z[ omicron-package] Compiling bitfield-struct v0.6.2
21162024-10-18T22:21:53.983Z[ omicron-package] Compiling zone v0.3.0
21172024-10-18T22:21:54.048ZOct 18 22:21:53.373 INFO [hubris-staging] task succeeded (11.787401294s)
21182024-10-18T22:21:55.532Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21192024-10-18T22:21:55.667Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21202024-10-18T22:21:56.749Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21212024-10-18T22:21:57.512Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21222024-10-18T22:21:57.777Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21232024-10-18T22:21:58.225Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21242024-10-18T22:21:58.379Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21252024-10-18T22:21:58.785Z[ omicron-package] Compiling gethostname v0.5.0
21262024-10-18T22:22:00.267Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21272024-10-18T22:22:02.612Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21282024-10-18T22:22:05.670Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21292024-10-18T22:22:06.182Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21302024-10-18T22:22:07.722Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21312024-10-18T22:22:24.640Z[ helios-setup] Oct 18 22:22:23.978 INFO helios repository root is: /work/oxidecomputer/helios
21322024-10-18T22:22:24.643Z[ helios-setup] Oct 18 22:22:23.981 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
21332024-10-18T22:22:24.643Z[ helios-setup] Oct 18 22:22:23.981 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
21342024-10-18T22:22:24.648Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
21352024-10-18T22:22:27.452Z[ omicron-package] Finished `release` profile [optimized] target(s) in 45.19s
21362024-10-18T22:22:27.893Z[ omicron-package]
21372024-10-18T22:22:27.904Z[ omicron-package] real 45.384817862
21382024-10-18T22:22:27.904Z[ omicron-package] user 2:40.262192275
21392024-10-18T22:22:27.904Z[ omicron-package] sys 20.897084776
21402024-10-18T22:22:27.904Z[ omicron-package] trap 0.160918463
21412024-10-18T22:22:27.904Z[ omicron-package] tflt 0.374998282
21422024-10-18T22:22:27.904Z[ omicron-package] dflt 0.688593961
21432024-10-18T22:22:27.904Z[ omicron-package] kflt 0.000042526
21442024-10-18T22:22:27.904Z[ omicron-package] lock 5:02.627273720
21452024-10-18T22:22:27.904Z[ omicron-package] slp 8:21.228921419
21462024-10-18T22:22:27.904Z[ omicron-package] lat 1:31.920499121
21472024-10-18T22:22:27.904Z[ omicron-package] stop 55.506234946
21482024-10-18T22:22:27.904ZOct 18 22:22:27.017 INFO [omicron-package] process exited with exit status: 0 (45.42809206s)
21492024-10-18T22:22:27.904ZOct 18 22:22:27.018 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
21502024-10-18T22:22:27.904ZOct 18 22:22:27.100 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21512024-10-18T22:22:27.904Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21522024-10-18T22:22:27.904Z[ host-target] Created new build target 'host' and set it as active
21532024-10-18T22:22:27.904ZOct 18 22:22:27.115 INFO [host-target] process exited with exit status: 0 (97.131941ms)
21542024-10-18T22:22:27.904ZOct 18 22:22:27.115 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21552024-10-18T22:22:27.904Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21562024-10-18T22:22:27.904Z[ recovery-target] Created new build target 'recovery' and set it as active
21572024-10-18T22:22:27.905ZOct 18 22:22:27.127 INFO [recovery-target] process exited with exit status: 0 (27.330691ms)
21582024-10-18T22:22:27.905Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21592024-10-18T22:22:29.093Z[ host-package] Compiling convert_case v0.4.0
21602024-10-18T22:22:29.093Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21612024-10-18T22:22:29.093Z[ host-package] Compiling newline-converter v0.3.0
21622024-10-18T22:22:29.095Z[ host-package] Compiling password-hash v0.5.0
21632024-10-18T22:22:29.095Z[ host-package] Compiling progenitor-client v0.8.0
21642024-10-18T22:22:29.095Z[ host-package] Compiling blake2 v0.10.6
21652024-10-18T22:22:29.095Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21662024-10-18T22:22:29.266Z[ host-package] Compiling owo-colors v4.1.0
21672024-10-18T22:22:29.432Z[ host-package] Compiling expectorate v1.1.0
21682024-10-18T22:22:29.459Z[ host-package] Compiling cancel-safe-futures v0.1.5
21692024-10-18T22:22:29.639Z[ host-package] Compiling progenitor v0.8.0
21702024-10-18T22:22:29.657Z[ host-package] Compiling num-rational v0.4.2
21712024-10-18T22:22:29.708Z[ host-package] Compiling num-complex v0.4.6
21722024-10-18T22:22:29.863Z[ host-package] Compiling argon2 v0.5.3
21732024-10-18T22:22:30.010Z[ host-package] Compiling derive_more v0.99.18
21742024-10-18T22:22:30.618Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21752024-10-18T22:22:30.998Z[ host-package] Compiling num v0.4.3
21762024-10-18T22:22:31.051Z[ host-package] Compiling atomicwrites v0.4.4
21772024-10-18T22:22:31.140Z[ host-package] Compiling libsw v3.3.1
21782024-10-18T22:22:31.283Z[ host-package] Compiling indent_write v2.2.0
21792024-10-18T22:22:31.390Z[ host-package] Compiling float-ord v0.3.2
21802024-10-18T22:22:31.500Z[ host-package] Compiling prettyplease v0.2.22
21812024-10-18T22:22:31.529Z[ host-package] Compiling linear-map v1.2.0
21822024-10-18T22:22:31.572Z[ host-package] Compiling swrite v0.1.0
21832024-10-18T22:22:31.597Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
21842024-10-18T22:22:31.676Z[ helios-setup] Oct 18 22:22:31.013 INFO clone ok!, project: amd-firmware
21852024-10-18T22:22:31.679Z[ helios-setup] Oct 18 22:22:31.014 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
21862024-10-18T22:22:31.679Z[ helios-setup] Oct 18 22:22:31.014 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
21872024-10-18T22:22:31.679Z[ helios-setup] Oct 18 22:22:31.014 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
21882024-10-18T22:22:31.682Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
21892024-10-18T22:22:31.735Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21902024-10-18T22:22:31.837Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21912024-10-18T22:22:31.982Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21922024-10-18T22:22:32.272Z[ host-package] Compiling highway v1.2.0
21932024-10-18T22:22:32.300Z[ host-package] Compiling semver v0.1.20
21942024-10-18T22:22:32.463Z[ helios-setup] Oct 18 22:22:31.799 INFO clone ok!, project: image-builder
21952024-10-18T22:22:32.466Z[ helios-setup] Oct 18 22:22:31.800 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
21962024-10-18T22:22:32.466Z[ helios-setup] Oct 18 22:22:31.800 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
21972024-10-18T22:22:32.470Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
21982024-10-18T22:22:32.924Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
21992024-10-18T22:22:33.316Z[ helios-setup] Oct 18 22:22:32.653 INFO clone ok!, project: phbl
22002024-10-18T22:22:33.318Z[ helios-setup] Oct 18 22:22:32.653 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
22012024-10-18T22:22:33.318Z[ helios-setup] Oct 18 22:22:32.653 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
22022024-10-18T22:22:33.321Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
22032024-10-18T22:22:33.618Z[ host-package] Compiling rustc_version v0.1.7
22042024-10-18T22:22:33.994Z[ helios-setup] Oct 18 22:22:33.331 INFO clone ok!, project: bootserver
22052024-10-18T22:22:33.996Z[ helios-setup] Oct 18 22:22:33.331 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
22062024-10-18T22:22:33.996Z[ helios-setup] Oct 18 22:22:33.331 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
22072024-10-18T22:22:33.999Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
22082024-10-18T22:22:34.142Z[ host-package] Compiling newtype_derive v0.1.6
22092024-10-18T22:22:34.494Z[ host-package] Compiling newtype-uuid v1.1.2
22102024-10-18T22:22:34.986Z[ host-package] Compiling ipnetwork v0.20.0
22112024-10-18T22:22:35.206Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
22122024-10-18T22:22:35.221Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
22132024-10-18T22:22:35.803Z[ host-package] Compiling instant v0.1.13
22142024-10-18T22:22:35.974Z[ host-package] Compiling humantime v2.1.0
22152024-10-18T22:22:36.706Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22162024-10-18T22:22:36.840Z[ host-package] Compiling backoff v0.4.0
22172024-10-18T22:22:36.959Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22182024-10-18T22:22:37.265Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22192024-10-18T22:22:38.162Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22202024-10-18T22:22:38.544Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22212024-10-18T22:22:39.961Z[ host-package] Compiling parse-display v0.10.0
22222024-10-18T22:22:40.597Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22232024-10-18T22:22:40.807Z[ host-package] Compiling strum v0.26.3
22242024-10-18T22:22:41.035Z[ host-package] Compiling serde_with v3.11.0
22252024-10-18T22:22:41.539Z[ host-package] Compiling regress v0.9.1
22262024-10-18T22:22:41.654Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22272024-10-18T22:22:44.134Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
22282024-10-18T22:22:44.147Z[ helios-setup] Oct 18 22:22:43.482 INFO clone ok!, project: amd-host-image-builder
22292024-10-18T22:22:44.149Z[ helios-setup] Oct 18 22:22:43.483 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
22302024-10-18T22:22:44.149Z[ helios-setup] Oct 18 22:22:43.483 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22312024-10-18T22:22:44.151Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22322024-10-18T22:22:44.823Z[ host-package] Compiling macaddr v1.0.1
22332024-10-18T22:22:45.226Z[ helios-setup] Oct 18 22:22:44.561 INFO clone ok!, project: chelsio-t6-roms
22342024-10-18T22:22:45.228Z[ helios-setup] Oct 18 22:22:44.562 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
22352024-10-18T22:22:45.228Z[ helios-setup] Oct 18 22:22:44.562 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
22362024-10-18T22:22:45.231Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
22372024-10-18T22:22:45.280Z[ host-package] Compiling home v0.5.9
22382024-10-18T22:22:45.508Z[ host-package] Compiling steno v0.4.1
22392024-10-18T22:22:45.855Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22402024-10-18T22:22:45.988Z[ helios-setup] Oct 18 22:22:45.323 INFO clone ok!, project: pinprick
22412024-10-18T22:22:45.990Z[ helios-setup] Oct 18 22:22:45.324 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
22422024-10-18T22:22:45.990Z[ helios-setup] Oct 18 22:22:45.324 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
22432024-10-18T22:22:45.990Z[ helios-setup] Oct 18 22:22:45.324 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
22442024-10-18T22:22:45.990Z[ helios-setup] Oct 18 22:22:45.324 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
22452024-10-18T22:22:45.994Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
22462024-10-18T22:22:46.794Z[ host-package] Compiling slog-dtrace v0.3.0
22472024-10-18T22:22:46.927Z[ host-package] Compiling display-error-chain v0.2.1
22482024-10-18T22:22:46.940Z[ helios-setup] Oct 18 22:22:46.275 INFO clone ok!, project: pilot
22492024-10-18T22:22:46.942Z[ helios-setup] Oct 18 22:22:46.275 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22502024-10-18T22:22:47.184Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
22512024-10-18T22:22:47.711Z[ helios-setup] Oct 18 22:22:47.047 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22522024-10-18T22:22:48.355Z[ helios-setup] Oct 18 22:22:47.690 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22532024-10-18T22:22:48.357Z[ helios-setup] Oct 18 22:22:47.690 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22542024-10-18T22:22:48.621Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22552024-10-18T22:22:48.954Z[ helios-setup] Oct 18 22:22:48.290 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22562024-10-18T22:22:48.973Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22572024-10-18T22:22:49.144Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22582024-10-18T22:22:49.512Z[ helios-setup] Oct 18 22:22:48.847 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22592024-10-18T22:22:49.514Z[ helios-setup] Oct 18 22:22:48.847 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22602024-10-18T22:22:50.107Z[ helios-setup] Oct 18 22:22:49.442 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22612024-10-18T22:22:50.686Z[ helios-setup] Oct 18 22:22:50.021 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22622024-10-18T22:22:50.689Z[ helios-setup] Oct 18 22:22:50.021 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22632024-10-18T22:22:50.689Z[ helios-setup] Oct 18 22:22:50.021 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22642024-10-18T22:22:50.689Z[ helios-setup] Oct 18 22:22:50.022 INFO ok!
22652024-10-18T22:22:50.689Z[ helios-setup] Oct 18 22:22:50.022 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22662024-10-18T22:22:50.689Z[ helios-setup] Oct 18 22:22:50.022 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22672024-10-18T22:22:50.689Z[ helios-setup] Oct 18 22:22:50.022 INFO ok!
22682024-10-18T22:22:50.689Z[ helios-setup] Oct 18 22:22:50.022 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22692024-10-18T22:22:50.689Z[ helios-setup] Oct 18 22:22:50.022 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22702024-10-18T22:22:50.690Z[ helios-setup] Oct 18 22:22:50.022 INFO ok!
22712024-10-18T22:22:50.690Z[ helios-setup] Oct 18 22:22:50.022 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
22722024-10-18T22:22:50.690Z[ helios-setup] Oct 18 22:22:50.022 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
22732024-10-18T22:22:50.997Z[ helios-setup] Oct 18 22:22:50.332 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
22742024-10-18T22:22:51.502Z[ helios-setup] Oct 18 22:22:50.837 INFO E| From https://github.com/jclulow/rust-jmclib
22752024-10-18T22:22:51.502Z[ helios-setup] Oct 18 22:22:50.837 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
22762024-10-18T22:22:51.525Z[ helios-setup] Oct 18 22:22:50.860 INFO E| Updating crates.io index
22772024-10-18T22:22:51.634Z[ helios-setup] Oct 18 22:22:50.968 INFO E| Downloading crates ...
22782024-10-18T22:22:51.812Z[ helios-setup] Oct 18 22:22:51.146 INFO E| Downloaded opaque-debug v0.3.0
22792024-10-18T22:22:51.819Z[ helios-setup] Oct 18 22:22:51.154 INFO E| Downloaded block-buffer v0.9.0
22802024-10-18T22:22:51.843Z[ helios-setup] Oct 18 22:22:51.178 INFO E| Downloaded digest v0.9.0
22812024-10-18T22:22:51.847Z[ helios-setup] Oct 18 22:22:51.181 INFO E| Downloaded md-5 v0.9.1
22822024-10-18T22:22:51.849Z[ helios-setup] Oct 18 22:22:51.184 INFO E| Downloaded libdevinfo-sys v1.0.0
22832024-10-18T22:22:51.852Z[ helios-setup] Oct 18 22:22:51.186 INFO E| Downloaded itoa v1.0.9
22842024-10-18T22:22:51.856Z[ helios-setup] Oct 18 22:22:51.188 INFO E| Downloaded fastrand v2.0.0
22852024-10-18T22:22:51.858Z[ helios-setup] Oct 18 22:22:51.191 INFO E| Downloaded quote v1.0.31
22862024-10-18T22:22:51.862Z[ helios-setup] Oct 18 22:22:51.196 INFO E| Downloaded errno v0.3.1
22872024-10-18T22:22:51.865Z[ helios-setup] Oct 18 22:22:51.198 INFO E| Downloaded sha-1 v0.9.8
22882024-10-18T22:22:51.867Z[ helios-setup] Oct 18 22:22:51.202 INFO E| Downloaded unicode-width v0.1.10
22892024-10-18T22:22:51.870Z[ helios-setup] Oct 18 22:22:51.205 INFO E| Downloaded walkdir v2.3.3
22902024-10-18T22:22:51.873Z[ helios-setup] Oct 18 22:22:51.208 INFO E| Downloaded once_cell v1.18.0
22912024-10-18T22:22:51.878Z[ helios-setup] Oct 18 22:22:51.213 INFO E| Downloaded proc-macro2 v1.0.66
22922024-10-18T22:22:51.883Z[ helios-setup] Oct 18 22:22:51.217 INFO E| Downloaded tempfile v3.7.0
22932024-10-18T22:22:51.887Z[ helios-setup] Oct 18 22:22:51.222 INFO E| Downloaded getrandom v0.2.10
22942024-10-18T22:22:51.893Z[ helios-setup] Oct 18 22:22:51.228 INFO E| Downloaded uuid v0.8.2
22952024-10-18T22:22:51.899Z[ helios-setup] Oct 18 22:22:51.234 INFO E| Downloaded unicode-ident v1.0.11
22962024-10-18T22:22:51.904Z[ helios-setup] Oct 18 22:22:51.239 INFO E| Downloaded serde v1.0.193
22972024-10-18T22:22:51.911Z[ helios-setup] Oct 18 22:22:51.246 INFO E| Downloaded typenum v1.16.0
22982024-10-18T22:22:51.915Z[ helios-setup] Oct 18 22:22:51.250 INFO E| Downloaded serde_derive v1.0.193
22992024-10-18T22:22:51.920Z[ helios-setup] Oct 18 22:22:51.255 INFO E| Downloaded ryu v1.0.15
23002024-10-18T22:22:51.925Z[ helios-setup] Oct 18 22:22:51.260 INFO E| Downloaded serde_json v1.0.103
23012024-10-18T22:22:51.938Z[ helios-setup] Oct 18 22:22:51.273 INFO E| Downloaded toml v0.5.11
23022024-10-18T22:22:51.942Z[ helios-setup] Oct 18 22:22:51.277 INFO E| Downloaded syn v2.0.32
23032024-10-18T22:22:51.960Z[ helios-setup] Oct 18 22:22:51.295 INFO E| Downloaded rustix v0.38.4
23042024-10-18T22:22:52.011Z[ helios-setup] Oct 18 22:22:51.346 INFO E| Downloaded cpufeatures v0.2.9
23052024-10-18T22:22:52.014Z[ helios-setup] Oct 18 22:22:51.347 INFO E| Downloaded libc v0.2.147
23062024-10-18T22:22:52.052Z[ helios-setup] Oct 18 22:22:51.387 INFO E| Downloaded bitflags v2.3.3
23072024-10-18T22:22:52.077Z[ helios-setup] Oct 18 22:22:51.391 INFO E| Downloaded anyhow v1.0.72
23082024-10-18T22:22:52.270Z[ helios-setup] Oct 18 22:22:51.604 INFO E| Compiling libc v0.2.147
23092024-10-18T22:22:52.277Z[ helios-setup] Oct 18 22:22:51.605 INFO E| Compiling proc-macro2 v1.0.66
23102024-10-18T22:22:52.277Z[ helios-setup] Oct 18 22:22:51.605 INFO E| Compiling cfg-if v1.0.0
23112024-10-18T22:22:52.277Z[ helios-setup] Oct 18 22:22:51.605 INFO E| Compiling unicode-ident v1.0.11
23122024-10-18T22:22:52.277Z[ helios-setup] Oct 18 22:22:51.605 INFO E| Compiling version_check v0.9.4
23132024-10-18T22:22:52.277Z[ helios-setup] Oct 18 22:22:51.605 INFO E| Compiling typenum v1.16.0
23142024-10-18T22:22:52.277Z[ helios-setup] Oct 18 22:22:51.606 INFO E| Compiling serde v1.0.193
23152024-10-18T22:22:52.277Z[ helios-setup] Oct 18 22:22:51.606 INFO E| Compiling itoa v1.0.9
23162024-10-18T22:22:52.627Z[ helios-setup] Oct 18 22:22:51.962 INFO E| Compiling slog v2.7.0
23172024-10-18T22:22:52.910Z[ helios-setup] Oct 18 22:22:52.245 INFO E| Compiling num-conv v0.1.0
23182024-10-18T22:22:52.939Z[ helios-setup] Oct 18 22:22:52.273 INFO E| Compiling rustix v0.38.4
23192024-10-18T22:22:53.435Z[ host-package] Compiling half v2.4.1
23202024-10-18T22:22:53.468Z[ helios-setup] Oct 18 22:22:52.803 INFO E| Compiling time-core v0.1.2
23212024-10-18T22:22:53.686Z[ helios-setup] Oct 18 22:22:53.021 INFO E| Compiling powerfmt v0.2.0
23222024-10-18T22:22:53.766Z[ helios-setup] Oct 18 22:22:53.101 INFO E| Compiling once_cell v1.18.0
23232024-10-18T22:22:53.774Z[ helios-setup] Oct 18 22:22:53.109 INFO E| Compiling time-macros v0.2.18
23242024-10-18T22:22:53.977Z[ helios-setup] Oct 18 22:22:53.311 INFO E| Compiling generic-array v0.14.7
23252024-10-18T22:22:54.431Z[ helios-setup] Oct 18 22:22:53.766 INFO E| Compiling deranged v0.3.11
23262024-10-18T22:22:54.500Z[ helios-setup] Oct 18 22:22:53.834 INFO E| Compiling bitflags v2.3.3
23272024-10-18T22:22:54.557Z[ helios-setup] Oct 18 22:22:53.892 INFO E| Compiling num_threads v0.1.6
23282024-10-18T22:22:54.997Z[ helios-setup] Oct 18 22:22:54.332 INFO E| Compiling thread_local v1.1.7
23292024-10-18T22:22:55.352Z[ host-package] Compiling ciborium-io v0.2.2
23302024-10-18T22:22:55.497Z[ helios-setup] Oct 18 22:22:54.832 INFO E| Compiling opaque-debug v0.3.0
23312024-10-18T22:22:55.589Z[ helios-setup] Oct 18 22:22:54.923 INFO E| Compiling anyhow v1.0.72
23322024-10-18T22:22:55.680Z[ host-package] Compiling ciborium-ll v0.2.2
23332024-10-18T22:22:56.542Z[ helios-setup] Oct 18 22:22:55.876 INFO E| Compiling quote v1.0.31
23342024-10-18T22:22:56.659Z[ helios-setup] Oct 18 22:22:55.993 INFO E| Compiling dirs-sys-next v0.1.2
23352024-10-18T22:22:56.718Z[ host-package] Compiling tungstenite v0.21.0
23362024-10-18T22:22:56.837Z[ helios-setup] Oct 18 22:22:56.171 INFO E| Compiling errno v0.3.1
23372024-10-18T22:22:56.875Z[ helios-setup] Oct 18 22:22:56.209 INFO E| Compiling atty v0.2.14
23382024-10-18T22:22:57.342Z[ helios-setup] Oct 18 22:22:56.676 INFO E| Compiling dirs-next v2.0.0
23392024-10-18T22:22:57.466Z[ helios-setup] Oct 18 22:22:56.801 INFO E| Compiling syn v2.0.32
23402024-10-18T22:22:57.648Z[ helios-setup] Oct 18 22:22:56.983 INFO E| Compiling term v0.7.0
23412024-10-18T22:22:58.113Z[ helios-setup] Oct 18 22:22:57.448 INFO E| Compiling fastrand v2.0.0
23422024-10-18T22:22:58.518Z[ helios-setup] Oct 18 22:22:57.852 INFO E| Compiling serde_json v1.0.103
23432024-10-18T22:22:59.435Z[ helios-setup] Oct 18 22:22:58.769 INFO E| Compiling getrandom v0.2.10
23442024-10-18T22:22:59.565Z[ helios-setup] Oct 18 22:22:58.899 INFO E| Compiling time v0.3.36
23452024-10-18T22:22:59.577Z[ helios-setup] Oct 18 22:22:58.912 INFO E| Compiling unicode-width v0.1.10
23462024-10-18T22:22:59.708Z[ helios-setup] Oct 18 22:22:59.042 INFO E| Compiling same-file v1.0.6
23472024-10-18T22:23:00.014Z[ helios-setup] Oct 18 22:22:59.348 INFO E| Compiling cpufeatures v0.2.9
23482024-10-18T22:23:00.110Z[ helios-setup] Oct 18 22:22:59.444 INFO E| Compiling block-buffer v0.9.0
23492024-10-18T22:23:00.142Z[ helios-setup] Oct 18 22:22:59.477 INFO E| Compiling digest v0.9.0
23502024-10-18T22:23:00.275Z[ helios-setup] Oct 18 22:22:59.609 INFO E| Compiling ryu v1.0.15
23512024-10-18T22:23:00.311Z[ helios-setup] Oct 18 22:22:59.645 INFO E| Compiling walkdir v2.3.3
23522024-10-18T22:23:00.365Z[ helios-setup] Oct 18 22:22:59.699 INFO E| Compiling getopts v0.2.21
23532024-10-18T22:23:00.465Z[ helios-setup] Oct 18 22:22:59.800 INFO E| Compiling md-5 v0.9.1
23542024-10-18T22:23:01.251Z[ helios-setup] Oct 18 22:23:00.585 INFO E| Compiling tempfile v3.7.0
23552024-10-18T22:23:01.404Z[ helios-setup] Oct 18 22:23:00.738 INFO E| Compiling sha-1 v0.9.8
23562024-10-18T22:23:02.112Z[ helios-setup] Oct 18 22:23:01.446 INFO E| Compiling libdevinfo-sys v1.0.0
23572024-10-18T22:23:02.136Z[ helios-setup] Oct 18 22:23:01.470 INFO E| Compiling glob v0.3.1
23582024-10-18T22:23:03.586Z[ helios-setup] Oct 18 22:23:02.919 INFO E| Compiling slog-term v2.9.0
23592024-10-18T22:23:04.250Z[ host-package] Compiling tokio-tungstenite v0.21.0
23602024-10-18T22:23:05.676Z[ host-package] Compiling ciborium v0.2.2
23612024-10-18T22:23:06.311Z[ helios-setup] Oct 18 22:23:05.643 INFO E| Compiling serde_derive v1.0.193
23622024-10-18T22:23:08.224Z[ host-package] Compiling nibble_vec v0.1.0
23632024-10-18T22:23:08.539Z[ host-package] Compiling endian-type v0.1.2
23642024-10-18T22:23:08.866Z[ host-package] Compiling radix_trie v0.2.1
23652024-10-18T22:23:09.910Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
23662024-10-18T22:23:11.753Z[ host-package] Compiling same-file v1.0.6
23672024-10-18T22:23:12.056Z[ host-package] Compiling fastrand v2.1.1
23682024-10-18T22:23:12.762Z[ host-package] Compiling tempfile v3.13.0
23692024-10-18T22:23:13.670Z[ host-package] Compiling walkdir v2.5.0
23702024-10-18T22:23:13.722Z[ host-package] Compiling blake3 v1.5.4
23712024-10-18T22:23:14.425Z[ host-package] Compiling ring v0.16.20
23722024-10-18T22:23:14.698Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23732024-10-18T22:23:14.732Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
23742024-10-18T22:23:14.789Z[ host-package] Compiling xattr v1.3.1
23752024-10-18T22:23:15.155Z[ host-package] Compiling memmap2 v0.9.5
23762024-10-18T22:23:15.492Z[ host-package] Compiling filetime v0.2.25
23772024-10-18T22:23:15.564Z[ host-package] Compiling untrusted v0.7.1
23782024-10-18T22:23:15.837Z[ host-package] Compiling arrayvec v0.7.6
23792024-10-18T22:23:15.840Z[ host-package] Compiling keccak v0.1.5
23802024-10-18T22:23:16.328Z[ host-package] Compiling constant_time_eq v0.3.1
23812024-10-18T22:23:16.556Z[ host-package] Compiling arrayref v0.3.9
23822024-10-18T22:23:16.701Z[ host-package] Compiling spin v0.5.2
23832024-10-18T22:23:16.961Z[ host-package] Compiling sha3 v0.10.8
23842024-10-18T22:23:17.039Z[ host-package] Compiling tar v0.4.42
23852024-10-18T22:23:17.965Z[ host-package] Compiling toolchain_find v0.4.0
23862024-10-18T22:23:18.007Z[ host-package] Compiling camino-tempfile v1.1.1
23872024-10-18T22:23:18.122Z[ host-package] Compiling topological-sort v0.2.2
23882024-10-18T22:23:18.381Z[ host-package] Compiling glob v0.3.1
23892024-10-18T22:23:18.539Z[ host-package] Compiling crunchy v0.2.2
23902024-10-18T22:23:18.599Z[ host-package] Compiling maplit v1.0.2
23912024-10-18T22:23:18.769Z[ host-package] Compiling rustfmt-wrapper v0.2.1
23922024-10-18T22:23:19.198Z[ host-package] Compiling tiny-keccak v2.0.2
23932024-10-18T22:23:19.329Z[ host-package] Compiling clang-sys v1.8.1
23942024-10-18T22:23:19.432Z[ host-package] Compiling dsl_auto_type v0.1.2
23952024-10-18T22:23:19.488Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23962024-10-18T22:23:19.542Z[ host-package] Compiling phf_generator v0.11.2
23972024-10-18T22:23:19.673Z[ host-package] Compiling scheduled-thread-pool v0.2.7
23982024-10-18T22:23:19.787Z[ host-package] Compiling secrecy v0.8.0
23992024-10-18T22:23:20.022Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
24002024-10-18T22:23:20.101Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
24012024-10-18T22:23:20.146Z[ host-package] Compiling arc-swap v1.7.1
24022024-10-18T22:23:20.514Z[ host-package] Compiling omicron-zone-package v0.11.1
24032024-10-18T22:23:20.591Z[ host-package] Compiling r2d2 v0.8.10
24042024-10-18T22:23:20.877Z[ helios-setup] Oct 18 22:23:20.209 INFO E| Compiling toml v0.5.11
24052024-10-18T22:23:20.877Z[ helios-setup] Oct 18 22:23:20.210 INFO E| Compiling uuid v0.8.2
24062024-10-18T22:23:20.958Z[ host-package] Compiling slog-scope v4.4.0
24072024-10-18T22:23:21.054Z[ host-package] Compiling diesel_derives v2.2.3
24082024-10-18T22:23:21.129Z[ host-package] Compiling phf_codegen v0.11.2
24092024-10-18T22:23:21.553Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
24102024-10-18T22:23:21.876Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
24112024-10-18T22:23:21.980Z[ host-package] Compiling ascii-canvas v3.0.0
24122024-10-18T22:23:22.106Z[ host-package] Compiling universal-hash v0.5.1
24132024-10-18T22:23:22.436Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
24142024-10-18T22:23:22.768Z[ host-package] Compiling parse-zoneinfo v0.3.1
24152024-10-18T22:23:23.039Z[ helios-setup] Oct 18 22:23:22.371 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
24162024-10-18T22:23:24.988Z[ host-package] Compiling ena v0.14.3
24172024-10-18T22:23:25.793Z[ host-package] Compiling libloading v0.8.5
24182024-10-18T22:23:26.000Z[ host-package] Compiling opaque-debug v0.3.1
24192024-10-18T22:23:26.193Z[ host-package] Compiling diff v0.1.13
24202024-10-18T22:23:26.262Z[ helios-setup] Oct 18 22:23:25.586 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
24212024-10-18T22:23:26.273Z[ host-package] Compiling bindgen v0.69.5
24222024-10-18T22:23:26.878Z[ host-package] Compiling cfg_aliases v0.1.1
24232024-10-18T22:23:26.880Z[ host-package] Compiling regex-syntax v0.6.29
24242024-10-18T22:23:27.018Z[ host-package] Compiling nix v0.28.0
24252024-10-18T22:23:27.062Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
24262024-10-18T22:23:33.161Z[ host-package] Compiling lalrpop v0.19.12
24272024-10-18T22:23:34.947Z[ host-package] Compiling diesel v2.2.4
24282024-10-18T22:23:40.118Z[ host-package] Compiling poly1305 v0.8.0
24292024-10-18T22:23:40.313Z[ helios-setup] Oct 18 22:23:39.639 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.53s
24302024-10-18T22:23:40.344Z[ helios-setup] Oct 18 22:23:39.674 INFO building project "image-builder" ok (49 seconds)
24312024-10-18T22:23:40.344Z[ helios-setup] Oct 18 22:23:39.674 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
24322024-10-18T22:23:40.346Z[ helios-setup] Oct 18 22:23:39.674 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
24332024-10-18T22:23:40.633Z[ helios-setup] Oct 18 22:23:39.964 INFO E| Downloading crates ...
24342024-10-18T22:23:40.703Z[ helios-setup] Oct 18 22:23:40.034 INFO E| Downloaded sha2 v0.10.5
24352024-10-18T22:23:40.708Z[ helios-setup] Oct 18 22:23:40.039 INFO E| Downloaded digest v0.10.3
24362024-10-18T22:23:40.712Z[ helios-setup] Oct 18 22:23:40.043 INFO E| Downloaded cpufeatures v0.2.5
24372024-10-18T22:23:40.715Z[ helios-setup] Oct 18 22:23:40.045 INFO E| Downloaded miniz_oxide v0.6.2
24382024-10-18T22:23:40.722Z[ helios-setup] Oct 18 22:23:40.053 INFO E| Downloaded generic-array v0.14.6
24392024-10-18T22:23:40.724Z[ helios-setup] Oct 18 22:23:40.055 INFO E| Downloaded block-buffer v0.10.3
24402024-10-18T22:23:40.728Z[ helios-setup] Oct 18 22:23:40.059 INFO E| Downloaded anyhow v1.0.62
24412024-10-18T22:23:40.741Z[ helios-setup] Oct 18 22:23:40.071 INFO E| Downloaded typenum v1.15.0
24422024-10-18T22:23:40.744Z[ helios-setup] Oct 18 22:23:40.075 INFO E| Downloaded flate2 v1.0.25
24432024-10-18T22:23:40.752Z[ helios-setup] Oct 18 22:23:40.083 INFO E| Downloaded bytes v1.2.1
24442024-10-18T22:23:40.960Z[ helios-setup] Oct 18 22:23:40.290 INFO E| Compiling version_check v0.9.4
24452024-10-18T22:23:40.960Z[ helios-setup] Oct 18 22:23:40.290 INFO E| Compiling typenum v1.15.0
24462024-10-18T22:23:40.962Z[ helios-setup] Oct 18 22:23:40.290 INFO E| Compiling cfg-if v1.0.0
24472024-10-18T22:23:40.963Z[ helios-setup] Oct 18 22:23:40.291 INFO E| Compiling crc32fast v1.3.2
24482024-10-18T22:23:40.963Z[ helios-setup] Oct 18 22:23:40.291 INFO E| Compiling anyhow v1.0.62
24492024-10-18T22:23:40.963Z[ helios-setup] Oct 18 22:23:40.291 INFO E| Compiling adler v1.0.2
24502024-10-18T22:23:40.963Z[ helios-setup] Oct 18 22:23:40.291 INFO E| Compiling unicode-width v0.1.10
24512024-10-18T22:23:40.963Z[ helios-setup] Oct 18 22:23:40.291 INFO E| Compiling cpufeatures v0.2.5
24522024-10-18T22:23:41.693Z[ helios-setup] Oct 18 22:23:41.023 INFO E| Compiling bytes v1.2.1
24532024-10-18T22:23:41.923Z[ helios-setup] Oct 18 22:23:41.253 INFO E| Compiling miniz_oxide v0.6.2
24542024-10-18T22:23:42.081Z[ helios-setup] Oct 18 22:23:41.411 INFO E| Compiling getopts v0.2.21
24552024-10-18T22:23:42.109Z[ host-package] Compiling thiserror-no-std v2.0.2
24562024-10-18T22:23:42.292Z[ helios-setup] Oct 18 22:23:41.623 INFO E| Compiling bitflags v1.3.2
24572024-10-18T22:23:42.420Z[ host-package] Compiling chrono-tz-build v0.4.0
24582024-10-18T22:23:42.749Z[ helios-setup] Oct 18 22:23:42.079 INFO E| Compiling generic-array v0.14.6
24592024-10-18T22:23:43.608Z[ helios-setup] Oct 18 22:23:42.938 INFO E| Compiling flate2 v1.0.25
24602024-10-18T22:23:44.437Z[ host-package] Compiling slog-stdlog v4.1.1
24612024-10-18T22:23:46.447Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
24622024-10-18T22:23:46.690Z[ host-package] Compiling which v4.4.2
24632024-10-18T22:23:47.108Z[ helios-setup] Oct 18 22:23:46.438 INFO E| Compiling crypto-common v0.1.6
24642024-10-18T22:23:47.108Z[ helios-setup] Oct 18 22:23:46.438 INFO E| Compiling block-buffer v0.10.3
24652024-10-18T22:23:47.305Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
24662024-10-18T22:23:47.333Z[ helios-setup] Oct 18 22:23:46.663 INFO E| Compiling digest v0.10.3
24672024-10-18T22:23:47.694Z[ helios-setup] Oct 18 22:23:47.024 INFO E| Compiling sha2 v0.10.5
24682024-10-18T22:23:47.764Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
24692024-10-18T22:23:47.802Z[ host-package] Compiling chacha20 v0.9.1
24702024-10-18T22:23:48.020Z[ host-package] Compiling cexpr v0.6.0
24712024-10-18T22:23:48.190Z[ helios-setup] Oct 18 22:23:47.520 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
24722024-10-18T22:23:48.407Z[ host-package] Compiling aead v0.5.2
24732024-10-18T22:23:48.820Z[ host-package] Compiling vte_generate_state_changes v0.1.2
24742024-10-18T22:23:49.700Z[ host-package] Compiling lazycell v1.3.0
24752024-10-18T22:23:49.988Z[ host-package] Compiling ref-cast v1.0.23
24762024-10-18T22:23:50.285Z[ host-package] Compiling rustc-hash v1.1.0
24772024-10-18T22:23:50.685Z[ host-package] Compiling vte v0.11.1
24782024-10-18T22:23:53.572Z[ host-package] Compiling chacha20poly1305 v0.10.1
24792024-10-18T22:23:53.847Z[ helios-setup] Oct 18 22:23:53.176 INFO E| Finished `release` profile [optimized] target(s) in 13.41s
24802024-10-18T22:23:53.863Z[ helios-setup] Oct 18 22:23:53.193 INFO building project "bootserver" ok (13 seconds)
24812024-10-18T22:23:53.863Z[ helios-setup] Oct 18 22:23:53.193 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
24822024-10-18T22:23:53.863Z[ helios-setup] Oct 18 22:23:53.193 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
24832024-10-18T22:23:53.873Z[ helios-setup] Oct 18 22:23:53.203 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
24842024-10-18T22:23:54.011Z[ host-package] Compiling slog-envlogger v2.2.0
24852024-10-18T22:23:54.075Z[ helios-setup] Oct 18 22:23:53.404 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
24862024-10-18T22:23:54.075Z[ helios-setup] Oct 18 22:23:53.404 INFO E| info: downloading component 'cargo'
24872024-10-18T22:23:55.268Z[ helios-setup] Oct 18 22:23:54.597 INFO E| info: downloading component 'clippy'
24882024-10-18T22:23:55.649Z[ helios-setup] Oct 18 22:23:54.978 INFO E| info: downloading component 'rust-docs'
24892024-10-18T22:23:56.665Z[ host-package] Compiling chrono-tz v0.10.0
24902024-10-18T22:23:56.953Z[ helios-setup] Oct 18 22:23:56.282 INFO E| info: downloading component 'rust-src'
24912024-10-18T22:23:57.140Z[ helios-setup] Oct 18 22:23:56.469 INFO E| info: downloading component 'rust-std'
24922024-10-18T22:23:57.399Z[ host-package] Compiling vsss-rs v3.3.4
24932024-10-18T22:23:59.208Z[ helios-setup] Oct 18 22:23:58.537 INFO E| info: downloading component 'rustc'
24942024-10-18T22:24:02.490Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
24952024-10-18T22:24:02.844Z[ host-package] Compiling derive_builder_core v0.20.2
24962024-10-18T22:24:04.228Z[ helios-setup] Oct 18 22:24:03.556 INFO E| info: downloading component 'rustfmt'
24972024-10-18T22:24:04.543Z[ helios-setup] Oct 18 22:24:03.871 INFO E| info: installing component 'cargo'
24982024-10-18T22:24:05.169Z[ host-package] Compiling polar-core v0.27.3
24992024-10-18T22:24:05.331Z[ host-package] Compiling fd-lock v4.0.2
25002024-10-18T22:24:05.640Z[ host-package] Compiling headers-core v0.3.0
25012024-10-18T22:24:05.904Z[ host-package] Compiling fxhash v0.2.1
25022024-10-18T22:24:05.910Z[ helios-setup] Oct 18 22:24:05.239 INFO E| info: installing component 'clippy'
25032024-10-18T22:24:05.938Z[ host-package] Compiling libxml v0.3.3
25042024-10-18T22:24:06.064Z[ host-package] Compiling ref-cast-impl v1.0.23
25052024-10-18T22:24:06.192Z[ host-package] Compiling bytecount v0.6.8
25062024-10-18T22:24:06.428Z[ helios-setup] Oct 18 22:24:05.756 INFO E| info: installing component 'rust-docs'
25072024-10-18T22:24:06.532Z[ host-package] Compiling papergrid v0.11.0
25082024-10-18T22:24:06.631Z[ host-package] Compiling samael v0.0.17
25092024-10-18T22:24:07.697Z[ host-package] Compiling headers v0.4.0
25102024-10-18T22:24:08.576Z[ host-package] Compiling derive_builder_macro v0.20.2
25112024-10-18T22:24:12.829Z[ helios-setup] Oct 18 22:24:12.157 INFO E| info: installing component 'rust-src'
25122024-10-18T22:24:13.913Z[ helios-setup] Oct 18 22:24:13.241 INFO E| info: installing component 'rust-std'
25132024-10-18T22:24:16.593Z[ helios-setup] Oct 18 22:24:15.920 INFO E| info: installing component 'rustc'
25142024-10-18T22:24:17.966Z[ host-package] Compiling strip-ansi-escapes v0.2.0
25152024-10-18T22:24:18.776Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
25162024-10-18T22:24:20.566Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
25172024-10-18T22:24:20.683Z[ host-package] Compiling tabled_derive v0.7.0
25182024-10-18T22:24:21.023Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
25192024-10-18T22:24:22.302Z[ host-package] Compiling peg-macros v0.8.4
25202024-10-18T22:24:23.299Z[ host-package] Compiling strum_macros v0.24.3
25212024-10-18T22:24:23.301Z[ helios-setup] Oct 18 22:24:22.626 INFO E| info: installing component 'rustfmt'
25222024-10-18T22:24:24.574Z[ helios-setup] Oct 18 22:24:23.901 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
25232024-10-18T22:24:25.552Z[ helios-setup] Oct 18 22:24:24.878 INFO E| From https://github.com/oxidecomputer/amd-apcb
25242024-10-18T22:24:25.552Z[ helios-setup] Oct 18 22:24:24.878 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
25252024-10-18T22:24:25.552Z[ helios-setup] Oct 18 22:24:24.878 INFO E| * [new tag] v0.4.1 -> v0.4.1
25262024-10-18T22:24:25.583Z[ helios-setup] Oct 18 22:24:24.909 INFO E| * [new tag] v0.1.3 -> v0.1.3
25272024-10-18T22:24:25.583Z[ helios-setup] Oct 18 22:24:24.909 INFO E| * [new tag] v0.1.4 -> v0.1.4
25282024-10-18T22:24:25.586Z[ helios-setup] Oct 18 22:24:24.909 INFO E| * [new tag] v0.1.5 -> v0.1.5
25292024-10-18T22:24:25.586Z[ helios-setup] Oct 18 22:24:24.909 INFO E| * [new tag] v0.2.0 -> v0.2.0
25302024-10-18T22:24:25.586Z[ helios-setup] Oct 18 22:24:24.909 INFO E| * [new tag] v0.3.0 -> v0.3.0
25312024-10-18T22:24:25.586Z[ helios-setup] Oct 18 22:24:24.909 INFO E| * [new tag] v0.3.1 -> v0.3.1
25322024-10-18T22:24:25.586Z[ helios-setup] Oct 18 22:24:24.910 INFO E| * [new tag] v0.3.2 -> v0.3.2
25332024-10-18T22:24:25.586Z[ helios-setup] Oct 18 22:24:24.910 INFO E| * [new tag] v0.3.3 -> v0.3.3
25342024-10-18T22:24:25.586Z[ helios-setup] Oct 18 22:24:24.910 INFO E| * [new tag] v0.4.0 -> v0.4.0
25352024-10-18T22:24:25.652Z[ helios-setup] Oct 18 22:24:24.956 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
25362024-10-18T22:24:25.654Z[ host-package] Compiling kstat-rs v0.2.4
25372024-10-18T22:24:26.040Z[ host-package] Compiling sqlparser_derive v0.2.2
25382024-10-18T22:24:26.555Z[ helios-setup] Oct 18 22:24:25.881 INFO E| From https://github.com/oxidecomputer/amd-efs
25392024-10-18T22:24:26.555Z[ helios-setup] Oct 18 22:24:25.881 INFO E| * [new branch] empty -> origin/empty
25402024-10-18T22:24:26.557Z[ helios-setup] Oct 18 22:24:25.881 INFO E| * [new branch] issue-99 -> origin/issue-99
25412024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.881 INFO E| * [new branch] main -> origin/main
25422024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.882 INFO E| * [new branch] review -> origin/review
25432024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.882 INFO E| * [new ref] -> origin/HEAD
25442024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.882 INFO E| * [new tag] v0.2.0 -> v0.2.0
25452024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.882 INFO E| * [new tag] v0.2.1 -> v0.2.1
25462024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.882 INFO E| * [new tag] v0.2.2 -> v0.2.2
25472024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.2.3 -> v0.2.3
25482024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.2.4 -> v0.2.4
25492024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.2.5 -> v0.2.5
25502024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.2.6 -> v0.2.6
25512024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.2.7 -> v0.2.7
25522024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.3.0 -> v0.3.0
25532024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.883 INFO E| * [new tag] v0.3.1 -> v0.3.1
25542024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.884 INFO E| * [new tag] v0.4.0 -> v0.4.0
25552024-10-18T22:24:26.558Z[ helios-setup] Oct 18 22:24:25.884 INFO E| * [new tag] v0.4.1 -> v0.4.1
25562024-10-18T22:24:26.581Z[ helios-setup] Oct 18 22:24:25.908 INFO E| Updating crates.io index
25572024-10-18T22:24:26.597Z[ host-package] Compiling unicase v2.7.0
25582024-10-18T22:24:26.754Z[ helios-setup] Oct 18 22:24:26.080 INFO E| Downloading crates ...
25592024-10-18T22:24:26.885Z[ helios-setup] Oct 18 22:24:26.211 INFO E| Downloaded bytesize v1.3.0
25602024-10-18T22:24:26.888Z[ helios-setup] Oct 18 22:24:26.214 INFO E| Downloaded vec_map v0.8.2
25612024-10-18T22:24:26.891Z[ helios-setup] Oct 18 22:24:26.215 INFO E| Downloaded fletcher v0.1.0
25622024-10-18T22:24:26.894Z[ helios-setup] Oct 18 22:24:26.217 INFO E| Downloaded unic-ucd-ident v0.9.0
25632024-10-18T22:24:26.899Z[ helios-setup] Oct 18 22:24:26.220 INFO E| Downloaded strsim v0.8.0
25642024-10-18T22:24:26.899Z[ helios-setup] Oct 18 22:24:26.222 INFO E| Downloaded cfg-if v0.1.10
25652024-10-18T22:24:26.901Z[ helios-setup] Oct 18 22:24:26.224 INFO E| Downloaded unic-char-range v0.9.0
25662024-10-18T22:24:26.901Z[ helios-setup] Oct 18 22:24:26.226 INFO E| Downloaded ansi_term v0.12.1
25672024-10-18T22:24:26.904Z[ helios-setup] Oct 18 22:24:26.231 INFO E| Downloaded pest_derive v2.7.13
25682024-10-18T22:24:26.916Z[ helios-setup] Oct 18 22:24:26.242 INFO E| Downloaded unic-ucd-version v0.9.0
25692024-10-18T22:24:26.921Z[ helios-setup] Oct 18 22:24:26.244 INFO E| Downloaded unic-common v0.9.0
25702024-10-18T22:24:26.921Z[ helios-setup] Oct 18 22:24:26.246 INFO E| Downloaded textwrap v0.11.0
25712024-10-18T22:24:26.924Z[ helios-setup] Oct 18 22:24:26.248 INFO E| Downloaded parse_int v0.6.0
25722024-10-18T22:24:26.927Z[ helios-setup] Oct 18 22:24:26.252 INFO E| Downloaded strum v0.23.0
25732024-10-18T22:24:26.927Z[ helios-setup] Oct 18 22:24:26.252 INFO E| Downloaded semver v0.9.0
25742024-10-18T22:24:26.929Z[ helios-setup] Oct 18 22:24:26.253 INFO E| Downloaded proc-macro-crate v0.1.5
25752024-10-18T22:24:26.929Z[ helios-setup] Oct 18 22:24:26.255 INFO E| Downloaded structopt-derive v0.4.18
25762024-10-18T22:24:26.949Z[ helios-setup] Oct 18 22:24:26.256 INFO E| Downloaded pre v0.2.1
25772024-10-18T22:24:26.949Z[ helios-setup] Oct 18 22:24:26.257 INFO E| Downloaded unic-char-property v0.9.0
25782024-10-18T22:24:26.949Z[ helios-setup] Oct 18 22:24:26.259 INFO E| Downloaded rustc_version v0.2.3
25792024-10-18T22:24:26.949Z[ helios-setup] Oct 18 22:24:26.260 INFO E| Downloaded scroll_derive v0.10.5
25802024-10-18T22:24:26.949Z[ helios-setup] Oct 18 22:24:26.261 INFO E| Downloaded memoffset v0.5.6
25812024-10-18T22:24:26.949Z[ helios-setup] Oct 18 22:24:26.263 INFO E| Downloaded semver-parser v0.7.0
25822024-10-18T22:24:26.949Z[ helios-setup] Oct 18 22:24:26.264 INFO E| Downloaded strum_macros v0.23.1
25832024-10-18T22:24:26.949Z[ helios-setup] Oct 18 22:24:26.266 INFO E| Downloaded once_cell v1.20.1
25842024-10-18T22:24:26.949Z[ helios-setup] Oct 18 22:24:26.269 INFO E| Downloaded four-cc v0.3.0
25852024-10-18T22:24:26.949Z[ helios-setup] Oct 18 22:24:26.271 INFO E| Downloaded pre-proc-macro v0.2.1
25862024-10-18T22:24:26.952Z[ helios-setup] Oct 18 22:24:26.273 INFO E| Downloaded structopt v0.3.26
25872024-10-18T22:24:26.957Z[ helios-setup] Oct 18 22:24:26.282 INFO E| Downloaded proc-macro2 v1.0.86
25882024-10-18T22:24:26.959Z[ helios-setup] Oct 18 22:24:26.286 INFO E| Downloaded modular-bitfield v0.11.2
25892024-10-18T22:24:26.973Z[ helios-setup] Oct 18 22:24:26.299 INFO E| Downloaded pest v2.7.13
25902024-10-18T22:24:26.979Z[ host-package] Compiling indoc v1.0.9
25912024-10-18T22:24:26.982Z[ helios-setup] Oct 18 22:24:26.307 INFO E| Downloaded goblin v0.4.3
25922024-10-18T22:24:26.989Z[ helios-setup] Oct 18 22:24:26.315 INFO E| Downloaded clap v2.34.0
25932024-10-18T22:24:27.005Z[ helios-setup] Oct 18 22:24:26.325 INFO E| Downloaded scroll v0.10.2
25942024-10-18T22:24:27.005Z[ helios-setup] Oct 18 22:24:26.328 INFO E| Downloaded pest_meta v2.7.13
25952024-10-18T22:24:27.005Z[ helios-setup] Oct 18 22:24:26.331 INFO E| Downloaded pest_generator v2.7.13
25962024-10-18T22:24:27.008Z[ helios-setup] Oct 18 22:24:26.333 INFO E| Downloaded modular-bitfield-impl v0.11.2
25972024-10-18T22:24:27.066Z[ host-package] Compiling nu-ansi-term v0.50.1
25982024-10-18T22:24:27.093Z[ host-package] Compiling unicode_categories v0.1.1
25992024-10-18T22:24:27.096Z[ helios-setup] Oct 18 22:24:26.419 INFO E| Compiling proc-macro2 v1.0.86
26002024-10-18T22:24:27.096Z[ helios-setup] Oct 18 22:24:26.419 INFO E| Compiling unicode-ident v1.0.13
26012024-10-18T22:24:27.096Z[ helios-setup] Oct 18 22:24:26.419 INFO E| Compiling syn v1.0.109
26022024-10-18T22:24:27.096Z[ helios-setup] Oct 18 22:24:26.419 INFO E| Compiling version_check v0.9.5
26032024-10-18T22:24:27.096Z[ helios-setup] Oct 18 22:24:26.419 INFO E| Compiling memchr v2.7.4
26042024-10-18T22:24:27.096Z[ helios-setup] Oct 18 22:24:26.419 INFO E| Compiling semver-parser v0.7.0
26052024-10-18T22:24:27.096Z[ helios-setup] Oct 18 22:24:26.420 INFO E| Compiling thiserror v1.0.64
26062024-10-18T22:24:27.096Z[ helios-setup] Oct 18 22:24:26.420 INFO E| Compiling autocfg v1.4.0
26072024-10-18T22:24:27.096Z[ host-package] Compiling sqlparser v0.45.0
26082024-10-18T22:24:27.277Z[ host-package] Compiling rustyline v14.0.0
26092024-10-18T22:24:27.929Z[ host-package] Compiling reedline v0.35.0
26102024-10-18T22:24:28.069Z[ host-package] Compiling sqlformat v0.2.6
26112024-10-18T22:24:28.152Z[ helios-setup] Oct 18 22:24:27.478 INFO E| Compiling semver v0.9.0
26122024-10-18T22:24:28.289Z[ helios-setup] Oct 18 22:24:27.615 INFO E| Compiling proc-macro-error-attr v1.0.4
26132024-10-18T22:24:28.384Z[ helios-setup] Oct 18 22:24:27.710 INFO E| Compiling serde v1.0.210
26142024-10-18T22:24:28.663Z[ helios-setup] Oct 18 22:24:27.989 INFO E| Compiling proc-macro-error v1.0.4
26152024-10-18T22:24:29.029Z[ helios-setup] Oct 18 22:24:28.355 INFO E| Compiling rustc_version v0.2.3
26162024-10-18T22:24:29.508Z[ helios-setup] Oct 18 22:24:28.834 INFO E| Compiling serde_json v1.0.128
26172024-10-18T22:24:29.535Z[ helios-setup] Oct 18 22:24:28.861 INFO E| Compiling num-traits v0.2.19
26182024-10-18T22:24:29.759Z[ helios-setup] Oct 18 22:24:29.083 INFO E| Compiling ryu v1.0.18
26192024-10-18T22:24:29.862Z[ helios-setup] Oct 18 22:24:29.187 INFO E| Compiling unicode-segmentation v1.12.0
26202024-10-18T22:24:29.927Z[ helios-setup] Oct 18 22:24:29.245 INFO E| Compiling schemars v0.8.21
26212024-10-18T22:24:30.427Z[ helios-setup] Oct 18 22:24:29.753 INFO E| Compiling itoa v1.0.11
26222024-10-18T22:24:30.451Z[ helios-setup] Oct 18 22:24:29.758 INFO E| Compiling pre-proc-macro v0.2.1
26232024-10-18T22:24:30.752Z[ helios-setup] Oct 18 22:24:30.078 INFO E| Compiling memoffset v0.5.6
26242024-10-18T22:24:30.894Z[ helios-setup] Oct 18 22:24:30.220 INFO E| Compiling quote v1.0.37
26252024-10-18T22:24:30.911Z[ host-package] Compiling peg v0.8.4
26262024-10-18T22:24:31.041Z[ helios-setup] Oct 18 22:24:30.366 INFO E| Compiling dyn-clone v1.0.17
26272024-10-18T22:24:31.154Z[ helios-setup] Oct 18 22:24:30.480 INFO E| Compiling libc v0.2.159
26282024-10-18T22:24:31.339Z[ helios-setup] Oct 18 22:24:30.665 INFO E| Compiling heck v0.3.3
26292024-10-18T22:24:31.422Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
26302024-10-18T22:24:31.499Z[ helios-setup] Oct 18 22:24:30.825 INFO E| Compiling lazy_static v1.5.0
26312024-10-18T22:24:31.554Z[ helios-setup] Oct 18 22:24:30.880 INFO E| Compiling syn v2.0.79
26322024-10-18T22:24:31.708Z[ helios-setup] Oct 18 22:24:31.034 INFO E| Compiling paste v1.0.15
26332024-10-18T22:24:32.011Z[ helios-setup] Oct 18 22:24:31.336 INFO E| Compiling ucd-trie v0.1.7
26342024-10-18T22:24:32.050Z[ helios-setup] Oct 18 22:24:31.375 INFO E| Compiling rustversion v1.0.17
26352024-10-18T22:24:32.844Z[ helios-setup] Oct 18 22:24:32.169 INFO E| Compiling pre v0.2.1
26362024-10-18T22:24:33.413Z[ helios-setup] Oct 18 22:24:32.739 INFO E| Compiling cfg-if v0.1.10
26372024-10-18T22:24:33.512Z[ helios-setup] Oct 18 22:24:32.838 INFO E| Compiling byteorder v1.5.0
26382024-10-18T22:24:33.560Z[ helios-setup] Oct 18 22:24:32.885 INFO E| Compiling once_cell v1.20.1
26392024-10-18T22:24:33.810Z[ helios-setup] Oct 18 22:24:33.135 INFO E| Compiling static_assertions v1.1.0
26402024-10-18T22:24:34.517Z[ helios-setup] Oct 18 22:24:33.843 INFO E| Compiling unicode-width v0.1.14
26412024-10-18T22:24:35.378Z[ helios-setup] Oct 18 22:24:34.703 INFO E| Compiling textwrap v0.11.0
26422024-10-18T22:24:36.075Z[ helios-setup] Oct 18 22:24:35.401 INFO E| Compiling atty v0.2.14
26432024-10-18T22:24:36.381Z[ helios-setup] Oct 18 22:24:35.706 INFO E| Compiling strum v0.23.0
26442024-10-18T22:24:36.543Z[ helios-setup] Oct 18 22:24:35.868 INFO E| Compiling bitflags v1.3.2
26452024-10-18T22:24:36.639Z[ helios-setup] Oct 18 22:24:35.964 INFO E| Compiling parse_int v0.6.0
26462024-10-18T22:24:36.745Z[ helios-setup] Oct 18 22:24:36.070 INFO E| Compiling strsim v0.8.0
26472024-10-18T22:24:36.784Z[ helios-setup] Oct 18 22:24:36.110 INFO E| Compiling unic-common v0.9.0
26482024-10-18T22:24:36.877Z[ helios-setup] Oct 18 22:24:36.202 INFO E| Compiling vec_map v0.8.2
26492024-10-18T22:24:37.066Z[ helios-setup] Oct 18 22:24:36.391 INFO E| Compiling unic-char-range v0.9.0
26502024-10-18T22:24:37.112Z[ helios-setup] Oct 18 22:24:36.437 INFO E| Compiling fletcher v0.1.0
26512024-10-18T22:24:37.473Z[ helios-setup] Oct 18 22:24:36.794 INFO E| Compiling ansi_term v0.12.1
26522024-10-18T22:24:37.488Z[ helios-setup] Oct 18 22:24:36.813 INFO E| Compiling unic-char-property v0.9.0
26532024-10-18T22:24:37.500Z[ helios-setup] Oct 18 22:24:36.826 INFO E| Compiling unic-ucd-version v0.9.0
26542024-10-18T22:24:37.508Z[ helios-setup] Oct 18 22:24:36.833 INFO E| Compiling log v0.4.22
26552024-10-18T22:24:37.702Z[ helios-setup] Oct 18 22:24:37.027 INFO E| Compiling plain v0.2.3
26562024-10-18T22:24:37.736Z[ helios-setup] Oct 18 22:24:37.061 INFO E| Compiling unic-ucd-ident v0.9.0
26572024-10-18T22:24:38.033Z[ helios-setup] Oct 18 22:24:37.358 INFO E| Compiling bytesize v1.3.0
26582024-10-18T22:24:38.416Z[ helios-setup] Oct 18 22:24:37.741 INFO E| Compiling clap v2.34.0
26592024-10-18T22:24:39.826Z[ helios-setup] Oct 18 22:24:39.151 INFO E| Compiling serde_derive_internals v0.29.1
26602024-10-18T22:24:41.330Z[ host-package] Compiling tabled v0.15.0
26612024-10-18T22:24:42.837Z[ helios-setup] Oct 18 22:24:42.162 INFO E| Compiling toml v0.5.11
26622024-10-18T22:24:45.994Z[ helios-setup] Oct 18 22:24:45.317 INFO E| Compiling proc-macro-crate v0.1.5
26632024-10-18T22:24:46.738Z[ helios-setup] Oct 18 22:24:46.063 INFO E| Compiling thiserror-impl v1.0.64
26642024-10-18T22:24:46.892Z[ helios-setup] Oct 18 22:24:46.216 INFO E| Compiling serde_derive v1.0.210
26652024-10-18T22:24:47.183Z[ helios-setup] Oct 18 22:24:46.508 INFO E| Compiling schemars_derive v0.8.21
26662024-10-18T22:24:47.830Z[ helios-setup] Oct 18 22:24:47.154 INFO E| Compiling zerocopy-derive v0.6.6
26672024-10-18T22:24:48.170Z[ helios-setup] Oct 18 22:24:47.495 INFO E| Compiling num-derive v0.4.2
26682024-10-18T22:24:49.948Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26692024-10-18T22:24:51.526Z[ helios-setup] Oct 18 22:24:50.850 INFO E| Compiling zerocopy v0.6.6
26702024-10-18T22:24:52.608Z[ helios-setup] Oct 18 22:24:51.931 INFO E| Compiling pest v2.7.13
26712024-10-18T22:24:53.476Z[ helios-setup] Oct 18 22:24:52.799 INFO E| Compiling modular-bitfield-impl v0.11.2
26722024-10-18T22:24:53.476Z[ helios-setup] Oct 18 22:24:52.799 INFO E| Compiling strum_macros v0.23.1
26732024-10-18T22:24:53.635Z[ helios-setup] Oct 18 22:24:52.959 INFO E| Compiling scroll_derive v0.10.5
26742024-10-18T22:24:55.317Z[ helios-setup] Oct 18 22:24:54.640 INFO E| Compiling structopt-derive v0.4.18
26752024-10-18T22:24:59.523Z[ helios-setup] Oct 18 22:24:56.211 INFO E| Compiling scroll v0.10.2
26762024-10-18T22:24:59.544Z[ helios-setup] Oct 18 22:24:56.999 INFO E| Compiling pest_meta v2.7.13
26772024-10-18T22:24:59.544Z[ helios-setup] Oct 18 22:24:57.392 INFO E| Compiling goblin v0.4.3
26782024-10-18T22:24:59.544Z[ helios-setup] Oct 18 22:24:58.164 INFO E| Compiling modular-bitfield v0.11.2
26792024-10-18T22:25:00.299Z[ helios-setup] Oct 18 22:24:59.603 INFO E| Compiling pest_generator v2.7.13
26802024-10-18T22:25:01.152Z[ helios-setup] Oct 18 22:25:00.475 INFO E| Compiling structopt v0.3.26
26812024-10-18T22:25:04.553Z[ host-package] Compiling derive_builder v0.20.2
26822024-10-18T22:25:05.204Z[ helios-setup] Oct 18 22:25:04.526 INFO E| Compiling pest_derive v2.7.13
26832024-10-18T22:25:09.907Z[ helios-setup] Oct 18 22:25:09.229 INFO E| Compiling json5 v0.4.1
26842024-10-18T22:25:11.172Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
26852024-10-18T22:25:12.667Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e)
26862024-10-18T22:25:15.250Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
26872024-10-18T22:25:15.300Z[ helios-setup] Oct 18 22:25:14.622 INFO E| Compiling four-cc v0.3.0
26882024-10-18T22:25:15.301Z[ helios-setup] Oct 18 22:25:14.622 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
26892024-10-18T22:25:15.534Z[ helios-setup] Oct 18 22:25:14.856 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
26902024-10-18T22:25:15.854Z[ host-package] Compiling bcs v0.1.6
26912024-10-18T22:25:16.298Z[ host-package] Compiling oso-derive v0.27.3
26922024-10-18T22:25:17.618Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
26932024-10-18T22:25:17.732Z[ host-package] Compiling libz-sys v1.1.20
26942024-10-18T22:25:18.810Z[ host-package] Compiling quick-xml v0.33.0
26952024-10-18T22:25:21.520Z[ host-package] Compiling diesel-dtrace v0.3.0
26962024-10-18T22:25:21.928Z[ host-package] Compiling parking_lot_core v0.8.6
26972024-10-18T22:25:23.142Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
26982024-10-18T22:25:26.687Z[ host-package] Compiling oso v0.27.3
26992024-10-18T22:25:47.042Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27002024-10-18T22:25:48.936Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27012024-10-18T22:25:55.144Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
27022024-10-18T22:25:58.765Z[ helios-setup] Oct 18 22:25:58.083 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
27032024-10-18T22:25:58.800Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
27042024-10-18T22:25:59.348Z[ host-package] Compiling bb8 v0.8.5
27052024-10-18T22:26:00.183Z[ host-package] Compiling const_format_proc_macros v0.2.33
27062024-10-18T22:26:02.693Z[ host-package] Compiling const_format v0.2.33
27072024-10-18T22:26:04.081Z[ host-package] Compiling async-bb8-diesel v0.2.1
27082024-10-18T22:26:06.890Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
27092024-10-18T22:26:07.926Z[ host-package] Compiling atty v0.2.14
27102024-10-18T22:26:08.165Z[ host-package] Compiling salty v0.3.0
27112024-10-18T22:26:13.230Z[ host-package] Compiling parking_lot v0.11.2
27122024-10-18T22:26:13.526Z[ helios-setup] Oct 18 22:26:12.843 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
27132024-10-18T22:26:15.505Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
27142024-10-18T22:26:15.581Z[ host-package] Compiling sled v0.34.7
27152024-10-18T22:26:17.245Z[ host-package] Compiling mime_guess v2.0.5
27162024-10-18T22:26:21.045Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
27172024-10-18T22:26:21.086Z[ host-package] Compiling hickory-client v0.24.1
27182024-10-18T22:26:23.633Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
27192024-10-18T22:26:23.663Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
27202024-10-18T22:26:25.270Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
27212024-10-18T22:26:26.792Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
27222024-10-18T22:26:28.584Z[ host-package] Compiling hickory-server v0.24.1
27232024-10-18T22:26:35.395Z[ host-package] Compiling primeorder v0.13.6
27242024-10-18T22:26:36.129Z[ host-package] Compiling vergen v8.3.2
27252024-10-18T22:26:36.565Z[ host-package] Compiling env_filter v0.1.2
27262024-10-18T22:26:43.499Z[ host-package] Compiling cargo-platform v0.1.8
27272024-10-18T22:26:44.267Z[ host-package] Compiling nanorand v0.7.0
27282024-10-18T22:26:45.504Z[ host-package] Compiling memoffset v0.9.1
27292024-10-18T22:26:46.239Z[ host-package] Compiling flume v0.11.0
27302024-10-18T22:26:47.514Z[ host-package] Compiling cargo_metadata v0.18.1
27312024-10-18T22:26:48.921Z[ host-package] Compiling env_logger v0.11.5
27322024-10-18T22:26:50.613Z[ host-package] Compiling p384 v0.13.0
27332024-10-18T22:26:51.700Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
27342024-10-18T22:26:53.627Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
27352024-10-18T22:26:54.626Z[ helios-setup] Oct 18 22:26:53.939 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 30s
27362024-10-18T22:26:54.663Z[ helios-setup] Oct 18 22:26:53.976 INFO building project "amd-host-image-builder" ok (180 seconds)
27372024-10-18T22:26:54.663Z[ helios-setup] Oct 18 22:26:53.976 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
27382024-10-18T22:26:54.666Z[ helios-setup] Oct 18 22:26:53.976 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
27392024-10-18T22:26:55.051Z[ helios-setup] Oct 18 22:26:54.364 INFO E| Downloading crates ...
27402024-10-18T22:26:55.203Z[ helios-setup] Oct 18 22:26:54.516 INFO E| Downloaded miniz_oxide v0.7.2
27412024-10-18T22:26:55.266Z[ helios-setup] Oct 18 22:26:54.579 INFO E| Compiling adler v1.0.2
27422024-10-18T22:26:55.429Z[ helios-setup] Oct 18 22:26:54.741 INFO E| Compiling miniz_oxide v0.7.2
27432024-10-18T22:26:57.389Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
27442024-10-18T22:26:57.941Z[ helios-setup] Oct 18 22:26:57.254 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
27452024-10-18T22:26:58.918Z[ helios-setup] Oct 18 22:26:58.229 INFO E| Finished `release` profile [optimized] target(s) in 4.16s
27462024-10-18T22:26:58.931Z[ helios-setup] Oct 18 22:26:58.244 INFO building project "pinprick" ok (4 seconds)
27472024-10-18T22:26:58.931Z[ helios-setup] Oct 18 22:26:58.244 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
27482024-10-18T22:26:58.934Z[ helios-setup] Oct 18 22:26:58.244 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
27492024-10-18T22:26:59.243Z[ helios-setup] Oct 18 22:26:58.555 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
27502024-10-18T22:27:00.259Z[ helios-setup] Oct 18 22:26:59.572 INFO E| From https://github.com/oxidecomputer/progenitor
27512024-10-18T22:27:00.259Z[ helios-setup] Oct 18 22:26:59.572 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
27522024-10-18T22:27:00.294Z[ helios-setup] Oct 18 22:26:59.606 INFO E| * [new tag] v0.1.1 -> v0.1.1
27532024-10-18T22:27:00.294Z[ helios-setup] Oct 18 22:26:59.606 INFO E| * [new tag] v0.2.0 -> v0.2.0
27542024-10-18T22:27:00.442Z[ helios-setup] Oct 18 22:26:59.754 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
27552024-10-18T22:27:00.948Z[ helios-setup] Oct 18 22:27:00.260 INFO E| From https://github.com/jclulow/hiercmd
27562024-10-18T22:27:00.948Z[ helios-setup] Oct 18 22:27:00.260 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
27572024-10-18T22:27:00.970Z[ helios-setup] Oct 18 22:27:00.283 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
27582024-10-18T22:27:01.508Z[ helios-setup] Oct 18 22:27:00.820 INFO E| From https://github.com/jclulow/network-interface
27592024-10-18T22:27:01.508Z[ helios-setup] Oct 18 22:27:00.820 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
27602024-10-18T22:27:01.532Z[ helios-setup] Oct 18 22:27:00.844 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
27612024-10-18T22:27:02.091Z[ helios-setup] Oct 18 22:27:01.403 INFO E| From https://github.com/oxidecomputer/boot-image-tools
27622024-10-18T22:27:02.095Z[ helios-setup] Oct 18 22:27:01.403 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
27632024-10-18T22:27:02.162Z[ helios-setup] Oct 18 22:27:01.474 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
27642024-10-18T22:27:02.951Z[ helios-setup] Oct 18 22:27:02.263 INFO E| From https://github.com/oxidecomputer/facade
27652024-10-18T22:27:02.951Z[ helios-setup] Oct 18 22:27:02.263 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
27662024-10-18T22:27:02.998Z[ helios-setup] Oct 18 22:27:02.310 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
27672024-10-18T22:27:03.776Z[ helios-setup] Oct 18 22:27:03.087 INFO E| From https://github.com/oxidecomputer/dropshot
27682024-10-18T22:27:03.776Z[ helios-setup] Oct 18 22:27:03.087 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
27692024-10-18T22:27:03.811Z[ helios-setup] Oct 18 22:27:03.123 INFO E| * [new tag] v0.3.0 -> v0.3.0
27702024-10-18T22:27:03.811Z[ helios-setup] Oct 18 22:27:03.123 INFO E| * [new tag] v0.4.0 -> v0.4.0
27712024-10-18T22:27:03.814Z[ helios-setup] Oct 18 22:27:03.123 INFO E| * [new tag] v0.5.0 -> v0.5.0
27722024-10-18T22:27:03.814Z[ helios-setup] Oct 18 22:27:03.124 INFO E| * [new tag] v0.5.1 -> v0.5.1
27732024-10-18T22:27:03.814Z[ helios-setup] Oct 18 22:27:03.124 INFO E| * [new tag] v0.6.0 -> v0.6.0
27742024-10-18T22:27:03.814Z[ helios-setup] Oct 18 22:27:03.124 INFO E| * [new tag] v0.7.0 -> v0.7.0
27752024-10-18T22:27:03.814Z[ helios-setup] Oct 18 22:27:03.124 INFO E| * [new tag] v0.8.0 -> v0.8.0
27762024-10-18T22:27:03.814Z[ helios-setup] Oct 18 22:27:03.124 INFO E| * [new tag] v0.9.0 -> v0.9.0
27772024-10-18T22:27:03.865Z[ helios-setup] Oct 18 22:27:03.177 INFO E| Updating crates.io index
27782024-10-18T22:27:03.901Z[ helios-setup] Oct 18 22:27:03.213 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
27792024-10-18T22:27:04.298Z[ host-package] Compiling git2 v0.19.0
27802024-10-18T22:27:05.064Z[ helios-setup] Oct 18 22:27:04.376 INFO E| From https://github.com/oxidecomputer/typify
27812024-10-18T22:27:05.064Z[ helios-setup] Oct 18 22:27:04.376 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
27822024-10-18T22:27:05.096Z[ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.10 -> v0.0.10
27832024-10-18T22:27:05.096Z[ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.11 -> v0.0.11
27842024-10-18T22:27:05.096Z[ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.4 -> v0.0.4
27852024-10-18T22:27:05.098Z[ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.5 -> v0.0.5
27862024-10-18T22:27:05.098Z[ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.7 -> v0.0.7
27872024-10-18T22:27:05.098Z[ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.8 -> v0.0.8
27882024-10-18T22:27:05.098Z[ helios-setup] Oct 18 22:27:04.408 INFO E| * [new tag] v0.0.9 -> v0.0.9
27892024-10-18T22:27:05.130Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
27902024-10-18T22:27:05.540Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
27912024-10-18T22:27:05.610Z[ helios-setup] Oct 18 22:27:04.922 INFO E| Downloading crates ...
27922024-10-18T22:27:05.772Z[ helios-setup] Oct 18 22:27:05.084 INFO E| Downloaded anstream v0.2.6
27932024-10-18T22:27:05.808Z[ helios-setup] Oct 18 22:27:05.120 INFO E| Downloaded async-stream v0.3.5
27942024-10-18T22:27:05.811Z[ helios-setup] Oct 18 22:27:05.123 INFO E| Downloaded project-root v0.2.2
27952024-10-18T22:27:05.814Z[ helios-setup] Oct 18 22:27:05.124 INFO E| Downloaded concolor-query v0.3.3
27962024-10-18T22:27:05.817Z[ helios-setup] Oct 18 22:27:05.126 INFO E| Downloaded async-trait v0.1.68
27972024-10-18T22:27:05.821Z[ helios-setup] Oct 18 22:27:05.130 INFO E| Downloaded crossbeam-deque v0.8.2
27982024-10-18T22:27:05.821Z[ helios-setup] Oct 18 22:27:05.133 INFO E| Downloaded const-random-macro v0.1.15
27992024-10-18T22:27:05.824Z[ helios-setup] Oct 18 22:27:05.134 INFO E| Downloaded is-terminal v0.4.7
28002024-10-18T22:27:05.827Z[ helios-setup] Oct 18 22:27:05.136 INFO E| Downloaded dyn-clone v1.0.11
28012024-10-18T22:27:05.827Z[ helios-setup] Oct 18 22:27:05.139 INFO E| Downloaded autocfg v1.1.0
28022024-10-18T22:27:05.829Z[ helios-setup] Oct 18 22:27:05.141 INFO E| Downloaded built v0.6.0
28032024-10-18T22:27:05.832Z[ helios-setup] Oct 18 22:27:05.143 INFO E| Downloaded semver v0.11.0
28042024-10-18T22:27:05.834Z[ helios-setup] Oct 18 22:27:05.146 INFO E| Downloaded serde_spanned v0.6.1
28052024-10-18T22:27:05.837Z[ helios-setup] Oct 18 22:27:05.147 INFO E| Downloaded num_enum v0.5.7
28062024-10-18T22:27:05.843Z[ helios-setup] Oct 18 22:27:05.155 INFO E| Downloaded rustls-pemfile v1.0.2
28072024-10-18T22:27:05.848Z[ helios-setup] Oct 18 22:27:05.158 INFO E| Downloaded smartstring v1.0.1
28082024-10-18T22:27:05.852Z[ helios-setup] Oct 18 22:27:05.163 INFO E| Downloaded percent-encoding v2.2.0
28092024-10-18T22:27:05.855Z[ helios-setup] Oct 18 22:27:05.164 INFO E| Downloaded proc-macro-crate v1.2.1
28102024-10-18T22:27:05.855Z[ helios-setup] Oct 18 22:27:05.166 INFO E| Downloaded clap_lex v0.4.1
28112024-10-18T22:27:05.857Z[ helios-setup] Oct 18 22:27:05.168 INFO E| Downloaded anstyle v0.3.5
28122024-10-18T22:27:05.860Z[ helios-setup] Oct 18 22:27:05.170 INFO E| Downloaded try-lock v0.2.4
28132024-10-18T22:27:05.860Z[ helios-setup] Oct 18 22:27:05.171 INFO E| Downloaded futures-sink v0.3.28
28142024-10-18T22:27:05.863Z[ helios-setup] Oct 18 22:27:05.172 INFO E| Downloaded slog-bunyan v2.4.0
28152024-10-18T22:27:05.863Z[ helios-setup] Oct 18 22:27:05.174 INFO E| Downloaded want v0.3.0
28162024-10-18T22:27:05.866Z[ helios-setup] Oct 18 22:27:05.175 INFO E| Downloaded toolchain_find v0.2.0
28172024-10-18T22:27:05.868Z[ helios-setup] Oct 18 22:27:05.177 INFO E| Downloaded const-random v0.1.15
28182024-10-18T22:27:05.868Z[ helios-setup] Oct 18 22:27:05.179 INFO E| Downloaded slab v0.4.7
28192024-10-18T22:27:05.871Z[ helios-setup] Oct 18 22:27:05.181 INFO E| Downloaded sha2 v0.10.6
28202024-10-18T22:27:05.873Z[ helios-setup] Oct 18 22:27:05.184 INFO E| Downloaded io-lifetimes v1.0.10
28212024-10-18T22:27:05.876Z[ helios-setup] Oct 18 22:27:05.188 INFO E| Downloaded httparse v1.8.0
28222024-10-18T22:27:05.880Z[ helios-setup] Oct 18 22:27:05.192 INFO E| Downloaded toml_datetime v0.6.1
28232024-10-18T22:27:05.882Z[ helios-setup] Oct 18 22:27:05.194 INFO E| Downloaded rhai_codegen v1.5.0
28242024-10-18T22:27:05.895Z[ helios-setup] Oct 18 22:27:05.207 INFO E| Downloaded parking_lot_core v0.9.6
28252024-10-18T22:27:05.898Z[ helios-setup] Oct 18 22:27:05.210 INFO E| Downloaded tower-service v0.3.2
28262024-10-18T22:27:05.901Z[ helios-setup] Oct 18 22:27:05.212 INFO E| Downloaded pin-project-lite v0.2.9
28272024-10-18T22:27:05.908Z[ helios-setup] Oct 18 22:27:05.220 INFO E| Downloaded lock_api v0.4.9
28282024-10-18T22:27:05.910Z[ helios-setup] Oct 18 22:27:05.222 INFO E| Downloaded schemars_derive v0.8.12
28292024-10-18T22:27:05.913Z[ helios-setup] Oct 18 22:27:05.224 INFO E| Downloaded tokio-tungstenite v0.18.0
28302024-10-18T22:27:05.916Z[ helios-setup] Oct 18 22:27:05.228 INFO E| Downloaded httpdate v1.0.2
28312024-10-18T22:27:05.921Z[ helios-setup] Oct 18 22:27:05.229 INFO E| Downloaded digest v0.10.6
28322024-10-18T22:27:05.922Z[ helios-setup] Oct 18 22:27:05.232 INFO E| Downloaded smawk v0.3.1
28332024-10-18T22:27:05.924Z[ helios-setup] Oct 18 22:27:05.234 INFO E| Downloaded signal-hook-registry v1.4.0
28342024-10-18T22:27:05.924Z[ helios-setup] Oct 18 22:27:05.236 INFO E| Downloaded socket2 v0.4.9
28352024-10-18T22:27:05.927Z[ helios-setup] Oct 18 22:27:05.239 INFO E| Downloaded once_cell v1.17.0
28362024-10-18T22:27:05.931Z[ helios-setup] Oct 18 22:27:05.243 INFO E| Downloaded anyhow v1.0.68
28372024-10-18T22:27:05.937Z[ helios-setup] Oct 18 22:27:05.249 INFO E| Downloaded strsim v0.10.0
28382024-10-18T22:27:05.939Z[ helios-setup] Oct 18 22:27:05.251 INFO E| Downloaded unicode-ident v1.0.8
28392024-10-18T22:27:05.943Z[ helios-setup] Oct 18 22:27:05.255 INFO E| Downloaded thiserror v1.0.38
28402024-10-18T22:27:05.949Z[ helios-setup] Oct 18 22:27:05.261 INFO E| Downloaded scopeguard v1.1.0
28412024-10-18T22:27:05.951Z[ helios-setup] Oct 18 22:27:05.263 INFO E| Downloaded terminal_size v0.2.6
28422024-10-18T22:27:05.954Z[ helios-setup] Oct 18 22:27:05.265 INFO E| Downloaded ryu v1.0.13
28432024-10-18T22:27:05.958Z[ helios-setup] Oct 18 22:27:05.270 INFO E| Downloaded utf8parse v0.2.1
28442024-10-18T22:27:05.961Z[ helios-setup] Oct 18 22:27:05.272 INFO E| Downloaded either v1.8.0
28452024-10-18T22:27:05.963Z[ helios-setup] Oct 18 22:27:05.274 INFO E| Downloaded url v2.3.1
28462024-10-18T22:27:05.967Z[ helios-setup] Oct 18 22:27:05.279 INFO E| Downloaded ipnet v2.7.2
28472024-10-18T22:27:05.970Z[ helios-setup] Oct 18 22:27:05.282 INFO E| Downloaded tokio-rustls v0.24.0
28482024-10-18T22:27:05.972Z[ helios-setup] Oct 18 22:27:05.284 INFO E| Downloaded serde v1.0.204
28492024-10-18T22:27:05.978Z[ helios-setup] Oct 18 22:27:05.290 INFO E| Downloaded uuid v1.3.0
28502024-10-18T22:27:06.010Z[ helios-setup] Oct 18 22:27:05.321 INFO E| Downloaded tungstenite v0.18.0
28512024-10-18T22:27:06.014Z[ helios-setup] Oct 18 22:27:05.326 INFO E| Downloaded schemars v0.8.12
28522024-10-18T22:27:06.032Z[ helios-setup] Oct 18 22:27:05.344 INFO E| Downloaded unsafe-libyaml v0.2.8
28532024-10-18T22:27:06.037Z[ helios-setup] Oct 18 22:27:05.349 INFO E| Downloaded unicode-normalization v0.1.22
28542024-10-18T22:27:06.043Z[ helios-setup] Oct 18 22:27:05.355 INFO E| Downloaded unicode-linebreak v0.1.4
28552024-10-18T22:27:06.046Z[ helios-setup] Oct 18 22:27:05.358 INFO E| Downloaded winnow v0.4.1
28562024-10-18T22:27:06.061Z[ helios-setup] Oct 18 22:27:05.373 INFO E| Downloaded serde_json v1.0.95
28572024-10-18T22:27:06.077Z[ helios-setup] Oct 18 22:27:05.389 INFO E| Downloaded syn v2.0.72
28582024-10-18T22:27:06.101Z[ helios-setup] Oct 18 22:27:05.413 INFO E| Downloaded syn v1.0.107
28592024-10-18T22:27:06.120Z[ helios-setup] Oct 18 22:27:05.432 INFO E| Downloaded crossbeam-channel v0.5.6
28602024-10-18T22:27:06.128Z[ helios-setup] Oct 18 22:27:05.440 INFO E| Downloaded tokio v1.27.0
28612024-10-18T22:27:06.197Z[ helios-setup] Oct 18 22:27:05.509 INFO E| Downloaded pest v2.5.7
28622024-10-18T22:27:06.207Z[ helios-setup] Oct 18 22:27:05.519 INFO E| Downloaded clap_builder v4.2.1
28632024-10-18T22:27:06.220Z[ helios-setup] Oct 18 22:27:05.532 INFO E| Downloaded aho-corasick v0.7.20
28642024-10-18T22:27:06.228Z[ helios-setup] Oct 18 22:27:05.539 INFO E| Downloaded futures-util v0.3.28
28652024-10-18T22:27:06.250Z[ helios-setup] Oct 18 22:27:05.562 INFO E| Downloaded h2 v0.3.16
28662024-10-18T22:27:06.261Z[ helios-setup] Oct 18 22:27:05.573 INFO E| Downloaded reqwest v0.11.16
28672024-10-18T22:27:06.276Z[ helios-setup] Oct 18 22:27:05.588 INFO E| Downloaded hyper v0.14.25
28682024-10-18T22:27:06.290Z[ helios-setup] Oct 18 22:27:05.602 INFO E| Downloaded rayon v1.6.1
28692024-10-18T22:27:06.319Z[ helios-setup] Oct 18 22:27:05.630 INFO E| Downloaded git2 v0.16.1
28702024-10-18T22:27:06.333Z[ helios-setup] Oct 18 22:27:05.644 INFO E| Downloaded chrono v0.4.24
28712024-10-18T22:27:06.364Z[ helios-setup] Oct 18 22:27:05.657 INFO E| Downloaded mio v0.8.5
28722024-10-18T22:27:06.384Z[ helios-setup] Oct 18 22:27:05.667 INFO E| Downloaded regress v0.5.0
28732024-10-18T22:27:06.384Z[ helios-setup] Oct 18 22:27:05.679 INFO E| Downloaded rustix v0.37.3
28742024-10-18T22:27:06.402Z[ helios-setup] Oct 18 22:27:05.713 INFO E| Downloaded regex v1.7.3
28752024-10-18T22:27:06.416Z[ helios-setup] Oct 18 22:27:05.727 INFO E| Downloaded rustls v0.21.0
28762024-10-18T22:27:06.434Z[ helios-setup] Oct 18 22:27:05.746 INFO E| Downloaded rhai v1.14.0
28772024-10-18T22:27:06.456Z[ helios-setup] Oct 18 22:27:05.767 INFO E| Downloaded openapiv3 v1.0.2
28782024-10-18T22:27:06.477Z[ helios-setup] Oct 18 22:27:05.789 INFO E| Downloaded sct v0.7.0
28792024-10-18T22:27:06.484Z[ helios-setup] Oct 18 22:27:05.795 INFO E| Downloaded rustls-webpki v0.100.1
28802024-10-18T22:27:06.494Z[ helios-setup] Oct 18 22:27:05.806 INFO E| Downloaded cc v1.0.78
28812024-10-18T22:27:06.498Z[ helios-setup] Oct 18 22:27:05.810 INFO E| Downloaded tracing-core v0.1.30
28822024-10-18T22:27:06.503Z[ helios-setup] Oct 18 22:27:05.815 INFO E| Downloaded tokio-util v0.7.7
28832024-10-18T22:27:06.515Z[ helios-setup] Oct 18 22:27:05.826 INFO E| Downloaded parking_lot v0.12.1
28842024-10-18T22:27:06.519Z[ helios-setup] Oct 18 22:27:05.831 INFO E| Downloaded libc v0.2.139
28852024-10-18T22:27:06.562Z[ helios-setup] Oct 18 22:27:05.874 INFO E| Downloaded http v0.2.9
28862024-10-18T22:27:06.591Z[ helios-setup] Oct 18 22:27:05.902 INFO E| Downloaded tracing v0.1.37
28872024-10-18T22:27:06.597Z[ helios-setup] Oct 18 22:27:05.909 INFO E| Downloaded toml_edit v0.19.8
28882024-10-18T22:27:06.627Z[ helios-setup] Oct 18 22:27:05.938 INFO E| Downloaded serde_yaml v0.9.21
28892024-10-18T22:27:06.632Z[ helios-setup] Oct 18 22:27:05.944 INFO E| Downloaded serde_derive v1.0.204
28902024-10-18T22:27:06.637Z[ helios-setup] Oct 18 22:27:05.949 INFO E| Downloaded num-integer v0.1.45
28912024-10-18T22:27:06.640Z[ helios-setup] Oct 18 22:27:05.952 INFO E| Downloaded crossbeam-epoch v0.9.13
28922024-10-18T22:27:06.645Z[ helios-setup] Oct 18 22:27:05.957 INFO E| Downloaded clap v4.2.1
28932024-10-18T22:27:06.658Z[ helios-setup] Oct 18 22:27:05.970 INFO E| Downloaded quote v1.0.36
28942024-10-18T22:27:06.662Z[ helios-setup] Oct 18 22:27:05.974 INFO E| Downloaded paste v1.0.12
28952024-10-18T22:27:06.667Z[ helios-setup] Oct 18 22:27:05.979 INFO E| Downloaded log v0.4.17
28962024-10-18T22:27:06.671Z[ helios-setup] Oct 18 22:27:05.983 INFO E| Downloaded unicode-bidi v0.3.13
28972024-10-18T22:27:06.674Z[ helios-setup] Oct 18 22:27:05.986 INFO E| Downloaded toml v0.7.3
28982024-10-18T22:27:06.680Z[ helios-setup] Oct 18 22:27:05.992 INFO E| Downloaded memchr v2.5.0
28992024-10-18T22:27:06.686Z[ helios-setup] Oct 18 22:27:05.998 INFO E| Downloaded time v0.1.45
29002024-10-18T22:27:06.694Z[ helios-setup] Oct 18 22:27:06.006 INFO E| Downloaded rayon-core v1.10.2
29012024-10-18T22:27:06.700Z[ helios-setup] Oct 18 22:27:06.012 INFO E| Downloaded bytes v1.4.0
29022024-10-18T22:27:06.707Z[ helios-setup] Oct 18 22:27:06.019 INFO E| Downloaded encoding_rs v0.8.32
29032024-10-18T22:27:06.748Z[ helios-setup] Oct 18 22:27:06.060 INFO E| Downloaded futures-channel v0.3.28
29042024-10-18T22:27:06.751Z[ helios-setup] Oct 18 22:27:06.063 INFO E| Downloaded camino v1.1.4
29052024-10-18T22:27:06.755Z[ helios-setup] Oct 18 22:27:06.066 INFO E| Downloaded clap_derive v4.2.0
29062024-10-18T22:27:06.758Z[ helios-setup] Oct 18 22:27:06.070 INFO E| Downloaded smallvec v1.10.0
29072024-10-18T22:27:06.760Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29082024-10-18T22:27:06.763Z[ helios-setup] Oct 18 22:27:06.074 INFO E| Downloaded serde_tokenstream v0.2.0
29092024-10-18T22:27:06.780Z[ helios-setup] Oct 18 22:27:06.082 INFO E| Downloaded serde_derive_internals v0.26.0
29102024-10-18T22:27:06.780Z[ helios-setup] Oct 18 22:27:06.085 INFO E| Downloaded rustfmt-wrapper v0.2.0
29112024-10-18T22:27:06.780Z[ helios-setup] Oct 18 22:27:06.087 INFO E| Downloaded pkg-config v0.3.26
29122024-10-18T22:27:06.780Z[ helios-setup] Oct 18 22:27:06.089 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
29132024-10-18T22:27:06.783Z[ helios-setup] Oct 18 22:27:06.092 INFO E| Downloaded num_enum_derive v0.5.7
29142024-10-18T22:27:06.783Z[ helios-setup] Oct 18 22:27:06.094 INFO E| Downloaded num_cpus v1.15.0
29152024-10-18T22:27:06.786Z[ helios-setup] Oct 18 22:27:06.098 INFO E| Downloaded memoffset v0.7.1
29162024-10-18T22:27:06.789Z[ helios-setup] Oct 18 22:27:06.100 INFO E| Downloaded futures v0.3.28
29172024-10-18T22:27:06.797Z[ helios-setup] Oct 18 22:27:06.109 INFO E| Downloaded ucd-trie v0.1.5
29182024-10-18T22:27:06.800Z[ helios-setup] Oct 18 22:27:06.112 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
29192024-10-18T22:27:06.904Z[ helios-setup] Oct 18 22:27:06.216 INFO E| Downloaded tinyvec v1.6.0
29202024-10-18T22:27:06.909Z[ helios-setup] Oct 18 22:27:06.221 INFO E| Downloaded textwrap v0.16.0
29212024-10-18T22:27:06.913Z[ helios-setup] Oct 18 22:27:06.225 INFO E| Downloaded tempfile v3.5.0
29222024-10-18T22:27:06.916Z[ helios-setup] Oct 18 22:27:06.228 INFO E| Downloaded ppv-lite86 v0.2.17
29232024-10-18T22:27:06.919Z[ helios-setup] Oct 18 22:27:06.230 INFO E| Downloaded num-traits v0.2.15
29242024-10-18T22:27:06.923Z[ helios-setup] Oct 18 22:27:06.235 INFO E| Downloaded lazy_static v1.4.0
29252024-10-18T22:27:06.926Z[ helios-setup] Oct 18 22:27:06.237 INFO E| Downloaded libz-sys v1.1.8
29262024-10-18T22:27:07.011Z[ helios-setup] Oct 18 22:27:06.323 INFO E| Downloaded itoa v1.0.6
29272024-10-18T22:27:07.014Z[ helios-setup] Oct 18 22:27:06.325 INFO E| Downloaded http-body v0.4.5
29282024-10-18T22:27:07.016Z[ helios-setup] Oct 18 22:27:06.327 INFO E| Downloaded home v0.5.4
29292024-10-18T22:27:07.020Z[ helios-setup] Oct 18 22:27:06.329 INFO E| Downloaded futures-executor v0.3.28
29302024-10-18T22:27:07.026Z[ helios-setup] Oct 18 22:27:06.331 INFO E| Downloaded byteorder v1.4.3
29312024-10-18T22:27:07.026Z[ helios-setup] Oct 18 22:27:06.334 INFO E| Downloaded slog-async v2.7.0
29322024-10-18T22:27:07.026Z[ helios-setup] Oct 18 22:27:06.336 INFO E| Downloaded semver v1.0.17
29332024-10-18T22:27:07.029Z[ helios-setup] Oct 18 22:27:06.339 INFO E| Downloaded sha1 v0.10.5
29342024-10-18T22:27:07.031Z[ helios-setup] Oct 18 22:27:06.341 INFO E| Downloaded serde_path_to_error v0.1.11
29352024-10-18T22:27:07.034Z[ helios-setup] Oct 18 22:27:06.344 INFO E| Downloaded semver-parser v0.10.2
29362024-10-18T22:27:07.036Z[ helios-setup] Oct 18 22:27:06.347 INFO E| Downloaded iana-time-zone v0.1.56
29372024-10-18T22:27:07.038Z[ helios-setup] Oct 18 22:27:06.349 INFO E| Downloaded futures-macro v0.3.28
29382024-10-18T22:27:07.041Z[ helios-setup] Oct 18 22:27:06.351 INFO E| Downloaded crossbeam-utils v0.8.14
29392024-10-18T22:27:07.043Z[ helios-setup] Oct 18 22:27:06.355 INFO E| Downloaded bincode v1.3.3
29402024-10-18T22:27:07.047Z[ helios-setup] Oct 18 22:27:06.359 INFO E| Downloaded base64 v0.21.0
29412024-10-18T22:27:07.053Z[ helios-setup] Oct 18 22:27:06.365 INFO E| Downloaded form_urlencoded v1.1.0
29422024-10-18T22:27:07.056Z[ helios-setup] Oct 18 22:27:06.366 INFO E| Downloaded cargo-lock v8.0.3
29432024-10-18T22:27:07.062Z[ helios-setup] Oct 18 22:27:06.370 INFO E| Downloaded tokio-macros v2.0.0
29442024-10-18T22:27:07.065Z[ helios-setup] Oct 18 22:27:06.372 INFO E| Downloaded thiserror-impl v1.0.38
29452024-10-18T22:27:07.065Z[ helios-setup] Oct 18 22:27:06.374 INFO E| Downloaded futures-core v0.3.28
29462024-10-18T22:27:07.065Z[ helios-setup] Oct 18 22:27:06.375 INFO E| Downloaded concolor-override v1.0.0
29472024-10-18T22:27:07.065Z[ helios-setup] Oct 18 22:27:06.376 INFO E| Downloaded ahash v0.7.6
29482024-10-18T22:27:07.078Z[ helios-setup] Oct 18 22:27:06.389 INFO E| Downloaded getrandom v0.2.8
29492024-10-18T22:27:07.082Z[ helios-setup] Oct 18 22:27:06.394 INFO E| Downloaded futures-task v0.3.28
29502024-10-18T22:27:07.084Z[ helios-setup] Oct 18 22:27:06.396 INFO E| Downloaded futures-io v0.3.28
29512024-10-18T22:27:07.087Z[ helios-setup] Oct 18 22:27:06.397 INFO E| Downloaded fastrand v1.9.0
29522024-10-18T22:27:07.087Z[ helios-setup] Oct 18 22:27:06.398 INFO E| Downloaded ahash v0.8.3
29532024-10-18T22:27:07.090Z[ helios-setup] Oct 18 22:27:06.402 INFO E| Downloaded jobserver v0.1.26
29542024-10-18T22:27:07.092Z[ helios-setup] Oct 18 22:27:06.404 INFO E| Downloaded async-stream-impl v0.3.5
29552024-10-18T22:27:07.095Z[ helios-setup] Oct 18 22:27:06.405 INFO E| Downloaded anstyle-parse v0.1.1
29562024-10-18T22:27:07.473Z[ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling proc-macro2 v1.0.86
29572024-10-18T22:27:07.476Z[ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling libc v0.2.139
29582024-10-18T22:27:07.476Z[ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling unicode-ident v1.0.8
29592024-10-18T22:27:07.476Z[ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling autocfg v1.1.0
29602024-10-18T22:27:07.476Z[ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling cfg-if v1.0.0
29612024-10-18T22:27:07.476Z[ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling version_check v0.9.4
29622024-10-18T22:27:07.476Z[ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling serde v1.0.204
29632024-10-18T22:27:07.476Z[ helios-setup] Oct 18 22:27:06.785 INFO E| Compiling syn v1.0.107
29642024-10-18T22:27:07.767Z[ helios-setup] Oct 18 22:27:07.079 INFO E| Compiling memchr v2.5.0
29652024-10-18T22:27:08.230Z[ helios-setup] Oct 18 22:27:07.541 INFO E| Compiling once_cell v1.17.0
29662024-10-18T22:27:08.737Z[ helios-setup] Oct 18 22:27:08.048 INFO E| Compiling log v0.4.17
29672024-10-18T22:27:08.817Z[ helios-setup] Oct 18 22:27:08.129 INFO E| Compiling thiserror v1.0.38
29682024-10-18T22:27:09.562Z[ helios-setup] Oct 18 22:27:08.874 INFO E| Compiling serde_json v1.0.95
29692024-10-18T22:27:09.805Z[ helios-setup] Oct 18 22:27:09.116 INFO E| Compiling itoa v1.0.6
29702024-10-18T22:27:10.583Z[ helios-setup] Oct 18 22:27:09.894 INFO E| Compiling indexmap v1.9.3
29712024-10-18T22:27:10.714Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29722024-10-18T22:27:11.011Z[ helios-setup] Oct 18 22:27:10.312 INFO E| Compiling scopeguard v1.1.0
29732024-10-18T22:27:11.179Z[ helios-setup] Oct 18 22:27:10.490 INFO E| Compiling pin-project-lite v0.2.9
29742024-10-18T22:27:11.565Z[ helios-setup] Oct 18 22:27:10.818 INFO E| Compiling quote v1.0.36
29752024-10-18T22:27:11.614Z[ helios-setup] Oct 18 22:27:10.926 INFO E| Compiling jobserver v0.1.26
29762024-10-18T22:27:11.799Z[ helios-setup] Oct 18 22:27:11.111 INFO E| Compiling getrandom v0.2.8
29772024-10-18T22:27:12.186Z[ helios-setup] Oct 18 22:27:11.497 INFO E| Compiling num-integer v0.1.45
29782024-10-18T22:27:12.547Z[ helios-setup] Oct 18 22:27:11.858 INFO E| Compiling syn v2.0.72
29792024-10-18T22:27:12.892Z[ helios-setup] Oct 18 22:27:12.195 INFO E| Compiling cc v1.0.78
29802024-10-18T22:27:12.906Z[ helios-setup] Oct 18 22:27:12.217 INFO E| Compiling bytes v1.4.0
29812024-10-18T22:27:12.946Z[ helios-setup] Oct 18 22:27:12.257 INFO E| Compiling futures-core v0.3.28
29822024-10-18T22:27:13.289Z[ helios-setup] Oct 18 22:27:12.600 INFO E| Compiling ryu v1.0.13
29832024-10-18T22:27:14.383Z[ host-package] Compiling rand_seeder v0.3.0
29842024-10-18T22:27:14.773Z[ helios-setup] Oct 18 22:27:14.084 INFO E| Compiling lock_api v0.4.9
29852024-10-18T22:27:14.821Z[ helios-setup] Oct 18 22:27:14.132 INFO E| Compiling bitflags v1.3.2
29862024-10-18T22:27:15.107Z[ helios-setup] Oct 18 22:27:14.418 INFO E| Compiling parking_lot_core v0.9.6
29872024-10-18T22:27:15.178Z[ host-package] Compiling libsqlite3-sys v0.30.1
29882024-10-18T22:27:15.191Z[ helios-setup] Oct 18 22:27:14.502 INFO E| Compiling typenum v1.16.0
29892024-10-18T22:27:15.809Z[ helios-setup] Oct 18 22:27:15.120 INFO E| Compiling num_cpus v1.15.0
29902024-10-18T22:27:16.365Z[ helios-setup] Oct 18 22:27:15.676 INFO E| Compiling generic-array v0.14.6
29912024-10-18T22:27:16.389Z[ helios-setup] Oct 18 22:27:15.700 INFO E| Compiling slab v0.4.7
29922024-10-18T22:27:16.522Z[ host-package] Compiling lzma-sys v0.1.20
29932024-10-18T22:27:16.530Z[ helios-setup] Oct 18 22:27:15.839 INFO E| Compiling futures-sink v0.3.28
29942024-10-18T22:27:16.592Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29952024-10-18T22:27:16.693Z[ helios-setup] Oct 18 22:27:16.004 INFO E| Compiling futures-channel v0.3.28
29962024-10-18T22:27:17.045Z[ helios-setup] Oct 18 22:27:16.356 INFO E| Compiling futures-task v0.3.28
29972024-10-18T22:27:17.117Z[ host-package] Compiling cfg_aliases v0.2.1
29982024-10-18T22:27:17.526Z[ host-package] Compiling rustls v0.21.12
29992024-10-18T22:27:17.585Z[ helios-setup] Oct 18 22:27:16.895 INFO E| Compiling tokio v1.27.0
30002024-10-18T22:27:17.724Z[ host-package] Compiling nix v0.29.0
30012024-10-18T22:27:17.804Z[ helios-setup] Oct 18 22:27:17.114 INFO E| Compiling futures-util v0.3.28
30022024-10-18T22:27:18.204Z[ helios-setup] Oct 18 22:27:17.506 INFO E| Compiling schemars v0.8.12
30032024-10-18T22:27:18.253Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30042024-10-18T22:27:18.670Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
30052024-10-18T22:27:18.971Z[ helios-setup] Oct 18 22:27:18.282 INFO E| Compiling mio v0.8.5
30062024-10-18T22:27:19.140Z[ helios-setup] Oct 18 22:27:18.451 INFO E| Compiling signal-hook-registry v1.4.0
30072024-10-18T22:27:19.214Z[ helios-setup] Oct 18 22:27:18.525 INFO E| Compiling socket2 v0.4.9
30082024-10-18T22:27:19.469Z[ helios-setup] Oct 18 22:27:18.780 INFO E| Compiling ahash v0.7.6
30092024-10-18T22:27:19.539Z[ helios-setup] Oct 18 22:27:18.848 INFO E| Compiling num-traits v0.2.15
30102024-10-18T22:27:19.960Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
30112024-10-18T22:27:20.514Z[ helios-setup] Oct 18 22:27:19.825 INFO E| Compiling pin-utils v0.1.0
30122024-10-18T22:27:20.677Z[ helios-setup] Oct 18 22:27:19.988 INFO E| Compiling io-lifetimes v1.0.10
30132024-10-18T22:27:21.277Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
30142024-10-18T22:27:21.313Z[ helios-setup] Oct 18 22:27:20.624 INFO E| Compiling futures-io v0.3.28
30152024-10-18T22:27:21.839Z[ helios-setup] Oct 18 22:27:21.149 INFO E| Compiling crunchy v0.2.2
30162024-10-18T22:27:22.663Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30172024-10-18T22:27:22.707Z[ helios-setup] Oct 18 22:27:22.018 INFO E| Compiling ahash v0.8.3
30182024-10-18T22:27:22.815Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30192024-10-18T22:27:23.199Z[ helios-setup] Oct 18 22:27:22.509 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
30202024-10-18T22:27:23.289Z[ helios-setup] Oct 18 22:27:22.599 INFO E| Compiling tiny-keccak v2.0.2
30212024-10-18T22:27:23.563Z[ host-package] Compiling sct v0.7.1
30222024-10-18T22:27:23.640Z[ helios-setup] Oct 18 22:27:22.950 INFO E| Compiling hashbrown v0.12.3
30232024-10-18T22:27:23.689Z[ helios-setup] Oct 18 22:27:22.999 INFO E| Compiling rustix v0.37.3
30242024-10-18T22:27:24.205Z[ helios-setup] Oct 18 22:27:23.515 INFO E| Compiling serde_derive_internals v0.26.0
30252024-10-18T22:27:24.485Z[ helios-setup] Oct 18 22:27:23.795 INFO E| Compiling block-buffer v0.10.3
30262024-10-18T22:27:24.637Z[ helios-setup] Oct 18 22:27:23.947 INFO E| Compiling crypto-common v0.1.6
30272024-10-18T22:27:24.669Z[ host-package] Compiling rustls-webpki v0.101.7
30282024-10-18T22:27:25.709Z[ host-package] Compiling heck v0.3.3
30292024-10-18T22:27:26.008Z[ helios-setup] Oct 18 22:27:25.317 INFO E| Compiling errno v0.3.1
30302024-10-18T22:27:26.489Z[ helios-setup] Oct 18 22:27:25.798 INFO E| Compiling fnv v1.0.7
30312024-10-18T22:27:26.594Z[ helios-setup] Oct 18 22:27:25.904 INFO E| Compiling crossbeam-utils v0.8.14
30322024-10-18T22:27:26.610Z[ host-package] Compiling castaway v0.2.3
30332024-10-18T22:27:26.698Z[ helios-setup] Oct 18 22:27:26.008 INFO E| Compiling pkg-config v0.3.26
30342024-10-18T22:27:27.005Z[ helios-setup] Oct 18 22:27:26.315 INFO E| Compiling slog v2.7.0
30352024-10-18T22:27:27.269Z[ host-package] Compiling csv-core v0.1.11
30362024-10-18T22:27:27.880Z[ helios-setup] Oct 18 22:27:27.190 INFO E| Compiling http v0.2.9
30372024-10-18T22:27:28.985Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
30382024-10-18T22:27:29.242Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
30392024-10-18T22:27:29.399Z[ host-package] Compiling http-range v0.1.5
30402024-10-18T22:27:29.687Z[ helios-setup] Oct 18 22:27:28.997 INFO E| Compiling digest v0.10.6
30412024-10-18T22:27:30.129Z[ host-package] Compiling hyper-staticfile v0.10.1
30422024-10-18T22:27:30.518Z[ helios-setup] Oct 18 22:27:29.827 INFO E| Compiling aho-corasick v0.7.20
30432024-10-18T22:27:30.544Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
30442024-10-18T22:27:30.578Z[ host-package] Compiling csv v1.3.0
30452024-10-18T22:27:30.938Z[ helios-setup] Oct 18 22:27:30.247 INFO E| Compiling percent-encoding v2.2.0
30462024-10-18T22:27:31.061Z[ helios-setup] Oct 18 22:27:30.371 INFO E| Compiling cpufeatures v0.2.5
30472024-10-18T22:27:31.710Z[ host-package] Compiling compact_str v0.8.0
30482024-10-18T22:27:32.132Z[ helios-setup] Oct 18 22:27:31.442 INFO E| Compiling httparse v1.8.0
30492024-10-18T22:27:32.208Z[ helios-setup] Oct 18 22:27:31.518 INFO E| Compiling regex-syntax v0.6.29
30502024-10-18T22:27:32.795Z[ helios-setup] Oct 18 22:27:32.103 INFO E| Compiling tinyvec_macros v0.1.1
30512024-10-18T22:27:33.106Z[ host-package] Compiling zone_cfg_derive v0.1.2
30522024-10-18T22:27:33.243Z[ helios-setup] Oct 18 22:27:32.553 INFO E| Compiling unicode-width v0.1.10
30532024-10-18T22:27:33.381Z[ helios-setup] Oct 18 22:27:32.691 INFO E| Compiling heck v0.4.1
30542024-10-18T22:27:33.567Z[ helios-setup] Oct 18 22:27:32.876 INFO E| Compiling anyhow v1.0.68
30552024-10-18T22:27:33.638Z[ helios-setup] Oct 18 22:27:32.947 INFO E| Compiling tinyvec v1.6.0
30562024-10-18T22:27:34.509Z[ helios-setup] Oct 18 22:27:33.818 INFO E| Compiling serde_derive v1.0.204
30572024-10-18T22:27:34.591Z[ helios-setup] Oct 18 22:27:33.900 INFO E| Compiling tokio-macros v2.0.0
30582024-10-18T22:27:34.780Z[ helios-setup] Oct 18 22:27:34.089 INFO E| Compiling futures-macro v0.3.28
30592024-10-18T22:27:35.014Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30602024-10-18T22:27:35.069Z[ helios-setup] Oct 18 22:27:34.378 INFO E| Compiling thiserror-impl v1.0.38
30612024-10-18T22:27:35.420Z[ helios-setup] Oct 18 22:27:34.729 INFO E| Compiling schemars_derive v0.8.12
30622024-10-18T22:27:35.486Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
30632024-10-18T22:27:35.892Z[ host-package] Compiling nix v0.27.1
30642024-10-18T22:27:37.662Z[ helios-setup] Oct 18 22:27:36.969 INFO E| Compiling const-random-macro v0.1.15
30652024-10-18T22:27:38.055Z[ helios-setup] Oct 18 22:27:37.364 INFO E| Compiling form_urlencoded v1.1.0
30662024-10-18T22:27:38.345Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30672024-10-18T22:27:39.066Z[ helios-setup] Oct 18 22:27:38.374 INFO E| Compiling regex v1.7.3
30682024-10-18T22:27:39.551Z[ helios-setup] Oct 18 22:27:38.860 INFO E| Compiling hashbrown v0.13.2
30692024-10-18T22:27:41.493Z[ helios-setup] Oct 18 22:27:40.801 INFO E| Compiling chrono v0.4.24
30702024-10-18T22:27:41.916Z[ helios-setup] Oct 18 22:27:41.224 INFO E| Compiling libz-sys v1.1.8
30712024-10-18T22:27:43.589Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
30722024-10-18T22:27:43.708Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
30732024-10-18T22:27:43.714Z[ helios-setup] Oct 18 22:27:43.022 INFO E| Compiling uuid v1.3.0
30742024-10-18T22:27:44.943Z[ helios-setup] Oct 18 22:27:44.252 INFO E| Compiling dyn-clone v1.0.11
30752024-10-18T22:27:45.502Z[ helios-setup] Oct 18 22:27:44.810 INFO E| Compiling regress v0.5.0
30762024-10-18T22:27:45.520Z[ helios-setup] Oct 18 22:27:44.828 INFO E| Compiling unicode-normalization v0.1.22
30772024-10-18T22:27:45.589Z[ helios-setup] Oct 18 22:27:44.897 INFO E| Compiling const-random v0.1.15
30782024-10-18T22:27:47.522Z[ helios-setup] Oct 18 22:27:46.830 INFO E| Compiling getopts v0.2.21
30792024-10-18T22:27:48.262Z[ helios-setup] Oct 18 22:27:47.569 INFO E| Compiling tracing-core v0.1.30
30802024-10-18T22:27:49.035Z[ helios-setup] Oct 18 22:27:48.342 INFO E| Compiling memoffset v0.7.1
30812024-10-18T22:27:49.551Z[ helios-setup] Oct 18 22:27:48.858 INFO E| Compiling ucd-trie v0.1.5
30822024-10-18T22:27:49.971Z[ helios-setup] Oct 18 22:27:49.279 INFO E| Compiling unicode-bidi v0.3.13
30832024-10-18T22:27:51.261Z[ helios-setup] Oct 18 22:27:50.568 INFO E| Compiling time-core v0.1.2
30842024-10-18T22:27:51.682Z[ helios-setup] Oct 18 22:27:50.990 INFO E| Compiling num-conv v0.1.0
30852024-10-18T22:27:51.724Z[ helios-setup] Oct 18 22:27:51.031 INFO E| Compiling powerfmt v0.2.0
30862024-10-18T22:27:52.763Z[ helios-setup] Oct 18 22:27:52.070 INFO E| Compiling time-macros v0.2.18
30872024-10-18T22:27:52.909Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
30882024-10-18T22:27:53.334Z[ helios-setup] Oct 18 22:27:52.641 INFO E| Compiling deranged v0.3.11
30892024-10-18T22:27:53.434Z[ helios-setup] Oct 18 22:27:52.742 INFO E| Compiling idna v0.3.0
30902024-10-18T22:27:57.039Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
30912024-10-18T22:27:57.759Z[ helios-setup] Oct 18 22:27:57.066 INFO E| Compiling tracing v0.1.37
30922024-10-18T22:27:58.272Z[ helios-setup] Oct 18 22:27:57.578 INFO E| Compiling pest v2.5.7
30932024-10-18T22:27:59.528Z[ helios-setup] Oct 18 22:27:58.835 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
30942024-10-18T22:27:59.662Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
30952024-10-18T22:28:00.336Z[ helios-setup] Oct 18 22:27:59.643 INFO E| Compiling time v0.1.45
30962024-10-18T22:28:00.530Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
30972024-10-18T22:28:01.122Z[ helios-setup] Oct 18 22:28:00.429 INFO E| Compiling crossbeam-epoch v0.9.13
30982024-10-18T22:28:01.356Z[ helios-setup] Oct 18 22:28:00.662 INFO E| Compiling semver v1.0.17
30992024-10-18T22:28:01.516Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31002024-10-18T22:28:02.612Z[ host-package] Compiling unicode-truncate v1.1.0
31012024-10-18T22:28:03.238Z[ helios-setup] Oct 18 22:28:02.545 INFO E| Compiling num_threads v0.1.6
31022024-10-18T22:28:03.530Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31032024-10-18T22:28:03.537Z[ helios-setup] Oct 18 22:28:02.842 INFO E| Compiling iana-time-zone v0.1.56
31042024-10-18T22:28:03.601Z[ helios-setup] Oct 18 22:28:02.908 INFO E| Compiling time v0.3.36
31052024-10-18T22:28:03.916Z[ helios-setup] Oct 18 22:28:03.223 INFO E| Compiling semver-parser v0.10.2
31062024-10-18T22:28:04.520Z[ helios-setup] Oct 18 22:28:03.826 INFO E| Compiling toml v0.5.11
31072024-10-18T22:28:04.602Z[ host-package] Compiling hashlink v0.9.1
31082024-10-18T22:28:04.894Z[ helios-setup] Oct 18 22:28:04.200 INFO E| Compiling smallvec v1.10.0
31092024-10-18T22:28:06.148Z[ host-package] Compiling lru v0.12.5
31102024-10-18T22:28:06.301Z[ host-package] Compiling instability v0.3.2
31112024-10-18T22:28:06.556Z[ host-package] Compiling fallible-iterator v0.3.0
31122024-10-18T22:28:07.119Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
31132024-10-18T22:28:07.394Z[ helios-setup] Oct 18 22:28:06.700 INFO E| Compiling parking_lot v0.12.1
31142024-10-18T22:28:07.669Z[ helios-setup] Oct 18 22:28:06.976 INFO E| Compiling serde_tokenstream v0.2.0
31152024-10-18T22:28:07.727Z[ host-package] Compiling base64 v0.13.1
31162024-10-18T22:28:08.530Z[ host-package] Compiling cassowary v0.3.0
31172024-10-18T22:28:08.628Z[ host-package] Compiling ron v0.7.1
31182024-10-18T22:28:09.131Z[ host-package] Compiling rusqlite v0.32.1
31192024-10-18T22:28:12.536Z[ helios-setup] Oct 18 22:28:11.842 INFO E| Compiling url v2.3.1
31202024-10-18T22:28:15.083Z[ helios-setup] Oct 18 22:28:14.389 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31212024-10-18T22:28:15.915Z[ host-package] Compiling ratatui v0.28.1
31222024-10-18T22:28:16.130Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31232024-10-18T22:28:17.078Z[ helios-setup] Oct 18 22:28:16.382 INFO E| Compiling crossbeam-channel v0.5.6
31242024-10-18T22:28:18.489Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
31252024-10-18T22:28:18.910Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31262024-10-18T22:28:18.985Z[ helios-setup] Oct 18 22:28:18.290 INFO E| Compiling dirs-sys-next v0.1.2
31272024-10-18T22:28:20.614Z[ helios-setup] Oct 18 22:28:19.919 INFO E| Compiling crc32fast v1.3.2
31282024-10-18T22:28:21.087Z[ helios-setup] Oct 18 22:28:20.391 INFO E| Compiling same-file v1.0.6
31292024-10-18T22:28:21.522Z[ helios-setup] Oct 18 22:28:20.827 INFO E| Compiling try-lock v0.2.4
31302024-10-18T22:28:21.584Z[ helios-setup] Oct 18 22:28:20.889 INFO E| Compiling walkdir v2.3.3
31312024-10-18T22:28:22.224Z[ helios-setup] Oct 18 22:28:21.529 INFO E| Compiling want v0.3.0
31322024-10-18T22:28:22.726Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31332024-10-18T22:28:23.116Z[ helios-setup] Oct 18 22:28:22.421 INFO E| Compiling dirs-next v2.0.0
31342024-10-18T22:28:25.985Z[ helios-setup] Oct 18 22:28:25.289 INFO E| Compiling proc-macro-crate v1.2.1
31352024-10-18T22:28:26.601Z[ helios-setup] Oct 18 22:28:25.905 INFO E| Compiling tokio-util v0.7.7
31362024-10-18T22:28:27.165Z[ helios-setup] Oct 18 22:28:26.469 INFO E| Compiling semver v0.11.0
31372024-10-18T22:28:28.575Z[ host-package] Compiling xz2 v0.1.7
31382024-10-18T22:28:29.489Z[ helios-setup] Oct 18 22:28:28.793 INFO E| Compiling h2 v0.3.16
31392024-10-18T22:28:29.868Z[ host-package] Compiling tokio-rustls v0.24.1
31402024-10-18T22:28:31.261Z[ helios-setup] Oct 18 22:28:30.565 INFO E| Compiling futures-executor v0.3.28
31412024-10-18T22:28:31.546Z[ helios-setup] Oct 18 22:28:30.850 INFO E| Compiling http-body v0.4.5
31422024-10-18T22:28:32.646Z[ helios-setup] Oct 18 22:28:31.950 INFO E| Compiling ring v0.16.20
31432024-10-18T22:28:33.341Z[ host-package] Compiling zone v0.1.8
31442024-10-18T22:28:33.362Z[ helios-setup] Oct 18 22:28:32.666 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
31452024-10-18T22:28:34.024Z[ helios-setup] Oct 18 22:28:33.328 INFO E| Compiling rand_core v0.6.4
31462024-10-18T22:28:34.920Z[ helios-setup] Oct 18 22:28:34.223 INFO E| Compiling thread_local v1.1.7
31472024-10-18T22:28:35.626Z[ helios-setup] Oct 18 22:28:34.929 INFO E| Compiling httpdate v1.0.2
31482024-10-18T22:28:36.864Z[ helios-setup] Oct 18 22:28:36.167 INFO E| Compiling base64 v0.21.0
31492024-10-18T22:28:37.219Z[ helios-setup] Oct 18 22:28:36.522 INFO E| Compiling rayon-core v1.10.2
31502024-10-18T22:28:39.277Z[ helios-setup] Oct 18 22:28:38.581 INFO E| Compiling fastrand v1.9.0
31512024-10-18T22:28:39.561Z[ helios-setup] Oct 18 22:28:38.865 INFO E| Compiling tower-service v0.3.2
31522024-10-18T22:28:40.015Z[ helios-setup] Oct 18 22:28:39.318 INFO E| Compiling adler v1.0.2
31532024-10-18T22:28:40.617Z[ helios-setup] Oct 18 22:28:39.920 INFO E| Compiling ppv-lite86 v0.2.17
31542024-10-18T22:28:40.692Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
31552024-10-18T22:28:40.763Z[ helios-setup] Oct 18 22:28:40.066 INFO E| Compiling lazy_static v1.4.0
31562024-10-18T22:28:41.259Z[ helios-setup] Oct 18 22:28:40.562 INFO E| Compiling home v0.5.4
31572024-10-18T22:28:41.676Z[ helios-setup] Oct 18 22:28:40.979 INFO E| Compiling utf8parse v0.2.1
31582024-10-18T22:28:42.298Z[ helios-setup] Oct 18 22:28:41.601 INFO E| Compiling rand_chacha v0.3.1
31592024-10-18T22:28:42.376Z[ helios-setup] Oct 18 22:28:41.679 INFO E| Compiling anstyle-parse v0.1.1
31602024-10-18T22:28:42.492Z[ helios-setup] Oct 18 22:28:41.794 INFO E| Compiling hyper v0.14.25
31612024-10-18T22:28:43.535Z[ helios-setup] Oct 18 22:28:42.838 INFO E| Compiling toolchain_find v0.2.0
31622024-10-18T22:28:44.636Z[ helios-setup] Oct 18 22:28:43.939 INFO E| Compiling miniz_oxide v0.6.2
31632024-10-18T22:28:46.127Z[ helios-setup] Oct 18 22:28:45.312 INFO E| Compiling tempfile v3.5.0
31642024-10-18T22:28:49.347Z[ helios-setup] Oct 18 22:28:48.650 INFO E| Compiling futures v0.3.28
31652024-10-18T22:28:55.000Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
31662024-10-18T22:28:55.249Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
31672024-10-18T22:28:58.887Z[ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
31682024-10-18T22:29:00.288Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31692024-10-18T22:29:01.865Z[ helios-setup] Oct 18 22:29:01.166 INFO E| Compiling cargo-lock v8.0.3
31702024-10-18T22:29:03.623Z[ helios-setup] Oct 18 22:29:02.924 INFO E| Compiling num_enum_derive v0.5.7
31712024-10-18T22:29:04.846Z[ host-package] Compiling rustls-pemfile v1.0.4
31722024-10-18T22:29:06.280Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31732024-10-18T22:29:07.047Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31742024-10-18T22:29:08.387Z[ helios-setup] Oct 18 22:29:07.687 INFO E| Compiling crossbeam-deque v0.8.2
31752024-10-18T22:29:08.961Z[ helios-setup] Oct 18 22:29:08.261 INFO E| Compiling term v0.7.0
31762024-10-18T22:29:09.975Z[ helios-setup] Oct 18 22:29:09.273 INFO E| Compiling serde_urlencoded v0.7.1
31772024-10-18T22:29:10.785Z[ helios-setup] Oct 18 22:29:10.085 INFO E| Compiling is-terminal v0.4.7
31782024-10-18T22:29:10.936Z[ helios-setup] Oct 18 22:29:10.236 INFO E| Compiling sha2 v0.10.6
31792024-10-18T22:29:11.365Z[ helios-setup] Oct 18 22:29:10.666 INFO E| Compiling sha1 v0.10.5
31802024-10-18T22:29:11.566Z[ helios-setup] Oct 18 22:29:10.866 INFO E| Compiling atty v0.2.14
31812024-10-18T22:29:11.902Z[ helios-setup] Oct 18 22:29:11.202 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
31822024-10-18T22:29:12.861Z[ helios-setup] Oct 18 22:29:12.161 INFO E| Compiling anstyle v0.3.5
31832024-10-18T22:29:13.076Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31842024-10-18T22:29:13.533Z[ host-package] Compiling signal-hook-tokio v0.3.1
31852024-10-18T22:29:13.921Z[ host-package] Compiling twox-hash v1.6.3
31862024-10-18T22:29:14.523Z[ helios-setup] Oct 18 22:29:13.805 INFO E| Compiling concolor-query v0.3.3
31872024-10-18T22:29:15.947Z[ host-package] Compiling yasna v0.5.2
31882024-10-18T22:29:16.710Z[ helios-setup] Oct 18 22:29:16.009 INFO E| Compiling concolor-override v1.0.0
31892024-10-18T22:29:16.906Z[ helios-setup] Oct 18 22:29:16.205 INFO E| Compiling anstream v0.2.6
31902024-10-18T22:29:17.002Z[ host-package] Compiling unicode-linebreak v0.1.5
31912024-10-18T22:29:17.392Z[ host-package] Compiling is_ci v1.2.0
31922024-10-18T22:29:18.076Z[ host-package] Compiling smawk v0.3.2
31932024-10-18T22:29:18.311Z[ host-package] Compiling supports-color v3.0.1
31942024-10-18T22:29:18.589Z[ host-package] Compiling textwrap v0.16.1
31952024-10-18T22:29:18.780Z[ helios-setup] Oct 18 22:29:18.080 INFO E| Compiling slog-term v2.9.0
31962024-10-18T22:29:19.386Z[ helios-setup] Oct 18 22:29:18.686 INFO E| Compiling flate2 v1.0.25
31972024-10-18T22:29:19.476Z[ host-package] Compiling rcgen v0.12.1
31982024-10-18T22:29:21.528Z[ helios-setup] Oct 18 22:29:20.827 INFO E| Compiling num_enum v0.5.7
31992024-10-18T22:29:22.031Z[ helios-setup] Oct 18 22:29:21.330 INFO E| Compiling rustfmt-wrapper v0.2.0
32002024-10-18T22:29:22.111Z[ helios-setup] Oct 18 22:29:21.410 INFO E| Compiling rand v0.8.5
32012024-10-18T22:29:22.307Z[ helios-setup] Oct 18 22:29:21.606 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
32022024-10-18T22:29:22.658Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
32032024-10-18T22:29:22.732Z[ helios-setup] Oct 18 22:29:22.031 INFO E| Compiling openapiv3 v1.0.2
32042024-10-18T22:29:23.687Z[ helios-setup] Oct 18 22:29:22.983 INFO E| Compiling encoding_rs v0.8.32
32052024-10-18T22:29:25.059Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
32062024-10-18T22:29:26.209Z[ helios-setup] Oct 18 22:29:25.508 INFO E| Compiling unsafe-libyaml v0.2.8
32072024-10-18T22:29:29.728Z[ helios-setup] Oct 18 22:29:29.027 INFO E| Compiling project-root v0.2.2
32082024-10-18T22:29:29.771Z[ helios-setup] Oct 18 22:29:29.070 INFO E| Compiling utf-8 v0.7.6
32092024-10-18T22:29:30.476Z[ helios-setup] Oct 18 22:29:29.774 INFO E| Compiling untrusted v0.7.1
32102024-10-18T22:29:30.635Z[ helios-setup] Oct 18 22:29:29.933 INFO E| Compiling byteorder v1.4.3
32112024-10-18T22:29:31.204Z[ helios-setup] Oct 18 22:29:30.502 INFO E| Compiling clap_lex v0.4.1
32122024-10-18T22:29:31.701Z[ helios-setup] Oct 18 22:29:30.999 INFO E| Compiling either v1.8.0
32132024-10-18T22:29:32.276Z[ helios-setup] Oct 18 22:29:31.574 INFO E| Compiling base64 v0.13.1
32142024-10-18T22:29:32.492Z[ helios-setup] Oct 18 22:29:31.790 INFO E| Compiling ipnet v2.7.2
32152024-10-18T22:29:32.989Z[ helios-setup] Oct 18 22:29:32.287 INFO E| Compiling spin v0.5.2
32162024-10-18T22:29:33.586Z[ helios-setup] Oct 18 22:29:32.884 INFO E| Compiling mime v0.3.17
32172024-10-18T22:29:33.789Z[ helios-setup] Oct 18 22:29:33.087 INFO E| Compiling strsim v0.10.0
32182024-10-18T22:29:36.275Z[ helios-setup] Oct 18 22:29:35.573 INFO E| Compiling reqwest v0.11.16
32192024-10-18T22:29:36.375Z[ helios-setup] Oct 18 22:29:35.673 INFO E| Compiling clap_builder v4.2.1
32202024-10-18T22:29:37.367Z[ helios-setup] Oct 18 22:29:36.665 INFO E| Compiling tungstenite v0.18.0
32212024-10-18T22:29:37.576Z[ helios-setup] Oct 18 22:29:36.874 INFO E| Compiling rayon v1.6.1
32222024-10-18T22:29:39.285Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
32232024-10-18T22:29:43.514Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
32242024-10-18T22:29:44.902Z[ helios-setup] Oct 18 22:29:44.200 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32252024-10-18T22:29:48.346Z[ helios-setup] Oct 18 22:29:47.643 INFO E| Compiling serde_yaml v0.9.21
32262024-10-18T22:29:49.481Z[ helios-setup] Oct 18 22:29:48.777 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
32272024-10-18T22:29:49.504Z[ helios-setup] Oct 18 22:29:48.801 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
32282024-10-18T22:29:50.817Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
32292024-10-18T22:29:54.051Z[ helios-setup] Oct 18 22:29:53.347 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
32302024-10-18T22:29:54.197Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
32312024-10-18T22:29:54.986Z[ helios-setup] Oct 18 22:29:54.283 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
32322024-10-18T22:29:55.963Z[ helios-setup] Oct 18 22:29:55.260 INFO E| Compiling clap_derive v4.2.0
32332024-10-18T22:29:56.397Z[ helios-setup] Oct 18 22:29:55.693 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32342024-10-18T22:29:59.602Z[ helios-setup] Oct 18 22:29:58.898 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
32352024-10-18T22:30:03.549Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
32362024-10-18T22:30:05.492Z[ helios-setup] Oct 18 22:30:04.787 INFO E| Compiling clap v4.2.1
32372024-10-18T22:30:22.442Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
32382024-10-18T22:30:23.647Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
32392024-10-18T22:30:24.197Z[ helios-setup] Oct 18 22:30:23.491 INFO E| Compiling tokio-tungstenite v0.18.0
32402024-10-18T22:30:25.572Z[ helios-setup] Oct 18 22:30:24.865 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32412024-10-18T22:30:28.836Z[ helios-setup] Oct 18 22:30:28.129 INFO E| Compiling smartstring v1.0.1
32422024-10-18T22:30:29.824Z[ helios-setup] Oct 18 22:30:29.117 INFO E| Compiling rustls v0.21.0
32432024-10-18T22:30:30.273Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
32442024-10-18T22:30:30.924Z[ helios-setup] Oct 18 22:30:30.217 INFO E| Compiling sct v0.7.0
32452024-10-18T22:30:31.117Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
32462024-10-18T22:30:31.136Z[ helios-setup] Oct 18 22:30:30.429 INFO E| Compiling rustls-webpki v0.100.1
32472024-10-18T22:30:31.991Z[ helios-setup] Oct 18 22:30:31.284 INFO E| Compiling toml_datetime v0.6.1
32482024-10-18T22:30:32.716Z[ helios-setup] Oct 18 22:30:32.009 INFO E| Compiling serde_spanned v0.6.1
32492024-10-18T22:30:33.502Z[ helios-setup] Oct 18 22:30:32.795 INFO E| Compiling async-trait v0.1.68
32502024-10-18T22:30:33.593Z[ helios-setup] Oct 18 22:30:32.885 INFO E| Compiling winnow v0.4.1
32512024-10-18T22:30:34.757Z[ helios-setup] Oct 18 22:30:34.050 INFO E| Compiling slog-async v2.7.0
32522024-10-18T22:30:35.519Z[ helios-setup] Oct 18 22:30:34.811 INFO E| Compiling match_cfg v0.1.0
32532024-10-18T22:30:35.875Z[ helios-setup] Oct 18 22:30:35.167 INFO E| Compiling static_assertions v1.1.0
32542024-10-18T22:30:36.198Z[ helios-setup] Oct 18 22:30:35.490 INFO E| Compiling paste v1.0.12
32552024-10-18T22:30:36.328Z[ helios-setup] Oct 18 22:30:35.621 INFO E| Compiling camino v1.1.4
32562024-10-18T22:30:38.260Z[ helios-setup] Oct 18 22:30:37.552 INFO E| Compiling hostname v0.3.1
32572024-10-18T22:30:39.687Z[ helios-setup] Oct 18 22:30:38.979 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
32582024-10-18T22:30:41.196Z[ helios-setup] Oct 18 22:30:40.488 INFO E| Compiling toml_edit v0.19.8
32592024-10-18T22:30:43.769Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
32602024-10-18T22:30:47.518Z[ helios-setup] Oct 18 22:30:46.809 INFO E| Compiling slog-json v2.6.1
32612024-10-18T22:30:48.799Z[ helios-setup] Oct 18 22:30:48.090 INFO E| Compiling unicode-linebreak v0.1.4
32622024-10-18T22:30:50.864Z[ host-package] Compiling fatfs v0.3.6
32632024-10-18T22:30:52.751Z[ helios-setup] Oct 18 22:30:52.042 INFO E| Compiling rhai_codegen v1.5.0
32642024-10-18T22:30:53.754Z[ helios-setup] Oct 18 22:30:53.045 INFO E| Compiling async-stream-impl v0.3.5
32652024-10-18T22:30:54.242Z[ helios-setup] Oct 18 22:30:53.533 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32662024-10-18T22:30:55.354Z[ helios-setup] Oct 18 22:30:54.645 INFO E| Compiling take_mut v0.2.2
32672024-10-18T22:30:56.598Z[ host-package] Compiling rtoolbox v0.0.2
32682024-10-18T22:30:56.920Z[ helios-setup] Oct 18 22:30:56.210 INFO E| Compiling async-stream v0.3.5
32692024-10-18T22:30:57.395Z[ helios-setup] Oct 18 22:30:56.686 INFO E| Compiling slog-bunyan v2.4.0
32702024-10-18T22:30:57.709Z[ host-package] Compiling subprocess v0.2.9
32712024-10-18T22:30:57.732Z[ helios-setup] Oct 18 22:30:57.022 INFO E| Compiling toml v0.7.3
32722024-10-18T22:30:58.066Z[ helios-setup] Oct 18 22:30:57.357 INFO E| Compiling rhai v1.14.0
32732024-10-18T22:30:58.160Z[ helios-setup] Oct 18 22:30:57.450 INFO E| Compiling tokio-rustls v0.24.0
32742024-10-18T22:31:00.610Z[ host-package] Compiling assert_matches v1.5.0
32752024-10-18T22:31:01.918Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
32762024-10-18T22:31:02.185Z[ host-package] Compiling rpassword v7.3.1
32772024-10-18T22:31:02.801Z[ helios-setup] Oct 18 22:31:02.091 INFO E| Compiling rustls-pemfile v1.0.2
32782024-10-18T22:31:03.112Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32792024-10-18T22:31:04.338Z[ helios-setup] Oct 18 22:31:03.627 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
32802024-10-18T22:31:04.453Z[ helios-setup] Oct 18 22:31:03.743 INFO E| Compiling serde_path_to_error v0.1.11
32812024-10-18T22:31:04.913Z[ helios-setup] Oct 18 22:31:04.203 INFO E| Compiling bincode v1.3.3
32822024-10-18T22:31:06.724Z[ helios-setup] Oct 18 22:31:06.014 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
32832024-10-18T22:31:06.727Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
32842024-10-18T22:31:09.070Z[ helios-setup] Oct 18 22:31:08.359 INFO E| Compiling terminal_size v0.2.6
32852024-10-18T22:31:09.262Z[ helios-setup] Oct 18 22:31:08.551 INFO E| Compiling smawk v0.3.1
32862024-10-18T22:31:09.977Z[ helios-setup] Oct 18 22:31:09.266 INFO E| Compiling textwrap v0.16.0
32872024-10-18T22:31:17.207Z[ host-package] Compiling tui-tree-widget v0.22.0
32882024-10-18T22:31:18.576Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32892024-10-18T22:31:20.185Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32902024-10-18T22:31:24.619Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
32912024-10-18T22:31:25.577Z[ host-package] Compiling uzers v0.11.3
32922024-10-18T22:31:31.040Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
32932024-10-18T22:31:37.247Z[ helios-setup] Oct 18 22:31:36.532 INFO E| Compiling git2 v0.16.1
32942024-10-18T22:31:42.526Z[ helios-setup] Oct 18 22:31:41.813 INFO E| Compiling built v0.6.0
32952024-10-18T22:31:43.193Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
32962024-10-18T22:31:46.012Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
32972024-10-18T22:31:46.191Z[ helios-setup] Oct 18 22:31:45.477 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
32982024-10-18T22:31:47.996Z[ helios-setup] Oct 18 22:31:47.282 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
32992024-10-18T22:31:48.750Z[ helios-setup] Oct 18 22:31:48.036 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
33002024-10-18T22:32:09.981Z[ helios-setup] Oct 18 22:32:09.265 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
33012024-10-18T22:32:12.355Z[ helios-setup] Oct 18 22:32:11.632 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
33022024-10-18T22:32:35.125Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
33032024-10-18T22:32:43.067Z[ host-package] Compiling multimap v0.10.0
33042024-10-18T22:32:57.564Z[ helios-setup] Oct 18 22:32:56.844 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
33052024-10-18T22:34:04.432Z[ helios-setup] Oct 18 22:34:03.705 INFO E| Finished `release` profile [optimized] target(s) in 7m 05s
33062024-10-18T22:34:04.576Z[ helios-setup] Oct 18 22:34:03.849 INFO building project "pilot" ok (425 seconds)
33072024-10-18T22:34:04.579Z[ helios-setup] rm -f helios-build
33082024-10-18T22:34:04.581Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33092024-10-18T22:34:04.584Z[ helios-setup]
33102024-10-18T22:34:04.587Z[ helios-setup] Setup complete! ./helios-build is now available.
33112024-10-18T22:34:04.589Z[ helios-setup]
33122024-10-18T22:34:04.589Z[ helios-setup]
33132024-10-18T22:34:04.589Z[ helios-setup] real 12:22.271275013
33142024-10-18T22:34:04.589ZOct 18 22:34:03.863 INFO [helios-setup] process exited with exit status: 0 (742.276910617s)
33152024-10-18T22:34:04.589Z[ helios-setup] user 29:23.418391176
33162024-10-18T22:34:04.592Z[ helios-setup] sys 3:39.112403331
33172024-10-18T22:34:04.593Z[ helios-setup] trap 1.805786600
33182024-10-18T22:34:04.593Z[ helios-setup] tflt 6.632406254
33192024-10-18T22:34:04.593Z[ helios-setup] dflt 32.615647967
33202024-10-18T22:34:04.593Z[ helios-setup] kflt 0.021257015
33212024-10-18T22:34:04.593Z[ helios-setup] lock 2:10:15.879893780
33222024-10-18T22:34:04.593Z[ helios-setup] slp 3:47:03.572653561
33232024-10-18T22:34:04.593Z[ helios-setup] lat 33:18.757207890
33242024-10-18T22:34:04.593Z[ helios-setup] stop 4:28.370800233
33252024-10-18T22:34:04.593ZOct 18 22:34:03.864 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33262024-10-18T22:34:04.635Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33272024-10-18T22:34:05.659Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33282024-10-18T22:34:05.659Z[ phbl-toolchain] info: downloading component 'cargo'
33292024-10-18T22:34:07.586Z[ phbl-toolchain] info: downloading component 'clippy'
33302024-10-18T22:34:07.954Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33312024-10-18T22:34:13.363Z[ phbl-toolchain] info: downloading component 'miri'
33322024-10-18T22:34:13.649Z[ phbl-toolchain] info: downloading component 'rust-docs'
33332024-10-18T22:34:15.190Z[ phbl-toolchain] info: downloading component 'rust-src'
33342024-10-18T22:34:15.726Z[ phbl-toolchain] info: downloading component 'rust-std'
33352024-10-18T22:34:18.503Z[ phbl-toolchain] info: downloading component 'rustc'
33362024-10-18T22:34:28.265Z[ phbl-toolchain] info: downloading component 'rustfmt'
33372024-10-18T22:34:28.635Z[ phbl-toolchain] info: installing component 'cargo'
33382024-10-18T22:34:29.972Z[ phbl-toolchain] info: installing component 'clippy'
33392024-10-18T22:34:30.539Z[ phbl-toolchain] info: installing component 'llvm-tools'
33402024-10-18T22:34:36.530Z[ phbl-toolchain] info: installing component 'miri'
33412024-10-18T22:34:36.937Z[ phbl-toolchain] info: installing component 'rust-docs'
33422024-10-18T22:34:44.463Z[ phbl-toolchain] info: installing component 'rust-src'
33432024-10-18T22:34:45.091Z[ phbl-toolchain] info: installing component 'rust-std'
33442024-10-18T22:34:47.558Z[ phbl-toolchain] info: installing component 'rustc'
33452024-10-18T22:34:57.196Z[ phbl-toolchain] info: installing component 'rustfmt'
33462024-10-18T22:35:00.895Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33472024-10-18T22:35:00.952ZOct 18 22:34:57.286 INFO [phbl-toolchain] process exited with exit status: 0 (53.42231354s)
33482024-10-18T22:35:41.700Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33492024-10-18T22:35:42.764Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33502024-10-18T22:42:28.884Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 00s
33512024-10-18T22:43:35.094ZOct 18 22:43:34.315 INFO [host-package] process exited with exit status: 0 (1267.199786142s)
33522024-10-18T22:43:35.094ZOct 18 22:43:34.315 INFO [host-stamp] running task
33532024-10-18T22:43:35.096ZOct 18 22:43:34.315 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33542024-10-18T22:43:35.103ZOct 18 22:43:34.324 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 12.0.0-0.ci+gite725a768241
33552024-10-18T22:43:35.116ZOct 18 22:43:34.336 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 12.0.0-0.ci+gite725a768241
33562024-10-18T22:43:35.122Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33572024-10-18T22:43:35.125Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33582024-10-18T22:43:35.127ZOct 18 22:43:34.346 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 12.0.0-0.ci+gite725a768241
33592024-10-18T22:43:35.138Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33602024-10-18T22:43:35.141ZOct 18 22:43:34.359 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 12.0.0-0.ci+gite725a768241
33612024-10-18T22:43:35.149Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33622024-10-18T22:43:35.152ZOct 18 22:43:34.373 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 12.0.0-0.ci+gite725a768241
33632024-10-18T22:43:35.163Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33642024-10-18T22:43:35.168Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33652024-10-18T22:43:35.168ZOct 18 22:43:34.385 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 12.0.0-0.ci+gite725a768241
33662024-10-18T22:43:35.179Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33672024-10-18T22:43:35.217ZOct 18 22:43:34.400 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 12.0.0-0.ci+gite725a768241
33682024-10-18T22:43:35.221Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33692024-10-18T22:43:35.221Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33702024-10-18T22:43:35.221ZOct 18 22:43:34.418 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 12.0.0-0.ci+gite725a768241
33712024-10-18T22:43:35.221Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33722024-10-18T22:43:35.221Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33732024-10-18T22:43:35.222ZOct 18 22:43:34.433 INFO [stamp-oxlog] process exited with exit status: 0 (60.602265ms)
33742024-10-18T22:43:35.222ZOct 18 22:43:34.433 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (74.095663ms)
33752024-10-18T22:43:35.222ZOct 18 22:43:34.436 INFO [stamp-overlay] process exited with exit status: 0 (36.182957ms)
33762024-10-18T22:43:35.225Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33772024-10-18T22:43:35.258Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33782024-10-18T22:43:35.353ZOct 18 22:43:34.482 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (136.176572ms)
33792024-10-18T22:43:35.431Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33802024-10-18T22:43:35.469ZOct 18 22:43:34.652 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (234.378874ms)
33812024-10-18T22:43:35.553Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33822024-10-18T22:43:35.569ZOct 18 22:43:34.736 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (411.987784ms)
33832024-10-18T22:43:36.292Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33842024-10-18T22:43:36.314ZOct 18 22:43:35.489 INFO [stamp-propolis-server] process exited with exit status: 0 (1.153563477s)
33852024-10-18T22:43:36.437Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33862024-10-18T22:43:41.091Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33872024-10-18T22:43:45.427Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33882024-10-18T22:43:45.430ZOct 18 22:43:44.651 INFO [stamp-switch-asic] process exited with exit status: 0 (10.265365947s)
33892024-10-18T22:43:45.433ZOct 18 22:43:44.651 INFO [host-stamp] task succeeded (10.336017352s)
33902024-10-18T22:43:45.433ZOct 18 22:43:44.651 INFO [host-proto] running task
33912024-10-18T22:43:45.817ZOct 18 22:43:45.037 INFO [host-proto] task succeeded (385.844506ms)
33922024-10-18T22:43:45.817ZOct 18 22:43:45.037 INFO [host-profile] running task
33932024-10-18T22:43:45.820ZOct 18 22:43:45.037 INFO [host-profile] task succeeded (315.75µs)
33942024-10-18T22:43:45.820ZOct 18 22:43:45.037 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/.tmpcbuUZ4/proto/host/root -N 'ci e725a76/${os_short_commit} 2024-10-18 22:21' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33952024-10-18T22:43:45.837Z[ host-image] Oct 18 22:43:45.056 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33962024-10-18T22:43:45.837Z[ host-image] Oct 18 22:43:45.056 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33972024-10-18T22:43:45.851Z[ host-image] Oct 18 22:43:45.071 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpcbuUZ4/proto/host/root"
33982024-10-18T22:43:45.851Z[ host-image] Oct 18 22:43:45.071 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33992024-10-18T22:43:45.854Z[ host-image] Oct 18 22:43:45.071 INFO image builder template: ramdisk-01-os...
34002024-10-18T22:43:45.854Z[ host-image] Oct 18 22:43:45.071 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/.tmpcbuUZ4/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
34012024-10-18T22:43:45.872Z[ host-image] Oct 18 22:43:45.092 INFO O| Oct 18 22:43:45.091 INFO CREATE DATASET: rpool/images/build/host/output
34022024-10-18T22:43:46.093Z[ host-image] Oct 18 22:43:45.313 INFO O| Oct 18 22:43:45.312 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34032024-10-18T22:43:46.098Z[ host-image] Oct 18 22:43:45.317 INFO O| Oct 18 22:43:45.317 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34042024-10-18T22:43:46.256Z[ host-image] Oct 18 22:43:45.476 INFO O| Oct 18 22:43:45.476 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
34052024-10-18T22:43:46.303Z[ host-image] Oct 18 22:43:45.523 INFO O| Oct 18 22:43:45.523 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34062024-10-18T22:43:46.304Z[ host-image] Oct 18 22:43:45.523 INFO O| Oct 18 22:43:45.523 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34072024-10-18T22:43:46.308Z[ host-image] Oct 18 22:43:45.524 INFO O| Oct 18 22:43:45.524 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34082024-10-18T22:43:46.308Z[ host-image] Oct 18 22:43:45.524 INFO O| Oct 18 22:43:45.524 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34092024-10-18T22:43:46.312Z[ host-image] Oct 18 22:43:45.532 INFO O| Oct 18 22:43:45.532 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34102024-10-18T22:43:46.488Z[ host-image] Oct 18 22:43:45.707 INFO O| Oct 18 22:43:45.707 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34112024-10-18T22:43:46.500Z[ host-image] Oct 18 22:43:45.719 INFO O| Oct 18 22:43:45.719 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34122024-10-18T22:43:46.884Z[ host-image] Oct 18 22:43:46.104 INFO O| Oct 18 22:43:46.104 INFO O| Caching catalogs ... Done
34132024-10-18T22:43:46.974Z[ host-image] Oct 18 22:43:46.193 INFO O| Oct 18 22:43:46.193 INFO STEP 0 (pkg_image_create) COMPLETE
34142024-10-18T22:43:46.974Z[ host-image] Oct 18 22:43:46.193 INFO O| Oct 18 22:43:46.193 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34152024-10-18T22:43:46.977Z[ host-image] Oct 18 22:43:46.193 INFO O| Oct 18 22:43:46.193 INFO skip step because feature "repo_redist" is not enabled
34162024-10-18T22:43:46.977Z[ host-image] Oct 18 22:43:46.193 INFO O| Oct 18 22:43:46.193 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34172024-10-18T22:43:46.988Z[ host-image] Oct 18 22:43:46.208 INFO O| Oct 18 22:43:46.208 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"]
34182024-10-18T22:43:47.509Z[ host-image] Oct 18 22:43:46.729 INFO O| Oct 18 22:43:46.729 INFO STEP 2 (pkg_set_publisher) COMPLETE
34192024-10-18T22:43:47.509Z[ host-image] Oct 18 22:43:46.729 INFO O| Oct 18 22:43:46.729 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34202024-10-18T22:43:47.527Z[ host-image] Oct 18 22:43:46.746 INFO O| Oct 18 22:43:46.746 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"]
34212024-10-18T22:43:48.114Z[ host-image] Oct 18 22:43:47.333 INFO O| Oct 18 22:43:47.333 INFO STEP 3 (pkg_set_publisher) COMPLETE
34222024-10-18T22:43:48.114Z[ host-image] Oct 18 22:43:47.334 INFO O| Oct 18 22:43:47.333 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34232024-10-18T22:43:48.114Z[ host-image] Oct 18 22:43:47.334 INFO O| Oct 18 22:43:47.333 INFO skip step because feature "repo_redist" is not enabled
34242024-10-18T22:43:48.117Z[ host-image] Oct 18 22:43:47.334 INFO O| Oct 18 22:43:47.333 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34252024-10-18T22:43:48.680Z[ host-image] Oct 18 22:43:47.899 INFO O| Oct 18 22:43:47.898 INFO variant opensolaris.zone is already global
34262024-10-18T22:43:48.680Z[ host-image] Oct 18 22:43:47.899 INFO O| Oct 18 22:43:47.899 INFO STEP 5 (pkg_change_variant) COMPLETE
34272024-10-18T22:43:48.683Z[ host-image] Oct 18 22:43:47.899 INFO O| Oct 18 22:43:47.899 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34282024-10-18T22:43:49.231Z[ host-image] Oct 18 22:43:48.450 INFO O| Oct 18 22:43:48.450 INFO variant opensolaris.imagetype is full; changing to partial
34292024-10-18T22:43:49.231Z[ host-image] Oct 18 22:43:48.451 INFO O| Oct 18 22:43:48.450 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34302024-10-18T22:43:57.002Z[ host-image] Oct 18 22:43:56.221 INFO O| Oct 18 22:43:56.220 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34312024-10-18T22:43:58.034Z[recovery-package] Finished `release` profile [optimized] target(s) in 22.70s
34322024-10-18T22:43:59.550ZOct 18 22:43:58.769 INFO [recovery-package] process exited with exit status: 0 (24.453899536s)
34332024-10-18T22:43:59.551ZOct 18 22:43:58.769 INFO [recovery-stamp] running task
34342024-10-18T22:43:59.553ZOct 18 22:43:58.770 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34352024-10-18T22:43:59.560ZOct 18 22:43:58.779 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+gite725a768241
34362024-10-18T22:43:59.571ZOct 18 22:43:58.790 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 12.0.0-0.ci+gite725a768241
34372024-10-18T22:43:59.582Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34382024-10-18T22:43:59.592Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34392024-10-18T22:43:59.665Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34402024-10-18T22:43:59.668ZOct 18 22:43:58.887 INFO [stamp-installinator] process exited with exit status: 0 (108.130228ms)
34412024-10-18T22:43:59.713Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34422024-10-18T22:43:59.716ZOct 18 22:43:58.935 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (145.065297ms)
34432024-10-18T22:43:59.719ZOct 18 22:43:58.936 INFO [recovery-stamp] task succeeded (166.16525ms)
34442024-10-18T22:43:59.719ZOct 18 22:43:58.936 INFO [recovery-proto] running task
34452024-10-18T22:43:59.719ZOct 18 22:43:58.936 INFO [tuf-stamp] running task
34462024-10-18T22:43:59.719ZOct 18 22:43:58.937 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 12.0.0-0.ci+gite725a768241
34472024-10-18T22:43:59.732ZOct 18 22:43:58.951 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 12.0.0-0.ci+gite725a768241
34482024-10-18T22:43:59.745Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34492024-10-18T22:43:59.747ZOct 18 22:43:58.964 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 12.0.0-0.ci+gite725a768241
34502024-10-18T22:43:59.761Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34512024-10-18T22:43:59.763ZOct 18 22:43:58.980 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 12.0.0-0.ci+gite725a768241
34522024-10-18T22:43:59.774Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34532024-10-18T22:43:59.777ZOct 18 22:43:58.995 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 12.0.0-0.ci+gite725a768241
34542024-10-18T22:43:59.798ZOct 18 22:43:59.016 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 12.0.0-0.ci+gite725a768241
34552024-10-18T22:43:59.816Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34562024-10-18T22:43:59.818ZOct 18 22:43:59.037 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 12.0.0-0.ci+gite725a768241
34572024-10-18T22:43:59.841Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34582024-10-18T22:43:59.845ZOct 18 22:43:59.064 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 12.0.0-0.ci+gite725a768241
34592024-10-18T22:43:59.907ZOct 18 22:43:59.125 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 12.0.0-0.ci+gite725a768241
34602024-10-18T22:44:00.066Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34612024-10-18T22:44:00.066Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34622024-10-18T22:44:00.066Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34632024-10-18T22:44:00.069ZOct 18 22:43:59.285 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 12.0.0-0.ci+gite725a768241
34642024-10-18T22:44:00.069Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34652024-10-18T22:44:00.313Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34662024-10-18T22:44:00.315Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34672024-10-18T22:44:00.316ZOct 18 22:43:59.532 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 12.0.0-0.ci+gite725a768241
34682024-10-18T22:44:00.467ZOct 18 22:43:59.686 INFO [stamp-ntp] process exited with exit status: 0 (690.477071ms)
34692024-10-18T22:44:00.467ZOct 18 22:43:59.686 INFO [stamp-probe] process exited with exit status: 0 (721.902986ms)
34702024-10-18T22:44:00.467Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34712024-10-18T22:44:00.471ZOct 18 22:43:59.689 INFO [recovery-proto] task succeeded (753.080978ms)
34722024-10-18T22:44:00.560Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34732024-10-18T22:44:00.563ZOct 18 22:43:59.779 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/.tmpcbuUZ4/proto/recovery/root -N 'recovery e725a76/${os_short_commit} 2024-10-18 22:21' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34742024-10-18T22:44:00.683Z[ recovery-image] Oct 18 22:43:59.901 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34752024-10-18T22:44:00.683Z[ recovery-image] Oct 18 22:43:59.902 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34762024-10-18T22:44:00.686Z[ host-image] Oct 18 22:43:59.904 INFO O| Oct 18 22:43:59.904 INFO O| Startup: Caching catalogs ... Done
34772024-10-18T22:44:00.701Z[ recovery-image] Oct 18 22:43:59.919 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpcbuUZ4/proto/recovery/root"
34782024-10-18T22:44:00.701Z[ recovery-image] Oct 18 22:43:59.919 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34792024-10-18T22:44:00.703Z[ recovery-image] Oct 18 22:43:59.919 INFO image builder template: ramdisk-01-os...
34802024-10-18T22:44:00.703Z[ recovery-image] Oct 18 22:43:59.920 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/.tmpcbuUZ4/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
34812024-10-18T22:44:00.767Z[ recovery-image] Oct 18 22:43:59.985 INFO O| Oct 18 22:43:59.963 INFO CREATE DATASET: rpool/images/build/recovery/output
34822024-10-18T22:44:00.828Z[ host-image] Oct 18 22:44:00.046 INFO O| Oct 18 22:44:00.046 INFO O| Planning: Planning completed in 0.00 seconds
34832024-10-18T22:44:00.830Z[ host-image] Oct 18 22:44:00.047 INFO O| Oct 18 22:44:00.047 INFO O| Planning: Consolidating action changes ... Done
34842024-10-18T22:44:00.830Z[ host-image] Oct 18 22:44:00.048 INFO O| Oct 18 22:44:00.048 INFO O| Planning: Evaluating mediators ... Done
34852024-10-18T22:44:00.830Z[ host-image] Oct 18 22:44:00.048 INFO O| Oct 18 22:44:00.048 INFO O| Planning: Planning completed in 0.00 seconds
34862024-10-18T22:44:00.830Z[ host-image] Oct 18 22:44:00.048 INFO O| Oct 18 22:44:00.048 INFO O| Variants/Facets to change: 1
34872024-10-18T22:44:01.138Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
34882024-10-18T22:44:01.141Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
34892024-10-18T22:44:01.147Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
34902024-10-18T22:44:01.167Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
34912024-10-18T22:44:01.188ZOct 18 22:44:00.407 INFO [stamp-internal-dns] process exited with exit status: 0 (1.426676272s)
34922024-10-18T22:44:01.251ZOct 18 22:44:00.468 INFO [stamp-external-dns] process exited with exit status: 0 (1.516462708s)
34932024-10-18T22:44:01.282Z[ host-image] Oct 18 22:44:00.501 INFO O| Oct 18 22:44:00.501 INFO O| Done
34942024-10-18T22:44:01.282Z[ host-image] Oct 18 22:44:00.501 INFO O| Oct 18 22:44:00.501 INFO O| Done
34952024-10-18T22:44:01.286Z[ recovery-image] Oct 18 22:44:00.503 INFO O| Oct 18 22:44:00.494 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34962024-10-18T22:44:01.369Z[ recovery-image] Oct 18 22:44:00.586 INFO O| Oct 18 22:44:00.533 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34972024-10-18T22:44:01.435Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
34982024-10-18T22:44:01.471Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
34992024-10-18T22:44:01.474ZOct 18 22:44:00.692 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.566230646s)
35002024-10-18T22:44:01.478ZOct 18 22:44:00.696 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.632254381s)
35012024-10-18T22:44:01.641Z[ recovery-image] Oct 18 22:44:00.859 INFO O| Oct 18 22:44:00.859 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
35022024-10-18T22:44:01.697Z[ recovery-image] Oct 18 22:44:00.915 INFO O| Oct 18 22:44:00.915 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35032024-10-18T22:44:01.700Z[ recovery-image] Oct 18 22:44:00.916 INFO O| Oct 18 22:44:00.916 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35042024-10-18T22:44:01.700Z[ recovery-image] Oct 18 22:44:00.916 INFO O| Oct 18 22:44:00.916 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35052024-10-18T22:44:01.700Z[ recovery-image] Oct 18 22:44:00.916 INFO O| Oct 18 22:44:00.916 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35062024-10-18T22:44:01.710Z[ recovery-image] Oct 18 22:44:00.928 INFO O| Oct 18 22:44:00.928 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35072024-10-18T22:44:01.847Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35082024-10-18T22:44:01.852ZOct 18 22:44:01.070 INFO [stamp-oximeter] process exited with exit status: 0 (2.053969535s)
35092024-10-18T22:44:01.977Z[ host-image] Oct 18 22:44:01.193 INFO O| Oct 18 22:44:01.193 INFO O| Done
35102024-10-18T22:44:01.986Z[ recovery-image] Oct 18 22:44:01.204 INFO O| Oct 18 22:44:01.204 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35112024-10-18T22:44:02.000Z[ recovery-image] Oct 18 22:44:01.219 INFO O| Oct 18 22:44:01.218 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35122024-10-18T22:44:02.033Z[ host-image] Oct 18 22:44:01.243 INFO O| Oct 18 22:44:01.243 INFO O| Done
35132024-10-18T22:44:02.039Z[ host-image] Oct 18 22:44:01.244 INFO O| Oct 18 22:44:01.244 INFO O| Done
35142024-10-18T22:44:02.039Z[ host-image] Oct 18 22:44:01.245 INFO O| Oct 18 22:44:01.244 INFO O| Done
35152024-10-18T22:44:02.039Z[ host-image] Oct 18 22:44:01.246 INFO O| Oct 18 22:44:01.246 INFO O| Done
35162024-10-18T22:44:02.514Z[ host-image] Oct 18 22:44:01.732 INFO O| Oct 18 22:44:01.732 INFO STEP 6 (pkg_change_variant) COMPLETE
35172024-10-18T22:44:02.514Z[ host-image] Oct 18 22:44:01.732 INFO O| Oct 18 22:44:01.732 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35182024-10-18T22:44:02.517Z[ host-image] Oct 18 22:44:01.732 INFO O| Oct 18 22:44:01.732 INFO skip step because feature "debug_variant" is not enabled
35192024-10-18T22:44:02.517Z[ host-image] Oct 18 22:44:01.732 INFO O| Oct 18 22:44:01.732 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35202024-10-18T22:44:02.537Z[ recovery-image] Oct 18 22:44:01.755 INFO O| Oct 18 22:44:01.755 INFO O| Caching catalogs ... Done
35212024-10-18T22:44:02.648Z[ recovery-image] Oct 18 22:44:01.866 INFO O| Oct 18 22:44:01.866 INFO STEP 0 (pkg_image_create) COMPLETE
35222024-10-18T22:44:02.648Z[ recovery-image] Oct 18 22:44:01.866 INFO O| Oct 18 22:44:01.866 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35232024-10-18T22:44:02.648Z[ recovery-image] Oct 18 22:44:01.866 INFO O| Oct 18 22:44:01.866 INFO skip step because feature "repo_redist" is not enabled
35242024-10-18T22:44:02.651Z[ recovery-image] Oct 18 22:44:01.866 INFO O| Oct 18 22:44:01.866 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35252024-10-18T22:44:02.663Z[ recovery-image] Oct 18 22:44:01.881 INFO O| Oct 18 22:44:01.881 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"]
35262024-10-18T22:44:02.992Z[ host-image] Oct 18 22:44:02.210 INFO O| Oct 18 22:44:02.210 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
35272024-10-18T22:44:03.142Z[ recovery-image] Oct 18 22:44:02.360 INFO O| Oct 18 22:44:02.360 INFO STEP 2 (pkg_set_publisher) COMPLETE
35282024-10-18T22:44:03.142Z[ recovery-image] Oct 18 22:44:02.360 INFO O| Oct 18 22:44:02.360 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35292024-10-18T22:44:03.157Z[ recovery-image] Oct 18 22:44:02.375 INFO O| Oct 18 22:44:02.375 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"]
35302024-10-18T22:44:03.632Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35312024-10-18T22:44:03.636Z[ host-image] Oct 18 22:44:02.855 INFO O| Oct 18 22:44:02.854 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35322024-10-18T22:44:03.638ZOct 18 22:44:02.855 INFO [stamp-nexus] process exited with exit status: 0 (3.818021552s)
35332024-10-18T22:44:03.638Z[ host-image] Oct 18 22:44:02.856 INFO O| Oct 18 22:44:02.856 INFO O| Planning: Planning completed in 0.00 seconds
35342024-10-18T22:44:03.641Z[ host-image] Oct 18 22:44:02.857 INFO O| Oct 18 22:44:02.857 INFO O| Planning: Consolidating action changes ... Done
35352024-10-18T22:44:03.641Z[ host-image] Oct 18 22:44:02.857 INFO O| Oct 18 22:44:02.857 INFO O| Planning: Evaluating mediators ... Done
35362024-10-18T22:44:03.641Z[ host-image] Oct 18 22:44:02.857 INFO O| Oct 18 22:44:02.857 INFO O| Planning: Planning completed in 0.00 seconds
35372024-10-18T22:44:03.641Z[ host-image] Oct 18 22:44:02.858 INFO O| Oct 18 22:44:02.858 INFO O| Variants/Facets to change: 1
35382024-10-18T22:44:03.658Z[ host-image] Oct 18 22:44:02.876 INFO O| Oct 18 22:44:02.876 INFO O| Done
35392024-10-18T22:44:03.658Z[ host-image] Oct 18 22:44:02.876 INFO O| Oct 18 22:44:02.876 INFO O| Done
35402024-10-18T22:44:03.673Z[ recovery-image] Oct 18 22:44:02.891 INFO O| Oct 18 22:44:02.891 INFO STEP 3 (pkg_set_publisher) COMPLETE
35412024-10-18T22:44:03.673Z[ recovery-image] Oct 18 22:44:02.892 INFO O| Oct 18 22:44:02.891 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35422024-10-18T22:44:03.676Z[ recovery-image] Oct 18 22:44:02.892 INFO O| Oct 18 22:44:02.891 INFO skip step because feature "repo_redist" is not enabled
35432024-10-18T22:44:03.676Z[ recovery-image] Oct 18 22:44:02.892 INFO O| Oct 18 22:44:02.891 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35442024-10-18T22:44:04.033Z[ host-image] Oct 18 22:44:03.252 INFO O| Oct 18 22:44:03.252 INFO O| Done
35452024-10-18T22:44:04.070Z[ recovery-image] Oct 18 22:44:03.289 INFO O| Oct 18 22:44:03.288 INFO variant opensolaris.zone is already global
35462024-10-18T22:44:04.070Z[ recovery-image] Oct 18 22:44:03.289 INFO O| Oct 18 22:44:03.289 INFO STEP 5 (pkg_change_variant) COMPLETE
35472024-10-18T22:44:04.072Z[ recovery-image] Oct 18 22:44:03.289 INFO O| Oct 18 22:44:03.289 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-10-18T22:44:04.084Z[ host-image] Oct 18 22:44:03.303 INFO O| Oct 18 22:44:03.303 INFO O| Done
35492024-10-18T22:44:04.087Z[ host-image] Oct 18 22:44:03.304 INFO O| Oct 18 22:44:03.304 INFO O| Done
35502024-10-18T22:44:04.087Z[ host-image] Oct 18 22:44:03.304 INFO O| Oct 18 22:44:03.304 INFO O| Done
35512024-10-18T22:44:04.090Z[ host-image] Oct 18 22:44:03.306 INFO O| Oct 18 22:44:03.306 INFO O| Done
35522024-10-18T22:44:04.166Z[ host-image] Oct 18 22:44:03.384 INFO O| Oct 18 22:44:03.384 INFO STEP 8 (pkg_change_facet) COMPLETE
35532024-10-18T22:44:04.166Z[ host-image] Oct 18 22:44:03.384 INFO O| Oct 18 22:44:03.384 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35542024-10-18T22:44:04.166Z[ host-image] Oct 18 22:44:03.384 INFO O| Oct 18 22:44:03.384 INFO skip step because feature "recovery" is not enabled
35552024-10-18T22:44:04.168Z[ host-image] Oct 18 22:44:03.384 INFO O| Oct 18 22:44:03.384 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-10-18T22:44:04.168Z[ host-image] Oct 18 22:44:03.384 INFO O| Oct 18 22:44:03.384 INFO skip step because feature "recovery" is not enabled
35572024-10-18T22:44:04.168Z[ host-image] Oct 18 22:44:03.384 INFO O| Oct 18 22:44:03.384 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35582024-10-18T22:44:04.182Z[ host-image] Oct 18 22:44:03.400 INFO O| Oct 18 22:44:03.400 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"]
35592024-10-18T22:44:04.512Z[ recovery-image] Oct 18 22:44:03.730 INFO O| Oct 18 22:44:03.730 INFO variant opensolaris.imagetype is full; changing to partial
35602024-10-18T22:44:04.512Z[ recovery-image] Oct 18 22:44:03.730 INFO O| Oct 18 22:44:03.730 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35612024-10-18T22:44:04.747Z[ host-image] Oct 18 22:44:03.965 INFO O| Oct 18 22:44:03.965 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35622024-10-18T22:44:05.262Z[verify-libraries] Compiling polyval v0.6.2
35632024-10-18T22:44:05.262Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35642024-10-18T22:44:05.264Z[verify-libraries] Compiling ctr v0.9.2
35652024-10-18T22:44:05.460Z[verify-libraries] Compiling ssh-encoding v0.2.0
35662024-10-18T22:44:05.460Z[verify-libraries] Compiling blowfish v0.9.1
35672024-10-18T22:44:05.502Z[verify-libraries] Compiling password-hash v0.4.2
35682024-10-18T22:44:05.506Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35692024-10-18T22:44:05.511ZOct 18 22:44:04.730 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.197420165s)
35702024-10-18T22:44:05.562Z[verify-libraries] Compiling matches v0.1.10
35712024-10-18T22:44:05.565Z[verify-libraries] Compiling p256 v0.13.2
35722024-10-18T22:44:05.771Z[verify-libraries] Compiling ghash v0.5.1
35732024-10-18T22:44:05.981Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35742024-10-18T22:44:06.059Z[verify-libraries] Compiling idna v0.2.3
35752024-10-18T22:44:06.127Z[verify-libraries] Compiling aes-gcm v0.10.3
35762024-10-18T22:44:06.441Z[verify-libraries] Compiling pbkdf2 v0.11.0
35772024-10-18T22:44:06.647Z[verify-libraries] Compiling ssh-cipher v0.2.0
35782024-10-18T22:44:06.649Z[verify-libraries] Compiling p521 v0.13.3
35792024-10-18T22:44:07.281Z[verify-libraries] Compiling ssh-key v0.6.6
35802024-10-18T22:44:07.363Z[verify-libraries] Compiling enum-as-inner v0.5.1
35812024-10-18T22:44:08.318Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35822024-10-18T22:44:08.758Z[verify-libraries] Compiling md5 v0.7.0
35832024-10-18T22:44:09.088Z[verify-libraries] Compiling num-bigint v0.4.6
35842024-10-18T22:44:09.299Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35852024-10-18T22:44:09.693Z[verify-libraries] Compiling des v0.8.1
35862024-10-18T22:44:10.754Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35872024-10-18T22:44:11.063Z[verify-libraries] Compiling russh-keys v0.45.0
35882024-10-18T22:44:12.018Z[verify-libraries] Compiling hex-literal v0.4.1
35892024-10-18T22:44:12.063Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35902024-10-18T22:44:12.503Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35912024-10-18T22:44:12.602Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35922024-10-18T22:44:12.630ZOct 18 22:44:11.847 INFO [stamp-clickhouse] process exited with exit status: 0 (12.910732738s)
35932024-10-18T22:44:12.823Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35942024-10-18T22:44:12.870ZOct 18 22:44:12.088 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (12.803043492s)
35952024-10-18T22:44:12.871ZOct 18 22:44:12.088 INFO [tuf-stamp] task succeeded (13.15257347s)
35962024-10-18T22:44:13.332Z[verify-libraries] Compiling internet-checksum v0.2.1
35972024-10-18T22:44:13.600Z[verify-libraries] Compiling heck v0.4.1
35982024-10-18T22:44:14.975Z[ recovery-image] Oct 18 22:44:14.191 INFO O| Oct 18 22:44:14.191 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35992024-10-18T22:44:15.194Z[verify-libraries] Compiling russh v0.45.0
36002024-10-18T22:44:20.262Z[verify-libraries] Compiling dhcproto v0.12.0
36012024-10-18T22:44:20.612Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36022024-10-18T22:44:21.904Z[ recovery-image] Oct 18 22:44:21.120 INFO O| Oct 18 22:44:21.120 INFO O| Startup: Caching catalogs ... Done
36032024-10-18T22:44:22.007Z[ recovery-image] Oct 18 22:44:21.223 INFO O| Oct 18 22:44:21.223 INFO O| Planning: Planning completed in 0.00 seconds
36042024-10-18T22:44:22.009Z[ recovery-image] Oct 18 22:44:21.224 INFO O| Oct 18 22:44:21.224 INFO O| Planning: Consolidating action changes ... Done
36052024-10-18T22:44:22.009Z[ recovery-image] Oct 18 22:44:21.224 INFO O| Oct 18 22:44:21.224 INFO O| Planning: Evaluating mediators ... Done
36062024-10-18T22:44:22.009Z[ recovery-image] Oct 18 22:44:21.225 INFO O| Oct 18 22:44:21.225 INFO O| Planning: Planning completed in 0.00 seconds
36072024-10-18T22:44:22.009Z[ recovery-image] Oct 18 22:44:21.225 INFO O| Oct 18 22:44:21.225 INFO O| Variants/Facets to change: 1
36082024-10-18T22:44:22.176Z[ recovery-image] Oct 18 22:44:21.392 INFO O| Oct 18 22:44:21.392 INFO O| Done
36092024-10-18T22:44:22.176Z[ recovery-image] Oct 18 22:44:21.393 INFO O| Oct 18 22:44:21.392 INFO O| Done
36102024-10-18T22:44:23.166Z[ recovery-image] Oct 18 22:44:22.383 INFO O| Oct 18 22:44:22.383 INFO O| Done
36112024-10-18T22:44:23.234Z[ recovery-image] Oct 18 22:44:22.451 INFO O| Oct 18 22:44:22.451 INFO O| Done
36122024-10-18T22:44:23.237Z[ recovery-image] Oct 18 22:44:22.453 INFO O| Oct 18 22:44:22.453 INFO O| Done
36132024-10-18T22:44:23.248Z[ recovery-image] Oct 18 22:44:22.465 INFO O| Oct 18 22:44:22.465 INFO O| Done
36142024-10-18T22:44:23.251Z[ recovery-image] Oct 18 22:44:22.467 INFO O| Oct 18 22:44:22.467 INFO O| Done
36152024-10-18T22:44:23.870Z[ recovery-image] Oct 18 22:44:23.086 INFO O| Oct 18 22:44:23.086 INFO STEP 6 (pkg_change_variant) COMPLETE
36162024-10-18T22:44:23.870Z[ recovery-image] Oct 18 22:44:23.086 INFO O| Oct 18 22:44:23.086 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36172024-10-18T22:44:23.872Z[ recovery-image] Oct 18 22:44:23.086 INFO O| Oct 18 22:44:23.086 INFO skip step because feature "debug_variant" is not enabled
36182024-10-18T22:44:23.872Z[ recovery-image] Oct 18 22:44:23.086 INFO O| Oct 18 22:44:23.086 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36192024-10-18T22:44:24.666Z[ recovery-image] Oct 18 22:44:23.883 INFO O| Oct 18 22:44:23.882 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36202024-10-18T22:44:25.788Z[ recovery-image] Oct 18 22:44:25.005 INFO O| Oct 18 22:44:25.005 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36212024-10-18T22:44:25.791Z[ recovery-image] Oct 18 22:44:25.007 INFO O| Oct 18 22:44:25.006 INFO O| Planning: Planning completed in 0.00 seconds
36222024-10-18T22:44:25.791Z[ recovery-image] Oct 18 22:44:25.007 INFO O| Oct 18 22:44:25.007 INFO O| Planning: Consolidating action changes ... Done
36232024-10-18T22:44:25.791Z[ recovery-image] Oct 18 22:44:25.007 INFO O| Oct 18 22:44:25.007 INFO O| Planning: Evaluating mediators ... Done
36242024-10-18T22:44:25.793Z[ recovery-image] Oct 18 22:44:25.008 INFO O| Oct 18 22:44:25.008 INFO O| Planning: Planning completed in 0.00 seconds
36252024-10-18T22:44:25.793Z[ recovery-image] Oct 18 22:44:25.008 INFO O| Oct 18 22:44:25.008 INFO O| Variants/Facets to change: 1
36262024-10-18T22:44:25.962Z[ recovery-image] Oct 18 22:44:25.178 INFO O| Oct 18 22:44:25.178 INFO O| Done
36272024-10-18T22:44:25.962Z[ recovery-image] Oct 18 22:44:25.178 INFO O| Oct 18 22:44:25.178 INFO O| Done
36282024-10-18T22:44:26.800Z[ recovery-image] Oct 18 22:44:26.016 INFO O| Oct 18 22:44:26.016 INFO O| Done
36292024-10-18T22:44:26.878Z[ recovery-image] Oct 18 22:44:26.094 INFO O| Oct 18 22:44:26.094 INFO O| Done
36302024-10-18T22:44:26.881Z[ recovery-image] Oct 18 22:44:26.095 INFO O| Oct 18 22:44:26.095 INFO O| Done
36312024-10-18T22:44:26.881Z[ recovery-image] Oct 18 22:44:26.096 INFO O| Oct 18 22:44:26.096 INFO O| Done
36322024-10-18T22:44:26.883Z[ recovery-image] Oct 18 22:44:26.098 INFO O| Oct 18 22:44:26.097 INFO O| Done
36332024-10-18T22:44:26.981Z[ recovery-image] Oct 18 22:44:26.197 INFO O| Oct 18 22:44:26.197 INFO STEP 8 (pkg_change_facet) COMPLETE
36342024-10-18T22:44:26.981Z[ recovery-image] Oct 18 22:44:26.197 INFO O| Oct 18 22:44:26.197 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36352024-10-18T22:44:27.715Z[ recovery-image] Oct 18 22:44:26.931 INFO O| Oct 18 22:44:26.931 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36362024-10-18T22:44:28.854Z[ recovery-image] Oct 18 22:44:28.071 INFO O| Oct 18 22:44:28.070 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36372024-10-18T22:44:28.857Z[ recovery-image] Oct 18 22:44:28.073 INFO O| Oct 18 22:44:28.073 INFO O| Planning: Planning completed in 0.00 seconds
36382024-10-18T22:44:28.859Z[ recovery-image] Oct 18 22:44:28.073 INFO O| Oct 18 22:44:28.073 INFO O| Planning: Consolidating action changes ... Done
36392024-10-18T22:44:28.859Z[ recovery-image] Oct 18 22:44:28.074 INFO O| Oct 18 22:44:28.074 INFO O| Planning: Evaluating mediators ... Done
36402024-10-18T22:44:28.859Z[ recovery-image] Oct 18 22:44:28.074 INFO O| Oct 18 22:44:28.074 INFO O| Planning: Planning completed in 0.00 seconds
36412024-10-18T22:44:28.859Z[ recovery-image] Oct 18 22:44:28.074 INFO O| Oct 18 22:44:28.074 INFO O| Variants/Facets to change: 1
36422024-10-18T22:44:28.899Z[ recovery-image] Oct 18 22:44:28.116 INFO O| Oct 18 22:44:28.115 INFO O| Done
36432024-10-18T22:44:28.899Z[ recovery-image] Oct 18 22:44:28.116 INFO O| Oct 18 22:44:28.116 INFO O| Done
36442024-10-18T22:44:29.436Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36452024-10-18T22:44:29.572Z[ recovery-image] Oct 18 22:44:28.788 INFO O| Oct 18 22:44:28.788 INFO O| Done
36462024-10-18T22:44:29.641Z[ recovery-image] Oct 18 22:44:28.856 INFO O| Oct 18 22:44:28.856 INFO O| Done
36472024-10-18T22:44:29.643Z[ recovery-image] Oct 18 22:44:28.857 INFO O| Oct 18 22:44:28.857 INFO O| Done
36482024-10-18T22:44:29.643Z[ recovery-image] Oct 18 22:44:28.857 INFO O| Oct 18 22:44:28.857 INFO O| Done
36492024-10-18T22:44:29.645Z[ recovery-image] Oct 18 22:44:28.859 INFO O| Oct 18 22:44:28.859 INFO O| Done
36502024-10-18T22:44:29.781Z[ recovery-image] Oct 18 22:44:28.997 INFO O| Oct 18 22:44:28.997 INFO STEP 9 (pkg_change_facet) COMPLETE
36512024-10-18T22:44:29.781Z[ recovery-image] Oct 18 22:44:28.997 INFO O| Oct 18 22:44:28.997 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36522024-10-18T22:44:30.476Z[ recovery-image] Oct 18 22:44:29.692 INFO O| Oct 18 22:44:29.692 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36532024-10-18T22:44:30.493Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36542024-10-18T22:44:31.096Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36552024-10-18T22:44:31.561Z[ recovery-image] Oct 18 22:44:30.777 INFO O| Oct 18 22:44:30.777 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36562024-10-18T22:44:31.564Z[ recovery-image] Oct 18 22:44:30.779 INFO O| Oct 18 22:44:30.779 INFO O| Planning: Planning completed in 0.00 seconds
36572024-10-18T22:44:31.564Z[ recovery-image] Oct 18 22:44:30.780 INFO O| Oct 18 22:44:30.780 INFO O| Planning: Consolidating action changes ... Done
36582024-10-18T22:44:31.564Z[ recovery-image] Oct 18 22:44:30.780 INFO O| Oct 18 22:44:30.780 INFO O| Planning: Evaluating mediators ... Done
36592024-10-18T22:44:31.566Z[ recovery-image] Oct 18 22:44:30.780 INFO O| Oct 18 22:44:30.780 INFO O| Planning: Planning completed in 0.00 seconds
36602024-10-18T22:44:31.566Z[ recovery-image] Oct 18 22:44:30.781 INFO O| Oct 18 22:44:30.781 INFO O| Variants/Facets to change: 1
36612024-10-18T22:44:31.603Z[ recovery-image] Oct 18 22:44:30.819 INFO O| Oct 18 22:44:30.819 INFO O| Done
36622024-10-18T22:44:31.603Z[ recovery-image] Oct 18 22:44:30.819 INFO O| Oct 18 22:44:30.819 INFO O| Done
36632024-10-18T22:44:31.645Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36642024-10-18T22:44:32.247Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36652024-10-18T22:44:32.250Z[ recovery-image] Oct 18 22:44:31.466 INFO O| Oct 18 22:44:31.466 INFO O| Done
36662024-10-18T22:44:32.333Z[ recovery-image] Oct 18 22:44:31.549 INFO O| Oct 18 22:44:31.549 INFO O| Done
36672024-10-18T22:44:32.336Z[ recovery-image] Oct 18 22:44:31.550 INFO O| Oct 18 22:44:31.550 INFO O| Done
36682024-10-18T22:44:32.336Z[ recovery-image] Oct 18 22:44:31.550 INFO O| Oct 18 22:44:31.550 INFO O| Done
36692024-10-18T22:44:32.338Z[ recovery-image] Oct 18 22:44:31.552 INFO O| Oct 18 22:44:31.552 INFO O| Done
36702024-10-18T22:44:32.436Z[ recovery-image] Oct 18 22:44:31.651 INFO O| Oct 18 22:44:31.651 INFO STEP 10 (pkg_change_facet) COMPLETE
36712024-10-18T22:44:32.436Z[ recovery-image] Oct 18 22:44:31.651 INFO O| Oct 18 22:44:31.651 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36722024-10-18T22:44:32.438Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36732024-10-18T22:44:32.456Z[ recovery-image] Oct 18 22:44:31.672 INFO O| Oct 18 22:44:31.671 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"]
36742024-10-18T22:44:32.809Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36752024-10-18T22:44:33.470Z[ recovery-image] Oct 18 22:44:32.685 INFO O| Oct 18 22:44:32.685 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36762024-10-18T22:44:34.074Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36772024-10-18T22:44:37.233Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36782024-10-18T22:44:37.486Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36792024-10-18T22:44:43.816Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36802024-10-18T22:44:46.441Z[verify-libraries] Compiling termios v0.3.3
36812024-10-18T22:44:46.908Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36822024-10-18T22:44:55.008Z[ host-image] Oct 18 22:44:54.222 INFO O| Oct 18 22:44:54.222 INFO O| Planning: Solver setup ... Done
36832024-10-18T22:45:11.727Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36842024-10-18T22:45:22.876Z[ recovery-image] Oct 18 22:45:22.087 INFO O| Oct 18 22:45:22.087 INFO O| Planning: Solver setup ... Done
36852024-10-18T22:45:48.622Z[ host-image] Oct 18 22:45:45.517 INFO O| Oct 18 22:45:45.517 INFO O| Planning: Running solver ... Done
36862024-10-18T22:45:48.650Z[ host-image] Oct 18 22:45:46.037 INFO O| Oct 18 22:45:46.037 INFO O| Planning: Finding local manifests ... Done
36872024-10-18T22:45:48.650Z[ host-image] Oct 18 22:45:46.071 INFO O| Oct 18 22:45:46.071 INFO O| Planning: Fetching manifests: 0/124 0% complete
36882024-10-18T22:45:48.680Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36892024-10-18T22:45:52.407Z[ host-image] Oct 18 22:45:51.615 INFO O| Oct 18 22:45:51.615 INFO O| Planning: Fetching manifests: 124/124 100% complete
36902024-10-18T22:45:53.781Z[ host-image] Oct 18 22:45:52.989 INFO O| Oct 18 22:45:52.989 INFO O| Planning: Package planning ... Done
36912024-10-18T22:45:55.721Z[ host-image] Oct 18 22:45:54.929 INFO O| Oct 18 22:45:54.929 INFO O| Planning: Merging actions ... Done
36922024-10-18T22:45:56.060Z[ host-image] Oct 18 22:45:55.268 INFO O| Oct 18 22:45:55.268 INFO O| Planning: Checking for conflicting actions ... Done
36932024-10-18T22:45:56.326Z[ host-image] Oct 18 22:45:55.534 INFO O| Oct 18 22:45:55.534 INFO O| Planning: Consolidating action changes ... Done
36942024-10-18T22:45:56.846Z[ host-image] Oct 18 22:45:56.054 INFO O| Oct 18 22:45:56.054 INFO O| Planning: Evaluating mediators ... Done
36952024-10-18T22:46:03.262Z[ host-image] Oct 18 22:46:02.470 INFO O| Oct 18 22:46:02.470 INFO O| Planning: Planning completed in 118.50 seconds
36962024-10-18T22:46:03.269Z[ host-image] Oct 18 22:46:02.477 INFO O| Oct 18 22:46:02.476 INFO O| Packages to install: 124
36972024-10-18T22:46:03.271Z[ host-image] Oct 18 22:46:02.477 INFO O| Oct 18 22:46:02.477 INFO O| Mediators to change: 4
36982024-10-18T22:46:03.271Z[ host-image] Oct 18 22:46:02.477 INFO O| Oct 18 22:46:02.477 INFO O| Services to change: 6
36992024-10-18T22:46:03.396Z[ host-image] Oct 18 22:46:02.604 INFO O| Oct 18 22:46:02.604 INFO O| Download: 0/22734 items 0.0/196.6MB 0% complete
37002024-10-18T22:46:06.414Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37012024-10-18T22:46:08.402Z[ host-image] Oct 18 22:46:07.608 INFO O| Oct 18 22:46:07.608 INFO O| Download: 813/22734 items 4.7/196.6MB 2% complete (1009k/s)
37022024-10-18T22:46:12.487Z[ recovery-image] Oct 18 22:46:11.693 INFO O| Oct 18 22:46:11.693 INFO O| Planning: Running solver ... Done
37032024-10-18T22:46:12.981Z[ recovery-image] Oct 18 22:46:12.188 INFO O| Oct 18 22:46:12.188 INFO O| Planning: Finding local manifests ... Done
37042024-10-18T22:46:12.998Z[ recovery-image] Oct 18 22:46:12.205 INFO O| Oct 18 22:46:12.205 INFO O| Planning: Fetching manifests: 0/124 0% complete
37052024-10-18T22:46:13.421Z[ host-image] Oct 18 22:46:12.627 INFO O| Oct 18 22:46:12.627 INFO O| Download: 1608/22734 items 9.6/196.6MB 4% complete (999k/s)
37062024-10-18T22:46:14.067Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37072024-10-18T22:46:17.829Z[ recovery-image] Oct 18 22:46:17.035 INFO O| Oct 18 22:46:17.035 INFO O| Planning: Fetching manifests: 124/124 100% complete
37082024-10-18T22:46:18.782Z[ recovery-image] Oct 18 22:46:17.987 INFO O| Oct 18 22:46:17.987 INFO O| Planning: Package planning ... Done
37092024-10-18T22:46:18.896Z[ host-image] Oct 18 22:46:18.101 INFO O| Oct 18 22:46:18.101 INFO O| Download: 1788/22734 items 12.8/196.6MB 6% complete (959k/s)
37102024-10-18T22:46:19.640Z[ recovery-image] Oct 18 22:46:18.846 INFO O| Oct 18 22:46:18.846 INFO O| Planning: Merging actions ... Done
37112024-10-18T22:46:19.813Z[ recovery-image] Oct 18 22:46:19.019 INFO O| Oct 18 22:46:19.019 INFO O| Planning: Checking for conflicting actions ... Done
37122024-10-18T22:46:19.968Z[ recovery-image] Oct 18 22:46:19.174 INFO O| Oct 18 22:46:19.174 INFO O| Planning: Consolidating action changes ... Done
37132024-10-18T22:46:20.339Z[ recovery-image] Oct 18 22:46:19.545 INFO O| Oct 18 22:46:19.545 INFO O| Planning: Evaluating mediators ... Done
37142024-10-18T22:46:23.898Z[ host-image] Oct 18 22:46:23.103 INFO O| Oct 18 22:46:23.103 INFO O| Download: 2131/22734 items 23.8/196.6MB 12% complete (1.4M/s)
37152024-10-18T22:46:26.415Z[ recovery-image] Oct 18 22:46:25.620 INFO O| Oct 18 22:46:25.620 INFO O| Planning: Planning completed in 112.93 seconds
37162024-10-18T22:46:26.423Z[ recovery-image] Oct 18 22:46:25.628 INFO O| Oct 18 22:46:25.628 INFO O| Packages to install: 124
37172024-10-18T22:46:26.423Z[ recovery-image] Oct 18 22:46:25.628 INFO O| Oct 18 22:46:25.628 INFO O| Mediators to change: 4
37182024-10-18T22:46:26.423Z[ recovery-image] Oct 18 22:46:25.628 INFO O| Oct 18 22:46:25.628 INFO O| Services to change: 5
37192024-10-18T22:46:26.510Z[ recovery-image] Oct 18 22:46:25.716 INFO O| Oct 18 22:46:25.716 INFO O| Download: 0/15836 items 0.0/173.3MB 0% complete
37202024-10-18T22:46:28.659Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
37212024-10-18T22:46:29.079Z[ host-image] Oct 18 22:46:28.284 INFO O| Oct 18 22:46:28.284 INFO O| Download: 2461/22734 items 28.2/196.6MB 14% complete (1.6M/s)
37222024-10-18T22:46:31.516Z[ recovery-image] Oct 18 22:46:30.720 INFO O| Oct 18 22:46:30.720 INFO O| Download: 858/15836 items 6.7/173.3MB 3% complete (1.4M/s)
37232024-10-18T22:46:34.098Z[ host-image] Oct 18 22:46:33.302 INFO O| Oct 18 22:46:33.302 INFO O| Download: 3216/22734 items 34.0/196.6MB 17% complete (1.0M/s)
37242024-10-18T22:46:36.517Z[ recovery-image] Oct 18 22:46:35.721 INFO O| Oct 18 22:46:35.721 INFO O| Download: 1038/15836 items 7.9/173.3MB 4% complete (817k/s)
37252024-10-18T22:46:38.333Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37262024-10-18T22:46:39.101Z[ host-image] Oct 18 22:46:38.305 INFO O| Oct 18 22:46:38.305 INFO O| Download: 3886/22734 items 39.9/196.6MB 20% complete (1.2M/s)
37272024-10-18T22:46:41.926Z[ recovery-image] Oct 18 22:46:41.130 INFO O| Oct 18 22:46:41.130 INFO O| Download: 1107/15836 items 9.4/173.3MB 5% complete (432k/s)
37282024-10-18T22:46:43.314Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37292024-10-18T22:46:44.101Z[ host-image] Oct 18 22:46:43.305 INFO O| Oct 18 22:46:43.305 INFO O| Download: 4514/22734 items 41.9/196.6MB 21% complete (810k/s)
37302024-10-18T22:46:46.930Z[ recovery-image] Oct 18 22:46:46.134 INFO O| Oct 18 22:46:46.134 INFO O| Download: 1314/15836 items 19.9/173.3MB 11% complete (1.1M/s)
37312024-10-18T22:46:48.776Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37322024-10-18T22:46:49.115Z[ host-image] Oct 18 22:46:48.319 INFO O| Oct 18 22:46:48.319 INFO O| Download: 5037/22734 items 45.9/196.6MB 23% complete (614k/s)
37332024-10-18T22:46:52.050Z[ recovery-image] Oct 18 22:46:51.253 INFO O| Oct 18 22:46:51.253 INFO O| Download: 1524/15836 items 22.0/173.3MB 12% complete (1.3M/s)
37342024-10-18T22:46:54.134Z[ host-image] Oct 18 22:46:53.337 INFO O| Oct 18 22:46:53.337 INFO O| Download: 5832/22734 items 46.3/196.6MB 23% complete (451k/s)
37352024-10-18T22:46:57.068Z[ recovery-image] Oct 18 22:46:56.270 INFO O| Oct 18 22:46:56.270 INFO O| Download: 2220/15836 items 31.2/173.3MB 17% complete (1.1M/s)
37362024-10-18T22:46:59.172Z[ host-image] Oct 18 22:46:58.374 INFO O| Oct 18 22:46:58.374 INFO O| Download: 6454/22734 items 46.7/196.6MB 23% complete (86.5k/s)
37372024-10-18T22:47:02.105Z[ recovery-image] Oct 18 22:47:01.307 INFO O| Oct 18 22:47:01.307 INFO O| Download: 2675/15836 items 33.0/173.3MB 19% complete (1.1M/s)
37382024-10-18T22:47:04.654Z[ host-image] Oct 18 22:47:03.856 INFO O| Oct 18 22:47:03.855 INFO O| Download: 6765/22734 items 47.9/196.6MB 24% complete (137k/s)
37392024-10-18T22:47:07.108Z[ recovery-image] Oct 18 22:47:06.310 INFO O| Oct 18 22:47:06.310 INFO O| Download: 3199/15836 items 37.5/173.3MB 21% complete (645k/s)
37402024-10-18T22:47:09.655Z[ host-image] Oct 18 22:47:08.856 INFO O| Oct 18 22:47:08.856 INFO O| Download: 7003/22734 items 51.1/196.6MB 26% complete (403k/s)
37412024-10-18T22:47:12.112Z[ recovery-image] Oct 18 22:47:11.313 INFO O| Oct 18 22:47:11.313 INFO O| Download: 3674/15836 items 39.9/173.3MB 23% complete (702k/s)
37422024-10-18T22:47:14.656Z[ host-image] Oct 18 22:47:13.857 INFO O| Oct 18 22:47:13.857 INFO O| Download: 7842/22734 items 59.2/196.6MB 30% complete (1.1M/s)
37432024-10-18T22:47:17.112Z[ recovery-image] Oct 18 22:47:16.313 INFO O| Oct 18 22:47:16.313 INFO O| Download: 4170/15836 items 42.7/173.3MB 24% complete (529k/s)
37442024-10-18T22:47:21.245Z[ host-image] Oct 18 22:47:20.445 INFO O| Oct 18 22:47:20.445 INFO O| Download: 8235/22734 items 63.1/196.6MB 32% complete (1.1M/s)
37452024-10-18T22:47:24.458Z[ recovery-image] Oct 18 22:47:23.657 INFO O| Oct 18 22:47:23.657 INFO O| Download: 4781/15836 items 43.0/173.3MB 24% complete (397k/s)
37462024-10-18T22:47:28.258Z[ host-image] Oct 18 22:47:27.457 INFO O| Oct 18 22:47:27.457 INFO O| Download: 8298/22734 items 67.1/196.6MB 34% complete (695k/s)
37472024-10-18T22:47:29.678Z[ recovery-image] Oct 18 22:47:28.878 INFO O| Oct 18 22:47:28.878 INFO O| Download: 5701/15836 items 45.4/173.3MB 26% complete (230k/s)
37482024-10-18T22:47:33.258Z[ host-image] Oct 18 22:47:32.457 INFO O| Oct 18 22:47:32.457 INFO O| Download: 9392/22734 items 81.5/196.6MB 41% complete (2.1M/s)
37492024-10-18T22:47:34.684Z[ recovery-image] Oct 18 22:47:33.883 INFO O| Oct 18 22:47:33.883 INFO O| Download: 5761/15836 items 47.0/173.3MB 27% complete (405k/s)
37502024-10-18T22:47:38.291Z[ host-image] Oct 18 22:47:37.490 INFO O| Oct 18 22:47:37.490 INFO O| Download: 10402/22734 items 88.0/196.6MB 44% complete (2.1M/s)
37512024-10-18T22:47:40.674Z[ recovery-image] Oct 18 22:47:39.873 INFO O| Oct 18 22:47:39.873 INFO O| Download: 5911/15836 items 50.3/173.3MB 29% complete (660k/s)
37522024-10-18T22:47:43.292Z[ host-image] Oct 18 22:47:42.490 INFO O| Oct 18 22:47:42.490 INFO O| Download: 10782/22734 items 89.7/196.6MB 45% complete (827k/s)
37532024-10-18T22:47:46.119Z[ recovery-image] Oct 18 22:47:45.317 INFO O| Oct 18 22:47:45.317 INFO O| Download: 6103/15836 items 56.5/173.3MB 32% complete (806k/s)
37542024-10-18T22:47:48.405Z[ host-image] Oct 18 22:47:47.603 INFO O| Oct 18 22:47:47.603 INFO O| Download: 11199/22734 items 93.9/196.6MB 47% complete (611k/s)
37552024-10-18T22:47:51.130Z[ recovery-image] Oct 18 22:47:50.327 INFO O| Oct 18 22:47:50.327 INFO O| Download: 6447/15836 items 63.6/173.3MB 36% complete (998k/s)
37562024-10-18T22:47:53.425Z[ host-image] Oct 18 22:47:52.622 INFO O| Oct 18 22:47:52.622 INFO O| Download: 11450/22734 items 96.2/196.6MB 48% complete (671k/s)
37572024-10-18T22:47:56.135Z[ recovery-image] Oct 18 22:47:55.332 INFO O| Oct 18 22:47:55.332 INFO O| Download: 7019/15836 items 71.3/173.3MB 41% complete (1.4M/s)
37582024-10-18T22:47:58.445Z[ host-image] Oct 18 22:47:57.642 INFO O| Oct 18 22:47:57.642 INFO O| Download: 11976/22734 items 98.2/196.6MB 49% complete (380k/s)
37592024-10-18T22:48:01.135Z[ recovery-image] Oct 18 22:48:00.332 INFO O| Oct 18 22:48:00.332 INFO O| Download: 7212/15836 items 73.3/173.3MB 42% complete (990k/s)
37602024-10-18T22:48:04.997Z[ host-image] Oct 18 22:48:04.193 INFO O| Oct 18 22:48:04.193 INFO O| Download: 12107/22734 items 101.0/196.6MB 51% complete (500k/s)
37612024-10-18T22:48:07.397Z[ recovery-image] Oct 18 22:48:06.593 INFO O| Oct 18 22:48:06.593 INFO O| Download: 7627/15836 items 73.7/173.3MB 42% complete (573k/s)
37622024-10-18T22:48:10.042Z[ host-image] Oct 18 22:48:09.238 INFO O| Oct 18 22:48:09.237 INFO O| Download: 12209/22734 items 109.3/196.6MB 55% complete (1.2M/s)
37632024-10-18T22:48:12.556Z[ recovery-image] Oct 18 22:48:11.751 INFO O| Oct 18 22:48:11.751 INFO O| Download: 7937/15836 items 77.6/173.3MB 44% complete (416k/s)
37642024-10-18T22:48:15.058Z[ host-image] Oct 18 22:48:14.253 INFO O| Oct 18 22:48:14.253 INFO O| Download: 12641/22734 items 109.6/196.6MB 55% complete (885k/s)
37652024-10-18T22:48:17.600Z[ recovery-image] Oct 18 22:48:16.795 INFO O| Oct 18 22:48:16.795 INFO O| Download: 8259/15836 items 79.7/173.3MB 45% complete (628k/s)
37662024-10-18T22:48:20.063Z[ host-image] Oct 18 22:48:19.258 INFO O| Oct 18 22:48:19.257 INFO O| Download: 13314/22734 items 109.9/196.6MB 55% complete (137k/s)
37672024-10-18T22:48:22.797Z[ recovery-image] Oct 18 22:48:21.992 INFO O| Oct 18 22:48:21.991 INFO O| Download: 8660/15836 items 81.5/173.3MB 47% complete (401k/s)
37682024-10-18T22:48:25.087Z[ host-image] Oct 18 22:48:24.281 INFO O| Oct 18 22:48:24.281 INFO O| Download: 14280/22734 items 110.7/196.6MB 56% complete (105k/s)
37692024-10-18T22:48:27.805Z[ recovery-image] Oct 18 22:48:26.999 INFO O| Oct 18 22:48:26.999 INFO O| Download: 8996/15836 items 92.7/173.3MB 53% complete (1.3M/s)
37702024-10-18T22:48:30.643Z[ host-image] Oct 18 22:48:29.835 INFO O| Oct 18 22:48:29.835 INFO O| Download: 14518/22734 items 116.6/196.6MB 59% complete (658k/s)
37712024-10-18T22:48:32.806Z[ recovery-image] Oct 18 22:48:32.000 INFO O| Oct 18 22:48:31.999 INFO O| Download: 9789/15836 items 93.1/173.3MB 53% complete (1.2M/s)
37722024-10-18T22:48:35.889Z[ host-image] Oct 18 22:48:35.081 INFO O| Oct 18 22:48:35.081 INFO O| Download: 15560/22734 items 122.2/196.6MB 62% complete (1.1M/s)
37732024-10-18T22:48:37.854Z[ recovery-image] Oct 18 22:48:37.048 INFO O| Oct 18 22:48:37.047 INFO O| Download: 10547/15836 items 93.4/173.3MB 53% complete (82.9k/s)
37742024-10-18T22:48:40.901Z[ host-image] Oct 18 22:48:40.082 INFO O| Oct 18 22:48:40.082 INFO O| Download: 15834/22734 items 130.1/196.6MB 66% complete (1.3M/s)
37752024-10-18T22:48:42.996Z[ recovery-image] Oct 18 22:48:42.188 INFO O| Oct 18 22:48:42.188 INFO O| Download: 11000/15836 items 94.5/173.3MB 54% complete (127k/s)
37762024-10-18T22:48:45.890Z[ host-image] Oct 18 22:48:45.082 INFO O| Oct 18 22:48:45.082 INFO O| Download: 16408/22734 items 139.9/196.6MB 71% complete (1.8M/s)
37772024-10-18T22:48:48.079Z[ recovery-image] Oct 18 22:48:47.271 INFO O| Oct 18 22:48:47.271 INFO O| Download: 11083/15836 items 99.3/173.3MB 57% complete (531k/s)
37782024-10-18T22:48:50.895Z[ host-image] Oct 18 22:48:50.087 INFO O| Oct 18 22:48:50.087 INFO O| Download: 17319/22734 items 146.4/196.6MB 74% complete (1.6M/s)
37792024-10-18T22:48:53.297Z[ recovery-image] Oct 18 22:48:52.488 INFO O| Oct 18 22:48:52.488 INFO O| Download: 11512/15836 items 111.3/173.3MB 64% complete (1.6M/s)
37802024-10-18T22:48:55.916Z[ host-image] Oct 18 22:48:55.092 INFO O| Oct 18 22:48:55.092 INFO O| Download: 17884/22734 items 154.0/196.6MB 78% complete (1.3M/s)
37812024-10-18T22:48:58.299Z[ recovery-image] Oct 18 22:48:57.490 INFO O| Oct 18 22:48:57.490 INFO O| Download: 12157/15836 items 137.6/173.3MB 79% complete (3.9M/s)
37822024-10-18T22:49:00.924Z[ host-image] Oct 18 22:49:00.113 INFO O| Oct 18 22:49:00.113 INFO O| Download: 18576/22734 items 162.0/196.6MB 82% complete (1.6M/s)
37832024-10-18T22:49:03.305Z[ recovery-image] Oct 18 22:49:02.496 INFO O| Oct 18 22:49:02.496 INFO O| Download: 13007/15836 items 141.3/173.3MB 81% complete (3.2M/s)
37842024-10-18T22:49:05.923Z[ host-image] Oct 18 22:49:05.114 INFO O| Oct 18 22:49:05.114 INFO O| Download: 19471/22734 items 164.9/196.6MB 83% complete (1.1M/s)
37852024-10-18T22:49:08.455Z[ recovery-image] Oct 18 22:49:07.643 INFO O| Oct 18 22:49:07.643 INFO O| Download: 14031/15836 items 145.5/173.3MB 83% complete (836k/s)
37862024-10-18T22:49:10.935Z[ host-image] Oct 18 22:49:10.125 INFO O| Oct 18 22:49:10.124 INFO O| Download: 20125/22734 items 167.9/196.6MB 85% complete (609k/s)
37872024-10-18T22:49:13.516Z[ recovery-image] Oct 18 22:49:12.706 INFO O| Oct 18 22:49:12.705 INFO O| Download: 14699/15836 items 148.8/173.3MB 85% complete (726k/s)
37882024-10-18T22:49:16.266Z[ host-image] Oct 18 22:49:15.453 INFO O| Oct 18 22:49:15.453 INFO O| Download: 20810/22734 items 175.1/196.6MB 89% complete (930k/s)
37892024-10-18T22:49:18.670Z[ recovery-image] Oct 18 22:49:17.859 INFO O| Oct 18 22:49:17.859 INFO O| Download: 15309/15836 items 158.2/173.3MB 91% complete (1.3M/s)
37902024-10-18T22:49:25.673Z[ host-image] Oct 18 22:49:20.769 INFO O| Oct 18 22:49:20.769 INFO O| Download: 21651/22734 items 180.6/196.6MB 91% complete (1.2M/s)
37912024-10-18T22:49:25.703Z[ recovery-image] Oct 18 22:49:22.890 INFO O| Oct 18 22:49:22.889 INFO O| Download: 15804/15836 items 172.1/173.3MB 99% complete (2.3M/s)
37922024-10-18T22:49:25.703Z[ recovery-image] Oct 18 22:49:23.487 INFO O| Oct 18 22:49:23.486 INFO O| Download: Completed 173.32 MB in 177.77 seconds (995k/s)
37932024-10-18T22:49:25.703Z[ recovery-image] Oct 18 22:49:24.701 INFO O| Oct 18 22:49:24.701 INFO O| Actions: 1/24971 actions (Installing new actions)
37942024-10-18T22:49:26.632Z[ host-image] Oct 18 22:49:25.821 INFO O| Oct 18 22:49:25.821 INFO O| Download: 22207/22734 items 194.8/196.6MB 99% complete (1.9M/s)
37952024-10-18T22:49:29.197Z[ host-image] Oct 18 22:49:28.386 INFO O| Oct 18 22:49:28.386 INFO O| Download: Completed 196.56 MB in 205.78 seconds (975k/s)
37962024-10-18T22:49:30.522Z[ recovery-image] Oct 18 22:49:29.710 INFO O| Oct 18 22:49:29.710 INFO O| Actions: 10222/24971 actions (Installing new actions)
37972024-10-18T22:49:30.737Z[ host-image] Oct 18 22:49:29.926 INFO O| Oct 18 22:49:29.926 INFO O| Actions: 1/49270 actions (Installing new actions)
37982024-10-18T22:49:35.523Z[ recovery-image] Oct 18 22:49:34.711 INFO O| Oct 18 22:49:34.711 INFO O| Actions: 14878/24971 actions (Installing new actions)
37992024-10-18T22:49:35.739Z[ host-image] Oct 18 22:49:34.926 INFO O| Oct 18 22:49:34.926 INFO O| Actions: 8155/49270 actions (Installing new actions)
38002024-10-18T22:49:40.740Z[ host-image] Oct 18 22:49:39.927 INFO O| Oct 18 22:49:39.927 INFO O| Actions: 16649/49270 actions (Installing new actions)
38012024-10-18T22:49:40.920Z[ recovery-image] Oct 18 22:49:40.107 INFO O| Oct 18 22:49:40.107 INFO O| Actions: 24418/24971 actions (Installing new actions)
38022024-10-18T22:49:41.445Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 37s
38032024-10-18T22:49:41.790ZOct 18 22:49:40.978 INFO [verify-libraries] process exited with exit status: 0 (342.207901635s)
38042024-10-18T22:49:41.912Z[ recovery-image] Oct 18 22:49:41.099 INFO O| Oct 18 22:49:41.099 INFO O| Actions: Completed 24971 actions in 16.40 seconds.
38052024-10-18T22:49:42.248Z[ recovery-image] Oct 18 22:49:41.435 INFO O| Oct 18 22:49:41.435 INFO O| Done
38062024-10-18T22:49:42.248Z[ recovery-image] Oct 18 22:49:41.435 INFO O| Oct 18 22:49:41.435 INFO O| Done
38072024-10-18T22:49:42.881Z[ recovery-image] Oct 18 22:49:42.068 INFO O| Oct 18 22:49:42.068 INFO O| Done
38082024-10-18T22:49:43.695Z[ recovery-image] Oct 18 22:49:42.881 INFO O| Oct 18 22:49:42.881 INFO O| Done
38092024-10-18T22:49:43.707Z[ recovery-image] Oct 18 22:49:42.894 INFO O| Oct 18 22:49:42.894 INFO O| Done
38102024-10-18T22:49:45.740Z[ host-image] Oct 18 22:49:44.927 INFO O| Oct 18 22:49:44.927 INFO O| Actions: 43924/49270 actions (Installing new actions)
38112024-10-18T22:49:46.138Z[ recovery-image] Oct 18 22:49:45.325 INFO O| Oct 18 22:49:45.325 INFO O| Done
38122024-10-18T22:49:46.473Z[ recovery-image] Oct 18 22:49:45.660 INFO O| Oct 18 22:49:45.659 INFO O| Done
38132024-10-18T22:49:46.775Z[ recovery-image] Oct 18 22:49:45.962 INFO O| Oct 18 22:49:45.962 INFO STEP 11 (pkg_install) COMPLETE
38142024-10-18T22:49:46.775Z[ recovery-image] Oct 18 22:49:45.962 INFO O| Oct 18 22:49:45.962 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38152024-10-18T22:49:46.775Z[ recovery-image] Oct 18 22:49:45.962 INFO O| Oct 18 22:49:45.962 INFO skip step because feature "recovery" is enabled
38162024-10-18T22:49:46.778Z[ recovery-image] Oct 18 22:49:45.962 INFO O| Oct 18 22:49:45.962 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38172024-10-18T22:49:46.778Z[ recovery-image] Oct 18 22:49:45.962 INFO O| Oct 18 22:49:45.962 INFO skip step because feature "omicron1" is not enabled
38182024-10-18T22:49:46.778Z[ recovery-image] Oct 18 22:49:45.962 INFO O| Oct 18 22:49:45.962 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38192024-10-18T22:49:46.787Z[ recovery-image] Oct 18 22:49:45.975 INFO O| Oct 18 22:49:45.974 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
38202024-10-18T22:49:47.987Z[ recovery-image] Oct 18 22:49:47.173 INFO O| Oct 18 22:49:47.173 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38212024-10-18T22:49:48.876Z[ host-image] Oct 18 22:49:48.063 INFO O| Oct 18 22:49:48.063 INFO O| Actions: Completed 49270 actions in 18.13 seconds.
38222024-10-18T22:49:49.222Z[ host-image] Oct 18 22:49:48.409 INFO O| Oct 18 22:49:48.409 INFO O| Done
38232024-10-18T22:49:49.222Z[ host-image] Oct 18 22:49:48.409 INFO O| Oct 18 22:49:48.409 INFO O| Done
38242024-10-18T22:49:49.824Z[ host-image] Oct 18 22:49:49.011 INFO O| Oct 18 22:49:49.011 INFO O| Done
38252024-10-18T22:49:49.947Z[ recovery-image] Oct 18 22:49:49.134 INFO O| Oct 18 22:49:49.134 INFO O| Planning: Solver setup ... Done
38262024-10-18T22:49:49.951Z[ recovery-image] Oct 18 22:49:49.138 INFO O| Oct 18 22:49:49.138 INFO O| Planning: Running solver ... Done
38272024-10-18T22:49:49.999Z[ recovery-image] Oct 18 22:49:49.186 INFO O| Oct 18 22:49:49.186 INFO O| Planning: Finding local manifests ... Done
38282024-10-18T22:49:50.002Z[ recovery-image] Oct 18 22:49:49.187 INFO O| Oct 18 22:49:49.187 INFO O| Planning: Fetching manifests: 0/1 0% complete
38292024-10-18T22:49:50.081Z[ recovery-image] Oct 18 22:49:49.267 INFO O| Oct 18 22:49:49.267 INFO O| Planning: Fetching manifests: 1/1 100% complete
38302024-10-18T22:49:50.100Z[ recovery-image] Oct 18 22:49:49.287 INFO O| Oct 18 22:49:49.287 INFO O| Planning: Package planning ... Done
38312024-10-18T22:49:50.102Z[ recovery-image] Oct 18 22:49:49.287 INFO O| Oct 18 22:49:49.287 INFO O| Planning: Merging actions ... Done
38322024-10-18T22:49:50.133Z[ recovery-image] Oct 18 22:49:49.320 INFO O| Oct 18 22:49:49.320 INFO O| Planning: Checking for conflicting actions ... Done
38332024-10-18T22:49:50.135Z[ recovery-image] Oct 18 22:49:49.321 INFO O| Oct 18 22:49:49.320 INFO O| Planning: Consolidating action changes ... Done
38342024-10-18T22:49:50.265Z[ recovery-image] Oct 18 22:49:49.451 INFO O| Oct 18 22:49:49.451 INFO O| Planning: Evaluating mediators ... Done
38352024-10-18T22:49:50.267Z[ recovery-image] Oct 18 22:49:49.452 INFO O| Oct 18 22:49:49.452 INFO O| Planning: Planning completed in 2.28 seconds
38362024-10-18T22:49:50.267Z[ recovery-image] Oct 18 22:49:49.453 INFO O| Oct 18 22:49:49.453 INFO O| Packages to install: 1
38372024-10-18T22:49:50.277Z[ recovery-image] Oct 18 22:49:49.464 INFO O| Oct 18 22:49:49.464 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38382024-10-18T22:49:50.907Z[ recovery-image] Oct 18 22:49:50.093 INFO O| Oct 18 22:49:50.093 INFO O| Download: Completed 20.80 MB in 0.63 seconds (33.1M/s)
38392024-10-18T22:49:50.932Z[ recovery-image] Oct 18 22:49:50.119 INFO O| Oct 18 22:49:50.119 INFO O| Actions: 1/22 actions (Installing new actions)
38402024-10-18T22:49:51.057Z[ host-image] Oct 18 22:49:50.243 INFO O| Oct 18 22:49:50.243 INFO O| Done
38412024-10-18T22:49:51.079Z[ host-image] Oct 18 22:49:50.266 INFO O| Oct 18 22:49:50.266 INFO O| Done
38422024-10-18T22:49:51.450Z[ recovery-image] Oct 18 22:49:50.636 INFO O| Oct 18 22:49:50.636 INFO O| Actions: Completed 22 actions in 0.52 seconds.
38432024-10-18T22:49:51.744Z[ recovery-image] Oct 18 22:49:50.930 INFO O| Oct 18 22:49:50.930 INFO O| Done
38442024-10-18T22:49:51.744Z[ recovery-image] Oct 18 22:49:50.930 INFO O| Oct 18 22:49:50.930 INFO O| Done
38452024-10-18T22:49:52.235Z[ recovery-image] Oct 18 22:49:51.421 INFO O| Oct 18 22:49:51.421 INFO O| Done
38462024-10-18T22:49:53.074Z[ recovery-image] Oct 18 22:49:52.260 INFO O| Oct 18 22:49:52.260 INFO O| Done
38472024-10-18T22:49:53.086Z[ recovery-image] Oct 18 22:49:52.272 INFO O| Oct 18 22:49:52.272 INFO O| Done
38482024-10-18T22:49:53.086Z[ recovery-image] Oct 18 22:49:52.272 INFO O| Oct 18 22:49:52.272 INFO O| Done
38492024-10-18T22:49:53.095Z[ recovery-image] Oct 18 22:49:52.282 INFO O| Oct 18 22:49:52.282 INFO O| Done
38502024-10-18T22:49:53.192Z[ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO STEP 14 (pkg_install) COMPLETE
38512024-10-18T22:49:53.192Z[ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38522024-10-18T22:49:53.194Z[ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO skip step because feature "mfg" is not enabled
38532024-10-18T22:49:53.194Z[ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38542024-10-18T22:49:53.195Z[ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO skip step because feature "compliance" is not enabled
38552024-10-18T22:49:53.195Z[ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38562024-10-18T22:49:53.195Z[ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO skip step because feature "stress" is not enabled
38572024-10-18T22:49:53.195Z[ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38582024-10-18T22:49:53.195Z[ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO skip step because feature "nfs" is not enabled
38592024-10-18T22:49:53.195Z[ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38602024-10-18T22:49:53.195Z[ recovery-image] Oct 18 22:49:52.378 INFO O| Oct 18 22:49:52.378 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38612024-10-18T22:49:53.260Z[ recovery-image] Oct 18 22:49:52.446 INFO O| Oct 18 22:49:52.446 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38622024-10-18T22:49:53.339Z[ recovery-image] Oct 18 22:49:52.526 INFO O| Oct 18 22:49:52.526 INFO completed processing gimlet/ramdisk-01-os
38632024-10-18T22:49:53.342Z[ recovery-image] Oct 18 22:49:52.528 INFO image builder template: ramdisk-02-trim...
38642024-10-18T22:49:53.342Z[ recovery-image] Oct 18 22:49:52.529 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/.tmpcbuUZ4/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
38652024-10-18T22:49:53.367Z[ recovery-image] Oct 18 22:49:52.553 INFO O| Oct 18 22:49:52.553 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38662024-10-18T22:49:53.371Z[ recovery-image] Oct 18 22:49:52.558 INFO O| Oct 18 22:49:52.558 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38672024-10-18T22:49:53.434Z[ recovery-image] Oct 18 22:49:52.620 INFO O| Oct 18 22:49:52.620 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38682024-10-18T22:49:53.484Z[ recovery-image] Oct 18 22:49:52.670 INFO O| Oct 18 22:49:52.670 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38692024-10-18T22:49:53.484Z[ recovery-image] Oct 18 22:49:52.670 INFO O| Oct 18 22:49:52.670 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38702024-10-18T22:49:53.489Z[ recovery-image] Oct 18 22:49:52.676 INFO O| Oct 18 22:49:52.676 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38712024-10-18T22:49:53.493Z[ recovery-image] Oct 18 22:49:52.680 INFO O| Oct 18 22:49:52.680 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38722024-10-18T22:49:53.498Z[ recovery-image] Oct 18 22:49:52.685 INFO O| Oct 18 22:49:52.685 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38732024-10-18T22:49:53.679Z[ recovery-image] Oct 18 22:49:52.866 INFO O| Oct 18 22:49:52.866 INFO rolled back to input snapshot; work may begin
38742024-10-18T22:49:53.680Z[ recovery-image] Oct 18 22:49:52.866 INFO O| Oct 18 22:49:52.866 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38752024-10-18T22:49:53.685Z[ recovery-image] Oct 18 22:49:52.871 INFO O| Oct 18 22:49:52.871 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38762024-10-18T22:49:53.696Z[ recovery-image] Oct 18 22:49:52.882 INFO O| Oct 18 22:49:52.882 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38772024-10-18T22:49:53.744Z[ recovery-image] Oct 18 22:49:52.930 INFO O| Oct 18 22:49:52.930 INFO STEP 0 (remove_files) COMPLETE
38782024-10-18T22:49:53.744Z[ recovery-image] Oct 18 22:49:52.930 INFO O| Oct 18 22:49:52.930 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38792024-10-18T22:49:53.757Z[ recovery-image] Oct 18 22:49:52.943 INFO O| Oct 18 22:49:52.943 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38802024-10-18T22:49:53.759Z[ recovery-image] Oct 18 22:49:52.946 INFO O| Oct 18 22:49:52.945 INFO STEP 1 (remove_files) COMPLETE
38812024-10-18T22:49:53.759Z[ recovery-image] Oct 18 22:49:52.946 INFO O| Oct 18 22:49:52.945 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38822024-10-18T22:49:53.769Z[ recovery-image] Oct 18 22:49:52.955 INFO O| Oct 18 22:49:52.955 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38832024-10-18T22:49:53.785Z[ recovery-image] Oct 18 22:49:52.970 INFO O| Oct 18 22:49:52.970 INFO STEP 2 (remove_files) COMPLETE
38842024-10-18T22:49:53.785Z[ recovery-image] Oct 18 22:49:52.970 INFO O| Oct 18 22:49:52.970 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-18T22:49:53.794Z[ recovery-image] Oct 18 22:49:52.980 INFO O| Oct 18 22:49:52.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38862024-10-18T22:49:53.796Z[ recovery-image] Oct 18 22:49:52.983 INFO O| Oct 18 22:49:52.983 INFO STEP 3 (remove_files) COMPLETE
38872024-10-18T22:49:53.796Z[ recovery-image] Oct 18 22:49:52.983 INFO O| Oct 18 22:49:52.983 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38882024-10-18T22:49:53.805Z[ recovery-image] Oct 18 22:49:52.992 INFO O| Oct 18 22:49:52.992 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38892024-10-18T22:49:53.810Z[ recovery-image] Oct 18 22:49:52.996 INFO O| Oct 18 22:49:52.996 INFO STEP 4 (remove_files) COMPLETE
38902024-10-18T22:49:53.813Z[ recovery-image] Oct 18 22:49:52.996 INFO O| Oct 18 22:49:52.996 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38912024-10-18T22:49:53.820Z[ recovery-image] Oct 18 22:49:53.007 INFO O| Oct 18 22:49:53.007 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38922024-10-18T22:49:53.822Z[ recovery-image] Oct 18 22:49:53.007 INFO O| Oct 18 22:49:53.007 INFO STEP 5 (remove_files) COMPLETE
38932024-10-18T22:49:53.822Z[ recovery-image] Oct 18 22:49:53.007 INFO O| Oct 18 22:49:53.007 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38942024-10-18T22:49:53.830Z[ recovery-image] Oct 18 22:49:53.017 INFO O| Oct 18 22:49:53.017 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38952024-10-18T22:49:53.842Z[ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.028 INFO STEP 6 (remove_files) COMPLETE
38962024-10-18T22:49:53.842Z[ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38972024-10-18T22:49:53.844Z[ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO skip step because feature "recovery" is enabled
38982024-10-18T22:49:53.844Z[ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38992024-10-18T22:49:53.844Z[ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO skip step because feature "recovery" is enabled
39002024-10-18T22:49:53.844Z[ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39012024-10-18T22:49:53.844Z[ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO skip step because feature "recovery" is enabled
39022024-10-18T22:49:53.844Z[ recovery-image] Oct 18 22:49:53.029 INFO O| Oct 18 22:49:53.029 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39032024-10-18T22:49:53.853Z[ recovery-image] Oct 18 22:49:53.038 INFO O| Oct 18 22:49:53.038 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
39042024-10-18T22:49:53.856Z[ recovery-image] Oct 18 22:49:53.042 INFO O| Oct 18 22:49:53.042 INFO STEP 10 (remove_files) COMPLETE
39052024-10-18T22:49:53.856Z[ recovery-image] Oct 18 22:49:53.042 INFO O| Oct 18 22:49:53.042 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39062024-10-18T22:49:53.865Z[ recovery-image] Oct 18 22:49:53.052 INFO O| Oct 18 22:49:53.051 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
39072024-10-18T22:49:53.867Z[ recovery-image] Oct 18 22:49:53.053 INFO O| Oct 18 22:49:53.052 INFO STEP 11 (remove_files) COMPLETE
39082024-10-18T22:49:53.867Z[ recovery-image] Oct 18 22:49:53.053 INFO O| Oct 18 22:49:53.053 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39092024-10-18T22:49:53.875Z[ recovery-image] Oct 18 22:49:53.062 INFO O| Oct 18 22:49:53.062 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
39102024-10-18T22:49:53.878Z[ recovery-image] Oct 18 22:49:53.063 INFO O| Oct 18 22:49:53.063 INFO STEP 12 (remove_files) COMPLETE
39112024-10-18T22:49:53.878Z[ recovery-image] Oct 18 22:49:53.064 INFO O| Oct 18 22:49:53.063 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39122024-10-18T22:49:54.040Z[ recovery-image] Oct 18 22:49:53.225 INFO O| Oct 18 22:49:53.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
39132024-10-18T22:49:54.042Z[ recovery-image] Oct 18 22:49:53.228 INFO O| Oct 18 22:49:53.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
39142024-10-18T22:49:54.044Z[ recovery-image] Oct 18 22:49:53.231 INFO O| Oct 18 22:49:53.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39152024-10-18T22:49:54.047Z[ recovery-image] Oct 18 22:49:53.232 INFO O| Oct 18 22:49:53.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
39162024-10-18T22:49:54.127Z[ recovery-image] Oct 18 22:49:53.313 INFO O| Oct 18 22:49:53.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
39172024-10-18T22:49:54.129Z[ recovery-image] Oct 18 22:49:53.314 INFO O| Oct 18 22:49:53.314 INFO STEP 13 (remove_files) COMPLETE
39182024-10-18T22:49:54.129Z[ recovery-image] Oct 18 22:49:53.315 INFO O| Oct 18 22:49:53.314 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39192024-10-18T22:49:54.139Z[ recovery-image] Oct 18 22:49:53.326 INFO O| Oct 18 22:49:53.326 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39202024-10-18T22:49:54.141Z[ recovery-image] Oct 18 22:49:53.327 INFO O| Oct 18 22:49:53.327 INFO STEP 14 (remove_files) COMPLETE
39212024-10-18T22:49:54.141Z[ recovery-image] Oct 18 22:49:53.327 INFO O| Oct 18 22:49:53.327 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39222024-10-18T22:49:54.150Z[ recovery-image] Oct 18 22:49:53.337 INFO O| Oct 18 22:49:53.337 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39232024-10-18T22:49:54.157Z[ recovery-image] Oct 18 22:49:53.343 INFO O| Oct 18 22:49:53.343 INFO STEP 15 (remove_files) COMPLETE
39242024-10-18T22:49:54.157Z[ recovery-image] Oct 18 22:49:53.343 INFO O| Oct 18 22:49:53.343 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39252024-10-18T22:49:54.166Z[ recovery-image] Oct 18 22:49:53.353 INFO O| Oct 18 22:49:53.353 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39262024-10-18T22:49:54.168Z[ recovery-image] Oct 18 22:49:53.353 INFO O| Oct 18 22:49:53.353 INFO STEP 16 (remove_files) COMPLETE
39272024-10-18T22:49:54.169Z[ recovery-image] Oct 18 22:49:53.353 INFO O| Oct 18 22:49:53.353 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39282024-10-18T22:49:54.177Z[ recovery-image] Oct 18 22:49:53.363 INFO O| Oct 18 22:49:53.363 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39292024-10-18T22:49:54.179Z[ recovery-image] Oct 18 22:49:53.365 INFO O| Oct 18 22:49:53.365 INFO STEP 17 (remove_files) COMPLETE
39302024-10-18T22:49:54.179Z[ recovery-image] Oct 18 22:49:53.365 INFO O| Oct 18 22:49:53.365 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39312024-10-18T22:49:54.188Z[ recovery-image] Oct 18 22:49:53.375 INFO O| Oct 18 22:49:53.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39322024-10-18T22:49:54.188Z[ recovery-image] Oct 18 22:49:53.375 INFO O| Oct 18 22:49:53.375 INFO STEP 18 (remove_files) COMPLETE
39332024-10-18T22:49:54.190Z[ recovery-image] Oct 18 22:49:53.375 INFO O| Oct 18 22:49:53.375 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39342024-10-18T22:49:54.198Z[ recovery-image] Oct 18 22:49:53.384 INFO O| Oct 18 22:49:53.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39352024-10-18T22:49:54.198Z[ recovery-image] Oct 18 22:49:53.384 INFO O| Oct 18 22:49:53.384 INFO STEP 19 (remove_files) COMPLETE
39362024-10-18T22:49:54.200Z[ recovery-image] Oct 18 22:49:53.384 INFO O| Oct 18 22:49:53.384 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39372024-10-18T22:49:54.209Z[ recovery-image] Oct 18 22:49:53.395 INFO O| Oct 18 22:49:53.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39382024-10-18T22:49:54.209Z[ recovery-image] Oct 18 22:49:53.395 INFO O| Oct 18 22:49:53.395 INFO STEP 20 (remove_files) COMPLETE
39392024-10-18T22:49:54.209Z[ recovery-image] Oct 18 22:49:53.395 INFO O| Oct 18 22:49:53.395 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39402024-10-18T22:49:54.218Z[ recovery-image] Oct 18 22:49:53.405 INFO O| Oct 18 22:49:53.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39412024-10-18T22:49:54.218Z[ recovery-image] Oct 18 22:49:53.405 INFO O| Oct 18 22:49:53.405 INFO STEP 21 (remove_files) COMPLETE
39422024-10-18T22:49:54.221Z[ recovery-image] Oct 18 22:49:53.405 INFO O| Oct 18 22:49:53.405 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39432024-10-18T22:49:54.228Z[ recovery-image] Oct 18 22:49:53.414 INFO O| Oct 18 22:49:53.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39442024-10-18T22:49:54.230Z[ recovery-image] Oct 18 22:49:53.414 INFO O| Oct 18 22:49:53.414 INFO STEP 22 (remove_files) COMPLETE
39452024-10-18T22:49:54.230Z[ recovery-image] Oct 18 22:49:53.414 INFO O| Oct 18 22:49:53.414 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39462024-10-18T22:49:54.237Z[ recovery-image] Oct 18 22:49:53.424 INFO O| Oct 18 22:49:53.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39472024-10-18T22:49:54.237Z[ recovery-image] Oct 18 22:49:53.424 INFO O| Oct 18 22:49:53.424 INFO STEP 23 (remove_files) COMPLETE
39482024-10-18T22:49:54.239Z[ recovery-image] Oct 18 22:49:53.424 INFO O| Oct 18 22:49:53.424 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39492024-10-18T22:49:54.247Z[ recovery-image] Oct 18 22:49:53.433 INFO O| Oct 18 22:49:53.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39502024-10-18T22:49:54.247Z[ recovery-image] Oct 18 22:49:53.433 INFO O| Oct 18 22:49:53.433 INFO STEP 24 (remove_files) COMPLETE
39512024-10-18T22:49:54.249Z[ recovery-image] Oct 18 22:49:53.433 INFO O| Oct 18 22:49:53.433 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39522024-10-18T22:49:54.256Z[ recovery-image] Oct 18 22:49:53.443 INFO O| Oct 18 22:49:53.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39532024-10-18T22:49:54.256Z[ recovery-image] Oct 18 22:49:53.443 INFO O| Oct 18 22:49:53.443 INFO STEP 25 (remove_files) COMPLETE
39542024-10-18T22:49:54.258Z[ recovery-image] Oct 18 22:49:53.443 INFO O| Oct 18 22:49:53.443 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39552024-10-18T22:49:54.266Z[ recovery-image] Oct 18 22:49:53.452 INFO O| Oct 18 22:49:53.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39562024-10-18T22:49:54.266Z[ recovery-image] Oct 18 22:49:53.452 INFO O| Oct 18 22:49:53.452 INFO STEP 26 (remove_files) COMPLETE
39572024-10-18T22:49:54.268Z[ recovery-image] Oct 18 22:49:53.452 INFO O| Oct 18 22:49:53.452 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39582024-10-18T22:49:54.275Z[ recovery-image] Oct 18 22:49:53.462 INFO O| Oct 18 22:49:53.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39592024-10-18T22:49:54.275Z[ recovery-image] Oct 18 22:49:53.462 INFO O| Oct 18 22:49:53.462 INFO STEP 27 (remove_files) COMPLETE
39602024-10-18T22:49:54.277Z[ recovery-image] Oct 18 22:49:53.462 INFO O| Oct 18 22:49:53.462 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39612024-10-18T22:49:54.285Z[ recovery-image] Oct 18 22:49:53.471 INFO O| Oct 18 22:49:53.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39622024-10-18T22:49:54.285Z[ recovery-image] Oct 18 22:49:53.471 INFO O| Oct 18 22:49:53.471 INFO STEP 28 (remove_files) COMPLETE
39632024-10-18T22:49:54.287Z[ recovery-image] Oct 18 22:49:53.471 INFO O| Oct 18 22:49:53.471 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39642024-10-18T22:49:54.294Z[ recovery-image] Oct 18 22:49:53.481 INFO O| Oct 18 22:49:53.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39652024-10-18T22:49:54.295Z[ recovery-image] Oct 18 22:49:53.481 INFO O| Oct 18 22:49:53.481 INFO STEP 29 (remove_files) COMPLETE
39662024-10-18T22:49:54.295Z[ recovery-image] Oct 18 22:49:53.481 INFO O| Oct 18 22:49:53.481 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39672024-10-18T22:49:54.304Z[ recovery-image] Oct 18 22:49:53.491 INFO O| Oct 18 22:49:53.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39682024-10-18T22:49:54.304Z[ recovery-image] Oct 18 22:49:53.491 INFO O| Oct 18 22:49:53.491 INFO STEP 30 (remove_files) COMPLETE
39692024-10-18T22:49:54.304Z[ recovery-image] Oct 18 22:49:53.491 INFO O| Oct 18 22:49:53.491 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39702024-10-18T22:49:54.314Z[ recovery-image] Oct 18 22:49:53.500 INFO O| Oct 18 22:49:53.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39712024-10-18T22:49:54.314Z[ recovery-image] Oct 18 22:49:53.500 INFO O| Oct 18 22:49:53.500 INFO STEP 31 (remove_files) COMPLETE
39722024-10-18T22:49:54.314Z[ recovery-image] Oct 18 22:49:53.500 INFO O| Oct 18 22:49:53.500 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39732024-10-18T22:49:54.323Z[ recovery-image] Oct 18 22:49:53.510 INFO O| Oct 18 22:49:53.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39742024-10-18T22:49:54.323Z[ recovery-image] Oct 18 22:49:53.510 INFO O| Oct 18 22:49:53.510 INFO STEP 32 (remove_files) COMPLETE
39752024-10-18T22:49:54.325Z[ recovery-image] Oct 18 22:49:53.510 INFO O| Oct 18 22:49:53.510 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39762024-10-18T22:49:54.333Z[ recovery-image] Oct 18 22:49:53.519 INFO O| Oct 18 22:49:53.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39772024-10-18T22:49:54.333Z[ recovery-image] Oct 18 22:49:53.519 INFO O| Oct 18 22:49:53.519 INFO STEP 33 (remove_files) COMPLETE
39782024-10-18T22:49:54.335Z[ recovery-image] Oct 18 22:49:53.519 INFO O| Oct 18 22:49:53.519 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39792024-10-18T22:49:54.343Z[ recovery-image] Oct 18 22:49:53.528 INFO O| Oct 18 22:49:53.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39802024-10-18T22:49:54.343Z[ recovery-image] Oct 18 22:49:53.528 INFO O| Oct 18 22:49:53.528 INFO STEP 34 (remove_files) COMPLETE
39812024-10-18T22:49:54.345Z[ recovery-image] Oct 18 22:49:53.529 INFO O| Oct 18 22:49:53.528 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39822024-10-18T22:49:54.353Z[ recovery-image] Oct 18 22:49:53.538 INFO O| Oct 18 22:49:53.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39832024-10-18T22:49:54.355Z[ recovery-image] Oct 18 22:49:53.538 INFO O| Oct 18 22:49:53.538 INFO STEP 35 (remove_files) COMPLETE
39842024-10-18T22:49:54.355Z[ recovery-image] Oct 18 22:49:53.538 INFO O| Oct 18 22:49:53.538 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39852024-10-18T22:49:54.361Z[ recovery-image] Oct 18 22:49:53.547 INFO O| Oct 18 22:49:53.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39862024-10-18T22:49:54.361Z[ recovery-image] Oct 18 22:49:53.547 INFO O| Oct 18 22:49:53.547 INFO STEP 36 (remove_files) COMPLETE
39872024-10-18T22:49:54.365Z[ recovery-image] Oct 18 22:49:53.547 INFO O| Oct 18 22:49:53.547 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39882024-10-18T22:49:54.370Z[ recovery-image] Oct 18 22:49:53.556 INFO O| Oct 18 22:49:53.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39892024-10-18T22:49:54.370Z[ recovery-image] Oct 18 22:49:53.557 INFO O| Oct 18 22:49:53.557 INFO STEP 37 (remove_files) COMPLETE
39902024-10-18T22:49:54.372Z[ recovery-image] Oct 18 22:49:53.557 INFO O| Oct 18 22:49:53.557 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39912024-10-18T22:49:54.379Z[ recovery-image] Oct 18 22:49:53.566 INFO O| Oct 18 22:49:53.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39922024-10-18T22:49:54.382Z[ recovery-image] Oct 18 22:49:53.566 INFO O| Oct 18 22:49:53.566 INFO STEP 38 (remove_files) COMPLETE
39932024-10-18T22:49:54.382Z[ recovery-image] Oct 18 22:49:53.566 INFO O| Oct 18 22:49:53.566 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-10-18T22:49:54.389Z[ recovery-image] Oct 18 22:49:53.575 INFO O| Oct 18 22:49:53.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39952024-10-18T22:49:54.389Z[ recovery-image] Oct 18 22:49:53.575 INFO O| Oct 18 22:49:53.575 INFO STEP 39 (remove_files) COMPLETE
39962024-10-18T22:49:54.391Z[ recovery-image] Oct 18 22:49:53.575 INFO O| Oct 18 22:49:53.575 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39972024-10-18T22:49:54.399Z[ recovery-image] Oct 18 22:49:53.585 INFO O| Oct 18 22:49:53.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39982024-10-18T22:49:54.399Z[ recovery-image] Oct 18 22:49:53.585 INFO O| Oct 18 22:49:53.585 INFO STEP 40 (remove_files) COMPLETE
39992024-10-18T22:49:54.401Z[ recovery-image] Oct 18 22:49:53.585 INFO O| Oct 18 22:49:53.585 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40002024-10-18T22:49:54.408Z[ recovery-image] Oct 18 22:49:53.594 INFO O| Oct 18 22:49:53.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
40012024-10-18T22:49:54.411Z[ recovery-image] Oct 18 22:49:53.594 INFO O| Oct 18 22:49:53.594 INFO STEP 41 (remove_files) COMPLETE
40022024-10-18T22:49:54.411Z[ recovery-image] Oct 18 22:49:53.595 INFO O| Oct 18 22:49:53.594 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40032024-10-18T22:49:54.418Z[ recovery-image] Oct 18 22:49:53.604 INFO O| Oct 18 22:49:53.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
40042024-10-18T22:49:54.418Z[ recovery-image] Oct 18 22:49:53.604 INFO O| Oct 18 22:49:53.604 INFO STEP 42 (remove_files) COMPLETE
40052024-10-18T22:49:54.420Z[ recovery-image] Oct 18 22:49:53.604 INFO O| Oct 18 22:49:53.604 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40062024-10-18T22:49:54.427Z[ recovery-image] Oct 18 22:49:53.614 INFO O| Oct 18 22:49:53.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
40072024-10-18T22:49:54.427Z[ recovery-image] Oct 18 22:49:53.614 INFO O| Oct 18 22:49:53.614 INFO STEP 43 (remove_files) COMPLETE
40082024-10-18T22:49:54.430Z[ recovery-image] Oct 18 22:49:53.614 INFO O| Oct 18 22:49:53.614 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40092024-10-18T22:49:54.437Z[ recovery-image] Oct 18 22:49:53.623 INFO O| Oct 18 22:49:53.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
40102024-10-18T22:49:54.437Z[ recovery-image] Oct 18 22:49:53.624 INFO O| Oct 18 22:49:53.623 INFO STEP 44 (remove_files) COMPLETE
40112024-10-18T22:49:54.439Z[ recovery-image] Oct 18 22:49:53.624 INFO O| Oct 18 22:49:53.623 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40122024-10-18T22:49:54.444Z[ host-image] Oct 18 22:49:53.630 INFO O| Oct 18 22:49:53.630 INFO O| Done
40132024-10-18T22:49:54.447Z[ recovery-image] Oct 18 22:49:53.633 INFO O| Oct 18 22:49:53.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40142024-10-18T22:49:54.447Z[ recovery-image] Oct 18 22:49:53.633 INFO O| Oct 18 22:49:53.633 INFO STEP 45 (remove_files) COMPLETE
40152024-10-18T22:49:54.450Z[ recovery-image] Oct 18 22:49:53.633 INFO O| Oct 18 22:49:53.633 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40162024-10-18T22:49:54.456Z[ recovery-image] Oct 18 22:49:53.643 INFO O| Oct 18 22:49:53.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40172024-10-18T22:49:54.456Z[ recovery-image] Oct 18 22:49:53.643 INFO O| Oct 18 22:49:53.643 INFO STEP 46 (remove_files) COMPLETE
40182024-10-18T22:49:54.459Z[ recovery-image] Oct 18 22:49:53.643 INFO O| Oct 18 22:49:53.643 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40192024-10-18T22:49:54.466Z[ recovery-image] Oct 18 22:49:53.652 INFO O| Oct 18 22:49:53.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40202024-10-18T22:49:54.466Z[ recovery-image] Oct 18 22:49:53.652 INFO O| Oct 18 22:49:53.652 INFO STEP 47 (remove_files) COMPLETE
40212024-10-18T22:49:54.466Z[ recovery-image] Oct 18 22:49:53.653 INFO O| Oct 18 22:49:53.652 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40222024-10-18T22:49:54.475Z[ recovery-image] Oct 18 22:49:53.662 INFO O| Oct 18 22:49:53.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40232024-10-18T22:49:54.475Z[ recovery-image] Oct 18 22:49:53.662 INFO O| Oct 18 22:49:53.662 INFO STEP 48 (remove_files) COMPLETE
40242024-10-18T22:49:54.478Z[ recovery-image] Oct 18 22:49:53.662 INFO O| Oct 18 22:49:53.662 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40252024-10-18T22:49:54.485Z[ recovery-image] Oct 18 22:49:53.671 INFO O| Oct 18 22:49:53.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40262024-10-18T22:49:54.487Z[ recovery-image] Oct 18 22:49:53.672 INFO O| Oct 18 22:49:53.672 INFO STEP 49 (remove_files) COMPLETE
40272024-10-18T22:49:54.487Z[ recovery-image] Oct 18 22:49:53.672 INFO O| Oct 18 22:49:53.672 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40282024-10-18T22:49:54.495Z[ recovery-image] Oct 18 22:49:53.681 INFO O| Oct 18 22:49:53.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40292024-10-18T22:49:54.495Z[ recovery-image] Oct 18 22:49:53.681 INFO O| Oct 18 22:49:53.681 INFO STEP 50 (remove_files) COMPLETE
40302024-10-18T22:49:54.497Z[ recovery-image] Oct 18 22:49:53.681 INFO O| Oct 18 22:49:53.681 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40312024-10-18T22:49:54.504Z[ recovery-image] Oct 18 22:49:53.690 INFO O| Oct 18 22:49:53.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40322024-10-18T22:49:54.504Z[ recovery-image] Oct 18 22:49:53.690 INFO O| Oct 18 22:49:53.690 INFO STEP 51 (remove_files) COMPLETE
40332024-10-18T22:49:54.506Z[ recovery-image] Oct 18 22:49:53.690 INFO O| Oct 18 22:49:53.690 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40342024-10-18T22:49:54.513Z[ recovery-image] Oct 18 22:49:53.700 INFO O| Oct 18 22:49:53.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40352024-10-18T22:49:54.513Z[ recovery-image] Oct 18 22:49:53.700 INFO O| Oct 18 22:49:53.700 INFO STEP 52 (remove_files) COMPLETE
40362024-10-18T22:49:54.515Z[ recovery-image] Oct 18 22:49:53.700 INFO O| Oct 18 22:49:53.700 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40372024-10-18T22:49:54.523Z[ recovery-image] Oct 18 22:49:53.709 INFO O| Oct 18 22:49:53.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40382024-10-18T22:49:54.525Z[ recovery-image] Oct 18 22:49:53.709 INFO O| Oct 18 22:49:53.709 INFO STEP 53 (remove_files) COMPLETE
40392024-10-18T22:49:54.525Z[ recovery-image] Oct 18 22:49:53.709 INFO O| Oct 18 22:49:53.709 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40402024-10-18T22:49:54.532Z[ recovery-image] Oct 18 22:49:53.719 INFO O| Oct 18 22:49:53.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40412024-10-18T22:49:54.535Z[ recovery-image] Oct 18 22:49:53.719 INFO O| Oct 18 22:49:53.719 INFO STEP 54 (remove_files) COMPLETE
40422024-10-18T22:49:54.535Z[ recovery-image] Oct 18 22:49:53.719 INFO O| Oct 18 22:49:53.719 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40432024-10-18T22:49:54.542Z[ recovery-image] Oct 18 22:49:53.729 INFO O| Oct 18 22:49:53.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40442024-10-18T22:49:54.542Z[ recovery-image] Oct 18 22:49:53.729 INFO O| Oct 18 22:49:53.729 INFO STEP 55 (remove_files) COMPLETE
40452024-10-18T22:49:54.542Z[ recovery-image] Oct 18 22:49:53.729 INFO O| Oct 18 22:49:53.729 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40462024-10-18T22:49:54.552Z[ recovery-image] Oct 18 22:49:53.738 INFO O| Oct 18 22:49:53.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40472024-10-18T22:49:54.552Z[ recovery-image] Oct 18 22:49:53.738 INFO O| Oct 18 22:49:53.738 INFO STEP 56 (remove_files) COMPLETE
40482024-10-18T22:49:54.554Z[ recovery-image] Oct 18 22:49:53.738 INFO O| Oct 18 22:49:53.738 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40492024-10-18T22:49:54.562Z[ recovery-image] Oct 18 22:49:53.748 INFO O| Oct 18 22:49:53.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40502024-10-18T22:49:54.562Z[ recovery-image] Oct 18 22:49:53.748 INFO O| Oct 18 22:49:53.748 INFO STEP 57 (remove_files) COMPLETE
40512024-10-18T22:49:54.564Z[ recovery-image] Oct 18 22:49:53.748 INFO O| Oct 18 22:49:53.748 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40522024-10-18T22:49:54.573Z[ recovery-image] Oct 18 22:49:53.759 INFO O| Oct 18 22:49:53.759 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40532024-10-18T22:49:54.573Z[ recovery-image] Oct 18 22:49:53.759 INFO O| Oct 18 22:49:53.759 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40542024-10-18T22:49:54.575Z[ recovery-image] Oct 18 22:49:53.759 INFO O| Oct 18 22:49:53.759 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40552024-10-18T22:49:54.575Z[ recovery-image] Oct 18 22:49:53.760 INFO O| Oct 18 22:49:53.760 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40562024-10-18T22:49:54.575Z[ recovery-image] Oct 18 22:49:53.760 INFO O| Oct 18 22:49:53.760 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40572024-10-18T22:49:54.575Z[ recovery-image] Oct 18 22:49:53.760 INFO O| Oct 18 22:49:53.760 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40582024-10-18T22:49:54.575Z[ recovery-image] Oct 18 22:49:53.760 INFO O| Oct 18 22:49:53.760 INFO ok!
40592024-10-18T22:49:54.575Z[ recovery-image] Oct 18 22:49:53.760 INFO O| Oct 18 22:49:53.760 INFO STEP 58 (ensure_file) COMPLETE
40602024-10-18T22:49:54.575Z[ recovery-image] Oct 18 22:49:53.760 INFO O| Oct 18 22:49:53.760 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40612024-10-18T22:49:54.583Z[ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40622024-10-18T22:49:54.583Z[ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40632024-10-18T22:49:54.585Z[ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40642024-10-18T22:49:54.585Z[ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40652024-10-18T22:49:54.585Z[ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40662024-10-18T22:49:54.585Z[ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40672024-10-18T22:49:54.585Z[ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO ok!
40682024-10-18T22:49:54.585Z[ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO STEP 59 (ensure_file) COMPLETE
40692024-10-18T22:49:54.586Z[ recovery-image] Oct 18 22:49:53.770 INFO O| Oct 18 22:49:53.770 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40702024-10-18T22:49:54.593Z[ recovery-image] Oct 18 22:49:53.779 INFO O| Oct 18 22:49:53.779 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40712024-10-18T22:49:54.595Z[ recovery-image] Oct 18 22:49:53.779 INFO O| Oct 18 22:49:53.779 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40722024-10-18T22:49:54.595Z[ recovery-image] Oct 18 22:49:53.780 INFO O| Oct 18 22:49:53.779 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40732024-10-18T22:49:54.595Z[ recovery-image] Oct 18 22:49:53.780 INFO O| Oct 18 22:49:53.780 INFO ok!
40742024-10-18T22:49:54.595Z[ recovery-image] Oct 18 22:49:53.780 INFO O| Oct 18 22:49:53.780 INFO STEP 60 (ensure_file) COMPLETE
40752024-10-18T22:49:54.595Z[ recovery-image] Oct 18 22:49:53.780 INFO O| Oct 18 22:49:53.780 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-10-18T22:49:54.603Z[ recovery-image] Oct 18 22:49:53.789 INFO O| Oct 18 22:49:53.789 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40772024-10-18T22:49:54.603Z[ recovery-image] Oct 18 22:49:53.789 INFO O| Oct 18 22:49:53.789 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40782024-10-18T22:49:54.605Z[ recovery-image] Oct 18 22:49:53.789 INFO O| Oct 18 22:49:53.789 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40792024-10-18T22:49:54.605Z[ recovery-image] Oct 18 22:49:53.789 INFO O| Oct 18 22:49:53.789 INFO ok!
40802024-10-18T22:49:54.605Z[ recovery-image] Oct 18 22:49:53.789 INFO O| Oct 18 22:49:53.789 INFO STEP 61 (ensure_file) COMPLETE
40812024-10-18T22:49:54.605Z[ recovery-image] Oct 18 22:49:53.789 INFO O| Oct 18 22:49:53.789 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40822024-10-18T22:49:54.612Z[ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40832024-10-18T22:49:54.612Z[ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40842024-10-18T22:49:54.615Z[ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40852024-10-18T22:49:54.615Z[ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40862024-10-18T22:49:54.615Z[ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 INFO ok!
40872024-10-18T22:49:54.615Z[ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 INFO STEP 62 (ensure_file) COMPLETE
40882024-10-18T22:49:54.615Z[ recovery-image] Oct 18 22:49:53.799 INFO O| Oct 18 22:49:53.799 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40892024-10-18T22:49:54.622Z[ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40902024-10-18T22:49:54.622Z[ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40912024-10-18T22:49:54.625Z[ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40922024-10-18T22:49:54.625Z[ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40932024-10-18T22:49:54.625Z[ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO ok!
40942024-10-18T22:49:54.625Z[ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO STEP 63 (ensure_file) COMPLETE
40952024-10-18T22:49:54.625Z[ recovery-image] Oct 18 22:49:53.809 INFO O| Oct 18 22:49:53.809 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-10-18T22:49:54.632Z[ recovery-image] Oct 18 22:49:53.819 INFO O| Oct 18 22:49:53.818 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40972024-10-18T22:49:54.632Z[ recovery-image] Oct 18 22:49:53.819 INFO O| Oct 18 22:49:53.818 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40982024-10-18T22:49:54.634Z[ recovery-image] Oct 18 22:49:53.819 INFO O| Oct 18 22:49:53.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40992024-10-18T22:49:54.634Z[ recovery-image] Oct 18 22:49:53.819 INFO O| Oct 18 22:49:53.819 INFO ok!
41002024-10-18T22:49:54.634Z[ recovery-image] Oct 18 22:49:53.819 INFO O| Oct 18 22:49:53.819 INFO STEP 64 (assemble_files) COMPLETE
41012024-10-18T22:49:54.634Z[ recovery-image] Oct 18 22:49:53.819 INFO O| Oct 18 22:49:53.819 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41022024-10-18T22:49:54.642Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
41032024-10-18T22:49:54.642Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
41042024-10-18T22:49:54.644Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41052024-10-18T22:49:54.644Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41062024-10-18T22:49:54.644Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO ok!
41072024-10-18T22:49:54.644Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO STEP 65 (ensure_file) COMPLETE
41082024-10-18T22:49:54.644Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41092024-10-18T22:49:54.644Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO skip step because feature "omicron1" is not enabled
41102024-10-18T22:49:54.644Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41112024-10-18T22:49:54.644Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO skip step because feature "omicron1" is not enabled
41122024-10-18T22:49:54.644Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41132024-10-18T22:49:54.644Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO skip step because feature "omicron1" is not enabled
41142024-10-18T22:49:54.644Z[ recovery-image] Oct 18 22:49:53.828 INFO O| Oct 18 22:49:53.828 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41152024-10-18T22:49:54.656Z[ recovery-image] Oct 18 22:49:53.843 INFO O| Oct 18 22:49:53.843 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41162024-10-18T22:49:54.656Z[ recovery-image] Oct 18 22:49:53.843 INFO O| Oct 18 22:49:53.843 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41172024-10-18T22:49:54.922Z[ host-image] Oct 18 22:49:54.109 INFO O| Oct 18 22:49:54.108 INFO O| Done
41182024-10-18T22:49:55.227Z[ host-image] Oct 18 22:49:54.413 INFO O| Oct 18 22:49:54.413 INFO STEP 11 (pkg_install) COMPLETE
41192024-10-18T22:49:55.227Z[ host-image] Oct 18 22:49:54.413 INFO O| Oct 18 22:49:54.413 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
41202024-10-18T22:49:55.238Z[ host-image] Oct 18 22:49:54.424 INFO O| Oct 18 22:49:54.424 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
41212024-10-18T22:49:55.705Z[ host-image] Oct 18 22:49:54.891 INFO O| Oct 18 22:49:54.891 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
41222024-10-18T22:49:56.288Z[ recovery-image] Oct 18 22:49:55.472 INFO O| Oct 18 22:49:55.472 INFO STEP 69 (pack_tar) COMPLETE
41232024-10-18T22:49:56.288Z[ recovery-image] Oct 18 22:49:55.472 INFO O| Oct 18 22:49:55.472 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41242024-10-18T22:49:56.288Z[ recovery-image] Oct 18 22:49:55.472 INFO O| Oct 18 22:49:55.472 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41252024-10-18T22:49:56.709Z[ recovery-image] Oct 18 22:49:55.895 INFO O| Oct 18 22:49:55.895 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41262024-10-18T22:49:56.822Z[ recovery-image] Oct 18 22:49:56.007 INFO O| Oct 18 22:49:56.007 INFO completed processing gimlet/ramdisk-02-trim
41272024-10-18T22:49:56.824Z[ recovery-image] Oct 18 22:49:56.009 INFO image builder template: ramdisk-03-recovery-trim...
41282024-10-18T22:49:56.824Z[ recovery-image] Oct 18 22:49:56.009 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/.tmpcbuUZ4/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
41292024-10-18T22:49:56.970Z[ recovery-image] Oct 18 22:49:56.118 INFO O| Oct 18 22:49:56.118 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41302024-10-18T22:49:56.972Z[ recovery-image] Oct 18 22:49:56.123 INFO O| Oct 18 22:49:56.123 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41312024-10-18T22:49:57.036Z[ recovery-image] Oct 18 22:49:56.222 INFO O| Oct 18 22:49:56.222 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41322024-10-18T22:49:57.091Z[ recovery-image] Oct 18 22:49:56.277 INFO O| Oct 18 22:49:56.277 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41332024-10-18T22:49:57.095Z[ recovery-image] Oct 18 22:49:56.277 INFO O| Oct 18 22:49:56.277 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41342024-10-18T22:49:57.101Z[ recovery-image] Oct 18 22:49:56.286 INFO O| Oct 18 22:49:56.286 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41352024-10-18T22:49:57.104Z[ recovery-image] Oct 18 22:49:56.291 INFO O| Oct 18 22:49:56.291 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41362024-10-18T22:49:57.109Z[ recovery-image] Oct 18 22:49:56.296 INFO O| Oct 18 22:49:56.296 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41372024-10-18T22:49:57.310Z[ recovery-image] Oct 18 22:49:56.496 INFO O| Oct 18 22:49:56.496 INFO rolled back to input snapshot; work may begin
41382024-10-18T22:49:57.310Z[ recovery-image] Oct 18 22:49:56.496 INFO O| Oct 18 22:49:56.496 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41392024-10-18T22:49:57.316Z[ recovery-image] Oct 18 22:49:56.502 INFO O| Oct 18 22:49:56.502 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-18T22:49:57.326Z[ recovery-image] Oct 18 22:49:56.513 INFO O| Oct 18 22:49:56.512 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41412024-10-18T22:49:57.329Z[ recovery-image] Oct 18 22:49:56.516 INFO O| Oct 18 22:49:56.515 INFO STEP 0 (remove_files) COMPLETE
41422024-10-18T22:49:57.331Z[ recovery-image] Oct 18 22:49:56.516 INFO O| Oct 18 22:49:56.515 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-10-18T22:49:57.339Z[ recovery-image] Oct 18 22:49:56.525 INFO O| Oct 18 22:49:56.525 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41442024-10-18T22:49:57.392Z[ recovery-image] Oct 18 22:49:56.578 INFO O| Oct 18 22:49:56.578 INFO STEP 1 (remove_files) COMPLETE
41452024-10-18T22:49:57.392Z[ recovery-image] Oct 18 22:49:56.578 INFO O| Oct 18 22:49:56.578 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-10-18T22:49:57.406Z[ recovery-image] Oct 18 22:49:56.592 INFO O| Oct 18 22:49:56.592 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41472024-10-18T22:49:57.408Z[ recovery-image] Oct 18 22:49:56.594 INFO O| Oct 18 22:49:56.594 INFO STEP 2 (remove_files) COMPLETE
41482024-10-18T22:49:57.408Z[ recovery-image] Oct 18 22:49:56.594 INFO O| Oct 18 22:49:56.594 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-18T22:49:57.422Z[ recovery-image] Oct 18 22:49:56.608 INFO O| Oct 18 22:49:56.608 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41502024-10-18T22:49:57.483Z[ recovery-image] Oct 18 22:49:56.669 INFO O| Oct 18 22:49:56.668 INFO STEP 3 (remove_files) COMPLETE
41512024-10-18T22:49:57.483Z[ recovery-image] Oct 18 22:49:56.669 INFO O| Oct 18 22:49:56.669 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-18T22:49:57.497Z[ recovery-image] Oct 18 22:49:56.683 INFO O| Oct 18 22:49:56.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41532024-10-18T22:49:57.508Z[ recovery-image] Oct 18 22:49:56.695 INFO O| Oct 18 22:49:56.695 INFO STEP 4 (remove_files) COMPLETE
41542024-10-18T22:49:57.509Z[ recovery-image] Oct 18 22:49:56.695 INFO O| Oct 18 22:49:56.695 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-18T22:49:57.520Z[ recovery-image] Oct 18 22:49:56.706 INFO O| Oct 18 22:49:56.706 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41562024-10-18T22:49:57.522Z[ recovery-image] Oct 18 22:49:56.709 INFO O| Oct 18 22:49:56.709 INFO STEP 5 (remove_files) COMPLETE
41572024-10-18T22:49:57.525Z[ recovery-image] Oct 18 22:49:56.709 INFO O| Oct 18 22:49:56.709 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-18T22:49:57.533Z[ recovery-image] Oct 18 22:49:56.719 INFO O| Oct 18 22:49:56.719 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41592024-10-18T22:49:57.535Z[ recovery-image] Oct 18 22:49:56.721 INFO O| Oct 18 22:49:56.721 INFO STEP 6 (remove_files) COMPLETE
41602024-10-18T22:49:57.535Z[ recovery-image] Oct 18 22:49:56.721 INFO O| Oct 18 22:49:56.721 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-18T22:49:57.544Z[ recovery-image] Oct 18 22:49:56.731 INFO O| Oct 18 22:49:56.730 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41622024-10-18T22:49:57.547Z[ recovery-image] Oct 18 22:49:56.732 INFO O| Oct 18 22:49:56.732 INFO STEP 7 (remove_files) COMPLETE
41632024-10-18T22:49:57.547Z[ recovery-image] Oct 18 22:49:56.732 INFO O| Oct 18 22:49:56.732 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-18T22:49:57.556Z[ recovery-image] Oct 18 22:49:56.742 INFO O| Oct 18 22:49:56.742 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41652024-10-18T22:49:57.559Z[ recovery-image] Oct 18 22:49:56.745 INFO O| Oct 18 22:49:56.745 INFO STEP 8 (remove_files) COMPLETE
41662024-10-18T22:49:57.559Z[ recovery-image] Oct 18 22:49:56.745 INFO O| Oct 18 22:49:56.745 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-18T22:49:57.569Z[ recovery-image] Oct 18 22:49:56.755 INFO O| Oct 18 22:49:56.755 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41682024-10-18T22:49:57.571Z[ recovery-image] Oct 18 22:49:56.756 INFO O| Oct 18 22:49:56.755 INFO STEP 9 (remove_files) COMPLETE
41692024-10-18T22:49:57.571Z[ recovery-image] Oct 18 22:49:56.756 INFO O| Oct 18 22:49:56.756 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-18T22:49:57.579Z[ recovery-image] Oct 18 22:49:56.765 INFO O| Oct 18 22:49:56.765 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41712024-10-18T22:49:57.581Z[ recovery-image] Oct 18 22:49:56.766 INFO O| Oct 18 22:49:56.766 INFO STEP 10 (remove_files) COMPLETE
41722024-10-18T22:49:57.581Z[ recovery-image] Oct 18 22:49:56.766 INFO O| Oct 18 22:49:56.766 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-18T22:49:57.589Z[ recovery-image] Oct 18 22:49:56.776 INFO O| Oct 18 22:49:56.776 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41742024-10-18T22:49:57.636Z[ recovery-image] Oct 18 22:49:56.822 INFO O| Oct 18 22:49:56.822 INFO STEP 11 (remove_files) COMPLETE
41752024-10-18T22:49:57.636Z[ recovery-image] Oct 18 22:49:56.822 INFO O| Oct 18 22:49:56.822 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-18T22:49:57.649Z[ recovery-image] Oct 18 22:49:56.835 INFO O| Oct 18 22:49:56.835 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41772024-10-18T22:49:57.651Z[ recovery-image] Oct 18 22:49:56.837 INFO O| Oct 18 22:49:56.837 INFO STEP 12 (remove_files) COMPLETE
41782024-10-18T22:49:57.651Z[ recovery-image] Oct 18 22:49:56.837 INFO O| Oct 18 22:49:56.837 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-18T22:49:57.662Z[ recovery-image] Oct 18 22:49:56.849 INFO O| Oct 18 22:49:56.849 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41802024-10-18T22:49:57.665Z[ recovery-image] Oct 18 22:49:56.851 INFO O| Oct 18 22:49:56.851 INFO STEP 13 (remove_files) COMPLETE
41812024-10-18T22:49:57.665Z[ recovery-image] Oct 18 22:49:56.851 INFO O| Oct 18 22:49:56.851 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-18T22:49:57.677Z[ recovery-image] Oct 18 22:49:56.863 INFO O| Oct 18 22:49:56.863 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41832024-10-18T22:49:57.679Z[ recovery-image] Oct 18 22:49:56.863 INFO O| Oct 18 22:49:56.863 INFO STEP 14 (remove_files) COMPLETE
41842024-10-18T22:49:57.679Z[ recovery-image] Oct 18 22:49:56.863 INFO O| Oct 18 22:49:56.863 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-18T22:49:57.688Z[ recovery-image] Oct 18 22:49:56.874 INFO O| Oct 18 22:49:56.874 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41862024-10-18T22:49:57.690Z[ recovery-image] Oct 18 22:49:56.874 INFO O| Oct 18 22:49:56.874 INFO STEP 15 (remove_files) COMPLETE
41872024-10-18T22:49:57.690Z[ recovery-image] Oct 18 22:49:56.874 INFO O| Oct 18 22:49:56.874 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-18T22:49:57.698Z[ recovery-image] Oct 18 22:49:56.885 INFO O| Oct 18 22:49:56.885 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41892024-10-18T22:49:57.705Z[ recovery-image] Oct 18 22:49:56.891 INFO O| Oct 18 22:49:56.891 INFO STEP 16 (remove_files) COMPLETE
41902024-10-18T22:49:57.705Z[ recovery-image] Oct 18 22:49:56.891 INFO O| Oct 18 22:49:56.891 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-18T22:49:57.718Z[ recovery-image] Oct 18 22:49:56.905 INFO O| Oct 18 22:49:56.904 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41922024-10-18T22:49:57.721Z[ recovery-image] Oct 18 22:49:56.905 INFO O| Oct 18 22:49:56.905 INFO STEP 17 (remove_files) COMPLETE
41932024-10-18T22:49:57.721Z[ recovery-image] Oct 18 22:49:56.905 INFO O| Oct 18 22:49:56.905 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-18T22:49:57.729Z[ recovery-image] Oct 18 22:49:56.915 INFO O| Oct 18 22:49:56.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41952024-10-18T22:49:57.731Z[ recovery-image] Oct 18 22:49:56.915 INFO O| Oct 18 22:49:56.915 INFO STEP 18 (remove_files) COMPLETE
41962024-10-18T22:49:57.731Z[ recovery-image] Oct 18 22:49:56.915 INFO O| Oct 18 22:49:56.915 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-18T22:49:57.739Z[ recovery-image] Oct 18 22:49:56.925 INFO O| Oct 18 22:49:56.925 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41982024-10-18T22:49:57.777Z[ recovery-image] Oct 18 22:49:56.963 INFO O| Oct 18 22:49:56.963 INFO STEP 19 (remove_files) COMPLETE
41992024-10-18T22:49:57.777Z[ recovery-image] Oct 18 22:49:56.963 INFO O| Oct 18 22:49:56.963 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42002024-10-18T22:49:57.790Z[ recovery-image] Oct 18 22:49:56.974 INFO O| Oct 18 22:49:56.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
42012024-10-18T22:49:57.793Z[ recovery-image] Oct 18 22:49:56.975 INFO O| Oct 18 22:49:56.975 INFO STEP 20 (remove_files) COMPLETE
42022024-10-18T22:49:57.793Z[ recovery-image] Oct 18 22:49:56.975 INFO O| Oct 18 22:49:56.975 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42032024-10-18T22:49:57.798Z[ recovery-image] Oct 18 22:49:56.984 INFO O| Oct 18 22:49:56.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
42042024-10-18T22:49:57.800Z[ recovery-image] Oct 18 22:49:56.985 INFO O| Oct 18 22:49:56.985 INFO STEP 21 (remove_files) COMPLETE
42052024-10-18T22:49:57.800Z[ recovery-image] Oct 18 22:49:56.985 INFO O| Oct 18 22:49:56.985 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42062024-10-18T22:49:57.808Z[ recovery-image] Oct 18 22:49:56.994 INFO O| Oct 18 22:49:56.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42072024-10-18T22:49:57.810Z[ recovery-image] Oct 18 22:49:56.995 INFO O| Oct 18 22:49:56.995 INFO STEP 22 (remove_files) COMPLETE
42082024-10-18T22:49:57.811Z[ recovery-image] Oct 18 22:49:56.995 INFO O| Oct 18 22:49:56.995 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42092024-10-18T22:49:57.819Z[ recovery-image] Oct 18 22:49:57.005 INFO O| Oct 18 22:49:57.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42102024-10-18T22:49:57.821Z[ recovery-image] Oct 18 22:49:57.006 INFO O| Oct 18 22:49:57.006 INFO STEP 23 (remove_files) COMPLETE
42112024-10-18T22:49:57.821Z[ recovery-image] Oct 18 22:49:57.006 INFO O| Oct 18 22:49:57.006 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42122024-10-18T22:49:57.830Z[ recovery-image] Oct 18 22:49:57.016 INFO O| Oct 18 22:49:57.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42132024-10-18T22:49:57.832Z[ recovery-image] Oct 18 22:49:57.016 INFO O| Oct 18 22:49:57.016 INFO STEP 24 (remove_files) COMPLETE
42142024-10-18T22:49:57.832Z[ recovery-image] Oct 18 22:49:57.016 INFO O| Oct 18 22:49:57.016 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42152024-10-18T22:49:57.840Z[ recovery-image] Oct 18 22:49:57.026 INFO O| Oct 18 22:49:57.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42162024-10-18T22:49:57.842Z[ recovery-image] Oct 18 22:49:57.026 INFO O| Oct 18 22:49:57.026 INFO STEP 25 (remove_files) COMPLETE
42172024-10-18T22:49:57.842Z[ recovery-image] Oct 18 22:49:57.026 INFO O| Oct 18 22:49:57.026 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42182024-10-18T22:49:57.850Z[ recovery-image] Oct 18 22:49:57.036 INFO O| Oct 18 22:49:57.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42192024-10-18T22:49:57.852Z[ recovery-image] Oct 18 22:49:57.036 INFO O| Oct 18 22:49:57.036 INFO STEP 26 (remove_files) COMPLETE
42202024-10-18T22:49:57.852Z[ recovery-image] Oct 18 22:49:57.036 INFO O| Oct 18 22:49:57.036 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-18T22:49:57.859Z[ recovery-image] Oct 18 22:49:57.046 INFO O| Oct 18 22:49:57.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42222024-10-18T22:49:57.862Z[ recovery-image] Oct 18 22:49:57.046 INFO O| Oct 18 22:49:57.046 INFO STEP 27 (remove_files) COMPLETE
42232024-10-18T22:49:57.862Z[ recovery-image] Oct 18 22:49:57.046 INFO O| Oct 18 22:49:57.046 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42242024-10-18T22:49:57.869Z[ recovery-image] Oct 18 22:49:57.056 INFO O| Oct 18 22:49:57.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42252024-10-18T22:49:57.871Z[ recovery-image] Oct 18 22:49:57.056 INFO O| Oct 18 22:49:57.056 INFO STEP 28 (remove_files) COMPLETE
42262024-10-18T22:49:57.871Z[ recovery-image] Oct 18 22:49:57.056 INFO O| Oct 18 22:49:57.056 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42272024-10-18T22:49:57.880Z[ recovery-image] Oct 18 22:49:57.066 INFO O| Oct 18 22:49:57.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42282024-10-18T22:49:57.880Z[ recovery-image] Oct 18 22:49:57.066 INFO O| Oct 18 22:49:57.066 INFO STEP 29 (remove_files) COMPLETE
42292024-10-18T22:49:57.882Z[ recovery-image] Oct 18 22:49:57.066 INFO O| Oct 18 22:49:57.066 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42302024-10-18T22:49:57.890Z[ recovery-image] Oct 18 22:49:57.076 INFO O| Oct 18 22:49:57.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42312024-10-18T22:49:57.892Z[ recovery-image] Oct 18 22:49:57.076 INFO O| Oct 18 22:49:57.076 INFO STEP 30 (remove_files) COMPLETE
42322024-10-18T22:49:57.892Z[ recovery-image] Oct 18 22:49:57.076 INFO O| Oct 18 22:49:57.076 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42332024-10-18T22:49:57.899Z[ recovery-image] Oct 18 22:49:57.085 INFO O| Oct 18 22:49:57.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42342024-10-18T22:49:57.899Z[ recovery-image] Oct 18 22:49:57.085 INFO O| Oct 18 22:49:57.085 INFO STEP 31 (remove_files) COMPLETE
42352024-10-18T22:49:57.902Z[ recovery-image] Oct 18 22:49:57.085 INFO O| Oct 18 22:49:57.085 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42362024-10-18T22:49:57.909Z[ recovery-image] Oct 18 22:49:57.095 INFO O| Oct 18 22:49:57.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42372024-10-18T22:49:57.909Z[ recovery-image] Oct 18 22:49:57.095 INFO O| Oct 18 22:49:57.095 INFO STEP 32 (remove_files) COMPLETE
42382024-10-18T22:49:57.911Z[ recovery-image] Oct 18 22:49:57.095 INFO O| Oct 18 22:49:57.095 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42392024-10-18T22:49:57.918Z[ recovery-image] Oct 18 22:49:57.104 INFO O| Oct 18 22:49:57.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42402024-10-18T22:49:57.918Z[ recovery-image] Oct 18 22:49:57.105 INFO O| Oct 18 22:49:57.104 INFO STEP 33 (remove_files) COMPLETE
42412024-10-18T22:49:57.920Z[ recovery-image] Oct 18 22:49:57.105 INFO O| Oct 18 22:49:57.104 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42422024-10-18T22:49:57.928Z[ recovery-image] Oct 18 22:49:57.114 INFO O| Oct 18 22:49:57.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42432024-10-18T22:49:57.928Z[ recovery-image] Oct 18 22:49:57.114 INFO O| Oct 18 22:49:57.114 INFO STEP 34 (remove_files) COMPLETE
42442024-10-18T22:49:57.930Z[ recovery-image] Oct 18 22:49:57.114 INFO O| Oct 18 22:49:57.114 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42452024-10-18T22:49:57.937Z[ recovery-image] Oct 18 22:49:57.123 INFO O| Oct 18 22:49:57.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42462024-10-18T22:49:57.937Z[ recovery-image] Oct 18 22:49:57.123 INFO O| Oct 18 22:49:57.123 INFO STEP 35 (remove_files) COMPLETE
42472024-10-18T22:49:57.939Z[ recovery-image] Oct 18 22:49:57.123 INFO O| Oct 18 22:49:57.123 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42482024-10-18T22:49:57.947Z[ recovery-image] Oct 18 22:49:57.133 INFO O| Oct 18 22:49:57.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42492024-10-18T22:49:57.949Z[ recovery-image] Oct 18 22:49:57.133 INFO O| Oct 18 22:49:57.133 INFO STEP 36 (remove_files) COMPLETE
42502024-10-18T22:49:57.949Z[ recovery-image] Oct 18 22:49:57.133 INFO O| Oct 18 22:49:57.133 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42512024-10-18T22:49:57.956Z[ recovery-image] Oct 18 22:49:57.142 INFO O| Oct 18 22:49:57.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42522024-10-18T22:49:57.956Z[ recovery-image] Oct 18 22:49:57.143 INFO O| Oct 18 22:49:57.143 INFO STEP 37 (remove_files) COMPLETE
42532024-10-18T22:49:57.959Z[ recovery-image] Oct 18 22:49:57.143 INFO O| Oct 18 22:49:57.143 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42542024-10-18T22:49:57.966Z[ recovery-image] Oct 18 22:49:57.152 INFO O| Oct 18 22:49:57.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42552024-10-18T22:49:57.966Z[ recovery-image] Oct 18 22:49:57.152 INFO O| Oct 18 22:49:57.152 INFO STEP 38 (remove_files) COMPLETE
42562024-10-18T22:49:57.966Z[ recovery-image] Oct 18 22:49:57.152 INFO O| Oct 18 22:49:57.152 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42572024-10-18T22:49:57.976Z[ recovery-image] Oct 18 22:49:57.162 INFO O| Oct 18 22:49:57.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42582024-10-18T22:49:57.976Z[ recovery-image] Oct 18 22:49:57.162 INFO O| Oct 18 22:49:57.162 INFO STEP 39 (remove_files) COMPLETE
42592024-10-18T22:49:57.976Z[ recovery-image] Oct 18 22:49:57.162 INFO O| Oct 18 22:49:57.162 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42602024-10-18T22:49:57.986Z[ recovery-image] Oct 18 22:49:57.172 INFO O| Oct 18 22:49:57.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42612024-10-18T22:49:57.986Z[ recovery-image] Oct 18 22:49:57.172 INFO O| Oct 18 22:49:57.172 INFO STEP 40 (remove_files) COMPLETE
42622024-10-18T22:49:57.988Z[ recovery-image] Oct 18 22:49:57.172 INFO O| Oct 18 22:49:57.172 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42632024-10-18T22:49:57.995Z[ recovery-image] Oct 18 22:49:57.181 INFO O| Oct 18 22:49:57.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42642024-10-18T22:49:57.995Z[ recovery-image] Oct 18 22:49:57.181 INFO O| Oct 18 22:49:57.181 INFO STEP 41 (remove_files) COMPLETE
42652024-10-18T22:49:57.997Z[ recovery-image] Oct 18 22:49:57.181 INFO O| Oct 18 22:49:57.181 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42662024-10-18T22:49:58.005Z[ recovery-image] Oct 18 22:49:57.191 INFO O| Oct 18 22:49:57.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42672024-10-18T22:49:58.005Z[ recovery-image] Oct 18 22:49:57.191 INFO O| Oct 18 22:49:57.191 INFO STEP 42 (remove_files) COMPLETE
42682024-10-18T22:49:58.007Z[ recovery-image] Oct 18 22:49:57.191 INFO O| Oct 18 22:49:57.191 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42692024-10-18T22:49:58.014Z[ recovery-image] Oct 18 22:49:57.201 INFO O| Oct 18 22:49:57.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42702024-10-18T22:49:58.017Z[ recovery-image] Oct 18 22:49:57.201 INFO O| Oct 18 22:49:57.201 INFO STEP 43 (remove_files) COMPLETE
42712024-10-18T22:49:58.017Z[ recovery-image] Oct 18 22:49:57.201 INFO O| Oct 18 22:49:57.201 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42722024-10-18T22:49:58.024Z[ host-image] Oct 18 22:49:57.210 INFO O| Oct 18 22:49:57.210 INFO O| Planning: Solver setup ... Done
42732024-10-18T22:49:58.026Z[ recovery-image] Oct 18 22:49:57.211 INFO O| Oct 18 22:49:57.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42742024-10-18T22:49:58.026Z[ recovery-image] Oct 18 22:49:57.212 INFO O| Oct 18 22:49:57.212 INFO STEP 44 (remove_files) COMPLETE
42752024-10-18T22:49:58.026Z[ recovery-image] Oct 18 22:49:57.212 INFO O| Oct 18 22:49:57.212 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-10-18T22:49:58.028Z[ host-image] Oct 18 22:49:57.214 INFO O| Oct 18 22:49:57.214 INFO O| Planning: Running solver ... Done
42772024-10-18T22:49:58.036Z[ recovery-image] Oct 18 22:49:57.222 INFO O| Oct 18 22:49:57.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42782024-10-18T22:49:58.036Z[ recovery-image] Oct 18 22:49:57.222 INFO O| Oct 18 22:49:57.222 INFO STEP 45 (remove_files) COMPLETE
42792024-10-18T22:49:58.039Z[ recovery-image] Oct 18 22:49:57.222 INFO O| Oct 18 22:49:57.222 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42802024-10-18T22:49:58.046Z[ recovery-image] Oct 18 22:49:57.232 INFO O| Oct 18 22:49:57.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42812024-10-18T22:49:58.046Z[ recovery-image] Oct 18 22:49:57.232 INFO O| Oct 18 22:49:57.232 INFO STEP 46 (remove_files) COMPLETE
42822024-10-18T22:49:58.046Z[ recovery-image] Oct 18 22:49:57.232 INFO O| Oct 18 22:49:57.232 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42832024-10-18T22:49:58.056Z[ recovery-image] Oct 18 22:49:57.242 INFO O| Oct 18 22:49:57.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42842024-10-18T22:49:58.056Z[ recovery-image] Oct 18 22:49:57.242 INFO O| Oct 18 22:49:57.242 INFO STEP 47 (remove_files) COMPLETE
42852024-10-18T22:49:58.058Z[ recovery-image] Oct 18 22:49:57.242 INFO O| Oct 18 22:49:57.242 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42862024-10-18T22:49:58.065Z[ recovery-image] Oct 18 22:49:57.252 INFO O| Oct 18 22:49:57.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42872024-10-18T22:49:58.066Z[ recovery-image] Oct 18 22:49:57.252 INFO O| Oct 18 22:49:57.252 INFO STEP 48 (remove_files) COMPLETE
42882024-10-18T22:49:58.068Z[ recovery-image] Oct 18 22:49:57.252 INFO O| Oct 18 22:49:57.252 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42892024-10-18T22:49:58.075Z[ recovery-image] Oct 18 22:49:57.261 INFO O| Oct 18 22:49:57.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42902024-10-18T22:49:58.075Z[ recovery-image] Oct 18 22:49:57.262 INFO O| Oct 18 22:49:57.261 INFO STEP 49 (remove_files) COMPLETE
42912024-10-18T22:49:58.078Z[ recovery-image] Oct 18 22:49:57.262 INFO O| Oct 18 22:49:57.262 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42922024-10-18T22:49:58.082Z[ host-image] Oct 18 22:49:57.268 INFO O| Oct 18 22:49:57.268 INFO O| Planning: Finding local manifests ... Done
42932024-10-18T22:49:58.084Z[ host-image] Oct 18 22:49:57.269 INFO O| Oct 18 22:49:57.269 INFO O| Planning: Fetching manifests: 0/4 0% complete
42942024-10-18T22:49:58.086Z[ recovery-image] Oct 18 22:49:57.271 INFO O| Oct 18 22:49:57.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42952024-10-18T22:49:58.086Z[ recovery-image] Oct 18 22:49:57.271 INFO O| Oct 18 22:49:57.271 INFO STEP 50 (remove_files) COMPLETE
42962024-10-18T22:49:58.087Z[ recovery-image] Oct 18 22:49:57.271 INFO O| Oct 18 22:49:57.271 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-10-18T22:49:58.094Z[ recovery-image] Oct 18 22:49:57.281 INFO O| Oct 18 22:49:57.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
42982024-10-18T22:49:58.094Z[ recovery-image] Oct 18 22:49:57.281 INFO O| Oct 18 22:49:57.281 INFO STEP 51 (remove_files) COMPLETE
42992024-10-18T22:49:58.097Z[ recovery-image] Oct 18 22:49:57.281 INFO O| Oct 18 22:49:57.281 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-10-18T22:49:58.104Z[ recovery-image] Oct 18 22:49:57.290 INFO O| Oct 18 22:49:57.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
43012024-10-18T22:49:58.106Z[ recovery-image] Oct 18 22:49:57.290 INFO O| Oct 18 22:49:57.290 INFO STEP 52 (remove_files) COMPLETE
43022024-10-18T22:49:58.106Z[ recovery-image] Oct 18 22:49:57.290 INFO O| Oct 18 22:49:57.290 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-10-18T22:49:58.114Z[ recovery-image] Oct 18 22:49:57.300 INFO O| Oct 18 22:49:57.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
43042024-10-18T22:49:58.116Z[ recovery-image] Oct 18 22:49:57.300 INFO O| Oct 18 22:49:57.300 INFO STEP 53 (remove_files) COMPLETE
43052024-10-18T22:49:58.116Z[ recovery-image] Oct 18 22:49:57.300 INFO O| Oct 18 22:49:57.300 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-10-18T22:49:58.123Z[ recovery-image] Oct 18 22:49:57.310 INFO O| Oct 18 22:49:57.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
43072024-10-18T22:49:58.123Z[ recovery-image] Oct 18 22:49:57.310 INFO O| Oct 18 22:49:57.310 INFO STEP 54 (remove_files) COMPLETE
43082024-10-18T22:49:58.123Z[ recovery-image] Oct 18 22:49:57.310 INFO O| Oct 18 22:49:57.310 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-10-18T22:49:58.133Z[ recovery-image] Oct 18 22:49:57.319 INFO O| Oct 18 22:49:57.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43102024-10-18T22:49:58.133Z[ recovery-image] Oct 18 22:49:57.320 INFO O| Oct 18 22:49:57.319 INFO STEP 55 (remove_files) COMPLETE
43112024-10-18T22:49:58.135Z[ recovery-image] Oct 18 22:49:57.320 INFO O| Oct 18 22:49:57.320 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43122024-10-18T22:49:58.143Z[ recovery-image] Oct 18 22:49:57.329 INFO O| Oct 18 22:49:57.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43132024-10-18T22:49:58.143Z[ recovery-image] Oct 18 22:49:57.329 INFO O| Oct 18 22:49:57.329 INFO STEP 56 (remove_files) COMPLETE
43142024-10-18T22:49:58.145Z[ recovery-image] Oct 18 22:49:57.329 INFO O| Oct 18 22:49:57.329 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43152024-10-18T22:49:58.153Z[ recovery-image] Oct 18 22:49:57.339 INFO O| Oct 18 22:49:57.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43162024-10-18T22:49:58.155Z[ recovery-image] Oct 18 22:49:57.339 INFO O| Oct 18 22:49:57.339 INFO STEP 57 (remove_files) COMPLETE
43172024-10-18T22:49:58.155Z[ recovery-image] Oct 18 22:49:57.339 INFO O| Oct 18 22:49:57.339 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43182024-10-18T22:49:58.163Z[ recovery-image] Oct 18 22:49:57.349 INFO O| Oct 18 22:49:57.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43192024-10-18T22:49:58.163Z[ recovery-image] Oct 18 22:49:57.349 INFO O| Oct 18 22:49:57.349 INFO STEP 58 (remove_files) COMPLETE
43202024-10-18T22:49:58.163Z[ recovery-image] Oct 18 22:49:57.349 INFO O| Oct 18 22:49:57.349 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43212024-10-18T22:49:58.173Z[ recovery-image] Oct 18 22:49:57.359 INFO O| Oct 18 22:49:57.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43222024-10-18T22:49:58.175Z[ recovery-image] Oct 18 22:49:57.359 INFO O| Oct 18 22:49:57.359 INFO STEP 59 (remove_files) COMPLETE
43232024-10-18T22:49:58.175Z[ recovery-image] Oct 18 22:49:57.359 INFO O| Oct 18 22:49:57.359 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43242024-10-18T22:49:58.183Z[ recovery-image] Oct 18 22:49:57.369 INFO O| Oct 18 22:49:57.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43252024-10-18T22:49:58.183Z[ recovery-image] Oct 18 22:49:57.369 INFO O| Oct 18 22:49:57.369 INFO STEP 60 (remove_files) COMPLETE
43262024-10-18T22:49:58.185Z[ recovery-image] Oct 18 22:49:57.369 INFO O| Oct 18 22:49:57.369 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43272024-10-18T22:49:58.192Z[ recovery-image] Oct 18 22:49:57.378 INFO O| Oct 18 22:49:57.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43282024-10-18T22:49:58.194Z[ recovery-image] Oct 18 22:49:57.378 INFO O| Oct 18 22:49:57.378 INFO STEP 61 (remove_files) COMPLETE
43292024-10-18T22:49:58.194Z[ recovery-image] Oct 18 22:49:57.378 INFO O| Oct 18 22:49:57.378 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43302024-10-18T22:49:58.198Z[ host-image] Oct 18 22:49:57.384 INFO O| Oct 18 22:49:57.384 INFO O| Planning: Fetching manifests: 4/4 100% complete
43312024-10-18T22:49:58.202Z[ recovery-image] Oct 18 22:49:57.388 INFO O| Oct 18 22:49:57.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43322024-10-18T22:49:58.202Z[ recovery-image] Oct 18 22:49:57.388 INFO O| Oct 18 22:49:57.388 INFO STEP 62 (remove_files) COMPLETE
43332024-10-18T22:49:58.202Z[ recovery-image] Oct 18 22:49:57.388 INFO O| Oct 18 22:49:57.388 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-10-18T22:49:58.212Z[ recovery-image] Oct 18 22:49:57.398 INFO O| Oct 18 22:49:57.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43352024-10-18T22:49:58.212Z[ recovery-image] Oct 18 22:49:57.398 INFO O| Oct 18 22:49:57.398 INFO STEP 63 (remove_files) COMPLETE
43362024-10-18T22:49:58.214Z[ recovery-image] Oct 18 22:49:57.398 INFO O| Oct 18 22:49:57.398 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-10-18T22:49:58.220Z[ host-image] Oct 18 22:49:57.406 INFO O| Oct 18 22:49:57.406 INFO O| Planning: Package planning ... Done
43382024-10-18T22:49:58.222Z[ recovery-image] Oct 18 22:49:57.408 INFO O| Oct 18 22:49:57.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43392024-10-18T22:49:58.222Z[ recovery-image] Oct 18 22:49:57.408 INFO O| Oct 18 22:49:57.408 INFO STEP 64 (remove_files) COMPLETE
43402024-10-18T22:49:58.222Z[ recovery-image] Oct 18 22:49:57.408 INFO O| Oct 18 22:49:57.408 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43412024-10-18T22:49:58.225Z[ host-image] Oct 18 22:49:57.410 INFO O| Oct 18 22:49:57.409 INFO O| Planning: Merging actions ... Done
43422024-10-18T22:49:58.231Z[ recovery-image] Oct 18 22:49:57.417 INFO O| Oct 18 22:49:57.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43432024-10-18T22:49:58.231Z[ recovery-image] Oct 18 22:49:57.417 INFO O| Oct 18 22:49:57.417 INFO STEP 65 (remove_files) COMPLETE
43442024-10-18T22:49:58.231Z[ recovery-image] Oct 18 22:49:57.417 INFO O| Oct 18 22:49:57.417 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43452024-10-18T22:49:58.241Z[ recovery-image] Oct 18 22:49:57.427 INFO O| Oct 18 22:49:57.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43462024-10-18T22:49:58.241Z[ recovery-image] Oct 18 22:49:57.427 INFO O| Oct 18 22:49:57.427 INFO STEP 66 (remove_files) COMPLETE
43472024-10-18T22:49:58.241Z[ recovery-image] Oct 18 22:49:57.427 INFO O| Oct 18 22:49:57.427 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43482024-10-18T22:49:58.251Z[ recovery-image] Oct 18 22:49:57.437 INFO O| Oct 18 22:49:57.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43492024-10-18T22:49:58.251Z[ recovery-image] Oct 18 22:49:57.437 INFO O| Oct 18 22:49:57.437 INFO STEP 67 (remove_files) COMPLETE
43502024-10-18T22:49:58.255Z[ recovery-image] Oct 18 22:49:57.437 INFO O| Oct 18 22:49:57.437 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43512024-10-18T22:49:58.261Z[ recovery-image] Oct 18 22:49:57.447 INFO O| Oct 18 22:49:57.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43522024-10-18T22:49:58.263Z[ recovery-image] Oct 18 22:49:57.447 INFO O| Oct 18 22:49:57.447 INFO STEP 68 (remove_files) COMPLETE
43532024-10-18T22:49:58.263Z[ recovery-image] Oct 18 22:49:57.447 INFO O| Oct 18 22:49:57.447 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43542024-10-18T22:49:58.271Z[ recovery-image] Oct 18 22:49:57.457 INFO O| Oct 18 22:49:57.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43552024-10-18T22:49:58.271Z[ recovery-image] Oct 18 22:49:57.457 INFO O| Oct 18 22:49:57.457 INFO STEP 69 (remove_files) COMPLETE
43562024-10-18T22:49:58.271Z[ recovery-image] Oct 18 22:49:57.457 INFO O| Oct 18 22:49:57.457 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43572024-10-18T22:49:58.281Z[ recovery-image] Oct 18 22:49:57.467 INFO O| Oct 18 22:49:57.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43582024-10-18T22:49:58.281Z[ recovery-image] Oct 18 22:49:57.467 INFO O| Oct 18 22:49:57.467 INFO STEP 70 (remove_files) COMPLETE
43592024-10-18T22:49:58.281Z[ recovery-image] Oct 18 22:49:57.467 INFO O| Oct 18 22:49:57.467 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43602024-10-18T22:49:58.290Z[ recovery-image] Oct 18 22:49:57.477 INFO O| Oct 18 22:49:57.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43612024-10-18T22:49:58.290Z[ recovery-image] Oct 18 22:49:57.477 INFO O| Oct 18 22:49:57.477 INFO STEP 71 (remove_files) COMPLETE
43622024-10-18T22:49:58.290Z[ recovery-image] Oct 18 22:49:57.477 INFO O| Oct 18 22:49:57.477 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43632024-10-18T22:49:58.300Z[ recovery-image] Oct 18 22:49:57.486 INFO O| Oct 18 22:49:57.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43642024-10-18T22:49:58.302Z[ recovery-image] Oct 18 22:49:57.487 INFO O| Oct 18 22:49:57.487 INFO STEP 72 (remove_files) COMPLETE
43652024-10-18T22:49:58.302Z[ recovery-image] Oct 18 22:49:57.487 INFO O| Oct 18 22:49:57.487 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43662024-10-18T22:49:58.302Z[ host-image] Oct 18 22:49:57.489 INFO O| Oct 18 22:49:57.489 INFO O| Planning: Checking for conflicting actions ... Done
43672024-10-18T22:49:58.304Z[ host-image] Oct 18 22:49:57.490 INFO O| Oct 18 22:49:57.490 INFO O| Planning: Consolidating action changes ... Done
43682024-10-18T22:49:58.310Z[ recovery-image] Oct 18 22:49:57.496 INFO O| Oct 18 22:49:57.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43692024-10-18T22:49:58.310Z[ recovery-image] Oct 18 22:49:57.496 INFO O| Oct 18 22:49:57.496 INFO STEP 73 (remove_files) COMPLETE
43702024-10-18T22:49:58.313Z[ recovery-image] Oct 18 22:49:57.497 INFO O| Oct 18 22:49:57.496 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43712024-10-18T22:49:58.320Z[ recovery-image] Oct 18 22:49:57.506 INFO O| Oct 18 22:49:57.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43722024-10-18T22:49:58.320Z[ recovery-image] Oct 18 22:49:57.506 INFO O| Oct 18 22:49:57.506 INFO STEP 74 (remove_files) COMPLETE
43732024-10-18T22:49:58.322Z[ recovery-image] Oct 18 22:49:57.506 INFO O| Oct 18 22:49:57.506 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43742024-10-18T22:49:58.330Z[ recovery-image] Oct 18 22:49:57.516 INFO O| Oct 18 22:49:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43752024-10-18T22:49:58.330Z[ recovery-image] Oct 18 22:49:57.516 INFO O| Oct 18 22:49:57.516 INFO STEP 75 (remove_files) COMPLETE
43762024-10-18T22:49:58.332Z[ recovery-image] Oct 18 22:49:57.516 INFO O| Oct 18 22:49:57.516 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43772024-10-18T22:49:58.340Z[ recovery-image] Oct 18 22:49:57.526 INFO O| Oct 18 22:49:57.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43782024-10-18T22:49:58.340Z[ recovery-image] Oct 18 22:49:57.526 INFO O| Oct 18 22:49:57.526 INFO STEP 76 (remove_files) COMPLETE
43792024-10-18T22:49:58.340Z[ recovery-image] Oct 18 22:49:57.526 INFO O| Oct 18 22:49:57.526 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43802024-10-18T22:49:58.350Z[ recovery-image] Oct 18 22:49:57.536 INFO O| Oct 18 22:49:57.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43812024-10-18T22:49:58.352Z[ recovery-image] Oct 18 22:49:57.536 INFO O| Oct 18 22:49:57.536 INFO STEP 77 (remove_files) COMPLETE
43822024-10-18T22:49:58.352Z[ recovery-image] Oct 18 22:49:57.536 INFO O| Oct 18 22:49:57.536 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43832024-10-18T22:49:58.359Z[ recovery-image] Oct 18 22:49:57.545 INFO O| Oct 18 22:49:57.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43842024-10-18T22:49:58.361Z[ recovery-image] Oct 18 22:49:57.545 INFO O| Oct 18 22:49:57.545 INFO STEP 78 (remove_files) COMPLETE
43852024-10-18T22:49:58.362Z[ recovery-image] Oct 18 22:49:57.545 INFO O| Oct 18 22:49:57.545 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43862024-10-18T22:49:58.369Z[ recovery-image] Oct 18 22:49:57.555 INFO O| Oct 18 22:49:57.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43872024-10-18T22:49:58.369Z[ recovery-image] Oct 18 22:49:57.555 INFO O| Oct 18 22:49:57.555 INFO STEP 79 (remove_files) COMPLETE
43882024-10-18T22:49:58.369Z[ recovery-image] Oct 18 22:49:57.555 INFO O| Oct 18 22:49:57.555 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43892024-10-18T22:49:58.378Z[ recovery-image] Oct 18 22:49:57.565 INFO O| Oct 18 22:49:57.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43902024-10-18T22:49:58.379Z[ recovery-image] Oct 18 22:49:57.565 INFO O| Oct 18 22:49:57.565 INFO STEP 80 (remove_files) COMPLETE
43912024-10-18T22:49:58.379Z[ recovery-image] Oct 18 22:49:57.565 INFO O| Oct 18 22:49:57.565 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43922024-10-18T22:49:58.388Z[ recovery-image] Oct 18 22:49:57.574 INFO O| Oct 18 22:49:57.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43932024-10-18T22:49:58.388Z[ recovery-image] Oct 18 22:49:57.574 INFO O| Oct 18 22:49:57.574 INFO STEP 81 (remove_files) COMPLETE
43942024-10-18T22:49:58.388Z[ recovery-image] Oct 18 22:49:57.574 INFO O| Oct 18 22:49:57.574 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43952024-10-18T22:49:58.398Z[ recovery-image] Oct 18 22:49:57.584 INFO O| Oct 18 22:49:57.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43962024-10-18T22:49:58.398Z[ recovery-image] Oct 18 22:49:57.584 INFO O| Oct 18 22:49:57.584 INFO STEP 82 (remove_files) COMPLETE
43972024-10-18T22:49:58.400Z[ recovery-image] Oct 18 22:49:57.584 INFO O| Oct 18 22:49:57.584 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43982024-10-18T22:49:58.408Z[ recovery-image] Oct 18 22:49:57.594 INFO O| Oct 18 22:49:57.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43992024-10-18T22:49:58.408Z[ recovery-image] Oct 18 22:49:57.594 INFO O| Oct 18 22:49:57.594 INFO STEP 83 (remove_files) COMPLETE
44002024-10-18T22:49:58.410Z[ recovery-image] Oct 18 22:49:57.594 INFO O| Oct 18 22:49:57.594 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44012024-10-18T22:49:58.417Z[ recovery-image] Oct 18 22:49:57.603 INFO O| Oct 18 22:49:57.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
44022024-10-18T22:49:58.417Z[ recovery-image] Oct 18 22:49:57.603 INFO O| Oct 18 22:49:57.603 INFO STEP 84 (remove_files) COMPLETE
44032024-10-18T22:49:58.417Z[ recovery-image] Oct 18 22:49:57.604 INFO O| Oct 18 22:49:57.603 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44042024-10-18T22:49:58.427Z[ recovery-image] Oct 18 22:49:57.613 INFO O| Oct 18 22:49:57.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
44052024-10-18T22:49:58.427Z[ recovery-image] Oct 18 22:49:57.613 INFO O| Oct 18 22:49:57.613 INFO STEP 85 (remove_files) COMPLETE
44062024-10-18T22:49:58.429Z[ recovery-image] Oct 18 22:49:57.613 INFO O| Oct 18 22:49:57.613 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44072024-10-18T22:49:58.436Z[ recovery-image] Oct 18 22:49:57.623 INFO O| Oct 18 22:49:57.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
44082024-10-18T22:49:58.439Z[ recovery-image] Oct 18 22:49:57.623 INFO O| Oct 18 22:49:57.623 INFO STEP 86 (remove_files) COMPLETE
44092024-10-18T22:49:58.439Z[ recovery-image] Oct 18 22:49:57.623 INFO O| Oct 18 22:49:57.623 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44102024-10-18T22:49:58.446Z[ recovery-image] Oct 18 22:49:57.632 INFO O| Oct 18 22:49:57.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
44112024-10-18T22:49:58.446Z[ recovery-image] Oct 18 22:49:57.632 INFO O| Oct 18 22:49:57.632 INFO STEP 87 (remove_files) COMPLETE
44122024-10-18T22:49:58.448Z[ recovery-image] Oct 18 22:49:57.632 INFO O| Oct 18 22:49:57.632 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44132024-10-18T22:49:58.456Z[ recovery-image] Oct 18 22:49:57.642 INFO O| Oct 18 22:49:57.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
44142024-10-18T22:49:58.456Z[ recovery-image] Oct 18 22:49:57.642 INFO O| Oct 18 22:49:57.642 INFO STEP 88 (remove_files) COMPLETE
44152024-10-18T22:49:58.458Z[ recovery-image] Oct 18 22:49:57.642 INFO O| Oct 18 22:49:57.642 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44162024-10-18T22:49:58.465Z[ recovery-image] Oct 18 22:49:57.651 INFO O| Oct 18 22:49:57.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44172024-10-18T22:49:58.465Z[ recovery-image] Oct 18 22:49:57.652 INFO O| Oct 18 22:49:57.652 INFO STEP 89 (remove_files) COMPLETE
44182024-10-18T22:49:58.468Z[ recovery-image] Oct 18 22:49:57.652 INFO O| Oct 18 22:49:57.652 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44192024-10-18T22:49:58.475Z[ recovery-image] Oct 18 22:49:57.661 INFO O| Oct 18 22:49:57.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44202024-10-18T22:49:58.475Z[ recovery-image] Oct 18 22:49:57.661 INFO O| Oct 18 22:49:57.661 INFO STEP 90 (remove_files) COMPLETE
44212024-10-18T22:49:58.477Z[ recovery-image] Oct 18 22:49:57.661 INFO O| Oct 18 22:49:57.661 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44222024-10-18T22:49:58.481Z[ host-image] Oct 18 22:49:57.668 INFO O| Oct 18 22:49:57.668 INFO O| Planning: Evaluating mediators ... Done
44232024-10-18T22:49:58.483Z[ host-image] Oct 18 22:49:57.669 INFO O| Oct 18 22:49:57.669 INFO O| Planning: Planning completed in 2.78 seconds
44242024-10-18T22:49:58.486Z[ host-image] Oct 18 22:49:57.671 INFO O| Oct 18 22:49:57.670 INFO O| Packages to install: 4
44252024-10-18T22:49:58.486Z[ host-image] Oct 18 22:49:57.671 INFO O| Oct 18 22:49:57.671 INFO O| Services to change: 2
44262024-10-18T22:49:58.486Z[ recovery-image] Oct 18 22:49:57.671 INFO O| Oct 18 22:49:57.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44272024-10-18T22:49:58.486Z[ recovery-image] Oct 18 22:49:57.671 INFO O| Oct 18 22:49:57.671 INFO STEP 91 (remove_files) COMPLETE
44282024-10-18T22:49:58.486Z[ recovery-image] Oct 18 22:49:57.671 INFO O| Oct 18 22:49:57.671 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44292024-10-18T22:49:58.495Z[ recovery-image] Oct 18 22:49:57.681 INFO O| Oct 18 22:49:57.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44302024-10-18T22:49:58.495Z[ recovery-image] Oct 18 22:49:57.681 INFO O| Oct 18 22:49:57.681 INFO STEP 92 (remove_files) COMPLETE
44312024-10-18T22:49:58.495Z[ recovery-image] Oct 18 22:49:57.681 INFO O| Oct 18 22:49:57.681 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44322024-10-18T22:49:58.498Z[ host-image] Oct 18 22:49:57.682 INFO O| Oct 18 22:49:57.682 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
44332024-10-18T22:49:58.506Z[ recovery-image] Oct 18 22:49:57.692 INFO O| Oct 18 22:49:57.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44342024-10-18T22:49:58.506Z[ recovery-image] Oct 18 22:49:57.692 INFO O| Oct 18 22:49:57.692 INFO STEP 93 (remove_files) COMPLETE
44352024-10-18T22:49:58.508Z[ recovery-image] Oct 18 22:49:57.692 INFO O| Oct 18 22:49:57.692 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-10-18T22:49:58.516Z[ recovery-image] Oct 18 22:49:57.702 INFO O| Oct 18 22:49:57.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44372024-10-18T22:49:58.518Z[ recovery-image] Oct 18 22:49:57.703 INFO O| Oct 18 22:49:57.702 INFO STEP 94 (remove_files) COMPLETE
44382024-10-18T22:49:58.518Z[ recovery-image] Oct 18 22:49:57.703 INFO O| Oct 18 22:49:57.703 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-10-18T22:49:58.526Z[ recovery-image] Oct 18 22:49:57.713 INFO O| Oct 18 22:49:57.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44402024-10-18T22:49:58.526Z[ recovery-image] Oct 18 22:49:57.713 INFO O| Oct 18 22:49:57.713 INFO STEP 95 (remove_files) COMPLETE
44412024-10-18T22:49:58.529Z[ recovery-image] Oct 18 22:49:57.713 INFO O| Oct 18 22:49:57.713 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-10-18T22:49:58.536Z[ recovery-image] Oct 18 22:49:57.723 INFO O| Oct 18 22:49:57.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44432024-10-18T22:49:58.536Z[ recovery-image] Oct 18 22:49:57.723 INFO O| Oct 18 22:49:57.723 INFO STEP 96 (remove_files) COMPLETE
44442024-10-18T22:49:58.539Z[ recovery-image] Oct 18 22:49:57.723 INFO O| Oct 18 22:49:57.723 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-10-18T22:49:58.546Z[ recovery-image] Oct 18 22:49:57.732 INFO O| Oct 18 22:49:57.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44462024-10-18T22:49:58.546Z[ recovery-image] Oct 18 22:49:57.732 INFO O| Oct 18 22:49:57.732 INFO STEP 97 (remove_files) COMPLETE
44472024-10-18T22:49:58.548Z[ recovery-image] Oct 18 22:49:57.732 INFO O| Oct 18 22:49:57.732 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-10-18T22:49:58.558Z[ recovery-image] Oct 18 22:49:57.743 INFO O| Oct 18 22:49:57.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44492024-10-18T22:49:58.558Z[ recovery-image] Oct 18 22:49:57.743 INFO O| Oct 18 22:49:57.743 INFO STEP 98 (remove_files) COMPLETE
44502024-10-18T22:49:58.558Z[ recovery-image] Oct 18 22:49:57.743 INFO O| Oct 18 22:49:57.743 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-10-18T22:49:58.566Z[ recovery-image] Oct 18 22:49:57.752 INFO O| Oct 18 22:49:57.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44522024-10-18T22:49:58.566Z[ recovery-image] Oct 18 22:49:57.753 INFO O| Oct 18 22:49:57.752 INFO STEP 99 (remove_files) COMPLETE
44532024-10-18T22:49:58.569Z[ recovery-image] Oct 18 22:49:57.753 INFO O| Oct 18 22:49:57.753 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-10-18T22:49:58.576Z[ recovery-image] Oct 18 22:49:57.762 INFO O| Oct 18 22:49:57.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44552024-10-18T22:49:58.576Z[ recovery-image] Oct 18 22:49:57.762 INFO O| Oct 18 22:49:57.762 INFO STEP 100 (remove_files) COMPLETE
44562024-10-18T22:49:58.579Z[ recovery-image] Oct 18 22:49:57.762 INFO O| Oct 18 22:49:57.762 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-10-18T22:49:58.586Z[ recovery-image] Oct 18 22:49:57.772 INFO O| Oct 18 22:49:57.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44582024-10-18T22:49:58.586Z[ recovery-image] Oct 18 22:49:57.772 INFO O| Oct 18 22:49:57.772 INFO STEP 101 (remove_files) COMPLETE
44592024-10-18T22:49:58.586Z[ recovery-image] Oct 18 22:49:57.772 INFO O| Oct 18 22:49:57.772 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-10-18T22:49:58.595Z[ recovery-image] Oct 18 22:49:57.781 INFO O| Oct 18 22:49:57.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44612024-10-18T22:49:58.597Z[ recovery-image] Oct 18 22:49:57.781 INFO O| Oct 18 22:49:57.781 INFO STEP 102 (remove_files) COMPLETE
44622024-10-18T22:49:58.597Z[ recovery-image] Oct 18 22:49:57.781 INFO O| Oct 18 22:49:57.781 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-10-18T22:49:58.605Z[ recovery-image] Oct 18 22:49:57.792 INFO O| Oct 18 22:49:57.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44642024-10-18T22:49:58.606Z[ recovery-image] Oct 18 22:49:57.792 INFO O| Oct 18 22:49:57.792 INFO STEP 103 (remove_files) COMPLETE
44652024-10-18T22:49:58.606Z[ recovery-image] Oct 18 22:49:57.792 INFO O| Oct 18 22:49:57.792 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-10-18T22:49:58.616Z[ recovery-image] Oct 18 22:49:57.802 INFO O| Oct 18 22:49:57.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44672024-10-18T22:49:58.616Z[ recovery-image] Oct 18 22:49:57.802 INFO O| Oct 18 22:49:57.802 INFO STEP 104 (remove_files) COMPLETE
44682024-10-18T22:49:58.618Z[ recovery-image] Oct 18 22:49:57.802 INFO O| Oct 18 22:49:57.802 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-10-18T22:49:58.626Z[ recovery-image] Oct 18 22:49:57.812 INFO O| Oct 18 22:49:57.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44702024-10-18T22:49:58.626Z[ recovery-image] Oct 18 22:49:57.812 INFO O| Oct 18 22:49:57.812 INFO STEP 105 (remove_files) COMPLETE
44712024-10-18T22:49:58.628Z[ recovery-image] Oct 18 22:49:57.812 INFO O| Oct 18 22:49:57.812 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-10-18T22:49:58.636Z[ recovery-image] Oct 18 22:49:57.822 INFO O| Oct 18 22:49:57.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44732024-10-18T22:49:58.636Z[ recovery-image] Oct 18 22:49:57.822 INFO O| Oct 18 22:49:57.822 INFO STEP 106 (remove_files) COMPLETE
44742024-10-18T22:49:58.636Z[ recovery-image] Oct 18 22:49:57.822 INFO O| Oct 18 22:49:57.822 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-10-18T22:49:58.646Z[ recovery-image] Oct 18 22:49:57.832 INFO O| Oct 18 22:49:57.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44762024-10-18T22:49:58.646Z[ recovery-image] Oct 18 22:49:57.832 INFO O| Oct 18 22:49:57.832 INFO STEP 107 (remove_files) COMPLETE
44772024-10-18T22:49:58.646Z[ recovery-image] Oct 18 22:49:57.832 INFO O| Oct 18 22:49:57.832 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-10-18T22:49:58.656Z[ recovery-image] Oct 18 22:49:57.842 INFO O| Oct 18 22:49:57.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44792024-10-18T22:49:58.656Z[ recovery-image] Oct 18 22:49:57.842 INFO O| Oct 18 22:49:57.842 INFO STEP 108 (remove_files) COMPLETE
44802024-10-18T22:49:58.658Z[ recovery-image] Oct 18 22:49:57.842 INFO O| Oct 18 22:49:57.842 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-10-18T22:49:58.666Z[ recovery-image] Oct 18 22:49:57.852 INFO O| Oct 18 22:49:57.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44822024-10-18T22:49:58.666Z[ recovery-image] Oct 18 22:49:57.852 INFO O| Oct 18 22:49:57.852 INFO STEP 109 (remove_files) COMPLETE
44832024-10-18T22:49:58.668Z[ recovery-image] Oct 18 22:49:57.852 INFO O| Oct 18 22:49:57.852 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-10-18T22:49:58.675Z[ recovery-image] Oct 18 22:49:57.861 INFO O| Oct 18 22:49:57.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44852024-10-18T22:49:58.677Z[ recovery-image] Oct 18 22:49:57.861 INFO O| Oct 18 22:49:57.861 INFO STEP 110 (remove_files) COMPLETE
44862024-10-18T22:49:58.678Z[ recovery-image] Oct 18 22:49:57.861 INFO O| Oct 18 22:49:57.861 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-10-18T22:49:58.685Z[ recovery-image] Oct 18 22:49:57.871 INFO O| Oct 18 22:49:57.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44882024-10-18T22:49:58.685Z[ recovery-image] Oct 18 22:49:57.871 INFO O| Oct 18 22:49:57.871 INFO STEP 111 (remove_files) COMPLETE
44892024-10-18T22:49:58.687Z[ recovery-image] Oct 18 22:49:57.871 INFO O| Oct 18 22:49:57.871 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-10-18T22:49:58.695Z[ recovery-image] Oct 18 22:49:57.881 INFO O| Oct 18 22:49:57.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44912024-10-18T22:49:58.695Z[ recovery-image] Oct 18 22:49:57.881 INFO O| Oct 18 22:49:57.881 INFO STEP 112 (remove_files) COMPLETE
44922024-10-18T22:49:58.697Z[ recovery-image] Oct 18 22:49:57.881 INFO O| Oct 18 22:49:57.881 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-10-18T22:49:58.704Z[ recovery-image] Oct 18 22:49:57.890 INFO O| Oct 18 22:49:57.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44942024-10-18T22:49:58.706Z[ recovery-image] Oct 18 22:49:57.891 INFO O| Oct 18 22:49:57.890 INFO STEP 113 (remove_files) COMPLETE
44952024-10-18T22:49:58.706Z[ recovery-image] Oct 18 22:49:57.891 INFO O| Oct 18 22:49:57.891 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-10-18T22:49:58.714Z[ recovery-image] Oct 18 22:49:57.900 INFO O| Oct 18 22:49:57.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44972024-10-18T22:49:58.714Z[ recovery-image] Oct 18 22:49:57.900 INFO O| Oct 18 22:49:57.900 INFO STEP 114 (remove_files) COMPLETE
44982024-10-18T22:49:58.716Z[ recovery-image] Oct 18 22:49:57.900 INFO O| Oct 18 22:49:57.900 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-10-18T22:49:58.723Z[ recovery-image] Oct 18 22:49:57.910 INFO O| Oct 18 22:49:57.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
45002024-10-18T22:49:58.723Z[ recovery-image] Oct 18 22:49:57.910 INFO O| Oct 18 22:49:57.910 INFO STEP 115 (remove_files) COMPLETE
45012024-10-18T22:49:58.726Z[ recovery-image] Oct 18 22:49:57.910 INFO O| Oct 18 22:49:57.910 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-10-18T22:49:58.733Z[ recovery-image] Oct 18 22:49:57.919 INFO O| Oct 18 22:49:57.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
45032024-10-18T22:49:58.733Z[ recovery-image] Oct 18 22:49:57.919 INFO O| Oct 18 22:49:57.919 INFO STEP 116 (remove_files) COMPLETE
45042024-10-18T22:49:58.733Z[ recovery-image] Oct 18 22:49:57.919 INFO O| Oct 18 22:49:57.919 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-10-18T22:49:58.743Z[ recovery-image] Oct 18 22:49:57.929 INFO O| Oct 18 22:49:57.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
45062024-10-18T22:49:58.745Z[ recovery-image] Oct 18 22:49:57.929 INFO O| Oct 18 22:49:57.929 INFO STEP 117 (remove_files) COMPLETE
45072024-10-18T22:49:58.745Z[ recovery-image] Oct 18 22:49:57.929 INFO O| Oct 18 22:49:57.929 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-10-18T22:49:58.753Z[ recovery-image] Oct 18 22:49:57.939 INFO O| Oct 18 22:49:57.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
45092024-10-18T22:49:58.753Z[ recovery-image] Oct 18 22:49:57.939 INFO O| Oct 18 22:49:57.939 INFO STEP 118 (remove_files) COMPLETE
45102024-10-18T22:49:58.753Z[ recovery-image] Oct 18 22:49:57.939 INFO O| Oct 18 22:49:57.939 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-10-18T22:49:58.762Z[ recovery-image] Oct 18 22:49:57.948 INFO O| Oct 18 22:49:57.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
45122024-10-18T22:49:58.762Z[ recovery-image] Oct 18 22:49:57.948 INFO O| Oct 18 22:49:57.948 INFO STEP 119 (remove_files) COMPLETE
45132024-10-18T22:49:58.764Z[ recovery-image] Oct 18 22:49:57.948 INFO O| Oct 18 22:49:57.948 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-10-18T22:49:58.772Z[ recovery-image] Oct 18 22:49:57.958 INFO O| Oct 18 22:49:57.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
45152024-10-18T22:49:58.774Z[ recovery-image] Oct 18 22:49:57.958 INFO O| Oct 18 22:49:57.958 INFO STEP 120 (remove_files) COMPLETE
45162024-10-18T22:49:58.774Z[ recovery-image] Oct 18 22:49:57.958 INFO O| Oct 18 22:49:57.958 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-10-18T22:49:58.781Z[ recovery-image] Oct 18 22:49:57.967 INFO O| Oct 18 22:49:57.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45182024-10-18T22:49:58.781Z[ recovery-image] Oct 18 22:49:57.967 INFO O| Oct 18 22:49:57.967 INFO STEP 121 (remove_files) COMPLETE
45192024-10-18T22:49:58.783Z[ recovery-image] Oct 18 22:49:57.967 INFO O| Oct 18 22:49:57.967 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-10-18T22:49:58.792Z[ recovery-image] Oct 18 22:49:57.977 INFO O| Oct 18 22:49:57.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45212024-10-18T22:49:58.792Z[ recovery-image] Oct 18 22:49:57.977 INFO O| Oct 18 22:49:57.977 INFO STEP 122 (remove_files) COMPLETE
45222024-10-18T22:49:58.794Z[ recovery-image] Oct 18 22:49:57.977 INFO O| Oct 18 22:49:57.977 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-10-18T22:49:58.800Z[ recovery-image] Oct 18 22:49:57.986 INFO O| Oct 18 22:49:57.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45242024-10-18T22:49:58.800Z[ recovery-image] Oct 18 22:49:57.986 INFO O| Oct 18 22:49:57.986 INFO STEP 123 (remove_files) COMPLETE
45252024-10-18T22:49:58.802Z[ recovery-image] Oct 18 22:49:57.986 INFO O| Oct 18 22:49:57.986 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-10-18T22:49:58.810Z[ recovery-image] Oct 18 22:49:57.996 INFO O| Oct 18 22:49:57.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45272024-10-18T22:49:58.810Z[ recovery-image] Oct 18 22:49:57.996 INFO O| Oct 18 22:49:57.996 INFO STEP 124 (remove_files) COMPLETE
45282024-10-18T22:49:58.812Z[ recovery-image] Oct 18 22:49:57.996 INFO O| Oct 18 22:49:57.996 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-10-18T22:49:58.821Z[ recovery-image] Oct 18 22:49:58.008 INFO O| Oct 18 22:49:58.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45302024-10-18T22:49:58.822Z[ recovery-image] Oct 18 22:49:58.008 INFO O| Oct 18 22:49:58.008 INFO STEP 125 (remove_files) COMPLETE
45312024-10-18T22:49:58.824Z[ recovery-image] Oct 18 22:49:58.008 INFO O| Oct 18 22:49:58.008 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-10-18T22:49:58.831Z[ recovery-image] Oct 18 22:49:58.017 INFO O| Oct 18 22:49:58.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45332024-10-18T22:49:58.831Z[ recovery-image] Oct 18 22:49:58.017 INFO O| Oct 18 22:49:58.017 INFO STEP 126 (remove_files) COMPLETE
45342024-10-18T22:49:58.833Z[ recovery-image] Oct 18 22:49:58.017 INFO O| Oct 18 22:49:58.017 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-10-18T22:49:58.840Z[ recovery-image] Oct 18 22:49:58.026 INFO O| Oct 18 22:49:58.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45362024-10-18T22:49:58.842Z[ recovery-image] Oct 18 22:49:58.027 INFO O| Oct 18 22:49:58.026 INFO STEP 127 (remove_files) COMPLETE
45372024-10-18T22:49:58.842Z[ recovery-image] Oct 18 22:49:58.027 INFO O| Oct 18 22:49:58.026 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-10-18T22:49:58.849Z[ recovery-image] Oct 18 22:49:58.036 INFO O| Oct 18 22:49:58.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45392024-10-18T22:49:58.852Z[ recovery-image] Oct 18 22:49:58.036 INFO O| Oct 18 22:49:58.036 INFO STEP 128 (remove_files) COMPLETE
45402024-10-18T22:49:58.852Z[ recovery-image] Oct 18 22:49:58.036 INFO O| Oct 18 22:49:58.036 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-10-18T22:49:58.859Z[ recovery-image] Oct 18 22:49:58.045 INFO O| Oct 18 22:49:58.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45422024-10-18T22:49:58.861Z[ recovery-image] Oct 18 22:49:58.045 INFO O| Oct 18 22:49:58.045 INFO STEP 129 (remove_files) COMPLETE
45432024-10-18T22:49:58.861Z[ recovery-image] Oct 18 22:49:58.045 INFO O| Oct 18 22:49:58.045 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-10-18T22:49:58.868Z[ recovery-image] Oct 18 22:49:58.055 INFO O| Oct 18 22:49:58.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45452024-10-18T22:49:58.870Z[ recovery-image] Oct 18 22:49:58.055 INFO O| Oct 18 22:49:58.055 INFO STEP 130 (remove_files) COMPLETE
45462024-10-18T22:49:58.870Z[ recovery-image] Oct 18 22:49:58.055 INFO O| Oct 18 22:49:58.055 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-10-18T22:49:58.878Z[ recovery-image] Oct 18 22:49:58.064 INFO O| Oct 18 22:49:58.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45482024-10-18T22:49:58.878Z[ recovery-image] Oct 18 22:49:58.064 INFO O| Oct 18 22:49:58.064 INFO STEP 131 (remove_files) COMPLETE
45492024-10-18T22:49:58.880Z[ recovery-image] Oct 18 22:49:58.064 INFO O| Oct 18 22:49:58.064 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-10-18T22:49:58.887Z[ recovery-image] Oct 18 22:49:58.074 INFO O| Oct 18 22:49:58.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45512024-10-18T22:49:58.887Z[ recovery-image] Oct 18 22:49:58.074 INFO O| Oct 18 22:49:58.074 INFO STEP 132 (remove_files) COMPLETE
45522024-10-18T22:49:58.889Z[ recovery-image] Oct 18 22:49:58.074 INFO O| Oct 18 22:49:58.074 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-10-18T22:49:58.897Z[ recovery-image] Oct 18 22:49:58.083 INFO O| Oct 18 22:49:58.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45542024-10-18T22:49:58.899Z[ recovery-image] Oct 18 22:49:58.083 INFO O| Oct 18 22:49:58.083 INFO STEP 133 (remove_files) COMPLETE
45552024-10-18T22:49:58.899Z[ recovery-image] Oct 18 22:49:58.083 INFO O| Oct 18 22:49:58.083 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-10-18T22:49:58.906Z[ recovery-image] Oct 18 22:49:58.092 INFO O| Oct 18 22:49:58.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45572024-10-18T22:49:58.908Z[ recovery-image] Oct 18 22:49:58.092 INFO O| Oct 18 22:49:58.092 INFO STEP 134 (remove_files) COMPLETE
45582024-10-18T22:49:58.908Z[ recovery-image] Oct 18 22:49:58.092 INFO O| Oct 18 22:49:58.092 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-10-18T22:49:58.916Z[ recovery-image] Oct 18 22:49:58.102 INFO O| Oct 18 22:49:58.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45602024-10-18T22:49:58.918Z[ recovery-image] Oct 18 22:49:58.102 INFO O| Oct 18 22:49:58.102 INFO STEP 135 (remove_files) COMPLETE
45612024-10-18T22:49:58.918Z[ recovery-image] Oct 18 22:49:58.102 INFO O| Oct 18 22:49:58.102 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-10-18T22:49:58.925Z[ recovery-image] Oct 18 22:49:58.111 INFO O| Oct 18 22:49:58.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45632024-10-18T22:49:58.927Z[ recovery-image] Oct 18 22:49:58.111 INFO O| Oct 18 22:49:58.111 INFO STEP 136 (remove_files) COMPLETE
45642024-10-18T22:49:58.927Z[ recovery-image] Oct 18 22:49:58.111 INFO O| Oct 18 22:49:58.111 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-10-18T22:49:58.935Z[ recovery-image] Oct 18 22:49:58.121 INFO O| Oct 18 22:49:58.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45662024-10-18T22:49:58.935Z[ recovery-image] Oct 18 22:49:58.121 INFO O| Oct 18 22:49:58.121 INFO STEP 137 (remove_files) COMPLETE
45672024-10-18T22:49:58.937Z[ recovery-image] Oct 18 22:49:58.121 INFO O| Oct 18 22:49:58.121 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-10-18T22:49:58.944Z[ recovery-image] Oct 18 22:49:58.130 INFO O| Oct 18 22:49:58.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45692024-10-18T22:49:58.944Z[ recovery-image] Oct 18 22:49:58.130 INFO O| Oct 18 22:49:58.130 INFO STEP 138 (remove_files) COMPLETE
45702024-10-18T22:49:58.944Z[ recovery-image] Oct 18 22:49:58.130 INFO O| Oct 18 22:49:58.130 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-18T22:49:58.954Z[ recovery-image] Oct 18 22:49:58.140 INFO O| Oct 18 22:49:58.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45722024-10-18T22:49:58.954Z[ recovery-image] Oct 18 22:49:58.140 INFO O| Oct 18 22:49:58.140 INFO STEP 139 (remove_files) COMPLETE
45732024-10-18T22:49:58.954Z[ recovery-image] Oct 18 22:49:58.140 INFO O| Oct 18 22:49:58.140 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-18T22:49:58.964Z[ recovery-image] Oct 18 22:49:58.150 INFO O| Oct 18 22:49:58.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45752024-10-18T22:49:58.966Z[ recovery-image] Oct 18 22:49:58.151 INFO O| Oct 18 22:49:58.150 INFO STEP 140 (remove_files) COMPLETE
45762024-10-18T22:49:58.966Z[ recovery-image] Oct 18 22:49:58.151 INFO O| Oct 18 22:49:58.151 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-10-18T22:49:58.974Z[ recovery-image] Oct 18 22:49:58.160 INFO O| Oct 18 22:49:58.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45782024-10-18T22:49:58.974Z[ recovery-image] Oct 18 22:49:58.160 INFO O| Oct 18 22:49:58.160 INFO STEP 141 (remove_files) COMPLETE
45792024-10-18T22:49:58.974Z[ recovery-image] Oct 18 22:49:58.160 INFO O| Oct 18 22:49:58.160 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-10-18T22:49:58.983Z[ recovery-image] Oct 18 22:49:58.169 INFO O| Oct 18 22:49:58.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45812024-10-18T22:49:58.983Z[ recovery-image] Oct 18 22:49:58.169 INFO O| Oct 18 22:49:58.169 INFO STEP 142 (remove_files) COMPLETE
45822024-10-18T22:49:58.985Z[ recovery-image] Oct 18 22:49:58.169 INFO O| Oct 18 22:49:58.169 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-10-18T22:49:58.993Z[ recovery-image] Oct 18 22:49:58.179 INFO O| Oct 18 22:49:58.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45842024-10-18T22:49:58.995Z[ recovery-image] Oct 18 22:49:58.180 INFO O| Oct 18 22:49:58.179 INFO STEP 143 (remove_files) COMPLETE
45852024-10-18T22:49:58.995Z[ recovery-image] Oct 18 22:49:58.180 INFO O| Oct 18 22:49:58.180 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-18T22:49:59.004Z[ recovery-image] Oct 18 22:49:58.190 INFO O| Oct 18 22:49:58.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45872024-10-18T22:49:59.004Z[ recovery-image] Oct 18 22:49:58.190 INFO O| Oct 18 22:49:58.190 INFO STEP 144 (remove_files) COMPLETE
45882024-10-18T22:49:59.006Z[ recovery-image] Oct 18 22:49:58.190 INFO O| Oct 18 22:49:58.190 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-18T22:49:59.014Z[ recovery-image] Oct 18 22:49:58.200 INFO O| Oct 18 22:49:58.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45902024-10-18T22:49:59.014Z[ recovery-image] Oct 18 22:49:58.200 INFO O| Oct 18 22:49:58.200 INFO STEP 145 (remove_files) COMPLETE
45912024-10-18T22:49:59.016Z[ recovery-image] Oct 18 22:49:58.200 INFO O| Oct 18 22:49:58.200 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-18T22:49:59.025Z[ recovery-image] Oct 18 22:49:58.211 INFO O| Oct 18 22:49:58.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45932024-10-18T22:49:59.025Z[ recovery-image] Oct 18 22:49:58.211 INFO O| Oct 18 22:49:58.211 INFO STEP 146 (remove_files) COMPLETE
45942024-10-18T22:49:59.025Z[ recovery-image] Oct 18 22:49:58.212 INFO O| Oct 18 22:49:58.211 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-18T22:49:59.037Z[ recovery-image] Oct 18 22:49:58.223 INFO O| Oct 18 22:49:58.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45962024-10-18T22:49:59.037Z[ recovery-image] Oct 18 22:49:58.224 INFO O| Oct 18 22:49:58.223 INFO STEP 147 (remove_files) COMPLETE
45972024-10-18T22:49:59.039Z[ recovery-image] Oct 18 22:49:58.224 INFO O| Oct 18 22:49:58.224 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-18T22:49:59.049Z[ recovery-image] Oct 18 22:49:58.235 INFO O| Oct 18 22:49:58.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45992024-10-18T22:49:59.049Z[ recovery-image] Oct 18 22:49:58.236 INFO O| Oct 18 22:49:58.235 INFO STEP 148 (remove_files) COMPLETE
46002024-10-18T22:49:59.051Z[ recovery-image] Oct 18 22:49:58.236 INFO O| Oct 18 22:49:58.236 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-18T22:49:59.065Z[ recovery-image] Oct 18 22:49:58.251 INFO O| Oct 18 22:49:58.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
46022024-10-18T22:49:59.065Z[ recovery-image] Oct 18 22:49:58.251 INFO O| Oct 18 22:49:58.251 INFO STEP 149 (remove_files) COMPLETE
46032024-10-18T22:49:59.067Z[ recovery-image] Oct 18 22:49:58.251 INFO O| Oct 18 22:49:58.251 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-10-18T22:49:59.080Z[ recovery-image] Oct 18 22:49:58.266 INFO O| Oct 18 22:49:58.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
46052024-10-18T22:49:59.080Z[ recovery-image] Oct 18 22:49:58.266 INFO O| Oct 18 22:49:58.266 INFO STEP 150 (remove_files) COMPLETE
46062024-10-18T22:49:59.082Z[ recovery-image] Oct 18 22:49:58.266 INFO O| Oct 18 22:49:58.266 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-18T22:49:59.091Z[ recovery-image] Oct 18 22:49:58.277 INFO O| Oct 18 22:49:58.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
46082024-10-18T22:49:59.091Z[ recovery-image] Oct 18 22:49:58.277 INFO O| Oct 18 22:49:58.277 INFO STEP 151 (remove_files) COMPLETE
46092024-10-18T22:49:59.093Z[ recovery-image] Oct 18 22:49:58.277 INFO O| Oct 18 22:49:58.277 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-10-18T22:49:59.101Z[ recovery-image] Oct 18 22:49:58.287 INFO O| Oct 18 22:49:58.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
46112024-10-18T22:49:59.101Z[ recovery-image] Oct 18 22:49:58.287 INFO O| Oct 18 22:49:58.287 INFO STEP 152 (remove_files) COMPLETE
46122024-10-18T22:49:59.101Z[ recovery-image] Oct 18 22:49:58.287 INFO O| Oct 18 22:49:58.287 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-18T22:49:59.110Z[ recovery-image] Oct 18 22:49:58.296 INFO O| Oct 18 22:49:58.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
46142024-10-18T22:49:59.110Z[ recovery-image] Oct 18 22:49:58.297 INFO O| Oct 18 22:49:58.296 INFO STEP 153 (remove_files) COMPLETE
46152024-10-18T22:49:59.112Z[ recovery-image] Oct 18 22:49:58.297 INFO O| Oct 18 22:49:58.296 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-18T22:49:59.120Z[ recovery-image] Oct 18 22:49:58.306 INFO O| Oct 18 22:49:58.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46172024-10-18T22:49:59.120Z[ recovery-image] Oct 18 22:49:58.306 INFO O| Oct 18 22:49:58.306 INFO STEP 154 (remove_files) COMPLETE
46182024-10-18T22:49:59.120Z[ recovery-image] Oct 18 22:49:58.306 INFO O| Oct 18 22:49:58.306 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-10-18T22:49:59.129Z[ recovery-image] Oct 18 22:49:58.316 INFO O| Oct 18 22:49:58.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46202024-10-18T22:49:59.130Z[ recovery-image] Oct 18 22:49:58.316 INFO O| Oct 18 22:49:58.316 INFO STEP 155 (remove_files) COMPLETE
46212024-10-18T22:49:59.132Z[ recovery-image] Oct 18 22:49:58.316 INFO O| Oct 18 22:49:58.316 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-10-18T22:49:59.139Z[ recovery-image] Oct 18 22:49:58.325 INFO O| Oct 18 22:49:58.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46232024-10-18T22:49:59.139Z[ recovery-image] Oct 18 22:49:58.325 INFO O| Oct 18 22:49:58.325 INFO STEP 156 (remove_files) COMPLETE
46242024-10-18T22:49:59.142Z[ recovery-image] Oct 18 22:49:58.325 INFO O| Oct 18 22:49:58.325 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-18T22:49:59.148Z[ recovery-image] Oct 18 22:49:58.335 INFO O| Oct 18 22:49:58.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46262024-10-18T22:49:59.151Z[ recovery-image] Oct 18 22:49:58.335 INFO O| Oct 18 22:49:58.335 INFO STEP 157 (remove_files) COMPLETE
46272024-10-18T22:49:59.151Z[ recovery-image] Oct 18 22:49:58.335 INFO O| Oct 18 22:49:58.335 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-18T22:49:59.158Z[ recovery-image] Oct 18 22:49:58.344 INFO O| Oct 18 22:49:58.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46292024-10-18T22:49:59.160Z[ recovery-image] Oct 18 22:49:58.344 INFO O| Oct 18 22:49:58.344 INFO STEP 158 (remove_files) COMPLETE
46302024-10-18T22:49:59.160Z[ recovery-image] Oct 18 22:49:58.344 INFO O| Oct 18 22:49:58.344 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-18T22:49:59.167Z[ recovery-image] Oct 18 22:49:58.354 INFO O| Oct 18 22:49:58.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46322024-10-18T22:49:59.170Z[ recovery-image] Oct 18 22:49:58.354 INFO O| Oct 18 22:49:58.354 INFO STEP 159 (remove_files) COMPLETE
46332024-10-18T22:49:59.170Z[ recovery-image] Oct 18 22:49:58.354 INFO O| Oct 18 22:49:58.354 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-10-18T22:49:59.177Z[ recovery-image] Oct 18 22:49:58.364 INFO O| Oct 18 22:49:58.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46352024-10-18T22:49:59.179Z[ recovery-image] Oct 18 22:49:58.364 INFO O| Oct 18 22:49:58.364 INFO STEP 160 (remove_files) COMPLETE
46362024-10-18T22:49:59.179Z[ recovery-image] Oct 18 22:49:58.364 INFO O| Oct 18 22:49:58.364 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-10-18T22:49:59.187Z[ recovery-image] Oct 18 22:49:58.373 INFO O| Oct 18 22:49:58.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46382024-10-18T22:49:59.187Z[ recovery-image] Oct 18 22:49:58.373 INFO O| Oct 18 22:49:58.373 INFO STEP 161 (remove_files) COMPLETE
46392024-10-18T22:49:59.189Z[ recovery-image] Oct 18 22:49:58.373 INFO O| Oct 18 22:49:58.373 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-10-18T22:49:59.197Z[ recovery-image] Oct 18 22:49:58.383 INFO O| Oct 18 22:49:58.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46412024-10-18T22:49:59.199Z[ recovery-image] Oct 18 22:49:58.383 INFO O| Oct 18 22:49:58.383 INFO STEP 162 (remove_files) COMPLETE
46422024-10-18T22:49:59.199Z[ recovery-image] Oct 18 22:49:58.383 INFO O| Oct 18 22:49:58.383 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-10-18T22:49:59.206Z[ recovery-image] Oct 18 22:49:58.392 INFO O| Oct 18 22:49:58.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46442024-10-18T22:49:59.206Z[ recovery-image] Oct 18 22:49:58.392 INFO O| Oct 18 22:49:58.392 INFO STEP 163 (remove_files) COMPLETE
46452024-10-18T22:49:59.208Z[ recovery-image] Oct 18 22:49:58.392 INFO O| Oct 18 22:49:58.392 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-10-18T22:49:59.216Z[ recovery-image] Oct 18 22:49:58.402 INFO O| Oct 18 22:49:58.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46472024-10-18T22:49:59.216Z[ recovery-image] Oct 18 22:49:58.402 INFO O| Oct 18 22:49:58.402 INFO STEP 164 (remove_files) COMPLETE
46482024-10-18T22:49:59.216Z[ recovery-image] Oct 18 22:49:58.402 INFO O| Oct 18 22:49:58.402 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-10-18T22:49:59.225Z[ recovery-image] Oct 18 22:49:58.411 INFO O| Oct 18 22:49:58.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46502024-10-18T22:49:59.227Z[ recovery-image] Oct 18 22:49:58.411 INFO O| Oct 18 22:49:58.411 INFO STEP 165 (remove_files) COMPLETE
46512024-10-18T22:49:59.227Z[ recovery-image] Oct 18 22:49:58.411 INFO O| Oct 18 22:49:58.411 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-10-18T22:49:59.234Z[ recovery-image] Oct 18 22:49:58.420 INFO O| Oct 18 22:49:58.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46532024-10-18T22:49:59.236Z[ recovery-image] Oct 18 22:49:58.421 INFO O| Oct 18 22:49:58.421 INFO STEP 166 (remove_files) COMPLETE
46542024-10-18T22:49:59.237Z[ recovery-image] Oct 18 22:49:58.421 INFO O| Oct 18 22:49:58.421 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-10-18T22:49:59.245Z[ recovery-image] Oct 18 22:49:58.431 INFO O| Oct 18 22:49:58.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46562024-10-18T22:49:59.247Z[ recovery-image] Oct 18 22:49:58.431 INFO O| Oct 18 22:49:58.431 INFO STEP 167 (remove_files) COMPLETE
46572024-10-18T22:49:59.247Z[ recovery-image] Oct 18 22:49:58.431 INFO O| Oct 18 22:49:58.431 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-10-18T22:49:59.254Z[ recovery-image] Oct 18 22:49:58.440 INFO O| Oct 18 22:49:58.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46592024-10-18T22:49:59.256Z[ recovery-image] Oct 18 22:49:58.440 INFO O| Oct 18 22:49:58.440 INFO STEP 168 (remove_files) COMPLETE
46602024-10-18T22:49:59.256Z[ recovery-image] Oct 18 22:49:58.441 INFO O| Oct 18 22:49:58.440 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-10-18T22:49:59.264Z[ recovery-image] Oct 18 22:49:58.450 INFO O| Oct 18 22:49:58.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46622024-10-18T22:49:59.264Z[ recovery-image] Oct 18 22:49:58.450 INFO O| Oct 18 22:49:58.450 INFO STEP 169 (remove_files) COMPLETE
46632024-10-18T22:49:59.266Z[ recovery-image] Oct 18 22:49:58.450 INFO O| Oct 18 22:49:58.450 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-10-18T22:49:59.274Z[ recovery-image] Oct 18 22:49:58.460 INFO O| Oct 18 22:49:58.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46652024-10-18T22:49:59.276Z[ recovery-image] Oct 18 22:49:58.460 INFO O| Oct 18 22:49:58.460 INFO STEP 170 (remove_files) COMPLETE
46662024-10-18T22:49:59.276Z[ recovery-image] Oct 18 22:49:58.460 INFO O| Oct 18 22:49:58.460 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-10-18T22:49:59.283Z[ recovery-image] Oct 18 22:49:58.470 INFO O| Oct 18 22:49:58.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46682024-10-18T22:49:59.286Z[ recovery-image] Oct 18 22:49:58.470 INFO O| Oct 18 22:49:58.470 INFO STEP 171 (remove_files) COMPLETE
46692024-10-18T22:49:59.286Z[ recovery-image] Oct 18 22:49:58.470 INFO O| Oct 18 22:49:58.470 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-10-18T22:49:59.293Z[ recovery-image] Oct 18 22:49:58.479 INFO O| Oct 18 22:49:58.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46712024-10-18T22:49:59.293Z[ recovery-image] Oct 18 22:49:58.479 INFO O| Oct 18 22:49:58.479 INFO STEP 172 (remove_files) COMPLETE
46722024-10-18T22:49:59.295Z[ recovery-image] Oct 18 22:49:58.479 INFO O| Oct 18 22:49:58.479 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-10-18T22:49:59.303Z[ recovery-image] Oct 18 22:49:58.489 INFO O| Oct 18 22:49:58.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46742024-10-18T22:49:59.303Z[ recovery-image] Oct 18 22:49:58.489 INFO O| Oct 18 22:49:58.489 INFO STEP 173 (remove_files) COMPLETE
46752024-10-18T22:49:59.305Z[ recovery-image] Oct 18 22:49:58.489 INFO O| Oct 18 22:49:58.489 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-10-18T22:49:59.312Z[ recovery-image] Oct 18 22:49:58.498 INFO O| Oct 18 22:49:58.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46772024-10-18T22:49:59.312Z[ recovery-image] Oct 18 22:49:58.499 INFO O| Oct 18 22:49:58.498 INFO STEP 174 (remove_files) COMPLETE
46782024-10-18T22:49:59.315Z[ recovery-image] Oct 18 22:49:58.499 INFO O| Oct 18 22:49:58.499 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-10-18T22:49:59.322Z[ recovery-image] Oct 18 22:49:58.508 INFO O| Oct 18 22:49:58.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46802024-10-18T22:49:59.322Z[ recovery-image] Oct 18 22:49:58.508 INFO O| Oct 18 22:49:58.508 INFO STEP 175 (remove_files) COMPLETE
46812024-10-18T22:49:59.322Z[ recovery-image] Oct 18 22:49:58.508 INFO O| Oct 18 22:49:58.508 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-10-18T22:49:59.332Z[ recovery-image] Oct 18 22:49:58.518 INFO O| Oct 18 22:49:58.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46832024-10-18T22:49:59.332Z[ recovery-image] Oct 18 22:49:58.518 INFO O| Oct 18 22:49:58.518 INFO STEP 176 (remove_files) COMPLETE
46842024-10-18T22:49:59.334Z[ recovery-image] Oct 18 22:49:58.518 INFO O| Oct 18 22:49:58.518 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-10-18T22:49:59.341Z[ recovery-image] Oct 18 22:49:58.527 INFO O| Oct 18 22:49:58.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46862024-10-18T22:49:59.341Z[ recovery-image] Oct 18 22:49:58.527 INFO O| Oct 18 22:49:58.527 INFO STEP 177 (remove_files) COMPLETE
46872024-10-18T22:49:59.343Z[ recovery-image] Oct 18 22:49:58.527 INFO O| Oct 18 22:49:58.527 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-10-18T22:49:59.350Z[ recovery-image] Oct 18 22:49:58.537 INFO O| Oct 18 22:49:58.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46892024-10-18T22:49:59.353Z[ recovery-image] Oct 18 22:49:58.537 INFO O| Oct 18 22:49:58.537 INFO STEP 178 (remove_files) COMPLETE
46902024-10-18T22:49:59.353Z[ recovery-image] Oct 18 22:49:58.537 INFO O| Oct 18 22:49:58.537 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-10-18T22:49:59.360Z[ recovery-image] Oct 18 22:49:58.546 INFO O| Oct 18 22:49:58.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46922024-10-18T22:49:59.362Z[ recovery-image] Oct 18 22:49:58.546 INFO O| Oct 18 22:49:58.546 INFO STEP 179 (remove_files) COMPLETE
46932024-10-18T22:49:59.362Z[ recovery-image] Oct 18 22:49:58.546 INFO O| Oct 18 22:49:58.546 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-10-18T22:49:59.370Z[ recovery-image] Oct 18 22:49:58.556 INFO O| Oct 18 22:49:58.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46952024-10-18T22:49:59.370Z[ recovery-image] Oct 18 22:49:58.556 INFO O| Oct 18 22:49:58.556 INFO STEP 180 (remove_files) COMPLETE
46962024-10-18T22:49:59.370Z[ recovery-image] Oct 18 22:49:58.556 INFO O| Oct 18 22:49:58.556 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-10-18T22:49:59.379Z[ recovery-image] Oct 18 22:49:58.565 INFO O| Oct 18 22:49:58.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46982024-10-18T22:49:59.381Z[ recovery-image] Oct 18 22:49:58.566 INFO O| Oct 18 22:49:58.566 INFO STEP 181 (remove_files) COMPLETE
46992024-10-18T22:49:59.381Z[ recovery-image] Oct 18 22:49:58.566 INFO O| Oct 18 22:49:58.566 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-10-18T22:49:59.389Z[ recovery-image] Oct 18 22:49:58.575 INFO O| Oct 18 22:49:58.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
47012024-10-18T22:49:59.389Z[ recovery-image] Oct 18 22:49:58.575 INFO O| Oct 18 22:49:58.575 INFO STEP 182 (remove_files) COMPLETE
47022024-10-18T22:49:59.392Z[ recovery-image] Oct 18 22:49:58.575 INFO O| Oct 18 22:49:58.575 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-10-18T22:49:59.398Z[ recovery-image] Oct 18 22:49:58.585 INFO O| Oct 18 22:49:58.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
47042024-10-18T22:49:59.401Z[ recovery-image] Oct 18 22:49:58.585 INFO O| Oct 18 22:49:58.585 INFO STEP 183 (remove_files) COMPLETE
47052024-10-18T22:49:59.401Z[ recovery-image] Oct 18 22:49:58.585 INFO O| Oct 18 22:49:58.585 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-10-18T22:49:59.408Z[ recovery-image] Oct 18 22:49:58.594 INFO O| Oct 18 22:49:58.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
47072024-10-18T22:49:59.411Z[ recovery-image] Oct 18 22:49:58.594 INFO O| Oct 18 22:49:58.594 INFO STEP 184 (remove_files) COMPLETE
47082024-10-18T22:49:59.411Z[ recovery-image] Oct 18 22:49:58.594 INFO O| Oct 18 22:49:58.594 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-10-18T22:49:59.418Z[ recovery-image] Oct 18 22:49:58.604 INFO O| Oct 18 22:49:58.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
47102024-10-18T22:49:59.418Z[ recovery-image] Oct 18 22:49:58.604 INFO O| Oct 18 22:49:58.604 INFO STEP 185 (remove_files) COMPLETE
47112024-10-18T22:49:59.418Z[ recovery-image] Oct 18 22:49:58.604 INFO O| Oct 18 22:49:58.604 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-10-18T22:49:59.427Z[ recovery-image] Oct 18 22:49:58.614 INFO O| Oct 18 22:49:58.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47132024-10-18T22:49:59.427Z[ recovery-image] Oct 18 22:49:58.614 INFO O| Oct 18 22:49:58.614 INFO STEP 186 (remove_files) COMPLETE
47142024-10-18T22:49:59.430Z[ recovery-image] Oct 18 22:49:58.614 INFO O| Oct 18 22:49:58.614 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-10-18T22:49:59.437Z[ recovery-image] Oct 18 22:49:58.623 INFO O| Oct 18 22:49:58.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47162024-10-18T22:49:59.439Z[ recovery-image] Oct 18 22:49:58.623 INFO O| Oct 18 22:49:58.623 INFO STEP 187 (remove_files) COMPLETE
47172024-10-18T22:49:59.439Z[ recovery-image] Oct 18 22:49:58.623 INFO O| Oct 18 22:49:58.623 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-10-18T22:49:59.447Z[ recovery-image] Oct 18 22:49:58.633 INFO O| Oct 18 22:49:58.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47192024-10-18T22:49:59.449Z[ recovery-image] Oct 18 22:49:58.633 INFO O| Oct 18 22:49:58.633 INFO STEP 188 (remove_files) COMPLETE
47202024-10-18T22:49:59.449Z[ recovery-image] Oct 18 22:49:58.633 INFO O| Oct 18 22:49:58.633 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-10-18T22:49:59.456Z[ recovery-image] Oct 18 22:49:58.642 INFO O| Oct 18 22:49:58.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47222024-10-18T22:49:59.456Z[ recovery-image] Oct 18 22:49:58.643 INFO O| Oct 18 22:49:58.643 INFO STEP 189 (remove_files) COMPLETE
47232024-10-18T22:49:59.456Z[ recovery-image] Oct 18 22:49:58.643 INFO O| Oct 18 22:49:58.643 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47242024-10-18T22:49:59.466Z[ recovery-image] Oct 18 22:49:58.652 INFO O| Oct 18 22:49:58.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47252024-10-18T22:49:59.466Z[ recovery-image] Oct 18 22:49:58.652 INFO O| Oct 18 22:49:58.652 INFO STEP 190 (remove_files) COMPLETE
47262024-10-18T22:49:59.468Z[ recovery-image] Oct 18 22:49:58.652 INFO O| Oct 18 22:49:58.652 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47272024-10-18T22:49:59.476Z[ recovery-image] Oct 18 22:49:58.662 INFO O| Oct 18 22:49:58.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47282024-10-18T22:49:59.476Z[ recovery-image] Oct 18 22:49:58.662 INFO O| Oct 18 22:49:58.662 INFO STEP 191 (remove_files) COMPLETE
47292024-10-18T22:49:59.478Z[ recovery-image] Oct 18 22:49:58.662 INFO O| Oct 18 22:49:58.662 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47302024-10-18T22:49:59.485Z[ recovery-image] Oct 18 22:49:58.672 INFO O| Oct 18 22:49:58.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47312024-10-18T22:49:59.485Z[ recovery-image] Oct 18 22:49:58.672 INFO O| Oct 18 22:49:58.672 INFO STEP 192 (remove_files) COMPLETE
47322024-10-18T22:49:59.487Z[ recovery-image] Oct 18 22:49:58.672 INFO O| Oct 18 22:49:58.672 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47332024-10-18T22:49:59.487Z[ host-image] Oct 18 22:49:58.672 INFO O| Oct 18 22:49:58.672 INFO O| Download: Completed 1.39 MB in 0.99 seconds (1.4M/s)
47342024-10-18T22:49:59.496Z[ recovery-image] Oct 18 22:49:58.682 INFO O| Oct 18 22:49:58.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47352024-10-18T22:49:59.497Z[ recovery-image] Oct 18 22:49:58.682 INFO O| Oct 18 22:49:58.682 INFO STEP 193 (remove_files) COMPLETE
47362024-10-18T22:49:59.499Z[ recovery-image] Oct 18 22:49:58.682 INFO O| Oct 18 22:49:58.682 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47372024-10-18T22:49:59.505Z[ recovery-image] Oct 18 22:49:58.691 INFO O| Oct 18 22:49:58.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47382024-10-18T22:49:59.505Z[ recovery-image] Oct 18 22:49:58.692 INFO O| Oct 18 22:49:58.691 INFO STEP 194 (remove_files) COMPLETE
47392024-10-18T22:49:59.508Z[ recovery-image] Oct 18 22:49:58.692 INFO O| Oct 18 22:49:58.692 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-18T22:49:59.513Z[ host-image] Oct 18 22:49:58.699 INFO O| Oct 18 22:49:58.699 INFO O| Actions: 1/238 actions (Installing new actions)
47412024-10-18T22:49:59.515Z[ recovery-image] Oct 18 22:49:58.701 INFO O| Oct 18 22:49:58.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47422024-10-18T22:49:59.516Z[ recovery-image] Oct 18 22:49:58.701 INFO O| Oct 18 22:49:58.701 INFO STEP 195 (remove_files) COMPLETE
47432024-10-18T22:49:59.516Z[ recovery-image] Oct 18 22:49:58.701 INFO O| Oct 18 22:49:58.701 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47442024-10-18T22:49:59.525Z[ recovery-image] Oct 18 22:49:58.711 INFO O| Oct 18 22:49:58.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47452024-10-18T22:49:59.525Z[ recovery-image] Oct 18 22:49:58.711 INFO O| Oct 18 22:49:58.711 INFO STEP 196 (remove_files) COMPLETE
47462024-10-18T22:49:59.527Z[ recovery-image] Oct 18 22:49:58.711 INFO O| Oct 18 22:49:58.711 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47472024-10-18T22:49:59.535Z[ recovery-image] Oct 18 22:49:58.721 INFO O| Oct 18 22:49:58.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47482024-10-18T22:49:59.535Z[ recovery-image] Oct 18 22:49:58.721 INFO O| Oct 18 22:49:58.721 INFO STEP 197 (remove_files) COMPLETE
47492024-10-18T22:49:59.535Z[ recovery-image] Oct 18 22:49:58.721 INFO O| Oct 18 22:49:58.721 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47502024-10-18T22:49:59.546Z[ recovery-image] Oct 18 22:49:58.732 INFO O| Oct 18 22:49:58.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47512024-10-18T22:49:59.546Z[ recovery-image] Oct 18 22:49:58.732 INFO O| Oct 18 22:49:58.732 INFO STEP 198 (remove_files) COMPLETE
47522024-10-18T22:49:59.546Z[ recovery-image] Oct 18 22:49:58.732 INFO O| Oct 18 22:49:58.732 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47532024-10-18T22:49:59.556Z[ recovery-image] Oct 18 22:49:58.742 INFO O| Oct 18 22:49:58.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47542024-10-18T22:49:59.556Z[ recovery-image] Oct 18 22:49:58.742 INFO O| Oct 18 22:49:58.742 INFO STEP 199 (remove_files) COMPLETE
47552024-10-18T22:49:59.558Z[ recovery-image] Oct 18 22:49:58.742 INFO O| Oct 18 22:49:58.742 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47562024-10-18T22:49:59.568Z[ recovery-image] Oct 18 22:49:58.754 INFO O| Oct 18 22:49:58.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47572024-10-18T22:49:59.568Z[ recovery-image] Oct 18 22:49:58.754 INFO O| Oct 18 22:49:58.754 INFO STEP 200 (remove_files) COMPLETE
47582024-10-18T22:49:59.568Z[ recovery-image] Oct 18 22:49:58.755 INFO O| Oct 18 22:49:58.754 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47592024-10-18T22:49:59.579Z[ recovery-image] Oct 18 22:49:58.765 INFO O| Oct 18 22:49:58.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47602024-10-18T22:49:59.579Z[ recovery-image] Oct 18 22:49:58.765 INFO O| Oct 18 22:49:58.765 INFO STEP 201 (remove_files) COMPLETE
47612024-10-18T22:49:59.581Z[ recovery-image] Oct 18 22:49:58.765 INFO O| Oct 18 22:49:58.765 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47622024-10-18T22:49:59.589Z[ recovery-image] Oct 18 22:49:58.775 INFO O| Oct 18 22:49:58.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47632024-10-18T22:49:59.591Z[ recovery-image] Oct 18 22:49:58.775 INFO O| Oct 18 22:49:58.775 INFO STEP 202 (remove_files) COMPLETE
47642024-10-18T22:49:59.591Z[ recovery-image] Oct 18 22:49:58.775 INFO O| Oct 18 22:49:58.775 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47652024-10-18T22:49:59.600Z[ recovery-image] Oct 18 22:49:58.786 INFO O| Oct 18 22:49:58.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47662024-10-18T22:49:59.600Z[ recovery-image] Oct 18 22:49:58.786 INFO O| Oct 18 22:49:58.786 INFO STEP 203 (remove_files) COMPLETE
47672024-10-18T22:49:59.600Z[ recovery-image] Oct 18 22:49:58.786 INFO O| Oct 18 22:49:58.786 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47682024-10-18T22:49:59.610Z[ recovery-image] Oct 18 22:49:58.796 INFO O| Oct 18 22:49:58.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47692024-10-18T22:49:59.610Z[ recovery-image] Oct 18 22:49:58.796 INFO O| Oct 18 22:49:58.796 INFO STEP 204 (remove_files) COMPLETE
47702024-10-18T22:49:59.612Z[ recovery-image] Oct 18 22:49:58.796 INFO O| Oct 18 22:49:58.796 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47712024-10-18T22:49:59.619Z[ recovery-image] Oct 18 22:49:58.806 INFO O| Oct 18 22:49:58.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47722024-10-18T22:49:59.620Z[ recovery-image] Oct 18 22:49:58.806 INFO O| Oct 18 22:49:58.806 INFO STEP 205 (remove_files) COMPLETE
47732024-10-18T22:49:59.622Z[ recovery-image] Oct 18 22:49:58.806 INFO O| Oct 18 22:49:58.806 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47742024-10-18T22:49:59.622Z[ host-image] Oct 18 22:49:58.808 INFO O| Oct 18 22:49:58.808 INFO O| Actions: Completed 238 actions in 0.11 seconds.
47752024-10-18T22:49:59.629Z[ recovery-image] Oct 18 22:49:58.815 INFO O| Oct 18 22:49:58.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47762024-10-18T22:49:59.632Z[ recovery-image] Oct 18 22:49:58.815 INFO O| Oct 18 22:49:58.815 INFO STEP 206 (remove_files) COMPLETE
47772024-10-18T22:49:59.632Z[ recovery-image] Oct 18 22:49:58.815 INFO O| Oct 18 22:49:58.815 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47782024-10-18T22:49:59.639Z[ recovery-image] Oct 18 22:49:58.825 INFO O| Oct 18 22:49:58.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47792024-10-18T22:49:59.639Z[ recovery-image] Oct 18 22:49:58.825 INFO O| Oct 18 22:49:58.825 INFO STEP 207 (remove_files) COMPLETE
47802024-10-18T22:49:59.641Z[ recovery-image] Oct 18 22:49:58.825 INFO O| Oct 18 22:49:58.825 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47812024-10-18T22:49:59.651Z[ recovery-image] Oct 18 22:49:58.837 INFO O| Oct 18 22:49:58.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47822024-10-18T22:49:59.651Z[ recovery-image] Oct 18 22:49:58.837 INFO O| Oct 18 22:49:58.837 INFO STEP 208 (remove_files) COMPLETE
47832024-10-18T22:49:59.653Z[ recovery-image] Oct 18 22:49:58.837 INFO O| Oct 18 22:49:58.837 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47842024-10-18T22:49:59.661Z[ recovery-image] Oct 18 22:49:58.847 INFO O| Oct 18 22:49:58.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47852024-10-18T22:49:59.661Z[ recovery-image] Oct 18 22:49:58.848 INFO O| Oct 18 22:49:58.847 INFO STEP 209 (remove_files) COMPLETE
47862024-10-18T22:49:59.662Z[ recovery-image] Oct 18 22:49:58.848 INFO O| Oct 18 22:49:58.847 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47872024-10-18T22:49:59.672Z[ recovery-image] Oct 18 22:49:58.858 INFO O| Oct 18 22:49:58.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47882024-10-18T22:49:59.672Z[ recovery-image] Oct 18 22:49:58.858 INFO O| Oct 18 22:49:58.858 INFO STEP 210 (remove_files) COMPLETE
47892024-10-18T22:49:59.672Z[ recovery-image] Oct 18 22:49:58.858 INFO O| Oct 18 22:49:58.858 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47902024-10-18T22:49:59.684Z[ recovery-image] Oct 18 22:49:58.869 INFO O| Oct 18 22:49:58.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47912024-10-18T22:49:59.684Z[ recovery-image] Oct 18 22:49:58.869 INFO O| Oct 18 22:49:58.869 INFO STEP 211 (remove_files) COMPLETE
47922024-10-18T22:49:59.687Z[ recovery-image] Oct 18 22:49:58.869 INFO O| Oct 18 22:49:58.869 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47932024-10-18T22:49:59.694Z[ recovery-image] Oct 18 22:49:58.879 INFO O| Oct 18 22:49:58.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47942024-10-18T22:49:59.694Z[ recovery-image] Oct 18 22:49:58.880 INFO O| Oct 18 22:49:58.880 INFO STEP 212 (remove_files) COMPLETE
47952024-10-18T22:49:59.696Z[ recovery-image] Oct 18 22:49:58.880 INFO O| Oct 18 22:49:58.880 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-10-18T22:49:59.704Z[ recovery-image] Oct 18 22:49:58.890 INFO O| Oct 18 22:49:58.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47972024-10-18T22:49:59.706Z[ recovery-image] Oct 18 22:49:58.890 INFO O| Oct 18 22:49:58.890 INFO STEP 213 (remove_files) COMPLETE
47982024-10-18T22:49:59.706Z[ recovery-image] Oct 18 22:49:58.890 INFO O| Oct 18 22:49:58.890 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-10-18T22:49:59.714Z[ recovery-image] Oct 18 22:49:58.900 INFO O| Oct 18 22:49:58.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
48002024-10-18T22:49:59.714Z[ recovery-image] Oct 18 22:49:58.900 INFO O| Oct 18 22:49:58.900 INFO STEP 214 (remove_files) COMPLETE
48012024-10-18T22:49:59.714Z[ recovery-image] Oct 18 22:49:58.900 INFO O| Oct 18 22:49:58.900 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48022024-10-18T22:49:59.724Z[ recovery-image] Oct 18 22:49:58.911 INFO O| Oct 18 22:49:58.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
48032024-10-18T22:49:59.724Z[ recovery-image] Oct 18 22:49:58.911 INFO O| Oct 18 22:49:58.911 INFO STEP 215 (remove_files) COMPLETE
48042024-10-18T22:49:59.727Z[ recovery-image] Oct 18 22:49:58.911 INFO O| Oct 18 22:49:58.911 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48052024-10-18T22:49:59.735Z[ recovery-image] Oct 18 22:49:58.921 INFO O| Oct 18 22:49:58.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
48062024-10-18T22:49:59.735Z[ recovery-image] Oct 18 22:49:58.921 INFO O| Oct 18 22:49:58.921 INFO STEP 216 (remove_files) COMPLETE
48072024-10-18T22:49:59.737Z[ recovery-image] Oct 18 22:49:58.921 INFO O| Oct 18 22:49:58.921 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48082024-10-18T22:49:59.746Z[ recovery-image] Oct 18 22:49:58.932 INFO O| Oct 18 22:49:58.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
48092024-10-18T22:49:59.746Z[ recovery-image] Oct 18 22:49:58.932 INFO O| Oct 18 22:49:58.932 INFO STEP 217 (remove_files) COMPLETE
48102024-10-18T22:49:59.748Z[ recovery-image] Oct 18 22:49:58.932 INFO O| Oct 18 22:49:58.932 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48112024-10-18T22:49:59.756Z[ recovery-image] Oct 18 22:49:58.942 INFO O| Oct 18 22:49:58.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
48122024-10-18T22:49:59.758Z[ recovery-image] Oct 18 22:49:58.943 INFO O| Oct 18 22:49:58.943 INFO STEP 218 (remove_files) COMPLETE
48132024-10-18T22:49:59.758Z[ recovery-image] Oct 18 22:49:58.943 INFO O| Oct 18 22:49:58.943 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48142024-10-18T22:49:59.767Z[ recovery-image] Oct 18 22:49:58.953 INFO O| Oct 18 22:49:58.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48152024-10-18T22:49:59.767Z[ recovery-image] Oct 18 22:49:58.953 INFO O| Oct 18 22:49:58.953 INFO STEP 219 (remove_files) COMPLETE
48162024-10-18T22:49:59.769Z[ recovery-image] Oct 18 22:49:58.953 INFO O| Oct 18 22:49:58.953 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48172024-10-18T22:49:59.777Z[ recovery-image] Oct 18 22:49:58.963 INFO O| Oct 18 22:49:58.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48182024-10-18T22:49:59.779Z[ recovery-image] Oct 18 22:49:58.963 INFO O| Oct 18 22:49:58.963 INFO STEP 220 (remove_files) COMPLETE
48192024-10-18T22:49:59.779Z[ recovery-image] Oct 18 22:49:58.963 INFO O| Oct 18 22:49:58.963 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48202024-10-18T22:49:59.787Z[ recovery-image] Oct 18 22:49:58.974 INFO O| Oct 18 22:49:58.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48212024-10-18T22:49:59.787Z[ recovery-image] Oct 18 22:49:58.974 INFO O| Oct 18 22:49:58.974 INFO STEP 221 (remove_files) COMPLETE
48222024-10-18T22:49:59.790Z[ recovery-image] Oct 18 22:49:58.974 INFO O| Oct 18 22:49:58.974 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48232024-10-18T22:49:59.798Z[ recovery-image] Oct 18 22:49:58.984 INFO O| Oct 18 22:49:58.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48242024-10-18T22:49:59.798Z[ recovery-image] Oct 18 22:49:58.984 INFO O| Oct 18 22:49:58.984 INFO STEP 222 (remove_files) COMPLETE
48252024-10-18T22:49:59.800Z[ recovery-image] Oct 18 22:49:58.984 INFO O| Oct 18 22:49:58.984 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48262024-10-18T22:49:59.810Z[ recovery-image] Oct 18 22:49:58.996 INFO O| Oct 18 22:49:58.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48272024-10-18T22:49:59.810Z[ recovery-image] Oct 18 22:49:58.996 INFO O| Oct 18 22:49:58.996 INFO STEP 223 (remove_files) COMPLETE
48282024-10-18T22:49:59.812Z[ recovery-image] Oct 18 22:49:58.996 INFO O| Oct 18 22:49:58.996 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-18T22:49:59.821Z[ recovery-image] Oct 18 22:49:59.007 INFO O| Oct 18 22:49:59.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48302024-10-18T22:49:59.823Z[ recovery-image] Oct 18 22:49:59.007 INFO O| Oct 18 22:49:59.007 INFO STEP 224 (remove_files) COMPLETE
48312024-10-18T22:49:59.823Z[ recovery-image] Oct 18 22:49:59.007 INFO O| Oct 18 22:49:59.007 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-18T22:49:59.832Z[ recovery-image] Oct 18 22:49:59.018 INFO O| Oct 18 22:49:59.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48332024-10-18T22:49:59.834Z[ recovery-image] Oct 18 22:49:59.018 INFO O| Oct 18 22:49:59.018 INFO STEP 225 (remove_files) COMPLETE
48342024-10-18T22:49:59.834Z[ recovery-image] Oct 18 22:49:59.018 INFO O| Oct 18 22:49:59.018 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-10-18T22:49:59.843Z[ recovery-image] Oct 18 22:49:59.029 INFO O| Oct 18 22:49:59.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48362024-10-18T22:49:59.845Z[ recovery-image] Oct 18 22:49:59.029 INFO O| Oct 18 22:49:59.029 INFO STEP 226 (remove_files) COMPLETE
48372024-10-18T22:49:59.845Z[ recovery-image] Oct 18 22:49:59.029 INFO O| Oct 18 22:49:59.029 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-10-18T22:49:59.854Z[ recovery-image] Oct 18 22:49:59.040 INFO O| Oct 18 22:49:59.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48392024-10-18T22:49:59.854Z[ recovery-image] Oct 18 22:49:59.040 INFO O| Oct 18 22:49:59.040 INFO STEP 227 (remove_files) COMPLETE
48402024-10-18T22:49:59.854Z[ recovery-image] Oct 18 22:49:59.040 INFO O| Oct 18 22:49:59.040 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-10-18T22:49:59.864Z[ recovery-image] Oct 18 22:49:59.051 INFO O| Oct 18 22:49:59.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48422024-10-18T22:49:59.864Z[ recovery-image] Oct 18 22:49:59.051 INFO O| Oct 18 22:49:59.051 INFO STEP 228 (remove_files) COMPLETE
48432024-10-18T22:49:59.866Z[ recovery-image] Oct 18 22:49:59.051 INFO O| Oct 18 22:49:59.051 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-10-18T22:49:59.875Z[ recovery-image] Oct 18 22:49:59.061 INFO O| Oct 18 22:49:59.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48452024-10-18T22:49:59.875Z[ recovery-image] Oct 18 22:49:59.061 INFO O| Oct 18 22:49:59.061 INFO STEP 229 (remove_files) COMPLETE
48462024-10-18T22:49:59.877Z[ recovery-image] Oct 18 22:49:59.061 INFO O| Oct 18 22:49:59.061 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-10-18T22:49:59.886Z[ recovery-image] Oct 18 22:49:59.072 INFO O| Oct 18 22:49:59.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48482024-10-18T22:49:59.889Z[ recovery-image] Oct 18 22:49:59.072 INFO O| Oct 18 22:49:59.072 INFO STEP 230 (remove_files) COMPLETE
48492024-10-18T22:49:59.889Z[ recovery-image] Oct 18 22:49:59.072 INFO O| Oct 18 22:49:59.072 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-10-18T22:49:59.896Z[ recovery-image] Oct 18 22:49:59.082 INFO O| Oct 18 22:49:59.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48512024-10-18T22:49:59.898Z[ recovery-image] Oct 18 22:49:59.082 INFO O| Oct 18 22:49:59.082 INFO STEP 231 (remove_files) COMPLETE
48522024-10-18T22:49:59.898Z[ recovery-image] Oct 18 22:49:59.082 INFO O| Oct 18 22:49:59.082 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-10-18T22:49:59.906Z[ recovery-image] Oct 18 22:49:59.093 INFO O| Oct 18 22:49:59.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48542024-10-18T22:49:59.906Z[ recovery-image] Oct 18 22:49:59.093 INFO O| Oct 18 22:49:59.093 INFO STEP 232 (remove_files) COMPLETE
48552024-10-18T22:49:59.909Z[ recovery-image] Oct 18 22:49:59.093 INFO O| Oct 18 22:49:59.093 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-10-18T22:49:59.916Z[ recovery-image] Oct 18 22:49:59.102 INFO O| Oct 18 22:49:59.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48572024-10-18T22:49:59.916Z[ recovery-image] Oct 18 22:49:59.102 INFO O| Oct 18 22:49:59.102 INFO STEP 233 (remove_files) COMPLETE
48582024-10-18T22:49:59.918Z[ recovery-image] Oct 18 22:49:59.102 INFO O| Oct 18 22:49:59.102 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-10-18T22:49:59.926Z[ recovery-image] Oct 18 22:49:59.112 INFO O| Oct 18 22:49:59.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48602024-10-18T22:49:59.926Z[ recovery-image] Oct 18 22:49:59.112 INFO O| Oct 18 22:49:59.112 INFO STEP 234 (remove_files) COMPLETE
48612024-10-18T22:49:59.929Z[ recovery-image] Oct 18 22:49:59.112 INFO O| Oct 18 22:49:59.112 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-10-18T22:49:59.932Z[ host-image] Oct 18 22:49:59.119 INFO O| Oct 18 22:49:59.119 INFO O| Done
48632024-10-18T22:49:59.933Z[ host-image] Oct 18 22:49:59.119 INFO O| Oct 18 22:49:59.119 INFO O| Done
48642024-10-18T22:49:59.936Z[ recovery-image] Oct 18 22:49:59.122 INFO O| Oct 18 22:49:59.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48652024-10-18T22:49:59.938Z[ recovery-image] Oct 18 22:49:59.123 INFO O| Oct 18 22:49:59.123 INFO STEP 235 (remove_files) COMPLETE
48662024-10-18T22:49:59.938Z[ recovery-image] Oct 18 22:49:59.123 INFO O| Oct 18 22:49:59.123 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48672024-10-18T22:49:59.947Z[ recovery-image] Oct 18 22:49:59.133 INFO O| Oct 18 22:49:59.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48682024-10-18T22:49:59.949Z[ recovery-image] Oct 18 22:49:59.133 INFO O| Oct 18 22:49:59.133 INFO STEP 236 (remove_files) COMPLETE
48692024-10-18T22:49:59.949Z[ recovery-image] Oct 18 22:49:59.133 INFO O| Oct 18 22:49:59.133 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48702024-10-18T22:49:59.958Z[ recovery-image] Oct 18 22:49:59.144 INFO O| Oct 18 22:49:59.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48712024-10-18T22:49:59.958Z[ recovery-image] Oct 18 22:49:59.144 INFO O| Oct 18 22:49:59.144 INFO STEP 237 (remove_files) COMPLETE
48722024-10-18T22:49:59.958Z[ recovery-image] Oct 18 22:49:59.144 INFO O| Oct 18 22:49:59.144 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48732024-10-18T22:49:59.969Z[ recovery-image] Oct 18 22:49:59.155 INFO O| Oct 18 22:49:59.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48742024-10-18T22:49:59.969Z[ recovery-image] Oct 18 22:49:59.155 INFO O| Oct 18 22:49:59.155 INFO STEP 238 (remove_files) COMPLETE
48752024-10-18T22:49:59.969Z[ recovery-image] Oct 18 22:49:59.155 INFO O| Oct 18 22:49:59.155 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48762024-10-18T22:49:59.979Z[ recovery-image] Oct 18 22:49:59.165 INFO O| Oct 18 22:49:59.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48772024-10-18T22:49:59.981Z[ recovery-image] Oct 18 22:49:59.165 INFO O| Oct 18 22:49:59.165 INFO STEP 239 (remove_files) COMPLETE
48782024-10-18T22:49:59.981Z[ recovery-image] Oct 18 22:49:59.165 INFO O| Oct 18 22:49:59.165 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48792024-10-18T22:49:59.988Z[ recovery-image] Oct 18 22:49:59.174 INFO O| Oct 18 22:49:59.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48802024-10-18T22:49:59.988Z[ recovery-image] Oct 18 22:49:59.174 INFO O| Oct 18 22:49:59.174 INFO STEP 240 (remove_files) COMPLETE
48812024-10-18T22:49:59.988Z[ recovery-image] Oct 18 22:49:59.174 INFO O| Oct 18 22:49:59.174 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-10-18T22:49:59.998Z[ recovery-image] Oct 18 22:49:59.184 INFO O| Oct 18 22:49:59.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48832024-10-18T22:50:00.000Z[ recovery-image] Oct 18 22:49:59.184 INFO O| Oct 18 22:49:59.184 INFO STEP 241 (remove_files) COMPLETE
48842024-10-18T22:50:00.000Z[ recovery-image] Oct 18 22:49:59.184 INFO O| Oct 18 22:49:59.184 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48852024-10-18T22:50:00.008Z[ recovery-image] Oct 18 22:49:59.194 INFO O| Oct 18 22:49:59.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48862024-10-18T22:50:00.008Z[ recovery-image] Oct 18 22:49:59.194 INFO O| Oct 18 22:49:59.194 INFO STEP 242 (remove_files) COMPLETE
48872024-10-18T22:50:00.008Z[ recovery-image] Oct 18 22:49:59.194 INFO O| Oct 18 22:49:59.194 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48882024-10-18T22:50:00.017Z[ recovery-image] Oct 18 22:49:59.203 INFO O| Oct 18 22:49:59.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48892024-10-18T22:50:00.019Z[ recovery-image] Oct 18 22:49:59.203 INFO O| Oct 18 22:49:59.203 INFO STEP 243 (remove_files) COMPLETE
48902024-10-18T22:50:00.019Z[ recovery-image] Oct 18 22:49:59.203 INFO O| Oct 18 22:49:59.203 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48912024-10-18T22:50:00.027Z[ recovery-image] Oct 18 22:49:59.213 INFO O| Oct 18 22:49:59.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48922024-10-18T22:50:00.027Z[ recovery-image] Oct 18 22:49:59.213 INFO O| Oct 18 22:49:59.213 INFO STEP 244 (remove_files) COMPLETE
48932024-10-18T22:50:00.029Z[ recovery-image] Oct 18 22:49:59.214 INFO O| Oct 18 22:49:59.213 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48942024-10-18T22:50:00.037Z[ recovery-image] Oct 18 22:49:59.223 INFO O| Oct 18 22:49:59.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48952024-10-18T22:50:00.037Z[ recovery-image] Oct 18 22:49:59.223 INFO O| Oct 18 22:49:59.223 INFO STEP 245 (remove_files) COMPLETE
48962024-10-18T22:50:00.037Z[ recovery-image] Oct 18 22:49:59.223 INFO O| Oct 18 22:49:59.223 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48972024-10-18T22:50:00.047Z[ recovery-image] Oct 18 22:49:59.233 INFO O| Oct 18 22:49:59.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
48982024-10-18T22:50:00.049Z[ recovery-image] Oct 18 22:49:59.233 INFO O| Oct 18 22:49:59.233 INFO STEP 246 (remove_files) COMPLETE
48992024-10-18T22:50:00.049Z[ recovery-image] Oct 18 22:49:59.233 INFO O| Oct 18 22:49:59.233 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49002024-10-18T22:50:00.056Z[ recovery-image] Oct 18 22:49:59.243 INFO O| Oct 18 22:49:59.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
49012024-10-18T22:50:00.056Z[ recovery-image] Oct 18 22:49:59.243 INFO O| Oct 18 22:49:59.243 INFO STEP 247 (remove_files) COMPLETE
49022024-10-18T22:50:00.059Z[ recovery-image] Oct 18 22:49:59.243 INFO O| Oct 18 22:49:59.243 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49032024-10-18T22:50:00.066Z[ recovery-image] Oct 18 22:49:59.252 INFO O| Oct 18 22:49:59.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
49042024-10-18T22:50:00.066Z[ recovery-image] Oct 18 22:49:59.252 INFO O| Oct 18 22:49:59.252 INFO STEP 248 (remove_files) COMPLETE
49052024-10-18T22:50:00.066Z[ recovery-image] Oct 18 22:49:59.252 INFO O| Oct 18 22:49:59.252 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49062024-10-18T22:50:00.076Z[ recovery-image] Oct 18 22:49:59.262 INFO O| Oct 18 22:49:59.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
49072024-10-18T22:50:00.079Z[ recovery-image] Oct 18 22:49:59.262 INFO O| Oct 18 22:49:59.262 INFO STEP 249 (remove_files) COMPLETE
49082024-10-18T22:50:00.079Z[ recovery-image] Oct 18 22:49:59.262 INFO O| Oct 18 22:49:59.262 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49092024-10-18T22:50:00.086Z[ recovery-image] Oct 18 22:49:59.272 INFO O| Oct 18 22:49:59.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
49102024-10-18T22:50:00.086Z[ recovery-image] Oct 18 22:49:59.272 INFO O| Oct 18 22:49:59.272 INFO STEP 250 (remove_files) COMPLETE
49112024-10-18T22:50:00.086Z[ recovery-image] Oct 18 22:49:59.272 INFO O| Oct 18 22:49:59.272 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49122024-10-18T22:50:00.095Z[ recovery-image] Oct 18 22:49:59.281 INFO O| Oct 18 22:49:59.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
49132024-10-18T22:50:00.095Z[ recovery-image] Oct 18 22:49:59.281 INFO O| Oct 18 22:49:59.281 INFO STEP 251 (remove_files) COMPLETE
49142024-10-18T22:50:00.098Z[ recovery-image] Oct 18 22:49:59.281 INFO O| Oct 18 22:49:59.281 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49152024-10-18T22:50:00.105Z[ recovery-image] Oct 18 22:49:59.291 INFO O| Oct 18 22:49:59.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
49162024-10-18T22:50:00.105Z[ recovery-image] Oct 18 22:49:59.291 INFO O| Oct 18 22:49:59.291 INFO STEP 252 (remove_files) COMPLETE
49172024-10-18T22:50:00.105Z[ recovery-image] Oct 18 22:49:59.291 INFO O| Oct 18 22:49:59.291 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49182024-10-18T22:50:00.114Z[ recovery-image] Oct 18 22:49:59.300 INFO O| Oct 18 22:49:59.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49192024-10-18T22:50:00.114Z[ recovery-image] Oct 18 22:49:59.300 INFO O| Oct 18 22:49:59.300 INFO STEP 253 (remove_files) COMPLETE
49202024-10-18T22:50:00.114Z[ recovery-image] Oct 18 22:49:59.301 INFO O| Oct 18 22:49:59.300 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49212024-10-18T22:50:00.124Z[ recovery-image] Oct 18 22:49:59.310 INFO O| Oct 18 22:49:59.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49222024-10-18T22:50:00.124Z[ recovery-image] Oct 18 22:49:59.310 INFO O| Oct 18 22:49:59.310 INFO STEP 254 (remove_files) COMPLETE
49232024-10-18T22:50:00.126Z[ recovery-image] Oct 18 22:49:59.310 INFO O| Oct 18 22:49:59.310 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49242024-10-18T22:50:00.134Z[ recovery-image] Oct 18 22:49:59.320 INFO O| Oct 18 22:49:59.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49252024-10-18T22:50:00.134Z[ recovery-image] Oct 18 22:49:59.320 INFO O| Oct 18 22:49:59.320 INFO STEP 255 (remove_files) COMPLETE
49262024-10-18T22:50:00.136Z[ recovery-image] Oct 18 22:49:59.320 INFO O| Oct 18 22:49:59.320 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49272024-10-18T22:50:00.143Z[ recovery-image] Oct 18 22:49:59.329 INFO O| Oct 18 22:49:59.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49282024-10-18T22:50:00.143Z[ recovery-image] Oct 18 22:49:59.330 INFO O| Oct 18 22:49:59.330 INFO STEP 256 (remove_files) COMPLETE
49292024-10-18T22:50:00.146Z[ recovery-image] Oct 18 22:49:59.330 INFO O| Oct 18 22:49:59.330 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49302024-10-18T22:50:00.153Z[ recovery-image] Oct 18 22:49:59.339 INFO O| Oct 18 22:49:59.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49312024-10-18T22:50:00.155Z[ recovery-image] Oct 18 22:49:59.339 INFO O| Oct 18 22:49:59.339 INFO STEP 257 (remove_files) COMPLETE
49322024-10-18T22:50:00.155Z[ recovery-image] Oct 18 22:49:59.339 INFO O| Oct 18 22:49:59.339 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49332024-10-18T22:50:00.163Z[ recovery-image] Oct 18 22:49:59.349 INFO O| Oct 18 22:49:59.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49342024-10-18T22:50:00.165Z[ recovery-image] Oct 18 22:49:59.349 INFO O| Oct 18 22:49:59.349 INFO STEP 258 (remove_files) COMPLETE
49352024-10-18T22:50:00.165Z[ recovery-image] Oct 18 22:49:59.349 INFO O| Oct 18 22:49:59.349 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49362024-10-18T22:50:00.173Z[ recovery-image] Oct 18 22:49:59.359 INFO O| Oct 18 22:49:59.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49372024-10-18T22:50:00.173Z[ recovery-image] Oct 18 22:49:59.359 INFO O| Oct 18 22:49:59.359 INFO STEP 259 (remove_files) COMPLETE
49382024-10-18T22:50:00.175Z[ recovery-image] Oct 18 22:49:59.359 INFO O| Oct 18 22:49:59.359 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49392024-10-18T22:50:00.182Z[ recovery-image] Oct 18 22:49:59.368 INFO O| Oct 18 22:49:59.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49402024-10-18T22:50:00.182Z[ recovery-image] Oct 18 22:49:59.368 INFO O| Oct 18 22:49:59.368 INFO STEP 260 (remove_files) COMPLETE
49412024-10-18T22:50:00.184Z[ recovery-image] Oct 18 22:49:59.368 INFO O| Oct 18 22:49:59.368 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49422024-10-18T22:50:00.192Z[ recovery-image] Oct 18 22:49:59.378 INFO O| Oct 18 22:49:59.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49432024-10-18T22:50:00.192Z[ recovery-image] Oct 18 22:49:59.378 INFO O| Oct 18 22:49:59.378 INFO STEP 261 (remove_files) COMPLETE
49442024-10-18T22:50:00.194Z[ recovery-image] Oct 18 22:49:59.378 INFO O| Oct 18 22:49:59.378 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49452024-10-18T22:50:00.201Z[ recovery-image] Oct 18 22:49:59.387 INFO O| Oct 18 22:49:59.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49462024-10-18T22:50:00.201Z[ recovery-image] Oct 18 22:49:59.388 INFO O| Oct 18 22:49:59.387 INFO STEP 262 (remove_files) COMPLETE
49472024-10-18T22:50:00.204Z[ recovery-image] Oct 18 22:49:59.388 INFO O| Oct 18 22:49:59.387 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49482024-10-18T22:50:00.211Z[ recovery-image] Oct 18 22:49:59.397 INFO O| Oct 18 22:49:59.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49492024-10-18T22:50:00.213Z[ recovery-image] Oct 18 22:49:59.397 INFO O| Oct 18 22:49:59.397 INFO STEP 263 (remove_files) COMPLETE
49502024-10-18T22:50:00.213Z[ recovery-image] Oct 18 22:49:59.397 INFO O| Oct 18 22:49:59.397 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49512024-10-18T22:50:00.221Z[ recovery-image] Oct 18 22:49:59.407 INFO O| Oct 18 22:49:59.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49522024-10-18T22:50:00.221Z[ recovery-image] Oct 18 22:49:59.407 INFO O| Oct 18 22:49:59.407 INFO STEP 264 (remove_files) COMPLETE
49532024-10-18T22:50:00.223Z[ recovery-image] Oct 18 22:49:59.407 INFO O| Oct 18 22:49:59.407 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49542024-10-18T22:50:00.232Z[ recovery-image] Oct 18 22:49:59.418 INFO O| Oct 18 22:49:59.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49552024-10-18T22:50:00.232Z[ recovery-image] Oct 18 22:49:59.418 INFO O| Oct 18 22:49:59.418 INFO STEP 265 (remove_files) COMPLETE
49562024-10-18T22:50:00.234Z[ recovery-image] Oct 18 22:49:59.418 INFO O| Oct 18 22:49:59.418 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49572024-10-18T22:50:00.241Z[ recovery-image] Oct 18 22:49:59.427 INFO O| Oct 18 22:49:59.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49582024-10-18T22:50:00.241Z[ recovery-image] Oct 18 22:49:59.428 INFO O| Oct 18 22:49:59.428 INFO STEP 266 (remove_files) COMPLETE
49592024-10-18T22:50:00.244Z[ recovery-image] Oct 18 22:49:59.428 INFO O| Oct 18 22:49:59.428 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49602024-10-18T22:50:00.251Z[ recovery-image] Oct 18 22:49:59.437 INFO O| Oct 18 22:49:59.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49612024-10-18T22:50:00.251Z[ recovery-image] Oct 18 22:49:59.437 INFO O| Oct 18 22:49:59.437 INFO STEP 267 (remove_files) COMPLETE
49622024-10-18T22:50:00.253Z[ recovery-image] Oct 18 22:49:59.437 INFO O| Oct 18 22:49:59.437 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49632024-10-18T22:50:00.261Z[ recovery-image] Oct 18 22:49:59.447 INFO O| Oct 18 22:49:59.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49642024-10-18T22:50:00.261Z[ recovery-image] Oct 18 22:49:59.447 INFO O| Oct 18 22:49:59.447 INFO STEP 268 (remove_files) COMPLETE
49652024-10-18T22:50:00.261Z[ recovery-image] Oct 18 22:49:59.447 INFO O| Oct 18 22:49:59.447 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49662024-10-18T22:50:00.270Z[ recovery-image] Oct 18 22:49:59.457 INFO O| Oct 18 22:49:59.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49672024-10-18T22:50:00.270Z[ recovery-image] Oct 18 22:49:59.457 INFO O| Oct 18 22:49:59.457 INFO STEP 269 (remove_files) COMPLETE
49682024-10-18T22:50:00.273Z[ recovery-image] Oct 18 22:49:59.457 INFO O| Oct 18 22:49:59.457 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49692024-10-18T22:50:00.280Z[ recovery-image] Oct 18 22:49:59.466 INFO O| Oct 18 22:49:59.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49702024-10-18T22:50:00.282Z[ recovery-image] Oct 18 22:49:59.466 INFO O| Oct 18 22:49:59.466 INFO STEP 270 (remove_files) COMPLETE
49712024-10-18T22:50:00.282Z[ recovery-image] Oct 18 22:49:59.466 INFO O| Oct 18 22:49:59.466 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49722024-10-18T22:50:00.290Z[ recovery-image] Oct 18 22:49:59.476 INFO O| Oct 18 22:49:59.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49732024-10-18T22:50:00.290Z[ recovery-image] Oct 18 22:49:59.476 INFO O| Oct 18 22:49:59.476 INFO STEP 271 (remove_files) COMPLETE
49742024-10-18T22:50:00.290Z[ recovery-image] Oct 18 22:49:59.476 INFO O| Oct 18 22:49:59.476 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49752024-10-18T22:50:00.300Z[ recovery-image] Oct 18 22:49:59.486 INFO O| Oct 18 22:49:59.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49762024-10-18T22:50:00.300Z[ recovery-image] Oct 18 22:49:59.486 INFO O| Oct 18 22:49:59.486 INFO STEP 272 (remove_files) COMPLETE
49772024-10-18T22:50:00.302Z[ recovery-image] Oct 18 22:49:59.486 INFO O| Oct 18 22:49:59.486 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49782024-10-18T22:50:00.309Z[ recovery-image] Oct 18 22:49:59.495 INFO O| Oct 18 22:49:59.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49792024-10-18T22:50:00.309Z[ recovery-image] Oct 18 22:49:59.495 INFO O| Oct 18 22:49:59.495 INFO STEP 273 (remove_files) COMPLETE
49802024-10-18T22:50:00.311Z[ recovery-image] Oct 18 22:49:59.495 INFO O| Oct 18 22:49:59.495 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49812024-10-18T22:50:00.319Z[ recovery-image] Oct 18 22:49:59.505 INFO O| Oct 18 22:49:59.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49822024-10-18T22:50:00.319Z[ recovery-image] Oct 18 22:49:59.505 INFO O| Oct 18 22:49:59.505 INFO STEP 274 (remove_files) COMPLETE
49832024-10-18T22:50:00.319Z[ recovery-image] Oct 18 22:49:59.505 INFO O| Oct 18 22:49:59.505 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49842024-10-18T22:50:00.328Z[ recovery-image] Oct 18 22:49:59.514 INFO O| Oct 18 22:49:59.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49852024-10-18T22:50:00.329Z[ recovery-image] Oct 18 22:49:59.515 INFO O| Oct 18 22:49:59.515 INFO STEP 275 (remove_files) COMPLETE
49862024-10-18T22:50:00.331Z[ recovery-image] Oct 18 22:49:59.515 INFO O| Oct 18 22:49:59.515 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49872024-10-18T22:50:00.338Z[ recovery-image] Oct 18 22:49:59.524 INFO O| Oct 18 22:49:59.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49882024-10-18T22:50:00.340Z[ recovery-image] Oct 18 22:49:59.524 INFO O| Oct 18 22:49:59.524 INFO STEP 276 (remove_files) COMPLETE
49892024-10-18T22:50:00.340Z[ recovery-image] Oct 18 22:49:59.524 INFO O| Oct 18 22:49:59.524 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49902024-10-18T22:50:00.348Z[ recovery-image] Oct 18 22:49:59.534 INFO O| Oct 18 22:49:59.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49912024-10-18T22:50:00.348Z[ recovery-image] Oct 18 22:49:59.534 INFO O| Oct 18 22:49:59.534 INFO STEP 277 (remove_files) COMPLETE
49922024-10-18T22:50:00.350Z[ recovery-image] Oct 18 22:49:59.534 INFO O| Oct 18 22:49:59.534 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49932024-10-18T22:50:00.358Z[ recovery-image] Oct 18 22:49:59.544 INFO O| Oct 18 22:49:59.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49942024-10-18T22:50:00.360Z[ recovery-image] Oct 18 22:49:59.544 INFO O| Oct 18 22:49:59.544 INFO STEP 278 (remove_files) COMPLETE
49952024-10-18T22:50:00.360Z[ recovery-image] Oct 18 22:49:59.544 INFO O| Oct 18 22:49:59.544 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49962024-10-18T22:50:00.368Z[ recovery-image] Oct 18 22:49:59.554 INFO O| Oct 18 22:49:59.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
49972024-10-18T22:50:00.370Z[ recovery-image] Oct 18 22:49:59.554 INFO O| Oct 18 22:49:59.554 INFO STEP 279 (remove_files) COMPLETE
49982024-10-18T22:50:00.370Z[ recovery-image] Oct 18 22:49:59.554 INFO O| Oct 18 22:49:59.554 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49992024-10-18T22:50:00.377Z[ recovery-image] Oct 18 22:49:59.563 INFO O| Oct 18 22:49:59.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
50002024-10-18T22:50:00.379Z[ recovery-image] Oct 18 22:49:59.563 INFO O| Oct 18 22:49:59.563 INFO STEP 280 (remove_files) COMPLETE
50012024-10-18T22:50:00.379Z[ recovery-image] Oct 18 22:49:59.563 INFO O| Oct 18 22:49:59.563 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50022024-10-18T22:50:00.387Z[ recovery-image] Oct 18 22:49:59.573 INFO O| Oct 18 22:49:59.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
50032024-10-18T22:50:00.387Z[ recovery-image] Oct 18 22:49:59.573 INFO O| Oct 18 22:49:59.573 INFO STEP 281 (remove_files) COMPLETE
50042024-10-18T22:50:00.387Z[ recovery-image] Oct 18 22:49:59.573 INFO O| Oct 18 22:49:59.573 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50052024-10-18T22:50:00.393Z[ host-image] Oct 18 22:49:59.578 INFO O| Oct 18 22:49:59.578 INFO O| Done
50062024-10-18T22:50:00.397Z[ recovery-image] Oct 18 22:49:59.583 INFO O| Oct 18 22:49:59.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
50072024-10-18T22:50:00.397Z[ recovery-image] Oct 18 22:49:59.583 INFO O| Oct 18 22:49:59.583 INFO STEP 282 (remove_files) COMPLETE
50082024-10-18T22:50:00.399Z[ recovery-image] Oct 18 22:49:59.583 INFO O| Oct 18 22:49:59.583 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-10-18T22:50:00.407Z[ recovery-image] Oct 18 22:49:59.593 INFO O| Oct 18 22:49:59.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50102024-10-18T22:50:00.410Z[ recovery-image] Oct 18 22:49:59.593 INFO O| Oct 18 22:49:59.593 INFO STEP 283 (remove_files) COMPLETE
50112024-10-18T22:50:00.410Z[ recovery-image] Oct 18 22:49:59.593 INFO O| Oct 18 22:49:59.593 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-10-18T22:50:00.417Z[ recovery-image] Oct 18 22:49:59.603 INFO O| Oct 18 22:49:59.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50132024-10-18T22:50:00.417Z[ recovery-image] Oct 18 22:49:59.603 INFO O| Oct 18 22:49:59.603 INFO STEP 284 (remove_files) COMPLETE
50142024-10-18T22:50:00.419Z[ recovery-image] Oct 18 22:49:59.603 INFO O| Oct 18 22:49:59.603 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-10-18T22:50:00.427Z[ recovery-image] Oct 18 22:49:59.613 INFO O| Oct 18 22:49:59.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50162024-10-18T22:50:00.429Z[ recovery-image] Oct 18 22:49:59.614 INFO O| Oct 18 22:49:59.614 INFO STEP 285 (remove_files) COMPLETE
50172024-10-18T22:50:00.429Z[ recovery-image] Oct 18 22:49:59.614 INFO O| Oct 18 22:49:59.614 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-10-18T22:50:00.438Z[ recovery-image] Oct 18 22:49:59.624 INFO O| Oct 18 22:49:59.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50192024-10-18T22:50:00.438Z[ recovery-image] Oct 18 22:49:59.624 INFO O| Oct 18 22:49:59.624 INFO STEP 286 (remove_files) COMPLETE
50202024-10-18T22:50:00.440Z[ recovery-image] Oct 18 22:49:59.624 INFO O| Oct 18 22:49:59.624 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-10-18T22:50:00.447Z[ recovery-image] Oct 18 22:49:59.633 INFO O| Oct 18 22:49:59.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50222024-10-18T22:50:00.449Z[ recovery-image] Oct 18 22:49:59.634 INFO O| Oct 18 22:49:59.633 INFO STEP 287 (remove_files) COMPLETE
50232024-10-18T22:50:00.449Z[ recovery-image] Oct 18 22:49:59.634 INFO O| Oct 18 22:49:59.634 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-10-18T22:50:00.457Z[ recovery-image] Oct 18 22:49:59.643 INFO O| Oct 18 22:49:59.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50252024-10-18T22:50:00.457Z[ recovery-image] Oct 18 22:49:59.643 INFO O| Oct 18 22:49:59.643 INFO STEP 288 (remove_files) COMPLETE
50262024-10-18T22:50:00.460Z[ recovery-image] Oct 18 22:49:59.643 INFO O| Oct 18 22:49:59.643 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-10-18T22:50:00.467Z[ recovery-image] Oct 18 22:49:59.653 INFO O| Oct 18 22:49:59.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50282024-10-18T22:50:00.467Z[ recovery-image] Oct 18 22:49:59.653 INFO O| Oct 18 22:49:59.653 INFO STEP 289 (remove_files) COMPLETE
50292024-10-18T22:50:00.467Z[ recovery-image] Oct 18 22:49:59.653 INFO O| Oct 18 22:49:59.653 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-10-18T22:50:00.477Z[ recovery-image] Oct 18 22:49:59.663 INFO O| Oct 18 22:49:59.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50312024-10-18T22:50:00.477Z[ recovery-image] Oct 18 22:49:59.663 INFO O| Oct 18 22:49:59.663 INFO STEP 290 (remove_files) COMPLETE
50322024-10-18T22:50:00.480Z[ recovery-image] Oct 18 22:49:59.663 INFO O| Oct 18 22:49:59.663 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-10-18T22:50:00.488Z[ recovery-image] Oct 18 22:49:59.673 INFO O| Oct 18 22:49:59.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50342024-10-18T22:50:00.488Z[ recovery-image] Oct 18 22:49:59.674 INFO O| Oct 18 22:49:59.673 INFO STEP 291 (remove_files) COMPLETE
50352024-10-18T22:50:00.488Z[ recovery-image] Oct 18 22:49:59.674 INFO O| Oct 18 22:49:59.674 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-10-18T22:50:00.498Z[ recovery-image] Oct 18 22:49:59.683 INFO O| Oct 18 22:49:59.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50372024-10-18T22:50:00.498Z[ recovery-image] Oct 18 22:49:59.684 INFO O| Oct 18 22:49:59.683 INFO STEP 292 (remove_files) COMPLETE
50382024-10-18T22:50:00.500Z[ recovery-image] Oct 18 22:49:59.684 INFO O| Oct 18 22:49:59.684 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-10-18T22:50:00.508Z[ recovery-image] Oct 18 22:49:59.694 INFO O| Oct 18 22:49:59.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50402024-10-18T22:50:00.509Z[ recovery-image] Oct 18 22:49:59.694 INFO O| Oct 18 22:49:59.694 INFO STEP 293 (remove_files) COMPLETE
50412024-10-18T22:50:00.509Z[ recovery-image] Oct 18 22:49:59.694 INFO O| Oct 18 22:49:59.694 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-10-18T22:50:00.518Z[ recovery-image] Oct 18 22:49:59.704 INFO O| Oct 18 22:49:59.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50432024-10-18T22:50:00.521Z[ recovery-image] Oct 18 22:49:59.704 INFO O| Oct 18 22:49:59.704 INFO STEP 294 (remove_files) COMPLETE
50442024-10-18T22:50:00.521Z[ recovery-image] Oct 18 22:49:59.704 INFO O| Oct 18 22:49:59.704 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-10-18T22:50:00.528Z[ recovery-image] Oct 18 22:49:59.714 INFO O| Oct 18 22:49:59.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50462024-10-18T22:50:00.528Z[ recovery-image] Oct 18 22:49:59.714 INFO O| Oct 18 22:49:59.714 INFO STEP 295 (remove_files) COMPLETE
50472024-10-18T22:50:00.530Z[ recovery-image] Oct 18 22:49:59.714 INFO O| Oct 18 22:49:59.714 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-10-18T22:50:00.538Z[ recovery-image] Oct 18 22:49:59.724 INFO O| Oct 18 22:49:59.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50492024-10-18T22:50:00.538Z[ recovery-image] Oct 18 22:49:59.724 INFO O| Oct 18 22:49:59.724 INFO STEP 296 (remove_files) COMPLETE
50502024-10-18T22:50:00.538Z[ recovery-image] Oct 18 22:49:59.724 INFO O| Oct 18 22:49:59.724 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-10-18T22:50:00.548Z[ recovery-image] Oct 18 22:49:59.734 INFO O| Oct 18 22:49:59.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50522024-10-18T22:50:00.548Z[ recovery-image] Oct 18 22:49:59.734 INFO O| Oct 18 22:49:59.734 INFO STEP 297 (remove_files) COMPLETE
50532024-10-18T22:50:00.550Z[ recovery-image] Oct 18 22:49:59.734 INFO O| Oct 18 22:49:59.734 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-10-18T22:50:00.558Z[ recovery-image] Oct 18 22:49:59.744 INFO O| Oct 18 22:49:59.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50552024-10-18T22:50:00.558Z[ recovery-image] Oct 18 22:49:59.744 INFO O| Oct 18 22:49:59.744 INFO STEP 298 (remove_files) COMPLETE
50562024-10-18T22:50:00.558Z[ recovery-image] Oct 18 22:49:59.744 INFO O| Oct 18 22:49:59.744 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-10-18T22:50:00.568Z[ recovery-image] Oct 18 22:49:59.754 INFO O| Oct 18 22:49:59.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50582024-10-18T22:50:00.568Z[ recovery-image] Oct 18 22:49:59.754 INFO O| Oct 18 22:49:59.754 INFO STEP 299 (remove_files) COMPLETE
50592024-10-18T22:50:00.571Z[ recovery-image] Oct 18 22:49:59.754 INFO O| Oct 18 22:49:59.754 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-10-18T22:50:00.577Z[ recovery-image] Oct 18 22:49:59.763 INFO O| Oct 18 22:49:59.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50612024-10-18T22:50:00.579Z[ recovery-image] Oct 18 22:49:59.763 INFO O| Oct 18 22:49:59.763 INFO STEP 300 (remove_files) COMPLETE
50622024-10-18T22:50:00.579Z[ recovery-image] Oct 18 22:49:59.763 INFO O| Oct 18 22:49:59.763 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-10-18T22:50:00.587Z[ recovery-image] Oct 18 22:49:59.773 INFO O| Oct 18 22:49:59.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50642024-10-18T22:50:00.587Z[ recovery-image] Oct 18 22:49:59.773 INFO O| Oct 18 22:49:59.773 INFO STEP 301 (remove_files) COMPLETE
50652024-10-18T22:50:00.589Z[ recovery-image] Oct 18 22:49:59.773 INFO O| Oct 18 22:49:59.773 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-10-18T22:50:00.597Z[ recovery-image] Oct 18 22:49:59.783 INFO O| Oct 18 22:49:59.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50672024-10-18T22:50:00.597Z[ recovery-image] Oct 18 22:49:59.783 INFO O| Oct 18 22:49:59.783 INFO STEP 302 (remove_files) COMPLETE
50682024-10-18T22:50:00.597Z[ recovery-image] Oct 18 22:49:59.783 INFO O| Oct 18 22:49:59.783 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-10-18T22:50:00.608Z[ recovery-image] Oct 18 22:49:59.794 INFO O| Oct 18 22:49:59.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50702024-10-18T22:50:00.608Z[ recovery-image] Oct 18 22:49:59.794 INFO O| Oct 18 22:49:59.794 INFO STEP 303 (remove_files) COMPLETE
50712024-10-18T22:50:00.610Z[ recovery-image] Oct 18 22:49:59.794 INFO O| Oct 18 22:49:59.794 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-10-18T22:50:00.617Z[ recovery-image] Oct 18 22:49:59.803 INFO O| Oct 18 22:49:59.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50732024-10-18T22:50:00.619Z[ recovery-image] Oct 18 22:49:59.803 INFO O| Oct 18 22:49:59.803 INFO STEP 304 (remove_files) COMPLETE
50742024-10-18T22:50:00.619Z[ recovery-image] Oct 18 22:49:59.803 INFO O| Oct 18 22:49:59.803 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-10-18T22:50:00.627Z[ recovery-image] Oct 18 22:49:59.813 INFO O| Oct 18 22:49:59.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50762024-10-18T22:50:00.628Z[ recovery-image] Oct 18 22:49:59.814 INFO O| Oct 18 22:49:59.813 INFO STEP 305 (remove_files) COMPLETE
50772024-10-18T22:50:00.628Z[ recovery-image] Oct 18 22:49:59.814 INFO O| Oct 18 22:49:59.814 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-10-18T22:50:00.637Z[ recovery-image] Oct 18 22:49:59.823 INFO O| Oct 18 22:49:59.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50792024-10-18T22:50:00.637Z[ recovery-image] Oct 18 22:49:59.823 INFO O| Oct 18 22:49:59.823 INFO STEP 306 (remove_files) COMPLETE
50802024-10-18T22:50:00.640Z[ recovery-image] Oct 18 22:49:59.823 INFO O| Oct 18 22:49:59.823 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-10-18T22:50:00.647Z[ recovery-image] Oct 18 22:49:59.833 INFO O| Oct 18 22:49:59.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50822024-10-18T22:50:00.647Z[ recovery-image] Oct 18 22:49:59.833 INFO O| Oct 18 22:49:59.833 INFO STEP 307 (remove_files) COMPLETE
50832024-10-18T22:50:00.649Z[ recovery-image] Oct 18 22:49:59.833 INFO O| Oct 18 22:49:59.833 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-10-18T22:50:00.656Z[ recovery-image] Oct 18 22:49:59.842 INFO O| Oct 18 22:49:59.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50852024-10-18T22:50:00.656Z[ recovery-image] Oct 18 22:49:59.842 INFO O| Oct 18 22:49:59.842 INFO STEP 308 (remove_files) COMPLETE
50862024-10-18T22:50:00.656Z[ recovery-image] Oct 18 22:49:59.842 INFO O| Oct 18 22:49:59.842 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-10-18T22:50:00.666Z[ recovery-image] Oct 18 22:49:59.852 INFO O| Oct 18 22:49:59.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50882024-10-18T22:50:00.666Z[ recovery-image] Oct 18 22:49:59.852 INFO O| Oct 18 22:49:59.852 INFO STEP 309 (remove_files) COMPLETE
50892024-10-18T22:50:00.666Z[ recovery-image] Oct 18 22:49:59.852 INFO O| Oct 18 22:49:59.852 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-10-18T22:50:00.676Z[ recovery-image] Oct 18 22:49:59.862 INFO O| Oct 18 22:49:59.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50912024-10-18T22:50:00.676Z[ recovery-image] Oct 18 22:49:59.862 INFO O| Oct 18 22:49:59.862 INFO STEP 310 (remove_files) COMPLETE
50922024-10-18T22:50:00.676Z[ recovery-image] Oct 18 22:49:59.862 INFO O| Oct 18 22:49:59.862 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-10-18T22:50:00.685Z[ recovery-image] Oct 18 22:49:59.871 INFO O| Oct 18 22:49:59.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50942024-10-18T22:50:00.685Z[ recovery-image] Oct 18 22:49:59.871 INFO O| Oct 18 22:49:59.871 INFO STEP 311 (remove_files) COMPLETE
50952024-10-18T22:50:00.687Z[ recovery-image] Oct 18 22:49:59.871 INFO O| Oct 18 22:49:59.871 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-10-18T22:50:00.695Z[ recovery-image] Oct 18 22:49:59.881 INFO O| Oct 18 22:49:59.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
50972024-10-18T22:50:00.695Z[ recovery-image] Oct 18 22:49:59.881 INFO O| Oct 18 22:49:59.881 INFO STEP 312 (remove_files) COMPLETE
50982024-10-18T22:50:00.697Z[ recovery-image] Oct 18 22:49:59.881 INFO O| Oct 18 22:49:59.881 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-10-18T22:50:00.705Z[ recovery-image] Oct 18 22:49:59.891 INFO O| Oct 18 22:49:59.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
51002024-10-18T22:50:00.705Z[ recovery-image] Oct 18 22:49:59.891 INFO O| Oct 18 22:49:59.891 INFO STEP 313 (remove_files) COMPLETE
51012024-10-18T22:50:00.707Z[ recovery-image] Oct 18 22:49:59.891 INFO O| Oct 18 22:49:59.891 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-10-18T22:50:00.714Z[ recovery-image] Oct 18 22:49:59.900 INFO O| Oct 18 22:49:59.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
51032024-10-18T22:50:00.714Z[ recovery-image] Oct 18 22:49:59.900 INFO O| Oct 18 22:49:59.900 INFO STEP 314 (remove_files) COMPLETE
51042024-10-18T22:50:00.716Z[ recovery-image] Oct 18 22:49:59.900 INFO O| Oct 18 22:49:59.900 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-10-18T22:50:00.724Z[ recovery-image] Oct 18 22:49:59.910 INFO O| Oct 18 22:49:59.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
51062024-10-18T22:50:00.724Z[ recovery-image] Oct 18 22:49:59.910 INFO O| Oct 18 22:49:59.910 INFO STEP 315 (remove_files) COMPLETE
51072024-10-18T22:50:00.726Z[ recovery-image] Oct 18 22:49:59.910 INFO O| Oct 18 22:49:59.910 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-10-18T22:50:00.734Z[ recovery-image] Oct 18 22:49:59.920 INFO O| Oct 18 22:49:59.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51092024-10-18T22:50:00.734Z[ recovery-image] Oct 18 22:49:59.920 INFO O| Oct 18 22:49:59.920 INFO STEP 316 (remove_files) COMPLETE
51102024-10-18T22:50:00.734Z[ recovery-image] Oct 18 22:49:59.920 INFO O| Oct 18 22:49:59.920 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-10-18T22:50:00.744Z[ recovery-image] Oct 18 22:49:59.930 INFO O| Oct 18 22:49:59.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51122024-10-18T22:50:00.744Z[ recovery-image] Oct 18 22:49:59.930 INFO O| Oct 18 22:49:59.930 INFO STEP 317 (remove_files) COMPLETE
51132024-10-18T22:50:00.746Z[ recovery-image] Oct 18 22:49:59.930 INFO O| Oct 18 22:49:59.930 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-10-18T22:50:00.755Z[ recovery-image] Oct 18 22:49:59.940 INFO O| Oct 18 22:49:59.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51152024-10-18T22:50:00.756Z[ recovery-image] Oct 18 22:49:59.941 INFO O| Oct 18 22:49:59.941 INFO STEP 318 (remove_files) COMPLETE
51162024-10-18T22:50:00.758Z[ recovery-image] Oct 18 22:49:59.941 INFO O| Oct 18 22:49:59.941 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-10-18T22:50:00.765Z[ recovery-image] Oct 18 22:49:59.951 INFO O| Oct 18 22:49:59.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51182024-10-18T22:50:00.765Z[ recovery-image] Oct 18 22:49:59.951 INFO O| Oct 18 22:49:59.951 INFO STEP 319 (remove_files) COMPLETE
51192024-10-18T22:50:00.765Z[ recovery-image] Oct 18 22:49:59.951 INFO O| Oct 18 22:49:59.951 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-10-18T22:50:00.774Z[ recovery-image] Oct 18 22:49:59.960 INFO O| Oct 18 22:49:59.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51212024-10-18T22:50:00.774Z[ recovery-image] Oct 18 22:49:59.960 INFO O| Oct 18 22:49:59.960 INFO STEP 320 (remove_files) COMPLETE
51222024-10-18T22:50:00.777Z[ recovery-image] Oct 18 22:49:59.960 INFO O| Oct 18 22:49:59.960 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-10-18T22:50:00.784Z[ recovery-image] Oct 18 22:49:59.970 INFO O| Oct 18 22:49:59.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51242024-10-18T22:50:00.784Z[ recovery-image] Oct 18 22:49:59.970 INFO O| Oct 18 22:49:59.970 INFO STEP 321 (remove_files) COMPLETE
51252024-10-18T22:50:00.784Z[ recovery-image] Oct 18 22:49:59.970 INFO O| Oct 18 22:49:59.970 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-10-18T22:50:00.793Z[ recovery-image] Oct 18 22:49:59.980 INFO O| Oct 18 22:49:59.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51272024-10-18T22:50:00.794Z[ recovery-image] Oct 18 22:49:59.980 INFO O| Oct 18 22:49:59.980 INFO STEP 322 (remove_files) COMPLETE
51282024-10-18T22:50:00.796Z[ recovery-image] Oct 18 22:49:59.980 INFO O| Oct 18 22:49:59.980 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-10-18T22:50:00.803Z[ recovery-image] Oct 18 22:49:59.989 INFO O| Oct 18 22:49:59.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51302024-10-18T22:50:00.803Z[ recovery-image] Oct 18 22:49:59.989 INFO O| Oct 18 22:49:59.989 INFO STEP 323 (remove_files) COMPLETE
51312024-10-18T22:50:00.805Z[ recovery-image] Oct 18 22:49:59.989 INFO O| Oct 18 22:49:59.989 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-10-18T22:50:00.813Z[ recovery-image] Oct 18 22:49:59.999 INFO O| Oct 18 22:49:59.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51332024-10-18T22:50:00.813Z[ recovery-image] Oct 18 22:49:59.999 INFO O| Oct 18 22:49:59.999 INFO STEP 324 (remove_files) COMPLETE
51342024-10-18T22:50:00.815Z[ recovery-image] Oct 18 22:49:59.999 INFO O| Oct 18 22:49:59.999 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-10-18T22:50:00.824Z[ recovery-image] Oct 18 22:50:00.010 INFO O| Oct 18 22:50:00.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51362024-10-18T22:50:00.824Z[ recovery-image] Oct 18 22:50:00.010 INFO O| Oct 18 22:50:00.010 INFO STEP 325 (remove_files) COMPLETE
51372024-10-18T22:50:00.824Z[ recovery-image] Oct 18 22:50:00.010 INFO O| Oct 18 22:50:00.010 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-10-18T22:50:00.833Z[ recovery-image] Oct 18 22:50:00.019 INFO O| Oct 18 22:50:00.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51392024-10-18T22:50:00.833Z[ recovery-image] Oct 18 22:50:00.019 INFO O| Oct 18 22:50:00.019 INFO STEP 326 (remove_files) COMPLETE
51402024-10-18T22:50:00.833Z[ recovery-image] Oct 18 22:50:00.019 INFO O| Oct 18 22:50:00.019 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-10-18T22:50:00.843Z[ recovery-image] Oct 18 22:50:00.029 INFO O| Oct 18 22:50:00.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51422024-10-18T22:50:00.845Z[ recovery-image] Oct 18 22:50:00.029 INFO O| Oct 18 22:50:00.029 INFO STEP 327 (remove_files) COMPLETE
51432024-10-18T22:50:00.845Z[ recovery-image] Oct 18 22:50:00.029 INFO O| Oct 18 22:50:00.029 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-10-18T22:50:00.853Z[ recovery-image] Oct 18 22:50:00.039 INFO O| Oct 18 22:50:00.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51452024-10-18T22:50:00.853Z[ recovery-image] Oct 18 22:50:00.039 INFO O| Oct 18 22:50:00.039 INFO STEP 328 (remove_files) COMPLETE
51462024-10-18T22:50:00.855Z[ recovery-image] Oct 18 22:50:00.039 INFO O| Oct 18 22:50:00.039 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-10-18T22:50:00.863Z[ recovery-image] Oct 18 22:50:00.049 INFO O| Oct 18 22:50:00.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51482024-10-18T22:50:00.863Z[ recovery-image] Oct 18 22:50:00.049 INFO O| Oct 18 22:50:00.049 INFO STEP 329 (remove_files) COMPLETE
51492024-10-18T22:50:00.866Z[ recovery-image] Oct 18 22:50:00.049 INFO O| Oct 18 22:50:00.049 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-10-18T22:50:00.873Z[ recovery-image] Oct 18 22:50:00.059 INFO O| Oct 18 22:50:00.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51512024-10-18T22:50:00.875Z[ recovery-image] Oct 18 22:50:00.059 INFO O| Oct 18 22:50:00.059 INFO STEP 330 (remove_files) COMPLETE
51522024-10-18T22:50:00.875Z[ recovery-image] Oct 18 22:50:00.059 INFO O| Oct 18 22:50:00.059 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-10-18T22:50:00.883Z[ recovery-image] Oct 18 22:50:00.068 INFO O| Oct 18 22:50:00.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51542024-10-18T22:50:00.883Z[ recovery-image] Oct 18 22:50:00.069 INFO O| Oct 18 22:50:00.069 INFO STEP 331 (remove_files) COMPLETE
51552024-10-18T22:50:00.883Z[ recovery-image] Oct 18 22:50:00.069 INFO O| Oct 18 22:50:00.069 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-10-18T22:50:00.892Z[ recovery-image] Oct 18 22:50:00.078 INFO O| Oct 18 22:50:00.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51572024-10-18T22:50:00.895Z[ recovery-image] Oct 18 22:50:00.079 INFO O| Oct 18 22:50:00.078 INFO STEP 332 (remove_files) COMPLETE
51582024-10-18T22:50:00.895Z[ recovery-image] Oct 18 22:50:00.079 INFO O| Oct 18 22:50:00.079 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-10-18T22:50:00.903Z[ recovery-image] Oct 18 22:50:00.088 INFO O| Oct 18 22:50:00.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51602024-10-18T22:50:00.905Z[ recovery-image] Oct 18 22:50:00.089 INFO O| Oct 18 22:50:00.089 INFO STEP 333 (remove_files) COMPLETE
51612024-10-18T22:50:00.905Z[ recovery-image] Oct 18 22:50:00.089 INFO O| Oct 18 22:50:00.089 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-10-18T22:50:00.912Z[ recovery-image] Oct 18 22:50:00.098 INFO O| Oct 18 22:50:00.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51632024-10-18T22:50:00.912Z[ recovery-image] Oct 18 22:50:00.098 INFO O| Oct 18 22:50:00.098 INFO STEP 334 (remove_files) COMPLETE
51642024-10-18T22:50:00.915Z[ recovery-image] Oct 18 22:50:00.098 INFO O| Oct 18 22:50:00.098 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-10-18T22:50:00.922Z[ recovery-image] Oct 18 22:50:00.108 INFO O| Oct 18 22:50:00.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51662024-10-18T22:50:00.922Z[ recovery-image] Oct 18 22:50:00.108 INFO O| Oct 18 22:50:00.108 INFO STEP 335 (remove_files) COMPLETE
51672024-10-18T22:50:00.924Z[ recovery-image] Oct 18 22:50:00.108 INFO O| Oct 18 22:50:00.108 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-10-18T22:50:00.932Z[ recovery-image] Oct 18 22:50:00.118 INFO O| Oct 18 22:50:00.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51692024-10-18T22:50:00.932Z[ recovery-image] Oct 18 22:50:00.118 INFO O| Oct 18 22:50:00.118 INFO STEP 336 (remove_files) COMPLETE
51702024-10-18T22:50:00.935Z[ recovery-image] Oct 18 22:50:00.118 INFO O| Oct 18 22:50:00.118 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-10-18T22:50:00.941Z[ recovery-image] Oct 18 22:50:00.127 INFO O| Oct 18 22:50:00.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51722024-10-18T22:50:00.941Z[ recovery-image] Oct 18 22:50:00.127 INFO O| Oct 18 22:50:00.127 INFO STEP 337 (remove_files) COMPLETE
51732024-10-18T22:50:00.944Z[ recovery-image] Oct 18 22:50:00.127 INFO O| Oct 18 22:50:00.127 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-10-18T22:50:00.952Z[ recovery-image] Oct 18 22:50:00.138 INFO O| Oct 18 22:50:00.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51752024-10-18T22:50:00.952Z[ recovery-image] Oct 18 22:50:00.138 INFO O| Oct 18 22:50:00.138 INFO STEP 338 (remove_files) COMPLETE
51762024-10-18T22:50:00.954Z[ recovery-image] Oct 18 22:50:00.138 INFO O| Oct 18 22:50:00.138 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-10-18T22:50:00.961Z[ recovery-image] Oct 18 22:50:00.147 INFO O| Oct 18 22:50:00.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51782024-10-18T22:50:00.961Z[ recovery-image] Oct 18 22:50:00.147 INFO O| Oct 18 22:50:00.147 INFO STEP 339 (remove_files) COMPLETE
51792024-10-18T22:50:00.964Z[ recovery-image] Oct 18 22:50:00.147 INFO O| Oct 18 22:50:00.147 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-10-18T22:50:00.971Z[ recovery-image] Oct 18 22:50:00.157 INFO O| Oct 18 22:50:00.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51812024-10-18T22:50:00.974Z[ recovery-image] Oct 18 22:50:00.157 INFO O| Oct 18 22:50:00.157 INFO STEP 340 (remove_files) COMPLETE
51822024-10-18T22:50:00.974Z[ recovery-image] Oct 18 22:50:00.157 INFO O| Oct 18 22:50:00.157 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-10-18T22:50:00.981Z[ recovery-image] Oct 18 22:50:00.167 INFO O| Oct 18 22:50:00.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51842024-10-18T22:50:00.981Z[ recovery-image] Oct 18 22:50:00.167 INFO O| Oct 18 22:50:00.167 INFO STEP 341 (remove_files) COMPLETE
51852024-10-18T22:50:00.981Z[ recovery-image] Oct 18 22:50:00.167 INFO O| Oct 18 22:50:00.167 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-10-18T22:50:00.991Z[ recovery-image] Oct 18 22:50:00.177 INFO O| Oct 18 22:50:00.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51872024-10-18T22:50:00.991Z[ recovery-image] Oct 18 22:50:00.177 INFO O| Oct 18 22:50:00.177 INFO STEP 342 (remove_files) COMPLETE
51882024-10-18T22:50:00.993Z[ recovery-image] Oct 18 22:50:00.177 INFO O| Oct 18 22:50:00.177 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-10-18T22:50:01.002Z[ recovery-image] Oct 18 22:50:00.188 INFO O| Oct 18 22:50:00.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51902024-10-18T22:50:01.002Z[ recovery-image] Oct 18 22:50:00.188 INFO O| Oct 18 22:50:00.188 INFO STEP 343 (remove_files) COMPLETE
51912024-10-18T22:50:01.005Z[ recovery-image] Oct 18 22:50:00.188 INFO O| Oct 18 22:50:00.188 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-10-18T22:50:01.013Z[ recovery-image] Oct 18 22:50:00.199 INFO O| Oct 18 22:50:00.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51932024-10-18T22:50:01.014Z[ recovery-image] Oct 18 22:50:00.200 INFO O| Oct 18 22:50:00.199 INFO STEP 344 (remove_files) COMPLETE
51942024-10-18T22:50:01.016Z[ recovery-image] Oct 18 22:50:00.200 INFO O| Oct 18 22:50:00.200 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-10-18T22:50:01.025Z[ recovery-image] Oct 18 22:50:00.210 INFO O| Oct 18 22:50:00.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51962024-10-18T22:50:01.025Z[ recovery-image] Oct 18 22:50:00.210 INFO O| Oct 18 22:50:00.210 INFO STEP 345 (remove_files) COMPLETE
51972024-10-18T22:50:01.025Z[ recovery-image] Oct 18 22:50:00.210 INFO O| Oct 18 22:50:00.210 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-10-18T22:50:01.035Z[ recovery-image] Oct 18 22:50:00.221 INFO O| Oct 18 22:50:00.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
51992024-10-18T22:50:01.035Z[ recovery-image] Oct 18 22:50:00.221 INFO O| Oct 18 22:50:00.221 INFO STEP 346 (remove_files) COMPLETE
52002024-10-18T22:50:01.035Z[ recovery-image] Oct 18 22:50:00.221 INFO O| Oct 18 22:50:00.221 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-10-18T22:50:01.045Z[ recovery-image] Oct 18 22:50:00.231 INFO O| Oct 18 22:50:00.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
52022024-10-18T22:50:01.045Z[ recovery-image] Oct 18 22:50:00.231 INFO O| Oct 18 22:50:00.231 INFO STEP 347 (remove_files) COMPLETE
52032024-10-18T22:50:01.045Z[ recovery-image] Oct 18 22:50:00.231 INFO O| Oct 18 22:50:00.231 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-10-18T22:50:01.054Z[ recovery-image] Oct 18 22:50:00.240 INFO O| Oct 18 22:50:00.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
52052024-10-18T22:50:01.054Z[ recovery-image] Oct 18 22:50:00.241 INFO O| Oct 18 22:50:00.240 INFO STEP 348 (remove_files) COMPLETE
52062024-10-18T22:50:01.055Z[ recovery-image] Oct 18 22:50:00.241 INFO O| Oct 18 22:50:00.241 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-10-18T22:50:01.064Z[ recovery-image] Oct 18 22:50:00.250 INFO O| Oct 18 22:50:00.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52082024-10-18T22:50:01.064Z[ recovery-image] Oct 18 22:50:00.250 INFO O| Oct 18 22:50:00.250 INFO STEP 349 (remove_files) COMPLETE
52092024-10-18T22:50:01.067Z[ recovery-image] Oct 18 22:50:00.250 INFO O| Oct 18 22:50:00.250 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-10-18T22:50:01.074Z[ recovery-image] Oct 18 22:50:00.260 INFO O| Oct 18 22:50:00.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52112024-10-18T22:50:01.074Z[ recovery-image] Oct 18 22:50:00.260 INFO O| Oct 18 22:50:00.260 INFO STEP 350 (remove_files) COMPLETE
52122024-10-18T22:50:01.076Z[ recovery-image] Oct 18 22:50:00.260 INFO O| Oct 18 22:50:00.260 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-10-18T22:50:01.084Z[ recovery-image] Oct 18 22:50:00.270 INFO O| Oct 18 22:50:00.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52142024-10-18T22:50:01.084Z[ recovery-image] Oct 18 22:50:00.270 INFO O| Oct 18 22:50:00.270 INFO STEP 351 (remove_files) COMPLETE
52152024-10-18T22:50:01.084Z[ recovery-image] Oct 18 22:50:00.270 INFO O| Oct 18 22:50:00.270 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-10-18T22:50:01.093Z[ recovery-image] Oct 18 22:50:00.279 INFO O| Oct 18 22:50:00.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52172024-10-18T22:50:01.096Z[ recovery-image] Oct 18 22:50:00.279 INFO O| Oct 18 22:50:00.279 INFO STEP 352 (remove_files) COMPLETE
52182024-10-18T22:50:01.096Z[ recovery-image] Oct 18 22:50:00.279 INFO O| Oct 18 22:50:00.279 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-10-18T22:50:01.103Z[ recovery-image] Oct 18 22:50:00.289 INFO O| Oct 18 22:50:00.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52202024-10-18T22:50:01.103Z[ recovery-image] Oct 18 22:50:00.289 INFO O| Oct 18 22:50:00.289 INFO STEP 353 (remove_files) COMPLETE
52212024-10-18T22:50:01.103Z[ recovery-image] Oct 18 22:50:00.289 INFO O| Oct 18 22:50:00.289 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-10-18T22:50:01.113Z[ recovery-image] Oct 18 22:50:00.299 INFO O| Oct 18 22:50:00.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52232024-10-18T22:50:01.113Z[ recovery-image] Oct 18 22:50:00.299 INFO O| Oct 18 22:50:00.299 INFO STEP 354 (remove_files) COMPLETE
52242024-10-18T22:50:01.115Z[ recovery-image] Oct 18 22:50:00.299 INFO O| Oct 18 22:50:00.299 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-10-18T22:50:01.123Z[ recovery-image] Oct 18 22:50:00.309 INFO O| Oct 18 22:50:00.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52262024-10-18T22:50:01.123Z[ recovery-image] Oct 18 22:50:00.309 INFO O| Oct 18 22:50:00.309 INFO STEP 355 (remove_files) COMPLETE
52272024-10-18T22:50:01.125Z[ recovery-image] Oct 18 22:50:00.309 INFO O| Oct 18 22:50:00.309 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-10-18T22:50:01.133Z[ recovery-image] Oct 18 22:50:00.319 INFO O| Oct 18 22:50:00.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52292024-10-18T22:50:01.133Z[ recovery-image] Oct 18 22:50:00.319 INFO O| Oct 18 22:50:00.319 INFO STEP 356 (remove_files) COMPLETE
52302024-10-18T22:50:01.133Z[ recovery-image] Oct 18 22:50:00.319 INFO O| Oct 18 22:50:00.319 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-10-18T22:50:01.143Z[ recovery-image] Oct 18 22:50:00.329 INFO O| Oct 18 22:50:00.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52322024-10-18T22:50:01.143Z[ recovery-image] Oct 18 22:50:00.329 INFO O| Oct 18 22:50:00.329 INFO STEP 357 (remove_files) COMPLETE
52332024-10-18T22:50:01.143Z[ recovery-image] Oct 18 22:50:00.329 INFO O| Oct 18 22:50:00.329 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-10-18T22:50:01.152Z[ recovery-image] Oct 18 22:50:00.338 INFO O| Oct 18 22:50:00.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52352024-10-18T22:50:01.152Z[ recovery-image] Oct 18 22:50:00.338 INFO O| Oct 18 22:50:00.338 INFO STEP 358 (remove_files) COMPLETE
52362024-10-18T22:50:01.152Z[ recovery-image] Oct 18 22:50:00.338 INFO O| Oct 18 22:50:00.338 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-10-18T22:50:01.162Z[ recovery-image] Oct 18 22:50:00.348 INFO O| Oct 18 22:50:00.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52382024-10-18T22:50:01.162Z[ recovery-image] Oct 18 22:50:00.348 INFO O| Oct 18 22:50:00.348 INFO STEP 359 (remove_files) COMPLETE
52392024-10-18T22:50:01.164Z[ recovery-image] Oct 18 22:50:00.348 INFO O| Oct 18 22:50:00.348 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-10-18T22:50:01.171Z[ recovery-image] Oct 18 22:50:00.357 INFO O| Oct 18 22:50:00.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52412024-10-18T22:50:01.171Z[ recovery-image] Oct 18 22:50:00.358 INFO O| Oct 18 22:50:00.358 INFO STEP 360 (remove_files) COMPLETE
52422024-10-18T22:50:01.174Z[ recovery-image] Oct 18 22:50:00.358 INFO O| Oct 18 22:50:00.358 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-10-18T22:50:01.181Z[ recovery-image] Oct 18 22:50:00.367 INFO O| Oct 18 22:50:00.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52442024-10-18T22:50:01.181Z[ recovery-image] Oct 18 22:50:00.367 INFO O| Oct 18 22:50:00.367 INFO STEP 361 (remove_files) COMPLETE
52452024-10-18T22:50:01.183Z[ recovery-image] Oct 18 22:50:00.367 INFO O| Oct 18 22:50:00.367 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-10-18T22:50:01.191Z[ recovery-image] Oct 18 22:50:00.377 INFO O| Oct 18 22:50:00.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52472024-10-18T22:50:01.191Z[ recovery-image] Oct 18 22:50:00.377 INFO O| Oct 18 22:50:00.377 INFO STEP 362 (remove_files) COMPLETE
52482024-10-18T22:50:01.193Z[ recovery-image] Oct 18 22:50:00.377 INFO O| Oct 18 22:50:00.377 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-10-18T22:50:01.201Z[ recovery-image] Oct 18 22:50:00.387 INFO O| Oct 18 22:50:00.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52502024-10-18T22:50:01.201Z[ recovery-image] Oct 18 22:50:00.387 INFO O| Oct 18 22:50:00.387 INFO STEP 363 (remove_files) COMPLETE
52512024-10-18T22:50:01.203Z[ recovery-image] Oct 18 22:50:00.387 INFO O| Oct 18 22:50:00.387 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-10-18T22:50:01.210Z[ recovery-image] Oct 18 22:50:00.396 INFO O| Oct 18 22:50:00.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52532024-10-18T22:50:01.211Z[ recovery-image] Oct 18 22:50:00.396 INFO O| Oct 18 22:50:00.396 INFO STEP 364 (remove_files) COMPLETE
52542024-10-18T22:50:01.211Z[ recovery-image] Oct 18 22:50:00.397 INFO O| Oct 18 22:50:00.396 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-10-18T22:50:01.220Z[ recovery-image] Oct 18 22:50:00.406 INFO O| Oct 18 22:50:00.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52562024-10-18T22:50:01.220Z[ recovery-image] Oct 18 22:50:00.406 INFO O| Oct 18 22:50:00.406 INFO STEP 365 (remove_files) COMPLETE
52572024-10-18T22:50:01.223Z[ recovery-image] Oct 18 22:50:00.406 INFO O| Oct 18 22:50:00.406 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-10-18T22:50:01.230Z[ recovery-image] Oct 18 22:50:00.416 INFO O| Oct 18 22:50:00.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52592024-10-18T22:50:01.230Z[ recovery-image] Oct 18 22:50:00.416 INFO O| Oct 18 22:50:00.416 INFO STEP 366 (remove_files) COMPLETE
52602024-10-18T22:50:01.232Z[ recovery-image] Oct 18 22:50:00.416 INFO O| Oct 18 22:50:00.416 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-10-18T22:50:01.239Z[ recovery-image] Oct 18 22:50:00.425 INFO O| Oct 18 22:50:00.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52622024-10-18T22:50:01.239Z[ recovery-image] Oct 18 22:50:00.425 INFO O| Oct 18 22:50:00.425 INFO STEP 367 (remove_files) COMPLETE
52632024-10-18T22:50:01.241Z[ recovery-image] Oct 18 22:50:00.425 INFO O| Oct 18 22:50:00.425 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-10-18T22:50:01.250Z[ recovery-image] Oct 18 22:50:00.435 INFO O| Oct 18 22:50:00.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52652024-10-18T22:50:01.253Z[ recovery-image] Oct 18 22:50:00.435 INFO O| Oct 18 22:50:00.435 INFO STEP 368 (remove_files) COMPLETE
52662024-10-18T22:50:01.253Z[ recovery-image] Oct 18 22:50:00.435 INFO O| Oct 18 22:50:00.435 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-10-18T22:50:01.258Z[ recovery-image] Oct 18 22:50:00.444 INFO O| Oct 18 22:50:00.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52682024-10-18T22:50:01.259Z[ recovery-image] Oct 18 22:50:00.445 INFO O| Oct 18 22:50:00.445 INFO STEP 369 (remove_files) COMPLETE
52692024-10-18T22:50:01.259Z[ recovery-image] Oct 18 22:50:00.445 INFO O| Oct 18 22:50:00.445 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-10-18T22:50:01.268Z[ recovery-image] Oct 18 22:50:00.454 INFO O| Oct 18 22:50:00.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52712024-10-18T22:50:01.268Z[ recovery-image] Oct 18 22:50:00.454 INFO O| Oct 18 22:50:00.454 INFO STEP 370 (remove_files) COMPLETE
52722024-10-18T22:50:01.268Z[ recovery-image] Oct 18 22:50:00.454 INFO O| Oct 18 22:50:00.454 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-10-18T22:50:01.278Z[ recovery-image] Oct 18 22:50:00.464 INFO O| Oct 18 22:50:00.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52742024-10-18T22:50:01.278Z[ recovery-image] Oct 18 22:50:00.464 INFO O| Oct 18 22:50:00.464 INFO STEP 371 (remove_files) COMPLETE
52752024-10-18T22:50:01.278Z[ recovery-image] Oct 18 22:50:00.464 INFO O| Oct 18 22:50:00.464 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-10-18T22:50:01.287Z[ recovery-image] Oct 18 22:50:00.473 INFO O| Oct 18 22:50:00.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52772024-10-18T22:50:01.288Z[ recovery-image] Oct 18 22:50:00.474 INFO O| Oct 18 22:50:00.473 INFO STEP 372 (remove_files) COMPLETE
52782024-10-18T22:50:01.288Z[ recovery-image] Oct 18 22:50:00.474 INFO O| Oct 18 22:50:00.474 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-10-18T22:50:01.297Z[ recovery-image] Oct 18 22:50:00.483 INFO O| Oct 18 22:50:00.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52802024-10-18T22:50:01.297Z[ recovery-image] Oct 18 22:50:00.483 INFO O| Oct 18 22:50:00.483 INFO STEP 373 (remove_files) COMPLETE
52812024-10-18T22:50:01.297Z[ recovery-image] Oct 18 22:50:00.483 INFO O| Oct 18 22:50:00.483 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-10-18T22:50:01.307Z[ recovery-image] Oct 18 22:50:00.493 INFO O| Oct 18 22:50:00.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52832024-10-18T22:50:01.309Z[ recovery-image] Oct 18 22:50:00.493 INFO O| Oct 18 22:50:00.493 INFO STEP 374 (remove_files) COMPLETE
52842024-10-18T22:50:01.309Z[ recovery-image] Oct 18 22:50:00.493 INFO O| Oct 18 22:50:00.493 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-10-18T22:50:01.317Z[ recovery-image] Oct 18 22:50:00.503 INFO O| Oct 18 22:50:00.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52862024-10-18T22:50:01.317Z[ recovery-image] Oct 18 22:50:00.503 INFO O| Oct 18 22:50:00.503 INFO STEP 375 (remove_files) COMPLETE
52872024-10-18T22:50:01.319Z[ recovery-image] Oct 18 22:50:00.503 INFO O| Oct 18 22:50:00.503 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-10-18T22:50:01.327Z[ recovery-image] Oct 18 22:50:00.513 INFO O| Oct 18 22:50:00.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52892024-10-18T22:50:01.327Z[ recovery-image] Oct 18 22:50:00.513 INFO O| Oct 18 22:50:00.513 INFO STEP 376 (remove_files) COMPLETE
52902024-10-18T22:50:01.329Z[ recovery-image] Oct 18 22:50:00.513 INFO O| Oct 18 22:50:00.513 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-10-18T22:50:01.336Z[ recovery-image] Oct 18 22:50:00.522 INFO O| Oct 18 22:50:00.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52922024-10-18T22:50:01.336Z[ recovery-image] Oct 18 22:50:00.522 INFO O| Oct 18 22:50:00.522 INFO STEP 377 (remove_files) COMPLETE
52932024-10-18T22:50:01.339Z[ recovery-image] Oct 18 22:50:00.522 INFO O| Oct 18 22:50:00.522 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-10-18T22:50:01.346Z[ recovery-image] Oct 18 22:50:00.532 INFO O| Oct 18 22:50:00.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52952024-10-18T22:50:01.348Z[ recovery-image] Oct 18 22:50:00.532 INFO O| Oct 18 22:50:00.532 INFO STEP 378 (remove_files) COMPLETE
52962024-10-18T22:50:01.348Z[ recovery-image] Oct 18 22:50:00.532 INFO O| Oct 18 22:50:00.532 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-10-18T22:50:01.356Z[ recovery-image] Oct 18 22:50:00.542 INFO O| Oct 18 22:50:00.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
52982024-10-18T22:50:01.358Z[ recovery-image] Oct 18 22:50:00.542 INFO O| Oct 18 22:50:00.542 INFO STEP 379 (remove_files) COMPLETE
52992024-10-18T22:50:01.358Z[ recovery-image] Oct 18 22:50:00.542 INFO O| Oct 18 22:50:00.542 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-10-18T22:50:01.366Z[ recovery-image] Oct 18 22:50:00.552 INFO O| Oct 18 22:50:00.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
53012024-10-18T22:50:01.366Z[ recovery-image] Oct 18 22:50:00.552 INFO O| Oct 18 22:50:00.552 INFO STEP 380 (remove_files) COMPLETE
53022024-10-18T22:50:01.368Z[ recovery-image] Oct 18 22:50:00.552 INFO O| Oct 18 22:50:00.552 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-10-18T22:50:01.376Z[ recovery-image] Oct 18 22:50:00.562 INFO O| Oct 18 22:50:00.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
53042024-10-18T22:50:01.376Z[ recovery-image] Oct 18 22:50:00.562 INFO O| Oct 18 22:50:00.562 INFO STEP 381 (remove_files) COMPLETE
53052024-10-18T22:50:01.376Z[ recovery-image] Oct 18 22:50:00.562 INFO O| Oct 18 22:50:00.562 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-10-18T22:50:01.386Z[ recovery-image] Oct 18 22:50:00.572 INFO O| Oct 18 22:50:00.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53072024-10-18T22:50:01.390Z[ recovery-image] Oct 18 22:50:00.572 INFO O| Oct 18 22:50:00.572 INFO STEP 382 (remove_files) COMPLETE
53082024-10-18T22:50:01.390Z[ recovery-image] Oct 18 22:50:00.572 INFO O| Oct 18 22:50:00.572 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-10-18T22:50:01.397Z[ recovery-image] Oct 18 22:50:00.582 INFO O| Oct 18 22:50:00.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53102024-10-18T22:50:01.399Z[ recovery-image] Oct 18 22:50:00.582 INFO O| Oct 18 22:50:00.582 INFO STEP 383 (remove_files) COMPLETE
53112024-10-18T22:50:01.399Z[ recovery-image] Oct 18 22:50:00.583 INFO O| Oct 18 22:50:00.582 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-10-18T22:50:01.407Z[ recovery-image] Oct 18 22:50:00.593 INFO O| Oct 18 22:50:00.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53132024-10-18T22:50:01.407Z[ recovery-image] Oct 18 22:50:00.593 INFO O| Oct 18 22:50:00.593 INFO STEP 384 (remove_files) COMPLETE
53142024-10-18T22:50:01.409Z[ recovery-image] Oct 18 22:50:00.593 INFO O| Oct 18 22:50:00.593 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-10-18T22:50:01.417Z[ recovery-image] Oct 18 22:50:00.603 INFO O| Oct 18 22:50:00.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53162024-10-18T22:50:01.419Z[ recovery-image] Oct 18 22:50:00.603 INFO O| Oct 18 22:50:00.603 INFO STEP 385 (remove_files) COMPLETE
53172024-10-18T22:50:01.419Z[ recovery-image] Oct 18 22:50:00.603 INFO O| Oct 18 22:50:00.603 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-10-18T22:50:01.426Z[ recovery-image] Oct 18 22:50:00.612 INFO O| Oct 18 22:50:00.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53192024-10-18T22:50:01.427Z[ recovery-image] Oct 18 22:50:00.612 INFO O| Oct 18 22:50:00.612 INFO STEP 386 (remove_files) COMPLETE
53202024-10-18T22:50:01.429Z[ recovery-image] Oct 18 22:50:00.612 INFO O| Oct 18 22:50:00.612 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-10-18T22:50:01.436Z[ recovery-image] Oct 18 22:50:00.622 INFO O| Oct 18 22:50:00.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53222024-10-18T22:50:01.436Z[ recovery-image] Oct 18 22:50:00.622 INFO O| Oct 18 22:50:00.622 INFO STEP 387 (remove_files) COMPLETE
53232024-10-18T22:50:01.439Z[ recovery-image] Oct 18 22:50:00.622 INFO O| Oct 18 22:50:00.622 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-10-18T22:50:01.447Z[ recovery-image] Oct 18 22:50:00.632 INFO O| Oct 18 22:50:00.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53252024-10-18T22:50:01.450Z[ recovery-image] Oct 18 22:50:00.632 INFO O| Oct 18 22:50:00.632 INFO STEP 388 (remove_files) COMPLETE
53262024-10-18T22:50:01.450Z[ recovery-image] Oct 18 22:50:00.632 INFO O| Oct 18 22:50:00.632 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-10-18T22:50:01.456Z[ recovery-image] Oct 18 22:50:00.642 INFO O| Oct 18 22:50:00.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53282024-10-18T22:50:01.456Z[ recovery-image] Oct 18 22:50:00.642 INFO O| Oct 18 22:50:00.642 INFO STEP 389 (remove_files) COMPLETE
53292024-10-18T22:50:01.460Z[ recovery-image] Oct 18 22:50:00.642 INFO O| Oct 18 22:50:00.642 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-10-18T22:50:01.466Z[ recovery-image] Oct 18 22:50:00.652 INFO O| Oct 18 22:50:00.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53312024-10-18T22:50:01.466Z[ recovery-image] Oct 18 22:50:00.652 INFO O| Oct 18 22:50:00.652 INFO STEP 390 (remove_files) COMPLETE
53322024-10-18T22:50:01.466Z[ recovery-image] Oct 18 22:50:00.652 INFO O| Oct 18 22:50:00.652 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-10-18T22:50:01.475Z[ recovery-image] Oct 18 22:50:00.661 INFO O| Oct 18 22:50:00.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53342024-10-18T22:50:01.475Z[ recovery-image] Oct 18 22:50:00.661 INFO O| Oct 18 22:50:00.661 INFO STEP 391 (remove_files) COMPLETE
53352024-10-18T22:50:01.478Z[ recovery-image] Oct 18 22:50:00.661 INFO O| Oct 18 22:50:00.661 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-10-18T22:50:01.485Z[ recovery-image] Oct 18 22:50:00.671 INFO O| Oct 18 22:50:00.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53372024-10-18T22:50:01.485Z[ recovery-image] Oct 18 22:50:00.671 INFO O| Oct 18 22:50:00.671 INFO STEP 392 (remove_files) COMPLETE
53382024-10-18T22:50:01.485Z[ recovery-image] Oct 18 22:50:00.671 INFO O| Oct 18 22:50:00.671 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-10-18T22:50:01.495Z[ recovery-image] Oct 18 22:50:00.681 INFO O| Oct 18 22:50:00.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53402024-10-18T22:50:01.497Z[ recovery-image] Oct 18 22:50:00.681 INFO O| Oct 18 22:50:00.681 INFO STEP 393 (remove_files) COMPLETE
53412024-10-18T22:50:01.497Z[ recovery-image] Oct 18 22:50:00.681 INFO O| Oct 18 22:50:00.681 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-10-18T22:50:01.505Z[ recovery-image] Oct 18 22:50:00.691 INFO O| Oct 18 22:50:00.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53432024-10-18T22:50:01.507Z[ recovery-image] Oct 18 22:50:00.691 INFO O| Oct 18 22:50:00.691 INFO STEP 394 (remove_files) COMPLETE
53442024-10-18T22:50:01.507Z[ recovery-image] Oct 18 22:50:00.691 INFO O| Oct 18 22:50:00.691 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-10-18T22:50:01.514Z[ recovery-image] Oct 18 22:50:00.700 INFO O| Oct 18 22:50:00.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53462024-10-18T22:50:01.514Z[ recovery-image] Oct 18 22:50:00.700 INFO O| Oct 18 22:50:00.700 INFO STEP 395 (remove_files) COMPLETE
53472024-10-18T22:50:01.517Z[ recovery-image] Oct 18 22:50:00.700 INFO O| Oct 18 22:50:00.700 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-10-18T22:50:01.524Z[ recovery-image] Oct 18 22:50:00.710 INFO O| Oct 18 22:50:00.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53492024-10-18T22:50:01.524Z[ recovery-image] Oct 18 22:50:00.710 INFO O| Oct 18 22:50:00.710 INFO STEP 396 (remove_files) COMPLETE
53502024-10-18T22:50:01.524Z[ recovery-image] Oct 18 22:50:00.710 INFO O| Oct 18 22:50:00.710 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-10-18T22:50:01.534Z[ recovery-image] Oct 18 22:50:00.720 INFO O| Oct 18 22:50:00.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53522024-10-18T22:50:01.534Z[ recovery-image] Oct 18 22:50:00.720 INFO O| Oct 18 22:50:00.720 INFO STEP 397 (remove_files) COMPLETE
53532024-10-18T22:50:01.534Z[ recovery-image] Oct 18 22:50:00.720 INFO O| Oct 18 22:50:00.720 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-10-18T22:50:01.544Z[ recovery-image] Oct 18 22:50:00.729 INFO O| Oct 18 22:50:00.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53552024-10-18T22:50:01.544Z[ recovery-image] Oct 18 22:50:00.729 INFO O| Oct 18 22:50:00.729 INFO STEP 398 (remove_files) COMPLETE
53562024-10-18T22:50:01.546Z[ recovery-image] Oct 18 22:50:00.729 INFO O| Oct 18 22:50:00.729 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-10-18T22:50:01.553Z[ recovery-image] Oct 18 22:50:00.739 INFO O| Oct 18 22:50:00.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53582024-10-18T22:50:01.553Z[ recovery-image] Oct 18 22:50:00.739 INFO O| Oct 18 22:50:00.739 INFO STEP 399 (remove_files) COMPLETE
53592024-10-18T22:50:01.553Z[ recovery-image] Oct 18 22:50:00.739 INFO O| Oct 18 22:50:00.739 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-10-18T22:50:01.562Z[ recovery-image] Oct 18 22:50:00.748 INFO O| Oct 18 22:50:00.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53612024-10-18T22:50:01.563Z[ recovery-image] Oct 18 22:50:00.749 INFO O| Oct 18 22:50:00.748 INFO STEP 400 (remove_files) COMPLETE
53622024-10-18T22:50:01.565Z[ recovery-image] Oct 18 22:50:00.749 INFO O| Oct 18 22:50:00.748 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-10-18T22:50:01.572Z[ recovery-image] Oct 18 22:50:00.758 INFO O| Oct 18 22:50:00.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53642024-10-18T22:50:01.574Z[ recovery-image] Oct 18 22:50:00.758 INFO O| Oct 18 22:50:00.758 INFO STEP 401 (remove_files) COMPLETE
53652024-10-18T22:50:01.574Z[ recovery-image] Oct 18 22:50:00.758 INFO O| Oct 18 22:50:00.758 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-10-18T22:50:01.582Z[ recovery-image] Oct 18 22:50:00.768 INFO O| Oct 18 22:50:00.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53672024-10-18T22:50:01.582Z[ recovery-image] Oct 18 22:50:00.768 INFO O| Oct 18 22:50:00.768 INFO STEP 402 (remove_files) COMPLETE
53682024-10-18T22:50:01.582Z[ recovery-image] Oct 18 22:50:00.768 INFO O| Oct 18 22:50:00.768 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-10-18T22:50:01.592Z[ recovery-image] Oct 18 22:50:00.778 INFO O| Oct 18 22:50:00.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53702024-10-18T22:50:01.594Z[ recovery-image] Oct 18 22:50:00.778 INFO O| Oct 18 22:50:00.778 INFO STEP 403 (remove_files) COMPLETE
53712024-10-18T22:50:01.595Z[ recovery-image] Oct 18 22:50:00.778 INFO O| Oct 18 22:50:00.778 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-10-18T22:50:01.602Z[ recovery-image] Oct 18 22:50:00.788 INFO O| Oct 18 22:50:00.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53732024-10-18T22:50:01.602Z[ recovery-image] Oct 18 22:50:00.788 INFO O| Oct 18 22:50:00.788 INFO STEP 404 (remove_files) COMPLETE
53742024-10-18T22:50:01.602Z[ recovery-image] Oct 18 22:50:00.788 INFO O| Oct 18 22:50:00.788 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-10-18T22:50:01.611Z[ recovery-image] Oct 18 22:50:00.797 INFO O| Oct 18 22:50:00.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53762024-10-18T22:50:01.611Z[ recovery-image] Oct 18 22:50:00.797 INFO O| Oct 18 22:50:00.797 INFO STEP 405 (remove_files) COMPLETE
53772024-10-18T22:50:01.614Z[ recovery-image] Oct 18 22:50:00.797 INFO O| Oct 18 22:50:00.797 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-10-18T22:50:01.621Z[ recovery-image] Oct 18 22:50:00.807 INFO O| Oct 18 22:50:00.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53792024-10-18T22:50:01.621Z[ recovery-image] Oct 18 22:50:00.807 INFO O| Oct 18 22:50:00.807 INFO STEP 406 (remove_files) COMPLETE
53802024-10-18T22:50:01.621Z[ recovery-image] Oct 18 22:50:00.807 INFO O| Oct 18 22:50:00.807 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-10-18T22:50:01.625Z[ host-image] Oct 18 22:50:00.811 INFO O| Oct 18 22:50:00.811 INFO O| Done
53822024-10-18T22:50:01.631Z[ recovery-image] Oct 18 22:50:00.817 INFO O| Oct 18 22:50:00.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53832024-10-18T22:50:01.633Z[ recovery-image] Oct 18 22:50:00.817 INFO O| Oct 18 22:50:00.817 INFO STEP 407 (remove_files) COMPLETE
53842024-10-18T22:50:01.633Z[ recovery-image] Oct 18 22:50:00.817 INFO O| Oct 18 22:50:00.817 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53852024-10-18T22:50:01.642Z[ recovery-image] Oct 18 22:50:00.828 INFO O| Oct 18 22:50:00.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53862024-10-18T22:50:01.642Z[ recovery-image] Oct 18 22:50:00.828 INFO O| Oct 18 22:50:00.828 INFO STEP 408 (remove_files) COMPLETE
53872024-10-18T22:50:01.644Z[ recovery-image] Oct 18 22:50:00.828 INFO O| Oct 18 22:50:00.828 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53882024-10-18T22:50:01.650Z[ host-image] Oct 18 22:50:00.836 INFO O| Oct 18 22:50:00.836 INFO O| Done
53892024-10-18T22:50:01.652Z[ host-image] Oct 18 22:50:00.836 INFO O| Oct 18 22:50:00.836 INFO O| Done
53902024-10-18T22:50:01.652Z[ recovery-image] Oct 18 22:50:00.838 INFO O| Oct 18 22:50:00.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53912024-10-18T22:50:01.652Z[ recovery-image] Oct 18 22:50:00.838 INFO O| Oct 18 22:50:00.838 INFO STEP 409 (remove_files) COMPLETE
53922024-10-18T22:50:01.652Z[ recovery-image] Oct 18 22:50:00.838 INFO O| Oct 18 22:50:00.838 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-10-18T22:50:01.662Z[ recovery-image] Oct 18 22:50:00.848 INFO O| Oct 18 22:50:00.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53942024-10-18T22:50:01.662Z[ recovery-image] Oct 18 22:50:00.848 INFO O| Oct 18 22:50:00.848 INFO STEP 410 (remove_files) COMPLETE
53952024-10-18T22:50:01.662Z[ recovery-image] Oct 18 22:50:00.848 INFO O| Oct 18 22:50:00.848 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-10-18T22:50:01.664Z[ host-image] Oct 18 22:50:00.850 INFO O| Oct 18 22:50:00.850 INFO O| Done
53972024-10-18T22:50:01.671Z[ recovery-image] Oct 18 22:50:00.857 INFO O| Oct 18 22:50:00.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53982024-10-18T22:50:01.671Z[ recovery-image] Oct 18 22:50:00.857 INFO O| Oct 18 22:50:00.857 INFO STEP 411 (remove_files) COMPLETE
53992024-10-18T22:50:01.672Z[ recovery-image] Oct 18 22:50:00.857 INFO O| Oct 18 22:50:00.857 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54002024-10-18T22:50:01.682Z[ recovery-image] Oct 18 22:50:00.868 INFO O| Oct 18 22:50:00.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
54012024-10-18T22:50:01.682Z[ recovery-image] Oct 18 22:50:00.868 INFO O| Oct 18 22:50:00.868 INFO STEP 412 (remove_files) COMPLETE
54022024-10-18T22:50:01.682Z[ recovery-image] Oct 18 22:50:00.868 INFO O| Oct 18 22:50:00.868 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54032024-10-18T22:50:01.693Z[ recovery-image] Oct 18 22:50:00.879 INFO O| Oct 18 22:50:00.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
54042024-10-18T22:50:01.693Z[ recovery-image] Oct 18 22:50:00.879 INFO O| Oct 18 22:50:00.879 INFO STEP 413 (remove_files) COMPLETE
54052024-10-18T22:50:01.696Z[ recovery-image] Oct 18 22:50:00.879 INFO O| Oct 18 22:50:00.879 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54062024-10-18T22:50:01.703Z[ recovery-image] Oct 18 22:50:00.889 INFO O| Oct 18 22:50:00.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
54072024-10-18T22:50:01.705Z[ recovery-image] Oct 18 22:50:00.889 INFO O| Oct 18 22:50:00.889 INFO STEP 414 (remove_files) COMPLETE
54082024-10-18T22:50:01.705Z[ recovery-image] Oct 18 22:50:00.889 INFO O| Oct 18 22:50:00.889 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54092024-10-18T22:50:01.713Z[ recovery-image] Oct 18 22:50:00.899 INFO O| Oct 18 22:50:00.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54102024-10-18T22:50:01.713Z[ recovery-image] Oct 18 22:50:00.899 INFO O| Oct 18 22:50:00.899 INFO STEP 415 (remove_files) COMPLETE
54112024-10-18T22:50:01.716Z[ recovery-image] Oct 18 22:50:00.899 INFO O| Oct 18 22:50:00.899 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54122024-10-18T22:50:01.723Z[ recovery-image] Oct 18 22:50:00.909 INFO O| Oct 18 22:50:00.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54132024-10-18T22:50:01.723Z[ recovery-image] Oct 18 22:50:00.909 INFO O| Oct 18 22:50:00.909 INFO STEP 416 (remove_files) COMPLETE
54142024-10-18T22:50:01.726Z[ recovery-image] Oct 18 22:50:00.909 INFO O| Oct 18 22:50:00.909 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54152024-10-18T22:50:01.734Z[ recovery-image] Oct 18 22:50:00.920 INFO O| Oct 18 22:50:00.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54162024-10-18T22:50:01.734Z[ recovery-image] Oct 18 22:50:00.920 INFO O| Oct 18 22:50:00.920 INFO STEP 417 (remove_files) COMPLETE
54172024-10-18T22:50:01.737Z[ recovery-image] Oct 18 22:50:00.920 INFO O| Oct 18 22:50:00.920 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54182024-10-18T22:50:01.746Z[ recovery-image] Oct 18 22:50:00.932 INFO O| Oct 18 22:50:00.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54192024-10-18T22:50:01.749Z[ recovery-image] Oct 18 22:50:00.932 INFO O| Oct 18 22:50:00.932 INFO STEP 418 (remove_files) COMPLETE
54202024-10-18T22:50:01.749Z[ recovery-image] Oct 18 22:50:00.932 INFO O| Oct 18 22:50:00.932 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54212024-10-18T22:50:01.759Z[ recovery-image] Oct 18 22:50:00.945 INFO O| Oct 18 22:50:00.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54222024-10-18T22:50:01.759Z[ recovery-image] Oct 18 22:50:00.945 INFO O| Oct 18 22:50:00.945 INFO STEP 419 (remove_files) COMPLETE
54232024-10-18T22:50:01.759Z[ recovery-image] Oct 18 22:50:00.945 INFO O| Oct 18 22:50:00.945 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54242024-10-18T22:50:01.770Z[ recovery-image] Oct 18 22:50:00.956 INFO O| Oct 18 22:50:00.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54252024-10-18T22:50:01.770Z[ recovery-image] Oct 18 22:50:00.956 INFO O| Oct 18 22:50:00.956 INFO STEP 420 (remove_files) COMPLETE
54262024-10-18T22:50:01.773Z[ recovery-image] Oct 18 22:50:00.956 INFO O| Oct 18 22:50:00.956 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54272024-10-18T22:50:01.778Z[ host-image] Oct 18 22:50:00.964 INFO O| Oct 18 22:50:00.964 INFO STEP 12 (pkg_install) COMPLETE
54282024-10-18T22:50:01.778Z[ host-image] Oct 18 22:50:00.964 INFO O| Oct 18 22:50:00.964 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
54292024-10-18T22:50:01.782Z[ recovery-image] Oct 18 22:50:00.968 INFO O| Oct 18 22:50:00.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54302024-10-18T22:50:01.784Z[ recovery-image] Oct 18 22:50:00.968 INFO O| Oct 18 22:50:00.968 INFO STEP 421 (remove_files) COMPLETE
54312024-10-18T22:50:01.784Z[ recovery-image] Oct 18 22:50:00.968 INFO O| Oct 18 22:50:00.968 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-10-18T22:50:01.789Z[ host-image] Oct 18 22:50:00.975 INFO O| Oct 18 22:50:00.975 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
54332024-10-18T22:50:01.793Z[ recovery-image] Oct 18 22:50:00.979 INFO O| Oct 18 22:50:00.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54342024-10-18T22:50:01.795Z[ recovery-image] Oct 18 22:50:00.979 INFO O| Oct 18 22:50:00.979 INFO STEP 422 (remove_files) COMPLETE
54352024-10-18T22:50:01.795Z[ recovery-image] Oct 18 22:50:00.979 INFO O| Oct 18 22:50:00.979 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54362024-10-18T22:50:01.804Z[ recovery-image] Oct 18 22:50:00.989 INFO O| Oct 18 22:50:00.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54372024-10-18T22:50:01.804Z[ recovery-image] Oct 18 22:50:00.989 INFO O| Oct 18 22:50:00.989 INFO STEP 423 (remove_files) COMPLETE
54382024-10-18T22:50:01.806Z[ recovery-image] Oct 18 22:50:00.989 INFO O| Oct 18 22:50:00.989 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54392024-10-18T22:50:01.814Z[ recovery-image] Oct 18 22:50:01.000 INFO O| Oct 18 22:50:01.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54402024-10-18T22:50:01.814Z[ recovery-image] Oct 18 22:50:01.000 INFO O| Oct 18 22:50:01.000 INFO STEP 424 (remove_files) COMPLETE
54412024-10-18T22:50:01.816Z[ recovery-image] Oct 18 22:50:01.000 INFO O| Oct 18 22:50:01.000 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54422024-10-18T22:50:01.826Z[ recovery-image] Oct 18 22:50:01.012 INFO O| Oct 18 22:50:01.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54432024-10-18T22:50:01.826Z[ recovery-image] Oct 18 22:50:01.012 INFO O| Oct 18 22:50:01.012 INFO STEP 425 (remove_files) COMPLETE
54442024-10-18T22:50:01.826Z[ recovery-image] Oct 18 22:50:01.012 INFO O| Oct 18 22:50:01.012 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54452024-10-18T22:50:01.837Z[ recovery-image] Oct 18 22:50:01.022 INFO O| Oct 18 22:50:01.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54462024-10-18T22:50:01.837Z[ recovery-image] Oct 18 22:50:01.023 INFO O| Oct 18 22:50:01.023 INFO STEP 426 (remove_files) COMPLETE
54472024-10-18T22:50:01.840Z[ recovery-image] Oct 18 22:50:01.023 INFO O| Oct 18 22:50:01.023 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54482024-10-18T22:50:01.847Z[ recovery-image] Oct 18 22:50:01.033 INFO O| Oct 18 22:50:01.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54492024-10-18T22:50:01.847Z[ recovery-image] Oct 18 22:50:01.033 INFO O| Oct 18 22:50:01.033 INFO STEP 427 (remove_files) COMPLETE
54502024-10-18T22:50:01.850Z[ recovery-image] Oct 18 22:50:01.033 INFO O| Oct 18 22:50:01.033 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54512024-10-18T22:50:01.857Z[ recovery-image] Oct 18 22:50:01.043 INFO O| Oct 18 22:50:01.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54522024-10-18T22:50:01.857Z[ recovery-image] Oct 18 22:50:01.043 INFO O| Oct 18 22:50:01.043 INFO STEP 428 (remove_files) COMPLETE
54532024-10-18T22:50:01.859Z[ recovery-image] Oct 18 22:50:01.043 INFO O| Oct 18 22:50:01.043 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54542024-10-18T22:50:01.867Z[ recovery-image] Oct 18 22:50:01.053 INFO O| Oct 18 22:50:01.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54552024-10-18T22:50:01.867Z[ recovery-image] Oct 18 22:50:01.053 INFO O| Oct 18 22:50:01.053 INFO STEP 429 (remove_files) COMPLETE
54562024-10-18T22:50:01.867Z[ recovery-image] Oct 18 22:50:01.053 INFO O| Oct 18 22:50:01.053 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54572024-10-18T22:50:01.876Z[ recovery-image] Oct 18 22:50:01.062 INFO O| Oct 18 22:50:01.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54582024-10-18T22:50:01.876Z[ recovery-image] Oct 18 22:50:01.062 INFO O| Oct 18 22:50:01.062 INFO STEP 430 (remove_files) COMPLETE
54592024-10-18T22:50:01.878Z[ recovery-image] Oct 18 22:50:01.062 INFO O| Oct 18 22:50:01.062 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54602024-10-18T22:50:01.885Z[ recovery-image] Oct 18 22:50:01.071 INFO O| Oct 18 22:50:01.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54612024-10-18T22:50:01.885Z[ recovery-image] Oct 18 22:50:01.071 INFO O| Oct 18 22:50:01.071 INFO STEP 431 (remove_files) COMPLETE
54622024-10-18T22:50:01.888Z[ recovery-image] Oct 18 22:50:01.071 INFO O| Oct 18 22:50:01.071 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54632024-10-18T22:50:01.896Z[ recovery-image] Oct 18 22:50:01.081 INFO O| Oct 18 22:50:01.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54642024-10-18T22:50:01.898Z[ recovery-image] Oct 18 22:50:01.082 INFO O| Oct 18 22:50:01.082 INFO STEP 432 (remove_files) COMPLETE
54652024-10-18T22:50:01.898Z[ recovery-image] Oct 18 22:50:01.082 INFO O| Oct 18 22:50:01.082 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54662024-10-18T22:50:01.905Z[ recovery-image] Oct 18 22:50:01.091 INFO O| Oct 18 22:50:01.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54672024-10-18T22:50:01.905Z[ recovery-image] Oct 18 22:50:01.091 INFO O| Oct 18 22:50:01.091 INFO STEP 433 (remove_files) COMPLETE
54682024-10-18T22:50:01.905Z[ recovery-image] Oct 18 22:50:01.091 INFO O| Oct 18 22:50:01.091 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54692024-10-18T22:50:01.915Z[ recovery-image] Oct 18 22:50:01.101 INFO O| Oct 18 22:50:01.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54702024-10-18T22:50:01.918Z[ recovery-image] Oct 18 22:50:01.101 INFO O| Oct 18 22:50:01.101 INFO STEP 434 (remove_files) COMPLETE
54712024-10-18T22:50:01.918Z[ recovery-image] Oct 18 22:50:01.101 INFO O| Oct 18 22:50:01.101 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54722024-10-18T22:50:01.925Z[ recovery-image] Oct 18 22:50:01.111 INFO O| Oct 18 22:50:01.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54732024-10-18T22:50:01.927Z[ recovery-image] Oct 18 22:50:01.111 INFO O| Oct 18 22:50:01.111 INFO STEP 435 (remove_files) COMPLETE
54742024-10-18T22:50:01.927Z[ recovery-image] Oct 18 22:50:01.111 INFO O| Oct 18 22:50:01.111 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54752024-10-18T22:50:01.934Z[ recovery-image] Oct 18 22:50:01.120 INFO O| Oct 18 22:50:01.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54762024-10-18T22:50:01.934Z[ recovery-image] Oct 18 22:50:01.120 INFO O| Oct 18 22:50:01.120 INFO STEP 436 (remove_files) COMPLETE
54772024-10-18T22:50:01.934Z[ recovery-image] Oct 18 22:50:01.120 INFO O| Oct 18 22:50:01.120 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54782024-10-18T22:50:01.944Z[ recovery-image] Oct 18 22:50:01.130 INFO O| Oct 18 22:50:01.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54792024-10-18T22:50:01.944Z[ recovery-image] Oct 18 22:50:01.130 INFO O| Oct 18 22:50:01.130 INFO STEP 437 (remove_files) COMPLETE
54802024-10-18T22:50:01.944Z[ recovery-image] Oct 18 22:50:01.130 INFO O| Oct 18 22:50:01.130 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54812024-10-18T22:50:01.953Z[ recovery-image] Oct 18 22:50:01.139 INFO O| Oct 18 22:50:01.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54822024-10-18T22:50:01.953Z[ recovery-image] Oct 18 22:50:01.139 INFO O| Oct 18 22:50:01.139 INFO STEP 438 (remove_files) COMPLETE
54832024-10-18T22:50:01.954Z[ recovery-image] Oct 18 22:50:01.139 INFO O| Oct 18 22:50:01.139 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54842024-10-18T22:50:01.963Z[ recovery-image] Oct 18 22:50:01.149 INFO O| Oct 18 22:50:01.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54852024-10-18T22:50:01.963Z[ recovery-image] Oct 18 22:50:01.149 INFO O| Oct 18 22:50:01.149 INFO STEP 439 (remove_files) COMPLETE
54862024-10-18T22:50:01.966Z[ recovery-image] Oct 18 22:50:01.149 INFO O| Oct 18 22:50:01.149 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54872024-10-18T22:50:01.973Z[ recovery-image] Oct 18 22:50:01.159 INFO O| Oct 18 22:50:01.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54882024-10-18T22:50:01.975Z[ recovery-image] Oct 18 22:50:01.159 INFO O| Oct 18 22:50:01.159 INFO STEP 440 (remove_files) COMPLETE
54892024-10-18T22:50:01.976Z[ recovery-image] Oct 18 22:50:01.159 INFO O| Oct 18 22:50:01.159 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54902024-10-18T22:50:01.983Z[ recovery-image] Oct 18 22:50:01.169 INFO O| Oct 18 22:50:01.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54912024-10-18T22:50:01.985Z[ recovery-image] Oct 18 22:50:01.169 INFO O| Oct 18 22:50:01.169 INFO STEP 441 (remove_files) COMPLETE
54922024-10-18T22:50:01.985Z[ recovery-image] Oct 18 22:50:01.169 INFO O| Oct 18 22:50:01.169 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54932024-10-18T22:50:01.993Z[ recovery-image] Oct 18 22:50:01.179 INFO O| Oct 18 22:50:01.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54942024-10-18T22:50:01.995Z[ recovery-image] Oct 18 22:50:01.179 INFO O| Oct 18 22:50:01.179 INFO STEP 442 (remove_files) COMPLETE
54952024-10-18T22:50:01.995Z[ recovery-image] Oct 18 22:50:01.179 INFO O| Oct 18 22:50:01.179 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54962024-10-18T22:50:02.002Z[ recovery-image] Oct 18 22:50:01.188 INFO O| Oct 18 22:50:01.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54972024-10-18T22:50:02.002Z[ recovery-image] Oct 18 22:50:01.188 INFO O| Oct 18 22:50:01.188 INFO STEP 443 (remove_files) COMPLETE
54982024-10-18T22:50:02.002Z[ recovery-image] Oct 18 22:50:01.188 INFO O| Oct 18 22:50:01.188 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54992024-10-18T22:50:02.012Z[ recovery-image] Oct 18 22:50:01.198 INFO O| Oct 18 22:50:01.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
55002024-10-18T22:50:02.012Z[ recovery-image] Oct 18 22:50:01.198 INFO O| Oct 18 22:50:01.198 INFO STEP 444 (remove_files) COMPLETE
55012024-10-18T22:50:02.014Z[ recovery-image] Oct 18 22:50:01.198 INFO O| Oct 18 22:50:01.198 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55022024-10-18T22:50:02.021Z[ recovery-image] Oct 18 22:50:01.207 INFO O| Oct 18 22:50:01.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
55032024-10-18T22:50:02.024Z[ recovery-image] Oct 18 22:50:01.207 INFO O| Oct 18 22:50:01.207 INFO STEP 445 (remove_files) COMPLETE
55042024-10-18T22:50:02.024Z[ recovery-image] Oct 18 22:50:01.207 INFO O| Oct 18 22:50:01.207 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55052024-10-18T22:50:02.031Z[ recovery-image] Oct 18 22:50:01.217 INFO O| Oct 18 22:50:01.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
55062024-10-18T22:50:02.031Z[ recovery-image] Oct 18 22:50:01.217 INFO O| Oct 18 22:50:01.217 INFO STEP 446 (remove_files) COMPLETE
55072024-10-18T22:50:02.033Z[ recovery-image] Oct 18 22:50:01.217 INFO O| Oct 18 22:50:01.217 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55082024-10-18T22:50:02.041Z[ recovery-image] Oct 18 22:50:01.227 INFO O| Oct 18 22:50:01.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
55092024-10-18T22:50:02.041Z[ recovery-image] Oct 18 22:50:01.227 INFO O| Oct 18 22:50:01.227 INFO STEP 447 (remove_files) COMPLETE
55102024-10-18T22:50:02.041Z[ recovery-image] Oct 18 22:50:01.227 INFO O| Oct 18 22:50:01.227 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55112024-10-18T22:50:02.051Z[ recovery-image] Oct 18 22:50:01.236 INFO O| Oct 18 22:50:01.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
55122024-10-18T22:50:02.051Z[ recovery-image] Oct 18 22:50:01.236 INFO O| Oct 18 22:50:01.236 INFO STEP 448 (remove_files) COMPLETE
55132024-10-18T22:50:02.051Z[ recovery-image] Oct 18 22:50:01.236 INFO O| Oct 18 22:50:01.236 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55142024-10-18T22:50:02.060Z[ recovery-image] Oct 18 22:50:01.246 INFO O| Oct 18 22:50:01.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55152024-10-18T22:50:02.060Z[ recovery-image] Oct 18 22:50:01.246 INFO O| Oct 18 22:50:01.246 INFO STEP 449 (remove_files) COMPLETE
55162024-10-18T22:50:02.060Z[ recovery-image] Oct 18 22:50:01.246 INFO O| Oct 18 22:50:01.246 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55172024-10-18T22:50:02.314Z[ recovery-image] Oct 18 22:50:01.256 INFO O| Oct 18 22:50:01.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55182024-10-18T22:50:02.314Z[ recovery-image] Oct 18 22:50:01.256 INFO O| Oct 18 22:50:01.256 INFO STEP 450 (remove_files) COMPLETE
55192024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.256 INFO O| Oct 18 22:50:01.256 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55202024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.266 INFO O| Oct 18 22:50:01.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55212024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.266 INFO O| Oct 18 22:50:01.266 INFO STEP 451 (remove_files) COMPLETE
55222024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.266 INFO O| Oct 18 22:50:01.266 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55232024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.275 INFO O| Oct 18 22:50:01.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55242024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.275 INFO O| Oct 18 22:50:01.275 INFO STEP 452 (remove_files) COMPLETE
55252024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.276 INFO O| Oct 18 22:50:01.275 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55262024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.285 INFO O| Oct 18 22:50:01.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55272024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.285 INFO O| Oct 18 22:50:01.285 INFO STEP 453 (remove_files) COMPLETE
55282024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.285 INFO O| Oct 18 22:50:01.285 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55292024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.295 INFO O| Oct 18 22:50:01.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55302024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.295 INFO O| Oct 18 22:50:01.295 INFO STEP 454 (remove_files) COMPLETE
55312024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.295 INFO O| Oct 18 22:50:01.295 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55322024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.305 INFO O| Oct 18 22:50:01.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55332024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.305 INFO O| Oct 18 22:50:01.305 INFO STEP 455 (remove_files) COMPLETE
55342024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.305 INFO O| Oct 18 22:50:01.305 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55352024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.315 INFO O| Oct 18 22:50:01.315 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55362024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.315 INFO O| Oct 18 22:50:01.315 INFO STEP 456 (remove_files) COMPLETE
55372024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.315 INFO O| Oct 18 22:50:01.315 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55382024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.325 INFO O| Oct 18 22:50:01.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55392024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.325 INFO O| Oct 18 22:50:01.325 INFO STEP 457 (remove_files) COMPLETE
55402024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.325 INFO O| Oct 18 22:50:01.325 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55412024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.334 INFO O| Oct 18 22:50:01.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55422024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.334 INFO O| Oct 18 22:50:01.334 INFO STEP 458 (remove_files) COMPLETE
55432024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.334 INFO O| Oct 18 22:50:01.334 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55442024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.344 INFO O| Oct 18 22:50:01.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55452024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.344 INFO O| Oct 18 22:50:01.344 INFO STEP 459 (remove_files) COMPLETE
55462024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.344 INFO O| Oct 18 22:50:01.344 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55472024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.353 INFO O| Oct 18 22:50:01.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55482024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.354 INFO O| Oct 18 22:50:01.353 INFO STEP 460 (remove_files) COMPLETE
55492024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.354 INFO O| Oct 18 22:50:01.353 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55502024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.364 INFO O| Oct 18 22:50:01.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55512024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.364 INFO O| Oct 18 22:50:01.364 INFO STEP 461 (remove_files) COMPLETE
55522024-10-18T22:50:02.317Z[ recovery-image] Oct 18 22:50:01.364 INFO O| Oct 18 22:50:01.364 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55532024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.373 INFO O| Oct 18 22:50:01.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55542024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.374 INFO O| Oct 18 22:50:01.374 INFO STEP 462 (remove_files) COMPLETE
55552024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.374 INFO O| Oct 18 22:50:01.374 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55562024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.383 INFO O| Oct 18 22:50:01.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55572024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.383 INFO O| Oct 18 22:50:01.383 INFO STEP 463 (remove_files) COMPLETE
55582024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.383 INFO O| Oct 18 22:50:01.383 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55592024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.393 INFO O| Oct 18 22:50:01.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55602024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.393 INFO O| Oct 18 22:50:01.393 INFO STEP 464 (remove_files) COMPLETE
55612024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.393 INFO O| Oct 18 22:50:01.393 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55622024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.403 INFO O| Oct 18 22:50:01.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55632024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.403 INFO O| Oct 18 22:50:01.403 INFO STEP 465 (remove_files) COMPLETE
55642024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.403 INFO O| Oct 18 22:50:01.403 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55652024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.413 INFO O| Oct 18 22:50:01.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55662024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.413 INFO O| Oct 18 22:50:01.413 INFO STEP 466 (remove_files) COMPLETE
55672024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.413 INFO O| Oct 18 22:50:01.413 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55682024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.423 INFO O| Oct 18 22:50:01.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55692024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.423 INFO O| Oct 18 22:50:01.423 INFO STEP 467 (remove_files) COMPLETE
55702024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.423 INFO O| Oct 18 22:50:01.423 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55712024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.433 INFO O| Oct 18 22:50:01.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55722024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.433 INFO O| Oct 18 22:50:01.433 INFO STEP 468 (remove_files) COMPLETE
55732024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.433 INFO O| Oct 18 22:50:01.433 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55742024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.442 INFO O| Oct 18 22:50:01.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55752024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.442 INFO O| Oct 18 22:50:01.442 INFO STEP 469 (remove_files) COMPLETE
55762024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.442 INFO O| Oct 18 22:50:01.442 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55772024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.470 INFO O| Oct 18 22:50:01.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55782024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.470 INFO O| Oct 18 22:50:01.470 INFO STEP 470 (remove_files) COMPLETE
55792024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.470 INFO O| Oct 18 22:50:01.470 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55802024-10-18T22:50:02.318Z[ host-image] Oct 18 22:50:01.477 INFO O| Oct 18 22:50:01.477 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
55812024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.484 INFO O| Oct 18 22:50:01.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55822024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.484 INFO O| Oct 18 22:50:01.484 INFO STEP 471 (remove_files) COMPLETE
55832024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.484 INFO O| Oct 18 22:50:01.484 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55842024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.497 INFO O| Oct 18 22:50:01.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55852024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.497 INFO O| Oct 18 22:50:01.497 INFO STEP 472 (remove_files) COMPLETE
55862024-10-18T22:50:02.318Z[ recovery-image] Oct 18 22:50:01.497 INFO O| Oct 18 22:50:01.497 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55872024-10-18T22:50:02.324Z[ recovery-image] Oct 18 22:50:01.510 INFO O| Oct 18 22:50:01.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55882024-10-18T22:50:02.324Z[ recovery-image] Oct 18 22:50:01.510 INFO O| Oct 18 22:50:01.510 INFO STEP 473 (remove_files) COMPLETE
55892024-10-18T22:50:02.324Z[ recovery-image] Oct 18 22:50:01.510 INFO O| Oct 18 22:50:01.510 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55902024-10-18T22:50:02.335Z[ recovery-image] Oct 18 22:50:01.521 INFO O| Oct 18 22:50:01.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55912024-10-18T22:50:02.335Z[ recovery-image] Oct 18 22:50:01.521 INFO O| Oct 18 22:50:01.521 INFO STEP 474 (remove_files) COMPLETE
55922024-10-18T22:50:02.338Z[ recovery-image] Oct 18 22:50:01.521 INFO O| Oct 18 22:50:01.521 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55932024-10-18T22:50:02.345Z[ recovery-image] Oct 18 22:50:01.531 INFO O| Oct 18 22:50:01.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55942024-10-18T22:50:02.348Z[ recovery-image] Oct 18 22:50:01.531 INFO O| Oct 18 22:50:01.531 INFO STEP 475 (remove_files) COMPLETE
55952024-10-18T22:50:02.348Z[ recovery-image] Oct 18 22:50:01.532 INFO O| Oct 18 22:50:01.531 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55962024-10-18T22:50:02.356Z[ recovery-image] Oct 18 22:50:01.541 INFO O| Oct 18 22:50:01.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55972024-10-18T22:50:02.356Z[ recovery-image] Oct 18 22:50:01.542 INFO O| Oct 18 22:50:01.541 INFO STEP 476 (remove_files) COMPLETE
55982024-10-18T22:50:02.358Z[ recovery-image] Oct 18 22:50:01.542 INFO O| Oct 18 22:50:01.542 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55992024-10-18T22:50:02.365Z[ recovery-image] Oct 18 22:50:01.551 INFO O| Oct 18 22:50:01.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
56002024-10-18T22:50:02.366Z[ recovery-image] Oct 18 22:50:01.551 INFO O| Oct 18 22:50:01.551 INFO STEP 477 (remove_files) COMPLETE
56012024-10-18T22:50:02.366Z[ recovery-image] Oct 18 22:50:01.551 INFO O| Oct 18 22:50:01.551 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56022024-10-18T22:50:02.376Z[ recovery-image] Oct 18 22:50:01.562 INFO O| Oct 18 22:50:01.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
56032024-10-18T22:50:02.376Z[ recovery-image] Oct 18 22:50:01.562 INFO O| Oct 18 22:50:01.562 INFO STEP 478 (remove_files) COMPLETE
56042024-10-18T22:50:02.376Z[ recovery-image] Oct 18 22:50:01.562 INFO O| Oct 18 22:50:01.562 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56052024-10-18T22:50:02.387Z[ recovery-image] Oct 18 22:50:01.573 INFO O| Oct 18 22:50:01.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
56062024-10-18T22:50:02.390Z[ recovery-image] Oct 18 22:50:01.573 INFO O| Oct 18 22:50:01.573 INFO STEP 479 (remove_files) COMPLETE
56072024-10-18T22:50:02.390Z[ recovery-image] Oct 18 22:50:01.573 INFO O| Oct 18 22:50:01.573 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56082024-10-18T22:50:02.398Z[ recovery-image] Oct 18 22:50:01.584 INFO O| Oct 18 22:50:01.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
56092024-10-18T22:50:02.398Z[ recovery-image] Oct 18 22:50:01.584 INFO O| Oct 18 22:50:01.584 INFO STEP 480 (remove_files) COMPLETE
56102024-10-18T22:50:02.401Z[ recovery-image] Oct 18 22:50:01.584 INFO O| Oct 18 22:50:01.584 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56112024-10-18T22:50:02.409Z[ recovery-image] Oct 18 22:50:01.595 INFO O| Oct 18 22:50:01.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
56122024-10-18T22:50:02.409Z[ recovery-image] Oct 18 22:50:01.595 INFO O| Oct 18 22:50:01.595 INFO STEP 481 (remove_files) COMPLETE
56132024-10-18T22:50:02.409Z[ recovery-image] Oct 18 22:50:01.595 INFO O| Oct 18 22:50:01.595 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56142024-10-18T22:50:02.419Z[ recovery-image] Oct 18 22:50:01.605 INFO O| Oct 18 22:50:01.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56152024-10-18T22:50:02.419Z[ recovery-image] Oct 18 22:50:01.605 INFO O| Oct 18 22:50:01.605 INFO STEP 482 (remove_files) COMPLETE
56162024-10-18T22:50:02.420Z[ recovery-image] Oct 18 22:50:01.605 INFO O| Oct 18 22:50:01.605 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56172024-10-18T22:50:02.430Z[ recovery-image] Oct 18 22:50:01.615 INFO O| Oct 18 22:50:01.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56182024-10-18T22:50:02.432Z[ recovery-image] Oct 18 22:50:01.616 INFO O| Oct 18 22:50:01.616 INFO STEP 483 (remove_files) COMPLETE
56192024-10-18T22:50:02.432Z[ recovery-image] Oct 18 22:50:01.616 INFO O| Oct 18 22:50:01.616 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56202024-10-18T22:50:02.441Z[ recovery-image] Oct 18 22:50:01.625 INFO O| Oct 18 22:50:01.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56212024-10-18T22:50:02.443Z[ recovery-image] Oct 18 22:50:01.625 INFO O| Oct 18 22:50:01.625 INFO STEP 484 (remove_files) COMPLETE
56222024-10-18T22:50:02.443Z[ recovery-image] Oct 18 22:50:01.625 INFO O| Oct 18 22:50:01.625 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56232024-10-18T22:50:02.453Z[ recovery-image] Oct 18 22:50:01.635 INFO O| Oct 18 22:50:01.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56242024-10-18T22:50:02.453Z[ recovery-image] Oct 18 22:50:01.635 INFO O| Oct 18 22:50:01.635 INFO STEP 485 (remove_files) COMPLETE
56252024-10-18T22:50:02.453Z[ recovery-image] Oct 18 22:50:01.635 INFO O| Oct 18 22:50:01.635 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56262024-10-18T22:50:02.460Z[ recovery-image] Oct 18 22:50:01.646 INFO O| Oct 18 22:50:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56272024-10-18T22:50:02.460Z[ recovery-image] Oct 18 22:50:01.646 INFO O| Oct 18 22:50:01.646 INFO STEP 486 (remove_files) COMPLETE
56282024-10-18T22:50:02.464Z[ recovery-image] Oct 18 22:50:01.646 INFO O| Oct 18 22:50:01.646 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56292024-10-18T22:50:02.471Z[ recovery-image] Oct 18 22:50:01.656 INFO O| Oct 18 22:50:01.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56302024-10-18T22:50:02.471Z[ recovery-image] Oct 18 22:50:01.657 INFO O| Oct 18 22:50:01.656 INFO STEP 487 (remove_files) COMPLETE
56312024-10-18T22:50:02.471Z[ recovery-image] Oct 18 22:50:01.657 INFO O| Oct 18 22:50:01.656 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56322024-10-18T22:50:02.481Z[ recovery-image] Oct 18 22:50:01.667 INFO O| Oct 18 22:50:01.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56332024-10-18T22:50:02.481Z[ recovery-image] Oct 18 22:50:01.667 INFO O| Oct 18 22:50:01.667 INFO STEP 488 (remove_files) COMPLETE
56342024-10-18T22:50:02.481Z[ recovery-image] Oct 18 22:50:01.667 INFO O| Oct 18 22:50:01.667 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56352024-10-18T22:50:02.491Z[ recovery-image] Oct 18 22:50:01.677 INFO O| Oct 18 22:50:01.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56362024-10-18T22:50:02.493Z[ recovery-image] Oct 18 22:50:01.677 INFO O| Oct 18 22:50:01.677 INFO STEP 489 (remove_files) COMPLETE
56372024-10-18T22:50:02.494Z[ recovery-image] Oct 18 22:50:01.677 INFO O| Oct 18 22:50:01.677 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56382024-10-18T22:50:02.501Z[ recovery-image] Oct 18 22:50:01.687 INFO O| Oct 18 22:50:01.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56392024-10-18T22:50:02.504Z[ recovery-image] Oct 18 22:50:01.687 INFO O| Oct 18 22:50:01.687 INFO STEP 490 (remove_files) COMPLETE
56402024-10-18T22:50:02.504Z[ recovery-image] Oct 18 22:50:01.687 INFO O| Oct 18 22:50:01.687 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56412024-10-18T22:50:02.512Z[ recovery-image] Oct 18 22:50:01.697 INFO O| Oct 18 22:50:01.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56422024-10-18T22:50:02.515Z[ recovery-image] Oct 18 22:50:01.697 INFO O| Oct 18 22:50:01.697 INFO STEP 491 (remove_files) COMPLETE
56432024-10-18T22:50:02.515Z[ recovery-image] Oct 18 22:50:01.697 INFO O| Oct 18 22:50:01.697 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56442024-10-18T22:50:02.521Z[ recovery-image] Oct 18 22:50:01.707 INFO O| Oct 18 22:50:01.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56452024-10-18T22:50:02.521Z[ recovery-image] Oct 18 22:50:01.707 INFO O| Oct 18 22:50:01.707 INFO STEP 492 (remove_files) COMPLETE
56462024-10-18T22:50:02.521Z[ recovery-image] Oct 18 22:50:01.707 INFO O| Oct 18 22:50:01.707 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56472024-10-18T22:50:02.531Z[ recovery-image] Oct 18 22:50:01.717 INFO O| Oct 18 22:50:01.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56482024-10-18T22:50:02.531Z[ recovery-image] Oct 18 22:50:01.717 INFO O| Oct 18 22:50:01.717 INFO STEP 493 (remove_files) COMPLETE
56492024-10-18T22:50:02.531Z[ recovery-image] Oct 18 22:50:01.717 INFO O| Oct 18 22:50:01.717 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56502024-10-18T22:50:02.541Z[ recovery-image] Oct 18 22:50:01.727 INFO O| Oct 18 22:50:01.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56512024-10-18T22:50:02.544Z[ recovery-image] Oct 18 22:50:01.727 INFO O| Oct 18 22:50:01.727 INFO STEP 494 (remove_files) COMPLETE
56522024-10-18T22:50:02.544Z[ recovery-image] Oct 18 22:50:01.727 INFO O| Oct 18 22:50:01.727 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56532024-10-18T22:50:02.553Z[ recovery-image] Oct 18 22:50:01.737 INFO O| Oct 18 22:50:01.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56542024-10-18T22:50:02.553Z[ recovery-image] Oct 18 22:50:01.737 INFO O| Oct 18 22:50:01.737 INFO STEP 495 (remove_files) COMPLETE
56552024-10-18T22:50:02.556Z[ recovery-image] Oct 18 22:50:01.737 INFO O| Oct 18 22:50:01.737 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56562024-10-18T22:50:02.561Z[ recovery-image] Oct 18 22:50:01.747 INFO O| Oct 18 22:50:01.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56572024-10-18T22:50:02.561Z[ recovery-image] Oct 18 22:50:01.747 INFO O| Oct 18 22:50:01.747 INFO STEP 496 (remove_files) COMPLETE
56582024-10-18T22:50:02.561Z[ recovery-image] Oct 18 22:50:01.747 INFO O| Oct 18 22:50:01.747 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56592024-10-18T22:50:02.571Z[ recovery-image] Oct 18 22:50:01.757 INFO O| Oct 18 22:50:01.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56602024-10-18T22:50:02.574Z[ recovery-image] Oct 18 22:50:01.757 INFO O| Oct 18 22:50:01.757 INFO STEP 497 (remove_files) COMPLETE
56612024-10-18T22:50:02.574Z[ recovery-image] Oct 18 22:50:01.757 INFO O| Oct 18 22:50:01.757 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56622024-10-18T22:50:02.581Z[ recovery-image] Oct 18 22:50:01.767 INFO O| Oct 18 22:50:01.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56632024-10-18T22:50:02.584Z[ recovery-image] Oct 18 22:50:01.767 INFO O| Oct 18 22:50:01.767 INFO STEP 498 (remove_files) COMPLETE
56642024-10-18T22:50:02.584Z[ recovery-image] Oct 18 22:50:01.767 INFO O| Oct 18 22:50:01.767 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56652024-10-18T22:50:02.591Z[ recovery-image] Oct 18 22:50:01.777 INFO O| Oct 18 22:50:01.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56662024-10-18T22:50:02.591Z[ recovery-image] Oct 18 22:50:01.777 INFO O| Oct 18 22:50:01.777 INFO STEP 499 (remove_files) COMPLETE
56672024-10-18T22:50:02.593Z[ recovery-image] Oct 18 22:50:01.777 INFO O| Oct 18 22:50:01.777 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56682024-10-18T22:50:02.601Z[ recovery-image] Oct 18 22:50:01.787 INFO O| Oct 18 22:50:01.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56692024-10-18T22:50:02.601Z[ recovery-image] Oct 18 22:50:01.787 INFO O| Oct 18 22:50:01.787 INFO STEP 500 (remove_files) COMPLETE
56702024-10-18T22:50:02.603Z[ recovery-image] Oct 18 22:50:01.787 INFO O| Oct 18 22:50:01.787 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56712024-10-18T22:50:02.611Z[ recovery-image] Oct 18 22:50:01.797 INFO O| Oct 18 22:50:01.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56722024-10-18T22:50:02.611Z[ recovery-image] Oct 18 22:50:01.797 INFO O| Oct 18 22:50:01.797 INFO STEP 501 (remove_files) COMPLETE
56732024-10-18T22:50:02.611Z[ recovery-image] Oct 18 22:50:01.797 INFO O| Oct 18 22:50:01.797 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56742024-10-18T22:50:02.622Z[ recovery-image] Oct 18 22:50:01.808 INFO O| Oct 18 22:50:01.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56752024-10-18T22:50:02.622Z[ recovery-image] Oct 18 22:50:01.808 INFO O| Oct 18 22:50:01.808 INFO STEP 502 (remove_files) COMPLETE
56762024-10-18T22:50:02.624Z[ recovery-image] Oct 18 22:50:01.808 INFO O| Oct 18 22:50:01.808 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56772024-10-18T22:50:02.635Z[ recovery-image] Oct 18 22:50:01.821 INFO O| Oct 18 22:50:01.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56782024-10-18T22:50:02.635Z[ recovery-image] Oct 18 22:50:01.821 INFO O| Oct 18 22:50:01.821 INFO STEP 503 (remove_files) COMPLETE
56792024-10-18T22:50:02.635Z[ recovery-image] Oct 18 22:50:01.821 INFO O| Oct 18 22:50:01.821 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56802024-10-18T22:50:02.647Z[ recovery-image] Oct 18 22:50:01.832 INFO O| Oct 18 22:50:01.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56812024-10-18T22:50:02.647Z[ recovery-image] Oct 18 22:50:01.833 INFO O| Oct 18 22:50:01.832 INFO STEP 504 (remove_files) COMPLETE
56822024-10-18T22:50:02.649Z[ recovery-image] Oct 18 22:50:01.833 INFO O| Oct 18 22:50:01.833 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56832024-10-18T22:50:02.659Z[ recovery-image] Oct 18 22:50:01.844 INFO O| Oct 18 22:50:01.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56842024-10-18T22:50:02.659Z[ recovery-image] Oct 18 22:50:01.844 INFO O| Oct 18 22:50:01.844 INFO STEP 505 (remove_files) COMPLETE
56852024-10-18T22:50:02.659Z[ recovery-image] Oct 18 22:50:01.844 INFO O| Oct 18 22:50:01.844 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56862024-10-18T22:50:02.671Z[ recovery-image] Oct 18 22:50:01.857 INFO O| Oct 18 22:50:01.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56872024-10-18T22:50:02.673Z[ recovery-image] Oct 18 22:50:01.857 INFO O| Oct 18 22:50:01.857 INFO STEP 506 (remove_files) COMPLETE
56882024-10-18T22:50:02.673Z[ recovery-image] Oct 18 22:50:01.858 INFO O| Oct 18 22:50:01.857 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56892024-10-18T22:50:02.683Z[ recovery-image] Oct 18 22:50:01.868 INFO O| Oct 18 22:50:01.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56902024-10-18T22:50:02.683Z[ recovery-image] Oct 18 22:50:01.868 INFO O| Oct 18 22:50:01.868 INFO STEP 507 (remove_files) COMPLETE
56912024-10-18T22:50:02.685Z[ recovery-image] Oct 18 22:50:01.869 INFO O| Oct 18 22:50:01.868 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56922024-10-18T22:50:02.693Z[ recovery-image] Oct 18 22:50:01.879 INFO O| Oct 18 22:50:01.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56932024-10-18T22:50:02.693Z[ recovery-image] Oct 18 22:50:01.879 INFO O| Oct 18 22:50:01.879 INFO STEP 508 (remove_files) COMPLETE
56942024-10-18T22:50:02.693Z[ recovery-image] Oct 18 22:50:01.879 INFO O| Oct 18 22:50:01.879 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56952024-10-18T22:50:02.704Z[ recovery-image] Oct 18 22:50:01.889 INFO O| Oct 18 22:50:01.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56962024-10-18T22:50:02.704Z[ recovery-image] Oct 18 22:50:01.889 INFO O| Oct 18 22:50:01.889 INFO STEP 509 (remove_files) COMPLETE
56972024-10-18T22:50:02.706Z[ recovery-image] Oct 18 22:50:01.890 INFO O| Oct 18 22:50:01.889 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56982024-10-18T22:50:02.713Z[ recovery-image] Oct 18 22:50:01.899 INFO O| Oct 18 22:50:01.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56992024-10-18T22:50:02.716Z[ recovery-image] Oct 18 22:50:01.900 INFO O| Oct 18 22:50:01.900 INFO STEP 510 (remove_files) COMPLETE
57002024-10-18T22:50:02.716Z[ recovery-image] Oct 18 22:50:01.900 INFO O| Oct 18 22:50:01.900 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57012024-10-18T22:50:02.723Z[ recovery-image] Oct 18 22:50:01.909 INFO O| Oct 18 22:50:01.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
57022024-10-18T22:50:02.726Z[ recovery-image] Oct 18 22:50:01.909 INFO O| Oct 18 22:50:01.909 INFO STEP 511 (remove_files) COMPLETE
57032024-10-18T22:50:02.726Z[ recovery-image] Oct 18 22:50:01.909 INFO O| Oct 18 22:50:01.909 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57042024-10-18T22:50:02.733Z[ recovery-image] Oct 18 22:50:01.919 INFO O| Oct 18 22:50:01.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
57052024-10-18T22:50:02.733Z[ recovery-image] Oct 18 22:50:01.919 INFO O| Oct 18 22:50:01.919 INFO STEP 512 (remove_files) COMPLETE
57062024-10-18T22:50:02.736Z[ recovery-image] Oct 18 22:50:01.919 INFO O| Oct 18 22:50:01.919 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57072024-10-18T22:50:02.743Z[ recovery-image] Oct 18 22:50:01.929 INFO O| Oct 18 22:50:01.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
57082024-10-18T22:50:02.743Z[ recovery-image] Oct 18 22:50:01.929 INFO O| Oct 18 22:50:01.929 INFO STEP 513 (remove_files) COMPLETE
57092024-10-18T22:50:02.743Z[ recovery-image] Oct 18 22:50:01.929 INFO O| Oct 18 22:50:01.929 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57102024-10-18T22:50:02.753Z[ recovery-image] Oct 18 22:50:01.939 INFO O| Oct 18 22:50:01.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57112024-10-18T22:50:02.753Z[ recovery-image] Oct 18 22:50:01.939 INFO O| Oct 18 22:50:01.939 INFO STEP 514 (remove_files) COMPLETE
57122024-10-18T22:50:02.756Z[ recovery-image] Oct 18 22:50:01.939 INFO O| Oct 18 22:50:01.939 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57132024-10-18T22:50:02.764Z[ recovery-image] Oct 18 22:50:01.949 INFO O| Oct 18 22:50:01.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57142024-10-18T22:50:02.764Z[ recovery-image] Oct 18 22:50:01.949 INFO O| Oct 18 22:50:01.949 INFO STEP 515 (remove_files) COMPLETE
57152024-10-18T22:50:02.766Z[ recovery-image] Oct 18 22:50:01.949 INFO O| Oct 18 22:50:01.949 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57162024-10-18T22:50:02.774Z[ recovery-image] Oct 18 22:50:01.960 INFO O| Oct 18 22:50:01.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57172024-10-18T22:50:02.774Z[ recovery-image] Oct 18 22:50:01.960 INFO O| Oct 18 22:50:01.960 INFO STEP 516 (remove_files) COMPLETE
57182024-10-18T22:50:02.776Z[ recovery-image] Oct 18 22:50:01.960 INFO O| Oct 18 22:50:01.960 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57192024-10-18T22:50:02.784Z[ recovery-image] Oct 18 22:50:01.970 INFO O| Oct 18 22:50:01.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57202024-10-18T22:50:02.784Z[ recovery-image] Oct 18 22:50:01.970 INFO O| Oct 18 22:50:01.970 INFO STEP 517 (remove_files) COMPLETE
57212024-10-18T22:50:02.784Z[ recovery-image] Oct 18 22:50:01.970 INFO O| Oct 18 22:50:01.970 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57222024-10-18T22:50:02.796Z[ recovery-image] Oct 18 22:50:01.982 INFO O| Oct 18 22:50:01.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57232024-10-18T22:50:02.796Z[ recovery-image] Oct 18 22:50:01.982 INFO O| Oct 18 22:50:01.982 INFO STEP 518 (remove_files) COMPLETE
57242024-10-18T22:50:02.798Z[ recovery-image] Oct 18 22:50:01.982 INFO O| Oct 18 22:50:01.982 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57252024-10-18T22:50:02.807Z[ recovery-image] Oct 18 22:50:01.992 INFO O| Oct 18 22:50:01.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57262024-10-18T22:50:02.807Z[ recovery-image] Oct 18 22:50:01.992 INFO O| Oct 18 22:50:01.992 INFO STEP 519 (remove_files) COMPLETE
57272024-10-18T22:50:02.809Z[ recovery-image] Oct 18 22:50:01.992 INFO O| Oct 18 22:50:01.992 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57282024-10-18T22:50:02.819Z[ recovery-image] Oct 18 22:50:02.004 INFO O| Oct 18 22:50:02.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57292024-10-18T22:50:02.819Z[ recovery-image] Oct 18 22:50:02.004 INFO O| Oct 18 22:50:02.004 INFO STEP 520 (remove_files) COMPLETE
57302024-10-18T22:50:02.819Z[ recovery-image] Oct 18 22:50:02.004 INFO O| Oct 18 22:50:02.004 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57312024-10-18T22:50:02.831Z[ recovery-image] Oct 18 22:50:02.016 INFO O| Oct 18 22:50:02.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57322024-10-18T22:50:02.831Z[ recovery-image] Oct 18 22:50:02.016 INFO O| Oct 18 22:50:02.016 INFO STEP 521 (remove_files) COMPLETE
57332024-10-18T22:50:02.834Z[ recovery-image] Oct 18 22:50:02.016 INFO O| Oct 18 22:50:02.016 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57342024-10-18T22:50:02.842Z[ recovery-image] Oct 18 22:50:02.028 INFO O| Oct 18 22:50:02.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57352024-10-18T22:50:02.842Z[ recovery-image] Oct 18 22:50:02.028 INFO O| Oct 18 22:50:02.028 INFO STEP 522 (remove_files) COMPLETE
57362024-10-18T22:50:02.844Z[ recovery-image] Oct 18 22:50:02.028 INFO O| Oct 18 22:50:02.028 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57372024-10-18T22:50:02.853Z[ recovery-image] Oct 18 22:50:02.038 INFO O| Oct 18 22:50:02.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57382024-10-18T22:50:02.853Z[ recovery-image] Oct 18 22:50:02.039 INFO O| Oct 18 22:50:02.039 INFO STEP 523 (remove_files) COMPLETE
57392024-10-18T22:50:02.855Z[ recovery-image] Oct 18 22:50:02.039 INFO O| Oct 18 22:50:02.039 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57402024-10-18T22:50:02.863Z[ recovery-image] Oct 18 22:50:02.049 INFO O| Oct 18 22:50:02.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57412024-10-18T22:50:02.863Z[ recovery-image] Oct 18 22:50:02.049 INFO O| Oct 18 22:50:02.049 INFO STEP 524 (remove_files) COMPLETE
57422024-10-18T22:50:02.866Z[ recovery-image] Oct 18 22:50:02.049 INFO O| Oct 18 22:50:02.049 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57432024-10-18T22:50:02.874Z[ recovery-image] Oct 18 22:50:02.060 INFO O| Oct 18 22:50:02.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57442024-10-18T22:50:02.876Z[ recovery-image] Oct 18 22:50:02.060 INFO O| Oct 18 22:50:02.060 INFO STEP 525 (remove_files) COMPLETE
57452024-10-18T22:50:02.876Z[ recovery-image] Oct 18 22:50:02.060 INFO O| Oct 18 22:50:02.060 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57462024-10-18T22:50:02.884Z[ recovery-image] Oct 18 22:50:02.070 INFO O| Oct 18 22:50:02.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57472024-10-18T22:50:02.886Z[ recovery-image] Oct 18 22:50:02.070 INFO O| Oct 18 22:50:02.070 INFO STEP 526 (remove_files) COMPLETE
57482024-10-18T22:50:02.887Z[ recovery-image] Oct 18 22:50:02.070 INFO O| Oct 18 22:50:02.070 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57492024-10-18T22:50:02.895Z[ recovery-image] Oct 18 22:50:02.081 INFO O| Oct 18 22:50:02.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57502024-10-18T22:50:02.895Z[ recovery-image] Oct 18 22:50:02.081 INFO O| Oct 18 22:50:02.081 INFO STEP 527 (remove_files) COMPLETE
57512024-10-18T22:50:02.897Z[ recovery-image] Oct 18 22:50:02.081 INFO O| Oct 18 22:50:02.081 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57522024-10-18T22:50:02.905Z[ recovery-image] Oct 18 22:50:02.091 INFO O| Oct 18 22:50:02.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57532024-10-18T22:50:02.905Z[ recovery-image] Oct 18 22:50:02.091 INFO O| Oct 18 22:50:02.091 INFO STEP 528 (remove_files) COMPLETE
57542024-10-18T22:50:02.908Z[ recovery-image] Oct 18 22:50:02.091 INFO O| Oct 18 22:50:02.091 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57552024-10-18T22:50:02.916Z[ recovery-image] Oct 18 22:50:02.102 INFO O| Oct 18 22:50:02.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57562024-10-18T22:50:02.916Z[ recovery-image] Oct 18 22:50:02.102 INFO O| Oct 18 22:50:02.102 INFO STEP 529 (remove_files) COMPLETE
57572024-10-18T22:50:02.916Z[ recovery-image] Oct 18 22:50:02.102 INFO O| Oct 18 22:50:02.102 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57582024-10-18T22:50:02.926Z[ recovery-image] Oct 18 22:50:02.112 INFO O| Oct 18 22:50:02.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57592024-10-18T22:50:02.928Z[ recovery-image] Oct 18 22:50:02.112 INFO O| Oct 18 22:50:02.112 INFO STEP 530 (remove_files) COMPLETE
57602024-10-18T22:50:02.928Z[ recovery-image] Oct 18 22:50:02.112 INFO O| Oct 18 22:50:02.112 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57612024-10-18T22:50:02.936Z[ recovery-image] Oct 18 22:50:02.122 INFO O| Oct 18 22:50:02.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57622024-10-18T22:50:02.938Z[ recovery-image] Oct 18 22:50:02.122 INFO O| Oct 18 22:50:02.122 INFO STEP 531 (remove_files) COMPLETE
57632024-10-18T22:50:02.938Z[ recovery-image] Oct 18 22:50:02.122 INFO O| Oct 18 22:50:02.122 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57642024-10-18T22:50:02.946Z[ recovery-image] Oct 18 22:50:02.132 INFO O| Oct 18 22:50:02.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57652024-10-18T22:50:02.946Z[ recovery-image] Oct 18 22:50:02.132 INFO O| Oct 18 22:50:02.132 INFO STEP 532 (remove_files) COMPLETE
57662024-10-18T22:50:02.949Z[ recovery-image] Oct 18 22:50:02.132 INFO O| Oct 18 22:50:02.132 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57672024-10-18T22:50:02.957Z[ recovery-image] Oct 18 22:50:02.143 INFO O| Oct 18 22:50:02.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57682024-10-18T22:50:02.959Z[ recovery-image] Oct 18 22:50:02.143 INFO O| Oct 18 22:50:02.143 INFO STEP 533 (remove_files) COMPLETE
57692024-10-18T22:50:02.959Z[ recovery-image] Oct 18 22:50:02.143 INFO O| Oct 18 22:50:02.143 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57702024-10-18T22:50:02.967Z[ recovery-image] Oct 18 22:50:02.153 INFO O| Oct 18 22:50:02.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57712024-10-18T22:50:02.970Z[ recovery-image] Oct 18 22:50:02.153 INFO O| Oct 18 22:50:02.153 INFO STEP 534 (remove_files) COMPLETE
57722024-10-18T22:50:02.970Z[ recovery-image] Oct 18 22:50:02.153 INFO O| Oct 18 22:50:02.153 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57732024-10-18T22:50:02.977Z[ recovery-image] Oct 18 22:50:02.163 INFO O| Oct 18 22:50:02.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57742024-10-18T22:50:02.980Z[ recovery-image] Oct 18 22:50:02.163 INFO O| Oct 18 22:50:02.163 INFO STEP 535 (remove_files) COMPLETE
57752024-10-18T22:50:02.980Z[ recovery-image] Oct 18 22:50:02.163 INFO O| Oct 18 22:50:02.163 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57762024-10-18T22:50:02.987Z[ recovery-image] Oct 18 22:50:02.173 INFO O| Oct 18 22:50:02.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57772024-10-18T22:50:02.989Z[ recovery-image] Oct 18 22:50:02.173 INFO O| Oct 18 22:50:02.173 INFO STEP 536 (remove_files) COMPLETE
57782024-10-18T22:50:02.990Z[ recovery-image] Oct 18 22:50:02.173 INFO O| Oct 18 22:50:02.173 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57792024-10-18T22:50:02.998Z[ recovery-image] Oct 18 22:50:02.183 INFO O| Oct 18 22:50:02.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57802024-10-18T22:50:02.998Z[ recovery-image] Oct 18 22:50:02.183 INFO O| Oct 18 22:50:02.183 INFO STEP 537 (remove_files) COMPLETE
57812024-10-18T22:50:02.998Z[ recovery-image] Oct 18 22:50:02.183 INFO O| Oct 18 22:50:02.183 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57822024-10-18T22:50:03.007Z[ recovery-image] Oct 18 22:50:02.192 INFO O| Oct 18 22:50:02.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57832024-10-18T22:50:03.009Z[ recovery-image] Oct 18 22:50:02.192 INFO O| Oct 18 22:50:02.192 INFO STEP 538 (remove_files) COMPLETE
57842024-10-18T22:50:03.009Z[ recovery-image] Oct 18 22:50:02.192 INFO O| Oct 18 22:50:02.192 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57852024-10-18T22:50:03.017Z[ recovery-image] Oct 18 22:50:02.202 INFO O| Oct 18 22:50:02.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57862024-10-18T22:50:03.020Z[ recovery-image] Oct 18 22:50:02.202 INFO O| Oct 18 22:50:02.202 INFO STEP 539 (remove_files) COMPLETE
57872024-10-18T22:50:03.020Z[ recovery-image] Oct 18 22:50:02.202 INFO O| Oct 18 22:50:02.202 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57882024-10-18T22:50:03.026Z[ recovery-image] Oct 18 22:50:02.212 INFO O| Oct 18 22:50:02.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57892024-10-18T22:50:03.026Z[ recovery-image] Oct 18 22:50:02.212 INFO O| Oct 18 22:50:02.212 INFO STEP 540 (remove_files) COMPLETE
57902024-10-18T22:50:03.029Z[ recovery-image] Oct 18 22:50:02.212 INFO O| Oct 18 22:50:02.212 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57912024-10-18T22:50:03.036Z[ recovery-image] Oct 18 22:50:02.221 INFO O| Oct 18 22:50:02.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57922024-10-18T22:50:03.036Z[ recovery-image] Oct 18 22:50:02.222 INFO O| Oct 18 22:50:02.222 INFO STEP 541 (remove_files) COMPLETE
57932024-10-18T22:50:03.040Z[ recovery-image] Oct 18 22:50:02.222 INFO O| Oct 18 22:50:02.222 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57942024-10-18T22:50:03.046Z[ recovery-image] Oct 18 22:50:02.231 INFO O| Oct 18 22:50:02.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57952024-10-18T22:50:03.046Z[ recovery-image] Oct 18 22:50:02.231 INFO O| Oct 18 22:50:02.231 INFO STEP 542 (remove_files) COMPLETE
57962024-10-18T22:50:03.048Z[ recovery-image] Oct 18 22:50:02.231 INFO O| Oct 18 22:50:02.231 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57972024-10-18T22:50:03.057Z[ recovery-image] Oct 18 22:50:02.243 INFO O| Oct 18 22:50:02.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57982024-10-18T22:50:03.057Z[ recovery-image] Oct 18 22:50:02.243 INFO O| Oct 18 22:50:02.243 INFO STEP 543 (remove_files) COMPLETE
57992024-10-18T22:50:03.059Z[ recovery-image] Oct 18 22:50:02.243 INFO O| Oct 18 22:50:02.243 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58002024-10-18T22:50:03.067Z[ recovery-image] Oct 18 22:50:02.253 INFO O| Oct 18 22:50:02.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
58012024-10-18T22:50:03.067Z[ recovery-image] Oct 18 22:50:02.253 INFO O| Oct 18 22:50:02.253 INFO STEP 544 (remove_files) COMPLETE
58022024-10-18T22:50:03.067Z[ recovery-image] Oct 18 22:50:02.253 INFO O| Oct 18 22:50:02.253 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58032024-10-18T22:50:03.077Z[ recovery-image] Oct 18 22:50:02.263 INFO O| Oct 18 22:50:02.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
58042024-10-18T22:50:03.079Z[ recovery-image] Oct 18 22:50:02.263 INFO O| Oct 18 22:50:02.263 INFO STEP 545 (remove_files) COMPLETE
58052024-10-18T22:50:03.079Z[ recovery-image] Oct 18 22:50:02.263 INFO O| Oct 18 22:50:02.263 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58062024-10-18T22:50:03.087Z[ recovery-image] Oct 18 22:50:02.273 INFO O| Oct 18 22:50:02.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
58072024-10-18T22:50:03.090Z[ recovery-image] Oct 18 22:50:02.273 INFO O| Oct 18 22:50:02.273 INFO STEP 546 (remove_files) COMPLETE
58082024-10-18T22:50:03.090Z[ recovery-image] Oct 18 22:50:02.273 INFO O| Oct 18 22:50:02.273 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58092024-10-18T22:50:03.099Z[ recovery-image] Oct 18 22:50:02.285 INFO O| Oct 18 22:50:02.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58102024-10-18T22:50:03.101Z[ recovery-image] Oct 18 22:50:02.285 INFO O| Oct 18 22:50:02.285 INFO STEP 547 (remove_files) COMPLETE
58112024-10-18T22:50:03.101Z[ recovery-image] Oct 18 22:50:02.285 INFO O| Oct 18 22:50:02.285 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58122024-10-18T22:50:03.110Z[ recovery-image] Oct 18 22:50:02.296 INFO O| Oct 18 22:50:02.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58132024-10-18T22:50:03.111Z[ recovery-image] Oct 18 22:50:02.296 INFO O| Oct 18 22:50:02.296 INFO STEP 548 (remove_files) COMPLETE
58142024-10-18T22:50:03.111Z[ recovery-image] Oct 18 22:50:02.296 INFO O| Oct 18 22:50:02.296 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58152024-10-18T22:50:03.122Z[ recovery-image] Oct 18 22:50:02.308 INFO O| Oct 18 22:50:02.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58162024-10-18T22:50:03.122Z[ recovery-image] Oct 18 22:50:02.308 INFO O| Oct 18 22:50:02.308 INFO STEP 549 (remove_files) COMPLETE
58172024-10-18T22:50:03.122Z[ recovery-image] Oct 18 22:50:02.308 INFO O| Oct 18 22:50:02.308 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58182024-10-18T22:50:03.133Z[ recovery-image] Oct 18 22:50:02.319 INFO O| Oct 18 22:50:02.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58192024-10-18T22:50:03.135Z[ recovery-image] Oct 18 22:50:02.319 INFO O| Oct 18 22:50:02.319 INFO STEP 550 (remove_files) COMPLETE
58202024-10-18T22:50:03.135Z[ recovery-image] Oct 18 22:50:02.319 INFO O| Oct 18 22:50:02.319 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58212024-10-18T22:50:03.144Z[ recovery-image] Oct 18 22:50:02.329 INFO O| Oct 18 22:50:02.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58222024-10-18T22:50:03.146Z[ recovery-image] Oct 18 22:50:02.329 INFO O| Oct 18 22:50:02.329 INFO STEP 551 (remove_files) COMPLETE
58232024-10-18T22:50:03.146Z[ recovery-image] Oct 18 22:50:02.329 INFO O| Oct 18 22:50:02.329 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58242024-10-18T22:50:03.154Z[ recovery-image] Oct 18 22:50:02.339 INFO O| Oct 18 22:50:02.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58252024-10-18T22:50:03.154Z[ recovery-image] Oct 18 22:50:02.339 INFO O| Oct 18 22:50:02.339 INFO STEP 552 (remove_files) COMPLETE
58262024-10-18T22:50:03.154Z[ recovery-image] Oct 18 22:50:02.339 INFO O| Oct 18 22:50:02.339 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58272024-10-18T22:50:03.163Z[ recovery-image] Oct 18 22:50:02.349 INFO O| Oct 18 22:50:02.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58282024-10-18T22:50:03.163Z[ recovery-image] Oct 18 22:50:02.349 INFO O| Oct 18 22:50:02.349 INFO STEP 553 (remove_files) COMPLETE
58292024-10-18T22:50:03.166Z[ recovery-image] Oct 18 22:50:02.349 INFO O| Oct 18 22:50:02.349 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58302024-10-18T22:50:03.174Z[ recovery-image] Oct 18 22:50:02.359 INFO O| Oct 18 22:50:02.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58312024-10-18T22:50:03.176Z[ recovery-image] Oct 18 22:50:02.359 INFO O| Oct 18 22:50:02.359 INFO STEP 554 (remove_files) COMPLETE
58322024-10-18T22:50:03.176Z[ recovery-image] Oct 18 22:50:02.359 INFO O| Oct 18 22:50:02.359 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58332024-10-18T22:50:03.183Z[ recovery-image] Oct 18 22:50:02.369 INFO O| Oct 18 22:50:02.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58342024-10-18T22:50:03.186Z[ recovery-image] Oct 18 22:50:02.369 INFO O| Oct 18 22:50:02.369 INFO STEP 555 (remove_files) COMPLETE
58352024-10-18T22:50:03.187Z[ recovery-image] Oct 18 22:50:02.369 INFO O| Oct 18 22:50:02.369 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58362024-10-18T22:50:03.192Z[ recovery-image] Oct 18 22:50:02.378 INFO O| Oct 18 22:50:02.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58372024-10-18T22:50:03.194Z[ recovery-image] Oct 18 22:50:02.378 INFO O| Oct 18 22:50:02.378 INFO STEP 556 (remove_files) COMPLETE
58382024-10-18T22:50:03.194Z[ recovery-image] Oct 18 22:50:02.378 INFO O| Oct 18 22:50:02.378 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58392024-10-18T22:50:03.202Z[ recovery-image] Oct 18 22:50:02.388 INFO O| Oct 18 22:50:02.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58402024-10-18T22:50:03.204Z[ recovery-image] Oct 18 22:50:02.388 INFO O| Oct 18 22:50:02.388 INFO STEP 557 (remove_files) COMPLETE
58412024-10-18T22:50:03.204Z[ recovery-image] Oct 18 22:50:02.388 INFO O| Oct 18 22:50:02.388 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58422024-10-18T22:50:03.212Z[ recovery-image] Oct 18 22:50:02.397 INFO O| Oct 18 22:50:02.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58432024-10-18T22:50:03.212Z[ recovery-image] Oct 18 22:50:02.398 INFO O| Oct 18 22:50:02.397 INFO STEP 558 (remove_files) COMPLETE
58442024-10-18T22:50:03.212Z[ recovery-image] Oct 18 22:50:02.398 INFO O| Oct 18 22:50:02.398 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58452024-10-18T22:50:03.221Z[ recovery-image] Oct 18 22:50:02.407 INFO O| Oct 18 22:50:02.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58462024-10-18T22:50:03.223Z[ recovery-image] Oct 18 22:50:02.407 INFO O| Oct 18 22:50:02.407 INFO STEP 559 (remove_files) COMPLETE
58472024-10-18T22:50:03.223Z[ recovery-image] Oct 18 22:50:02.407 INFO O| Oct 18 22:50:02.407 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58482024-10-18T22:50:03.231Z[ recovery-image] Oct 18 22:50:02.417 INFO O| Oct 18 22:50:02.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58492024-10-18T22:50:03.233Z[ recovery-image] Oct 18 22:50:02.417 INFO O| Oct 18 22:50:02.417 INFO STEP 560 (remove_files) COMPLETE
58502024-10-18T22:50:03.233Z[ recovery-image] Oct 18 22:50:02.417 INFO O| Oct 18 22:50:02.417 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58512024-10-18T22:50:03.241Z[ recovery-image] Oct 18 22:50:02.426 INFO O| Oct 18 22:50:02.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58522024-10-18T22:50:03.243Z[ recovery-image] Oct 18 22:50:02.427 INFO O| Oct 18 22:50:02.427 INFO STEP 561 (remove_files) COMPLETE
58532024-10-18T22:50:03.243Z[ recovery-image] Oct 18 22:50:02.427 INFO O| Oct 18 22:50:02.427 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58542024-10-18T22:50:03.251Z[ recovery-image] Oct 18 22:50:02.437 INFO O| Oct 18 22:50:02.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58552024-10-18T22:50:03.251Z[ recovery-image] Oct 18 22:50:02.437 INFO O| Oct 18 22:50:02.437 INFO STEP 562 (remove_files) COMPLETE
58562024-10-18T22:50:03.251Z[ recovery-image] Oct 18 22:50:02.437 INFO O| Oct 18 22:50:02.437 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58572024-10-18T22:50:03.261Z[ recovery-image] Oct 18 22:50:02.447 INFO O| Oct 18 22:50:02.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58582024-10-18T22:50:03.261Z[ recovery-image] Oct 18 22:50:02.447 INFO O| Oct 18 22:50:02.447 INFO STEP 563 (remove_files) COMPLETE
58592024-10-18T22:50:03.263Z[ recovery-image] Oct 18 22:50:02.447 INFO O| Oct 18 22:50:02.447 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58602024-10-18T22:50:03.271Z[ recovery-image] Oct 18 22:50:02.456 INFO O| Oct 18 22:50:02.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58612024-10-18T22:50:03.271Z[ recovery-image] Oct 18 22:50:02.456 INFO O| Oct 18 22:50:02.456 INFO STEP 564 (remove_files) COMPLETE
58622024-10-18T22:50:03.271Z[ recovery-image] Oct 18 22:50:02.457 INFO O| Oct 18 22:50:02.456 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58632024-10-18T22:50:03.280Z[ recovery-image] Oct 18 22:50:02.466 INFO O| Oct 18 22:50:02.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58642024-10-18T22:50:03.281Z[ recovery-image] Oct 18 22:50:02.466 INFO O| Oct 18 22:50:02.466 INFO STEP 565 (remove_files) COMPLETE
58652024-10-18T22:50:03.283Z[ recovery-image] Oct 18 22:50:02.466 INFO O| Oct 18 22:50:02.466 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58662024-10-18T22:50:03.290Z[ recovery-image] Oct 18 22:50:02.476 INFO O| Oct 18 22:50:02.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58672024-10-18T22:50:03.290Z[ recovery-image] Oct 18 22:50:02.476 INFO O| Oct 18 22:50:02.476 INFO STEP 566 (remove_files) COMPLETE
58682024-10-18T22:50:03.293Z[ recovery-image] Oct 18 22:50:02.476 INFO O| Oct 18 22:50:02.476 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58692024-10-18T22:50:03.300Z[ recovery-image] Oct 18 22:50:02.486 INFO O| Oct 18 22:50:02.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58702024-10-18T22:50:03.300Z[ recovery-image] Oct 18 22:50:02.486 INFO O| Oct 18 22:50:02.486 INFO STEP 567 (remove_files) COMPLETE
58712024-10-18T22:50:03.300Z[ recovery-image] Oct 18 22:50:02.486 INFO O| Oct 18 22:50:02.486 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58722024-10-18T22:50:03.310Z[ recovery-image] Oct 18 22:50:02.496 INFO O| Oct 18 22:50:02.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58732024-10-18T22:50:03.312Z[ recovery-image] Oct 18 22:50:02.496 INFO O| Oct 18 22:50:02.496 INFO STEP 568 (remove_files) COMPLETE
58742024-10-18T22:50:03.312Z[ recovery-image] Oct 18 22:50:02.496 INFO O| Oct 18 22:50:02.496 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58752024-10-18T22:50:03.320Z[ recovery-image] Oct 18 22:50:02.506 INFO O| Oct 18 22:50:02.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58762024-10-18T22:50:03.320Z[ recovery-image] Oct 18 22:50:02.506 INFO O| Oct 18 22:50:02.506 INFO STEP 569 (remove_files) COMPLETE
58772024-10-18T22:50:03.322Z[ recovery-image] Oct 18 22:50:02.506 INFO O| Oct 18 22:50:02.506 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58782024-10-18T22:50:03.329Z[ recovery-image] Oct 18 22:50:02.515 INFO O| Oct 18 22:50:02.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58792024-10-18T22:50:03.329Z[ recovery-image] Oct 18 22:50:02.515 INFO O| Oct 18 22:50:02.515 INFO STEP 570 (remove_files) COMPLETE
58802024-10-18T22:50:03.332Z[ recovery-image] Oct 18 22:50:02.515 INFO O| Oct 18 22:50:02.515 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58812024-10-18T22:50:03.339Z[ recovery-image] Oct 18 22:50:02.525 INFO O| Oct 18 22:50:02.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58822024-10-18T22:50:03.339Z[ recovery-image] Oct 18 22:50:02.525 INFO O| Oct 18 22:50:02.525 INFO STEP 571 (remove_files) COMPLETE
58832024-10-18T22:50:03.342Z[ recovery-image] Oct 18 22:50:02.525 INFO O| Oct 18 22:50:02.525 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58842024-10-18T22:50:03.349Z[ recovery-image] Oct 18 22:50:02.535 INFO O| Oct 18 22:50:02.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58852024-10-18T22:50:03.349Z[ recovery-image] Oct 18 22:50:02.535 INFO O| Oct 18 22:50:02.535 INFO STEP 572 (remove_files) COMPLETE
58862024-10-18T22:50:03.351Z[ recovery-image] Oct 18 22:50:02.535 INFO O| Oct 18 22:50:02.535 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58872024-10-18T22:50:03.358Z[ recovery-image] Oct 18 22:50:02.544 INFO O| Oct 18 22:50:02.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58882024-10-18T22:50:03.358Z[ recovery-image] Oct 18 22:50:02.544 INFO O| Oct 18 22:50:02.544 INFO STEP 573 (remove_files) COMPLETE
58892024-10-18T22:50:03.358Z[ recovery-image] Oct 18 22:50:02.544 INFO O| Oct 18 22:50:02.544 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58902024-10-18T22:50:03.369Z[ recovery-image] Oct 18 22:50:02.554 INFO O| Oct 18 22:50:02.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58912024-10-18T22:50:03.369Z[ recovery-image] Oct 18 22:50:02.555 INFO O| Oct 18 22:50:02.555 INFO STEP 574 (remove_files) COMPLETE
58922024-10-18T22:50:03.369Z[ recovery-image] Oct 18 22:50:02.555 INFO O| Oct 18 22:50:02.555 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58932024-10-18T22:50:03.381Z[ recovery-image] Oct 18 22:50:02.567 INFO O| Oct 18 22:50:02.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58942024-10-18T22:50:03.381Z[ recovery-image] Oct 18 22:50:02.567 INFO O| Oct 18 22:50:02.567 INFO STEP 575 (remove_files) COMPLETE
58952024-10-18T22:50:03.381Z[ recovery-image] Oct 18 22:50:02.567 INFO O| Oct 18 22:50:02.567 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58962024-10-18T22:50:03.392Z[ recovery-image] Oct 18 22:50:02.578 INFO O| Oct 18 22:50:02.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58972024-10-18T22:50:03.392Z[ recovery-image] Oct 18 22:50:02.578 INFO O| Oct 18 22:50:02.578 INFO STEP 576 (remove_files) COMPLETE
58982024-10-18T22:50:03.395Z[ recovery-image] Oct 18 22:50:02.578 INFO O| Oct 18 22:50:02.578 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58992024-10-18T22:50:03.402Z[ recovery-image] Oct 18 22:50:02.588 INFO O| Oct 18 22:50:02.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
59002024-10-18T22:50:03.402Z[ recovery-image] Oct 18 22:50:02.588 INFO O| Oct 18 22:50:02.588 INFO STEP 577 (remove_files) COMPLETE
59012024-10-18T22:50:03.402Z[ recovery-image] Oct 18 22:50:02.588 INFO O| Oct 18 22:50:02.588 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59022024-10-18T22:50:03.413Z[ recovery-image] Oct 18 22:50:02.599 INFO O| Oct 18 22:50:02.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
59032024-10-18T22:50:03.413Z[ recovery-image] Oct 18 22:50:02.599 INFO O| Oct 18 22:50:02.599 INFO STEP 578 (remove_files) COMPLETE
59042024-10-18T22:50:03.413Z[ recovery-image] Oct 18 22:50:02.599 INFO O| Oct 18 22:50:02.599 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59052024-10-18T22:50:03.424Z[ recovery-image] Oct 18 22:50:02.609 INFO O| Oct 18 22:50:02.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
59062024-10-18T22:50:03.424Z[ recovery-image] Oct 18 22:50:02.610 INFO O| Oct 18 22:50:02.610 INFO STEP 579 (remove_files) COMPLETE
59072024-10-18T22:50:03.424Z[ recovery-image] Oct 18 22:50:02.610 INFO O| Oct 18 22:50:02.610 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59082024-10-18T22:50:03.434Z[ recovery-image] Oct 18 22:50:02.620 INFO O| Oct 18 22:50:02.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59092024-10-18T22:50:03.434Z[ recovery-image] Oct 18 22:50:02.620 INFO O| Oct 18 22:50:02.620 INFO STEP 580 (remove_files) COMPLETE
59102024-10-18T22:50:03.434Z[ recovery-image] Oct 18 22:50:02.620 INFO O| Oct 18 22:50:02.620 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59112024-10-18T22:50:03.447Z[ recovery-image] Oct 18 22:50:02.633 INFO O| Oct 18 22:50:02.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59122024-10-18T22:50:03.447Z[ recovery-image] Oct 18 22:50:02.633 INFO O| Oct 18 22:50:02.633 INFO STEP 581 (remove_files) COMPLETE
59132024-10-18T22:50:03.450Z[ recovery-image] Oct 18 22:50:02.633 INFO O| Oct 18 22:50:02.633 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59142024-10-18T22:50:03.460Z[ recovery-image] Oct 18 22:50:02.646 INFO O| Oct 18 22:50:02.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59152024-10-18T22:50:03.460Z[ recovery-image] Oct 18 22:50:02.646 INFO O| Oct 18 22:50:02.646 INFO STEP 582 (remove_files) COMPLETE
59162024-10-18T22:50:03.463Z[ recovery-image] Oct 18 22:50:02.646 INFO O| Oct 18 22:50:02.646 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59172024-10-18T22:50:03.471Z[ recovery-image] Oct 18 22:50:02.657 INFO O| Oct 18 22:50:02.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59182024-10-18T22:50:03.473Z[ recovery-image] Oct 18 22:50:02.657 INFO O| Oct 18 22:50:02.657 INFO STEP 583 (remove_files) COMPLETE
59192024-10-18T22:50:03.473Z[ recovery-image] Oct 18 22:50:02.657 INFO O| Oct 18 22:50:02.657 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59202024-10-18T22:50:03.482Z[ recovery-image] Oct 18 22:50:02.668 INFO O| Oct 18 22:50:02.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59212024-10-18T22:50:03.484Z[ recovery-image] Oct 18 22:50:02.668 INFO O| Oct 18 22:50:02.668 INFO STEP 584 (remove_files) COMPLETE
59222024-10-18T22:50:03.484Z[ recovery-image] Oct 18 22:50:02.668 INFO O| Oct 18 22:50:02.668 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59232024-10-18T22:50:03.493Z[ recovery-image] Oct 18 22:50:02.678 INFO O| Oct 18 22:50:02.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59242024-10-18T22:50:03.493Z[ recovery-image] Oct 18 22:50:02.678 INFO O| Oct 18 22:50:02.678 INFO STEP 585 (remove_files) COMPLETE
59252024-10-18T22:50:03.495Z[ recovery-image] Oct 18 22:50:02.678 INFO O| Oct 18 22:50:02.678 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59262024-10-18T22:50:03.502Z[ recovery-image] Oct 18 22:50:02.688 INFO O| Oct 18 22:50:02.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59272024-10-18T22:50:03.505Z[ recovery-image] Oct 18 22:50:02.688 INFO O| Oct 18 22:50:02.688 INFO STEP 586 (remove_files) COMPLETE
59282024-10-18T22:50:03.505Z[ recovery-image] Oct 18 22:50:02.688 INFO O| Oct 18 22:50:02.688 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-10-18T22:50:03.512Z[ recovery-image] Oct 18 22:50:02.698 INFO O| Oct 18 22:50:02.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59302024-10-18T22:50:03.515Z[ recovery-image] Oct 18 22:50:02.698 INFO O| Oct 18 22:50:02.698 INFO STEP 587 (remove_files) COMPLETE
59312024-10-18T22:50:03.515Z[ recovery-image] Oct 18 22:50:02.698 INFO O| Oct 18 22:50:02.698 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-10-18T22:50:03.523Z[ recovery-image] Oct 18 22:50:02.708 INFO O| Oct 18 22:50:02.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59332024-10-18T22:50:03.523Z[ recovery-image] Oct 18 22:50:02.708 INFO O| Oct 18 22:50:02.708 INFO STEP 588 (remove_files) COMPLETE
59342024-10-18T22:50:03.525Z[ recovery-image] Oct 18 22:50:02.708 INFO O| Oct 18 22:50:02.708 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-10-18T22:50:03.532Z[ recovery-image] Oct 18 22:50:02.718 INFO O| Oct 18 22:50:02.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59362024-10-18T22:50:03.535Z[ recovery-image] Oct 18 22:50:02.718 INFO O| Oct 18 22:50:02.718 INFO STEP 589 (remove_files) COMPLETE
59372024-10-18T22:50:03.535Z[ recovery-image] Oct 18 22:50:02.718 INFO O| Oct 18 22:50:02.718 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-10-18T22:50:03.542Z[ recovery-image] Oct 18 22:50:02.728 INFO O| Oct 18 22:50:02.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59392024-10-18T22:50:03.542Z[ recovery-image] Oct 18 22:50:02.728 INFO O| Oct 18 22:50:02.728 INFO STEP 590 (remove_files) COMPLETE
59402024-10-18T22:50:03.544Z[ recovery-image] Oct 18 22:50:02.728 INFO O| Oct 18 22:50:02.728 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-10-18T22:50:03.552Z[ recovery-image] Oct 18 22:50:02.738 INFO O| Oct 18 22:50:02.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59422024-10-18T22:50:03.554Z[ recovery-image] Oct 18 22:50:02.738 INFO O| Oct 18 22:50:02.738 INFO STEP 591 (remove_files) COMPLETE
59432024-10-18T22:50:03.554Z[ recovery-image] Oct 18 22:50:02.738 INFO O| Oct 18 22:50:02.738 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-10-18T22:50:03.562Z[ recovery-image] Oct 18 22:50:02.748 INFO O| Oct 18 22:50:02.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59452024-10-18T22:50:03.562Z[ recovery-image] Oct 18 22:50:02.748 INFO O| Oct 18 22:50:02.748 INFO STEP 592 (remove_files) COMPLETE
59462024-10-18T22:50:03.565Z[ recovery-image] Oct 18 22:50:02.748 INFO O| Oct 18 22:50:02.748 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-10-18T22:50:03.572Z[ recovery-image] Oct 18 22:50:02.758 INFO O| Oct 18 22:50:02.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59482024-10-18T22:50:03.575Z[ recovery-image] Oct 18 22:50:02.758 INFO O| Oct 18 22:50:02.758 INFO STEP 593 (remove_files) COMPLETE
59492024-10-18T22:50:03.575Z[ recovery-image] Oct 18 22:50:02.758 INFO O| Oct 18 22:50:02.758 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-10-18T22:50:03.582Z[ recovery-image] Oct 18 22:50:02.768 INFO O| Oct 18 22:50:02.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59512024-10-18T22:50:03.586Z[ recovery-image] Oct 18 22:50:02.768 INFO O| Oct 18 22:50:02.768 INFO STEP 594 (remove_files) COMPLETE
59522024-10-18T22:50:03.586Z[ recovery-image] Oct 18 22:50:02.768 INFO O| Oct 18 22:50:02.768 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-10-18T22:50:03.597Z[ recovery-image] Oct 18 22:50:02.781 INFO O| Oct 18 22:50:02.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59542024-10-18T22:50:03.597Z[ recovery-image] Oct 18 22:50:02.781 INFO O| Oct 18 22:50:02.781 INFO STEP 595 (remove_files) COMPLETE
59552024-10-18T22:50:03.599Z[ recovery-image] Oct 18 22:50:02.781 INFO O| Oct 18 22:50:02.781 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-10-18T22:50:03.610Z[ recovery-image] Oct 18 22:50:02.796 INFO O| Oct 18 22:50:02.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59572024-10-18T22:50:03.613Z[ recovery-image] Oct 18 22:50:02.796 INFO O| Oct 18 22:50:02.796 INFO STEP 596 (remove_files) COMPLETE
59582024-10-18T22:50:03.613Z[ recovery-image] Oct 18 22:50:02.796 INFO O| Oct 18 22:50:02.796 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-10-18T22:50:03.626Z[ recovery-image] Oct 18 22:50:02.812 INFO O| Oct 18 22:50:02.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59602024-10-18T22:50:03.628Z[ recovery-image] Oct 18 22:50:02.812 INFO O| Oct 18 22:50:02.812 INFO STEP 597 (remove_files) COMPLETE
59612024-10-18T22:50:03.628Z[ recovery-image] Oct 18 22:50:02.812 INFO O| Oct 18 22:50:02.812 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-10-18T22:50:03.641Z[ recovery-image] Oct 18 22:50:02.827 INFO O| Oct 18 22:50:02.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59632024-10-18T22:50:03.643Z[ recovery-image] Oct 18 22:50:02.827 INFO O| Oct 18 22:50:02.827 INFO STEP 598 (remove_files) COMPLETE
59642024-10-18T22:50:03.644Z[ recovery-image] Oct 18 22:50:02.827 INFO O| Oct 18 22:50:02.827 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-10-18T22:50:03.660Z[ recovery-image] Oct 18 22:50:02.846 INFO O| Oct 18 22:50:02.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59662024-10-18T22:50:03.662Z[ recovery-image] Oct 18 22:50:02.846 INFO O| Oct 18 22:50:02.846 INFO STEP 599 (remove_files) COMPLETE
59672024-10-18T22:50:03.662Z[ recovery-image] Oct 18 22:50:02.846 INFO O| Oct 18 22:50:02.846 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-10-18T22:50:03.679Z[ recovery-image] Oct 18 22:50:02.865 INFO O| Oct 18 22:50:02.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59692024-10-18T22:50:03.679Z[ recovery-image] Oct 18 22:50:02.865 INFO O| Oct 18 22:50:02.865 INFO STEP 600 (remove_files) COMPLETE
59702024-10-18T22:50:03.682Z[ recovery-image] Oct 18 22:50:02.865 INFO O| Oct 18 22:50:02.865 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-10-18T22:50:03.699Z[ recovery-image] Oct 18 22:50:02.884 INFO O| Oct 18 22:50:02.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59722024-10-18T22:50:03.701Z[ recovery-image] Oct 18 22:50:02.885 INFO O| Oct 18 22:50:02.884 INFO STEP 601 (remove_files) COMPLETE
59732024-10-18T22:50:03.701Z[ recovery-image] Oct 18 22:50:02.885 INFO O| Oct 18 22:50:02.885 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-10-18T22:50:03.714Z[ recovery-image] Oct 18 22:50:02.900 INFO O| Oct 18 22:50:02.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59752024-10-18T22:50:03.717Z[ recovery-image] Oct 18 22:50:02.900 INFO O| Oct 18 22:50:02.900 INFO STEP 602 (remove_files) COMPLETE
59762024-10-18T22:50:03.717Z[ recovery-image] Oct 18 22:50:02.900 INFO O| Oct 18 22:50:02.900 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-10-18T22:50:03.729Z[ recovery-image] Oct 18 22:50:02.915 INFO O| Oct 18 22:50:02.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59782024-10-18T22:50:03.732Z[ recovery-image] Oct 18 22:50:02.915 INFO O| Oct 18 22:50:02.915 INFO STEP 603 (remove_files) COMPLETE
59792024-10-18T22:50:03.732Z[ recovery-image] Oct 18 22:50:02.915 INFO O| Oct 18 22:50:02.915 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-10-18T22:50:03.749Z[ recovery-image] Oct 18 22:50:02.935 INFO O| Oct 18 22:50:02.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59812024-10-18T22:50:03.752Z[ recovery-image] Oct 18 22:50:02.935 INFO O| Oct 18 22:50:02.935 INFO STEP 604 (remove_files) COMPLETE
59822024-10-18T22:50:03.752Z[ recovery-image] Oct 18 22:50:02.935 INFO O| Oct 18 22:50:02.935 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-10-18T22:50:03.768Z[ recovery-image] Oct 18 22:50:02.954 INFO O| Oct 18 22:50:02.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59842024-10-18T22:50:03.771Z[ recovery-image] Oct 18 22:50:02.954 INFO O| Oct 18 22:50:02.954 INFO STEP 605 (remove_files) COMPLETE
59852024-10-18T22:50:03.771Z[ recovery-image] Oct 18 22:50:02.954 INFO O| Oct 18 22:50:02.954 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-10-18T22:50:03.786Z[ recovery-image] Oct 18 22:50:02.971 INFO O| Oct 18 22:50:02.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59872024-10-18T22:50:03.788Z[ recovery-image] Oct 18 22:50:02.972 INFO O| Oct 18 22:50:02.971 INFO STEP 606 (remove_files) COMPLETE
59882024-10-18T22:50:03.788Z[ recovery-image] Oct 18 22:50:02.972 INFO O| Oct 18 22:50:02.972 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-10-18T22:50:03.800Z[ recovery-image] Oct 18 22:50:02.986 INFO O| Oct 18 22:50:02.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59902024-10-18T22:50:03.803Z[ recovery-image] Oct 18 22:50:02.986 INFO O| Oct 18 22:50:02.986 INFO STEP 607 (remove_files) COMPLETE
59912024-10-18T22:50:03.803Z[ recovery-image] Oct 18 22:50:02.986 INFO O| Oct 18 22:50:02.986 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-10-18T22:50:03.815Z[ recovery-image] Oct 18 22:50:03.001 INFO O| Oct 18 22:50:03.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59932024-10-18T22:50:03.817Z[ recovery-image] Oct 18 22:50:03.001 INFO O| Oct 18 22:50:03.001 INFO STEP 608 (remove_files) COMPLETE
59942024-10-18T22:50:03.817Z[ recovery-image] Oct 18 22:50:03.001 INFO O| Oct 18 22:50:03.001 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-10-18T22:50:03.831Z[ recovery-image] Oct 18 22:50:03.017 INFO O| Oct 18 22:50:03.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59962024-10-18T22:50:03.834Z[ recovery-image] Oct 18 22:50:03.017 INFO O| Oct 18 22:50:03.017 INFO STEP 609 (remove_files) COMPLETE
59972024-10-18T22:50:03.834Z[ recovery-image] Oct 18 22:50:03.017 INFO O| Oct 18 22:50:03.017 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-10-18T22:50:03.847Z[ recovery-image] Oct 18 22:50:03.032 INFO O| Oct 18 22:50:03.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59992024-10-18T22:50:03.849Z[ recovery-image] Oct 18 22:50:03.032 INFO O| Oct 18 22:50:03.032 INFO STEP 610 (remove_files) COMPLETE
60002024-10-18T22:50:03.849Z[ recovery-image] Oct 18 22:50:03.032 INFO O| Oct 18 22:50:03.032 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-10-18T22:50:03.861Z[ recovery-image] Oct 18 22:50:03.047 INFO O| Oct 18 22:50:03.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
60022024-10-18T22:50:03.864Z[ recovery-image] Oct 18 22:50:03.047 INFO O| Oct 18 22:50:03.047 INFO STEP 611 (remove_files) COMPLETE
60032024-10-18T22:50:03.864Z[ recovery-image] Oct 18 22:50:03.047 INFO O| Oct 18 22:50:03.047 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-10-18T22:50:03.876Z[ recovery-image] Oct 18 22:50:03.062 INFO O| Oct 18 22:50:03.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
60052024-10-18T22:50:03.877Z[ recovery-image] Oct 18 22:50:03.062 INFO O| Oct 18 22:50:03.062 INFO STEP 612 (remove_files) COMPLETE
60062024-10-18T22:50:03.879Z[ recovery-image] Oct 18 22:50:03.062 INFO O| Oct 18 22:50:03.062 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-18T22:50:03.893Z[ recovery-image] Oct 18 22:50:03.079 INFO O| Oct 18 22:50:03.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60082024-10-18T22:50:03.895Z[ recovery-image] Oct 18 22:50:03.079 INFO O| Oct 18 22:50:03.079 INFO STEP 613 (remove_files) COMPLETE
60092024-10-18T22:50:03.895Z[ recovery-image] Oct 18 22:50:03.079 INFO O| Oct 18 22:50:03.079 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-18T22:50:03.908Z[ recovery-image] Oct 18 22:50:03.094 INFO O| Oct 18 22:50:03.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60112024-10-18T22:50:03.908Z[ recovery-image] Oct 18 22:50:03.094 INFO O| Oct 18 22:50:03.094 INFO STEP 614 (remove_files) COMPLETE
60122024-10-18T22:50:03.910Z[ recovery-image] Oct 18 22:50:03.094 INFO O| Oct 18 22:50:03.094 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-18T22:50:03.924Z[ recovery-image] Oct 18 22:50:03.110 INFO O| Oct 18 22:50:03.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60142024-10-18T22:50:03.924Z[ recovery-image] Oct 18 22:50:03.110 INFO O| Oct 18 22:50:03.110 INFO STEP 615 (remove_files) COMPLETE
60152024-10-18T22:50:03.926Z[ recovery-image] Oct 18 22:50:03.110 INFO O| Oct 18 22:50:03.110 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-18T22:50:03.939Z[ recovery-image] Oct 18 22:50:03.125 INFO O| Oct 18 22:50:03.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60172024-10-18T22:50:03.942Z[ recovery-image] Oct 18 22:50:03.125 INFO O| Oct 18 22:50:03.125 INFO STEP 616 (remove_files) COMPLETE
60182024-10-18T22:50:03.942Z[ recovery-image] Oct 18 22:50:03.125 INFO O| Oct 18 22:50:03.125 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-18T22:50:03.956Z[ recovery-image] Oct 18 22:50:03.141 INFO O| Oct 18 22:50:03.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60202024-10-18T22:50:03.956Z[ recovery-image] Oct 18 22:50:03.141 INFO O| Oct 18 22:50:03.141 INFO STEP 617 (remove_files) COMPLETE
60212024-10-18T22:50:03.956Z[ recovery-image] Oct 18 22:50:03.141 INFO O| Oct 18 22:50:03.141 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-18T22:50:03.972Z[ recovery-image] Oct 18 22:50:03.157 INFO O| Oct 18 22:50:03.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60232024-10-18T22:50:03.972Z[ recovery-image] Oct 18 22:50:03.157 INFO O| Oct 18 22:50:03.157 INFO STEP 618 (remove_files) COMPLETE
60242024-10-18T22:50:03.974Z[ recovery-image] Oct 18 22:50:03.157 INFO O| Oct 18 22:50:03.157 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-18T22:50:03.988Z[ recovery-image] Oct 18 22:50:03.173 INFO O| Oct 18 22:50:03.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60262024-10-18T22:50:03.988Z[ recovery-image] Oct 18 22:50:03.174 INFO O| Oct 18 22:50:03.174 INFO STEP 619 (remove_files) COMPLETE
60272024-10-18T22:50:03.990Z[ recovery-image] Oct 18 22:50:03.174 INFO O| Oct 18 22:50:03.174 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-10-18T22:50:04.004Z[ recovery-image] Oct 18 22:50:03.189 INFO O| Oct 18 22:50:03.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60292024-10-18T22:50:04.004Z[ recovery-image] Oct 18 22:50:03.189 INFO O| Oct 18 22:50:03.189 INFO STEP 620 (remove_files) COMPLETE
60302024-10-18T22:50:04.011Z[ recovery-image] Oct 18 22:50:03.189 INFO O| Oct 18 22:50:03.189 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-10-18T22:50:04.020Z[ recovery-image] Oct 18 22:50:03.205 INFO O| Oct 18 22:50:03.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60322024-10-18T22:50:04.020Z[ recovery-image] Oct 18 22:50:03.205 INFO O| Oct 18 22:50:03.205 INFO STEP 621 (remove_files) COMPLETE
60332024-10-18T22:50:04.020Z[ recovery-image] Oct 18 22:50:03.205 INFO O| Oct 18 22:50:03.205 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-10-18T22:50:04.039Z[ recovery-image] Oct 18 22:50:03.225 INFO O| Oct 18 22:50:03.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60352024-10-18T22:50:04.039Z[ recovery-image] Oct 18 22:50:03.225 INFO O| Oct 18 22:50:03.225 INFO STEP 622 (remove_files) COMPLETE
60362024-10-18T22:50:04.041Z[ recovery-image] Oct 18 22:50:03.225 INFO O| Oct 18 22:50:03.225 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-10-18T22:50:04.060Z[ recovery-image] Oct 18 22:50:03.245 INFO O| Oct 18 22:50:03.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60382024-10-18T22:50:04.060Z[ recovery-image] Oct 18 22:50:03.245 INFO O| Oct 18 22:50:03.245 INFO STEP 623 (remove_files) COMPLETE
60392024-10-18T22:50:04.062Z[ recovery-image] Oct 18 22:50:03.245 INFO O| Oct 18 22:50:03.245 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-10-18T22:50:04.074Z[ recovery-image] Oct 18 22:50:03.259 INFO O| Oct 18 22:50:03.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60412024-10-18T22:50:04.076Z[ recovery-image] Oct 18 22:50:03.259 INFO O| Oct 18 22:50:03.259 INFO STEP 624 (remove_files) COMPLETE
60422024-10-18T22:50:04.076Z[ recovery-image] Oct 18 22:50:03.259 INFO O| Oct 18 22:50:03.259 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-10-18T22:50:04.085Z[ recovery-image] Oct 18 22:50:03.270 INFO O| Oct 18 22:50:03.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60442024-10-18T22:50:04.087Z[ recovery-image] Oct 18 22:50:03.270 INFO O| Oct 18 22:50:03.270 INFO STEP 625 (remove_files) COMPLETE
60452024-10-18T22:50:04.087Z[ recovery-image] Oct 18 22:50:03.270 INFO O| Oct 18 22:50:03.270 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-10-18T22:50:04.095Z[ recovery-image] Oct 18 22:50:03.281 INFO O| Oct 18 22:50:03.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60472024-10-18T22:50:04.095Z[ recovery-image] Oct 18 22:50:03.281 INFO O| Oct 18 22:50:03.281 INFO STEP 626 (remove_files) COMPLETE
60482024-10-18T22:50:04.097Z[ recovery-image] Oct 18 22:50:03.281 INFO O| Oct 18 22:50:03.281 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60492024-10-18T22:50:04.105Z[ recovery-image] Oct 18 22:50:03.291 INFO O| Oct 18 22:50:03.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60502024-10-18T22:50:04.108Z[ recovery-image] Oct 18 22:50:03.291 INFO O| Oct 18 22:50:03.291 INFO STEP 627 (remove_files) COMPLETE
60512024-10-18T22:50:04.108Z[ recovery-image] Oct 18 22:50:03.291 INFO O| Oct 18 22:50:03.291 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60522024-10-18T22:50:04.115Z[ recovery-image] Oct 18 22:50:03.301 INFO O| Oct 18 22:50:03.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60532024-10-18T22:50:04.115Z[ recovery-image] Oct 18 22:50:03.301 INFO O| Oct 18 22:50:03.301 INFO STEP 628 (remove_files) COMPLETE
60542024-10-18T22:50:04.115Z[ recovery-image] Oct 18 22:50:03.301 INFO O| Oct 18 22:50:03.301 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60552024-10-18T22:50:04.125Z[ recovery-image] Oct 18 22:50:03.311 INFO O| Oct 18 22:50:03.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60562024-10-18T22:50:04.125Z[ recovery-image] Oct 18 22:50:03.311 INFO O| Oct 18 22:50:03.311 INFO STEP 629 (remove_files) COMPLETE
60572024-10-18T22:50:04.125Z[ recovery-image] Oct 18 22:50:03.311 INFO O| Oct 18 22:50:03.311 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60582024-10-18T22:50:04.135Z[ recovery-image] Oct 18 22:50:03.320 INFO O| Oct 18 22:50:03.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60592024-10-18T22:50:04.137Z[ recovery-image] Oct 18 22:50:03.320 INFO O| Oct 18 22:50:03.320 INFO STEP 630 (remove_files) COMPLETE
60602024-10-18T22:50:04.137Z[ recovery-image] Oct 18 22:50:03.321 INFO O| Oct 18 22:50:03.320 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60612024-10-18T22:50:04.144Z[ recovery-image] Oct 18 22:50:03.330 INFO O| Oct 18 22:50:03.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60622024-10-18T22:50:04.147Z[ recovery-image] Oct 18 22:50:03.330 INFO O| Oct 18 22:50:03.330 INFO STEP 631 (remove_files) COMPLETE
60632024-10-18T22:50:04.147Z[ recovery-image] Oct 18 22:50:03.330 INFO O| Oct 18 22:50:03.330 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60642024-10-18T22:50:04.154Z[ recovery-image] Oct 18 22:50:03.340 INFO O| Oct 18 22:50:03.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60652024-10-18T22:50:04.154Z[ recovery-image] Oct 18 22:50:03.340 INFO O| Oct 18 22:50:03.340 INFO STEP 632 (remove_files) COMPLETE
60662024-10-18T22:50:04.156Z[ recovery-image] Oct 18 22:50:03.340 INFO O| Oct 18 22:50:03.340 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60672024-10-18T22:50:04.164Z[ recovery-image] Oct 18 22:50:03.349 INFO O| Oct 18 22:50:03.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60682024-10-18T22:50:04.166Z[ recovery-image] Oct 18 22:50:03.350 INFO O| Oct 18 22:50:03.349 INFO STEP 633 (remove_files) COMPLETE
60692024-10-18T22:50:04.166Z[ recovery-image] Oct 18 22:50:03.350 INFO O| Oct 18 22:50:03.350 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60702024-10-18T22:50:04.173Z[ recovery-image] Oct 18 22:50:03.359 INFO O| Oct 18 22:50:03.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60712024-10-18T22:50:04.173Z[ recovery-image] Oct 18 22:50:03.359 INFO O| Oct 18 22:50:03.359 INFO STEP 634 (remove_files) COMPLETE
60722024-10-18T22:50:04.176Z[ recovery-image] Oct 18 22:50:03.359 INFO O| Oct 18 22:50:03.359 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60732024-10-18T22:50:04.183Z[ recovery-image] Oct 18 22:50:03.369 INFO O| Oct 18 22:50:03.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60742024-10-18T22:50:04.183Z[ recovery-image] Oct 18 22:50:03.369 INFO O| Oct 18 22:50:03.369 INFO STEP 635 (remove_files) COMPLETE
60752024-10-18T22:50:04.183Z[ recovery-image] Oct 18 22:50:03.369 INFO O| Oct 18 22:50:03.369 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60762024-10-18T22:50:04.192Z[ recovery-image] Oct 18 22:50:03.378 INFO O| Oct 18 22:50:03.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60772024-10-18T22:50:04.195Z[ recovery-image] Oct 18 22:50:03.378 INFO O| Oct 18 22:50:03.378 INFO STEP 636 (remove_files) COMPLETE
60782024-10-18T22:50:04.195Z[ recovery-image] Oct 18 22:50:03.378 INFO O| Oct 18 22:50:03.378 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60792024-10-18T22:50:04.203Z[ recovery-image] Oct 18 22:50:03.388 INFO O| Oct 18 22:50:03.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60802024-10-18T22:50:04.203Z[ recovery-image] Oct 18 22:50:03.388 INFO O| Oct 18 22:50:03.388 INFO STEP 637 (remove_files) COMPLETE
60812024-10-18T22:50:04.203Z[ recovery-image] Oct 18 22:50:03.388 INFO O| Oct 18 22:50:03.388 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60822024-10-18T22:50:04.212Z[ recovery-image] Oct 18 22:50:03.397 INFO O| Oct 18 22:50:03.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60832024-10-18T22:50:04.212Z[ recovery-image] Oct 18 22:50:03.397 INFO O| Oct 18 22:50:03.397 INFO STEP 638 (remove_files) COMPLETE
60842024-10-18T22:50:04.214Z[ recovery-image] Oct 18 22:50:03.397 INFO O| Oct 18 22:50:03.397 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60852024-10-18T22:50:04.221Z[ recovery-image] Oct 18 22:50:03.407 INFO O| Oct 18 22:50:03.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60862024-10-18T22:50:04.221Z[ recovery-image] Oct 18 22:50:03.407 INFO O| Oct 18 22:50:03.407 INFO STEP 639 (remove_files) COMPLETE
60872024-10-18T22:50:04.230Z[ recovery-image] Oct 18 22:50:03.407 INFO O| Oct 18 22:50:03.407 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60882024-10-18T22:50:04.233Z[ recovery-image] Oct 18 22:50:03.417 INFO O| Oct 18 22:50:03.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60892024-10-18T22:50:04.233Z[ recovery-image] Oct 18 22:50:03.417 INFO O| Oct 18 22:50:03.417 INFO STEP 640 (remove_files) COMPLETE
60902024-10-18T22:50:04.233Z[ recovery-image] Oct 18 22:50:03.417 INFO O| Oct 18 22:50:03.417 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60912024-10-18T22:50:04.241Z[ recovery-image] Oct 18 22:50:03.427 INFO O| Oct 18 22:50:03.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60922024-10-18T22:50:04.241Z[ recovery-image] Oct 18 22:50:03.427 INFO O| Oct 18 22:50:03.427 INFO STEP 641 (remove_files) COMPLETE
60932024-10-18T22:50:04.243Z[ recovery-image] Oct 18 22:50:03.427 INFO O| Oct 18 22:50:03.427 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60942024-10-18T22:50:04.251Z[ recovery-image] Oct 18 22:50:03.436 INFO O| Oct 18 22:50:03.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60952024-10-18T22:50:04.253Z[ recovery-image] Oct 18 22:50:03.436 INFO O| Oct 18 22:50:03.436 INFO STEP 642 (remove_files) COMPLETE
60962024-10-18T22:50:04.253Z[ recovery-image] Oct 18 22:50:03.436 INFO O| Oct 18 22:50:03.436 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60972024-10-18T22:50:04.260Z[ recovery-image] Oct 18 22:50:03.446 INFO O| Oct 18 22:50:03.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60982024-10-18T22:50:04.260Z[ recovery-image] Oct 18 22:50:03.446 INFO O| Oct 18 22:50:03.446 INFO STEP 643 (remove_files) COMPLETE
60992024-10-18T22:50:04.260Z[ recovery-image] Oct 18 22:50:03.446 INFO O| Oct 18 22:50:03.446 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61002024-10-18T22:50:04.270Z[ recovery-image] Oct 18 22:50:03.455 INFO O| Oct 18 22:50:03.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
61012024-10-18T22:50:04.272Z[ recovery-image] Oct 18 22:50:03.455 INFO O| Oct 18 22:50:03.455 INFO STEP 644 (remove_files) COMPLETE
61022024-10-18T22:50:04.272Z[ recovery-image] Oct 18 22:50:03.456 INFO O| Oct 18 22:50:03.455 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61032024-10-18T22:50:04.279Z[ recovery-image] Oct 18 22:50:03.465 INFO O| Oct 18 22:50:03.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
61042024-10-18T22:50:04.281Z[ recovery-image] Oct 18 22:50:03.465 INFO O| Oct 18 22:50:03.465 INFO STEP 645 (remove_files) COMPLETE
61052024-10-18T22:50:04.281Z[ recovery-image] Oct 18 22:50:03.465 INFO O| Oct 18 22:50:03.465 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61062024-10-18T22:50:04.289Z[ recovery-image] Oct 18 22:50:03.474 INFO O| Oct 18 22:50:03.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61072024-10-18T22:50:04.289Z[ recovery-image] Oct 18 22:50:03.474 INFO O| Oct 18 22:50:03.474 INFO STEP 646 (remove_files) COMPLETE
61082024-10-18T22:50:04.291Z[ recovery-image] Oct 18 22:50:03.474 INFO O| Oct 18 22:50:03.474 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61092024-10-18T22:50:04.298Z[ recovery-image] Oct 18 22:50:03.484 INFO O| Oct 18 22:50:03.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61102024-10-18T22:50:04.299Z[ recovery-image] Oct 18 22:50:03.484 INFO O| Oct 18 22:50:03.484 INFO STEP 647 (remove_files) COMPLETE
61112024-10-18T22:50:04.299Z[ recovery-image] Oct 18 22:50:03.484 INFO O| Oct 18 22:50:03.484 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61122024-10-18T22:50:04.308Z[ recovery-image] Oct 18 22:50:03.494 INFO O| Oct 18 22:50:03.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61132024-10-18T22:50:04.308Z[ recovery-image] Oct 18 22:50:03.494 INFO O| Oct 18 22:50:03.494 INFO STEP 648 (remove_files) COMPLETE
61142024-10-18T22:50:04.311Z[ recovery-image] Oct 18 22:50:03.494 INFO O| Oct 18 22:50:03.494 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61152024-10-18T22:50:04.318Z[ recovery-image] Oct 18 22:50:03.503 INFO O| Oct 18 22:50:03.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61162024-10-18T22:50:04.318Z[ recovery-image] Oct 18 22:50:03.504 INFO O| Oct 18 22:50:03.504 INFO STEP 649 (remove_files) COMPLETE
61172024-10-18T22:50:04.320Z[ recovery-image] Oct 18 22:50:03.504 INFO O| Oct 18 22:50:03.504 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61182024-10-18T22:50:04.327Z[ recovery-image] Oct 18 22:50:03.513 INFO O| Oct 18 22:50:03.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61192024-10-18T22:50:04.327Z[ recovery-image] Oct 18 22:50:03.513 INFO O| Oct 18 22:50:03.513 INFO STEP 650 (remove_files) COMPLETE
61202024-10-18T22:50:04.327Z[ recovery-image] Oct 18 22:50:03.513 INFO O| Oct 18 22:50:03.513 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61212024-10-18T22:50:04.337Z[ recovery-image] Oct 18 22:50:03.522 INFO O| Oct 18 22:50:03.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61222024-10-18T22:50:04.339Z[ recovery-image] Oct 18 22:50:03.523 INFO O| Oct 18 22:50:03.523 INFO STEP 651 (remove_files) COMPLETE
61232024-10-18T22:50:04.339Z[ recovery-image] Oct 18 22:50:03.523 INFO O| Oct 18 22:50:03.523 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61242024-10-18T22:50:04.346Z[ recovery-image] Oct 18 22:50:03.532 INFO O| Oct 18 22:50:03.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61252024-10-18T22:50:04.349Z[ recovery-image] Oct 18 22:50:03.532 INFO O| Oct 18 22:50:03.532 INFO STEP 652 (remove_files) COMPLETE
61262024-10-18T22:50:04.349Z[ recovery-image] Oct 18 22:50:03.532 INFO O| Oct 18 22:50:03.532 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61272024-10-18T22:50:04.353Z[ host-image] Oct 18 22:50:03.539 INFO O| Oct 18 22:50:03.539 INFO O| Planning: Solver setup ... Done
61282024-10-18T22:50:04.356Z[ recovery-image] Oct 18 22:50:03.542 INFO O| Oct 18 22:50:03.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61292024-10-18T22:50:04.359Z[ recovery-image] Oct 18 22:50:03.542 INFO O| Oct 18 22:50:03.542 INFO STEP 653 (remove_files) COMPLETE
61302024-10-18T22:50:04.359Z[ recovery-image] Oct 18 22:50:03.542 INFO O| Oct 18 22:50:03.542 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-10-18T22:50:04.359Z[ host-image] Oct 18 22:50:03.543 INFO O| Oct 18 22:50:03.543 INFO O| Planning: Running solver ... Done
61322024-10-18T22:50:04.366Z[ recovery-image] Oct 18 22:50:03.552 INFO O| Oct 18 22:50:03.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61332024-10-18T22:50:04.368Z[ recovery-image] Oct 18 22:50:03.552 INFO O| Oct 18 22:50:03.552 INFO STEP 654 (remove_files) COMPLETE
61342024-10-18T22:50:04.368Z[ recovery-image] Oct 18 22:50:03.552 INFO O| Oct 18 22:50:03.552 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61352024-10-18T22:50:04.376Z[ recovery-image] Oct 18 22:50:03.561 INFO O| Oct 18 22:50:03.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61362024-10-18T22:50:04.378Z[ recovery-image] Oct 18 22:50:03.562 INFO O| Oct 18 22:50:03.561 INFO STEP 655 (remove_files) COMPLETE
61372024-10-18T22:50:04.378Z[ recovery-image] Oct 18 22:50:03.562 INFO O| Oct 18 22:50:03.562 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61382024-10-18T22:50:04.386Z[ recovery-image] Oct 18 22:50:03.571 INFO O| Oct 18 22:50:03.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61392024-10-18T22:50:04.386Z[ recovery-image] Oct 18 22:50:03.571 INFO O| Oct 18 22:50:03.571 INFO STEP 656 (remove_files) COMPLETE
61402024-10-18T22:50:04.386Z[ recovery-image] Oct 18 22:50:03.571 INFO O| Oct 18 22:50:03.571 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61412024-10-18T22:50:04.395Z[ recovery-image] Oct 18 22:50:03.581 INFO O| Oct 18 22:50:03.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61422024-10-18T22:50:04.398Z[ recovery-image] Oct 18 22:50:03.581 INFO O| Oct 18 22:50:03.581 INFO STEP 657 (remove_files) COMPLETE
61432024-10-18T22:50:04.398Z[ recovery-image] Oct 18 22:50:03.581 INFO O| Oct 18 22:50:03.581 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61442024-10-18T22:50:04.405Z[ recovery-image] Oct 18 22:50:03.591 INFO O| Oct 18 22:50:03.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61452024-10-18T22:50:04.407Z[ recovery-image] Oct 18 22:50:03.591 INFO O| Oct 18 22:50:03.591 INFO STEP 658 (remove_files) COMPLETE
61462024-10-18T22:50:04.407Z[ recovery-image] Oct 18 22:50:03.591 INFO O| Oct 18 22:50:03.591 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61472024-10-18T22:50:04.411Z[ host-image] Oct 18 22:50:03.594 INFO O| Oct 18 22:50:03.593 INFO O| Planning: Finding local manifests ... Done
61482024-10-18T22:50:04.411Z[ host-image] Oct 18 22:50:03.595 INFO O| Oct 18 22:50:03.595 INFO O| Planning: Fetching manifests: 0/6 0% complete
61492024-10-18T22:50:04.415Z[ recovery-image] Oct 18 22:50:03.601 INFO O| Oct 18 22:50:03.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61502024-10-18T22:50:04.415Z[ recovery-image] Oct 18 22:50:03.601 INFO O| Oct 18 22:50:03.601 INFO STEP 659 (remove_files) COMPLETE
61512024-10-18T22:50:04.415Z[ recovery-image] Oct 18 22:50:03.601 INFO O| Oct 18 22:50:03.601 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61522024-10-18T22:50:04.425Z[ recovery-image] Oct 18 22:50:03.610 INFO O| Oct 18 22:50:03.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61532024-10-18T22:50:04.425Z[ recovery-image] Oct 18 22:50:03.610 INFO O| Oct 18 22:50:03.610 INFO STEP 660 (remove_files) COMPLETE
61542024-10-18T22:50:04.427Z[ recovery-image] Oct 18 22:50:03.610 INFO O| Oct 18 22:50:03.610 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61552024-10-18T22:50:04.434Z[ recovery-image] Oct 18 22:50:03.620 INFO O| Oct 18 22:50:03.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61562024-10-18T22:50:04.437Z[ recovery-image] Oct 18 22:50:03.620 INFO O| Oct 18 22:50:03.620 INFO STEP 661 (remove_files) COMPLETE
61572024-10-18T22:50:04.437Z[ recovery-image] Oct 18 22:50:03.620 INFO O| Oct 18 22:50:03.620 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61582024-10-18T22:50:04.444Z[ recovery-image] Oct 18 22:50:03.630 INFO O| Oct 18 22:50:03.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61592024-10-18T22:50:04.447Z[ recovery-image] Oct 18 22:50:03.630 INFO O| Oct 18 22:50:03.630 INFO STEP 662 (remove_files) COMPLETE
61602024-10-18T22:50:04.447Z[ recovery-image] Oct 18 22:50:03.630 INFO O| Oct 18 22:50:03.630 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61612024-10-18T22:50:04.454Z[ recovery-image] Oct 18 22:50:03.640 INFO O| Oct 18 22:50:03.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61622024-10-18T22:50:04.457Z[ recovery-image] Oct 18 22:50:03.640 INFO O| Oct 18 22:50:03.640 INFO STEP 663 (remove_files) COMPLETE
61632024-10-18T22:50:04.457Z[ recovery-image] Oct 18 22:50:03.640 INFO O| Oct 18 22:50:03.640 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61642024-10-18T22:50:04.464Z[ recovery-image] Oct 18 22:50:03.650 INFO O| Oct 18 22:50:03.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61652024-10-18T22:50:04.464Z[ recovery-image] Oct 18 22:50:03.650 INFO O| Oct 18 22:50:03.650 INFO STEP 664 (remove_files) COMPLETE
61662024-10-18T22:50:04.464Z[ recovery-image] Oct 18 22:50:03.650 INFO O| Oct 18 22:50:03.650 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61672024-10-18T22:50:04.474Z[ recovery-image] Oct 18 22:50:03.659 INFO O| Oct 18 22:50:03.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61682024-10-18T22:50:04.474Z[ recovery-image] Oct 18 22:50:03.660 INFO O| Oct 18 22:50:03.660 INFO STEP 665 (remove_files) COMPLETE
61692024-10-18T22:50:04.476Z[ recovery-image] Oct 18 22:50:03.660 INFO O| Oct 18 22:50:03.660 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61702024-10-18T22:50:04.483Z[ recovery-image] Oct 18 22:50:03.669 INFO O| Oct 18 22:50:03.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61712024-10-18T22:50:04.483Z[ recovery-image] Oct 18 22:50:03.669 INFO O| Oct 18 22:50:03.669 INFO STEP 666 (remove_files) COMPLETE
61722024-10-18T22:50:04.485Z[ recovery-image] Oct 18 22:50:03.669 INFO O| Oct 18 22:50:03.669 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61732024-10-18T22:50:04.493Z[ recovery-image] Oct 18 22:50:03.679 INFO O| Oct 18 22:50:03.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61742024-10-18T22:50:04.493Z[ recovery-image] Oct 18 22:50:03.679 INFO O| Oct 18 22:50:03.679 INFO STEP 667 (remove_files) COMPLETE
61752024-10-18T22:50:04.496Z[ recovery-image] Oct 18 22:50:03.679 INFO O| Oct 18 22:50:03.679 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61762024-10-18T22:50:04.503Z[ recovery-image] Oct 18 22:50:03.688 INFO O| Oct 18 22:50:03.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61772024-10-18T22:50:04.503Z[ recovery-image] Oct 18 22:50:03.688 INFO O| Oct 18 22:50:03.688 INFO STEP 668 (remove_files) COMPLETE
61782024-10-18T22:50:04.505Z[ recovery-image] Oct 18 22:50:03.688 INFO O| Oct 18 22:50:03.688 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61792024-10-18T22:50:04.512Z[ recovery-image] Oct 18 22:50:03.698 INFO O| Oct 18 22:50:03.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61802024-10-18T22:50:04.512Z[ recovery-image] Oct 18 22:50:03.698 INFO O| Oct 18 22:50:03.698 INFO STEP 669 (remove_files) COMPLETE
61812024-10-18T22:50:04.515Z[ recovery-image] Oct 18 22:50:03.698 INFO O| Oct 18 22:50:03.698 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61822024-10-18T22:50:04.522Z[ recovery-image] Oct 18 22:50:03.707 INFO O| Oct 18 22:50:03.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61832024-10-18T22:50:04.522Z[ recovery-image] Oct 18 22:50:03.708 INFO O| Oct 18 22:50:03.708 INFO STEP 670 (remove_files) COMPLETE
61842024-10-18T22:50:04.522Z[ recovery-image] Oct 18 22:50:03.708 INFO O| Oct 18 22:50:03.708 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61852024-10-18T22:50:04.531Z[ recovery-image] Oct 18 22:50:03.717 INFO O| Oct 18 22:50:03.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61862024-10-18T22:50:04.531Z[ recovery-image] Oct 18 22:50:03.717 INFO O| Oct 18 22:50:03.717 INFO STEP 671 (remove_files) COMPLETE
61872024-10-18T22:50:04.531Z[ recovery-image] Oct 18 22:50:03.717 INFO O| Oct 18 22:50:03.717 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61882024-10-18T22:50:04.541Z[ recovery-image] Oct 18 22:50:03.727 INFO O| Oct 18 22:50:03.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61892024-10-18T22:50:04.541Z[ recovery-image] Oct 18 22:50:03.727 INFO O| Oct 18 22:50:03.727 INFO STEP 672 (remove_files) COMPLETE
61902024-10-18T22:50:04.541Z[ recovery-image] Oct 18 22:50:03.727 INFO O| Oct 18 22:50:03.727 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61912024-10-18T22:50:04.551Z[ recovery-image] Oct 18 22:50:03.737 INFO O| Oct 18 22:50:03.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61922024-10-18T22:50:04.551Z[ recovery-image] Oct 18 22:50:03.737 INFO O| Oct 18 22:50:03.737 INFO STEP 673 (remove_files) COMPLETE
61932024-10-18T22:50:04.554Z[ recovery-image] Oct 18 22:50:03.737 INFO O| Oct 18 22:50:03.737 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61942024-10-18T22:50:04.560Z[ recovery-image] Oct 18 22:50:03.746 INFO O| Oct 18 22:50:03.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61952024-10-18T22:50:04.563Z[ recovery-image] Oct 18 22:50:03.746 INFO O| Oct 18 22:50:03.746 INFO STEP 674 (remove_files) COMPLETE
61962024-10-18T22:50:04.563Z[ recovery-image] Oct 18 22:50:03.746 INFO O| Oct 18 22:50:03.746 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61972024-10-18T22:50:04.563Z[ host-image] Oct 18 22:50:03.747 INFO O| Oct 18 22:50:03.747 INFO O| Planning: Fetching manifests: 6/6 100% complete
61982024-10-18T22:50:04.570Z[ recovery-image] Oct 18 22:50:03.756 INFO O| Oct 18 22:50:03.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61992024-10-18T22:50:04.571Z[ recovery-image] Oct 18 22:50:03.756 INFO O| Oct 18 22:50:03.756 INFO STEP 675 (remove_files) COMPLETE
62002024-10-18T22:50:04.573Z[ recovery-image] Oct 18 22:50:03.756 INFO O| Oct 18 22:50:03.756 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62012024-10-18T22:50:04.581Z[ recovery-image] Oct 18 22:50:03.767 INFO O| Oct 18 22:50:03.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
62022024-10-18T22:50:04.581Z[ recovery-image] Oct 18 22:50:03.767 INFO O| Oct 18 22:50:03.767 INFO STEP 676 (remove_files) COMPLETE
62032024-10-18T22:50:04.581Z[ recovery-image] Oct 18 22:50:03.767 INFO O| Oct 18 22:50:03.767 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62042024-10-18T22:50:04.592Z[ recovery-image] Oct 18 22:50:03.777 INFO O| Oct 18 22:50:03.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
62052024-10-18T22:50:04.592Z[ recovery-image] Oct 18 22:50:03.777 INFO O| Oct 18 22:50:03.777 INFO STEP 677 (remove_files) COMPLETE
62062024-10-18T22:50:04.592Z[ recovery-image] Oct 18 22:50:03.777 INFO O| Oct 18 22:50:03.777 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62072024-10-18T22:50:04.596Z[ host-image] Oct 18 22:50:03.781 INFO O| Oct 18 22:50:03.781 INFO O| Planning: Package planning ... Done
62082024-10-18T22:50:04.601Z[ recovery-image] Oct 18 22:50:03.787 INFO O| Oct 18 22:50:03.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
62092024-10-18T22:50:04.601Z[ recovery-image] Oct 18 22:50:03.787 INFO O| Oct 18 22:50:03.787 INFO STEP 678 (remove_files) COMPLETE
62102024-10-18T22:50:04.604Z[ recovery-image] Oct 18 22:50:03.787 INFO O| Oct 18 22:50:03.787 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-10-18T22:50:04.611Z[ recovery-image] Oct 18 22:50:03.797 INFO O| Oct 18 22:50:03.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62122024-10-18T22:50:04.611Z[ recovery-image] Oct 18 22:50:03.797 INFO O| Oct 18 22:50:03.797 INFO STEP 679 (remove_files) COMPLETE
62132024-10-18T22:50:04.611Z[ recovery-image] Oct 18 22:50:03.797 INFO O| Oct 18 22:50:03.797 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-10-18T22:50:04.614Z[ host-image] Oct 18 22:50:03.800 INFO O| Oct 18 22:50:03.800 INFO O| Planning: Merging actions ... Done
62152024-10-18T22:50:04.621Z[ recovery-image] Oct 18 22:50:03.806 INFO O| Oct 18 22:50:03.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62162024-10-18T22:50:04.621Z[ recovery-image] Oct 18 22:50:03.806 INFO O| Oct 18 22:50:03.806 INFO STEP 680 (remove_files) COMPLETE
62172024-10-18T22:50:04.623Z[ recovery-image] Oct 18 22:50:03.806 INFO O| Oct 18 22:50:03.806 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62182024-10-18T22:50:04.630Z[ recovery-image] Oct 18 22:50:03.816 INFO O| Oct 18 22:50:03.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62192024-10-18T22:50:04.633Z[ recovery-image] Oct 18 22:50:03.817 INFO O| Oct 18 22:50:03.816 INFO STEP 681 (remove_files) COMPLETE
62202024-10-18T22:50:04.633Z[ recovery-image] Oct 18 22:50:03.817 INFO O| Oct 18 22:50:03.817 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62212024-10-18T22:50:04.641Z[ recovery-image] Oct 18 22:50:03.826 INFO O| Oct 18 22:50:03.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62222024-10-18T22:50:04.641Z[ recovery-image] Oct 18 22:50:03.826 INFO O| Oct 18 22:50:03.826 INFO STEP 682 (remove_files) COMPLETE
62232024-10-18T22:50:04.643Z[ recovery-image] Oct 18 22:50:03.826 INFO O| Oct 18 22:50:03.826 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62242024-10-18T22:50:04.650Z[ recovery-image] Oct 18 22:50:03.836 INFO O| Oct 18 22:50:03.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62252024-10-18T22:50:04.653Z[ recovery-image] Oct 18 22:50:03.836 INFO O| Oct 18 22:50:03.836 INFO STEP 683 (remove_files) COMPLETE
62262024-10-18T22:50:04.653Z[ recovery-image] Oct 18 22:50:03.836 INFO O| Oct 18 22:50:03.836 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62272024-10-18T22:50:04.660Z[ recovery-image] Oct 18 22:50:03.846 INFO O| Oct 18 22:50:03.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62282024-10-18T22:50:04.660Z[ recovery-image] Oct 18 22:50:03.846 INFO O| Oct 18 22:50:03.846 INFO STEP 684 (remove_files) COMPLETE
62292024-10-18T22:50:04.662Z[ recovery-image] Oct 18 22:50:03.846 INFO O| Oct 18 22:50:03.846 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62302024-10-18T22:50:04.670Z[ recovery-image] Oct 18 22:50:03.856 INFO O| Oct 18 22:50:03.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62312024-10-18T22:50:04.670Z[ recovery-image] Oct 18 22:50:03.856 INFO O| Oct 18 22:50:03.856 INFO STEP 685 (remove_files) COMPLETE
62322024-10-18T22:50:04.672Z[ recovery-image] Oct 18 22:50:03.856 INFO O| Oct 18 22:50:03.856 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62332024-10-18T22:50:04.679Z[ recovery-image] Oct 18 22:50:03.865 INFO O| Oct 18 22:50:03.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62342024-10-18T22:50:04.679Z[ recovery-image] Oct 18 22:50:03.865 INFO O| Oct 18 22:50:03.865 INFO STEP 686 (remove_files) COMPLETE
62352024-10-18T22:50:04.682Z[ recovery-image] Oct 18 22:50:03.865 INFO O| Oct 18 22:50:03.865 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62362024-10-18T22:50:04.687Z[ host-image] Oct 18 22:50:03.872 INFO O| Oct 18 22:50:03.872 INFO O| Planning: Checking for conflicting actions ... Done
62372024-10-18T22:50:04.689Z[ recovery-image] Oct 18 22:50:03.875 INFO O| Oct 18 22:50:03.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62382024-10-18T22:50:04.689Z[ recovery-image] Oct 18 22:50:03.875 INFO O| Oct 18 22:50:03.875 INFO STEP 687 (remove_files) COMPLETE
62392024-10-18T22:50:04.691Z[ recovery-image] Oct 18 22:50:03.875 INFO O| Oct 18 22:50:03.875 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62402024-10-18T22:50:04.691Z[ host-image] Oct 18 22:50:03.876 INFO O| Oct 18 22:50:03.876 INFO O| Planning: Consolidating action changes ... Done
62412024-10-18T22:50:04.699Z[ recovery-image] Oct 18 22:50:03.884 INFO O| Oct 18 22:50:03.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62422024-10-18T22:50:04.699Z[ recovery-image] Oct 18 22:50:03.884 INFO O| Oct 18 22:50:03.884 INFO STEP 688 (remove_files) COMPLETE
62432024-10-18T22:50:04.699Z[ recovery-image] Oct 18 22:50:03.884 INFO O| Oct 18 22:50:03.884 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-18T22:50:04.708Z[ recovery-image] Oct 18 22:50:03.894 INFO O| Oct 18 22:50:03.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62452024-10-18T22:50:04.710Z[ recovery-image] Oct 18 22:50:03.894 INFO O| Oct 18 22:50:03.894 INFO STEP 689 (remove_files) COMPLETE
62462024-10-18T22:50:04.711Z[ recovery-image] Oct 18 22:50:03.894 INFO O| Oct 18 22:50:03.894 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-18T22:50:04.718Z[ recovery-image] Oct 18 22:50:03.904 INFO O| Oct 18 22:50:03.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62482024-10-18T22:50:04.718Z[ recovery-image] Oct 18 22:50:03.904 INFO O| Oct 18 22:50:03.904 INFO STEP 690 (remove_files) COMPLETE
62492024-10-18T22:50:04.720Z[ recovery-image] Oct 18 22:50:03.904 INFO O| Oct 18 22:50:03.904 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-18T22:50:04.728Z[ recovery-image] Oct 18 22:50:03.913 INFO O| Oct 18 22:50:03.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62512024-10-18T22:50:04.728Z[ recovery-image] Oct 18 22:50:03.913 INFO O| Oct 18 22:50:03.913 INFO STEP 691 (remove_files) COMPLETE
62522024-10-18T22:50:04.730Z[ recovery-image] Oct 18 22:50:03.913 INFO O| Oct 18 22:50:03.913 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-18T22:50:04.737Z[ recovery-image] Oct 18 22:50:03.923 INFO O| Oct 18 22:50:03.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62542024-10-18T22:50:04.737Z[ recovery-image] Oct 18 22:50:03.923 INFO O| Oct 18 22:50:03.923 INFO STEP 692 (remove_files) COMPLETE
62552024-10-18T22:50:04.740Z[ recovery-image] Oct 18 22:50:03.923 INFO O| Oct 18 22:50:03.923 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-18T22:50:04.747Z[ recovery-image] Oct 18 22:50:03.933 INFO O| Oct 18 22:50:03.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62572024-10-18T22:50:04.747Z[ recovery-image] Oct 18 22:50:03.933 INFO O| Oct 18 22:50:03.933 INFO STEP 693 (remove_files) COMPLETE
62582024-10-18T22:50:04.747Z[ recovery-image] Oct 18 22:50:03.933 INFO O| Oct 18 22:50:03.933 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-18T22:50:04.757Z[ recovery-image] Oct 18 22:50:03.943 INFO O| Oct 18 22:50:03.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62602024-10-18T22:50:04.757Z[ recovery-image] Oct 18 22:50:03.943 INFO O| Oct 18 22:50:03.943 INFO STEP 694 (remove_files) COMPLETE
62612024-10-18T22:50:04.759Z[ recovery-image] Oct 18 22:50:03.943 INFO O| Oct 18 22:50:03.943 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-18T22:50:04.767Z[ recovery-image] Oct 18 22:50:03.953 INFO O| Oct 18 22:50:03.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62632024-10-18T22:50:04.767Z[ recovery-image] Oct 18 22:50:03.953 INFO O| Oct 18 22:50:03.953 INFO STEP 695 (remove_files) COMPLETE
62642024-10-18T22:50:04.767Z[ recovery-image] Oct 18 22:50:03.953 INFO O| Oct 18 22:50:03.953 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-18T22:50:04.777Z[ recovery-image] Oct 18 22:50:03.962 INFO O| Oct 18 22:50:03.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62662024-10-18T22:50:04.777Z[ recovery-image] Oct 18 22:50:03.963 INFO O| Oct 18 22:50:03.962 INFO STEP 696 (remove_files) COMPLETE
62672024-10-18T22:50:04.779Z[ recovery-image] Oct 18 22:50:03.963 INFO O| Oct 18 22:50:03.963 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62682024-10-18T22:50:04.787Z[ recovery-image] Oct 18 22:50:03.972 INFO O| Oct 18 22:50:03.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62692024-10-18T22:50:04.787Z[ recovery-image] Oct 18 22:50:03.972 INFO O| Oct 18 22:50:03.972 INFO STEP 697 (remove_files) COMPLETE
62702024-10-18T22:50:04.789Z[ recovery-image] Oct 18 22:50:03.972 INFO O| Oct 18 22:50:03.972 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62712024-10-18T22:50:04.796Z[ recovery-image] Oct 18 22:50:03.982 INFO O| Oct 18 22:50:03.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62722024-10-18T22:50:04.796Z[ recovery-image] Oct 18 22:50:03.982 INFO O| Oct 18 22:50:03.982 INFO STEP 698 (remove_files) COMPLETE
62732024-10-18T22:50:04.796Z[ recovery-image] Oct 18 22:50:03.982 INFO O| Oct 18 22:50:03.982 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62742024-10-18T22:50:04.806Z[ recovery-image] Oct 18 22:50:03.991 INFO O| Oct 18 22:50:03.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62752024-10-18T22:50:04.808Z[ recovery-image] Oct 18 22:50:03.992 INFO O| Oct 18 22:50:03.991 INFO STEP 699 (remove_files) COMPLETE
62762024-10-18T22:50:04.808Z[ recovery-image] Oct 18 22:50:03.992 INFO O| Oct 18 22:50:03.992 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62772024-10-18T22:50:04.816Z[ recovery-image] Oct 18 22:50:04.002 INFO O| Oct 18 22:50:04.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62782024-10-18T22:50:04.818Z[ recovery-image] Oct 18 22:50:04.002 INFO O| Oct 18 22:50:04.002 INFO STEP 700 (remove_files) COMPLETE
62792024-10-18T22:50:04.818Z[ recovery-image] Oct 18 22:50:04.002 INFO O| Oct 18 22:50:04.002 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62802024-10-18T22:50:04.827Z[ recovery-image] Oct 18 22:50:04.012 INFO O| Oct 18 22:50:04.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62812024-10-18T22:50:04.827Z[ recovery-image] Oct 18 22:50:04.012 INFO O| Oct 18 22:50:04.012 INFO STEP 701 (remove_files) COMPLETE
62822024-10-18T22:50:04.829Z[ recovery-image] Oct 18 22:50:04.012 INFO O| Oct 18 22:50:04.012 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62832024-10-18T22:50:04.836Z[ recovery-image] Oct 18 22:50:04.022 INFO O| Oct 18 22:50:04.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62842024-10-18T22:50:04.839Z[ recovery-image] Oct 18 22:50:04.022 INFO O| Oct 18 22:50:04.022 INFO STEP 702 (remove_files) COMPLETE
62852024-10-18T22:50:04.839Z[ recovery-image] Oct 18 22:50:04.022 INFO O| Oct 18 22:50:04.022 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62862024-10-18T22:50:04.846Z[ recovery-image] Oct 18 22:50:04.032 INFO O| Oct 18 22:50:04.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62872024-10-18T22:50:04.848Z[ recovery-image] Oct 18 22:50:04.032 INFO O| Oct 18 22:50:04.032 INFO STEP 703 (remove_files) COMPLETE
62882024-10-18T22:50:04.848Z[ recovery-image] Oct 18 22:50:04.032 INFO O| Oct 18 22:50:04.032 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62892024-10-18T22:50:04.856Z[ recovery-image] Oct 18 22:50:04.041 INFO O| Oct 18 22:50:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62902024-10-18T22:50:04.858Z[ recovery-image] Oct 18 22:50:04.041 INFO O| Oct 18 22:50:04.041 INFO STEP 704 (remove_files) COMPLETE
62912024-10-18T22:50:04.858Z[ recovery-image] Oct 18 22:50:04.041 INFO O| Oct 18 22:50:04.041 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62922024-10-18T22:50:04.865Z[ recovery-image] Oct 18 22:50:04.051 INFO O| Oct 18 22:50:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62932024-10-18T22:50:04.865Z[ recovery-image] Oct 18 22:50:04.051 INFO O| Oct 18 22:50:04.051 INFO STEP 705 (remove_files) COMPLETE
62942024-10-18T22:50:04.868Z[ recovery-image] Oct 18 22:50:04.051 INFO O| Oct 18 22:50:04.051 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62952024-10-18T22:50:04.870Z[ host-image] Oct 18 22:50:04.055 INFO O| Oct 18 22:50:04.054 INFO O| Planning: Evaluating mediators ... Done
62962024-10-18T22:50:04.874Z[ host-image] Oct 18 22:50:04.058 INFO O| Oct 18 22:50:04.058 INFO O| Planning: Planning completed in 2.58 seconds
62972024-10-18T22:50:04.874Z[ host-image] Oct 18 22:50:04.059 INFO O| Oct 18 22:50:04.059 INFO O| Packages to install: 6
62982024-10-18T22:50:04.874Z[ host-image] Oct 18 22:50:04.059 INFO O| Oct 18 22:50:04.059 INFO O| Mediators to change: 1
62992024-10-18T22:50:04.874Z[ host-image] Oct 18 22:50:04.059 INFO O| Oct 18 22:50:04.059 INFO O| Services to change: 1
63002024-10-18T22:50:04.880Z[ recovery-image] Oct 18 22:50:04.061 INFO O| Oct 18 22:50:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
63012024-10-18T22:50:04.880Z[ recovery-image] Oct 18 22:50:04.061 INFO O| Oct 18 22:50:04.061 INFO STEP 706 (remove_files) COMPLETE
63022024-10-18T22:50:04.880Z[ recovery-image] Oct 18 22:50:04.061 INFO O| Oct 18 22:50:04.061 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63032024-10-18T22:50:04.885Z[ recovery-image] Oct 18 22:50:04.070 INFO O| Oct 18 22:50:04.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
63042024-10-18T22:50:04.885Z[ recovery-image] Oct 18 22:50:04.070 INFO O| Oct 18 22:50:04.070 INFO STEP 707 (remove_files) COMPLETE
63052024-10-18T22:50:04.885Z[ recovery-image] Oct 18 22:50:04.070 INFO O| Oct 18 22:50:04.070 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63062024-10-18T22:50:04.887Z[ host-image] Oct 18 22:50:04.072 INFO O| Oct 18 22:50:04.072 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
63072024-10-18T22:50:04.894Z[ recovery-image] Oct 18 22:50:04.080 INFO O| Oct 18 22:50:04.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
63082024-10-18T22:50:04.896Z[ recovery-image] Oct 18 22:50:04.080 INFO O| Oct 18 22:50:04.080 INFO STEP 708 (remove_files) COMPLETE
63092024-10-18T22:50:04.896Z[ recovery-image] Oct 18 22:50:04.080 INFO O| Oct 18 22:50:04.080 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63102024-10-18T22:50:04.904Z[ recovery-image] Oct 18 22:50:04.090 INFO O| Oct 18 22:50:04.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
63112024-10-18T22:50:04.904Z[ recovery-image] Oct 18 22:50:04.090 INFO O| Oct 18 22:50:04.090 INFO STEP 709 (remove_files) COMPLETE
63122024-10-18T22:50:04.907Z[ recovery-image] Oct 18 22:50:04.090 INFO O| Oct 18 22:50:04.090 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63132024-10-18T22:50:04.914Z[ recovery-image] Oct 18 22:50:04.100 INFO O| Oct 18 22:50:04.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
63142024-10-18T22:50:04.916Z[ recovery-image] Oct 18 22:50:04.100 INFO O| Oct 18 22:50:04.100 INFO STEP 710 (remove_files) COMPLETE
63152024-10-18T22:50:04.916Z[ recovery-image] Oct 18 22:50:04.100 INFO O| Oct 18 22:50:04.100 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63162024-10-18T22:50:04.924Z[ recovery-image] Oct 18 22:50:04.109 INFO O| Oct 18 22:50:04.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
63172024-10-18T22:50:04.926Z[ recovery-image] Oct 18 22:50:04.110 INFO O| Oct 18 22:50:04.109 INFO STEP 711 (remove_files) COMPLETE
63182024-10-18T22:50:04.926Z[ recovery-image] Oct 18 22:50:04.110 INFO O| Oct 18 22:50:04.109 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63192024-10-18T22:50:04.933Z[ recovery-image] Oct 18 22:50:04.119 INFO O| Oct 18 22:50:04.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
63202024-10-18T22:50:04.936Z[ recovery-image] Oct 18 22:50:04.119 INFO O| Oct 18 22:50:04.119 INFO STEP 712 (remove_files) COMPLETE
63212024-10-18T22:50:04.936Z[ recovery-image] Oct 18 22:50:04.119 INFO O| Oct 18 22:50:04.119 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63222024-10-18T22:50:04.943Z[ recovery-image] Oct 18 22:50:04.128 INFO O| Oct 18 22:50:04.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63232024-10-18T22:50:04.945Z[ recovery-image] Oct 18 22:50:04.129 INFO O| Oct 18 22:50:04.129 INFO STEP 713 (remove_files) COMPLETE
63242024-10-18T22:50:04.945Z[ recovery-image] Oct 18 22:50:04.129 INFO O| Oct 18 22:50:04.129 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63252024-10-18T22:50:04.953Z[ recovery-image] Oct 18 22:50:04.138 INFO O| Oct 18 22:50:04.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63262024-10-18T22:50:04.953Z[ recovery-image] Oct 18 22:50:04.138 INFO O| Oct 18 22:50:04.138 INFO STEP 714 (remove_files) COMPLETE
63272024-10-18T22:50:04.955Z[ recovery-image] Oct 18 22:50:04.138 INFO O| Oct 18 22:50:04.138 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63282024-10-18T22:50:04.962Z[ recovery-image] Oct 18 22:50:04.148 INFO O| Oct 18 22:50:04.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63292024-10-18T22:50:04.964Z[ recovery-image] Oct 18 22:50:04.148 INFO O| Oct 18 22:50:04.148 INFO STEP 715 (remove_files) COMPLETE
63302024-10-18T22:50:04.964Z[ recovery-image] Oct 18 22:50:04.148 INFO O| Oct 18 22:50:04.148 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63312024-10-18T22:50:04.972Z[ recovery-image] Oct 18 22:50:04.157 INFO O| Oct 18 22:50:04.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63322024-10-18T22:50:04.974Z[ recovery-image] Oct 18 22:50:04.157 INFO O| Oct 18 22:50:04.157 INFO STEP 716 (remove_files) COMPLETE
63332024-10-18T22:50:04.974Z[ recovery-image] Oct 18 22:50:04.158 INFO O| Oct 18 22:50:04.157 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63342024-10-18T22:50:04.982Z[ recovery-image] Oct 18 22:50:04.167 INFO O| Oct 18 22:50:04.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63352024-10-18T22:50:04.982Z[ recovery-image] Oct 18 22:50:04.167 INFO O| Oct 18 22:50:04.167 INFO STEP 717 (remove_files) COMPLETE
63362024-10-18T22:50:04.982Z[ recovery-image] Oct 18 22:50:04.167 INFO O| Oct 18 22:50:04.167 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63372024-10-18T22:50:04.991Z[ recovery-image] Oct 18 22:50:04.177 INFO O| Oct 18 22:50:04.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63382024-10-18T22:50:04.992Z[ recovery-image] Oct 18 22:50:04.177 INFO O| Oct 18 22:50:04.177 INFO STEP 718 (remove_files) COMPLETE
63392024-10-18T22:50:04.994Z[ recovery-image] Oct 18 22:50:04.177 INFO O| Oct 18 22:50:04.177 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63402024-10-18T22:50:05.002Z[ recovery-image] Oct 18 22:50:04.187 INFO O| Oct 18 22:50:04.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63412024-10-18T22:50:05.004Z[ recovery-image] Oct 18 22:50:04.187 INFO O| Oct 18 22:50:04.187 INFO STEP 719 (remove_files) COMPLETE
63422024-10-18T22:50:05.004Z[ recovery-image] Oct 18 22:50:04.187 INFO O| Oct 18 22:50:04.187 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63432024-10-18T22:50:05.011Z[ recovery-image] Oct 18 22:50:04.197 INFO O| Oct 18 22:50:04.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63442024-10-18T22:50:05.011Z[ recovery-image] Oct 18 22:50:04.197 INFO O| Oct 18 22:50:04.197 INFO STEP 720 (remove_files) COMPLETE
63452024-10-18T22:50:05.013Z[ recovery-image] Oct 18 22:50:04.197 INFO O| Oct 18 22:50:04.197 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63462024-10-18T22:50:05.021Z[ recovery-image] Oct 18 22:50:04.207 INFO O| Oct 18 22:50:04.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63472024-10-18T22:50:05.023Z[ recovery-image] Oct 18 22:50:04.207 INFO O| Oct 18 22:50:04.207 INFO STEP 721 (remove_files) COMPLETE
63482024-10-18T22:50:05.023Z[ recovery-image] Oct 18 22:50:04.207 INFO O| Oct 18 22:50:04.207 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63492024-10-18T22:50:05.031Z[ recovery-image] Oct 18 22:50:04.217 INFO O| Oct 18 22:50:04.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63502024-10-18T22:50:05.031Z[ recovery-image] Oct 18 22:50:04.217 INFO O| Oct 18 22:50:04.217 INFO STEP 722 (remove_files) COMPLETE
63512024-10-18T22:50:05.031Z[ recovery-image] Oct 18 22:50:04.217 INFO O| Oct 18 22:50:04.217 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63522024-10-18T22:50:05.041Z[ recovery-image] Oct 18 22:50:04.227 INFO O| Oct 18 22:50:04.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63532024-10-18T22:50:05.041Z[ recovery-image] Oct 18 22:50:04.227 INFO O| Oct 18 22:50:04.227 INFO STEP 723 (remove_files) COMPLETE
63542024-10-18T22:50:05.043Z[ recovery-image] Oct 18 22:50:04.227 INFO O| Oct 18 22:50:04.227 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63552024-10-18T22:50:05.051Z[ recovery-image] Oct 18 22:50:04.236 INFO O| Oct 18 22:50:04.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63562024-10-18T22:50:05.051Z[ recovery-image] Oct 18 22:50:04.236 INFO O| Oct 18 22:50:04.236 INFO STEP 724 (remove_files) COMPLETE
63572024-10-18T22:50:05.053Z[ recovery-image] Oct 18 22:50:04.236 INFO O| Oct 18 22:50:04.236 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63582024-10-18T22:50:05.060Z[ recovery-image] Oct 18 22:50:04.246 INFO O| Oct 18 22:50:04.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63592024-10-18T22:50:05.060Z[ recovery-image] Oct 18 22:50:04.246 INFO O| Oct 18 22:50:04.246 INFO STEP 725 (remove_files) COMPLETE
63602024-10-18T22:50:05.063Z[ recovery-image] Oct 18 22:50:04.246 INFO O| Oct 18 22:50:04.246 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63612024-10-18T22:50:05.070Z[ recovery-image] Oct 18 22:50:04.256 INFO O| Oct 18 22:50:04.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63622024-10-18T22:50:05.070Z[ recovery-image] Oct 18 22:50:04.256 INFO O| Oct 18 22:50:04.256 INFO STEP 726 (remove_files) COMPLETE
63632024-10-18T22:50:05.073Z[ recovery-image] Oct 18 22:50:04.256 INFO O| Oct 18 22:50:04.256 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63642024-10-18T22:50:05.080Z[ recovery-image] Oct 18 22:50:04.266 INFO O| Oct 18 22:50:04.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63652024-10-18T22:50:05.080Z[ recovery-image] Oct 18 22:50:04.266 INFO O| Oct 18 22:50:04.266 INFO STEP 727 (remove_files) COMPLETE
63662024-10-18T22:50:05.083Z[ recovery-image] Oct 18 22:50:04.266 INFO O| Oct 18 22:50:04.266 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63672024-10-18T22:50:05.091Z[ recovery-image] Oct 18 22:50:04.275 INFO O| Oct 18 22:50:04.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63682024-10-18T22:50:05.091Z[ recovery-image] Oct 18 22:50:04.276 INFO O| Oct 18 22:50:04.275 INFO STEP 728 (remove_files) COMPLETE
63692024-10-18T22:50:05.091Z[ recovery-image] Oct 18 22:50:04.276 INFO O| Oct 18 22:50:04.276 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63702024-10-18T22:50:05.100Z[ recovery-image] Oct 18 22:50:04.285 INFO O| Oct 18 22:50:04.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63712024-10-18T22:50:05.104Z[ recovery-image] Oct 18 22:50:04.285 INFO O| Oct 18 22:50:04.285 INFO STEP 729 (remove_files) COMPLETE
63722024-10-18T22:50:05.104Z[ recovery-image] Oct 18 22:50:04.285 INFO O| Oct 18 22:50:04.285 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63732024-10-18T22:50:05.109Z[ recovery-image] Oct 18 22:50:04.295 INFO O| Oct 18 22:50:04.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63742024-10-18T22:50:05.112Z[ recovery-image] Oct 18 22:50:04.295 INFO O| Oct 18 22:50:04.295 INFO STEP 730 (remove_files) COMPLETE
63752024-10-18T22:50:05.112Z[ recovery-image] Oct 18 22:50:04.295 INFO O| Oct 18 22:50:04.295 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63762024-10-18T22:50:05.119Z[ recovery-image] Oct 18 22:50:04.304 INFO O| Oct 18 22:50:04.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63772024-10-18T22:50:05.119Z[ recovery-image] Oct 18 22:50:04.305 INFO O| Oct 18 22:50:04.305 INFO STEP 731 (remove_files) COMPLETE
63782024-10-18T22:50:05.119Z[ recovery-image] Oct 18 22:50:04.305 INFO O| Oct 18 22:50:04.305 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63792024-10-18T22:50:05.129Z[ recovery-image] Oct 18 22:50:04.314 INFO O| Oct 18 22:50:04.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63802024-10-18T22:50:05.129Z[ recovery-image] Oct 18 22:50:04.314 INFO O| Oct 18 22:50:04.314 INFO STEP 732 (remove_files) COMPLETE
63812024-10-18T22:50:05.129Z[ recovery-image] Oct 18 22:50:04.314 INFO O| Oct 18 22:50:04.314 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63822024-10-18T22:50:05.139Z[ recovery-image] Oct 18 22:50:04.324 INFO O| Oct 18 22:50:04.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63832024-10-18T22:50:05.139Z[ recovery-image] Oct 18 22:50:04.324 INFO O| Oct 18 22:50:04.324 INFO STEP 733 (remove_files) COMPLETE
63842024-10-18T22:50:05.139Z[ recovery-image] Oct 18 22:50:04.324 INFO O| Oct 18 22:50:04.324 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63852024-10-18T22:50:05.149Z[ recovery-image] Oct 18 22:50:04.334 INFO O| Oct 18 22:50:04.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63862024-10-18T22:50:05.152Z[ recovery-image] Oct 18 22:50:04.334 INFO O| Oct 18 22:50:04.334 INFO STEP 734 (remove_files) COMPLETE
63872024-10-18T22:50:05.152Z[ recovery-image] Oct 18 22:50:04.334 INFO O| Oct 18 22:50:04.334 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63882024-10-18T22:50:05.158Z[ recovery-image] Oct 18 22:50:04.344 INFO O| Oct 18 22:50:04.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63892024-10-18T22:50:05.161Z[ recovery-image] Oct 18 22:50:04.344 INFO O| Oct 18 22:50:04.344 INFO STEP 735 (remove_files) COMPLETE
63902024-10-18T22:50:05.161Z[ recovery-image] Oct 18 22:50:04.344 INFO O| Oct 18 22:50:04.344 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63912024-10-18T22:50:05.168Z[ recovery-image] Oct 18 22:50:04.353 INFO O| Oct 18 22:50:04.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63922024-10-18T22:50:05.168Z[ recovery-image] Oct 18 22:50:04.353 INFO O| Oct 18 22:50:04.353 INFO STEP 736 (remove_files) COMPLETE
63932024-10-18T22:50:05.170Z[ recovery-image] Oct 18 22:50:04.353 INFO O| Oct 18 22:50:04.353 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63942024-10-18T22:50:05.177Z[ recovery-image] Oct 18 22:50:04.363 INFO O| Oct 18 22:50:04.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63952024-10-18T22:50:05.181Z[ recovery-image] Oct 18 22:50:04.363 INFO O| Oct 18 22:50:04.363 INFO STEP 737 (remove_files) COMPLETE
63962024-10-18T22:50:05.181Z[ recovery-image] Oct 18 22:50:04.363 INFO O| Oct 18 22:50:04.363 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63972024-10-18T22:50:05.187Z[ recovery-image] Oct 18 22:50:04.373 INFO O| Oct 18 22:50:04.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63982024-10-18T22:50:05.187Z[ recovery-image] Oct 18 22:50:04.373 INFO O| Oct 18 22:50:04.373 INFO STEP 738 (remove_files) COMPLETE
63992024-10-18T22:50:05.187Z[ recovery-image] Oct 18 22:50:04.373 INFO O| Oct 18 22:50:04.373 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64002024-10-18T22:50:05.197Z[ recovery-image] Oct 18 22:50:04.382 INFO O| Oct 18 22:50:04.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
64012024-10-18T22:50:05.199Z[ recovery-image] Oct 18 22:50:04.382 INFO O| Oct 18 22:50:04.382 INFO STEP 739 (remove_files) COMPLETE
64022024-10-18T22:50:05.199Z[ recovery-image] Oct 18 22:50:04.382 INFO O| Oct 18 22:50:04.382 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64032024-10-18T22:50:05.207Z[ recovery-image] Oct 18 22:50:04.392 INFO O| Oct 18 22:50:04.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
64042024-10-18T22:50:05.209Z[ recovery-image] Oct 18 22:50:04.392 INFO O| Oct 18 22:50:04.392 INFO STEP 740 (remove_files) COMPLETE
64052024-10-18T22:50:05.209Z[ recovery-image] Oct 18 22:50:04.392 INFO O| Oct 18 22:50:04.392 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64062024-10-18T22:50:05.217Z[ recovery-image] Oct 18 22:50:04.402 INFO O| Oct 18 22:50:04.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
64072024-10-18T22:50:05.217Z[ recovery-image] Oct 18 22:50:04.402 INFO O| Oct 18 22:50:04.402 INFO STEP 741 (remove_files) COMPLETE
64082024-10-18T22:50:05.217Z[ recovery-image] Oct 18 22:50:04.402 INFO O| Oct 18 22:50:04.402 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64092024-10-18T22:50:05.227Z[ recovery-image] Oct 18 22:50:04.412 INFO O| Oct 18 22:50:04.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
64102024-10-18T22:50:05.227Z[ recovery-image] Oct 18 22:50:04.412 INFO O| Oct 18 22:50:04.412 INFO STEP 742 (remove_files) COMPLETE
64112024-10-18T22:50:05.227Z[ recovery-image] Oct 18 22:50:04.412 INFO O| Oct 18 22:50:04.412 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64122024-10-18T22:50:05.237Z[ recovery-image] Oct 18 22:50:04.422 INFO O| Oct 18 22:50:04.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
64132024-10-18T22:50:05.237Z[ recovery-image] Oct 18 22:50:04.422 INFO O| Oct 18 22:50:04.422 INFO STEP 743 (remove_files) COMPLETE
64142024-10-18T22:50:05.239Z[ recovery-image] Oct 18 22:50:04.422 INFO O| Oct 18 22:50:04.422 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64152024-10-18T22:50:05.246Z[ recovery-image] Oct 18 22:50:04.432 INFO O| Oct 18 22:50:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
64162024-10-18T22:50:05.247Z[ recovery-image] Oct 18 22:50:04.432 INFO O| Oct 18 22:50:04.432 INFO STEP 744 (remove_files) COMPLETE
64172024-10-18T22:50:05.249Z[ recovery-image] Oct 18 22:50:04.432 INFO O| Oct 18 22:50:04.432 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64182024-10-18T22:50:05.256Z[ recovery-image] Oct 18 22:50:04.442 INFO O| Oct 18 22:50:04.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
64192024-10-18T22:50:05.256Z[ recovery-image] Oct 18 22:50:04.442 INFO O| Oct 18 22:50:04.442 INFO STEP 745 (remove_files) COMPLETE
64202024-10-18T22:50:05.258Z[ recovery-image] Oct 18 22:50:04.442 INFO O| Oct 18 22:50:04.442 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64212024-10-18T22:50:05.266Z[ recovery-image] Oct 18 22:50:04.451 INFO O| Oct 18 22:50:04.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64222024-10-18T22:50:05.266Z[ recovery-image] Oct 18 22:50:04.451 INFO O| Oct 18 22:50:04.451 INFO STEP 746 (remove_files) COMPLETE
64232024-10-18T22:50:05.266Z[ recovery-image] Oct 18 22:50:04.451 INFO O| Oct 18 22:50:04.451 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64242024-10-18T22:50:05.276Z[ recovery-image] Oct 18 22:50:04.461 INFO O| Oct 18 22:50:04.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64252024-10-18T22:50:05.278Z[ recovery-image] Oct 18 22:50:04.461 INFO O| Oct 18 22:50:04.461 INFO STEP 747 (remove_files) COMPLETE
64262024-10-18T22:50:05.278Z[ recovery-image] Oct 18 22:50:04.461 INFO O| Oct 18 22:50:04.461 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64272024-10-18T22:50:05.285Z[ recovery-image] Oct 18 22:50:04.470 INFO O| Oct 18 22:50:04.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64282024-10-18T22:50:05.285Z[ recovery-image] Oct 18 22:50:04.470 INFO O| Oct 18 22:50:04.470 INFO STEP 748 (remove_files) COMPLETE
64292024-10-18T22:50:05.285Z[ recovery-image] Oct 18 22:50:04.470 INFO O| Oct 18 22:50:04.470 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64302024-10-18T22:50:05.294Z[ recovery-image] Oct 18 22:50:04.480 INFO O| Oct 18 22:50:04.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64312024-10-18T22:50:05.294Z[ recovery-image] Oct 18 22:50:04.480 INFO O| Oct 18 22:50:04.480 INFO STEP 749 (remove_files) COMPLETE
64322024-10-18T22:50:05.296Z[ recovery-image] Oct 18 22:50:04.480 INFO O| Oct 18 22:50:04.480 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64332024-10-18T22:50:05.304Z[ recovery-image] Oct 18 22:50:04.490 INFO O| Oct 18 22:50:04.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64342024-10-18T22:50:05.307Z[ recovery-image] Oct 18 22:50:04.490 INFO O| Oct 18 22:50:04.490 INFO STEP 750 (remove_files) COMPLETE
64352024-10-18T22:50:05.307Z[ recovery-image] Oct 18 22:50:04.490 INFO O| Oct 18 22:50:04.490 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64362024-10-18T22:50:05.314Z[ recovery-image] Oct 18 22:50:04.500 INFO O| Oct 18 22:50:04.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64372024-10-18T22:50:05.316Z[ recovery-image] Oct 18 22:50:04.500 INFO O| Oct 18 22:50:04.500 INFO STEP 751 (remove_files) COMPLETE
64382024-10-18T22:50:05.316Z[ recovery-image] Oct 18 22:50:04.500 INFO O| Oct 18 22:50:04.500 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64392024-10-18T22:50:05.324Z[ recovery-image] Oct 18 22:50:04.509 INFO O| Oct 18 22:50:04.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64402024-10-18T22:50:05.324Z[ recovery-image] Oct 18 22:50:04.509 INFO O| Oct 18 22:50:04.509 INFO STEP 752 (remove_files) COMPLETE
64412024-10-18T22:50:05.326Z[ recovery-image] Oct 18 22:50:04.509 INFO O| Oct 18 22:50:04.509 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64422024-10-18T22:50:05.333Z[ recovery-image] Oct 18 22:50:04.518 INFO O| Oct 18 22:50:04.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64432024-10-18T22:50:05.335Z[ recovery-image] Oct 18 22:50:04.519 INFO O| Oct 18 22:50:04.519 INFO STEP 753 (remove_files) COMPLETE
64442024-10-18T22:50:05.335Z[ recovery-image] Oct 18 22:50:04.519 INFO O| Oct 18 22:50:04.519 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64452024-10-18T22:50:05.342Z[ recovery-image] Oct 18 22:50:04.528 INFO O| Oct 18 22:50:04.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64462024-10-18T22:50:05.343Z[ recovery-image] Oct 18 22:50:04.528 INFO O| Oct 18 22:50:04.528 INFO STEP 754 (remove_files) COMPLETE
64472024-10-18T22:50:05.343Z[ recovery-image] Oct 18 22:50:04.528 INFO O| Oct 18 22:50:04.528 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64482024-10-18T22:50:05.353Z[ recovery-image] Oct 18 22:50:04.538 INFO O| Oct 18 22:50:04.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64492024-10-18T22:50:05.353Z[ recovery-image] Oct 18 22:50:04.538 INFO O| Oct 18 22:50:04.538 INFO STEP 755 (remove_files) COMPLETE
64502024-10-18T22:50:05.355Z[ recovery-image] Oct 18 22:50:04.539 INFO O| Oct 18 22:50:04.538 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64512024-10-18T22:50:05.363Z[ recovery-image] Oct 18 22:50:04.548 INFO O| Oct 18 22:50:04.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64522024-10-18T22:50:05.363Z[ recovery-image] Oct 18 22:50:04.548 INFO O| Oct 18 22:50:04.548 INFO STEP 756 (remove_files) COMPLETE
64532024-10-18T22:50:05.365Z[ recovery-image] Oct 18 22:50:04.548 INFO O| Oct 18 22:50:04.548 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64542024-10-18T22:50:05.372Z[ recovery-image] Oct 18 22:50:04.558 INFO O| Oct 18 22:50:04.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64552024-10-18T22:50:05.374Z[ recovery-image] Oct 18 22:50:04.558 INFO O| Oct 18 22:50:04.558 INFO STEP 757 (remove_files) COMPLETE
64562024-10-18T22:50:05.374Z[ recovery-image] Oct 18 22:50:04.558 INFO O| Oct 18 22:50:04.558 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64572024-10-18T22:50:05.382Z[ recovery-image] Oct 18 22:50:04.567 INFO O| Oct 18 22:50:04.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64582024-10-18T22:50:05.384Z[ recovery-image] Oct 18 22:50:04.567 INFO O| Oct 18 22:50:04.567 INFO STEP 758 (remove_files) COMPLETE
64592024-10-18T22:50:05.384Z[ recovery-image] Oct 18 22:50:04.567 INFO O| Oct 18 22:50:04.567 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64602024-10-18T22:50:05.391Z[ recovery-image] Oct 18 22:50:04.577 INFO O| Oct 18 22:50:04.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64612024-10-18T22:50:05.393Z[ recovery-image] Oct 18 22:50:04.577 INFO O| Oct 18 22:50:04.577 INFO STEP 759 (remove_files) COMPLETE
64622024-10-18T22:50:05.393Z[ recovery-image] Oct 18 22:50:04.577 INFO O| Oct 18 22:50:04.577 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64632024-10-18T22:50:05.400Z[ recovery-image] Oct 18 22:50:04.586 INFO O| Oct 18 22:50:04.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64642024-10-18T22:50:05.400Z[ recovery-image] Oct 18 22:50:04.586 INFO O| Oct 18 22:50:04.586 INFO STEP 760 (remove_files) COMPLETE
64652024-10-18T22:50:05.402Z[ recovery-image] Oct 18 22:50:04.586 INFO O| Oct 18 22:50:04.586 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64662024-10-18T22:50:05.410Z[ recovery-image] Oct 18 22:50:04.595 INFO O| Oct 18 22:50:04.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64672024-10-18T22:50:05.410Z[ recovery-image] Oct 18 22:50:04.596 INFO O| Oct 18 22:50:04.595 INFO STEP 761 (remove_files) COMPLETE
64682024-10-18T22:50:05.410Z[ recovery-image] Oct 18 22:50:04.596 INFO O| Oct 18 22:50:04.596 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64692024-10-18T22:50:05.419Z[ recovery-image] Oct 18 22:50:04.605 INFO O| Oct 18 22:50:04.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64702024-10-18T22:50:05.422Z[ recovery-image] Oct 18 22:50:04.605 INFO O| Oct 18 22:50:04.605 INFO STEP 762 (remove_files) COMPLETE
64712024-10-18T22:50:05.422Z[ recovery-image] Oct 18 22:50:04.605 INFO O| Oct 18 22:50:04.605 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64722024-10-18T22:50:05.429Z[ recovery-image] Oct 18 22:50:04.615 INFO O| Oct 18 22:50:04.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64732024-10-18T22:50:05.429Z[ recovery-image] Oct 18 22:50:04.615 INFO O| Oct 18 22:50:04.615 INFO STEP 763 (remove_files) COMPLETE
64742024-10-18T22:50:05.429Z[ recovery-image] Oct 18 22:50:04.615 INFO O| Oct 18 22:50:04.615 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64752024-10-18T22:50:05.441Z[ recovery-image] Oct 18 22:50:04.627 INFO O| Oct 18 22:50:04.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64762024-10-18T22:50:05.443Z[ recovery-image] Oct 18 22:50:04.627 INFO O| Oct 18 22:50:04.627 INFO STEP 764 (remove_files) COMPLETE
64772024-10-18T22:50:05.444Z[ recovery-image] Oct 18 22:50:04.627 INFO O| Oct 18 22:50:04.627 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64782024-10-18T22:50:05.451Z[ recovery-image] Oct 18 22:50:04.637 INFO O| Oct 18 22:50:04.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64792024-10-18T22:50:05.451Z[ recovery-image] Oct 18 22:50:04.637 INFO O| Oct 18 22:50:04.637 INFO STEP 765 (remove_files) COMPLETE
64802024-10-18T22:50:05.451Z[ recovery-image] Oct 18 22:50:04.637 INFO O| Oct 18 22:50:04.637 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64812024-10-18T22:50:05.462Z[ recovery-image] Oct 18 22:50:04.647 INFO O| Oct 18 22:50:04.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64822024-10-18T22:50:05.462Z[ recovery-image] Oct 18 22:50:04.647 INFO O| Oct 18 22:50:04.647 INFO STEP 766 (remove_files) COMPLETE
64832024-10-18T22:50:05.464Z[ recovery-image] Oct 18 22:50:04.647 INFO O| Oct 18 22:50:04.647 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64842024-10-18T22:50:05.473Z[ recovery-image] Oct 18 22:50:04.658 INFO O| Oct 18 22:50:04.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64852024-10-18T22:50:05.473Z[ recovery-image] Oct 18 22:50:04.658 INFO O| Oct 18 22:50:04.658 INFO STEP 767 (remove_files) COMPLETE
64862024-10-18T22:50:05.475Z[ recovery-image] Oct 18 22:50:04.658 INFO O| Oct 18 22:50:04.658 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64872024-10-18T22:50:05.483Z[ recovery-image] Oct 18 22:50:04.668 INFO O| Oct 18 22:50:04.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64882024-10-18T22:50:05.483Z[ recovery-image] Oct 18 22:50:04.668 INFO O| Oct 18 22:50:04.668 INFO STEP 768 (remove_files) COMPLETE
64892024-10-18T22:50:05.485Z[ recovery-image] Oct 18 22:50:04.668 INFO O| Oct 18 22:50:04.668 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64902024-10-18T22:50:05.492Z[ recovery-image] Oct 18 22:50:04.678 INFO O| Oct 18 22:50:04.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64912024-10-18T22:50:05.492Z[ recovery-image] Oct 18 22:50:04.678 INFO O| Oct 18 22:50:04.678 INFO STEP 769 (remove_files) COMPLETE
64922024-10-18T22:50:05.492Z[ recovery-image] Oct 18 22:50:04.678 INFO O| Oct 18 22:50:04.678 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64932024-10-18T22:50:05.502Z[ recovery-image] Oct 18 22:50:04.687 INFO O| Oct 18 22:50:04.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64942024-10-18T22:50:05.502Z[ recovery-image] Oct 18 22:50:04.687 INFO O| Oct 18 22:50:04.687 INFO STEP 770 (remove_files) COMPLETE
64952024-10-18T22:50:05.502Z[ recovery-image] Oct 18 22:50:04.687 INFO O| Oct 18 22:50:04.687 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64962024-10-18T22:50:05.511Z[ recovery-image] Oct 18 22:50:04.697 INFO O| Oct 18 22:50:04.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64972024-10-18T22:50:05.511Z[ recovery-image] Oct 18 22:50:04.697 INFO O| Oct 18 22:50:04.697 INFO STEP 771 (remove_files) COMPLETE
64982024-10-18T22:50:05.514Z[ recovery-image] Oct 18 22:50:04.697 INFO O| Oct 18 22:50:04.697 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64992024-10-18T22:50:05.521Z[ recovery-image] Oct 18 22:50:04.707 INFO O| Oct 18 22:50:04.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
65002024-10-18T22:50:05.521Z[ recovery-image] Oct 18 22:50:04.707 INFO O| Oct 18 22:50:04.707 INFO STEP 772 (remove_files) COMPLETE
65012024-10-18T22:50:05.524Z[ recovery-image] Oct 18 22:50:04.707 INFO O| Oct 18 22:50:04.707 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65022024-10-18T22:50:05.531Z[ recovery-image] Oct 18 22:50:04.717 INFO O| Oct 18 22:50:04.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
65032024-10-18T22:50:05.534Z[ recovery-image] Oct 18 22:50:04.717 INFO O| Oct 18 22:50:04.717 INFO STEP 773 (remove_files) COMPLETE
65042024-10-18T22:50:05.534Z[ recovery-image] Oct 18 22:50:04.717 INFO O| Oct 18 22:50:04.717 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65052024-10-18T22:50:05.542Z[ recovery-image] Oct 18 22:50:04.727 INFO O| Oct 18 22:50:04.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
65062024-10-18T22:50:05.542Z[ recovery-image] Oct 18 22:50:04.727 INFO O| Oct 18 22:50:04.727 INFO STEP 774 (remove_files) COMPLETE
65072024-10-18T22:50:05.544Z[ recovery-image] Oct 18 22:50:04.727 INFO O| Oct 18 22:50:04.727 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65082024-10-18T22:50:05.551Z[ recovery-image] Oct 18 22:50:04.737 INFO O| Oct 18 22:50:04.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
65092024-10-18T22:50:05.551Z[ recovery-image] Oct 18 22:50:04.737 INFO O| Oct 18 22:50:04.737 INFO STEP 775 (remove_files) COMPLETE
65102024-10-18T22:50:05.554Z[ recovery-image] Oct 18 22:50:04.737 INFO O| Oct 18 22:50:04.737 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65112024-10-18T22:50:05.561Z[ recovery-image] Oct 18 22:50:04.746 INFO O| Oct 18 22:50:04.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
65122024-10-18T22:50:05.561Z[ recovery-image] Oct 18 22:50:04.746 INFO O| Oct 18 22:50:04.746 INFO STEP 776 (remove_files) COMPLETE
65132024-10-18T22:50:05.561Z[ recovery-image] Oct 18 22:50:04.746 INFO O| Oct 18 22:50:04.746 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65142024-10-18T22:50:05.570Z[ recovery-image] Oct 18 22:50:04.756 INFO O| Oct 18 22:50:04.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
65152024-10-18T22:50:05.570Z[ recovery-image] Oct 18 22:50:04.756 INFO O| Oct 18 22:50:04.756 INFO STEP 777 (remove_files) COMPLETE
65162024-10-18T22:50:05.573Z[ recovery-image] Oct 18 22:50:04.756 INFO O| Oct 18 22:50:04.756 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65172024-10-18T22:50:05.580Z[ recovery-image] Oct 18 22:50:04.765 INFO O| Oct 18 22:50:04.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
65182024-10-18T22:50:05.580Z[ recovery-image] Oct 18 22:50:04.765 INFO O| Oct 18 22:50:04.765 INFO STEP 778 (remove_files) COMPLETE
65192024-10-18T22:50:05.582Z[ recovery-image] Oct 18 22:50:04.765 INFO O| Oct 18 22:50:04.765 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65202024-10-18T22:50:05.589Z[ recovery-image] Oct 18 22:50:04.775 INFO O| Oct 18 22:50:04.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65212024-10-18T22:50:05.589Z[ recovery-image] Oct 18 22:50:04.775 INFO O| Oct 18 22:50:04.775 INFO STEP 779 (remove_files) COMPLETE
65222024-10-18T22:50:05.591Z[ recovery-image] Oct 18 22:50:04.775 INFO O| Oct 18 22:50:04.775 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65232024-10-18T22:50:05.599Z[ recovery-image] Oct 18 22:50:04.784 INFO O| Oct 18 22:50:04.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65242024-10-18T22:50:05.599Z[ recovery-image] Oct 18 22:50:04.784 INFO O| Oct 18 22:50:04.784 INFO STEP 780 (remove_files) COMPLETE
65252024-10-18T22:50:05.601Z[ recovery-image] Oct 18 22:50:04.784 INFO O| Oct 18 22:50:04.784 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65262024-10-18T22:50:05.608Z[ recovery-image] Oct 18 22:50:04.794 INFO O| Oct 18 22:50:04.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65272024-10-18T22:50:05.608Z[ recovery-image] Oct 18 22:50:04.794 INFO O| Oct 18 22:50:04.794 INFO STEP 781 (remove_files) COMPLETE
65282024-10-18T22:50:05.610Z[ recovery-image] Oct 18 22:50:04.794 INFO O| Oct 18 22:50:04.794 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65292024-10-18T22:50:05.618Z[ recovery-image] Oct 18 22:50:04.803 INFO O| Oct 18 22:50:04.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65302024-10-18T22:50:05.618Z[ recovery-image] Oct 18 22:50:04.804 INFO O| Oct 18 22:50:04.804 INFO STEP 782 (remove_files) COMPLETE
65312024-10-18T22:50:05.620Z[ recovery-image] Oct 18 22:50:04.804 INFO O| Oct 18 22:50:04.804 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65322024-10-18T22:50:05.628Z[ recovery-image] Oct 18 22:50:04.813 INFO O| Oct 18 22:50:04.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65332024-10-18T22:50:05.630Z[ recovery-image] Oct 18 22:50:04.813 INFO O| Oct 18 22:50:04.813 INFO STEP 783 (remove_files) COMPLETE
65342024-10-18T22:50:05.630Z[ recovery-image] Oct 18 22:50:04.813 INFO O| Oct 18 22:50:04.813 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65352024-10-18T22:50:05.637Z[ recovery-image] Oct 18 22:50:04.823 INFO O| Oct 18 22:50:04.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65362024-10-18T22:50:05.637Z[ recovery-image] Oct 18 22:50:04.823 INFO O| Oct 18 22:50:04.823 INFO STEP 784 (remove_files) COMPLETE
65372024-10-18T22:50:05.637Z[ recovery-image] Oct 18 22:50:04.823 INFO O| Oct 18 22:50:04.823 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65382024-10-18T22:50:05.647Z[ recovery-image] Oct 18 22:50:04.832 INFO O| Oct 18 22:50:04.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65392024-10-18T22:50:05.649Z[ recovery-image] Oct 18 22:50:04.832 INFO O| Oct 18 22:50:04.832 INFO STEP 785 (remove_files) COMPLETE
65402024-10-18T22:50:05.649Z[ recovery-image] Oct 18 22:50:04.832 INFO O| Oct 18 22:50:04.832 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65412024-10-18T22:50:05.656Z[ recovery-image] Oct 18 22:50:04.842 INFO O| Oct 18 22:50:04.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65422024-10-18T22:50:05.658Z[ recovery-image] Oct 18 22:50:04.842 INFO O| Oct 18 22:50:04.842 INFO STEP 786 (remove_files) COMPLETE
65432024-10-18T22:50:05.658Z[ recovery-image] Oct 18 22:50:04.842 INFO O| Oct 18 22:50:04.842 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65442024-10-18T22:50:05.665Z[ recovery-image] Oct 18 22:50:04.851 INFO O| Oct 18 22:50:04.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65452024-10-18T22:50:05.665Z[ recovery-image] Oct 18 22:50:04.851 INFO O| Oct 18 22:50:04.851 INFO STEP 787 (remove_files) COMPLETE
65462024-10-18T22:50:05.668Z[ recovery-image] Oct 18 22:50:04.851 INFO O| Oct 18 22:50:04.851 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65472024-10-18T22:50:05.675Z[ recovery-image] Oct 18 22:50:04.860 INFO O| Oct 18 22:50:04.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65482024-10-18T22:50:05.675Z[ recovery-image] Oct 18 22:50:04.860 INFO O| Oct 18 22:50:04.860 INFO STEP 788 (remove_files) COMPLETE
65492024-10-18T22:50:05.675Z[ recovery-image] Oct 18 22:50:04.860 INFO O| Oct 18 22:50:04.860 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65502024-10-18T22:50:05.684Z[ recovery-image] Oct 18 22:50:04.870 INFO O| Oct 18 22:50:04.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65512024-10-18T22:50:05.686Z[ recovery-image] Oct 18 22:50:04.870 INFO O| Oct 18 22:50:04.870 INFO STEP 789 (remove_files) COMPLETE
65522024-10-18T22:50:05.686Z[ recovery-image] Oct 18 22:50:04.870 INFO O| Oct 18 22:50:04.870 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65532024-10-18T22:50:05.694Z[ recovery-image] Oct 18 22:50:04.879 INFO O| Oct 18 22:50:04.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65542024-10-18T22:50:05.697Z[ recovery-image] Oct 18 22:50:04.879 INFO O| Oct 18 22:50:04.879 INFO STEP 790 (remove_files) COMPLETE
65552024-10-18T22:50:05.697Z[ recovery-image] Oct 18 22:50:04.880 INFO O| Oct 18 22:50:04.879 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65562024-10-18T22:50:05.705Z[ recovery-image] Oct 18 22:50:04.889 INFO O| Oct 18 22:50:04.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65572024-10-18T22:50:05.705Z[ recovery-image] Oct 18 22:50:04.889 INFO O| Oct 18 22:50:04.889 INFO STEP 791 (remove_files) COMPLETE
65582024-10-18T22:50:05.705Z[ recovery-image] Oct 18 22:50:04.889 INFO O| Oct 18 22:50:04.889 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65592024-10-18T22:50:05.713Z[ recovery-image] Oct 18 22:50:04.898 INFO O| Oct 18 22:50:04.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65602024-10-18T22:50:05.713Z[ recovery-image] Oct 18 22:50:04.898 INFO O| Oct 18 22:50:04.898 INFO STEP 792 (remove_files) COMPLETE
65612024-10-18T22:50:05.715Z[ recovery-image] Oct 18 22:50:04.898 INFO O| Oct 18 22:50:04.898 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65622024-10-18T22:50:05.722Z[ recovery-image] Oct 18 22:50:04.908 INFO O| Oct 18 22:50:04.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65632024-10-18T22:50:05.722Z[ recovery-image] Oct 18 22:50:04.908 INFO O| Oct 18 22:50:04.908 INFO STEP 793 (remove_files) COMPLETE
65642024-10-18T22:50:05.722Z[ recovery-image] Oct 18 22:50:04.908 INFO O| Oct 18 22:50:04.908 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65652024-10-18T22:50:05.732Z[ recovery-image] Oct 18 22:50:04.917 INFO O| Oct 18 22:50:04.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65662024-10-18T22:50:05.732Z[ recovery-image] Oct 18 22:50:04.917 INFO O| Oct 18 22:50:04.917 INFO STEP 794 (remove_files) COMPLETE
65672024-10-18T22:50:05.734Z[ recovery-image] Oct 18 22:50:04.917 INFO O| Oct 18 22:50:04.917 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65682024-10-18T22:50:05.741Z[ recovery-image] Oct 18 22:50:04.927 INFO O| Oct 18 22:50:04.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65692024-10-18T22:50:05.741Z[ recovery-image] Oct 18 22:50:04.927 INFO O| Oct 18 22:50:04.927 INFO STEP 795 (remove_files) COMPLETE
65702024-10-18T22:50:05.741Z[ recovery-image] Oct 18 22:50:04.927 INFO O| Oct 18 22:50:04.927 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65712024-10-18T22:50:05.751Z[ recovery-image] Oct 18 22:50:04.936 INFO O| Oct 18 22:50:04.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65722024-10-18T22:50:05.753Z[ recovery-image] Oct 18 22:50:04.937 INFO O| Oct 18 22:50:04.937 INFO STEP 796 (remove_files) COMPLETE
65732024-10-18T22:50:05.753Z[ recovery-image] Oct 18 22:50:04.937 INFO O| Oct 18 22:50:04.937 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65742024-10-18T22:50:05.761Z[ recovery-image] Oct 18 22:50:04.946 INFO O| Oct 18 22:50:04.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65752024-10-18T22:50:05.761Z[ recovery-image] Oct 18 22:50:04.946 INFO O| Oct 18 22:50:04.946 INFO STEP 797 (remove_files) COMPLETE
65762024-10-18T22:50:05.763Z[ recovery-image] Oct 18 22:50:04.946 INFO O| Oct 18 22:50:04.946 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65772024-10-18T22:50:05.770Z[ recovery-image] Oct 18 22:50:04.956 INFO O| Oct 18 22:50:04.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65782024-10-18T22:50:05.773Z[ recovery-image] Oct 18 22:50:04.956 INFO O| Oct 18 22:50:04.956 INFO STEP 798 (remove_files) COMPLETE
65792024-10-18T22:50:05.773Z[ recovery-image] Oct 18 22:50:04.956 INFO O| Oct 18 22:50:04.956 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65802024-10-18T22:50:05.780Z[ recovery-image] Oct 18 22:50:04.965 INFO O| Oct 18 22:50:04.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65812024-10-18T22:50:05.780Z[ recovery-image] Oct 18 22:50:04.966 INFO O| Oct 18 22:50:04.966 INFO STEP 799 (remove_files) COMPLETE
65822024-10-18T22:50:05.782Z[ recovery-image] Oct 18 22:50:04.966 INFO O| Oct 18 22:50:04.966 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65832024-10-18T22:50:05.790Z[ recovery-image] Oct 18 22:50:04.976 INFO O| Oct 18 22:50:04.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65842024-10-18T22:50:05.792Z[ recovery-image] Oct 18 22:50:04.976 INFO O| Oct 18 22:50:04.976 INFO STEP 800 (remove_files) COMPLETE
65852024-10-18T22:50:05.792Z[ recovery-image] Oct 18 22:50:04.976 INFO O| Oct 18 22:50:04.976 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65862024-10-18T22:50:05.800Z[ recovery-image] Oct 18 22:50:04.985 INFO O| Oct 18 22:50:04.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65872024-10-18T22:50:05.800Z[ recovery-image] Oct 18 22:50:04.985 INFO O| Oct 18 22:50:04.985 INFO STEP 801 (remove_files) COMPLETE
65882024-10-18T22:50:05.802Z[ recovery-image] Oct 18 22:50:04.985 INFO O| Oct 18 22:50:04.985 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65892024-10-18T22:50:05.809Z[ recovery-image] Oct 18 22:50:04.995 INFO O| Oct 18 22:50:04.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65902024-10-18T22:50:05.812Z[ recovery-image] Oct 18 22:50:04.995 INFO O| Oct 18 22:50:04.995 INFO STEP 802 (remove_files) COMPLETE
65912024-10-18T22:50:05.812Z[ recovery-image] Oct 18 22:50:04.995 INFO O| Oct 18 22:50:04.995 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65922024-10-18T22:50:05.820Z[ recovery-image] Oct 18 22:50:05.005 INFO O| Oct 18 22:50:05.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65932024-10-18T22:50:05.820Z[ recovery-image] Oct 18 22:50:05.005 INFO O| Oct 18 22:50:05.005 INFO STEP 803 (remove_files) COMPLETE
65942024-10-18T22:50:05.822Z[ recovery-image] Oct 18 22:50:05.005 INFO O| Oct 18 22:50:05.005 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65952024-10-18T22:50:05.829Z[ recovery-image] Oct 18 22:50:05.015 INFO O| Oct 18 22:50:05.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65962024-10-18T22:50:05.829Z[ recovery-image] Oct 18 22:50:05.015 INFO O| Oct 18 22:50:05.015 INFO STEP 804 (remove_files) COMPLETE
65972024-10-18T22:50:05.832Z[ recovery-image] Oct 18 22:50:05.015 INFO O| Oct 18 22:50:05.015 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65982024-10-18T22:50:05.839Z[ recovery-image] Oct 18 22:50:05.025 INFO O| Oct 18 22:50:05.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65992024-10-18T22:50:05.839Z[ recovery-image] Oct 18 22:50:05.025 INFO O| Oct 18 22:50:05.025 INFO STEP 805 (remove_files) COMPLETE
66002024-10-18T22:50:05.841Z[ recovery-image] Oct 18 22:50:05.025 INFO O| Oct 18 22:50:05.025 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66012024-10-18T22:50:05.849Z[ recovery-image] Oct 18 22:50:05.034 INFO O| Oct 18 22:50:05.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
66022024-10-18T22:50:05.851Z[ recovery-image] Oct 18 22:50:05.034 INFO O| Oct 18 22:50:05.034 INFO STEP 806 (remove_files) COMPLETE
66032024-10-18T22:50:05.851Z[ recovery-image] Oct 18 22:50:05.034 INFO O| Oct 18 22:50:05.034 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66042024-10-18T22:50:05.858Z[ recovery-image] Oct 18 22:50:05.044 INFO O| Oct 18 22:50:05.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
66052024-10-18T22:50:05.861Z[ recovery-image] Oct 18 22:50:05.044 INFO O| Oct 18 22:50:05.044 INFO STEP 807 (remove_files) COMPLETE
66062024-10-18T22:50:05.861Z[ recovery-image] Oct 18 22:50:05.044 INFO O| Oct 18 22:50:05.044 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66072024-10-18T22:50:05.868Z[ recovery-image] Oct 18 22:50:05.054 INFO O| Oct 18 22:50:05.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
66082024-10-18T22:50:05.870Z[ recovery-image] Oct 18 22:50:05.054 INFO O| Oct 18 22:50:05.054 INFO STEP 808 (remove_files) COMPLETE
66092024-10-18T22:50:05.870Z[ recovery-image] Oct 18 22:50:05.054 INFO O| Oct 18 22:50:05.054 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66102024-10-18T22:50:05.878Z[ recovery-image] Oct 18 22:50:05.063 INFO O| Oct 18 22:50:05.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
66112024-10-18T22:50:05.878Z[ recovery-image] Oct 18 22:50:05.064 INFO O| Oct 18 22:50:05.063 INFO STEP 809 (remove_files) COMPLETE
66122024-10-18T22:50:05.878Z[ recovery-image] Oct 18 22:50:05.064 INFO O| Oct 18 22:50:05.063 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66132024-10-18T22:50:05.888Z[ recovery-image] Oct 18 22:50:05.073 INFO O| Oct 18 22:50:05.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
66142024-10-18T22:50:05.890Z[ recovery-image] Oct 18 22:50:05.073 INFO O| Oct 18 22:50:05.073 INFO STEP 810 (remove_files) COMPLETE
66152024-10-18T22:50:05.890Z[ recovery-image] Oct 18 22:50:05.073 INFO O| Oct 18 22:50:05.073 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66162024-10-18T22:50:05.898Z[ recovery-image] Oct 18 22:50:05.083 INFO O| Oct 18 22:50:05.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
66172024-10-18T22:50:05.900Z[ recovery-image] Oct 18 22:50:05.083 INFO O| Oct 18 22:50:05.083 INFO STEP 811 (remove_files) COMPLETE
66182024-10-18T22:50:05.900Z[ recovery-image] Oct 18 22:50:05.083 INFO O| Oct 18 22:50:05.083 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66192024-10-18T22:50:05.907Z[ recovery-image] Oct 18 22:50:05.093 INFO O| Oct 18 22:50:05.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66202024-10-18T22:50:05.907Z[ recovery-image] Oct 18 22:50:05.093 INFO O| Oct 18 22:50:05.093 INFO STEP 812 (remove_files) COMPLETE
66212024-10-18T22:50:05.907Z[ recovery-image] Oct 18 22:50:05.093 INFO O| Oct 18 22:50:05.093 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66222024-10-18T22:50:05.917Z[ recovery-image] Oct 18 22:50:05.102 INFO O| Oct 18 22:50:05.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66232024-10-18T22:50:05.917Z[ recovery-image] Oct 18 22:50:05.102 INFO O| Oct 18 22:50:05.102 INFO STEP 813 (remove_files) COMPLETE
66242024-10-18T22:50:05.917Z[ recovery-image] Oct 18 22:50:05.102 INFO O| Oct 18 22:50:05.102 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66252024-10-18T22:50:05.926Z[ recovery-image] Oct 18 22:50:05.112 INFO O| Oct 18 22:50:05.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66262024-10-18T22:50:05.927Z[ recovery-image] Oct 18 22:50:05.112 INFO O| Oct 18 22:50:05.112 INFO STEP 814 (remove_files) COMPLETE
66272024-10-18T22:50:05.929Z[ recovery-image] Oct 18 22:50:05.112 INFO O| Oct 18 22:50:05.112 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66282024-10-18T22:50:05.937Z[ recovery-image] Oct 18 22:50:05.122 INFO O| Oct 18 22:50:05.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66292024-10-18T22:50:05.939Z[ recovery-image] Oct 18 22:50:05.122 INFO O| Oct 18 22:50:05.122 INFO STEP 815 (remove_files) COMPLETE
66302024-10-18T22:50:05.939Z[ recovery-image] Oct 18 22:50:05.122 INFO O| Oct 18 22:50:05.122 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66312024-10-18T22:50:05.946Z[ recovery-image] Oct 18 22:50:05.132 INFO O| Oct 18 22:50:05.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66322024-10-18T22:50:05.947Z[ recovery-image] Oct 18 22:50:05.132 INFO O| Oct 18 22:50:05.132 INFO STEP 816 (remove_files) COMPLETE
66332024-10-18T22:50:05.949Z[ recovery-image] Oct 18 22:50:05.132 INFO O| Oct 18 22:50:05.132 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66342024-10-18T22:50:05.956Z[ recovery-image] Oct 18 22:50:05.142 INFO O| Oct 18 22:50:05.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66352024-10-18T22:50:05.959Z[ recovery-image] Oct 18 22:50:05.142 INFO O| Oct 18 22:50:05.142 INFO STEP 817 (remove_files) COMPLETE
66362024-10-18T22:50:05.959Z[ recovery-image] Oct 18 22:50:05.142 INFO O| Oct 18 22:50:05.142 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66372024-10-18T22:50:05.967Z[ recovery-image] Oct 18 22:50:05.152 INFO O| Oct 18 22:50:05.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66382024-10-18T22:50:05.967Z[ recovery-image] Oct 18 22:50:05.152 INFO O| Oct 18 22:50:05.152 INFO STEP 818 (remove_files) COMPLETE
66392024-10-18T22:50:05.969Z[ recovery-image] Oct 18 22:50:05.152 INFO O| Oct 18 22:50:05.152 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66402024-10-18T22:50:05.976Z[ recovery-image] Oct 18 22:50:05.162 INFO O| Oct 18 22:50:05.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66412024-10-18T22:50:05.976Z[ recovery-image] Oct 18 22:50:05.162 INFO O| Oct 18 22:50:05.162 INFO STEP 819 (remove_files) COMPLETE
66422024-10-18T22:50:05.979Z[ recovery-image] Oct 18 22:50:05.162 INFO O| Oct 18 22:50:05.162 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66432024-10-18T22:50:05.986Z[ recovery-image] Oct 18 22:50:05.171 INFO O| Oct 18 22:50:05.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66442024-10-18T22:50:05.986Z[ recovery-image] Oct 18 22:50:05.172 INFO O| Oct 18 22:50:05.172 INFO STEP 820 (remove_files) COMPLETE
66452024-10-18T22:50:05.986Z[ recovery-image] Oct 18 22:50:05.172 INFO O| Oct 18 22:50:05.172 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66462024-10-18T22:50:05.996Z[ recovery-image] Oct 18 22:50:05.182 INFO O| Oct 18 22:50:05.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66472024-10-18T22:50:05.999Z[ recovery-image] Oct 18 22:50:05.182 INFO O| Oct 18 22:50:05.182 INFO STEP 821 (remove_files) COMPLETE
66482024-10-18T22:50:05.999Z[ recovery-image] Oct 18 22:50:05.182 INFO O| Oct 18 22:50:05.182 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66492024-10-18T22:50:06.008Z[ recovery-image] Oct 18 22:50:05.191 INFO O| Oct 18 22:50:05.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66502024-10-18T22:50:06.008Z[ recovery-image] Oct 18 22:50:05.192 INFO O| Oct 18 22:50:05.192 INFO STEP 822 (remove_files) COMPLETE
66512024-10-18T22:50:06.008Z[ recovery-image] Oct 18 22:50:05.192 INFO O| Oct 18 22:50:05.192 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66522024-10-18T22:50:06.016Z[ recovery-image] Oct 18 22:50:05.201 INFO O| Oct 18 22:50:05.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66532024-10-18T22:50:06.016Z[ recovery-image] Oct 18 22:50:05.201 INFO O| Oct 18 22:50:05.201 INFO STEP 823 (remove_files) COMPLETE
66542024-10-18T22:50:06.016Z[ recovery-image] Oct 18 22:50:05.201 INFO O| Oct 18 22:50:05.201 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66552024-10-18T22:50:06.026Z[ recovery-image] Oct 18 22:50:05.211 INFO O| Oct 18 22:50:05.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66562024-10-18T22:50:06.026Z[ recovery-image] Oct 18 22:50:05.211 INFO O| Oct 18 22:50:05.211 INFO STEP 824 (remove_files) COMPLETE
66572024-10-18T22:50:06.026Z[ recovery-image] Oct 18 22:50:05.211 INFO O| Oct 18 22:50:05.211 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66582024-10-18T22:50:06.035Z[ recovery-image] Oct 18 22:50:05.221 INFO O| Oct 18 22:50:05.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66592024-10-18T22:50:06.035Z[ recovery-image] Oct 18 22:50:05.221 INFO O| Oct 18 22:50:05.221 INFO STEP 825 (remove_files) COMPLETE
66602024-10-18T22:50:06.037Z[ recovery-image] Oct 18 22:50:05.221 INFO O| Oct 18 22:50:05.221 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66612024-10-18T22:50:06.045Z[ recovery-image] Oct 18 22:50:05.231 INFO O| Oct 18 22:50:05.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66622024-10-18T22:50:06.047Z[ recovery-image] Oct 18 22:50:05.231 INFO O| Oct 18 22:50:05.231 INFO STEP 826 (remove_files) COMPLETE
66632024-10-18T22:50:06.047Z[ recovery-image] Oct 18 22:50:05.231 INFO O| Oct 18 22:50:05.231 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66642024-10-18T22:50:06.055Z[ recovery-image] Oct 18 22:50:05.240 INFO O| Oct 18 22:50:05.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66652024-10-18T22:50:06.055Z[ recovery-image] Oct 18 22:50:05.240 INFO O| Oct 18 22:50:05.240 INFO STEP 827 (remove_files) COMPLETE
66662024-10-18T22:50:06.055Z[ recovery-image] Oct 18 22:50:05.241 INFO O| Oct 18 22:50:05.240 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66672024-10-18T22:50:06.065Z[ recovery-image] Oct 18 22:50:05.250 INFO O| Oct 18 22:50:05.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66682024-10-18T22:50:06.065Z[ recovery-image] Oct 18 22:50:05.250 INFO O| Oct 18 22:50:05.250 INFO STEP 828 (remove_files) COMPLETE
66692024-10-18T22:50:06.065Z[ recovery-image] Oct 18 22:50:05.250 INFO O| Oct 18 22:50:05.250 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66702024-10-18T22:50:06.074Z[ recovery-image] Oct 18 22:50:05.260 INFO O| Oct 18 22:50:05.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66712024-10-18T22:50:06.074Z[ recovery-image] Oct 18 22:50:05.260 INFO O| Oct 18 22:50:05.260 INFO STEP 829 (remove_files) COMPLETE
66722024-10-18T22:50:06.077Z[ recovery-image] Oct 18 22:50:05.260 INFO O| Oct 18 22:50:05.260 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66732024-10-18T22:50:06.084Z[ recovery-image] Oct 18 22:50:05.269 INFO O| Oct 18 22:50:05.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66742024-10-18T22:50:06.084Z[ recovery-image] Oct 18 22:50:05.270 INFO O| Oct 18 22:50:05.269 INFO STEP 830 (remove_files) COMPLETE
66752024-10-18T22:50:06.087Z[ recovery-image] Oct 18 22:50:05.270 INFO O| Oct 18 22:50:05.270 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66762024-10-18T22:50:06.094Z[ recovery-image] Oct 18 22:50:05.279 INFO O| Oct 18 22:50:05.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66772024-10-18T22:50:06.094Z[ recovery-image] Oct 18 22:50:05.279 INFO O| Oct 18 22:50:05.279 INFO STEP 831 (remove_files) COMPLETE
66782024-10-18T22:50:06.096Z[ recovery-image] Oct 18 22:50:05.279 INFO O| Oct 18 22:50:05.279 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66792024-10-18T22:50:06.103Z[ recovery-image] Oct 18 22:50:05.289 INFO O| Oct 18 22:50:05.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66802024-10-18T22:50:06.103Z[ recovery-image] Oct 18 22:50:05.289 INFO O| Oct 18 22:50:05.289 INFO STEP 832 (remove_files) COMPLETE
66812024-10-18T22:50:06.105Z[ recovery-image] Oct 18 22:50:05.289 INFO O| Oct 18 22:50:05.289 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66822024-10-18T22:50:06.114Z[ recovery-image] Oct 18 22:50:05.299 INFO O| Oct 18 22:50:05.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66832024-10-18T22:50:06.114Z[ recovery-image] Oct 18 22:50:05.299 INFO O| Oct 18 22:50:05.299 INFO STEP 833 (remove_files) COMPLETE
66842024-10-18T22:50:06.116Z[ recovery-image] Oct 18 22:50:05.299 INFO O| Oct 18 22:50:05.299 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66852024-10-18T22:50:06.124Z[ recovery-image] Oct 18 22:50:05.309 INFO O| Oct 18 22:50:05.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66862024-10-18T22:50:06.124Z[ recovery-image] Oct 18 22:50:05.309 INFO O| Oct 18 22:50:05.309 INFO STEP 834 (remove_files) COMPLETE
66872024-10-18T22:50:06.126Z[ recovery-image] Oct 18 22:50:05.310 INFO O| Oct 18 22:50:05.309 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66882024-10-18T22:50:06.134Z[ recovery-image] Oct 18 22:50:05.320 INFO O| Oct 18 22:50:05.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66892024-10-18T22:50:06.137Z[ recovery-image] Oct 18 22:50:05.320 INFO O| Oct 18 22:50:05.320 INFO STEP 835 (remove_files) COMPLETE
66902024-10-18T22:50:06.137Z[ recovery-image] Oct 18 22:50:05.320 INFO O| Oct 18 22:50:05.320 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66912024-10-18T22:50:06.144Z[ recovery-image] Oct 18 22:50:05.330 INFO O| Oct 18 22:50:05.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66922024-10-18T22:50:06.144Z[ recovery-image] Oct 18 22:50:05.330 INFO O| Oct 18 22:50:05.330 INFO STEP 836 (remove_files) COMPLETE
66932024-10-18T22:50:06.144Z[ recovery-image] Oct 18 22:50:05.330 INFO O| Oct 18 22:50:05.330 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66942024-10-18T22:50:06.154Z[ recovery-image] Oct 18 22:50:05.340 INFO O| Oct 18 22:50:05.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66952024-10-18T22:50:06.154Z[ recovery-image] Oct 18 22:50:05.340 INFO O| Oct 18 22:50:05.340 INFO STEP 837 (remove_files) COMPLETE
66962024-10-18T22:50:06.157Z[ recovery-image] Oct 18 22:50:05.340 INFO O| Oct 18 22:50:05.340 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66972024-10-18T22:50:06.165Z[ recovery-image] Oct 18 22:50:05.349 INFO O| Oct 18 22:50:05.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66982024-10-18T22:50:06.165Z[ recovery-image] Oct 18 22:50:05.350 INFO O| Oct 18 22:50:05.350 INFO STEP 838 (remove_files) COMPLETE
66992024-10-18T22:50:06.167Z[ recovery-image] Oct 18 22:50:05.350 INFO O| Oct 18 22:50:05.350 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67002024-10-18T22:50:06.174Z[ recovery-image] Oct 18 22:50:05.359 INFO O| Oct 18 22:50:05.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
67012024-10-18T22:50:06.176Z[ recovery-image] Oct 18 22:50:05.359 INFO O| Oct 18 22:50:05.359 INFO STEP 839 (remove_files) COMPLETE
67022024-10-18T22:50:06.176Z[ recovery-image] Oct 18 22:50:05.359 INFO O| Oct 18 22:50:05.359 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67032024-10-18T22:50:06.184Z[ recovery-image] Oct 18 22:50:05.370 INFO O| Oct 18 22:50:05.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
67042024-10-18T22:50:06.186Z[ recovery-image] Oct 18 22:50:05.370 INFO O| Oct 18 22:50:05.370 INFO STEP 840 (remove_files) COMPLETE
67052024-10-18T22:50:06.186Z[ recovery-image] Oct 18 22:50:05.370 INFO O| Oct 18 22:50:05.370 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67062024-10-18T22:50:06.194Z[ recovery-image] Oct 18 22:50:05.379 INFO O| Oct 18 22:50:05.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
67072024-10-18T22:50:06.194Z[ recovery-image] Oct 18 22:50:05.379 INFO O| Oct 18 22:50:05.379 INFO STEP 841 (remove_files) COMPLETE
67082024-10-18T22:50:06.196Z[ recovery-image] Oct 18 22:50:05.379 INFO O| Oct 18 22:50:05.379 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67092024-10-18T22:50:06.204Z[ recovery-image] Oct 18 22:50:05.389 INFO O| Oct 18 22:50:05.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
67102024-10-18T22:50:06.204Z[ recovery-image] Oct 18 22:50:05.389 INFO O| Oct 18 22:50:05.389 INFO STEP 842 (remove_files) COMPLETE
67112024-10-18T22:50:06.206Z[ recovery-image] Oct 18 22:50:05.389 INFO O| Oct 18 22:50:05.389 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67122024-10-18T22:50:06.213Z[ recovery-image] Oct 18 22:50:05.399 INFO O| Oct 18 22:50:05.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67132024-10-18T22:50:06.216Z[ recovery-image] Oct 18 22:50:05.399 INFO O| Oct 18 22:50:05.399 INFO STEP 843 (remove_files) COMPLETE
67142024-10-18T22:50:06.216Z[ recovery-image] Oct 18 22:50:05.399 INFO O| Oct 18 22:50:05.399 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67152024-10-18T22:50:06.224Z[ recovery-image] Oct 18 22:50:05.410 INFO O| Oct 18 22:50:05.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67162024-10-18T22:50:06.224Z[ recovery-image] Oct 18 22:50:05.410 INFO O| Oct 18 22:50:05.410 INFO STEP 844 (remove_files) COMPLETE
67172024-10-18T22:50:06.224Z[ recovery-image] Oct 18 22:50:05.410 INFO O| Oct 18 22:50:05.410 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-10-18T22:50:06.234Z[ recovery-image] Oct 18 22:50:05.419 INFO O| Oct 18 22:50:05.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67192024-10-18T22:50:06.237Z[ recovery-image] Oct 18 22:50:05.420 INFO O| Oct 18 22:50:05.420 INFO STEP 845 (remove_files) COMPLETE
67202024-10-18T22:50:06.237Z[ recovery-image] Oct 18 22:50:05.420 INFO O| Oct 18 22:50:05.420 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-10-18T22:50:06.244Z[ recovery-image] Oct 18 22:50:05.429 INFO O| Oct 18 22:50:05.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67222024-10-18T22:50:06.244Z[ recovery-image] Oct 18 22:50:05.429 INFO O| Oct 18 22:50:05.429 INFO STEP 846 (remove_files) COMPLETE
67232024-10-18T22:50:06.244Z[ recovery-image] Oct 18 22:50:05.429 INFO O| Oct 18 22:50:05.429 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-10-18T22:50:06.254Z[ recovery-image] Oct 18 22:50:05.439 INFO O| Oct 18 22:50:05.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67252024-10-18T22:50:06.254Z[ recovery-image] Oct 18 22:50:05.439 INFO O| Oct 18 22:50:05.439 INFO STEP 847 (remove_files) COMPLETE
67262024-10-18T22:50:06.254Z[ recovery-image] Oct 18 22:50:05.439 INFO O| Oct 18 22:50:05.439 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-10-18T22:50:06.264Z[ recovery-image] Oct 18 22:50:05.449 INFO O| Oct 18 22:50:05.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67282024-10-18T22:50:06.266Z[ recovery-image] Oct 18 22:50:05.450 INFO O| Oct 18 22:50:05.450 INFO STEP 848 (remove_files) COMPLETE
67292024-10-18T22:50:06.266Z[ recovery-image] Oct 18 22:50:05.450 INFO O| Oct 18 22:50:05.450 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-10-18T22:50:06.274Z[ recovery-image] Oct 18 22:50:05.459 INFO O| Oct 18 22:50:05.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67312024-10-18T22:50:06.274Z[ recovery-image] Oct 18 22:50:05.460 INFO O| Oct 18 22:50:05.459 INFO STEP 849 (remove_files) COMPLETE
67322024-10-18T22:50:06.276Z[ recovery-image] Oct 18 22:50:05.460 INFO O| Oct 18 22:50:05.460 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-10-18T22:50:06.283Z[ recovery-image] Oct 18 22:50:05.469 INFO O| Oct 18 22:50:05.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67342024-10-18T22:50:06.286Z[ recovery-image] Oct 18 22:50:05.469 INFO O| Oct 18 22:50:05.469 INFO STEP 850 (remove_files) COMPLETE
67352024-10-18T22:50:06.286Z[ recovery-image] Oct 18 22:50:05.469 INFO O| Oct 18 22:50:05.469 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-10-18T22:50:06.293Z[ recovery-image] Oct 18 22:50:05.479 INFO O| Oct 18 22:50:05.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67372024-10-18T22:50:06.296Z[ recovery-image] Oct 18 22:50:05.479 INFO O| Oct 18 22:50:05.479 INFO STEP 851 (remove_files) COMPLETE
67382024-10-18T22:50:06.296Z[ recovery-image] Oct 18 22:50:05.479 INFO O| Oct 18 22:50:05.479 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-10-18T22:50:06.303Z[ recovery-image] Oct 18 22:50:05.488 INFO O| Oct 18 22:50:05.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67402024-10-18T22:50:06.303Z[ recovery-image] Oct 18 22:50:05.488 INFO O| Oct 18 22:50:05.488 INFO STEP 852 (remove_files) COMPLETE
67412024-10-18T22:50:06.305Z[ recovery-image] Oct 18 22:50:05.488 INFO O| Oct 18 22:50:05.488 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-10-18T22:50:06.312Z[ recovery-image] Oct 18 22:50:05.498 INFO O| Oct 18 22:50:05.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67432024-10-18T22:50:06.313Z[ recovery-image] Oct 18 22:50:05.498 INFO O| Oct 18 22:50:05.498 INFO STEP 853 (remove_files) COMPLETE
67442024-10-18T22:50:06.315Z[ recovery-image] Oct 18 22:50:05.498 INFO O| Oct 18 22:50:05.498 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-10-18T22:50:06.322Z[ recovery-image] Oct 18 22:50:05.507 INFO O| Oct 18 22:50:05.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67462024-10-18T22:50:06.324Z[ recovery-image] Oct 18 22:50:05.508 INFO O| Oct 18 22:50:05.508 INFO STEP 854 (remove_files) COMPLETE
67472024-10-18T22:50:06.324Z[ recovery-image] Oct 18 22:50:05.508 INFO O| Oct 18 22:50:05.508 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-10-18T22:50:06.332Z[ recovery-image] Oct 18 22:50:05.517 INFO O| Oct 18 22:50:05.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67492024-10-18T22:50:06.334Z[ recovery-image] Oct 18 22:50:05.517 INFO O| Oct 18 22:50:05.517 INFO STEP 855 (remove_files) COMPLETE
67502024-10-18T22:50:06.334Z[ recovery-image] Oct 18 22:50:05.517 INFO O| Oct 18 22:50:05.517 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-10-18T22:50:06.342Z[ recovery-image] Oct 18 22:50:05.527 INFO O| Oct 18 22:50:05.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67522024-10-18T22:50:06.342Z[ recovery-image] Oct 18 22:50:05.527 INFO O| Oct 18 22:50:05.527 INFO STEP 856 (remove_files) COMPLETE
67532024-10-18T22:50:06.344Z[ recovery-image] Oct 18 22:50:05.527 INFO O| Oct 18 22:50:05.527 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-10-18T22:50:06.352Z[ recovery-image] Oct 18 22:50:05.537 INFO O| Oct 18 22:50:05.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67552024-10-18T22:50:06.354Z[ recovery-image] Oct 18 22:50:05.537 INFO O| Oct 18 22:50:05.537 INFO STEP 857 (remove_files) COMPLETE
67562024-10-18T22:50:06.354Z[ recovery-image] Oct 18 22:50:05.537 INFO O| Oct 18 22:50:05.537 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-10-18T22:50:06.361Z[ recovery-image] Oct 18 22:50:05.547 INFO O| Oct 18 22:50:05.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67582024-10-18T22:50:06.361Z[ recovery-image] Oct 18 22:50:05.547 INFO O| Oct 18 22:50:05.547 INFO STEP 858 (remove_files) COMPLETE
67592024-10-18T22:50:06.364Z[ recovery-image] Oct 18 22:50:05.547 INFO O| Oct 18 22:50:05.547 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-10-18T22:50:06.371Z[ recovery-image] Oct 18 22:50:05.557 INFO O| Oct 18 22:50:05.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67612024-10-18T22:50:06.373Z[ recovery-image] Oct 18 22:50:05.557 INFO O| Oct 18 22:50:05.557 INFO STEP 859 (remove_files) COMPLETE
67622024-10-18T22:50:06.373Z[ recovery-image] Oct 18 22:50:05.557 INFO O| Oct 18 22:50:05.557 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-10-18T22:50:06.381Z[ recovery-image] Oct 18 22:50:05.567 INFO O| Oct 18 22:50:05.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67642024-10-18T22:50:06.381Z[ recovery-image] Oct 18 22:50:05.567 INFO O| Oct 18 22:50:05.567 INFO STEP 860 (remove_files) COMPLETE
67652024-10-18T22:50:06.383Z[ recovery-image] Oct 18 22:50:05.567 INFO O| Oct 18 22:50:05.567 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-10-18T22:50:06.391Z[ recovery-image] Oct 18 22:50:05.576 INFO O| Oct 18 22:50:05.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67672024-10-18T22:50:06.393Z[ recovery-image] Oct 18 22:50:05.576 INFO O| Oct 18 22:50:05.576 INFO STEP 861 (remove_files) COMPLETE
67682024-10-18T22:50:06.393Z[ recovery-image] Oct 18 22:50:05.576 INFO O| Oct 18 22:50:05.576 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-10-18T22:50:06.401Z[ recovery-image] Oct 18 22:50:05.586 INFO O| Oct 18 22:50:05.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67702024-10-18T22:50:06.403Z[ recovery-image] Oct 18 22:50:05.586 INFO O| Oct 18 22:50:05.586 INFO STEP 862 (remove_files) COMPLETE
67712024-10-18T22:50:06.403Z[ recovery-image] Oct 18 22:50:05.586 INFO O| Oct 18 22:50:05.586 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-10-18T22:50:06.411Z[ recovery-image] Oct 18 22:50:05.596 INFO O| Oct 18 22:50:05.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67732024-10-18T22:50:06.413Z[ recovery-image] Oct 18 22:50:05.596 INFO O| Oct 18 22:50:05.596 INFO STEP 863 (remove_files) COMPLETE
67742024-10-18T22:50:06.413Z[ recovery-image] Oct 18 22:50:05.596 INFO O| Oct 18 22:50:05.596 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-10-18T22:50:06.420Z[ recovery-image] Oct 18 22:50:05.606 INFO O| Oct 18 22:50:05.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67762024-10-18T22:50:06.420Z[ recovery-image] Oct 18 22:50:05.606 INFO O| Oct 18 22:50:05.606 INFO STEP 864 (remove_files) COMPLETE
67772024-10-18T22:50:06.422Z[ recovery-image] Oct 18 22:50:05.606 INFO O| Oct 18 22:50:05.606 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-10-18T22:50:06.430Z[ recovery-image] Oct 18 22:50:05.615 INFO O| Oct 18 22:50:05.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67792024-10-18T22:50:06.430Z[ recovery-image] Oct 18 22:50:05.615 INFO O| Oct 18 22:50:05.615 INFO STEP 865 (remove_files) COMPLETE
67802024-10-18T22:50:06.433Z[ recovery-image] Oct 18 22:50:05.615 INFO O| Oct 18 22:50:05.615 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-10-18T22:50:06.440Z[ recovery-image] Oct 18 22:50:05.625 INFO O| Oct 18 22:50:05.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67822024-10-18T22:50:06.440Z[ recovery-image] Oct 18 22:50:05.625 INFO O| Oct 18 22:50:05.625 INFO STEP 866 (remove_files) COMPLETE
67832024-10-18T22:50:06.442Z[ recovery-image] Oct 18 22:50:05.625 INFO O| Oct 18 22:50:05.625 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-10-18T22:50:06.449Z[ recovery-image] Oct 18 22:50:05.635 INFO O| Oct 18 22:50:05.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67852024-10-18T22:50:06.449Z[ recovery-image] Oct 18 22:50:05.635 INFO O| Oct 18 22:50:05.635 INFO STEP 867 (remove_files) COMPLETE
67862024-10-18T22:50:06.449Z[ recovery-image] Oct 18 22:50:05.635 INFO O| Oct 18 22:50:05.635 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-10-18T22:50:06.459Z[ recovery-image] Oct 18 22:50:05.644 INFO O| Oct 18 22:50:05.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67882024-10-18T22:50:06.459Z[ recovery-image] Oct 18 22:50:05.644 INFO O| Oct 18 22:50:05.644 INFO STEP 868 (remove_files) COMPLETE
67892024-10-18T22:50:06.461Z[ recovery-image] Oct 18 22:50:05.644 INFO O| Oct 18 22:50:05.644 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-10-18T22:50:06.468Z[ recovery-image] Oct 18 22:50:05.654 INFO O| Oct 18 22:50:05.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67912024-10-18T22:50:06.471Z[ recovery-image] Oct 18 22:50:05.654 INFO O| Oct 18 22:50:05.654 INFO STEP 869 (remove_files) COMPLETE
67922024-10-18T22:50:06.471Z[ recovery-image] Oct 18 22:50:05.654 INFO O| Oct 18 22:50:05.654 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-10-18T22:50:06.478Z[ recovery-image] Oct 18 22:50:05.664 INFO O| Oct 18 22:50:05.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67942024-10-18T22:50:06.481Z[ recovery-image] Oct 18 22:50:05.664 INFO O| Oct 18 22:50:05.664 INFO STEP 870 (remove_files) COMPLETE
67952024-10-18T22:50:06.481Z[ recovery-image] Oct 18 22:50:05.664 INFO O| Oct 18 22:50:05.664 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-10-18T22:50:06.489Z[ recovery-image] Oct 18 22:50:05.674 INFO O| Oct 18 22:50:05.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67972024-10-18T22:50:06.489Z[ recovery-image] Oct 18 22:50:05.674 INFO O| Oct 18 22:50:05.674 INFO STEP 871 (remove_files) COMPLETE
67982024-10-18T22:50:06.489Z[ recovery-image] Oct 18 22:50:05.674 INFO O| Oct 18 22:50:05.674 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-10-18T22:50:06.499Z[ recovery-image] Oct 18 22:50:05.684 INFO O| Oct 18 22:50:05.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
68002024-10-18T22:50:06.501Z[ recovery-image] Oct 18 22:50:05.684 INFO O| Oct 18 22:50:05.684 INFO STEP 872 (remove_files) COMPLETE
68012024-10-18T22:50:06.501Z[ recovery-image] Oct 18 22:50:05.684 INFO O| Oct 18 22:50:05.684 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68022024-10-18T22:50:06.508Z[ recovery-image] Oct 18 22:50:05.694 INFO O| Oct 18 22:50:05.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
68032024-10-18T22:50:06.508Z[ recovery-image] Oct 18 22:50:05.694 INFO O| Oct 18 22:50:05.694 INFO STEP 873 (remove_files) COMPLETE
68042024-10-18T22:50:06.511Z[ recovery-image] Oct 18 22:50:05.694 INFO O| Oct 18 22:50:05.694 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68052024-10-18T22:50:06.518Z[ recovery-image] Oct 18 22:50:05.704 INFO O| Oct 18 22:50:05.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
68062024-10-18T22:50:06.520Z[ recovery-image] Oct 18 22:50:05.704 INFO O| Oct 18 22:50:05.704 INFO STEP 874 (remove_files) COMPLETE
68072024-10-18T22:50:06.520Z[ recovery-image] Oct 18 22:50:05.704 INFO O| Oct 18 22:50:05.704 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68082024-10-18T22:50:06.528Z[ recovery-image] Oct 18 22:50:05.713 INFO O| Oct 18 22:50:05.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
68092024-10-18T22:50:06.528Z[ recovery-image] Oct 18 22:50:05.713 INFO O| Oct 18 22:50:05.713 INFO STEP 875 (remove_files) COMPLETE
68102024-10-18T22:50:06.528Z[ recovery-image] Oct 18 22:50:05.713 INFO O| Oct 18 22:50:05.713 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68112024-10-18T22:50:06.538Z[ recovery-image] Oct 18 22:50:05.723 INFO O| Oct 18 22:50:05.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68122024-10-18T22:50:06.538Z[ recovery-image] Oct 18 22:50:05.723 INFO O| Oct 18 22:50:05.723 INFO STEP 876 (remove_files) COMPLETE
68132024-10-18T22:50:06.538Z[ recovery-image] Oct 18 22:50:05.723 INFO O| Oct 18 22:50:05.723 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68142024-10-18T22:50:06.548Z[ recovery-image] Oct 18 22:50:05.733 INFO O| Oct 18 22:50:05.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68152024-10-18T22:50:06.548Z[ recovery-image] Oct 18 22:50:05.733 INFO O| Oct 18 22:50:05.733 INFO STEP 877 (remove_files) COMPLETE
68162024-10-18T22:50:06.550Z[ recovery-image] Oct 18 22:50:05.733 INFO O| Oct 18 22:50:05.733 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68172024-10-18T22:50:06.558Z[ recovery-image] Oct 18 22:50:05.743 INFO O| Oct 18 22:50:05.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68182024-10-18T22:50:06.558Z[ recovery-image] Oct 18 22:50:05.743 INFO O| Oct 18 22:50:05.743 INFO STEP 878 (remove_files) COMPLETE
68192024-10-18T22:50:06.558Z[ recovery-image] Oct 18 22:50:05.743 INFO O| Oct 18 22:50:05.743 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68202024-10-18T22:50:06.567Z[ recovery-image] Oct 18 22:50:05.753 INFO O| Oct 18 22:50:05.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68212024-10-18T22:50:06.569Z[ recovery-image] Oct 18 22:50:05.753 INFO O| Oct 18 22:50:05.753 INFO STEP 879 (remove_files) COMPLETE
68222024-10-18T22:50:06.569Z[ recovery-image] Oct 18 22:50:05.753 INFO O| Oct 18 22:50:05.753 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68232024-10-18T22:50:06.577Z[ recovery-image] Oct 18 22:50:05.762 INFO O| Oct 18 22:50:05.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68242024-10-18T22:50:06.579Z[ recovery-image] Oct 18 22:50:05.763 INFO O| Oct 18 22:50:05.762 INFO STEP 880 (remove_files) COMPLETE
68252024-10-18T22:50:06.579Z[ recovery-image] Oct 18 22:50:05.763 INFO O| Oct 18 22:50:05.762 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68262024-10-18T22:50:06.587Z[ recovery-image] Oct 18 22:50:05.772 INFO O| Oct 18 22:50:05.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68272024-10-18T22:50:06.589Z[ recovery-image] Oct 18 22:50:05.772 INFO O| Oct 18 22:50:05.772 INFO STEP 881 (remove_files) COMPLETE
68282024-10-18T22:50:06.589Z[ recovery-image] Oct 18 22:50:05.772 INFO O| Oct 18 22:50:05.772 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68292024-10-18T22:50:06.597Z[ recovery-image] Oct 18 22:50:05.782 INFO O| Oct 18 22:50:05.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68302024-10-18T22:50:06.597Z[ recovery-image] Oct 18 22:50:05.782 INFO O| Oct 18 22:50:05.782 INFO STEP 882 (remove_files) COMPLETE
68312024-10-18T22:50:06.600Z[ recovery-image] Oct 18 22:50:05.782 INFO O| Oct 18 22:50:05.782 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68322024-10-18T22:50:06.606Z[ recovery-image] Oct 18 22:50:05.792 INFO O| Oct 18 22:50:05.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68332024-10-18T22:50:06.608Z[ recovery-image] Oct 18 22:50:05.792 INFO O| Oct 18 22:50:05.792 INFO STEP 883 (remove_files) COMPLETE
68342024-10-18T22:50:06.608Z[ recovery-image] Oct 18 22:50:05.792 INFO O| Oct 18 22:50:05.792 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68352024-10-18T22:50:06.616Z[ recovery-image] Oct 18 22:50:05.801 INFO O| Oct 18 22:50:05.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68362024-10-18T22:50:06.616Z[ recovery-image] Oct 18 22:50:05.801 INFO O| Oct 18 22:50:05.801 INFO STEP 884 (remove_files) COMPLETE
68372024-10-18T22:50:06.616Z[ recovery-image] Oct 18 22:50:05.801 INFO O| Oct 18 22:50:05.801 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68382024-10-18T22:50:06.626Z[ recovery-image] Oct 18 22:50:05.811 INFO O| Oct 18 22:50:05.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68392024-10-18T22:50:06.626Z[ recovery-image] Oct 18 22:50:05.811 INFO O| Oct 18 22:50:05.811 INFO STEP 885 (remove_files) COMPLETE
68402024-10-18T22:50:06.628Z[ recovery-image] Oct 18 22:50:05.811 INFO O| Oct 18 22:50:05.811 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68412024-10-18T22:50:06.635Z[ recovery-image] Oct 18 22:50:05.821 INFO O| Oct 18 22:50:05.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68422024-10-18T22:50:06.635Z[ recovery-image] Oct 18 22:50:05.821 INFO O| Oct 18 22:50:05.821 INFO STEP 886 (remove_files) COMPLETE
68432024-10-18T22:50:06.635Z[ recovery-image] Oct 18 22:50:05.821 INFO O| Oct 18 22:50:05.821 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68442024-10-18T22:50:06.645Z[ recovery-image] Oct 18 22:50:05.830 INFO O| Oct 18 22:50:05.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68452024-10-18T22:50:06.647Z[ recovery-image] Oct 18 22:50:05.830 INFO O| Oct 18 22:50:05.830 INFO STEP 887 (remove_files) COMPLETE
68462024-10-18T22:50:06.647Z[ recovery-image] Oct 18 22:50:05.830 INFO O| Oct 18 22:50:05.830 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68472024-10-18T22:50:06.654Z[ recovery-image] Oct 18 22:50:05.840 INFO O| Oct 18 22:50:05.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68482024-10-18T22:50:06.654Z[ recovery-image] Oct 18 22:50:05.840 INFO O| Oct 18 22:50:05.840 INFO STEP 888 (remove_files) COMPLETE
68492024-10-18T22:50:06.657Z[ recovery-image] Oct 18 22:50:05.840 INFO O| Oct 18 22:50:05.840 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68502024-10-18T22:50:06.664Z[ recovery-image] Oct 18 22:50:05.849 INFO O| Oct 18 22:50:05.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68512024-10-18T22:50:06.666Z[ recovery-image] Oct 18 22:50:05.849 INFO O| Oct 18 22:50:05.849 INFO STEP 889 (remove_files) COMPLETE
68522024-10-18T22:50:06.666Z[ recovery-image] Oct 18 22:50:05.849 INFO O| Oct 18 22:50:05.849 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68532024-10-18T22:50:06.673Z[ recovery-image] Oct 18 22:50:05.859 INFO O| Oct 18 22:50:05.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68542024-10-18T22:50:06.673Z[ recovery-image] Oct 18 22:50:05.859 INFO O| Oct 18 22:50:05.859 INFO STEP 890 (remove_files) COMPLETE
68552024-10-18T22:50:06.673Z[ recovery-image] Oct 18 22:50:05.859 INFO O| Oct 18 22:50:05.859 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68562024-10-18T22:50:06.683Z[ recovery-image] Oct 18 22:50:05.869 INFO O| Oct 18 22:50:05.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68572024-10-18T22:50:06.683Z[ recovery-image] Oct 18 22:50:05.869 INFO O| Oct 18 22:50:05.869 INFO STEP 891 (remove_files) COMPLETE
68582024-10-18T22:50:06.683Z[ recovery-image] Oct 18 22:50:05.869 INFO O| Oct 18 22:50:05.869 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68592024-10-18T22:50:06.694Z[ recovery-image] Oct 18 22:50:05.878 INFO O| Oct 18 22:50:05.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68602024-10-18T22:50:06.694Z[ recovery-image] Oct 18 22:50:05.878 INFO O| Oct 18 22:50:05.878 INFO STEP 892 (remove_files) COMPLETE
68612024-10-18T22:50:06.697Z[ recovery-image] Oct 18 22:50:05.879 INFO O| Oct 18 22:50:05.878 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68622024-10-18T22:50:06.702Z[ recovery-image] Oct 18 22:50:05.888 INFO O| Oct 18 22:50:05.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68632024-10-18T22:50:06.702Z[ recovery-image] Oct 18 22:50:05.888 INFO O| Oct 18 22:50:05.888 INFO STEP 893 (remove_files) COMPLETE
68642024-10-18T22:50:06.704Z[ recovery-image] Oct 18 22:50:05.888 INFO O| Oct 18 22:50:05.888 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68652024-10-18T22:50:06.712Z[ recovery-image] Oct 18 22:50:05.897 INFO O| Oct 18 22:50:05.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68662024-10-18T22:50:06.712Z[ recovery-image] Oct 18 22:50:05.898 INFO O| Oct 18 22:50:05.897 INFO STEP 894 (remove_files) COMPLETE
68672024-10-18T22:50:06.712Z[ recovery-image] Oct 18 22:50:05.898 INFO O| Oct 18 22:50:05.897 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68682024-10-18T22:50:06.721Z[ recovery-image] Oct 18 22:50:05.907 INFO O| Oct 18 22:50:05.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68692024-10-18T22:50:06.723Z[ recovery-image] Oct 18 22:50:05.907 INFO O| Oct 18 22:50:05.907 INFO STEP 895 (remove_files) COMPLETE
68702024-10-18T22:50:06.723Z[ recovery-image] Oct 18 22:50:05.907 INFO O| Oct 18 22:50:05.907 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68712024-10-18T22:50:06.731Z[ recovery-image] Oct 18 22:50:05.916 INFO O| Oct 18 22:50:05.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68722024-10-18T22:50:06.738Z[ recovery-image] Oct 18 22:50:05.916 INFO O| Oct 18 22:50:05.916 INFO STEP 896 (remove_files) COMPLETE
68732024-10-18T22:50:06.738Z[ recovery-image] Oct 18 22:50:05.916 INFO O| Oct 18 22:50:05.916 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68742024-10-18T22:50:06.744Z[ recovery-image] Oct 18 22:50:05.926 INFO O| Oct 18 22:50:05.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68752024-10-18T22:50:06.744Z[ recovery-image] Oct 18 22:50:05.926 INFO O| Oct 18 22:50:05.926 INFO STEP 897 (remove_files) COMPLETE
68762024-10-18T22:50:06.745Z[ recovery-image] Oct 18 22:50:05.926 INFO O| Oct 18 22:50:05.926 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68772024-10-18T22:50:06.750Z[ recovery-image] Oct 18 22:50:05.936 INFO O| Oct 18 22:50:05.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68782024-10-18T22:50:06.750Z[ recovery-image] Oct 18 22:50:05.936 INFO O| Oct 18 22:50:05.936 INFO STEP 898 (remove_files) COMPLETE
68792024-10-18T22:50:06.752Z[ recovery-image] Oct 18 22:50:05.936 INFO O| Oct 18 22:50:05.936 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68802024-10-18T22:50:06.760Z[ recovery-image] Oct 18 22:50:05.945 INFO O| Oct 18 22:50:05.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68812024-10-18T22:50:06.763Z[ recovery-image] Oct 18 22:50:05.946 INFO O| Oct 18 22:50:05.946 INFO STEP 899 (remove_files) COMPLETE
68822024-10-18T22:50:06.763Z[ recovery-image] Oct 18 22:50:05.946 INFO O| Oct 18 22:50:05.946 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68832024-10-18T22:50:06.770Z[ recovery-image] Oct 18 22:50:05.955 INFO O| Oct 18 22:50:05.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68842024-10-18T22:50:06.770Z[ recovery-image] Oct 18 22:50:05.955 INFO O| Oct 18 22:50:05.955 INFO STEP 900 (remove_files) COMPLETE
68852024-10-18T22:50:06.770Z[ recovery-image] Oct 18 22:50:05.955 INFO O| Oct 18 22:50:05.955 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68862024-10-18T22:50:06.779Z[ recovery-image] Oct 18 22:50:05.965 INFO O| Oct 18 22:50:05.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68872024-10-18T22:50:06.779Z[ recovery-image] Oct 18 22:50:05.965 INFO O| Oct 18 22:50:05.965 INFO STEP 901 (remove_files) COMPLETE
68882024-10-18T22:50:06.781Z[ recovery-image] Oct 18 22:50:05.965 INFO O| Oct 18 22:50:05.965 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68892024-10-18T22:50:06.789Z[ recovery-image] Oct 18 22:50:05.975 INFO O| Oct 18 22:50:05.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68902024-10-18T22:50:06.789Z[ recovery-image] Oct 18 22:50:05.975 INFO O| Oct 18 22:50:05.975 INFO STEP 902 (remove_files) COMPLETE
68912024-10-18T22:50:06.789Z[ recovery-image] Oct 18 22:50:05.975 INFO O| Oct 18 22:50:05.975 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68922024-10-18T22:50:06.799Z[ recovery-image] Oct 18 22:50:05.984 INFO O| Oct 18 22:50:05.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68932024-10-18T22:50:06.801Z[ recovery-image] Oct 18 22:50:05.984 INFO O| Oct 18 22:50:05.984 INFO STEP 903 (remove_files) COMPLETE
68942024-10-18T22:50:06.801Z[ recovery-image] Oct 18 22:50:05.984 INFO O| Oct 18 22:50:05.984 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68952024-10-18T22:50:06.808Z[ recovery-image] Oct 18 22:50:05.994 INFO O| Oct 18 22:50:05.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68962024-10-18T22:50:06.811Z[ recovery-image] Oct 18 22:50:05.994 INFO O| Oct 18 22:50:05.994 INFO STEP 904 (remove_files) COMPLETE
68972024-10-18T22:50:06.811Z[ recovery-image] Oct 18 22:50:05.994 INFO O| Oct 18 22:50:05.994 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68982024-10-18T22:50:06.819Z[ recovery-image] Oct 18 22:50:06.004 INFO O| Oct 18 22:50:06.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68992024-10-18T22:50:06.819Z[ recovery-image] Oct 18 22:50:06.004 INFO O| Oct 18 22:50:06.004 INFO STEP 905 (remove_files) COMPLETE
69002024-10-18T22:50:06.821Z[ recovery-image] Oct 18 22:50:06.004 INFO O| Oct 18 22:50:06.004 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69012024-10-18T22:50:06.828Z[ recovery-image] Oct 18 22:50:06.014 INFO O| Oct 18 22:50:06.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
69022024-10-18T22:50:06.828Z[ recovery-image] Oct 18 22:50:06.014 INFO O| Oct 18 22:50:06.014 INFO STEP 906 (remove_files) COMPLETE
69032024-10-18T22:50:06.828Z[ recovery-image] Oct 18 22:50:06.014 INFO O| Oct 18 22:50:06.014 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69042024-10-18T22:50:06.838Z[ recovery-image] Oct 18 22:50:06.023 INFO O| Oct 18 22:50:06.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
69052024-10-18T22:50:06.841Z[ recovery-image] Oct 18 22:50:06.023 INFO O| Oct 18 22:50:06.023 INFO STEP 907 (remove_files) COMPLETE
69062024-10-18T22:50:06.841Z[ recovery-image] Oct 18 22:50:06.023 INFO O| Oct 18 22:50:06.023 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69072024-10-18T22:50:06.848Z[ recovery-image] Oct 18 22:50:06.033 INFO O| Oct 18 22:50:06.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69082024-10-18T22:50:06.850Z[ recovery-image] Oct 18 22:50:06.033 INFO O| Oct 18 22:50:06.033 INFO STEP 908 (remove_files) COMPLETE
69092024-10-18T22:50:06.850Z[ recovery-image] Oct 18 22:50:06.033 INFO O| Oct 18 22:50:06.033 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69102024-10-18T22:50:06.857Z[ recovery-image] Oct 18 22:50:06.042 INFO O| Oct 18 22:50:06.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69112024-10-18T22:50:06.859Z[ recovery-image] Oct 18 22:50:06.042 INFO O| Oct 18 22:50:06.042 INFO STEP 909 (remove_files) COMPLETE
69122024-10-18T22:50:06.859Z[ recovery-image] Oct 18 22:50:06.042 INFO O| Oct 18 22:50:06.042 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69132024-10-18T22:50:06.866Z[ recovery-image] Oct 18 22:50:06.052 INFO O| Oct 18 22:50:06.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69142024-10-18T22:50:06.866Z[ recovery-image] Oct 18 22:50:06.052 INFO O| Oct 18 22:50:06.052 INFO STEP 910 (remove_files) COMPLETE
69152024-10-18T22:50:06.866Z[ recovery-image] Oct 18 22:50:06.052 INFO O| Oct 18 22:50:06.052 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69162024-10-18T22:50:06.876Z[ recovery-image] Oct 18 22:50:06.061 INFO O| Oct 18 22:50:06.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69172024-10-18T22:50:06.876Z[ recovery-image] Oct 18 22:50:06.061 INFO O| Oct 18 22:50:06.061 INFO STEP 911 (remove_files) COMPLETE
69182024-10-18T22:50:06.876Z[ recovery-image] Oct 18 22:50:06.061 INFO O| Oct 18 22:50:06.061 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69192024-10-18T22:50:06.885Z[ recovery-image] Oct 18 22:50:06.071 INFO O| Oct 18 22:50:06.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69202024-10-18T22:50:06.885Z[ recovery-image] Oct 18 22:50:06.071 INFO O| Oct 18 22:50:06.071 INFO STEP 912 (remove_files) COMPLETE
69212024-10-18T22:50:06.885Z[ recovery-image] Oct 18 22:50:06.071 INFO O| Oct 18 22:50:06.071 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69222024-10-18T22:50:06.895Z[ recovery-image] Oct 18 22:50:06.080 INFO O| Oct 18 22:50:06.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69232024-10-18T22:50:06.895Z[ recovery-image] Oct 18 22:50:06.080 INFO O| Oct 18 22:50:06.080 INFO STEP 913 (remove_files) COMPLETE
69242024-10-18T22:50:06.897Z[ recovery-image] Oct 18 22:50:06.080 INFO O| Oct 18 22:50:06.080 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69252024-10-18T22:50:06.905Z[ recovery-image] Oct 18 22:50:06.090 INFO O| Oct 18 22:50:06.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69262024-10-18T22:50:06.905Z[ recovery-image] Oct 18 22:50:06.090 INFO O| Oct 18 22:50:06.090 INFO STEP 914 (remove_files) COMPLETE
69272024-10-18T22:50:06.907Z[ recovery-image] Oct 18 22:50:06.090 INFO O| Oct 18 22:50:06.090 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69282024-10-18T22:50:06.914Z[ recovery-image] Oct 18 22:50:06.099 INFO O| Oct 18 22:50:06.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69292024-10-18T22:50:06.914Z[ recovery-image] Oct 18 22:50:06.099 INFO O| Oct 18 22:50:06.099 INFO STEP 915 (remove_files) COMPLETE
69302024-10-18T22:50:06.914Z[ recovery-image] Oct 18 22:50:06.099 INFO O| Oct 18 22:50:06.099 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69312024-10-18T22:50:06.924Z[ recovery-image] Oct 18 22:50:06.109 INFO O| Oct 18 22:50:06.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69322024-10-18T22:50:06.924Z[ recovery-image] Oct 18 22:50:06.109 INFO O| Oct 18 22:50:06.109 INFO STEP 916 (remove_files) COMPLETE
69332024-10-18T22:50:06.926Z[ recovery-image] Oct 18 22:50:06.109 INFO O| Oct 18 22:50:06.109 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69342024-10-18T22:50:06.934Z[ recovery-image] Oct 18 22:50:06.119 INFO O| Oct 18 22:50:06.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69352024-10-18T22:50:06.934Z[ recovery-image] Oct 18 22:50:06.119 INFO O| Oct 18 22:50:06.119 INFO STEP 917 (remove_files) COMPLETE
69362024-10-18T22:50:06.936Z[ recovery-image] Oct 18 22:50:06.119 INFO O| Oct 18 22:50:06.119 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69372024-10-18T22:50:06.943Z[ recovery-image] Oct 18 22:50:06.129 INFO O| Oct 18 22:50:06.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69382024-10-18T22:50:06.946Z[ recovery-image] Oct 18 22:50:06.129 INFO O| Oct 18 22:50:06.129 INFO STEP 918 (remove_files) COMPLETE
69392024-10-18T22:50:06.946Z[ recovery-image] Oct 18 22:50:06.129 INFO O| Oct 18 22:50:06.129 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69402024-10-18T22:50:06.953Z[ recovery-image] Oct 18 22:50:06.138 INFO O| Oct 18 22:50:06.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69412024-10-18T22:50:06.953Z[ recovery-image] Oct 18 22:50:06.138 INFO O| Oct 18 22:50:06.138 INFO STEP 919 (remove_files) COMPLETE
69422024-10-18T22:50:06.955Z[ recovery-image] Oct 18 22:50:06.138 INFO O| Oct 18 22:50:06.138 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69432024-10-18T22:50:06.962Z[ recovery-image] Oct 18 22:50:06.148 INFO O| Oct 18 22:50:06.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69442024-10-18T22:50:06.963Z[ recovery-image] Oct 18 22:50:06.148 INFO O| Oct 18 22:50:06.148 INFO STEP 920 (remove_files) COMPLETE
69452024-10-18T22:50:06.963Z[ recovery-image] Oct 18 22:50:06.148 INFO O| Oct 18 22:50:06.148 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69462024-10-18T22:50:06.973Z[ recovery-image] Oct 18 22:50:06.158 INFO O| Oct 18 22:50:06.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69472024-10-18T22:50:06.973Z[ recovery-image] Oct 18 22:50:06.158 INFO O| Oct 18 22:50:06.158 INFO STEP 921 (remove_files) COMPLETE
69482024-10-18T22:50:06.975Z[ recovery-image] Oct 18 22:50:06.158 INFO O| Oct 18 22:50:06.158 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69492024-10-18T22:50:06.983Z[ recovery-image] Oct 18 22:50:06.168 INFO O| Oct 18 22:50:06.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69502024-10-18T22:50:06.985Z[ recovery-image] Oct 18 22:50:06.168 INFO O| Oct 18 22:50:06.168 INFO STEP 922 (remove_files) COMPLETE
69512024-10-18T22:50:06.985Z[ recovery-image] Oct 18 22:50:06.168 INFO O| Oct 18 22:50:06.168 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69522024-10-18T22:50:06.992Z[ recovery-image] Oct 18 22:50:06.178 INFO O| Oct 18 22:50:06.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69532024-10-18T22:50:06.992Z[ recovery-image] Oct 18 22:50:06.178 INFO O| Oct 18 22:50:06.178 INFO STEP 923 (remove_files) COMPLETE
69542024-10-18T22:50:06.995Z[ recovery-image] Oct 18 22:50:06.178 INFO O| Oct 18 22:50:06.178 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69552024-10-18T22:50:07.002Z[ recovery-image] Oct 18 22:50:06.187 INFO O| Oct 18 22:50:06.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69562024-10-18T22:50:07.002Z[ recovery-image] Oct 18 22:50:06.187 INFO O| Oct 18 22:50:06.187 INFO STEP 924 (remove_files) COMPLETE
69572024-10-18T22:50:07.004Z[ recovery-image] Oct 18 22:50:06.188 INFO O| Oct 18 22:50:06.187 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69582024-10-18T22:50:07.012Z[ recovery-image] Oct 18 22:50:06.197 INFO O| Oct 18 22:50:06.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69592024-10-18T22:50:07.014Z[ recovery-image] Oct 18 22:50:06.197 INFO O| Oct 18 22:50:06.197 INFO STEP 925 (remove_files) COMPLETE
69602024-10-18T22:50:07.014Z[ recovery-image] Oct 18 22:50:06.197 INFO O| Oct 18 22:50:06.197 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69612024-10-18T22:50:07.022Z[ recovery-image] Oct 18 22:50:06.207 INFO O| Oct 18 22:50:06.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69622024-10-18T22:50:07.022Z[ recovery-image] Oct 18 22:50:06.207 INFO O| Oct 18 22:50:06.207 INFO STEP 926 (remove_files) COMPLETE
69632024-10-18T22:50:07.024Z[ recovery-image] Oct 18 22:50:06.207 INFO O| Oct 18 22:50:06.207 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69642024-10-18T22:50:07.031Z[ recovery-image] Oct 18 22:50:06.217 INFO O| Oct 18 22:50:06.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69652024-10-18T22:50:07.034Z[ recovery-image] Oct 18 22:50:06.217 INFO O| Oct 18 22:50:06.217 INFO STEP 927 (remove_files) COMPLETE
69662024-10-18T22:50:07.034Z[ recovery-image] Oct 18 22:50:06.217 INFO O| Oct 18 22:50:06.217 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69672024-10-18T22:50:07.041Z[ recovery-image] Oct 18 22:50:06.226 INFO O| Oct 18 22:50:06.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69682024-10-18T22:50:07.043Z[ recovery-image] Oct 18 22:50:06.226 INFO O| Oct 18 22:50:06.226 INFO STEP 928 (remove_files) COMPLETE
69692024-10-18T22:50:07.043Z[ recovery-image] Oct 18 22:50:06.226 INFO O| Oct 18 22:50:06.226 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69702024-10-18T22:50:07.051Z[ recovery-image] Oct 18 22:50:06.236 INFO O| Oct 18 22:50:06.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69712024-10-18T22:50:07.053Z[ recovery-image] Oct 18 22:50:06.236 INFO O| Oct 18 22:50:06.236 INFO STEP 929 (remove_files) COMPLETE
69722024-10-18T22:50:07.053Z[ recovery-image] Oct 18 22:50:06.236 INFO O| Oct 18 22:50:06.236 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69732024-10-18T22:50:07.060Z[ recovery-image] Oct 18 22:50:06.246 INFO O| Oct 18 22:50:06.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69742024-10-18T22:50:07.060Z[ recovery-image] Oct 18 22:50:06.246 INFO O| Oct 18 22:50:06.246 INFO STEP 930 (remove_files) COMPLETE
69752024-10-18T22:50:07.060Z[ recovery-image] Oct 18 22:50:06.246 INFO O| Oct 18 22:50:06.246 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69762024-10-18T22:50:07.070Z[ recovery-image] Oct 18 22:50:06.255 INFO O| Oct 18 22:50:06.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69772024-10-18T22:50:07.070Z[ recovery-image] Oct 18 22:50:06.255 INFO O| Oct 18 22:50:06.255 INFO STEP 931 (remove_files) COMPLETE
69782024-10-18T22:50:07.072Z[ recovery-image] Oct 18 22:50:06.255 INFO O| Oct 18 22:50:06.255 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69792024-10-18T22:50:07.079Z[ recovery-image] Oct 18 22:50:06.265 INFO O| Oct 18 22:50:06.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69802024-10-18T22:50:07.081Z[ recovery-image] Oct 18 22:50:06.265 INFO O| Oct 18 22:50:06.265 INFO STEP 932 (remove_files) COMPLETE
69812024-10-18T22:50:07.081Z[ recovery-image] Oct 18 22:50:06.265 INFO O| Oct 18 22:50:06.265 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69822024-10-18T22:50:07.089Z[ recovery-image] Oct 18 22:50:06.274 INFO O| Oct 18 22:50:06.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69832024-10-18T22:50:07.089Z[ recovery-image] Oct 18 22:50:06.274 INFO O| Oct 18 22:50:06.274 INFO STEP 933 (remove_files) COMPLETE
69842024-10-18T22:50:07.091Z[ recovery-image] Oct 18 22:50:06.274 INFO O| Oct 18 22:50:06.274 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69852024-10-18T22:50:07.099Z[ recovery-image] Oct 18 22:50:06.284 INFO O| Oct 18 22:50:06.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69862024-10-18T22:50:07.099Z[ recovery-image] Oct 18 22:50:06.284 INFO O| Oct 18 22:50:06.284 INFO STEP 934 (remove_files) COMPLETE
69872024-10-18T22:50:07.099Z[ recovery-image] Oct 18 22:50:06.284 INFO O| Oct 18 22:50:06.284 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69882024-10-18T22:50:07.109Z[ recovery-image] Oct 18 22:50:06.294 INFO O| Oct 18 22:50:06.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69892024-10-18T22:50:07.109Z[ recovery-image] Oct 18 22:50:06.294 INFO O| Oct 18 22:50:06.294 INFO STEP 935 (remove_files) COMPLETE
69902024-10-18T22:50:07.111Z[ recovery-image] Oct 18 22:50:06.294 INFO O| Oct 18 22:50:06.294 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69912024-10-18T22:50:07.118Z[ recovery-image] Oct 18 22:50:06.304 INFO O| Oct 18 22:50:06.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69922024-10-18T22:50:07.118Z[ recovery-image] Oct 18 22:50:06.304 INFO O| Oct 18 22:50:06.304 INFO STEP 936 (remove_files) COMPLETE
69932024-10-18T22:50:07.118Z[ recovery-image] Oct 18 22:50:06.304 INFO O| Oct 18 22:50:06.304 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69942024-10-18T22:50:07.128Z[ recovery-image] Oct 18 22:50:06.313 INFO O| Oct 18 22:50:06.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69952024-10-18T22:50:07.128Z[ recovery-image] Oct 18 22:50:06.313 INFO O| Oct 18 22:50:06.313 INFO STEP 937 (remove_files) COMPLETE
69962024-10-18T22:50:07.128Z[ recovery-image] Oct 18 22:50:06.313 INFO O| Oct 18 22:50:06.313 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69972024-10-18T22:50:07.138Z[ recovery-image] Oct 18 22:50:06.323 INFO O| Oct 18 22:50:06.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69982024-10-18T22:50:07.140Z[ recovery-image] Oct 18 22:50:06.323 INFO O| Oct 18 22:50:06.323 INFO STEP 938 (remove_files) COMPLETE
69992024-10-18T22:50:07.140Z[ recovery-image] Oct 18 22:50:06.323 INFO O| Oct 18 22:50:06.323 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70002024-10-18T22:50:07.147Z[ recovery-image] Oct 18 22:50:06.333 INFO O| Oct 18 22:50:06.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
70012024-10-18T22:50:07.149Z[ recovery-image] Oct 18 22:50:06.333 INFO O| Oct 18 22:50:06.333 INFO STEP 939 (remove_files) COMPLETE
70022024-10-18T22:50:07.149Z[ recovery-image] Oct 18 22:50:06.333 INFO O| Oct 18 22:50:06.333 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70032024-10-18T22:50:07.157Z[ recovery-image] Oct 18 22:50:06.342 INFO O| Oct 18 22:50:06.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70042024-10-18T22:50:07.157Z[ recovery-image] Oct 18 22:50:06.342 INFO O| Oct 18 22:50:06.342 INFO STEP 940 (remove_files) COMPLETE
70052024-10-18T22:50:07.157Z[ recovery-image] Oct 18 22:50:06.342 INFO O| Oct 18 22:50:06.342 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70062024-10-18T22:50:07.166Z[ recovery-image] Oct 18 22:50:06.351 INFO O| Oct 18 22:50:06.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70072024-10-18T22:50:07.166Z[ recovery-image] Oct 18 22:50:06.351 INFO O| Oct 18 22:50:06.351 INFO STEP 941 (remove_files) COMPLETE
70082024-10-18T22:50:07.166Z[ recovery-image] Oct 18 22:50:06.351 INFO O| Oct 18 22:50:06.351 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70092024-10-18T22:50:07.176Z[ recovery-image] Oct 18 22:50:06.361 INFO O| Oct 18 22:50:06.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70102024-10-18T22:50:07.176Z[ recovery-image] Oct 18 22:50:06.361 INFO O| Oct 18 22:50:06.361 INFO STEP 942 (remove_files) COMPLETE
70112024-10-18T22:50:07.176Z[ recovery-image] Oct 18 22:50:06.361 INFO O| Oct 18 22:50:06.361 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70122024-10-18T22:50:07.186Z[ recovery-image] Oct 18 22:50:06.371 INFO O| Oct 18 22:50:06.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70132024-10-18T22:50:07.186Z[ recovery-image] Oct 18 22:50:06.371 INFO O| Oct 18 22:50:06.371 INFO STEP 943 (remove_files) COMPLETE
70142024-10-18T22:50:07.186Z[ recovery-image] Oct 18 22:50:06.371 INFO O| Oct 18 22:50:06.371 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70152024-10-18T22:50:07.195Z[ recovery-image] Oct 18 22:50:06.381 INFO O| Oct 18 22:50:06.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70162024-10-18T22:50:07.195Z[ recovery-image] Oct 18 22:50:06.381 INFO O| Oct 18 22:50:06.381 INFO STEP 944 (remove_files) COMPLETE
70172024-10-18T22:50:07.198Z[ recovery-image] Oct 18 22:50:06.381 INFO O| Oct 18 22:50:06.381 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70182024-10-18T22:50:07.205Z[ recovery-image] Oct 18 22:50:06.390 INFO O| Oct 18 22:50:06.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70192024-10-18T22:50:07.205Z[ recovery-image] Oct 18 22:50:06.390 INFO O| Oct 18 22:50:06.390 INFO STEP 945 (remove_files) COMPLETE
70202024-10-18T22:50:07.207Z[ recovery-image] Oct 18 22:50:06.390 INFO O| Oct 18 22:50:06.390 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70212024-10-18T22:50:07.214Z[ recovery-image] Oct 18 22:50:06.400 INFO O| Oct 18 22:50:06.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70222024-10-18T22:50:07.215Z[ recovery-image] Oct 18 22:50:06.400 INFO O| Oct 18 22:50:06.400 INFO STEP 946 (remove_files) COMPLETE
70232024-10-18T22:50:07.217Z[ recovery-image] Oct 18 22:50:06.400 INFO O| Oct 18 22:50:06.400 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70242024-10-18T22:50:07.224Z[ recovery-image] Oct 18 22:50:06.410 INFO O| Oct 18 22:50:06.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70252024-10-18T22:50:07.224Z[ recovery-image] Oct 18 22:50:06.410 INFO O| Oct 18 22:50:06.410 INFO STEP 947 (remove_files) COMPLETE
70262024-10-18T22:50:07.226Z[ recovery-image] Oct 18 22:50:06.410 INFO O| Oct 18 22:50:06.410 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70272024-10-18T22:50:07.234Z[ recovery-image] Oct 18 22:50:06.419 INFO O| Oct 18 22:50:06.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70282024-10-18T22:50:07.236Z[ recovery-image] Oct 18 22:50:06.419 INFO O| Oct 18 22:50:06.419 INFO STEP 948 (remove_files) COMPLETE
70292024-10-18T22:50:07.236Z[ recovery-image] Oct 18 22:50:06.419 INFO O| Oct 18 22:50:06.419 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70302024-10-18T22:50:07.243Z[ recovery-image] Oct 18 22:50:06.429 INFO O| Oct 18 22:50:06.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70312024-10-18T22:50:07.243Z[ recovery-image] Oct 18 22:50:06.429 INFO O| Oct 18 22:50:06.429 INFO STEP 949 (remove_files) COMPLETE
70322024-10-18T22:50:07.243Z[ recovery-image] Oct 18 22:50:06.429 INFO O| Oct 18 22:50:06.429 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70332024-10-18T22:50:07.253Z[ recovery-image] Oct 18 22:50:06.438 INFO O| Oct 18 22:50:06.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70342024-10-18T22:50:07.255Z[ recovery-image] Oct 18 22:50:06.438 INFO O| Oct 18 22:50:06.438 INFO STEP 950 (remove_files) COMPLETE
70352024-10-18T22:50:07.255Z[ recovery-image] Oct 18 22:50:06.438 INFO O| Oct 18 22:50:06.438 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70362024-10-18T22:50:07.265Z[ recovery-image] Oct 18 22:50:06.450 INFO O| Oct 18 22:50:06.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70372024-10-18T22:50:07.265Z[ recovery-image] Oct 18 22:50:06.450 INFO O| Oct 18 22:50:06.450 INFO STEP 951 (remove_files) COMPLETE
70382024-10-18T22:50:07.267Z[ recovery-image] Oct 18 22:50:06.450 INFO O| Oct 18 22:50:06.450 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70392024-10-18T22:50:07.276Z[ recovery-image] Oct 18 22:50:06.461 INFO O| Oct 18 22:50:06.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70402024-10-18T22:50:07.276Z[ recovery-image] Oct 18 22:50:06.461 INFO O| Oct 18 22:50:06.461 INFO STEP 952 (remove_files) COMPLETE
70412024-10-18T22:50:07.276Z[ recovery-image] Oct 18 22:50:06.461 INFO O| Oct 18 22:50:06.461 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70422024-10-18T22:50:07.287Z[ recovery-image] Oct 18 22:50:06.472 INFO O| Oct 18 22:50:06.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70432024-10-18T22:50:07.289Z[ recovery-image] Oct 18 22:50:06.473 INFO O| Oct 18 22:50:06.473 INFO STEP 953 (remove_files) COMPLETE
70442024-10-18T22:50:07.289Z[ recovery-image] Oct 18 22:50:06.473 INFO O| Oct 18 22:50:06.473 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70452024-10-18T22:50:07.298Z[ recovery-image] Oct 18 22:50:06.484 INFO O| Oct 18 22:50:06.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70462024-10-18T22:50:07.298Z[ recovery-image] Oct 18 22:50:06.484 INFO O| Oct 18 22:50:06.484 INFO STEP 954 (remove_files) COMPLETE
70472024-10-18T22:50:07.300Z[ recovery-image] Oct 18 22:50:06.484 INFO O| Oct 18 22:50:06.484 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70482024-10-18T22:50:07.309Z[ recovery-image] Oct 18 22:50:06.495 INFO O| Oct 18 22:50:06.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70492024-10-18T22:50:07.311Z[ recovery-image] Oct 18 22:50:06.495 INFO O| Oct 18 22:50:06.495 INFO STEP 955 (remove_files) COMPLETE
70502024-10-18T22:50:07.311Z[ recovery-image] Oct 18 22:50:06.495 INFO O| Oct 18 22:50:06.495 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70512024-10-18T22:50:07.320Z[ recovery-image] Oct 18 22:50:06.506 INFO O| Oct 18 22:50:06.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70522024-10-18T22:50:07.320Z[ recovery-image] Oct 18 22:50:06.506 INFO O| Oct 18 22:50:06.506 INFO STEP 956 (remove_files) COMPLETE
70532024-10-18T22:50:07.320Z[ recovery-image] Oct 18 22:50:06.506 INFO O| Oct 18 22:50:06.506 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70542024-10-18T22:50:07.332Z[ recovery-image] Oct 18 22:50:06.517 INFO O| Oct 18 22:50:06.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70552024-10-18T22:50:07.334Z[ recovery-image] Oct 18 22:50:06.517 INFO O| Oct 18 22:50:06.517 INFO STEP 957 (remove_files) COMPLETE
70562024-10-18T22:50:07.334Z[ recovery-image] Oct 18 22:50:06.517 INFO O| Oct 18 22:50:06.517 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70572024-10-18T22:50:07.342Z[ recovery-image] Oct 18 22:50:06.527 INFO O| Oct 18 22:50:06.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70582024-10-18T22:50:07.342Z[ recovery-image] Oct 18 22:50:06.528 INFO O| Oct 18 22:50:06.528 INFO STEP 958 (remove_files) COMPLETE
70592024-10-18T22:50:07.342Z[ recovery-image] Oct 18 22:50:06.528 INFO O| Oct 18 22:50:06.528 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70602024-10-18T22:50:07.352Z[ recovery-image] Oct 18 22:50:06.537 INFO O| Oct 18 22:50:06.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70612024-10-18T22:50:07.354Z[ recovery-image] Oct 18 22:50:06.538 INFO O| Oct 18 22:50:06.537 INFO STEP 959 (remove_files) COMPLETE
70622024-10-18T22:50:07.354Z[ recovery-image] Oct 18 22:50:06.538 INFO O| Oct 18 22:50:06.537 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70632024-10-18T22:50:07.362Z[ recovery-image] Oct 18 22:50:06.547 INFO O| Oct 18 22:50:06.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70642024-10-18T22:50:07.362Z[ recovery-image] Oct 18 22:50:06.548 INFO O| Oct 18 22:50:06.547 INFO STEP 960 (remove_files) COMPLETE
70652024-10-18T22:50:07.364Z[ recovery-image] Oct 18 22:50:06.548 INFO O| Oct 18 22:50:06.547 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70662024-10-18T22:50:07.373Z[ recovery-image] Oct 18 22:50:06.558 INFO O| Oct 18 22:50:06.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70672024-10-18T22:50:07.373Z[ recovery-image] Oct 18 22:50:06.558 INFO O| Oct 18 22:50:06.558 INFO STEP 961 (remove_files) COMPLETE
70682024-10-18T22:50:07.375Z[ recovery-image] Oct 18 22:50:06.558 INFO O| Oct 18 22:50:06.558 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70692024-10-18T22:50:07.384Z[ recovery-image] Oct 18 22:50:06.569 INFO O| Oct 18 22:50:06.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70702024-10-18T22:50:07.384Z[ recovery-image] Oct 18 22:50:06.569 INFO O| Oct 18 22:50:06.569 INFO STEP 962 (remove_files) COMPLETE
70712024-10-18T22:50:07.386Z[ recovery-image] Oct 18 22:50:06.569 INFO O| Oct 18 22:50:06.569 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70722024-10-18T22:50:07.394Z[ recovery-image] Oct 18 22:50:06.579 INFO O| Oct 18 22:50:06.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70732024-10-18T22:50:07.396Z[ recovery-image] Oct 18 22:50:06.579 INFO O| Oct 18 22:50:06.579 INFO STEP 963 (remove_files) COMPLETE
70742024-10-18T22:50:07.396Z[ recovery-image] Oct 18 22:50:06.579 INFO O| Oct 18 22:50:06.579 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70752024-10-18T22:50:07.404Z[ recovery-image] Oct 18 22:50:06.589 INFO O| Oct 18 22:50:06.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70762024-10-18T22:50:07.406Z[ recovery-image] Oct 18 22:50:06.589 INFO O| Oct 18 22:50:06.589 INFO STEP 964 (remove_files) COMPLETE
70772024-10-18T22:50:07.406Z[ recovery-image] Oct 18 22:50:06.589 INFO O| Oct 18 22:50:06.589 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70782024-10-18T22:50:07.414Z[ recovery-image] Oct 18 22:50:06.599 INFO O| Oct 18 22:50:06.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70792024-10-18T22:50:07.414Z[ recovery-image] Oct 18 22:50:06.599 INFO O| Oct 18 22:50:06.599 INFO STEP 965 (remove_files) COMPLETE
70802024-10-18T22:50:07.416Z[ recovery-image] Oct 18 22:50:06.599 INFO O| Oct 18 22:50:06.599 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70812024-10-18T22:50:07.424Z[ recovery-image] Oct 18 22:50:06.609 INFO O| Oct 18 22:50:06.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70822024-10-18T22:50:07.424Z[ recovery-image] Oct 18 22:50:06.609 INFO O| Oct 18 22:50:06.609 INFO STEP 966 (remove_files) COMPLETE
70832024-10-18T22:50:07.426Z[ recovery-image] Oct 18 22:50:06.609 INFO O| Oct 18 22:50:06.609 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70842024-10-18T22:50:07.434Z[ recovery-image] Oct 18 22:50:06.619 INFO O| Oct 18 22:50:06.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70852024-10-18T22:50:07.436Z[ recovery-image] Oct 18 22:50:06.619 INFO O| Oct 18 22:50:06.619 INFO STEP 967 (remove_files) COMPLETE
70862024-10-18T22:50:07.436Z[ recovery-image] Oct 18 22:50:06.619 INFO O| Oct 18 22:50:06.619 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70872024-10-18T22:50:07.444Z[ recovery-image] Oct 18 22:50:06.629 INFO O| Oct 18 22:50:06.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70882024-10-18T22:50:07.444Z[ recovery-image] Oct 18 22:50:06.629 INFO O| Oct 18 22:50:06.629 INFO STEP 968 (remove_files) COMPLETE
70892024-10-18T22:50:07.444Z[ recovery-image] Oct 18 22:50:06.629 INFO O| Oct 18 22:50:06.629 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70902024-10-18T22:50:07.454Z[ recovery-image] Oct 18 22:50:06.640 INFO O| Oct 18 22:50:06.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70912024-10-18T22:50:07.456Z[ recovery-image] Oct 18 22:50:06.640 INFO O| Oct 18 22:50:06.640 INFO STEP 969 (remove_files) COMPLETE
70922024-10-18T22:50:07.456Z[ recovery-image] Oct 18 22:50:06.640 INFO O| Oct 18 22:50:06.640 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70932024-10-18T22:50:07.464Z[ recovery-image] Oct 18 22:50:06.649 INFO O| Oct 18 22:50:06.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70942024-10-18T22:50:07.466Z[ recovery-image] Oct 18 22:50:06.649 INFO O| Oct 18 22:50:06.649 INFO STEP 970 (remove_files) COMPLETE
70952024-10-18T22:50:07.466Z[ recovery-image] Oct 18 22:50:06.649 INFO O| Oct 18 22:50:06.649 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70962024-10-18T22:50:07.474Z[ recovery-image] Oct 18 22:50:06.659 INFO O| Oct 18 22:50:06.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70972024-10-18T22:50:07.476Z[ recovery-image] Oct 18 22:50:06.659 INFO O| Oct 18 22:50:06.659 INFO STEP 971 (remove_files) COMPLETE
70982024-10-18T22:50:07.476Z[ recovery-image] Oct 18 22:50:06.659 INFO O| Oct 18 22:50:06.659 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70992024-10-18T22:50:07.484Z[ recovery-image] Oct 18 22:50:06.669 INFO O| Oct 18 22:50:06.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
71002024-10-18T22:50:07.486Z[ recovery-image] Oct 18 22:50:06.669 INFO O| Oct 18 22:50:06.669 INFO STEP 972 (remove_files) COMPLETE
71012024-10-18T22:50:07.486Z[ recovery-image] Oct 18 22:50:06.669 INFO O| Oct 18 22:50:06.669 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71022024-10-18T22:50:07.493Z[ recovery-image] Oct 18 22:50:06.679 INFO O| Oct 18 22:50:06.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
71032024-10-18T22:50:07.496Z[ recovery-image] Oct 18 22:50:06.679 INFO O| Oct 18 22:50:06.679 INFO STEP 973 (remove_files) COMPLETE
71042024-10-18T22:50:07.496Z[ recovery-image] Oct 18 22:50:06.679 INFO O| Oct 18 22:50:06.679 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71052024-10-18T22:50:07.503Z[ recovery-image] Oct 18 22:50:06.688 INFO O| Oct 18 22:50:06.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71062024-10-18T22:50:07.505Z[ recovery-image] Oct 18 22:50:06.689 INFO O| Oct 18 22:50:06.688 INFO STEP 974 (remove_files) COMPLETE
71072024-10-18T22:50:07.505Z[ recovery-image] Oct 18 22:50:06.689 INFO O| Oct 18 22:50:06.689 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71082024-10-18T22:50:07.513Z[ recovery-image] Oct 18 22:50:06.698 INFO O| Oct 18 22:50:06.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71092024-10-18T22:50:07.513Z[ recovery-image] Oct 18 22:50:06.698 INFO O| Oct 18 22:50:06.698 INFO STEP 975 (remove_files) COMPLETE
71102024-10-18T22:50:07.513Z[ recovery-image] Oct 18 22:50:06.698 INFO O| Oct 18 22:50:06.698 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71112024-10-18T22:50:07.522Z[ recovery-image] Oct 18 22:50:06.708 INFO O| Oct 18 22:50:06.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71122024-10-18T22:50:07.525Z[ recovery-image] Oct 18 22:50:06.708 INFO O| Oct 18 22:50:06.708 INFO STEP 976 (remove_files) COMPLETE
71132024-10-18T22:50:07.525Z[ recovery-image] Oct 18 22:50:06.708 INFO O| Oct 18 22:50:06.708 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71142024-10-18T22:50:07.532Z[ recovery-image] Oct 18 22:50:06.718 INFO O| Oct 18 22:50:06.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71152024-10-18T22:50:07.534Z[ recovery-image] Oct 18 22:50:06.718 INFO O| Oct 18 22:50:06.718 INFO STEP 977 (remove_files) COMPLETE
71162024-10-18T22:50:07.534Z[ recovery-image] Oct 18 22:50:06.718 INFO O| Oct 18 22:50:06.718 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71172024-10-18T22:50:07.542Z[ recovery-image] Oct 18 22:50:06.728 INFO O| Oct 18 22:50:06.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71182024-10-18T22:50:07.544Z[ recovery-image] Oct 18 22:50:06.728 INFO O| Oct 18 22:50:06.728 INFO STEP 978 (remove_files) COMPLETE
71192024-10-18T22:50:07.544Z[ recovery-image] Oct 18 22:50:06.728 INFO O| Oct 18 22:50:06.728 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71202024-10-18T22:50:07.552Z[ recovery-image] Oct 18 22:50:06.737 INFO O| Oct 18 22:50:06.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71212024-10-18T22:50:07.552Z[ recovery-image] Oct 18 22:50:06.737 INFO O| Oct 18 22:50:06.737 INFO STEP 979 (remove_files) COMPLETE
71222024-10-18T22:50:07.554Z[ recovery-image] Oct 18 22:50:06.737 INFO O| Oct 18 22:50:06.737 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71232024-10-18T22:50:07.561Z[ recovery-image] Oct 18 22:50:06.747 INFO O| Oct 18 22:50:06.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71242024-10-18T22:50:07.563Z[ recovery-image] Oct 18 22:50:06.747 INFO O| Oct 18 22:50:06.747 INFO STEP 980 (remove_files) COMPLETE
71252024-10-18T22:50:07.563Z[ recovery-image] Oct 18 22:50:06.747 INFO O| Oct 18 22:50:06.747 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71262024-10-18T22:50:07.571Z[ recovery-image] Oct 18 22:50:06.756 INFO O| Oct 18 22:50:06.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71272024-10-18T22:50:07.573Z[ recovery-image] Oct 18 22:50:06.756 INFO O| Oct 18 22:50:06.756 INFO STEP 981 (remove_files) COMPLETE
71282024-10-18T22:50:07.573Z[ recovery-image] Oct 18 22:50:06.756 INFO O| Oct 18 22:50:06.756 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71292024-10-18T22:50:07.581Z[ recovery-image] Oct 18 22:50:06.766 INFO O| Oct 18 22:50:06.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71302024-10-18T22:50:07.583Z[ recovery-image] Oct 18 22:50:06.766 INFO O| Oct 18 22:50:06.766 INFO STEP 982 (remove_files) COMPLETE
71312024-10-18T22:50:07.583Z[ recovery-image] Oct 18 22:50:06.766 INFO O| Oct 18 22:50:06.766 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71322024-10-18T22:50:07.590Z[ recovery-image] Oct 18 22:50:06.776 INFO O| Oct 18 22:50:06.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71332024-10-18T22:50:07.590Z[ recovery-image] Oct 18 22:50:06.776 INFO O| Oct 18 22:50:06.776 INFO STEP 983 (remove_files) COMPLETE
71342024-10-18T22:50:07.593Z[ recovery-image] Oct 18 22:50:06.776 INFO O| Oct 18 22:50:06.776 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71352024-10-18T22:50:07.600Z[ recovery-image] Oct 18 22:50:06.785 INFO O| Oct 18 22:50:06.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71362024-10-18T22:50:07.600Z[ recovery-image] Oct 18 22:50:06.786 INFO O| Oct 18 22:50:06.786 INFO STEP 984 (remove_files) COMPLETE
71372024-10-18T22:50:07.600Z[ recovery-image] Oct 18 22:50:06.786 INFO O| Oct 18 22:50:06.786 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71382024-10-18T22:50:07.610Z[ recovery-image] Oct 18 22:50:06.795 INFO O| Oct 18 22:50:06.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71392024-10-18T22:50:07.610Z[ recovery-image] Oct 18 22:50:06.795 INFO O| Oct 18 22:50:06.795 INFO STEP 985 (remove_files) COMPLETE
71402024-10-18T22:50:07.612Z[ recovery-image] Oct 18 22:50:06.795 INFO O| Oct 18 22:50:06.795 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71412024-10-18T22:50:07.619Z[ recovery-image] Oct 18 22:50:06.805 INFO O| Oct 18 22:50:06.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71422024-10-18T22:50:07.621Z[ recovery-image] Oct 18 22:50:06.805 INFO O| Oct 18 22:50:06.805 INFO STEP 986 (remove_files) COMPLETE
71432024-10-18T22:50:07.621Z[ recovery-image] Oct 18 22:50:06.805 INFO O| Oct 18 22:50:06.805 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71442024-10-18T22:50:07.629Z[ recovery-image] Oct 18 22:50:06.814 INFO O| Oct 18 22:50:06.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71452024-10-18T22:50:07.631Z[ recovery-image] Oct 18 22:50:06.814 INFO O| Oct 18 22:50:06.814 INFO STEP 987 (remove_files) COMPLETE
71462024-10-18T22:50:07.631Z[ recovery-image] Oct 18 22:50:06.814 INFO O| Oct 18 22:50:06.814 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71472024-10-18T22:50:07.639Z[ recovery-image] Oct 18 22:50:06.824 INFO O| Oct 18 22:50:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71482024-10-18T22:50:07.639Z[ recovery-image] Oct 18 22:50:06.824 INFO O| Oct 18 22:50:06.824 INFO STEP 988 (remove_files) COMPLETE
71492024-10-18T22:50:07.639Z[ recovery-image] Oct 18 22:50:06.824 INFO O| Oct 18 22:50:06.824 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71502024-10-18T22:50:07.649Z[ recovery-image] Oct 18 22:50:06.834 INFO O| Oct 18 22:50:06.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71512024-10-18T22:50:07.649Z[ recovery-image] Oct 18 22:50:06.834 INFO O| Oct 18 22:50:06.834 INFO STEP 989 (remove_files) COMPLETE
71522024-10-18T22:50:07.649Z[ recovery-image] Oct 18 22:50:06.834 INFO O| Oct 18 22:50:06.834 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71532024-10-18T22:50:07.659Z[ recovery-image] Oct 18 22:50:06.844 INFO O| Oct 18 22:50:06.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71542024-10-18T22:50:07.659Z[ recovery-image] Oct 18 22:50:06.844 INFO O| Oct 18 22:50:06.844 INFO STEP 990 (remove_files) COMPLETE
71552024-10-18T22:50:07.661Z[ recovery-image] Oct 18 22:50:06.844 INFO O| Oct 18 22:50:06.844 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71562024-10-18T22:50:07.668Z[ recovery-image] Oct 18 22:50:06.854 INFO O| Oct 18 22:50:06.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71572024-10-18T22:50:07.671Z[ recovery-image] Oct 18 22:50:06.854 INFO O| Oct 18 22:50:06.854 INFO STEP 991 (remove_files) COMPLETE
71582024-10-18T22:50:07.671Z[ recovery-image] Oct 18 22:50:06.854 INFO O| Oct 18 22:50:06.854 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71592024-10-18T22:50:07.678Z[ recovery-image] Oct 18 22:50:06.863 INFO O| Oct 18 22:50:06.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71602024-10-18T22:50:07.678Z[ recovery-image] Oct 18 22:50:06.863 INFO O| Oct 18 22:50:06.863 INFO STEP 992 (remove_files) COMPLETE
71612024-10-18T22:50:07.678Z[ recovery-image] Oct 18 22:50:06.863 INFO O| Oct 18 22:50:06.863 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71622024-10-18T22:50:07.688Z[ recovery-image] Oct 18 22:50:06.873 INFO O| Oct 18 22:50:06.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71632024-10-18T22:50:07.688Z[ recovery-image] Oct 18 22:50:06.873 INFO O| Oct 18 22:50:06.873 INFO STEP 993 (remove_files) COMPLETE
71642024-10-18T22:50:07.688Z[ recovery-image] Oct 18 22:50:06.873 INFO O| Oct 18 22:50:06.873 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71652024-10-18T22:50:07.697Z[ recovery-image] Oct 18 22:50:06.883 INFO O| Oct 18 22:50:06.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71662024-10-18T22:50:07.697Z[ recovery-image] Oct 18 22:50:06.883 INFO O| Oct 18 22:50:06.883 INFO STEP 994 (remove_files) COMPLETE
71672024-10-18T22:50:07.700Z[ recovery-image] Oct 18 22:50:06.883 INFO O| Oct 18 22:50:06.883 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71682024-10-18T22:50:07.707Z[ recovery-image] Oct 18 22:50:06.892 INFO O| Oct 18 22:50:06.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71692024-10-18T22:50:07.709Z[ recovery-image] Oct 18 22:50:06.892 INFO O| Oct 18 22:50:06.892 INFO STEP 995 (remove_files) COMPLETE
71702024-10-18T22:50:07.709Z[ recovery-image] Oct 18 22:50:06.893 INFO O| Oct 18 22:50:06.892 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71712024-10-18T22:50:07.718Z[ recovery-image] Oct 18 22:50:06.903 INFO O| Oct 18 22:50:06.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71722024-10-18T22:50:07.720Z[ recovery-image] Oct 18 22:50:06.903 INFO O| Oct 18 22:50:06.903 INFO STEP 996 (remove_files) COMPLETE
71732024-10-18T22:50:07.720Z[ recovery-image] Oct 18 22:50:06.903 INFO O| Oct 18 22:50:06.903 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71742024-10-18T22:50:07.730Z[ recovery-image] Oct 18 22:50:06.915 INFO O| Oct 18 22:50:06.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71752024-10-18T22:50:07.732Z[ recovery-image] Oct 18 22:50:06.915 INFO O| Oct 18 22:50:06.915 INFO STEP 997 (remove_files) COMPLETE
71762024-10-18T22:50:07.732Z[ recovery-image] Oct 18 22:50:06.915 INFO O| Oct 18 22:50:06.915 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71772024-10-18T22:50:07.740Z[ recovery-image] Oct 18 22:50:06.925 INFO O| Oct 18 22:50:06.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71782024-10-18T22:50:07.740Z[ recovery-image] Oct 18 22:50:06.925 INFO O| Oct 18 22:50:06.925 INFO STEP 998 (remove_files) COMPLETE
71792024-10-18T22:50:07.740Z[ recovery-image] Oct 18 22:50:06.925 INFO O| Oct 18 22:50:06.925 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71802024-10-18T22:50:07.750Z[ recovery-image] Oct 18 22:50:06.935 INFO O| Oct 18 22:50:06.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71812024-10-18T22:50:07.752Z[ recovery-image] Oct 18 22:50:06.935 INFO O| Oct 18 22:50:06.935 INFO STEP 999 (remove_files) COMPLETE
71822024-10-18T22:50:07.752Z[ recovery-image] Oct 18 22:50:06.935 INFO O| Oct 18 22:50:06.935 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71832024-10-18T22:50:07.760Z[ recovery-image] Oct 18 22:50:06.945 INFO O| Oct 18 22:50:06.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71842024-10-18T22:50:07.760Z[ recovery-image] Oct 18 22:50:06.945 INFO O| Oct 18 22:50:06.945 INFO STEP 1000 (remove_files) COMPLETE
71852024-10-18T22:50:07.762Z[ recovery-image] Oct 18 22:50:06.945 INFO O| Oct 18 22:50:06.945 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71862024-10-18T22:50:07.769Z[ recovery-image] Oct 18 22:50:06.955 INFO O| Oct 18 22:50:06.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71872024-10-18T22:50:07.769Z[ recovery-image] Oct 18 22:50:06.955 INFO O| Oct 18 22:50:06.955 INFO STEP 1001 (remove_files) COMPLETE
71882024-10-18T22:50:07.772Z[ recovery-image] Oct 18 22:50:06.955 INFO O| Oct 18 22:50:06.955 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71892024-10-18T22:50:07.779Z[ recovery-image] Oct 18 22:50:06.964 INFO O| Oct 18 22:50:06.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71902024-10-18T22:50:07.779Z[ recovery-image] Oct 18 22:50:06.964 INFO O| Oct 18 22:50:06.964 INFO STEP 1002 (remove_files) COMPLETE
71912024-10-18T22:50:07.780Z[ recovery-image] Oct 18 22:50:06.964 INFO O| Oct 18 22:50:06.964 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71922024-10-18T22:50:07.789Z[ recovery-image] Oct 18 22:50:06.974 INFO O| Oct 18 22:50:06.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71932024-10-18T22:50:07.789Z[ recovery-image] Oct 18 22:50:06.974 INFO O| Oct 18 22:50:06.974 INFO STEP 1003 (remove_files) COMPLETE
71942024-10-18T22:50:07.791Z[ recovery-image] Oct 18 22:50:06.974 INFO O| Oct 18 22:50:06.974 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71952024-10-18T22:50:07.798Z[ recovery-image] Oct 18 22:50:06.984 INFO O| Oct 18 22:50:06.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71962024-10-18T22:50:07.800Z[ recovery-image] Oct 18 22:50:06.984 INFO O| Oct 18 22:50:06.984 INFO STEP 1004 (remove_files) COMPLETE
71972024-10-18T22:50:07.800Z[ recovery-image] Oct 18 22:50:06.984 INFO O| Oct 18 22:50:06.984 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71982024-10-18T22:50:07.809Z[ recovery-image] Oct 18 22:50:06.994 INFO O| Oct 18 22:50:06.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71992024-10-18T22:50:07.809Z[ recovery-image] Oct 18 22:50:06.994 INFO O| Oct 18 22:50:06.994 INFO STEP 1005 (remove_files) COMPLETE
72002024-10-18T22:50:07.811Z[ recovery-image] Oct 18 22:50:06.994 INFO O| Oct 18 22:50:06.994 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72012024-10-18T22:50:07.818Z[ recovery-image] Oct 18 22:50:07.004 INFO O| Oct 18 22:50:07.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
72022024-10-18T22:50:07.818Z[ recovery-image] Oct 18 22:50:07.004 INFO O| Oct 18 22:50:07.004 INFO STEP 1006 (remove_files) COMPLETE
72032024-10-18T22:50:07.818Z[ recovery-image] Oct 18 22:50:07.004 INFO O| Oct 18 22:50:07.004 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72042024-10-18T22:50:07.829Z[ recovery-image] Oct 18 22:50:07.014 INFO O| Oct 18 22:50:07.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72052024-10-18T22:50:07.829Z[ recovery-image] Oct 18 22:50:07.014 INFO O| Oct 18 22:50:07.014 INFO STEP 1007 (remove_files) COMPLETE
72062024-10-18T22:50:07.838Z[ recovery-image] Oct 18 22:50:07.014 INFO O| Oct 18 22:50:07.014 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72072024-10-18T22:50:07.840Z[ recovery-image] Oct 18 22:50:07.024 INFO O| Oct 18 22:50:07.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72082024-10-18T22:50:07.840Z[ recovery-image] Oct 18 22:50:07.024 INFO O| Oct 18 22:50:07.024 INFO STEP 1008 (remove_files) COMPLETE
72092024-10-18T22:50:07.840Z[ recovery-image] Oct 18 22:50:07.024 INFO O| Oct 18 22:50:07.024 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72102024-10-18T22:50:07.848Z[ recovery-image] Oct 18 22:50:07.033 INFO O| Oct 18 22:50:07.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72112024-10-18T22:50:07.850Z[ recovery-image] Oct 18 22:50:07.033 INFO O| Oct 18 22:50:07.033 INFO STEP 1009 (remove_files) COMPLETE
72122024-10-18T22:50:07.850Z[ recovery-image] Oct 18 22:50:07.033 INFO O| Oct 18 22:50:07.033 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72132024-10-18T22:50:07.858Z[ recovery-image] Oct 18 22:50:07.043 INFO O| Oct 18 22:50:07.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72142024-10-18T22:50:07.858Z[ recovery-image] Oct 18 22:50:07.043 INFO O| Oct 18 22:50:07.043 INFO STEP 1010 (remove_files) COMPLETE
72152024-10-18T22:50:07.860Z[ recovery-image] Oct 18 22:50:07.043 INFO O| Oct 18 22:50:07.043 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72162024-10-18T22:50:07.867Z[ recovery-image] Oct 18 22:50:07.053 INFO O| Oct 18 22:50:07.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72172024-10-18T22:50:07.867Z[ recovery-image] Oct 18 22:50:07.053 INFO O| Oct 18 22:50:07.053 INFO STEP 1011 (remove_files) COMPLETE
72182024-10-18T22:50:07.869Z[ recovery-image] Oct 18 22:50:07.053 INFO O| Oct 18 22:50:07.053 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72192024-10-18T22:50:07.877Z[ recovery-image] Oct 18 22:50:07.062 INFO O| Oct 18 22:50:07.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72202024-10-18T22:50:07.877Z[ recovery-image] Oct 18 22:50:07.062 INFO O| Oct 18 22:50:07.062 INFO STEP 1012 (remove_files) COMPLETE
72212024-10-18T22:50:07.877Z[ recovery-image] Oct 18 22:50:07.062 INFO O| Oct 18 22:50:07.062 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72222024-10-18T22:50:07.887Z[ recovery-image] Oct 18 22:50:07.072 INFO O| Oct 18 22:50:07.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72232024-10-18T22:50:07.891Z[ recovery-image] Oct 18 22:50:07.072 INFO O| Oct 18 22:50:07.072 INFO STEP 1013 (remove_files) COMPLETE
72242024-10-18T22:50:07.891Z[ recovery-image] Oct 18 22:50:07.072 INFO O| Oct 18 22:50:07.072 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72252024-10-18T22:50:07.896Z[ recovery-image] Oct 18 22:50:07.082 INFO O| Oct 18 22:50:07.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72262024-10-18T22:50:07.896Z[ recovery-image] Oct 18 22:50:07.082 INFO O| Oct 18 22:50:07.082 INFO STEP 1014 (remove_files) COMPLETE
72272024-10-18T22:50:07.896Z[ recovery-image] Oct 18 22:50:07.082 INFO O| Oct 18 22:50:07.082 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72282024-10-18T22:50:07.906Z[ recovery-image] Oct 18 22:50:07.091 INFO O| Oct 18 22:50:07.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72292024-10-18T22:50:07.908Z[ recovery-image] Oct 18 22:50:07.091 INFO O| Oct 18 22:50:07.091 INFO STEP 1015 (remove_files) COMPLETE
72302024-10-18T22:50:07.908Z[ recovery-image] Oct 18 22:50:07.091 INFO O| Oct 18 22:50:07.091 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72312024-10-18T22:50:07.915Z[ recovery-image] Oct 18 22:50:07.101 INFO O| Oct 18 22:50:07.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72322024-10-18T22:50:07.915Z[ recovery-image] Oct 18 22:50:07.101 INFO O| Oct 18 22:50:07.101 INFO STEP 1016 (remove_files) COMPLETE
72332024-10-18T22:50:07.918Z[ recovery-image] Oct 18 22:50:07.101 INFO O| Oct 18 22:50:07.101 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72342024-10-18T22:50:07.925Z[ recovery-image] Oct 18 22:50:07.110 INFO O| Oct 18 22:50:07.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72352024-10-18T22:50:07.927Z[ recovery-image] Oct 18 22:50:07.111 INFO O| Oct 18 22:50:07.111 INFO STEP 1017 (remove_files) COMPLETE
72362024-10-18T22:50:07.927Z[ recovery-image] Oct 18 22:50:07.111 INFO O| Oct 18 22:50:07.111 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72372024-10-18T22:50:07.935Z[ recovery-image] Oct 18 22:50:07.120 INFO O| Oct 18 22:50:07.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72382024-10-18T22:50:07.937Z[ recovery-image] Oct 18 22:50:07.120 INFO O| Oct 18 22:50:07.120 INFO STEP 1018 (remove_files) COMPLETE
72392024-10-18T22:50:07.937Z[ recovery-image] Oct 18 22:50:07.120 INFO O| Oct 18 22:50:07.120 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72402024-10-18T22:50:07.945Z[ recovery-image] Oct 18 22:50:07.130 INFO O| Oct 18 22:50:07.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72412024-10-18T22:50:07.945Z[ recovery-image] Oct 18 22:50:07.130 INFO O| Oct 18 22:50:07.130 INFO STEP 1019 (remove_files) COMPLETE
72422024-10-18T22:50:07.947Z[ recovery-image] Oct 18 22:50:07.130 INFO O| Oct 18 22:50:07.130 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72432024-10-18T22:50:07.954Z[ recovery-image] Oct 18 22:50:07.140 INFO O| Oct 18 22:50:07.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72442024-10-18T22:50:07.956Z[ recovery-image] Oct 18 22:50:07.140 INFO O| Oct 18 22:50:07.140 INFO STEP 1020 (remove_files) COMPLETE
72452024-10-18T22:50:07.956Z[ recovery-image] Oct 18 22:50:07.140 INFO O| Oct 18 22:50:07.140 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72462024-10-18T22:50:07.964Z[ recovery-image] Oct 18 22:50:07.150 INFO O| Oct 18 22:50:07.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72472024-10-18T22:50:07.964Z[ recovery-image] Oct 18 22:50:07.150 INFO O| Oct 18 22:50:07.150 INFO STEP 1021 (remove_files) COMPLETE
72482024-10-18T22:50:07.964Z[ recovery-image] Oct 18 22:50:07.150 INFO O| Oct 18 22:50:07.150 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72492024-10-18T22:50:07.974Z[ recovery-image] Oct 18 22:50:07.159 INFO O| Oct 18 22:50:07.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72502024-10-18T22:50:07.974Z[ recovery-image] Oct 18 22:50:07.159 INFO O| Oct 18 22:50:07.159 INFO STEP 1022 (remove_files) COMPLETE
72512024-10-18T22:50:07.974Z[ recovery-image] Oct 18 22:50:07.159 INFO O| Oct 18 22:50:07.159 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72522024-10-18T22:50:07.983Z[ recovery-image] Oct 18 22:50:07.169 INFO O| Oct 18 22:50:07.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72532024-10-18T22:50:07.985Z[ recovery-image] Oct 18 22:50:07.169 INFO O| Oct 18 22:50:07.169 INFO STEP 1023 (remove_files) COMPLETE
72542024-10-18T22:50:07.986Z[ recovery-image] Oct 18 22:50:07.169 INFO O| Oct 18 22:50:07.169 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72552024-10-18T22:50:07.993Z[ recovery-image] Oct 18 22:50:07.178 INFO O| Oct 18 22:50:07.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72562024-10-18T22:50:07.993Z[ recovery-image] Oct 18 22:50:07.178 INFO O| Oct 18 22:50:07.178 INFO STEP 1024 (remove_files) COMPLETE
72572024-10-18T22:50:07.995Z[ recovery-image] Oct 18 22:50:07.178 INFO O| Oct 18 22:50:07.178 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72582024-10-18T22:50:08.002Z[ recovery-image] Oct 18 22:50:07.187 INFO O| Oct 18 22:50:07.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72592024-10-18T22:50:08.004Z[ recovery-image] Oct 18 22:50:07.188 INFO O| Oct 18 22:50:07.187 INFO STEP 1025 (remove_files) COMPLETE
72602024-10-18T22:50:08.004Z[ recovery-image] Oct 18 22:50:07.188 INFO O| Oct 18 22:50:07.188 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72612024-10-18T22:50:08.012Z[ recovery-image] Oct 18 22:50:07.197 INFO O| Oct 18 22:50:07.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72622024-10-18T22:50:08.015Z[ recovery-image] Oct 18 22:50:07.198 INFO O| Oct 18 22:50:07.198 INFO STEP 1026 (remove_files) COMPLETE
72632024-10-18T22:50:08.015Z[ recovery-image] Oct 18 22:50:07.198 INFO O| Oct 18 22:50:07.198 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72642024-10-18T22:50:08.022Z[ recovery-image] Oct 18 22:50:07.207 INFO O| Oct 18 22:50:07.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72652024-10-18T22:50:08.022Z[ recovery-image] Oct 18 22:50:07.208 INFO O| Oct 18 22:50:07.207 INFO STEP 1027 (remove_files) COMPLETE
72662024-10-18T22:50:08.024Z[ recovery-image] Oct 18 22:50:07.208 INFO O| Oct 18 22:50:07.208 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72672024-10-18T22:50:08.032Z[ recovery-image] Oct 18 22:50:07.217 INFO O| Oct 18 22:50:07.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72682024-10-18T22:50:08.032Z[ recovery-image] Oct 18 22:50:07.217 INFO O| Oct 18 22:50:07.217 INFO STEP 1028 (remove_files) COMPLETE
72692024-10-18T22:50:08.032Z[ recovery-image] Oct 18 22:50:07.217 INFO O| Oct 18 22:50:07.217 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72702024-10-18T22:50:08.041Z[ recovery-image] Oct 18 22:50:07.227 INFO O| Oct 18 22:50:07.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72712024-10-18T22:50:08.041Z[ recovery-image] Oct 18 22:50:07.227 INFO O| Oct 18 22:50:07.227 INFO STEP 1029 (remove_files) COMPLETE
72722024-10-18T22:50:08.041Z[ recovery-image] Oct 18 22:50:07.227 INFO O| Oct 18 22:50:07.227 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72732024-10-18T22:50:08.051Z[ recovery-image] Oct 18 22:50:07.237 INFO O| Oct 18 22:50:07.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72742024-10-18T22:50:08.051Z[ recovery-image] Oct 18 22:50:07.237 INFO O| Oct 18 22:50:07.237 INFO STEP 1030 (remove_files) COMPLETE
72752024-10-18T22:50:08.054Z[ recovery-image] Oct 18 22:50:07.237 INFO O| Oct 18 22:50:07.237 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72762024-10-18T22:50:08.061Z[ recovery-image] Oct 18 22:50:07.246 INFO O| Oct 18 22:50:07.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72772024-10-18T22:50:08.061Z[ recovery-image] Oct 18 22:50:07.247 INFO O| Oct 18 22:50:07.247 INFO STEP 1031 (remove_files) COMPLETE
72782024-10-18T22:50:08.061Z[ recovery-image] Oct 18 22:50:07.247 INFO O| Oct 18 22:50:07.247 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72792024-10-18T22:50:08.071Z[ recovery-image] Oct 18 22:50:07.256 INFO O| Oct 18 22:50:07.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72802024-10-18T22:50:08.071Z[ recovery-image] Oct 18 22:50:07.256 INFO O| Oct 18 22:50:07.256 INFO STEP 1032 (remove_files) COMPLETE
72812024-10-18T22:50:08.071Z[ recovery-image] Oct 18 22:50:07.256 INFO O| Oct 18 22:50:07.256 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72822024-10-18T22:50:08.080Z[ recovery-image] Oct 18 22:50:07.266 INFO O| Oct 18 22:50:07.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72832024-10-18T22:50:08.080Z[ recovery-image] Oct 18 22:50:07.266 INFO O| Oct 18 22:50:07.266 INFO STEP 1033 (remove_files) COMPLETE
72842024-10-18T22:50:08.080Z[ recovery-image] Oct 18 22:50:07.266 INFO O| Oct 18 22:50:07.266 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72852024-10-18T22:50:08.090Z[ recovery-image] Oct 18 22:50:07.275 INFO O| Oct 18 22:50:07.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72862024-10-18T22:50:08.090Z[ recovery-image] Oct 18 22:50:07.275 INFO O| Oct 18 22:50:07.275 INFO STEP 1034 (remove_files) COMPLETE
72872024-10-18T22:50:08.090Z[ recovery-image] Oct 18 22:50:07.275 INFO O| Oct 18 22:50:07.275 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72882024-10-18T22:50:08.099Z[ recovery-image] Oct 18 22:50:07.285 INFO O| Oct 18 22:50:07.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72892024-10-18T22:50:08.099Z[ recovery-image] Oct 18 22:50:07.285 INFO O| Oct 18 22:50:07.285 INFO STEP 1035 (remove_files) COMPLETE
72902024-10-18T22:50:08.099Z[ recovery-image] Oct 18 22:50:07.285 INFO O| Oct 18 22:50:07.285 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72912024-10-18T22:50:08.109Z[ recovery-image] Oct 18 22:50:07.294 INFO O| Oct 18 22:50:07.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72922024-10-18T22:50:08.111Z[ recovery-image] Oct 18 22:50:07.294 INFO O| Oct 18 22:50:07.294 INFO STEP 1036 (remove_files) COMPLETE
72932024-10-18T22:50:08.111Z[ recovery-image] Oct 18 22:50:07.294 INFO O| Oct 18 22:50:07.294 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72942024-10-18T22:50:08.119Z[ recovery-image] Oct 18 22:50:07.304 INFO O| Oct 18 22:50:07.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72952024-10-18T22:50:08.119Z[ recovery-image] Oct 18 22:50:07.304 INFO O| Oct 18 22:50:07.304 INFO STEP 1037 (remove_files) COMPLETE
72962024-10-18T22:50:08.119Z[ recovery-image] Oct 18 22:50:07.304 INFO O| Oct 18 22:50:07.304 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72972024-10-18T22:50:08.128Z[ recovery-image] Oct 18 22:50:07.313 INFO O| Oct 18 22:50:07.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72982024-10-18T22:50:08.128Z[ recovery-image] Oct 18 22:50:07.313 INFO O| Oct 18 22:50:07.313 INFO STEP 1038 (remove_files) COMPLETE
72992024-10-18T22:50:08.130Z[ recovery-image] Oct 18 22:50:07.313 INFO O| Oct 18 22:50:07.313 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73002024-10-18T22:50:08.137Z[ recovery-image] Oct 18 22:50:07.323 INFO O| Oct 18 22:50:07.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
73012024-10-18T22:50:08.138Z[ recovery-image] Oct 18 22:50:07.323 INFO O| Oct 18 22:50:07.323 INFO STEP 1039 (remove_files) COMPLETE
73022024-10-18T22:50:08.138Z[ recovery-image] Oct 18 22:50:07.323 INFO O| Oct 18 22:50:07.323 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73032024-10-18T22:50:08.147Z[ recovery-image] Oct 18 22:50:07.332 INFO O| Oct 18 22:50:07.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73042024-10-18T22:50:08.147Z[ recovery-image] Oct 18 22:50:07.332 INFO O| Oct 18 22:50:07.332 INFO STEP 1040 (remove_files) COMPLETE
73052024-10-18T22:50:08.149Z[ recovery-image] Oct 18 22:50:07.332 INFO O| Oct 18 22:50:07.332 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73062024-10-18T22:50:08.157Z[ recovery-image] Oct 18 22:50:07.342 INFO O| Oct 18 22:50:07.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73072024-10-18T22:50:08.157Z[ recovery-image] Oct 18 22:50:07.342 INFO O| Oct 18 22:50:07.342 INFO STEP 1041 (remove_files) COMPLETE
73082024-10-18T22:50:08.159Z[ recovery-image] Oct 18 22:50:07.342 INFO O| Oct 18 22:50:07.342 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73092024-10-18T22:50:08.166Z[ recovery-image] Oct 18 22:50:07.352 INFO O| Oct 18 22:50:07.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73102024-10-18T22:50:08.166Z[ recovery-image] Oct 18 22:50:07.352 INFO O| Oct 18 22:50:07.352 INFO STEP 1042 (remove_files) COMPLETE
73112024-10-18T22:50:08.166Z[ recovery-image] Oct 18 22:50:07.352 INFO O| Oct 18 22:50:07.352 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73122024-10-18T22:50:08.176Z[ recovery-image] Oct 18 22:50:07.361 INFO O| Oct 18 22:50:07.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73132024-10-18T22:50:08.176Z[ recovery-image] Oct 18 22:50:07.361 INFO O| Oct 18 22:50:07.361 INFO STEP 1043 (remove_files) COMPLETE
73142024-10-18T22:50:08.178Z[ recovery-image] Oct 18 22:50:07.361 INFO O| Oct 18 22:50:07.361 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73152024-10-18T22:50:08.185Z[ recovery-image] Oct 18 22:50:07.371 INFO O| Oct 18 22:50:07.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73162024-10-18T22:50:08.185Z[ recovery-image] Oct 18 22:50:07.371 INFO O| Oct 18 22:50:07.371 INFO STEP 1044 (remove_files) COMPLETE
73172024-10-18T22:50:08.188Z[ recovery-image] Oct 18 22:50:07.371 INFO O| Oct 18 22:50:07.371 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73182024-10-18T22:50:08.195Z[ recovery-image] Oct 18 22:50:07.380 INFO O| Oct 18 22:50:07.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73192024-10-18T22:50:08.195Z[ recovery-image] Oct 18 22:50:07.380 INFO O| Oct 18 22:50:07.380 INFO STEP 1045 (remove_files) COMPLETE
73202024-10-18T22:50:08.197Z[ recovery-image] Oct 18 22:50:07.380 INFO O| Oct 18 22:50:07.380 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73212024-10-18T22:50:08.205Z[ recovery-image] Oct 18 22:50:07.390 INFO O| Oct 18 22:50:07.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73222024-10-18T22:50:08.205Z[ recovery-image] Oct 18 22:50:07.390 INFO O| Oct 18 22:50:07.390 INFO STEP 1046 (remove_files) COMPLETE
73232024-10-18T22:50:08.207Z[ recovery-image] Oct 18 22:50:07.390 INFO O| Oct 18 22:50:07.390 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73242024-10-18T22:50:08.214Z[ recovery-image] Oct 18 22:50:07.399 INFO O| Oct 18 22:50:07.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73252024-10-18T22:50:08.216Z[ recovery-image] Oct 18 22:50:07.400 INFO O| Oct 18 22:50:07.399 INFO STEP 1047 (remove_files) COMPLETE
73262024-10-18T22:50:08.217Z[ recovery-image] Oct 18 22:50:07.400 INFO O| Oct 18 22:50:07.400 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73272024-10-18T22:50:08.224Z[ recovery-image] Oct 18 22:50:07.409 INFO O| Oct 18 22:50:07.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73282024-10-18T22:50:08.224Z[ recovery-image] Oct 18 22:50:07.409 INFO O| Oct 18 22:50:07.409 INFO STEP 1048 (remove_files) COMPLETE
73292024-10-18T22:50:08.226Z[ recovery-image] Oct 18 22:50:07.409 INFO O| Oct 18 22:50:07.409 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73302024-10-18T22:50:08.233Z[ recovery-image] Oct 18 22:50:07.419 INFO O| Oct 18 22:50:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73312024-10-18T22:50:08.233Z[ recovery-image] Oct 18 22:50:07.419 INFO O| Oct 18 22:50:07.419 INFO STEP 1049 (remove_files) COMPLETE
73322024-10-18T22:50:08.233Z[ recovery-image] Oct 18 22:50:07.419 INFO O| Oct 18 22:50:07.419 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73332024-10-18T22:50:08.244Z[ recovery-image] Oct 18 22:50:07.428 INFO O| Oct 18 22:50:07.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73342024-10-18T22:50:08.246Z[ recovery-image] Oct 18 22:50:07.428 INFO O| Oct 18 22:50:07.428 INFO STEP 1050 (remove_files) COMPLETE
73352024-10-18T22:50:08.246Z[ recovery-image] Oct 18 22:50:07.428 INFO O| Oct 18 22:50:07.428 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73362024-10-18T22:50:08.252Z[ recovery-image] Oct 18 22:50:07.437 INFO O| Oct 18 22:50:07.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73372024-10-18T22:50:08.252Z[ recovery-image] Oct 18 22:50:07.438 INFO O| Oct 18 22:50:07.437 INFO STEP 1051 (remove_files) COMPLETE
73382024-10-18T22:50:08.252Z[ recovery-image] Oct 18 22:50:07.438 INFO O| Oct 18 22:50:07.437 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73392024-10-18T22:50:08.262Z[ recovery-image] Oct 18 22:50:07.447 INFO O| Oct 18 22:50:07.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73402024-10-18T22:50:08.264Z[ recovery-image] Oct 18 22:50:07.447 INFO O| Oct 18 22:50:07.447 INFO STEP 1052 (remove_files) COMPLETE
73412024-10-18T22:50:08.264Z[ recovery-image] Oct 18 22:50:07.447 INFO O| Oct 18 22:50:07.447 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73422024-10-18T22:50:08.271Z[ recovery-image] Oct 18 22:50:07.456 INFO O| Oct 18 22:50:07.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73432024-10-18T22:50:08.271Z[ recovery-image] Oct 18 22:50:07.456 INFO O| Oct 18 22:50:07.456 INFO STEP 1053 (remove_files) COMPLETE
73442024-10-18T22:50:08.271Z[ recovery-image] Oct 18 22:50:07.456 INFO O| Oct 18 22:50:07.456 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73452024-10-18T22:50:08.281Z[ recovery-image] Oct 18 22:50:07.466 INFO O| Oct 18 22:50:07.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73462024-10-18T22:50:08.283Z[ recovery-image] Oct 18 22:50:07.466 INFO O| Oct 18 22:50:07.466 INFO STEP 1054 (remove_files) COMPLETE
73472024-10-18T22:50:08.283Z[ recovery-image] Oct 18 22:50:07.466 INFO O| Oct 18 22:50:07.466 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73482024-10-18T22:50:08.290Z[ recovery-image] Oct 18 22:50:07.475 INFO O| Oct 18 22:50:07.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73492024-10-18T22:50:08.290Z[ recovery-image] Oct 18 22:50:07.475 INFO O| Oct 18 22:50:07.475 INFO STEP 1055 (remove_files) COMPLETE
73502024-10-18T22:50:08.292Z[ recovery-image] Oct 18 22:50:07.475 INFO O| Oct 18 22:50:07.475 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73512024-10-18T22:50:08.300Z[ recovery-image] Oct 18 22:50:07.485 INFO O| Oct 18 22:50:07.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73522024-10-18T22:50:08.302Z[ recovery-image] Oct 18 22:50:07.485 INFO O| Oct 18 22:50:07.485 INFO STEP 1056 (remove_files) COMPLETE
73532024-10-18T22:50:08.302Z[ recovery-image] Oct 18 22:50:07.485 INFO O| Oct 18 22:50:07.485 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73542024-10-18T22:50:08.309Z[ recovery-image] Oct 18 22:50:07.495 INFO O| Oct 18 22:50:07.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73552024-10-18T22:50:08.309Z[ recovery-image] Oct 18 22:50:07.495 INFO O| Oct 18 22:50:07.495 INFO STEP 1057 (remove_files) COMPLETE
73562024-10-18T22:50:08.312Z[ recovery-image] Oct 18 22:50:07.495 INFO O| Oct 18 22:50:07.495 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73572024-10-18T22:50:08.319Z[ recovery-image] Oct 18 22:50:07.504 INFO O| Oct 18 22:50:07.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73582024-10-18T22:50:08.321Z[ recovery-image] Oct 18 22:50:07.504 INFO O| Oct 18 22:50:07.504 INFO STEP 1058 (remove_files) COMPLETE
73592024-10-18T22:50:08.321Z[ recovery-image] Oct 18 22:50:07.504 INFO O| Oct 18 22:50:07.504 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73602024-10-18T22:50:08.328Z[ recovery-image] Oct 18 22:50:07.514 INFO O| Oct 18 22:50:07.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73612024-10-18T22:50:08.328Z[ recovery-image] Oct 18 22:50:07.514 INFO O| Oct 18 22:50:07.514 INFO STEP 1059 (remove_files) COMPLETE
73622024-10-18T22:50:08.329Z[ recovery-image] Oct 18 22:50:07.514 INFO O| Oct 18 22:50:07.514 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73632024-10-18T22:50:08.338Z[ recovery-image] Oct 18 22:50:07.523 INFO O| Oct 18 22:50:07.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73642024-10-18T22:50:08.338Z[ recovery-image] Oct 18 22:50:07.523 INFO O| Oct 18 22:50:07.523 INFO STEP 1060 (remove_files) COMPLETE
73652024-10-18T22:50:08.340Z[ recovery-image] Oct 18 22:50:07.523 INFO O| Oct 18 22:50:07.523 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73662024-10-18T22:50:08.347Z[ recovery-image] Oct 18 22:50:07.533 INFO O| Oct 18 22:50:07.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73672024-10-18T22:50:08.347Z[ recovery-image] Oct 18 22:50:07.533 INFO O| Oct 18 22:50:07.533 INFO STEP 1061 (remove_files) COMPLETE
73682024-10-18T22:50:08.350Z[ recovery-image] Oct 18 22:50:07.533 INFO O| Oct 18 22:50:07.533 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73692024-10-18T22:50:08.357Z[ recovery-image] Oct 18 22:50:07.542 INFO O| Oct 18 22:50:07.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73702024-10-18T22:50:08.357Z[ recovery-image] Oct 18 22:50:07.542 INFO O| Oct 18 22:50:07.542 INFO STEP 1062 (remove_files) COMPLETE
73712024-10-18T22:50:08.357Z[ recovery-image] Oct 18 22:50:07.542 INFO O| Oct 18 22:50:07.542 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73722024-10-18T22:50:08.366Z[ recovery-image] Oct 18 22:50:07.552 INFO O| Oct 18 22:50:07.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73732024-10-18T22:50:08.368Z[ recovery-image] Oct 18 22:50:07.552 INFO O| Oct 18 22:50:07.552 INFO STEP 1063 (remove_files) COMPLETE
73742024-10-18T22:50:08.369Z[ recovery-image] Oct 18 22:50:07.552 INFO O| Oct 18 22:50:07.552 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73752024-10-18T22:50:08.376Z[ recovery-image] Oct 18 22:50:07.561 INFO O| Oct 18 22:50:07.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73762024-10-18T22:50:08.376Z[ recovery-image] Oct 18 22:50:07.561 INFO O| Oct 18 22:50:07.561 INFO STEP 1064 (remove_files) COMPLETE
73772024-10-18T22:50:08.376Z[ recovery-image] Oct 18 22:50:07.561 INFO O| Oct 18 22:50:07.561 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73782024-10-18T22:50:08.385Z[ recovery-image] Oct 18 22:50:07.571 INFO O| Oct 18 22:50:07.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73792024-10-18T22:50:08.385Z[ recovery-image] Oct 18 22:50:07.571 INFO O| Oct 18 22:50:07.571 INFO STEP 1065 (remove_files) COMPLETE
73802024-10-18T22:50:08.388Z[ recovery-image] Oct 18 22:50:07.571 INFO O| Oct 18 22:50:07.571 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73812024-10-18T22:50:08.395Z[ recovery-image] Oct 18 22:50:07.580 INFO O| Oct 18 22:50:07.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73822024-10-18T22:50:08.395Z[ recovery-image] Oct 18 22:50:07.580 INFO O| Oct 18 22:50:07.580 INFO STEP 1066 (remove_files) COMPLETE
73832024-10-18T22:50:08.395Z[ recovery-image] Oct 18 22:50:07.580 INFO O| Oct 18 22:50:07.580 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73842024-10-18T22:50:08.405Z[ recovery-image] Oct 18 22:50:07.590 INFO O| Oct 18 22:50:07.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73852024-10-18T22:50:08.405Z[ recovery-image] Oct 18 22:50:07.590 INFO O| Oct 18 22:50:07.590 INFO STEP 1067 (remove_files) COMPLETE
73862024-10-18T22:50:08.405Z[ recovery-image] Oct 18 22:50:07.590 INFO O| Oct 18 22:50:07.590 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73872024-10-18T22:50:08.415Z[ recovery-image] Oct 18 22:50:07.600 INFO O| Oct 18 22:50:07.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73882024-10-18T22:50:08.415Z[ recovery-image] Oct 18 22:50:07.600 INFO O| Oct 18 22:50:07.600 INFO STEP 1068 (remove_files) COMPLETE
73892024-10-18T22:50:08.415Z[ recovery-image] Oct 18 22:50:07.600 INFO O| Oct 18 22:50:07.600 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73902024-10-18T22:50:08.424Z[ recovery-image] Oct 18 22:50:07.609 INFO O| Oct 18 22:50:07.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73912024-10-18T22:50:08.426Z[ recovery-image] Oct 18 22:50:07.609 INFO O| Oct 18 22:50:07.609 INFO STEP 1069 (remove_files) COMPLETE
73922024-10-18T22:50:08.426Z[ recovery-image] Oct 18 22:50:07.609 INFO O| Oct 18 22:50:07.609 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73932024-10-18T22:50:08.434Z[ recovery-image] Oct 18 22:50:07.619 INFO O| Oct 18 22:50:07.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73942024-10-18T22:50:08.434Z[ recovery-image] Oct 18 22:50:07.619 INFO O| Oct 18 22:50:07.619 INFO STEP 1070 (remove_files) COMPLETE
73952024-10-18T22:50:08.436Z[ recovery-image] Oct 18 22:50:07.619 INFO O| Oct 18 22:50:07.619 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73962024-10-18T22:50:08.443Z[ recovery-image] Oct 18 22:50:07.629 INFO O| Oct 18 22:50:07.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73972024-10-18T22:50:08.446Z[ recovery-image] Oct 18 22:50:07.629 INFO O| Oct 18 22:50:07.629 INFO STEP 1071 (remove_files) COMPLETE
73982024-10-18T22:50:08.446Z[ recovery-image] Oct 18 22:50:07.629 INFO O| Oct 18 22:50:07.629 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73992024-10-18T22:50:08.453Z[ recovery-image] Oct 18 22:50:07.639 INFO O| Oct 18 22:50:07.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
74002024-10-18T22:50:08.454Z[ recovery-image] Oct 18 22:50:07.639 INFO O| Oct 18 22:50:07.639 INFO STEP 1072 (remove_files) COMPLETE
74012024-10-18T22:50:08.456Z[ recovery-image] Oct 18 22:50:07.639 INFO O| Oct 18 22:50:07.639 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74022024-10-18T22:50:08.463Z[ recovery-image] Oct 18 22:50:07.648 INFO O| Oct 18 22:50:07.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74032024-10-18T22:50:08.463Z[ recovery-image] Oct 18 22:50:07.648 INFO O| Oct 18 22:50:07.648 INFO STEP 1073 (remove_files) COMPLETE
74042024-10-18T22:50:08.465Z[ recovery-image] Oct 18 22:50:07.648 INFO O| Oct 18 22:50:07.648 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74052024-10-18T22:50:08.472Z[ recovery-image] Oct 18 22:50:07.658 INFO O| Oct 18 22:50:07.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74062024-10-18T22:50:08.475Z[ recovery-image] Oct 18 22:50:07.658 INFO O| Oct 18 22:50:07.658 INFO STEP 1074 (remove_files) COMPLETE
74072024-10-18T22:50:08.475Z[ recovery-image] Oct 18 22:50:07.658 INFO O| Oct 18 22:50:07.658 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74082024-10-18T22:50:08.482Z[ recovery-image] Oct 18 22:50:07.667 INFO O| Oct 18 22:50:07.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74092024-10-18T22:50:08.482Z[ recovery-image] Oct 18 22:50:07.667 INFO O| Oct 18 22:50:07.667 INFO STEP 1075 (remove_files) COMPLETE
74102024-10-18T22:50:08.485Z[ recovery-image] Oct 18 22:50:07.667 INFO O| Oct 18 22:50:07.667 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74112024-10-18T22:50:08.492Z[ recovery-image] Oct 18 22:50:07.677 INFO O| Oct 18 22:50:07.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74122024-10-18T22:50:08.492Z[ recovery-image] Oct 18 22:50:07.677 INFO O| Oct 18 22:50:07.677 INFO STEP 1076 (remove_files) COMPLETE
74132024-10-18T22:50:08.492Z[ recovery-image] Oct 18 22:50:07.677 INFO O| Oct 18 22:50:07.677 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-10-18T22:50:08.501Z[ recovery-image] Oct 18 22:50:07.686 INFO O| Oct 18 22:50:07.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74152024-10-18T22:50:08.501Z[ recovery-image] Oct 18 22:50:07.686 INFO O| Oct 18 22:50:07.686 INFO STEP 1077 (remove_files) COMPLETE
74162024-10-18T22:50:08.501Z[ recovery-image] Oct 18 22:50:07.686 INFO O| Oct 18 22:50:07.686 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-10-18T22:50:08.511Z[ recovery-image] Oct 18 22:50:07.696 INFO O| Oct 18 22:50:07.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74182024-10-18T22:50:08.513Z[ recovery-image] Oct 18 22:50:07.696 INFO O| Oct 18 22:50:07.696 INFO STEP 1078 (remove_files) COMPLETE
74192024-10-18T22:50:08.513Z[ recovery-image] Oct 18 22:50:07.696 INFO O| Oct 18 22:50:07.696 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-10-18T22:50:08.520Z[ recovery-image] Oct 18 22:50:07.706 INFO O| Oct 18 22:50:07.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74212024-10-18T22:50:08.520Z[ recovery-image] Oct 18 22:50:07.706 INFO O| Oct 18 22:50:07.706 INFO STEP 1079 (remove_files) COMPLETE
74222024-10-18T22:50:08.520Z[ recovery-image] Oct 18 22:50:07.706 INFO O| Oct 18 22:50:07.706 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-10-18T22:50:08.530Z[ recovery-image] Oct 18 22:50:07.715 INFO O| Oct 18 22:50:07.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74242024-10-18T22:50:08.530Z[ recovery-image] Oct 18 22:50:07.715 INFO O| Oct 18 22:50:07.715 INFO STEP 1080 (remove_files) COMPLETE
74252024-10-18T22:50:08.533Z[ recovery-image] Oct 18 22:50:07.715 INFO O| Oct 18 22:50:07.715 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-10-18T22:50:08.539Z[ recovery-image] Oct 18 22:50:07.725 INFO O| Oct 18 22:50:07.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74272024-10-18T22:50:08.542Z[ recovery-image] Oct 18 22:50:07.725 INFO O| Oct 18 22:50:07.725 INFO STEP 1081 (remove_files) COMPLETE
74282024-10-18T22:50:08.542Z[ recovery-image] Oct 18 22:50:07.725 INFO O| Oct 18 22:50:07.725 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-10-18T22:50:08.549Z[ recovery-image] Oct 18 22:50:07.734 INFO O| Oct 18 22:50:07.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74302024-10-18T22:50:08.549Z[ recovery-image] Oct 18 22:50:07.734 INFO O| Oct 18 22:50:07.734 INFO STEP 1082 (remove_files) COMPLETE
74312024-10-18T22:50:08.551Z[ recovery-image] Oct 18 22:50:07.734 INFO O| Oct 18 22:50:07.734 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-10-18T22:50:08.558Z[ recovery-image] Oct 18 22:50:07.744 INFO O| Oct 18 22:50:07.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74332024-10-18T22:50:08.560Z[ recovery-image] Oct 18 22:50:07.744 INFO O| Oct 18 22:50:07.744 INFO STEP 1083 (remove_files) COMPLETE
74342024-10-18T22:50:08.560Z[ recovery-image] Oct 18 22:50:07.744 INFO O| Oct 18 22:50:07.744 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-10-18T22:50:08.568Z[ recovery-image] Oct 18 22:50:07.753 INFO O| Oct 18 22:50:07.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74362024-10-18T22:50:08.571Z[ recovery-image] Oct 18 22:50:07.753 INFO O| Oct 18 22:50:07.753 INFO STEP 1084 (remove_files) COMPLETE
74372024-10-18T22:50:08.571Z[ recovery-image] Oct 18 22:50:07.753 INFO O| Oct 18 22:50:07.753 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74382024-10-18T22:50:08.577Z[ recovery-image] Oct 18 22:50:07.763 INFO O| Oct 18 22:50:07.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74392024-10-18T22:50:08.577Z[ recovery-image] Oct 18 22:50:07.763 INFO O| Oct 18 22:50:07.763 INFO STEP 1085 (remove_files) COMPLETE
74402024-10-18T22:50:08.577Z[ recovery-image] Oct 18 22:50:07.763 INFO O| Oct 18 22:50:07.763 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74412024-10-18T22:50:08.587Z[ recovery-image] Oct 18 22:50:07.772 INFO O| Oct 18 22:50:07.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74422024-10-18T22:50:08.587Z[ recovery-image] Oct 18 22:50:07.772 INFO O| Oct 18 22:50:07.772 INFO STEP 1086 (remove_files) COMPLETE
74432024-10-18T22:50:08.587Z[ recovery-image] Oct 18 22:50:07.772 INFO O| Oct 18 22:50:07.772 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74442024-10-18T22:50:08.596Z[ recovery-image] Oct 18 22:50:07.782 INFO O| Oct 18 22:50:07.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74452024-10-18T22:50:08.596Z[ recovery-image] Oct 18 22:50:07.782 INFO O| Oct 18 22:50:07.782 INFO STEP 1087 (remove_files) COMPLETE
74462024-10-18T22:50:08.599Z[ recovery-image] Oct 18 22:50:07.782 INFO O| Oct 18 22:50:07.782 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-10-18T22:50:08.606Z[ recovery-image] Oct 18 22:50:07.791 INFO O| Oct 18 22:50:07.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74482024-10-18T22:50:08.606Z[ recovery-image] Oct 18 22:50:07.791 INFO O| Oct 18 22:50:07.791 INFO STEP 1088 (remove_files) COMPLETE
74492024-10-18T22:50:08.606Z[ recovery-image] Oct 18 22:50:07.791 INFO O| Oct 18 22:50:07.791 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-10-18T22:50:08.616Z[ recovery-image] Oct 18 22:50:07.801 INFO O| Oct 18 22:50:07.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74512024-10-18T22:50:08.616Z[ recovery-image] Oct 18 22:50:07.801 INFO O| Oct 18 22:50:07.801 INFO STEP 1089 (remove_files) COMPLETE
74522024-10-18T22:50:08.616Z[ recovery-image] Oct 18 22:50:07.801 INFO O| Oct 18 22:50:07.801 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-10-18T22:50:08.625Z[ recovery-image] Oct 18 22:50:07.811 INFO O| Oct 18 22:50:07.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74542024-10-18T22:50:08.627Z[ recovery-image] Oct 18 22:50:07.811 INFO O| Oct 18 22:50:07.811 INFO STEP 1090 (remove_files) COMPLETE
74552024-10-18T22:50:08.628Z[ recovery-image] Oct 18 22:50:07.811 INFO O| Oct 18 22:50:07.811 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-10-18T22:50:08.635Z[ recovery-image] Oct 18 22:50:07.820 INFO O| Oct 18 22:50:07.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74572024-10-18T22:50:08.635Z[ recovery-image] Oct 18 22:50:07.820 INFO O| Oct 18 22:50:07.820 INFO STEP 1091 (remove_files) COMPLETE
74582024-10-18T22:50:08.635Z[ recovery-image] Oct 18 22:50:07.820 INFO O| Oct 18 22:50:07.820 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-10-18T22:50:08.645Z[ recovery-image] Oct 18 22:50:07.830 INFO O| Oct 18 22:50:07.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74602024-10-18T22:50:08.647Z[ recovery-image] Oct 18 22:50:07.830 INFO O| Oct 18 22:50:07.830 INFO STEP 1092 (remove_files) COMPLETE
74612024-10-18T22:50:08.647Z[ recovery-image] Oct 18 22:50:07.830 INFO O| Oct 18 22:50:07.830 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-10-18T22:50:08.654Z[ recovery-image] Oct 18 22:50:07.839 INFO O| Oct 18 22:50:07.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74632024-10-18T22:50:08.654Z[ recovery-image] Oct 18 22:50:07.839 INFO O| Oct 18 22:50:07.839 INFO STEP 1093 (remove_files) COMPLETE
74642024-10-18T22:50:08.656Z[ recovery-image] Oct 18 22:50:07.839 INFO O| Oct 18 22:50:07.839 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-10-18T22:50:08.663Z[ recovery-image] Oct 18 22:50:07.849 INFO O| Oct 18 22:50:07.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74662024-10-18T22:50:08.666Z[ recovery-image] Oct 18 22:50:07.849 INFO O| Oct 18 22:50:07.849 INFO STEP 1094 (remove_files) COMPLETE
74672024-10-18T22:50:08.666Z[ recovery-image] Oct 18 22:50:07.849 INFO O| Oct 18 22:50:07.849 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74682024-10-18T22:50:08.673Z[ recovery-image] Oct 18 22:50:07.858 INFO O| Oct 18 22:50:07.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74692024-10-18T22:50:08.673Z[ recovery-image] Oct 18 22:50:07.858 INFO O| Oct 18 22:50:07.858 INFO STEP 1095 (remove_files) COMPLETE
74702024-10-18T22:50:08.675Z[ recovery-image] Oct 18 22:50:07.858 INFO O| Oct 18 22:50:07.858 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74712024-10-18T22:50:08.683Z[ recovery-image] Oct 18 22:50:07.868 INFO O| Oct 18 22:50:07.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74722024-10-18T22:50:08.683Z[ recovery-image] Oct 18 22:50:07.868 INFO O| Oct 18 22:50:07.868 INFO STEP 1096 (remove_files) COMPLETE
74732024-10-18T22:50:08.685Z[ recovery-image] Oct 18 22:50:07.868 INFO O| Oct 18 22:50:07.868 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74742024-10-18T22:50:08.692Z[ recovery-image] Oct 18 22:50:07.877 INFO O| Oct 18 22:50:07.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74752024-10-18T22:50:08.694Z[ recovery-image] Oct 18 22:50:07.877 INFO O| Oct 18 22:50:07.877 INFO STEP 1097 (remove_files) COMPLETE
74762024-10-18T22:50:08.694Z[ recovery-image] Oct 18 22:50:07.877 INFO O| Oct 18 22:50:07.877 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74772024-10-18T22:50:08.701Z[ recovery-image] Oct 18 22:50:07.887 INFO O| Oct 18 22:50:07.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74782024-10-18T22:50:08.701Z[ recovery-image] Oct 18 22:50:07.887 INFO O| Oct 18 22:50:07.887 INFO STEP 1098 (remove_files) COMPLETE
74792024-10-18T22:50:08.704Z[ recovery-image] Oct 18 22:50:07.887 INFO O| Oct 18 22:50:07.887 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74802024-10-18T22:50:08.711Z[ recovery-image] Oct 18 22:50:07.896 INFO O| Oct 18 22:50:07.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74812024-10-18T22:50:08.711Z[ recovery-image] Oct 18 22:50:07.896 INFO O| Oct 18 22:50:07.896 INFO STEP 1099 (remove_files) COMPLETE
74822024-10-18T22:50:08.711Z[ recovery-image] Oct 18 22:50:07.896 INFO O| Oct 18 22:50:07.896 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74832024-10-18T22:50:08.720Z[ recovery-image] Oct 18 22:50:07.906 INFO O| Oct 18 22:50:07.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74842024-10-18T22:50:08.721Z[ recovery-image] Oct 18 22:50:07.906 INFO O| Oct 18 22:50:07.906 INFO STEP 1100 (remove_files) COMPLETE
74852024-10-18T22:50:08.723Z[ recovery-image] Oct 18 22:50:07.906 INFO O| Oct 18 22:50:07.906 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74862024-10-18T22:50:08.730Z[ recovery-image] Oct 18 22:50:07.915 INFO O| Oct 18 22:50:07.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74872024-10-18T22:50:08.730Z[ recovery-image] Oct 18 22:50:07.915 INFO O| Oct 18 22:50:07.915 INFO STEP 1101 (remove_files) COMPLETE
74882024-10-18T22:50:08.730Z[ recovery-image] Oct 18 22:50:07.915 INFO O| Oct 18 22:50:07.915 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74892024-10-18T22:50:08.739Z[ recovery-image] Oct 18 22:50:07.925 INFO O| Oct 18 22:50:07.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74902024-10-18T22:50:08.739Z[ recovery-image] Oct 18 22:50:07.925 INFO O| Oct 18 22:50:07.925 INFO STEP 1102 (remove_files) COMPLETE
74912024-10-18T22:50:08.742Z[ recovery-image] Oct 18 22:50:07.925 INFO O| Oct 18 22:50:07.925 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74922024-10-18T22:50:08.750Z[ recovery-image] Oct 18 22:50:07.934 INFO O| Oct 18 22:50:07.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74932024-10-18T22:50:08.750Z[ recovery-image] Oct 18 22:50:07.934 INFO O| Oct 18 22:50:07.934 INFO STEP 1103 (remove_files) COMPLETE
74942024-10-18T22:50:08.752Z[ recovery-image] Oct 18 22:50:07.934 INFO O| Oct 18 22:50:07.934 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74952024-10-18T22:50:08.759Z[ recovery-image] Oct 18 22:50:07.944 INFO O| Oct 18 22:50:07.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
74962024-10-18T22:50:08.759Z[ recovery-image] Oct 18 22:50:07.944 INFO O| Oct 18 22:50:07.944 INFO STEP 1104 (remove_files) COMPLETE
74972024-10-18T22:50:08.761Z[ recovery-image] Oct 18 22:50:07.944 INFO O| Oct 18 22:50:07.944 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74982024-10-18T22:50:08.769Z[ recovery-image] Oct 18 22:50:07.954 INFO O| Oct 18 22:50:07.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
74992024-10-18T22:50:08.769Z[ recovery-image] Oct 18 22:50:07.954 INFO O| Oct 18 22:50:07.954 INFO STEP 1105 (remove_files) COMPLETE
75002024-10-18T22:50:08.769Z[ recovery-image] Oct 18 22:50:07.954 INFO O| Oct 18 22:50:07.954 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75012024-10-18T22:50:08.778Z[ recovery-image] Oct 18 22:50:07.963 INFO O| Oct 18 22:50:07.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75022024-10-18T22:50:08.778Z[ recovery-image] Oct 18 22:50:07.964 INFO O| Oct 18 22:50:07.964 INFO STEP 1106 (remove_files) COMPLETE
75032024-10-18T22:50:08.780Z[ recovery-image] Oct 18 22:50:07.964 INFO O| Oct 18 22:50:07.964 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75042024-10-18T22:50:08.788Z[ recovery-image] Oct 18 22:50:07.973 INFO O| Oct 18 22:50:07.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75052024-10-18T22:50:08.788Z[ recovery-image] Oct 18 22:50:07.973 INFO O| Oct 18 22:50:07.973 INFO STEP 1107 (remove_files) COMPLETE
75062024-10-18T22:50:08.788Z[ recovery-image] Oct 18 22:50:07.973 INFO O| Oct 18 22:50:07.973 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75072024-10-18T22:50:08.797Z[ recovery-image] Oct 18 22:50:07.982 INFO O| Oct 18 22:50:07.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75082024-10-18T22:50:08.797Z[ recovery-image] Oct 18 22:50:07.983 INFO O| Oct 18 22:50:07.983 INFO STEP 1108 (remove_files) COMPLETE
75092024-10-18T22:50:08.797Z[ recovery-image] Oct 18 22:50:07.983 INFO O| Oct 18 22:50:07.983 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75102024-10-18T22:50:08.807Z[ recovery-image] Oct 18 22:50:07.992 INFO O| Oct 18 22:50:07.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75112024-10-18T22:50:08.807Z[ recovery-image] Oct 18 22:50:07.992 INFO O| Oct 18 22:50:07.992 INFO STEP 1109 (remove_files) COMPLETE
75122024-10-18T22:50:08.807Z[ recovery-image] Oct 18 22:50:07.992 INFO O| Oct 18 22:50:07.992 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75132024-10-18T22:50:08.817Z[ recovery-image] Oct 18 22:50:08.002 INFO O| Oct 18 22:50:08.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75142024-10-18T22:50:08.817Z[ recovery-image] Oct 18 22:50:08.002 INFO O| Oct 18 22:50:08.002 INFO STEP 1110 (remove_files) COMPLETE
75152024-10-18T22:50:08.817Z[ recovery-image] Oct 18 22:50:08.002 INFO O| Oct 18 22:50:08.002 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75162024-10-18T22:50:08.827Z[ recovery-image] Oct 18 22:50:08.012 INFO O| Oct 18 22:50:08.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75172024-10-18T22:50:08.829Z[ recovery-image] Oct 18 22:50:08.012 INFO O| Oct 18 22:50:08.012 INFO STEP 1111 (remove_files) COMPLETE
75182024-10-18T22:50:08.829Z[ recovery-image] Oct 18 22:50:08.012 INFO O| Oct 18 22:50:08.012 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75192024-10-18T22:50:08.836Z[ recovery-image] Oct 18 22:50:08.021 INFO O| Oct 18 22:50:08.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75202024-10-18T22:50:08.836Z[ recovery-image] Oct 18 22:50:08.021 INFO O| Oct 18 22:50:08.021 INFO STEP 1112 (remove_files) COMPLETE
75212024-10-18T22:50:08.836Z[ recovery-image] Oct 18 22:50:08.021 INFO O| Oct 18 22:50:08.021 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75222024-10-18T22:50:08.846Z[ recovery-image] Oct 18 22:50:08.031 INFO O| Oct 18 22:50:08.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75232024-10-18T22:50:08.846Z[ recovery-image] Oct 18 22:50:08.031 INFO O| Oct 18 22:50:08.031 INFO STEP 1113 (remove_files) COMPLETE
75242024-10-18T22:50:08.848Z[ recovery-image] Oct 18 22:50:08.031 INFO O| Oct 18 22:50:08.031 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75252024-10-18T22:50:08.855Z[ recovery-image] Oct 18 22:50:08.040 INFO O| Oct 18 22:50:08.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75262024-10-18T22:50:08.857Z[ recovery-image] Oct 18 22:50:08.040 INFO O| Oct 18 22:50:08.040 INFO STEP 1114 (remove_files) COMPLETE
75272024-10-18T22:50:08.857Z[ recovery-image] Oct 18 22:50:08.040 INFO O| Oct 18 22:50:08.040 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75282024-10-18T22:50:08.865Z[ recovery-image] Oct 18 22:50:08.050 INFO O| Oct 18 22:50:08.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75292024-10-18T22:50:08.867Z[ recovery-image] Oct 18 22:50:08.050 INFO O| Oct 18 22:50:08.050 INFO STEP 1115 (remove_files) COMPLETE
75302024-10-18T22:50:08.867Z[ recovery-image] Oct 18 22:50:08.050 INFO O| Oct 18 22:50:08.050 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75312024-10-18T22:50:08.874Z[ recovery-image] Oct 18 22:50:08.060 INFO O| Oct 18 22:50:08.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75322024-10-18T22:50:08.874Z[ recovery-image] Oct 18 22:50:08.060 INFO O| Oct 18 22:50:08.060 INFO STEP 1116 (remove_files) COMPLETE
75332024-10-18T22:50:08.876Z[ recovery-image] Oct 18 22:50:08.060 INFO O| Oct 18 22:50:08.060 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-10-18T22:50:08.884Z[ recovery-image] Oct 18 22:50:08.069 INFO O| Oct 18 22:50:08.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75352024-10-18T22:50:08.886Z[ recovery-image] Oct 18 22:50:08.069 INFO O| Oct 18 22:50:08.069 INFO STEP 1117 (remove_files) COMPLETE
75362024-10-18T22:50:08.886Z[ recovery-image] Oct 18 22:50:08.069 INFO O| Oct 18 22:50:08.069 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-10-18T22:50:08.894Z[ recovery-image] Oct 18 22:50:08.079 INFO O| Oct 18 22:50:08.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75382024-10-18T22:50:08.896Z[ recovery-image] Oct 18 22:50:08.079 INFO O| Oct 18 22:50:08.079 INFO STEP 1118 (remove_files) COMPLETE
75392024-10-18T22:50:08.896Z[ recovery-image] Oct 18 22:50:08.079 INFO O| Oct 18 22:50:08.079 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-10-18T22:50:08.903Z[ recovery-image] Oct 18 22:50:08.089 INFO O| Oct 18 22:50:08.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75412024-10-18T22:50:08.903Z[ recovery-image] Oct 18 22:50:08.089 INFO O| Oct 18 22:50:08.089 INFO STEP 1119 (remove_files) COMPLETE
75422024-10-18T22:50:08.906Z[ recovery-image] Oct 18 22:50:08.089 INFO O| Oct 18 22:50:08.089 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-10-18T22:50:08.913Z[ recovery-image] Oct 18 22:50:08.098 INFO O| Oct 18 22:50:08.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75442024-10-18T22:50:08.915Z[ recovery-image] Oct 18 22:50:08.098 INFO O| Oct 18 22:50:08.098 INFO STEP 1120 (remove_files) COMPLETE
75452024-10-18T22:50:08.916Z[ recovery-image] Oct 18 22:50:08.098 INFO O| Oct 18 22:50:08.098 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-10-18T22:50:08.923Z[ recovery-image] Oct 18 22:50:08.108 INFO O| Oct 18 22:50:08.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75472024-10-18T22:50:08.923Z[ recovery-image] Oct 18 22:50:08.108 INFO O| Oct 18 22:50:08.108 INFO STEP 1121 (remove_files) COMPLETE
75482024-10-18T22:50:08.925Z[ recovery-image] Oct 18 22:50:08.108 INFO O| Oct 18 22:50:08.108 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-10-18T22:50:08.932Z[ recovery-image] Oct 18 22:50:08.117 INFO O| Oct 18 22:50:08.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75502024-10-18T22:50:08.932Z[ recovery-image] Oct 18 22:50:08.118 INFO O| Oct 18 22:50:08.117 INFO STEP 1122 (remove_files) COMPLETE
75512024-10-18T22:50:08.934Z[ recovery-image] Oct 18 22:50:08.118 INFO O| Oct 18 22:50:08.117 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-10-18T22:50:08.942Z[ recovery-image] Oct 18 22:50:08.127 INFO O| Oct 18 22:50:08.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75532024-10-18T22:50:08.942Z[ recovery-image] Oct 18 22:50:08.127 INFO O| Oct 18 22:50:08.127 INFO STEP 1123 (remove_files) COMPLETE
75542024-10-18T22:50:08.942Z[ recovery-image] Oct 18 22:50:08.127 INFO O| Oct 18 22:50:08.127 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-10-18T22:50:08.951Z[ recovery-image] Oct 18 22:50:08.137 INFO O| Oct 18 22:50:08.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75562024-10-18T22:50:08.951Z[ recovery-image] Oct 18 22:50:08.137 INFO O| Oct 18 22:50:08.137 INFO STEP 1124 (remove_files) COMPLETE
75572024-10-18T22:50:08.951Z[ recovery-image] Oct 18 22:50:08.137 INFO O| Oct 18 22:50:08.137 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-10-18T22:50:08.961Z[ recovery-image] Oct 18 22:50:08.146 INFO O| Oct 18 22:50:08.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75592024-10-18T22:50:08.961Z[ recovery-image] Oct 18 22:50:08.146 INFO O| Oct 18 22:50:08.146 INFO STEP 1125 (remove_files) COMPLETE
75602024-10-18T22:50:08.961Z[ recovery-image] Oct 18 22:50:08.146 INFO O| Oct 18 22:50:08.146 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-10-18T22:50:08.970Z[ recovery-image] Oct 18 22:50:08.155 INFO O| Oct 18 22:50:08.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75622024-10-18T22:50:08.970Z[ recovery-image] Oct 18 22:50:08.156 INFO O| Oct 18 22:50:08.156 INFO STEP 1126 (remove_files) COMPLETE
75632024-10-18T22:50:08.970Z[ recovery-image] Oct 18 22:50:08.156 INFO O| Oct 18 22:50:08.156 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-10-18T22:50:08.980Z[ recovery-image] Oct 18 22:50:08.165 INFO O| Oct 18 22:50:08.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75652024-10-18T22:50:08.980Z[ recovery-image] Oct 18 22:50:08.165 INFO O| Oct 18 22:50:08.165 INFO STEP 1127 (remove_files) COMPLETE
75662024-10-18T22:50:08.982Z[ recovery-image] Oct 18 22:50:08.165 INFO O| Oct 18 22:50:08.165 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-10-18T22:50:08.989Z[ recovery-image] Oct 18 22:50:08.175 INFO O| Oct 18 22:50:08.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75682024-10-18T22:50:08.992Z[ recovery-image] Oct 18 22:50:08.175 INFO O| Oct 18 22:50:08.175 INFO STEP 1128 (remove_files) COMPLETE
75692024-10-18T22:50:08.992Z[ recovery-image] Oct 18 22:50:08.175 INFO O| Oct 18 22:50:08.175 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-10-18T22:50:08.999Z[ recovery-image] Oct 18 22:50:08.184 INFO O| Oct 18 22:50:08.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75712024-10-18T22:50:09.002Z[ recovery-image] Oct 18 22:50:08.184 INFO O| Oct 18 22:50:08.184 INFO STEP 1129 (remove_files) COMPLETE
75722024-10-18T22:50:09.002Z[ recovery-image] Oct 18 22:50:08.184 INFO O| Oct 18 22:50:08.184 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-10-18T22:50:09.009Z[ recovery-image] Oct 18 22:50:08.194 INFO O| Oct 18 22:50:08.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75742024-10-18T22:50:09.009Z[ recovery-image] Oct 18 22:50:08.194 INFO O| Oct 18 22:50:08.194 INFO STEP 1130 (remove_files) COMPLETE
75752024-10-18T22:50:09.011Z[ recovery-image] Oct 18 22:50:08.194 INFO O| Oct 18 22:50:08.194 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-10-18T22:50:09.018Z[ recovery-image] Oct 18 22:50:08.204 INFO O| Oct 18 22:50:08.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75772024-10-18T22:50:09.018Z[ recovery-image] Oct 18 22:50:08.204 INFO O| Oct 18 22:50:08.204 INFO STEP 1131 (remove_files) COMPLETE
75782024-10-18T22:50:09.021Z[ recovery-image] Oct 18 22:50:08.204 INFO O| Oct 18 22:50:08.204 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-10-18T22:50:09.028Z[ recovery-image] Oct 18 22:50:08.213 INFO O| Oct 18 22:50:08.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75802024-10-18T22:50:09.030Z[ recovery-image] Oct 18 22:50:08.213 INFO O| Oct 18 22:50:08.213 INFO STEP 1132 (remove_files) COMPLETE
75812024-10-18T22:50:09.030Z[ recovery-image] Oct 18 22:50:08.213 INFO O| Oct 18 22:50:08.213 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-10-18T22:50:09.037Z[ recovery-image] Oct 18 22:50:08.223 INFO O| Oct 18 22:50:08.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75832024-10-18T22:50:09.038Z[ recovery-image] Oct 18 22:50:08.223 INFO O| Oct 18 22:50:08.223 INFO STEP 1133 (remove_files) COMPLETE
75842024-10-18T22:50:09.040Z[ recovery-image] Oct 18 22:50:08.223 INFO O| Oct 18 22:50:08.223 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-10-18T22:50:09.047Z[ recovery-image] Oct 18 22:50:08.232 INFO O| Oct 18 22:50:08.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75862024-10-18T22:50:09.047Z[ recovery-image] Oct 18 22:50:08.232 INFO O| Oct 18 22:50:08.232 INFO STEP 1134 (remove_files) COMPLETE
75872024-10-18T22:50:09.047Z[ recovery-image] Oct 18 22:50:08.232 INFO O| Oct 18 22:50:08.232 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-10-18T22:50:09.056Z[ recovery-image] Oct 18 22:50:08.242 INFO O| Oct 18 22:50:08.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75892024-10-18T22:50:09.059Z[ recovery-image] Oct 18 22:50:08.242 INFO O| Oct 18 22:50:08.242 INFO STEP 1135 (remove_files) COMPLETE
75902024-10-18T22:50:09.059Z[ recovery-image] Oct 18 22:50:08.242 INFO O| Oct 18 22:50:08.242 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-10-18T22:50:09.066Z[ recovery-image] Oct 18 22:50:08.251 INFO O| Oct 18 22:50:08.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
75922024-10-18T22:50:09.066Z[ recovery-image] Oct 18 22:50:08.251 INFO O| Oct 18 22:50:08.251 INFO STEP 1136 (remove_files) COMPLETE
75932024-10-18T22:50:09.068Z[ recovery-image] Oct 18 22:50:08.251 INFO O| Oct 18 22:50:08.251 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-18T22:50:09.075Z[ recovery-image] Oct 18 22:50:08.261 INFO O| Oct 18 22:50:08.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
75952024-10-18T22:50:09.078Z[ recovery-image] Oct 18 22:50:08.261 INFO O| Oct 18 22:50:08.261 INFO STEP 1137 (remove_files) COMPLETE
75962024-10-18T22:50:09.078Z[ recovery-image] Oct 18 22:50:08.261 INFO O| Oct 18 22:50:08.261 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-18T22:50:09.085Z[ recovery-image] Oct 18 22:50:08.270 INFO O| Oct 18 22:50:08.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
75982024-10-18T22:50:09.085Z[ recovery-image] Oct 18 22:50:08.270 INFO O| Oct 18 22:50:08.270 INFO STEP 1138 (remove_files) COMPLETE
75992024-10-18T22:50:09.087Z[ recovery-image] Oct 18 22:50:08.270 INFO O| Oct 18 22:50:08.270 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-18T22:50:09.094Z[ recovery-image] Oct 18 22:50:08.280 INFO O| Oct 18 22:50:08.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76012024-10-18T22:50:09.095Z[ recovery-image] Oct 18 22:50:08.280 INFO O| Oct 18 22:50:08.280 INFO STEP 1139 (remove_files) COMPLETE
76022024-10-18T22:50:09.095Z[ recovery-image] Oct 18 22:50:08.280 INFO O| Oct 18 22:50:08.280 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-18T22:50:09.104Z[ recovery-image] Oct 18 22:50:08.289 INFO O| Oct 18 22:50:08.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76042024-10-18T22:50:09.104Z[ recovery-image] Oct 18 22:50:08.289 INFO O| Oct 18 22:50:08.289 INFO STEP 1140 (remove_files) COMPLETE
76052024-10-18T22:50:09.107Z[ recovery-image] Oct 18 22:50:08.289 INFO O| Oct 18 22:50:08.289 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-18T22:50:09.114Z[ recovery-image] Oct 18 22:50:08.299 INFO O| Oct 18 22:50:08.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76072024-10-18T22:50:09.116Z[ recovery-image] Oct 18 22:50:08.299 INFO O| Oct 18 22:50:08.299 INFO STEP 1141 (remove_files) COMPLETE
76082024-10-18T22:50:09.116Z[ recovery-image] Oct 18 22:50:08.299 INFO O| Oct 18 22:50:08.299 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-18T22:50:09.123Z[ recovery-image] Oct 18 22:50:08.308 INFO O| Oct 18 22:50:08.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76102024-10-18T22:50:09.123Z[ recovery-image] Oct 18 22:50:08.309 INFO O| Oct 18 22:50:08.309 INFO STEP 1142 (remove_files) COMPLETE
76112024-10-18T22:50:09.123Z[ recovery-image] Oct 18 22:50:08.309 INFO O| Oct 18 22:50:08.309 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-10-18T22:50:09.133Z[ recovery-image] Oct 18 22:50:08.318 INFO O| Oct 18 22:50:08.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76132024-10-18T22:50:09.133Z[ recovery-image] Oct 18 22:50:08.318 INFO O| Oct 18 22:50:08.318 INFO STEP 1143 (remove_files) COMPLETE
76142024-10-18T22:50:09.135Z[ recovery-image] Oct 18 22:50:08.318 INFO O| Oct 18 22:50:08.318 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-10-18T22:50:09.142Z[ recovery-image] Oct 18 22:50:08.328 INFO O| Oct 18 22:50:08.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76162024-10-18T22:50:09.143Z[ recovery-image] Oct 18 22:50:08.328 INFO O| Oct 18 22:50:08.328 INFO STEP 1144 (remove_files) COMPLETE
76172024-10-18T22:50:09.145Z[ recovery-image] Oct 18 22:50:08.328 INFO O| Oct 18 22:50:08.328 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-10-18T22:50:09.152Z[ recovery-image] Oct 18 22:50:08.337 INFO O| Oct 18 22:50:08.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76192024-10-18T22:50:09.152Z[ recovery-image] Oct 18 22:50:08.337 INFO O| Oct 18 22:50:08.337 INFO STEP 1145 (remove_files) COMPLETE
76202024-10-18T22:50:09.152Z[ recovery-image] Oct 18 22:50:08.337 INFO O| Oct 18 22:50:08.337 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-10-18T22:50:09.162Z[ recovery-image] Oct 18 22:50:08.347 INFO O| Oct 18 22:50:08.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76222024-10-18T22:50:09.162Z[ recovery-image] Oct 18 22:50:08.347 INFO O| Oct 18 22:50:08.347 INFO STEP 1146 (remove_files) COMPLETE
76232024-10-18T22:50:09.162Z[ recovery-image] Oct 18 22:50:08.347 INFO O| Oct 18 22:50:08.347 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76242024-10-18T22:50:09.171Z[ recovery-image] Oct 18 22:50:08.356 INFO O| Oct 18 22:50:08.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76252024-10-18T22:50:09.171Z[ recovery-image] Oct 18 22:50:08.356 INFO O| Oct 18 22:50:08.356 INFO STEP 1147 (remove_files) COMPLETE
76262024-10-18T22:50:09.173Z[ recovery-image] Oct 18 22:50:08.356 INFO O| Oct 18 22:50:08.356 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76272024-10-18T22:50:09.181Z[ recovery-image] Oct 18 22:50:08.366 INFO O| Oct 18 22:50:08.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76282024-10-18T22:50:09.181Z[ recovery-image] Oct 18 22:50:08.366 INFO O| Oct 18 22:50:08.366 INFO STEP 1148 (remove_files) COMPLETE
76292024-10-18T22:50:09.183Z[ recovery-image] Oct 18 22:50:08.366 INFO O| Oct 18 22:50:08.366 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76302024-10-18T22:50:09.190Z[ recovery-image] Oct 18 22:50:08.375 INFO O| Oct 18 22:50:08.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76312024-10-18T22:50:09.190Z[ recovery-image] Oct 18 22:50:08.376 INFO O| Oct 18 22:50:08.376 INFO STEP 1149 (remove_files) COMPLETE
76322024-10-18T22:50:09.190Z[ recovery-image] Oct 18 22:50:08.376 INFO O| Oct 18 22:50:08.376 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76332024-10-18T22:50:09.200Z[ recovery-image] Oct 18 22:50:08.385 INFO O| Oct 18 22:50:08.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76342024-10-18T22:50:09.202Z[ recovery-image] Oct 18 22:50:08.385 INFO O| Oct 18 22:50:08.385 INFO STEP 1150 (remove_files) COMPLETE
76352024-10-18T22:50:09.202Z[ recovery-image] Oct 18 22:50:08.385 INFO O| Oct 18 22:50:08.385 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76362024-10-18T22:50:09.210Z[ recovery-image] Oct 18 22:50:08.395 INFO O| Oct 18 22:50:08.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76372024-10-18T22:50:09.210Z[ recovery-image] Oct 18 22:50:08.395 INFO O| Oct 18 22:50:08.395 INFO STEP 1151 (remove_files) COMPLETE
76382024-10-18T22:50:09.212Z[ recovery-image] Oct 18 22:50:08.395 INFO O| Oct 18 22:50:08.395 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76392024-10-18T22:50:09.219Z[ recovery-image] Oct 18 22:50:08.404 INFO O| Oct 18 22:50:08.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76402024-10-18T22:50:09.219Z[ recovery-image] Oct 18 22:50:08.404 INFO O| Oct 18 22:50:08.404 INFO STEP 1152 (remove_files) COMPLETE
76412024-10-18T22:50:09.219Z[ recovery-image] Oct 18 22:50:08.405 INFO O| Oct 18 22:50:08.404 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76422024-10-18T22:50:09.230Z[ recovery-image] Oct 18 22:50:08.415 INFO O| Oct 18 22:50:08.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76432024-10-18T22:50:09.230Z[ recovery-image] Oct 18 22:50:08.415 INFO O| Oct 18 22:50:08.415 INFO STEP 1153 (remove_files) COMPLETE
76442024-10-18T22:50:09.232Z[ recovery-image] Oct 18 22:50:08.415 INFO O| Oct 18 22:50:08.415 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76452024-10-18T22:50:09.240Z[ recovery-image] Oct 18 22:50:08.425 INFO O| Oct 18 22:50:08.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76462024-10-18T22:50:09.240Z[ recovery-image] Oct 18 22:50:08.426 INFO O| Oct 18 22:50:08.426 INFO STEP 1154 (remove_files) COMPLETE
76472024-10-18T22:50:09.240Z[ recovery-image] Oct 18 22:50:08.426 INFO O| Oct 18 22:50:08.426 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76482024-10-18T22:50:09.250Z[ recovery-image] Oct 18 22:50:08.435 INFO O| Oct 18 22:50:08.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76492024-10-18T22:50:09.250Z[ recovery-image] Oct 18 22:50:08.435 INFO O| Oct 18 22:50:08.435 INFO STEP 1155 (remove_files) COMPLETE
76502024-10-18T22:50:09.252Z[ recovery-image] Oct 18 22:50:08.435 INFO O| Oct 18 22:50:08.435 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76512024-10-18T22:50:09.260Z[ recovery-image] Oct 18 22:50:08.445 INFO O| Oct 18 22:50:08.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76522024-10-18T22:50:09.260Z[ recovery-image] Oct 18 22:50:08.445 INFO O| Oct 18 22:50:08.445 INFO STEP 1156 (remove_files) COMPLETE
76532024-10-18T22:50:09.262Z[ recovery-image] Oct 18 22:50:08.445 INFO O| Oct 18 22:50:08.445 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76542024-10-18T22:50:09.269Z[ recovery-image] Oct 18 22:50:08.454 INFO O| Oct 18 22:50:08.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76552024-10-18T22:50:09.269Z[ recovery-image] Oct 18 22:50:08.455 INFO O| Oct 18 22:50:08.455 INFO STEP 1157 (remove_files) COMPLETE
76562024-10-18T22:50:09.271Z[ recovery-image] Oct 18 22:50:08.455 INFO O| Oct 18 22:50:08.455 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76572024-10-18T22:50:09.279Z[ recovery-image] Oct 18 22:50:08.464 INFO O| Oct 18 22:50:08.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76582024-10-18T22:50:09.279Z[ recovery-image] Oct 18 22:50:08.464 INFO O| Oct 18 22:50:08.464 INFO STEP 1158 (remove_files) COMPLETE
76592024-10-18T22:50:09.283Z[ recovery-image] Oct 18 22:50:08.464 INFO O| Oct 18 22:50:08.464 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76602024-10-18T22:50:09.288Z[ recovery-image] Oct 18 22:50:08.474 INFO O| Oct 18 22:50:08.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76612024-10-18T22:50:09.288Z[ recovery-image] Oct 18 22:50:08.474 INFO O| Oct 18 22:50:08.474 INFO STEP 1159 (remove_files) COMPLETE
76622024-10-18T22:50:09.291Z[ recovery-image] Oct 18 22:50:08.474 INFO O| Oct 18 22:50:08.474 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76632024-10-18T22:50:09.298Z[ recovery-image] Oct 18 22:50:08.483 INFO O| Oct 18 22:50:08.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76642024-10-18T22:50:09.298Z[ recovery-image] Oct 18 22:50:08.483 INFO O| Oct 18 22:50:08.483 INFO STEP 1160 (remove_files) COMPLETE
76652024-10-18T22:50:09.298Z[ recovery-image] Oct 18 22:50:08.483 INFO O| Oct 18 22:50:08.483 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76662024-10-18T22:50:09.308Z[ recovery-image] Oct 18 22:50:08.493 INFO O| Oct 18 22:50:08.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76672024-10-18T22:50:09.308Z[ recovery-image] Oct 18 22:50:08.493 INFO O| Oct 18 22:50:08.493 INFO STEP 1161 (remove_files) COMPLETE
76682024-10-18T22:50:09.310Z[ recovery-image] Oct 18 22:50:08.493 INFO O| Oct 18 22:50:08.493 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76692024-10-18T22:50:09.317Z[ recovery-image] Oct 18 22:50:08.502 INFO O| Oct 18 22:50:08.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76702024-10-18T22:50:09.317Z[ recovery-image] Oct 18 22:50:08.502 INFO O| Oct 18 22:50:08.502 INFO STEP 1162 (remove_files) COMPLETE
76712024-10-18T22:50:09.320Z[ recovery-image] Oct 18 22:50:08.502 INFO O| Oct 18 22:50:08.502 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76722024-10-18T22:50:09.327Z[ recovery-image] Oct 18 22:50:08.512 INFO O| Oct 18 22:50:08.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76732024-10-18T22:50:09.327Z[ recovery-image] Oct 18 22:50:08.512 INFO O| Oct 18 22:50:08.512 INFO STEP 1163 (remove_files) COMPLETE
76742024-10-18T22:50:09.329Z[ recovery-image] Oct 18 22:50:08.512 INFO O| Oct 18 22:50:08.512 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76752024-10-18T22:50:09.336Z[ recovery-image] Oct 18 22:50:08.522 INFO O| Oct 18 22:50:08.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76762024-10-18T22:50:09.336Z[ recovery-image] Oct 18 22:50:08.522 INFO O| Oct 18 22:50:08.522 INFO STEP 1164 (remove_files) COMPLETE
76772024-10-18T22:50:09.339Z[ recovery-image] Oct 18 22:50:08.522 INFO O| Oct 18 22:50:08.522 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76782024-10-18T22:50:09.347Z[ recovery-image] Oct 18 22:50:08.532 INFO O| Oct 18 22:50:08.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76792024-10-18T22:50:09.347Z[ recovery-image] Oct 18 22:50:08.532 INFO O| Oct 18 22:50:08.532 INFO STEP 1165 (remove_files) COMPLETE
76802024-10-18T22:50:09.349Z[ recovery-image] Oct 18 22:50:08.532 INFO O| Oct 18 22:50:08.532 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76812024-10-18T22:50:09.360Z[ recovery-image] Oct 18 22:50:08.544 INFO O| Oct 18 22:50:08.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76822024-10-18T22:50:09.362Z[ recovery-image] Oct 18 22:50:08.545 INFO O| Oct 18 22:50:08.544 INFO STEP 1166 (remove_files) COMPLETE
76832024-10-18T22:50:09.362Z[ recovery-image] Oct 18 22:50:08.545 INFO O| Oct 18 22:50:08.544 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76842024-10-18T22:50:09.366Z[ host-image] Oct 18 22:50:08.551 INFO O| Oct 18 22:50:08.551 INFO O| Download: Completed 8.42 MB in 4.48 seconds (1.9M/s)
76852024-10-18T22:50:09.370Z[ recovery-image] Oct 18 22:50:08.555 INFO O| Oct 18 22:50:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76862024-10-18T22:50:09.372Z[ recovery-image] Oct 18 22:50:08.555 INFO O| Oct 18 22:50:08.555 INFO STEP 1167 (remove_files) COMPLETE
76872024-10-18T22:50:09.372Z[ recovery-image] Oct 18 22:50:08.555 INFO O| Oct 18 22:50:08.555 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76882024-10-18T22:50:09.379Z[ recovery-image] Oct 18 22:50:08.564 INFO O| Oct 18 22:50:08.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76892024-10-18T22:50:09.381Z[ recovery-image] Oct 18 22:50:08.565 INFO O| Oct 18 22:50:08.565 INFO STEP 1168 (remove_files) COMPLETE
76902024-10-18T22:50:09.382Z[ recovery-image] Oct 18 22:50:08.565 INFO O| Oct 18 22:50:08.565 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76912024-10-18T22:50:09.389Z[ recovery-image] Oct 18 22:50:08.574 INFO O| Oct 18 22:50:08.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
76922024-10-18T22:50:09.391Z[ recovery-image] Oct 18 22:50:08.574 INFO O| Oct 18 22:50:08.574 INFO STEP 1169 (remove_files) COMPLETE
76932024-10-18T22:50:09.391Z[ recovery-image] Oct 18 22:50:08.574 INFO O| Oct 18 22:50:08.574 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76942024-10-18T22:50:09.398Z[ recovery-image] Oct 18 22:50:08.584 INFO O| Oct 18 22:50:08.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
76952024-10-18T22:50:09.398Z[ recovery-image] Oct 18 22:50:08.584 INFO O| Oct 18 22:50:08.584 INFO STEP 1170 (remove_files) COMPLETE
76962024-10-18T22:50:09.399Z[ recovery-image] Oct 18 22:50:08.584 INFO O| Oct 18 22:50:08.584 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76972024-10-18T22:50:09.408Z[ recovery-image] Oct 18 22:50:08.593 INFO O| Oct 18 22:50:08.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
76982024-10-18T22:50:09.410Z[ recovery-image] Oct 18 22:50:08.593 INFO O| Oct 18 22:50:08.593 INFO STEP 1171 (remove_files) COMPLETE
76992024-10-18T22:50:09.410Z[ recovery-image] Oct 18 22:50:08.593 INFO O| Oct 18 22:50:08.593 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77002024-10-18T22:50:09.417Z[ recovery-image] Oct 18 22:50:08.603 INFO O| Oct 18 22:50:08.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77012024-10-18T22:50:09.417Z[ recovery-image] Oct 18 22:50:08.603 INFO O| Oct 18 22:50:08.603 INFO STEP 1172 (remove_files) COMPLETE
77022024-10-18T22:50:09.420Z[ recovery-image] Oct 18 22:50:08.603 INFO O| Oct 18 22:50:08.603 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77032024-10-18T22:50:09.422Z[ host-image] Oct 18 22:50:08.606 INFO O| Oct 18 22:50:08.606 INFO O| Actions: 1/1361 actions (Installing new actions)
77042024-10-18T22:50:09.427Z[ recovery-image] Oct 18 22:50:08.613 INFO O| Oct 18 22:50:08.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77052024-10-18T22:50:09.427Z[ recovery-image] Oct 18 22:50:08.613 INFO O| Oct 18 22:50:08.613 INFO STEP 1173 (remove_files) COMPLETE
77062024-10-18T22:50:09.430Z[ recovery-image] Oct 18 22:50:08.613 INFO O| Oct 18 22:50:08.613 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-18T22:50:09.437Z[ recovery-image] Oct 18 22:50:08.622 INFO O| Oct 18 22:50:08.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77082024-10-18T22:50:09.439Z[ recovery-image] Oct 18 22:50:08.622 INFO O| Oct 18 22:50:08.622 INFO STEP 1174 (remove_files) COMPLETE
77092024-10-18T22:50:09.439Z[ recovery-image] Oct 18 22:50:08.622 INFO O| Oct 18 22:50:08.622 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-18T22:50:09.447Z[ recovery-image] Oct 18 22:50:08.632 INFO O| Oct 18 22:50:08.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77112024-10-18T22:50:09.447Z[ recovery-image] Oct 18 22:50:08.632 INFO O| Oct 18 22:50:08.632 INFO STEP 1175 (remove_files) COMPLETE
77122024-10-18T22:50:09.447Z[ recovery-image] Oct 18 22:50:08.632 INFO O| Oct 18 22:50:08.632 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-18T22:50:09.456Z[ recovery-image] Oct 18 22:50:08.641 INFO O| Oct 18 22:50:08.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77142024-10-18T22:50:09.459Z[ recovery-image] Oct 18 22:50:08.641 INFO O| Oct 18 22:50:08.641 INFO STEP 1176 (remove_files) COMPLETE
77152024-10-18T22:50:09.459Z[ recovery-image] Oct 18 22:50:08.641 INFO O| Oct 18 22:50:08.641 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-10-18T22:50:09.466Z[ recovery-image] Oct 18 22:50:08.651 INFO O| Oct 18 22:50:08.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77172024-10-18T22:50:09.466Z[ recovery-image] Oct 18 22:50:08.651 INFO O| Oct 18 22:50:08.651 INFO STEP 1177 (remove_files) COMPLETE
77182024-10-18T22:50:09.468Z[ recovery-image] Oct 18 22:50:08.651 INFO O| Oct 18 22:50:08.651 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-10-18T22:50:09.476Z[ recovery-image] Oct 18 22:50:08.661 INFO O| Oct 18 22:50:08.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77202024-10-18T22:50:09.476Z[ recovery-image] Oct 18 22:50:08.661 INFO O| Oct 18 22:50:08.661 INFO STEP 1178 (remove_files) COMPLETE
77212024-10-18T22:50:09.479Z[ recovery-image] Oct 18 22:50:08.661 INFO O| Oct 18 22:50:08.661 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-10-18T22:50:09.486Z[ recovery-image] Oct 18 22:50:08.671 INFO O| Oct 18 22:50:08.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77232024-10-18T22:50:09.486Z[ recovery-image] Oct 18 22:50:08.671 INFO O| Oct 18 22:50:08.671 INFO STEP 1179 (remove_files) COMPLETE
77242024-10-18T22:50:09.486Z[ recovery-image] Oct 18 22:50:08.671 INFO O| Oct 18 22:50:08.671 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-10-18T22:50:09.496Z[ recovery-image] Oct 18 22:50:08.681 INFO O| Oct 18 22:50:08.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77262024-10-18T22:50:09.498Z[ recovery-image] Oct 18 22:50:08.681 INFO O| Oct 18 22:50:08.681 INFO STEP 1180 (remove_files) COMPLETE
77272024-10-18T22:50:09.498Z[ recovery-image] Oct 18 22:50:08.681 INFO O| Oct 18 22:50:08.681 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-10-18T22:50:09.506Z[ recovery-image] Oct 18 22:50:08.691 INFO O| Oct 18 22:50:08.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77292024-10-18T22:50:09.508Z[ recovery-image] Oct 18 22:50:08.691 INFO O| Oct 18 22:50:08.691 INFO STEP 1181 (remove_files) COMPLETE
77302024-10-18T22:50:09.508Z[ recovery-image] Oct 18 22:50:08.691 INFO O| Oct 18 22:50:08.691 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-10-18T22:50:09.515Z[ recovery-image] Oct 18 22:50:08.701 INFO O| Oct 18 22:50:08.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77322024-10-18T22:50:09.518Z[ recovery-image] Oct 18 22:50:08.701 INFO O| Oct 18 22:50:08.701 INFO STEP 1182 (remove_files) COMPLETE
77332024-10-18T22:50:09.518Z[ recovery-image] Oct 18 22:50:08.701 INFO O| Oct 18 22:50:08.701 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-10-18T22:50:09.525Z[ recovery-image] Oct 18 22:50:08.710 INFO O| Oct 18 22:50:08.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77352024-10-18T22:50:09.525Z[ recovery-image] Oct 18 22:50:08.710 INFO O| Oct 18 22:50:08.710 INFO STEP 1183 (remove_files) COMPLETE
77362024-10-18T22:50:09.528Z[ recovery-image] Oct 18 22:50:08.710 INFO O| Oct 18 22:50:08.710 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-10-18T22:50:09.535Z[ recovery-image] Oct 18 22:50:08.720 INFO O| Oct 18 22:50:08.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77382024-10-18T22:50:09.535Z[ recovery-image] Oct 18 22:50:08.720 INFO O| Oct 18 22:50:08.720 INFO STEP 1184 (remove_files) COMPLETE
77392024-10-18T22:50:09.535Z[ recovery-image] Oct 18 22:50:08.720 INFO O| Oct 18 22:50:08.720 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-10-18T22:50:09.544Z[ recovery-image] Oct 18 22:50:08.730 INFO O| Oct 18 22:50:08.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77412024-10-18T22:50:09.544Z[ recovery-image] Oct 18 22:50:08.730 INFO O| Oct 18 22:50:08.730 INFO STEP 1185 (remove_files) COMPLETE
77422024-10-18T22:50:09.547Z[ recovery-image] Oct 18 22:50:08.730 INFO O| Oct 18 22:50:08.730 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-10-18T22:50:09.554Z[ recovery-image] Oct 18 22:50:08.740 INFO O| Oct 18 22:50:08.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77442024-10-18T22:50:09.555Z[ recovery-image] Oct 18 22:50:08.740 INFO O| Oct 18 22:50:08.740 INFO STEP 1186 (remove_files) COMPLETE
77452024-10-18T22:50:09.555Z[ recovery-image] Oct 18 22:50:08.740 INFO O| Oct 18 22:50:08.740 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-10-18T22:50:09.564Z[ recovery-image] Oct 18 22:50:08.749 INFO O| Oct 18 22:50:08.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77472024-10-18T22:50:09.564Z[ recovery-image] Oct 18 22:50:08.749 INFO O| Oct 18 22:50:08.749 INFO STEP 1187 (remove_files) COMPLETE
77482024-10-18T22:50:09.564Z[ recovery-image] Oct 18 22:50:08.749 INFO O| Oct 18 22:50:08.749 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-10-18T22:50:09.573Z[ recovery-image] Oct 18 22:50:08.759 INFO O| Oct 18 22:50:08.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77502024-10-18T22:50:09.573Z[ recovery-image] Oct 18 22:50:08.759 INFO O| Oct 18 22:50:08.759 INFO STEP 1188 (remove_files) COMPLETE
77512024-10-18T22:50:09.573Z[ recovery-image] Oct 18 22:50:08.759 INFO O| Oct 18 22:50:08.759 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-10-18T22:50:09.583Z[ recovery-image] Oct 18 22:50:08.768 INFO O| Oct 18 22:50:08.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77532024-10-18T22:50:09.586Z[ recovery-image] Oct 18 22:50:08.768 INFO O| Oct 18 22:50:08.768 INFO STEP 1189 (remove_files) COMPLETE
77542024-10-18T22:50:09.586Z[ recovery-image] Oct 18 22:50:08.768 INFO O| Oct 18 22:50:08.768 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-10-18T22:50:09.593Z[ recovery-image] Oct 18 22:50:08.778 INFO O| Oct 18 22:50:08.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77562024-10-18T22:50:09.595Z[ recovery-image] Oct 18 22:50:08.778 INFO O| Oct 18 22:50:08.778 INFO STEP 1190 (remove_files) COMPLETE
77572024-10-18T22:50:09.595Z[ recovery-image] Oct 18 22:50:08.778 INFO O| Oct 18 22:50:08.778 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-10-18T22:50:09.603Z[ recovery-image] Oct 18 22:50:08.788 INFO O| Oct 18 22:50:08.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77592024-10-18T22:50:09.605Z[ recovery-image] Oct 18 22:50:08.788 INFO O| Oct 18 22:50:08.788 INFO STEP 1191 (remove_files) COMPLETE
77602024-10-18T22:50:09.605Z[ recovery-image] Oct 18 22:50:08.788 INFO O| Oct 18 22:50:08.788 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-10-18T22:50:09.613Z[ recovery-image] Oct 18 22:50:08.798 INFO O| Oct 18 22:50:08.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77622024-10-18T22:50:09.615Z[ recovery-image] Oct 18 22:50:08.798 INFO O| Oct 18 22:50:08.798 INFO STEP 1192 (remove_files) COMPLETE
77632024-10-18T22:50:09.615Z[ recovery-image] Oct 18 22:50:08.798 INFO O| Oct 18 22:50:08.798 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-10-18T22:50:09.623Z[ recovery-image] Oct 18 22:50:08.808 INFO O| Oct 18 22:50:08.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77652024-10-18T22:50:09.623Z[ recovery-image] Oct 18 22:50:08.808 INFO O| Oct 18 22:50:08.808 INFO STEP 1193 (remove_files) COMPLETE
77662024-10-18T22:50:09.623Z[ recovery-image] Oct 18 22:50:08.808 INFO O| Oct 18 22:50:08.808 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-10-18T22:50:09.633Z[ recovery-image] Oct 18 22:50:08.818 INFO O| Oct 18 22:50:08.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77682024-10-18T22:50:09.633Z[ recovery-image] Oct 18 22:50:08.818 INFO O| Oct 18 22:50:08.818 INFO STEP 1194 (remove_files) COMPLETE
77692024-10-18T22:50:09.633Z[ recovery-image] Oct 18 22:50:08.818 INFO O| Oct 18 22:50:08.818 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-10-18T22:50:09.643Z[ recovery-image] Oct 18 22:50:08.828 INFO O| Oct 18 22:50:08.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77712024-10-18T22:50:09.643Z[ recovery-image] Oct 18 22:50:08.828 INFO O| Oct 18 22:50:08.828 INFO STEP 1195 (remove_files) COMPLETE
77722024-10-18T22:50:09.646Z[ recovery-image] Oct 18 22:50:08.828 INFO O| Oct 18 22:50:08.828 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-10-18T22:50:09.654Z[ recovery-image] Oct 18 22:50:08.838 INFO O| Oct 18 22:50:08.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77742024-10-18T22:50:09.654Z[ recovery-image] Oct 18 22:50:08.838 INFO O| Oct 18 22:50:08.838 INFO STEP 1196 (remove_files) COMPLETE
77752024-10-18T22:50:09.654Z[ recovery-image] Oct 18 22:50:08.838 INFO O| Oct 18 22:50:08.838 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-10-18T22:50:09.663Z[ recovery-image] Oct 18 22:50:08.848 INFO O| Oct 18 22:50:08.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77772024-10-18T22:50:09.663Z[ recovery-image] Oct 18 22:50:08.848 INFO O| Oct 18 22:50:08.848 INFO STEP 1197 (remove_files) COMPLETE
77782024-10-18T22:50:09.665Z[ recovery-image] Oct 18 22:50:08.848 INFO O| Oct 18 22:50:08.848 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-10-18T22:50:09.672Z[ recovery-image] Oct 18 22:50:08.858 INFO O| Oct 18 22:50:08.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77802024-10-18T22:50:09.675Z[ recovery-image] Oct 18 22:50:08.858 INFO O| Oct 18 22:50:08.858 INFO STEP 1198 (remove_files) COMPLETE
77812024-10-18T22:50:09.675Z[ recovery-image] Oct 18 22:50:08.858 INFO O| Oct 18 22:50:08.858 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-10-18T22:50:09.682Z[ recovery-image] Oct 18 22:50:08.867 INFO O| Oct 18 22:50:08.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77832024-10-18T22:50:09.682Z[ recovery-image] Oct 18 22:50:08.867 INFO O| Oct 18 22:50:08.867 INFO STEP 1199 (remove_files) COMPLETE
77842024-10-18T22:50:09.682Z[ recovery-image] Oct 18 22:50:08.867 INFO O| Oct 18 22:50:08.867 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-10-18T22:50:09.692Z[ recovery-image] Oct 18 22:50:08.877 INFO O| Oct 18 22:50:08.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77862024-10-18T22:50:09.692Z[ recovery-image] Oct 18 22:50:08.877 INFO O| Oct 18 22:50:08.877 INFO STEP 1200 (remove_files) COMPLETE
77872024-10-18T22:50:09.694Z[ recovery-image] Oct 18 22:50:08.877 INFO O| Oct 18 22:50:08.877 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-10-18T22:50:09.703Z[ recovery-image] Oct 18 22:50:08.887 INFO O| Oct 18 22:50:08.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77892024-10-18T22:50:09.703Z[ recovery-image] Oct 18 22:50:08.887 INFO O| Oct 18 22:50:08.887 INFO STEP 1201 (remove_files) COMPLETE
77902024-10-18T22:50:09.706Z[ recovery-image] Oct 18 22:50:08.887 INFO O| Oct 18 22:50:08.887 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-10-18T22:50:09.711Z[ recovery-image] Oct 18 22:50:08.896 INFO O| Oct 18 22:50:08.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
77922024-10-18T22:50:09.713Z[ recovery-image] Oct 18 22:50:08.896 INFO O| Oct 18 22:50:08.896 INFO STEP 1202 (remove_files) COMPLETE
77932024-10-18T22:50:09.713Z[ recovery-image] Oct 18 22:50:08.896 INFO O| Oct 18 22:50:08.896 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-10-18T22:50:09.721Z[ recovery-image] Oct 18 22:50:08.906 INFO O| Oct 18 22:50:08.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
77952024-10-18T22:50:09.721Z[ recovery-image] Oct 18 22:50:08.906 INFO O| Oct 18 22:50:08.906 INFO STEP 1203 (remove_files) COMPLETE
77962024-10-18T22:50:09.723Z[ recovery-image] Oct 18 22:50:08.906 INFO O| Oct 18 22:50:08.906 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-10-18T22:50:09.731Z[ recovery-image] Oct 18 22:50:08.916 INFO O| Oct 18 22:50:08.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
77982024-10-18T22:50:09.733Z[ recovery-image] Oct 18 22:50:08.916 INFO O| Oct 18 22:50:08.916 INFO STEP 1204 (remove_files) COMPLETE
77992024-10-18T22:50:09.733Z[ recovery-image] Oct 18 22:50:08.916 INFO O| Oct 18 22:50:08.916 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-10-18T22:50:09.741Z[ recovery-image] Oct 18 22:50:08.926 INFO O| Oct 18 22:50:08.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78012024-10-18T22:50:09.741Z[ recovery-image] Oct 18 22:50:08.926 INFO O| Oct 18 22:50:08.926 INFO STEP 1205 (remove_files) COMPLETE
78022024-10-18T22:50:09.741Z[ recovery-image] Oct 18 22:50:08.926 INFO O| Oct 18 22:50:08.926 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78032024-10-18T22:50:09.759Z[ recovery-image] Oct 18 22:50:08.944 INFO O| Oct 18 22:50:08.944 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78042024-10-18T22:50:09.759Z[ recovery-image] Oct 18 22:50:08.944 INFO O| Oct 18 22:50:08.944 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78052024-10-18T22:50:09.834Z[ host-image] Oct 18 22:50:09.019 INFO O| Oct 18 22:50:09.019 INFO O| Actions: Completed 1361 actions in 0.41 seconds.
78062024-10-18T22:50:10.125Z[ host-image] Oct 18 22:50:09.310 INFO O| Oct 18 22:50:09.309 INFO O| Done
78072024-10-18T22:50:10.125Z[ host-image] Oct 18 22:50:09.310 INFO O| Oct 18 22:50:09.309 INFO O| Done
78082024-10-18T22:50:10.466Z[ recovery-image] Oct 18 22:50:09.650 INFO O| Oct 18 22:50:09.650 INFO STEP 1206 (pack_tar) COMPLETE
78092024-10-18T22:50:10.466Z[ recovery-image] Oct 18 22:50:09.650 INFO O| Oct 18 22:50:09.650 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78102024-10-18T22:50:10.468Z[ recovery-image] Oct 18 22:50:09.650 INFO O| Oct 18 22:50:09.650 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78112024-10-18T22:50:10.648Z[ host-image] Oct 18 22:50:09.833 INFO O| Oct 18 22:50:09.832 INFO O| Done
78122024-10-18T22:50:10.850Z[ recovery-image] Oct 18 22:50:10.034 INFO O| Oct 18 22:50:10.034 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78132024-10-18T22:50:10.929Z[ recovery-image] Oct 18 22:50:10.113 INFO O| Oct 18 22:50:10.113 INFO completed processing gimlet/ramdisk-03-recovery-trim
78142024-10-18T22:50:10.935Z[ recovery-image] Oct 18 22:50:10.120 INFO image builder template: zfs-recovery...
78152024-10-18T22:50:10.935Z[ recovery-image] Oct 18 22:50:10.120 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/.tmpcbuUZ4/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
78162024-10-18T22:50:10.968Z[ recovery-image] Oct 18 22:50:10.153 INFO O| Oct 18 22:50:10.152 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78172024-10-18T22:50:10.971Z[ recovery-image] Oct 18 22:50:10.157 INFO O| Oct 18 22:50:10.156 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78182024-10-18T22:50:11.030Z[ recovery-image] Oct 18 22:50:10.215 INFO O| Oct 18 22:50:10.215 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78192024-10-18T22:50:11.082Z[ recovery-image] Oct 18 22:50:10.267 INFO O| Oct 18 22:50:10.267 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78202024-10-18T22:50:11.082Z[ recovery-image] Oct 18 22:50:10.267 INFO O| Oct 18 22:50:10.267 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78212024-10-18T22:50:11.086Z[ recovery-image] Oct 18 22:50:10.271 INFO O| Oct 18 22:50:10.271 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78222024-10-18T22:50:11.150Z[ recovery-image] Oct 18 22:50:10.335 INFO O| Oct 18 22:50:10.335 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78232024-10-18T22:50:11.229Z[ recovery-image] Oct 18 22:50:10.413 INFO O| Oct 18 22:50:10.413 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78242024-10-18T22:50:11.238Z[ recovery-image] Oct 18 22:50:10.423 INFO O| Oct 18 22:50:10.423 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78252024-10-18T22:50:11.243Z[ recovery-image] Oct 18 22:50:10.428 INFO O| Oct 18 22:50:10.428 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78262024-10-18T22:50:11.245Z[ recovery-image] Oct 18 22:50:10.430 INFO O| Oct 18 22:50:10.430 INFO no lofi found
78272024-10-18T22:50:11.245Z[ recovery-image] Oct 18 22:50:10.430 INFO O| Oct 18 22:50:10.430 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78282024-10-18T22:50:11.245Z[ recovery-image] Oct 18 22:50:10.430 INFO O| Oct 18 22:50:10.430 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78292024-10-18T22:50:11.970Z[ host-image] Oct 18 22:50:11.154 INFO O| Oct 18 22:50:11.154 INFO O| Done
78302024-10-18T22:50:11.994Z[ host-image] Oct 18 22:50:11.179 INFO O| Oct 18 22:50:11.179 INFO O| Done
78312024-10-18T22:50:11.997Z[ host-image] Oct 18 22:50:11.179 INFO O| Oct 18 22:50:11.179 INFO O| Done
78322024-10-18T22:50:12.037Z[ host-image] Oct 18 22:50:11.221 INFO O| Oct 18 22:50:11.221 INFO O| Done
78332024-10-18T22:50:12.135Z[ host-image] Oct 18 22:50:11.320 INFO O| Oct 18 22:50:11.320 INFO STEP 13 (pkg_install) COMPLETE
78342024-10-18T22:50:12.135Z[ host-image] Oct 18 22:50:11.320 INFO O| Oct 18 22:50:11.320 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78352024-10-18T22:50:12.146Z[ host-image] Oct 18 22:50:11.330 INFO O| Oct 18 22:50:11.330 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
78362024-10-18T22:50:12.612Z[ host-image] Oct 18 22:50:11.796 INFO O| Oct 18 22:50:11.796 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
78372024-10-18T22:50:12.825Z[ recovery-image] Oct 18 22:50:12.010 INFO O| Oct 18 22:50:12.010 INFO lofi device = /dev/dsk/c2t1d0p0
78382024-10-18T22:50:12.826Z[ recovery-image] Oct 18 22:50:12.010 INFO O| Oct 18 22:50:12.010 INFO pool device = /dev/dsk/c2t1d0p0
78392024-10-18T22:50:12.828Z[ recovery-image] Oct 18 22:50:12.010 INFO O| Oct 18 22:50:12.010 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"]
78402024-10-18T22:50:12.909Z[ recovery-image] Oct 18 22:50:12.093 INFO O| Oct 18 22:50:12.093 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78412024-10-18T22:50:12.909Z[ recovery-image] Oct 18 22:50:12.093 INFO O| Oct 18 22:50:12.093 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78422024-10-18T22:50:12.929Z[ recovery-image] Oct 18 22:50:12.113 INFO O| Oct 18 22:50:12.113 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78432024-10-18T22:50:12.995Z[ recovery-image] Oct 18 22:50:12.180 INFO O| Oct 18 22:50:12.180 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78442024-10-18T22:50:13.035Z[ recovery-image] Oct 18 22:50:12.220 INFO O| Oct 18 22:50:12.220 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78452024-10-18T22:50:13.050Z[ recovery-image] Oct 18 22:50:12.235 INFO O| Oct 18 22:50:12.235 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78462024-10-18T22:50:13.063Z[ recovery-image] Oct 18 22:50:12.248 INFO O| Oct 18 22:50:12.248 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78472024-10-18T22:50:13.111Z[ recovery-image] Oct 18 22:50:12.296 INFO O| Oct 18 22:50:12.296 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78482024-10-18T22:50:13.114Z[ recovery-image] Oct 18 22:50:12.296 INFO O| Oct 18 22:50:12.296 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78492024-10-18T22:50:13.114Z[ recovery-image] Oct 18 22:50:12.296 INFO O| Oct 18 22:50:12.296 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78502024-10-18T22:50:13.125Z[ recovery-image] Oct 18 22:50:12.310 INFO O| Oct 18 22:50:12.310 INFO boot environment UUID: eeb2ba1d-b4db-47ba-b5b0-f04446763c34
78512024-10-18T22:50:13.125Z[ recovery-image] Oct 18 22:50:12.310 INFO O| Oct 18 22:50:12.310 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = eeb2ba1d-b4db-47ba-b5b0-f04446763c34
78522024-10-18T22:50:13.137Z[ recovery-image] Oct 18 22:50:12.322 INFO O| Oct 18 22:50:12.322 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78532024-10-18T22:50:13.148Z[ recovery-image] Oct 18 22:50:12.333 INFO O| Oct 18 22:50:12.333 INFO STEP 0 (create_be) COMPLETE
78542024-10-18T22:50:13.150Z[ recovery-image] Oct 18 22:50:12.333 INFO O| Oct 18 22:50:12.333 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78552024-10-18T22:50:13.165Z[ recovery-image] Oct 18 22:50:12.350 INFO O| Oct 18 22:50:12.349 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"]
78562024-10-18T22:50:15.255Z[ recovery-image] Oct 18 22:50:14.440 INFO O| Oct 18 22:50:14.440 INFO STEP 1 (unpack_tar) COMPLETE
78572024-10-18T22:50:15.256Z[ recovery-image] Oct 18 22:50:14.440 INFO O| Oct 18 22:50:14.440 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78582024-10-18T22:50:15.267Z[ recovery-image] Oct 18 22:50:14.451 INFO O| Oct 18 22:50:14.451 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78592024-10-18T22:50:15.286Z[ host-image] Oct 18 22:50:14.470 INFO O| Oct 18 22:50:14.470 INFO O| Planning: Solver setup ... Done
78602024-10-18T22:50:15.292Z[ host-image] Oct 18 22:50:14.477 INFO O| Oct 18 22:50:14.477 INFO O| Planning: Running solver ... Done
78612024-10-18T22:50:15.377Z[ host-image] Oct 18 22:50:14.561 INFO O| Oct 18 22:50:14.561 INFO O| Planning: Finding local manifests ... Done
78622024-10-18T22:50:15.379Z[ host-image] Oct 18 22:50:14.562 INFO O| Oct 18 22:50:14.562 INFO O| Planning: Fetching manifests: 0/1 0% complete
78632024-10-18T22:50:15.514Z[ host-image] Oct 18 22:50:14.698 INFO O| Oct 18 22:50:14.697 INFO O| Planning: Fetching manifests: 1/1 100% complete
78642024-10-18T22:50:15.546Z[ host-image] Oct 18 22:50:14.730 INFO O| Oct 18 22:50:14.730 INFO O| Planning: Package planning ... Done
78652024-10-18T22:50:15.548Z[ host-image] Oct 18 22:50:14.730 INFO O| Oct 18 22:50:14.730 INFO O| Planning: Merging actions ... Done
78662024-10-18T22:50:15.648Z[ host-image] Oct 18 22:50:14.833 INFO O| Oct 18 22:50:14.833 INFO O| Planning: Checking for conflicting actions ... Done
78672024-10-18T22:50:15.651Z[ host-image] Oct 18 22:50:14.833 INFO O| Oct 18 22:50:14.833 INFO O| Planning: Consolidating action changes ... Done
78682024-10-18T22:50:15.691Z[ recovery-image] Oct 18 22:50:14.876 INFO O| Oct 18 22:50:14.875 INFO STEP 2 (devfsadm) COMPLETE
78692024-10-18T22:50:15.691Z[ recovery-image] Oct 18 22:50:14.876 INFO O| Oct 18 22:50:14.876 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78702024-10-18T22:50:15.703Z[ recovery-image] Oct 18 22:50:14.888 INFO O| Oct 18 22:50:14.887 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78712024-10-18T22:50:15.703Z[ recovery-image] Oct 18 22:50:14.888 INFO O| Oct 18 22:50:14.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78722024-10-18T22:50:15.706Z[ recovery-image] Oct 18 22:50:14.888 INFO O| Oct 18 22:50:14.888 INFO STEP 3 (ensure_dir) COMPLETE
78732024-10-18T22:50:15.706Z[ recovery-image] Oct 18 22:50:14.888 INFO O| Oct 18 22:50:14.888 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78742024-10-18T22:50:15.713Z[ recovery-image] Oct 18 22:50:14.898 INFO O| Oct 18 22:50:14.898 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78752024-10-18T22:50:15.716Z[ recovery-image] Oct 18 22:50:14.898 INFO O| Oct 18 22:50:14.898 INFO STEP 4 (ensure_dir) COMPLETE
78762024-10-18T22:50:15.716Z[ recovery-image] Oct 18 22:50:14.898 INFO O| Oct 18 22:50:14.898 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78772024-10-18T22:50:15.723Z[ recovery-image] Oct 18 22:50:14.908 INFO O| Oct 18 22:50:14.908 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78782024-10-18T22:50:15.723Z[ recovery-image] Oct 18 22:50:14.908 INFO O| Oct 18 22:50:14.908 INFO STEP 5 (ensure_dir) COMPLETE
78792024-10-18T22:50:15.725Z[ recovery-image] Oct 18 22:50:14.908 INFO O| Oct 18 22:50:14.908 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78802024-10-18T22:50:15.733Z[ recovery-image] Oct 18 22:50:14.918 INFO O| Oct 18 22:50:14.918 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78812024-10-18T22:50:15.735Z[ recovery-image] Oct 18 22:50:14.918 INFO O| Oct 18 22:50:14.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78822024-10-18T22:50:15.735Z[ recovery-image] Oct 18 22:50:14.918 INFO O| Oct 18 22:50:14.918 INFO STEP 6 (ensure_dir) COMPLETE
78832024-10-18T22:50:15.735Z[ recovery-image] Oct 18 22:50:14.918 INFO O| Oct 18 22:50:14.918 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78842024-10-18T22:50:15.744Z[ recovery-image] Oct 18 22:50:14.928 INFO O| Oct 18 22:50:14.928 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78852024-10-18T22:50:15.746Z[ recovery-image] Oct 18 22:50:14.928 INFO O| Oct 18 22:50:14.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78862024-10-18T22:50:15.746Z[ recovery-image] Oct 18 22:50:14.928 INFO O| Oct 18 22:50:14.928 INFO STEP 7 (ensure_dir) COMPLETE
78872024-10-18T22:50:15.746Z[ recovery-image] Oct 18 22:50:14.928 INFO O| Oct 18 22:50:14.928 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78882024-10-18T22:50:15.759Z[ recovery-image] Oct 18 22:50:14.938 INFO O| Oct 18 22:50:14.938 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
78892024-10-18T22:50:15.766Z[ recovery-image] Oct 18 22:50:14.939 INFO O| Oct 18 22:50:14.939 INFO STEP 8 (remove_files) COMPLETE
78902024-10-18T22:50:15.766Z[ recovery-image] Oct 18 22:50:14.939 INFO O| Oct 18 22:50:14.939 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78912024-10-18T22:50:15.766Z[ recovery-image] Oct 18 22:50:14.949 INFO O| Oct 18 22:50:14.948 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
78922024-10-18T22:50:15.766Z[ recovery-image] Oct 18 22:50:14.949 INFO O| Oct 18 22:50:14.949 INFO STEP 9 (remove_files) COMPLETE
78932024-10-18T22:50:15.766Z[ recovery-image] Oct 18 22:50:14.949 INFO O| Oct 18 22:50:14.949 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78942024-10-18T22:50:15.775Z[ recovery-image] Oct 18 22:50:14.959 INFO O| Oct 18 22:50:14.959 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
78952024-10-18T22:50:15.781Z[ recovery-image] Oct 18 22:50:14.960 INFO O| Oct 18 22:50:14.960 INFO STEP 10 (remove_files) COMPLETE
78962024-10-18T22:50:15.781Z[ recovery-image] Oct 18 22:50:14.960 INFO O| Oct 18 22:50:14.960 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78972024-10-18T22:50:15.786Z[ recovery-image] Oct 18 22:50:14.970 INFO O| Oct 18 22:50:14.970 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
78982024-10-18T22:50:15.788Z[ recovery-image] Oct 18 22:50:14.970 INFO O| Oct 18 22:50:14.970 INFO STEP 11 (remove_files) COMPLETE
78992024-10-18T22:50:15.788Z[ recovery-image] Oct 18 22:50:14.970 INFO O| Oct 18 22:50:14.970 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79002024-10-18T22:50:15.796Z[ recovery-image] Oct 18 22:50:14.980 INFO O| Oct 18 22:50:14.980 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79012024-10-18T22:50:15.798Z[ recovery-image] Oct 18 22:50:14.980 INFO O| Oct 18 22:50:14.980 INFO STEP 12 (remove_files) COMPLETE
79022024-10-18T22:50:15.798Z[ recovery-image] Oct 18 22:50:14.980 INFO O| Oct 18 22:50:14.980 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79032024-10-18T22:50:15.806Z[ recovery-image] Oct 18 22:50:14.990 INFO O| Oct 18 22:50:14.990 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79042024-10-18T22:50:15.806Z[ recovery-image] Oct 18 22:50:14.990 INFO O| Oct 18 22:50:14.990 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79052024-10-18T22:50:15.813Z[ recovery-image] Oct 18 22:50:14.990 INFO O| Oct 18 22:50:14.990 INFO STEP 13 (ensure_dir) COMPLETE
79062024-10-18T22:50:15.813Z[ recovery-image] Oct 18 22:50:14.990 INFO O| Oct 18 22:50:14.990 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79072024-10-18T22:50:15.817Z[ recovery-image] Oct 18 22:50:15.000 INFO O| Oct 18 22:50:15.000 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79082024-10-18T22:50:15.817Z[ recovery-image] Oct 18 22:50:15.000 INFO O| Oct 18 22:50:15.000 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79092024-10-18T22:50:15.817Z[ recovery-image] Oct 18 22:50:15.000 INFO O| Oct 18 22:50:15.000 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79102024-10-18T22:50:15.817Z[ recovery-image] Oct 18 22:50:15.000 INFO O| Oct 18 22:50:15.000 INFO STEP 14 (ensure_dir) COMPLETE
79112024-10-18T22:50:15.817Z[ recovery-image] Oct 18 22:50:15.000 INFO O| Oct 18 22:50:15.000 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79122024-10-18T22:50:15.826Z[ recovery-image] Oct 18 22:50:15.010 INFO O| Oct 18 22:50:15.010 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79132024-10-18T22:50:15.826Z[ recovery-image] Oct 18 22:50:15.010 INFO O| Oct 18 22:50:15.010 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79142024-10-18T22:50:15.828Z[ recovery-image] Oct 18 22:50:15.010 INFO O| Oct 18 22:50:15.010 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79152024-10-18T22:50:15.828Z[ recovery-image] Oct 18 22:50:15.010 INFO O| Oct 18 22:50:15.010 INFO STEP 15 (ensure_dir) COMPLETE
79162024-10-18T22:50:15.828Z[ recovery-image] Oct 18 22:50:15.010 INFO O| Oct 18 22:50:15.010 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79172024-10-18T22:50:15.834Z[ host-image] Oct 18 22:50:15.018 INFO O| Oct 18 22:50:15.018 INFO O| Planning: Evaluating mediators ... Done
79182024-10-18T22:50:15.837Z[ host-image] Oct 18 22:50:15.019 INFO O| Oct 18 22:50:15.019 INFO O| Planning: Planning completed in 3.22 seconds
79192024-10-18T22:50:15.839Z[ host-image] Oct 18 22:50:15.021 INFO O| Oct 18 22:50:15.021 INFO O| Packages to install: 1
79202024-10-18T22:50:15.840Z[ recovery-image] Oct 18 22:50:15.022 INFO O| Oct 18 22:50:15.022 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79212024-10-18T22:50:15.840Z[ recovery-image] Oct 18 22:50:15.022 INFO O| Oct 18 22:50:15.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79222024-10-18T22:50:15.840Z[ recovery-image] Oct 18 22:50:15.022 INFO O| Oct 18 22:50:15.022 INFO STEP 16 (ensure_dir) COMPLETE
79232024-10-18T22:50:15.840Z[ recovery-image] Oct 18 22:50:15.022 INFO O| Oct 18 22:50:15.022 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79242024-10-18T22:50:15.848Z[ host-image] Oct 18 22:50:15.032 INFO O| Oct 18 22:50:15.032 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
79252024-10-18T22:50:15.850Z[ recovery-image] Oct 18 22:50:15.033 INFO O| Oct 18 22:50:15.033 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79262024-10-18T22:50:15.850Z[ recovery-image] Oct 18 22:50:15.033 INFO O| Oct 18 22:50:15.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79272024-10-18T22:50:15.850Z[ recovery-image] Oct 18 22:50:15.033 INFO O| Oct 18 22:50:15.033 INFO STEP 17 (ensure_dir) COMPLETE
79282024-10-18T22:50:15.850Z[ recovery-image] Oct 18 22:50:15.033 INFO O| Oct 18 22:50:15.033 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79292024-10-18T22:50:15.859Z[ recovery-image] Oct 18 22:50:15.044 INFO O| Oct 18 22:50:15.044 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79302024-10-18T22:50:15.859Z[ recovery-image] Oct 18 22:50:15.044 INFO O| Oct 18 22:50:15.044 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79312024-10-18T22:50:15.863Z[ recovery-image] Oct 18 22:50:15.044 INFO O| Oct 18 22:50:15.044 INFO ok!
79322024-10-18T22:50:15.863Z[ recovery-image] Oct 18 22:50:15.044 INFO O| Oct 18 22:50:15.044 INFO STEP 18 (ensure_symlink) COMPLETE
79332024-10-18T22:50:15.863Z[ recovery-image] Oct 18 22:50:15.044 INFO O| Oct 18 22:50:15.044 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79342024-10-18T22:50:15.870Z[ recovery-image] Oct 18 22:50:15.055 INFO O| Oct 18 22:50:15.055 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79352024-10-18T22:50:15.870Z[ recovery-image] Oct 18 22:50:15.055 INFO O| Oct 18 22:50:15.055 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79362024-10-18T22:50:15.872Z[ recovery-image] Oct 18 22:50:15.055 INFO O| Oct 18 22:50:15.055 INFO ok!
79372024-10-18T22:50:15.872Z[ recovery-image] Oct 18 22:50:15.055 INFO O| Oct 18 22:50:15.055 INFO STEP 19 (ensure_file) COMPLETE
79382024-10-18T22:50:15.872Z[ recovery-image] Oct 18 22:50:15.055 INFO O| Oct 18 22:50:15.055 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79392024-10-18T22:50:15.880Z[ recovery-image] Oct 18 22:50:15.065 INFO O| Oct 18 22:50:15.065 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79402024-10-18T22:50:15.880Z[ recovery-image] Oct 18 22:50:15.065 INFO O| Oct 18 22:50:15.065 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79412024-10-18T22:50:15.883Z[ recovery-image] Oct 18 22:50:15.065 INFO O| Oct 18 22:50:15.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79422024-10-18T22:50:15.883Z[ recovery-image] Oct 18 22:50:15.065 INFO O| Oct 18 22:50:15.065 INFO ok!
79432024-10-18T22:50:15.883Z[ recovery-image] Oct 18 22:50:15.065 INFO O| Oct 18 22:50:15.065 INFO STEP 20 (ensure_symlink) COMPLETE
79442024-10-18T22:50:15.883Z[ recovery-image] Oct 18 22:50:15.065 INFO O| Oct 18 22:50:15.065 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79452024-10-18T22:50:15.892Z[ recovery-image] Oct 18 22:50:15.076 INFO O| Oct 18 22:50:15.076 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79462024-10-18T22:50:15.892Z[ recovery-image] Oct 18 22:50:15.076 INFO O| Oct 18 22:50:15.076 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79472024-10-18T22:50:15.894Z[ recovery-image] Oct 18 22:50:15.076 INFO O| Oct 18 22:50:15.076 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79482024-10-18T22:50:15.894Z[ recovery-image] Oct 18 22:50:15.076 INFO O| Oct 18 22:50:15.076 INFO ok!
79492024-10-18T22:50:15.894Z[ recovery-image] Oct 18 22:50:15.076 INFO O| Oct 18 22:50:15.076 INFO STEP 21 (ensure_symlink) COMPLETE
79502024-10-18T22:50:15.894Z[ recovery-image] Oct 18 22:50:15.076 INFO O| Oct 18 22:50:15.076 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79512024-10-18T22:50:15.903Z[ recovery-image] Oct 18 22:50:15.088 INFO O| Oct 18 22:50:15.088 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79522024-10-18T22:50:15.903Z[ recovery-image] Oct 18 22:50:15.088 INFO O| Oct 18 22:50:15.088 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79532024-10-18T22:50:15.906Z[ recovery-image] Oct 18 22:50:15.088 INFO O| Oct 18 22:50:15.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79542024-10-18T22:50:15.906Z[ recovery-image] Oct 18 22:50:15.088 INFO O| Oct 18 22:50:15.088 INFO ok!
79552024-10-18T22:50:15.906Z[ recovery-image] Oct 18 22:50:15.088 INFO O| Oct 18 22:50:15.088 INFO STEP 22 (ensure_symlink) COMPLETE
79562024-10-18T22:50:15.906Z[ recovery-image] Oct 18 22:50:15.088 INFO O| Oct 18 22:50:15.088 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79572024-10-18T22:50:15.915Z[ recovery-image] Oct 18 22:50:15.099 INFO O| Oct 18 22:50:15.099 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79582024-10-18T22:50:15.915Z[ recovery-image] Oct 18 22:50:15.099 INFO O| Oct 18 22:50:15.099 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79592024-10-18T22:50:15.917Z[ recovery-image] Oct 18 22:50:15.099 INFO O| Oct 18 22:50:15.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79602024-10-18T22:50:15.917Z[ recovery-image] Oct 18 22:50:15.099 INFO O| Oct 18 22:50:15.099 INFO ok!
79612024-10-18T22:50:15.917Z[ recovery-image] Oct 18 22:50:15.099 INFO O| Oct 18 22:50:15.099 INFO STEP 23 (ensure_symlink) COMPLETE
79622024-10-18T22:50:15.917Z[ recovery-image] Oct 18 22:50:15.099 INFO O| Oct 18 22:50:15.099 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79632024-10-18T22:50:15.925Z[ recovery-image] Oct 18 22:50:15.110 INFO O| Oct 18 22:50:15.109 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79642024-10-18T22:50:15.927Z[ recovery-image] Oct 18 22:50:15.110 INFO O| Oct 18 22:50:15.110 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 ...
79652024-10-18T22:50:15.927Z[ recovery-image] Oct 18 22:50:15.110 INFO O| Oct 18 22:50:15.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79662024-10-18T22:50:15.927Z[ recovery-image] Oct 18 22:50:15.110 INFO O| Oct 18 22:50:15.110 INFO ok!
79672024-10-18T22:50:15.927Z[ recovery-image] Oct 18 22:50:15.110 INFO O| Oct 18 22:50:15.110 INFO STEP 24 (ensure_file) COMPLETE
79682024-10-18T22:50:15.927Z[ recovery-image] Oct 18 22:50:15.110 INFO O| Oct 18 22:50:15.110 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79692024-10-18T22:50:15.936Z[ recovery-image] Oct 18 22:50:15.120 INFO O| Oct 18 22:50:15.120 INFO updating shadow file
79702024-10-18T22:50:15.938Z[ recovery-image] Oct 18 22:50:15.121 INFO O| Oct 18 22:50:15.121 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79712024-10-18T22:50:15.938Z[ recovery-image] Oct 18 22:50:15.121 INFO O| Oct 18 22:50:15.121 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79722024-10-18T22:50:15.938Z[ recovery-image] Oct 18 22:50:15.121 INFO O| Oct 18 22:50:15.121 INFO STEP 25 (shadow) COMPLETE
79732024-10-18T22:50:15.938Z[ recovery-image] Oct 18 22:50:15.121 INFO O| Oct 18 22:50:15.121 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79742024-10-18T22:50:15.947Z[ recovery-image] Oct 18 22:50:15.131 INFO O| Oct 18 22:50:15.131 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79752024-10-18T22:50:15.947Z[ recovery-image] Oct 18 22:50:15.131 INFO O| Oct 18 22:50:15.131 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79762024-10-18T22:50:15.949Z[ recovery-image] Oct 18 22:50:15.132 INFO O| Oct 18 22:50:15.131 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79772024-10-18T22:50:15.949Z[ recovery-image] Oct 18 22:50:15.132 INFO O| Oct 18 22:50:15.132 INFO ok!
79782024-10-18T22:50:15.949Z[ recovery-image] Oct 18 22:50:15.132 INFO O| Oct 18 22:50:15.132 INFO STEP 26 (ensure_file) COMPLETE
79792024-10-18T22:50:15.949Z[ recovery-image] Oct 18 22:50:15.132 INFO O| Oct 18 22:50:15.132 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79802024-10-18T22:50:15.958Z[ recovery-image] Oct 18 22:50:15.143 INFO O| Oct 18 22:50:15.143 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79812024-10-18T22:50:15.961Z[ recovery-image] Oct 18 22:50:15.143 INFO O| Oct 18 22:50:15.143 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79822024-10-18T22:50:15.961Z[ recovery-image] Oct 18 22:50:15.143 INFO O| Oct 18 22:50:15.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79832024-10-18T22:50:15.961Z[ recovery-image] Oct 18 22:50:15.143 INFO O| Oct 18 22:50:15.143 INFO ok!
79842024-10-18T22:50:15.961Z[ recovery-image] Oct 18 22:50:15.143 INFO O| Oct 18 22:50:15.143 INFO STEP 27 (ensure_file) COMPLETE
79852024-10-18T22:50:15.961Z[ recovery-image] Oct 18 22:50:15.143 INFO O| Oct 18 22:50:15.143 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79862024-10-18T22:50:15.972Z[ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.156 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79872024-10-18T22:50:15.972Z[ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.157 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79882024-10-18T22:50:15.974Z[ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79892024-10-18T22:50:15.974Z[ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.157 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79902024-10-18T22:50:15.974Z[ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.157 INFO ok!
79912024-10-18T22:50:15.974Z[ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.157 INFO STEP 28 (ensure_file) COMPLETE
79922024-10-18T22:50:15.974Z[ recovery-image] Oct 18 22:50:15.157 INFO O| Oct 18 22:50:15.157 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79932024-10-18T22:50:15.984Z[ recovery-image] Oct 18 22:50:15.168 INFO O| Oct 18 22:50:15.168 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
79942024-10-18T22:50:15.984Z[ recovery-image] Oct 18 22:50:15.169 INFO O| Oct 18 22:50:15.168 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
79952024-10-18T22:50:15.986Z[ recovery-image] Oct 18 22:50:15.169 INFO O| Oct 18 22:50:15.169 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
79962024-10-18T22:50:15.986Z[ recovery-image] Oct 18 22:50:15.169 INFO O| Oct 18 22:50:15.169 INFO ok!
79972024-10-18T22:50:15.986Z[ recovery-image] Oct 18 22:50:15.169 INFO O| Oct 18 22:50:15.169 INFO STEP 29 (ensure_file) COMPLETE
79982024-10-18T22:50:15.986Z[ recovery-image] Oct 18 22:50:15.169 INFO O| Oct 18 22:50:15.169 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
79992024-10-18T22:50:15.997Z[ recovery-image] Oct 18 22:50:15.182 INFO O| Oct 18 22:50:15.181 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80002024-10-18T22:50:15.997Z[ recovery-image] Oct 18 22:50:15.182 INFO O| Oct 18 22:50:15.182 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80012024-10-18T22:50:15.999Z[ recovery-image] Oct 18 22:50:15.182 INFO O| Oct 18 22:50:15.182 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80022024-10-18T22:50:16.000Z[ recovery-image] Oct 18 22:50:15.182 INFO O| Oct 18 22:50:15.182 INFO ok!
80032024-10-18T22:50:16.000Z[ recovery-image] Oct 18 22:50:15.182 INFO O| Oct 18 22:50:15.182 INFO STEP 30 (ensure_file) COMPLETE
80042024-10-18T22:50:16.000Z[ recovery-image] Oct 18 22:50:15.182 INFO O| Oct 18 22:50:15.182 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80052024-10-18T22:50:16.008Z[ recovery-image] Oct 18 22:50:15.192 INFO O| Oct 18 22:50:15.192 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80062024-10-18T22:50:16.010Z[ recovery-image] Oct 18 22:50:15.192 INFO O| Oct 18 22:50:15.192 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80072024-10-18T22:50:16.010Z[ recovery-image] Oct 18 22:50:15.192 INFO O| Oct 18 22:50:15.192 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80082024-10-18T22:50:16.010Z[ recovery-image] Oct 18 22:50:15.192 INFO O| Oct 18 22:50:15.192 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80092024-10-18T22:50:16.010Z[ recovery-image] Oct 18 22:50:15.192 INFO O| Oct 18 22:50:15.192 INFO ok!
80102024-10-18T22:50:16.010Z[ recovery-image] Oct 18 22:50:15.193 INFO O| Oct 18 22:50:15.192 INFO STEP 31 (ensure_file) COMPLETE
80112024-10-18T22:50:16.010Z[ recovery-image] Oct 18 22:50:15.193 INFO O| Oct 18 22:50:15.192 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80122024-10-18T22:50:16.021Z[ recovery-image] Oct 18 22:50:15.206 INFO O| Oct 18 22:50:15.206 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80132024-10-18T22:50:16.021Z[ recovery-image] Oct 18 22:50:15.206 INFO O| Oct 18 22:50:15.206 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80142024-10-18T22:50:16.023Z[ recovery-image] Oct 18 22:50:15.206 INFO O| Oct 18 22:50:15.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80152024-10-18T22:50:16.023Z[ recovery-image] Oct 18 22:50:15.206 INFO O| Oct 18 22:50:15.206 INFO ok!
80162024-10-18T22:50:16.024Z[ recovery-image] Oct 18 22:50:15.206 INFO O| Oct 18 22:50:15.206 INFO STEP 32 (ensure_file) COMPLETE
80172024-10-18T22:50:16.024Z[ recovery-image] Oct 18 22:50:15.206 INFO O| Oct 18 22:50:15.206 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80182024-10-18T22:50:16.033Z[ recovery-image] Oct 18 22:50:15.217 INFO O| Oct 18 22:50:15.217 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80192024-10-18T22:50:16.033Z[ recovery-image] Oct 18 22:50:15.217 INFO O| Oct 18 22:50:15.217 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80202024-10-18T22:50:16.035Z[ recovery-image] Oct 18 22:50:15.217 INFO O| Oct 18 22:50:15.217 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80212024-10-18T22:50:16.035Z[ recovery-image] Oct 18 22:50:15.217 INFO O| Oct 18 22:50:15.217 INFO ok!
80222024-10-18T22:50:16.035Z[ recovery-image] Oct 18 22:50:15.217 INFO O| Oct 18 22:50:15.217 INFO STEP 33 (ensure_file) COMPLETE
80232024-10-18T22:50:16.035Z[ recovery-image] Oct 18 22:50:15.218 INFO O| Oct 18 22:50:15.217 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80242024-10-18T22:50:16.047Z[ recovery-image] Oct 18 22:50:15.231 INFO O| Oct 18 22:50:15.231 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80252024-10-18T22:50:16.047Z[ recovery-image] Oct 18 22:50:15.231 INFO O| Oct 18 22:50:15.231 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80262024-10-18T22:50:16.047Z[ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.231 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80272024-10-18T22:50:16.049Z[ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.232 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80282024-10-18T22:50:16.049Z[ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.232 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80292024-10-18T22:50:16.049Z[ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.232 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80302024-10-18T22:50:16.049Z[ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.232 INFO ok!
80312024-10-18T22:50:16.049Z[ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.232 INFO STEP 34 (ensure_file) COMPLETE
80322024-10-18T22:50:16.049Z[ recovery-image] Oct 18 22:50:15.232 INFO O| Oct 18 22:50:15.232 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80332024-10-18T22:50:16.057Z[ recovery-image] Oct 18 22:50:15.242 INFO O| Oct 18 22:50:15.242 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80342024-10-18T22:50:16.060Z[ recovery-image] Oct 18 22:50:15.242 INFO O| Oct 18 22:50:15.242 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80352024-10-18T22:50:16.060Z[ recovery-image] Oct 18 22:50:15.242 INFO O| Oct 18 22:50:15.242 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80362024-10-18T22:50:16.060Z[ recovery-image] Oct 18 22:50:15.242 INFO O| Oct 18 22:50:15.242 INFO STEP 35 (ensure_dir) COMPLETE
80372024-10-18T22:50:16.060Z[ recovery-image] Oct 18 22:50:15.242 INFO O| Oct 18 22:50:15.242 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80382024-10-18T22:50:16.068Z[ recovery-image] Oct 18 22:50:15.252 INFO O| Oct 18 22:50:15.252 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
80392024-10-18T22:50:16.068Z[ recovery-image] Oct 18 22:50:15.252 INFO O| Oct 18 22:50:15.252 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 ...
80402024-10-18T22:50:16.070Z[ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 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
80412024-10-18T22:50:16.070Z[ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 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
80422024-10-18T22:50:16.070Z[ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 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
80432024-10-18T22:50:16.070Z[ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 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
80442024-10-18T22:50:16.070Z[ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 INFO ok!
80452024-10-18T22:50:16.070Z[ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 INFO STEP 36 (ensure_file) COMPLETE
80462024-10-18T22:50:16.070Z[ recovery-image] Oct 18 22:50:15.253 INFO O| Oct 18 22:50:15.253 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80472024-10-18T22:50:16.080Z[ recovery-image] Oct 18 22:50:15.264 INFO O| Oct 18 22:50:15.264 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80482024-10-18T22:50:16.082Z[ recovery-image] Oct 18 22:50:15.264 INFO O| Oct 18 22:50:15.264 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 ...
80492024-10-18T22:50:16.082Z[ recovery-image] Oct 18 22:50:15.264 INFO O| Oct 18 22:50:15.264 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80502024-10-18T22:50:16.082Z[ recovery-image] Oct 18 22:50:15.264 INFO O| Oct 18 22:50:15.264 INFO ok!
80512024-10-18T22:50:16.082Z[ recovery-image] Oct 18 22:50:15.264 INFO O| Oct 18 22:50:15.264 INFO STEP 37 (ensure_symlink) COMPLETE
80522024-10-18T22:50:16.082Z[ recovery-image] Oct 18 22:50:15.265 INFO O| Oct 18 22:50:15.264 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80532024-10-18T22:50:16.091Z[ recovery-image] Oct 18 22:50:15.276 INFO O| Oct 18 22:50:15.276 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80542024-10-18T22:50:16.094Z[ recovery-image] Oct 18 22:50:15.276 INFO O| Oct 18 22:50:15.276 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80552024-10-18T22:50:16.094Z[ recovery-image] Oct 18 22:50:15.276 INFO O| Oct 18 22:50:15.276 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80562024-10-18T22:50:16.094Z[ recovery-image] Oct 18 22:50:15.276 INFO O| Oct 18 22:50:15.276 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80572024-10-18T22:50:16.094Z[ recovery-image] Oct 18 22:50:15.276 INFO O| Oct 18 22:50:15.276 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80582024-10-18T22:50:16.094Z[ recovery-image] Oct 18 22:50:15.277 INFO O| Oct 18 22:50:15.276 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80592024-10-18T22:50:16.094Z[ recovery-image] Oct 18 22:50:15.277 INFO O| Oct 18 22:50:15.276 INFO ok!
80602024-10-18T22:50:16.094Z[ recovery-image] Oct 18 22:50:15.277 INFO O| Oct 18 22:50:15.277 INFO STEP 38 (ensure_file) COMPLETE
80612024-10-18T22:50:16.094Z[ recovery-image] Oct 18 22:50:15.277 INFO O| Oct 18 22:50:15.277 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80622024-10-18T22:50:16.102Z[ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80632024-10-18T22:50:16.102Z[ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 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 ...
80642024-10-18T22:50:16.105Z[ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 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
80652024-10-18T22:50:16.105Z[ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80662024-10-18T22:50:16.105Z[ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 INFO ok!
80672024-10-18T22:50:16.105Z[ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 INFO STEP 39 (ensure_file) COMPLETE
80682024-10-18T22:50:16.105Z[ recovery-image] Oct 18 22:50:15.287 INFO O| Oct 18 22:50:15.287 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80692024-10-18T22:50:16.113Z[ recovery-image] Oct 18 22:50:15.298 INFO O| Oct 18 22:50:15.298 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80702024-10-18T22:50:16.113Z[ recovery-image] Oct 18 22:50:15.298 INFO O| Oct 18 22:50:15.298 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80712024-10-18T22:50:16.116Z[ recovery-image] Oct 18 22:50:15.298 INFO O| Oct 18 22:50:15.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80722024-10-18T22:50:16.116Z[ recovery-image] Oct 18 22:50:15.298 INFO O| Oct 18 22:50:15.298 INFO ok!
80732024-10-18T22:50:16.116Z[ recovery-image] Oct 18 22:50:15.298 INFO O| Oct 18 22:50:15.298 INFO STEP 40 (ensure_file) COMPLETE
80742024-10-18T22:50:16.116Z[ recovery-image] Oct 18 22:50:15.298 INFO O| Oct 18 22:50:15.298 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80752024-10-18T22:50:16.124Z[ recovery-image] Oct 18 22:50:15.309 INFO O| Oct 18 22:50:15.309 INFO updating shadow file
80762024-10-18T22:50:16.127Z[ recovery-image] Oct 18 22:50:15.309 INFO O| Oct 18 22:50:15.309 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80772024-10-18T22:50:16.127Z[ recovery-image] Oct 18 22:50:15.309 INFO O| Oct 18 22:50:15.309 INFO STEP 41 (shadow) COMPLETE
80782024-10-18T22:50:16.127Z[ recovery-image] Oct 18 22:50:15.309 INFO O| Oct 18 22:50:15.309 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80792024-10-18T22:50:16.137Z[ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80802024-10-18T22:50:16.140Z[ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80812024-10-18T22:50:16.140Z[ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80822024-10-18T22:50:16.140Z[ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80832024-10-18T22:50:16.140Z[ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 INFO ok!
80842024-10-18T22:50:16.140Z[ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 INFO STEP 42 (ensure_file) COMPLETE
80852024-10-18T22:50:16.140Z[ recovery-image] Oct 18 22:50:15.322 INFO O| Oct 18 22:50:15.322 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80862024-10-18T22:50:16.152Z[ recovery-image] Oct 18 22:50:15.337 INFO O| Oct 18 22:50:15.337 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80872024-10-18T22:50:16.155Z[ recovery-image] Oct 18 22:50:15.337 INFO O| Oct 18 22:50:15.337 INFO STEP 43 (ensure_dir) COMPLETE
80882024-10-18T22:50:16.155Z[ recovery-image] Oct 18 22:50:15.337 INFO O| Oct 18 22:50:15.337 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80892024-10-18T22:50:16.163Z[ recovery-image] Oct 18 22:50:15.348 INFO O| Oct 18 22:50:15.348 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80902024-10-18T22:50:16.163Z[ recovery-image] Oct 18 22:50:15.348 INFO O| Oct 18 22:50:15.348 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80912024-10-18T22:50:16.163Z[ recovery-image] Oct 18 22:50:15.348 INFO O| Oct 18 22:50:15.348 INFO STEP 44 (ensure_dir) COMPLETE
80922024-10-18T22:50:16.166Z[ recovery-image] Oct 18 22:50:15.348 INFO O| Oct 18 22:50:15.348 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80932024-10-18T22:50:16.174Z[ recovery-image] Oct 18 22:50:15.358 INFO O| Oct 18 22:50:15.358 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80942024-10-18T22:50:16.174Z[ recovery-image] Oct 18 22:50:15.358 INFO O| Oct 18 22:50:15.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
80952024-10-18T22:50:16.174Z[ recovery-image] Oct 18 22:50:15.358 INFO O| Oct 18 22:50:15.358 INFO STEP 45 (ensure_dir) COMPLETE
80962024-10-18T22:50:16.176Z[ recovery-image] Oct 18 22:50:15.358 INFO O| Oct 18 22:50:15.358 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80972024-10-18T22:50:16.183Z[ recovery-image] Oct 18 22:50:15.368 INFO O| Oct 18 22:50:15.368 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
80982024-10-18T22:50:16.183Z[ recovery-image] Oct 18 22:50:15.368 INFO O| Oct 18 22:50:15.368 INFO copying /tmp/.tmpcbuUZ4/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
80992024-10-18T22:50:16.207Z[ host-image] Oct 18 22:50:15.391 INFO O| Oct 18 22:50:15.391 INFO O| Download: Completed 20.80 MB in 0.36 seconds (58.0M/s)
81002024-10-18T22:50:16.230Z[ recovery-image] Oct 18 22:50:15.414 INFO O| Oct 18 22:50:15.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81012024-10-18T22:50:16.230Z[ recovery-image] Oct 18 22:50:15.414 INFO O| Oct 18 22:50:15.414 INFO ok!
81022024-10-18T22:50:16.230Z[ recovery-image] Oct 18 22:50:15.414 INFO O| Oct 18 22:50:15.414 INFO STEP 46 (ensure_file) COMPLETE
81032024-10-18T22:50:16.232Z[ recovery-image] Oct 18 22:50:15.414 INFO O| Oct 18 22:50:15.414 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81042024-10-18T22:50:16.236Z[ host-image] Oct 18 22:50:15.421 INFO O| Oct 18 22:50:15.421 INFO O| Actions: 1/22 actions (Installing new actions)
81052024-10-18T22:50:16.241Z[ recovery-image] Oct 18 22:50:15.425 INFO O| Oct 18 22:50:15.425 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81062024-10-18T22:50:16.243Z[ recovery-image] Oct 18 22:50:15.425 INFO O| Oct 18 22:50:15.425 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81072024-10-18T22:50:16.243Z[ recovery-image] Oct 18 22:50:15.425 INFO O| Oct 18 22:50:15.425 INFO STEP 47 (ensure_dir) COMPLETE
81082024-10-18T22:50:16.243Z[ recovery-image] Oct 18 22:50:15.425 INFO O| Oct 18 22:50:15.425 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81092024-10-18T22:50:16.251Z[ recovery-image] Oct 18 22:50:15.436 INFO O| Oct 18 22:50:15.436 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81102024-10-18T22:50:16.251Z[ recovery-image] Oct 18 22:50:15.436 INFO O| Oct 18 22:50:15.436 INFO copying /tmp/.tmpcbuUZ4/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81112024-10-18T22:50:16.254Z[ recovery-image] Oct 18 22:50:15.436 INFO O| Oct 18 22:50:15.436 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81122024-10-18T22:50:16.254Z[ recovery-image] Oct 18 22:50:15.436 INFO O| Oct 18 22:50:15.436 INFO ok!
81132024-10-18T22:50:16.254Z[ recovery-image] Oct 18 22:50:15.436 INFO O| Oct 18 22:50:15.436 INFO STEP 48 (ensure_file) COMPLETE
81142024-10-18T22:50:16.254Z[ recovery-image] Oct 18 22:50:15.436 INFO O| Oct 18 22:50:15.436 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81152024-10-18T22:50:16.261Z[ recovery-image] Oct 18 22:50:15.446 INFO O| Oct 18 22:50:15.446 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81162024-10-18T22:50:16.262Z[ recovery-image] Oct 18 22:50:15.446 INFO O| Oct 18 22:50:15.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81172024-10-18T22:50:16.264Z[ recovery-image] Oct 18 22:50:15.446 INFO O| Oct 18 22:50:15.446 INFO STEP 49 (ensure_dir) COMPLETE
81182024-10-18T22:50:16.264Z[ recovery-image] Oct 18 22:50:15.446 INFO O| Oct 18 22:50:15.446 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81192024-10-18T22:50:16.271Z[ recovery-image] Oct 18 22:50:15.456 INFO O| Oct 18 22:50:15.456 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81202024-10-18T22:50:16.274Z[ recovery-image] Oct 18 22:50:15.456 INFO O| Oct 18 22:50:15.456 INFO copying /tmp/.tmpcbuUZ4/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81212024-10-18T22:50:16.291Z[ recovery-image] Oct 18 22:50:15.475 INFO O| Oct 18 22:50:15.475 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81222024-10-18T22:50:16.291Z[ recovery-image] Oct 18 22:50:15.475 INFO O| Oct 18 22:50:15.475 INFO ok!
81232024-10-18T22:50:16.291Z[ recovery-image] Oct 18 22:50:15.475 INFO O| Oct 18 22:50:15.475 INFO STEP 50 (ensure_file) COMPLETE
81242024-10-18T22:50:16.293Z[ recovery-image] Oct 18 22:50:15.475 INFO O| Oct 18 22:50:15.475 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81252024-10-18T22:50:16.302Z[ recovery-image] Oct 18 22:50:15.487 INFO O| Oct 18 22:50:15.487 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81262024-10-18T22:50:16.302Z[ recovery-image] Oct 18 22:50:15.487 INFO O| Oct 18 22:50:15.487 INFO copying /tmp/.tmpcbuUZ4/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81272024-10-18T22:50:16.620Z[ recovery-image] Oct 18 22:50:15.804 INFO O| Oct 18 22:50:15.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81282024-10-18T22:50:16.624Z[ recovery-image] Oct 18 22:50:15.804 INFO O| Oct 18 22:50:15.804 INFO ok!
81292024-10-18T22:50:16.624Z[ recovery-image] Oct 18 22:50:15.804 INFO O| Oct 18 22:50:15.804 INFO STEP 51 (ensure_file) COMPLETE
81302024-10-18T22:50:16.624Z[ recovery-image] Oct 18 22:50:15.804 INFO O| Oct 18 22:50:15.804 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81312024-10-18T22:50:16.641Z[ recovery-image] Oct 18 22:50:15.824 INFO O| Oct 18 22:50:15.824 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81322024-10-18T22:50:16.641Z[ recovery-image] Oct 18 22:50:15.824 INFO O| Oct 18 22:50:15.824 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81332024-10-18T22:50:16.641Z[ recovery-image] Oct 18 22:50:15.824 INFO O| Oct 18 22:50:15.824 INFO STEP 52 (ensure_dir) COMPLETE
81342024-10-18T22:50:16.641Z[ recovery-image] Oct 18 22:50:15.824 INFO O| Oct 18 22:50:15.824 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81352024-10-18T22:50:16.663Z[ recovery-image] Oct 18 22:50:15.845 INFO O| Oct 18 22:50:15.845 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-18T22:50:16.666Z[ recovery-image] Oct 18 22:50:15.845 INFO O| Oct 18 22:50:15.845 INFO copying /tmp/.tmpcbuUZ4/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-18T22:50:16.666Z[ recovery-image] Oct 18 22:50:15.846 INFO O| Oct 18 22:50:15.845 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-18T22:50:16.666Z[ recovery-image] Oct 18 22:50:15.846 INFO O| Oct 18 22:50:15.846 INFO ok!
81392024-10-18T22:50:16.666Z[ recovery-image] Oct 18 22:50:15.846 INFO O| Oct 18 22:50:15.846 INFO STEP 53 (ensure_file) COMPLETE
81402024-10-18T22:50:16.666Z[ recovery-image] Oct 18 22:50:15.846 INFO O| Oct 18 22:50:15.846 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81412024-10-18T22:50:16.683Z[ recovery-image] Oct 18 22:50:15.867 INFO O| Oct 18 22:50:15.867 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-18T22:50:16.686Z[ recovery-image] Oct 18 22:50:15.868 INFO O| Oct 18 22:50:15.868 INFO copying /tmp/.tmpcbuUZ4/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-18T22:50:16.686Z[ recovery-image] Oct 18 22:50:15.868 INFO O| Oct 18 22:50:15.868 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-18T22:50:16.686Z[ recovery-image] Oct 18 22:50:15.869 INFO O| Oct 18 22:50:15.869 INFO ok!
81452024-10-18T22:50:16.686Z[ recovery-image] Oct 18 22:50:15.869 INFO O| Oct 18 22:50:15.869 INFO STEP 54 (ensure_file) COMPLETE
81462024-10-18T22:50:16.688Z[ recovery-image] Oct 18 22:50:15.869 INFO O| Oct 18 22:50:15.869 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81472024-10-18T22:50:16.706Z[ recovery-image] Oct 18 22:50:15.889 INFO O| Oct 18 22:50:15.889 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81482024-10-18T22:50:16.708Z[ recovery-image] Oct 18 22:50:15.889 INFO O| Oct 18 22:50:15.889 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81492024-10-18T22:50:16.708Z[ recovery-image] Oct 18 22:50:15.889 INFO O| Oct 18 22:50:15.889 INFO STEP 55 (ensure_dir) COMPLETE
81502024-10-18T22:50:16.708Z[ recovery-image] Oct 18 22:50:15.889 INFO O| Oct 18 22:50:15.889 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81512024-10-18T22:50:16.720Z[ recovery-image] Oct 18 22:50:15.904 INFO O| Oct 18 22:50:15.904 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81522024-10-18T22:50:16.720Z[ recovery-image] Oct 18 22:50:15.904 INFO O| Oct 18 22:50:15.904 INFO copying /tmp/.tmpcbuUZ4/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-18T22:50:16.722Z[ recovery-image] Oct 18 22:50:15.904 INFO O| Oct 18 22:50:15.904 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-18T22:50:16.722Z[ recovery-image] Oct 18 22:50:15.904 INFO O| Oct 18 22:50:15.904 INFO ok!
81552024-10-18T22:50:16.722Z[ recovery-image] Oct 18 22:50:15.904 INFO O| Oct 18 22:50:15.904 INFO STEP 56 (ensure_file) COMPLETE
81562024-10-18T22:50:16.722Z[ recovery-image] Oct 18 22:50:15.904 INFO O| Oct 18 22:50:15.904 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81572024-10-18T22:50:16.732Z[ recovery-image] Oct 18 22:50:15.916 INFO O| Oct 18 22:50:15.916 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-18T22:50:16.734Z[ recovery-image] Oct 18 22:50:15.916 INFO O| Oct 18 22:50:15.916 INFO copying /tmp/.tmpcbuUZ4/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-18T22:50:16.734Z[ recovery-image] Oct 18 22:50:15.917 INFO O| Oct 18 22:50:15.916 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-18T22:50:16.734Z[ recovery-image] Oct 18 22:50:15.917 INFO O| Oct 18 22:50:15.917 INFO ok!
81612024-10-18T22:50:16.734Z[ recovery-image] Oct 18 22:50:15.917 INFO O| Oct 18 22:50:15.917 INFO STEP 57 (ensure_file) COMPLETE
81622024-10-18T22:50:16.734Z[ recovery-image] Oct 18 22:50:15.917 INFO O| Oct 18 22:50:15.917 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81632024-10-18T22:50:16.743Z[ recovery-image] Oct 18 22:50:15.928 INFO O| Oct 18 22:50:15.928 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81642024-10-18T22:50:16.746Z[ recovery-image] Oct 18 22:50:15.928 INFO O| Oct 18 22:50:15.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81652024-10-18T22:50:16.746Z[ recovery-image] Oct 18 22:50:15.928 INFO O| Oct 18 22:50:15.928 INFO STEP 58 (ensure_dir) COMPLETE
81662024-10-18T22:50:16.746Z[ recovery-image] Oct 18 22:50:15.928 INFO O| Oct 18 22:50:15.928 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81672024-10-18T22:50:16.756Z[ recovery-image] Oct 18 22:50:15.940 INFO O| Oct 18 22:50:15.940 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81682024-10-18T22:50:16.756Z[ recovery-image] Oct 18 22:50:15.940 INFO O| Oct 18 22:50:15.940 INFO copying /tmp/.tmpcbuUZ4/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-18T22:50:16.756Z[ recovery-image] Oct 18 22:50:15.940 INFO O| Oct 18 22:50:15.940 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-18T22:50:16.758Z[ recovery-image] Oct 18 22:50:15.940 INFO O| Oct 18 22:50:15.940 INFO ok!
81712024-10-18T22:50:16.758Z[ recovery-image] Oct 18 22:50:15.940 INFO O| Oct 18 22:50:15.940 INFO STEP 59 (ensure_file) COMPLETE
81722024-10-18T22:50:16.758Z[ recovery-image] Oct 18 22:50:15.940 INFO O| Oct 18 22:50:15.940 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81732024-10-18T22:50:16.768Z[ recovery-image] Oct 18 22:50:15.952 INFO O| Oct 18 22:50:15.952 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81742024-10-18T22:50:16.768Z[ recovery-image] Oct 18 22:50:15.952 INFO O| Oct 18 22:50:15.952 INFO copying /tmp/.tmpcbuUZ4/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81752024-10-18T22:50:16.768Z[ recovery-image] Oct 18 22:50:15.952 INFO O| Oct 18 22:50:15.952 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81762024-10-18T22:50:16.771Z[ recovery-image] Oct 18 22:50:15.952 INFO O| Oct 18 22:50:15.952 INFO ok!
81772024-10-18T22:50:16.771Z[ recovery-image] Oct 18 22:50:15.952 INFO O| Oct 18 22:50:15.952 INFO STEP 60 (ensure_file) COMPLETE
81782024-10-18T22:50:16.771Z[ recovery-image] Oct 18 22:50:15.952 INFO O| Oct 18 22:50:15.952 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81792024-10-18T22:50:16.780Z[ recovery-image] Oct 18 22:50:15.964 INFO O| Oct 18 22:50:15.964 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81802024-10-18T22:50:16.780Z[ recovery-image] Oct 18 22:50:15.964 INFO O| Oct 18 22:50:15.964 INFO STEP 61 (ensure_dir) COMPLETE
81812024-10-18T22:50:16.782Z[ recovery-image] Oct 18 22:50:15.964 INFO O| Oct 18 22:50:15.964 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81822024-10-18T22:50:16.793Z[ recovery-image] Oct 18 22:50:15.977 INFO O| Oct 18 22:50:15.977 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81832024-10-18T22:50:16.793Z[ recovery-image] Oct 18 22:50:15.977 INFO O| Oct 18 22:50:15.977 INFO STEP 62 (ensure_dir) COMPLETE
81842024-10-18T22:50:16.796Z[ recovery-image] Oct 18 22:50:15.977 INFO O| Oct 18 22:50:15.977 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81852024-10-18T22:50:16.804Z[ recovery-image] Oct 18 22:50:15.989 INFO O| Oct 18 22:50:15.989 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81862024-10-18T22:50:16.805Z[ recovery-image] Oct 18 22:50:15.989 INFO O| Oct 18 22:50:15.989 INFO STEP 63 (ensure_dir) COMPLETE
81872024-10-18T22:50:16.807Z[ recovery-image] Oct 18 22:50:15.989 INFO O| Oct 18 22:50:15.989 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81882024-10-18T22:50:16.817Z[ recovery-image] Oct 18 22:50:16.002 INFO O| Oct 18 22:50:16.001 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81892024-10-18T22:50:16.817Z[ recovery-image] Oct 18 22:50:16.002 INFO O| Oct 18 22:50:16.002 INFO STEP 64 (ensure_dir) COMPLETE
81902024-10-18T22:50:16.817Z[ recovery-image] Oct 18 22:50:16.002 INFO O| Oct 18 22:50:16.002 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81912024-10-18T22:50:16.833Z[ recovery-image] Oct 18 22:50:16.017 INFO O| Oct 18 22:50:16.017 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81922024-10-18T22:50:16.835Z[ recovery-image] Oct 18 22:50:16.017 INFO O| Oct 18 22:50:16.017 INFO copying /tmp/.tmpcbuUZ4/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-18T22:50:16.835Z[ recovery-image] Oct 18 22:50:16.017 INFO O| Oct 18 22:50:16.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
81942024-10-18T22:50:16.835Z[ recovery-image] Oct 18 22:50:16.017 INFO O| Oct 18 22:50:16.017 INFO ok!
81952024-10-18T22:50:16.836Z[ recovery-image] Oct 18 22:50:16.017 INFO O| Oct 18 22:50:16.017 INFO STEP 65 (ensure_file) COMPLETE
81962024-10-18T22:50:16.836Z[ recovery-image] Oct 18 22:50:16.017 INFO O| Oct 18 22:50:16.017 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
81972024-10-18T22:50:16.846Z[ recovery-image] Oct 18 22:50:16.031 INFO O| Oct 18 22:50:16.031 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
81982024-10-18T22:50:16.849Z[ recovery-image] Oct 18 22:50:16.031 INFO O| Oct 18 22:50:16.031 INFO STEP 66 (remove_files) COMPLETE
81992024-10-18T22:50:16.849Z[ recovery-image] Oct 18 22:50:16.031 INFO O| Oct 18 22:50:16.031 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82002024-10-18T22:50:16.860Z[ recovery-image] Oct 18 22:50:16.044 INFO O| Oct 18 22:50:16.044 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82012024-10-18T22:50:16.862Z[ recovery-image] Oct 18 22:50:16.044 INFO O| Oct 18 22:50:16.044 INFO STEP 67 (remove_files) COMPLETE
82022024-10-18T22:50:16.862Z[ recovery-image] Oct 18 22:50:16.044 INFO O| Oct 18 22:50:16.044 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82032024-10-18T22:50:16.873Z[ recovery-image] Oct 18 22:50:16.058 INFO O| Oct 18 22:50:16.058 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82042024-10-18T22:50:16.876Z[ recovery-image] Oct 18 22:50:16.058 INFO O| Oct 18 22:50:16.058 INFO STEP 68 (remove_files) COMPLETE
82052024-10-18T22:50:16.876Z[ recovery-image] Oct 18 22:50:16.058 INFO O| Oct 18 22:50:16.058 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82062024-10-18T22:50:16.887Z[ recovery-image] Oct 18 22:50:16.072 INFO O| Oct 18 22:50:16.072 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82072024-10-18T22:50:16.890Z[ recovery-image] Oct 18 22:50:16.072 INFO O| Oct 18 22:50:16.072 INFO STEP 69 (remove_files) COMPLETE
82082024-10-18T22:50:16.890Z[ recovery-image] Oct 18 22:50:16.072 INFO O| Oct 18 22:50:16.072 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82092024-10-18T22:50:16.898Z[ recovery-image] Oct 18 22:50:16.083 INFO O| Oct 18 22:50:16.083 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82102024-10-18T22:50:16.901Z[ recovery-image] Oct 18 22:50:16.083 INFO O| Oct 18 22:50:16.083 INFO STEP 70 (remove_files) COMPLETE
82112024-10-18T22:50:16.901Z[ recovery-image] Oct 18 22:50:16.083 INFO O| Oct 18 22:50:16.083 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82122024-10-18T22:50:16.914Z[ recovery-image] Oct 18 22:50:16.098 INFO O| Oct 18 22:50:16.098 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82132024-10-18T22:50:16.916Z[ recovery-image] Oct 18 22:50:16.099 INFO O| Oct 18 22:50:16.098 INFO STEP 71 (remove_files) COMPLETE
82142024-10-18T22:50:16.917Z[ recovery-image] Oct 18 22:50:16.099 INFO O| Oct 18 22:50:16.099 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82152024-10-18T22:50:16.931Z[ recovery-image] Oct 18 22:50:16.114 INFO O| Oct 18 22:50:16.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82162024-10-18T22:50:16.931Z[ recovery-image] Oct 18 22:50:16.115 INFO O| Oct 18 22:50:16.115 INFO STEP 72 (remove_files) COMPLETE
82172024-10-18T22:50:16.931Z[ recovery-image] Oct 18 22:50:16.115 INFO O| Oct 18 22:50:16.115 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82182024-10-18T22:50:16.947Z[ recovery-image] Oct 18 22:50:16.131 INFO O| Oct 18 22:50:16.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82192024-10-18T22:50:16.947Z[ recovery-image] Oct 18 22:50:16.131 INFO O| Oct 18 22:50:16.131 INFO STEP 73 (remove_files) COMPLETE
82202024-10-18T22:50:16.950Z[ recovery-image] Oct 18 22:50:16.131 INFO O| Oct 18 22:50:16.131 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82212024-10-18T22:50:16.959Z[ recovery-image] Oct 18 22:50:16.143 INFO O| Oct 18 22:50:16.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82222024-10-18T22:50:16.959Z[ recovery-image] Oct 18 22:50:16.143 INFO O| Oct 18 22:50:16.143 INFO STEP 74 (remove_files) COMPLETE
82232024-10-18T22:50:16.961Z[ recovery-image] Oct 18 22:50:16.143 INFO O| Oct 18 22:50:16.143 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82242024-10-18T22:50:16.969Z[ recovery-image] Oct 18 22:50:16.154 INFO O| Oct 18 22:50:16.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82252024-10-18T22:50:16.969Z[ recovery-image] Oct 18 22:50:16.154 INFO O| Oct 18 22:50:16.154 INFO STEP 75 (remove_files) COMPLETE
82262024-10-18T22:50:16.971Z[ recovery-image] Oct 18 22:50:16.154 INFO O| Oct 18 22:50:16.154 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82272024-10-18T22:50:16.979Z[ recovery-image] Oct 18 22:50:16.164 INFO O| Oct 18 22:50:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82282024-10-18T22:50:16.981Z[ recovery-image] Oct 18 22:50:16.164 INFO O| Oct 18 22:50:16.164 INFO STEP 76 (remove_files) COMPLETE
82292024-10-18T22:50:16.981Z[ recovery-image] Oct 18 22:50:16.164 INFO O| Oct 18 22:50:16.164 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82302024-10-18T22:50:16.984Z[ host-image] Oct 18 22:50:16.166 INFO O| Oct 18 22:50:16.166 INFO O| Actions: Completed 22 actions in 0.75 seconds.
82312024-10-18T22:50:16.989Z[ recovery-image] Oct 18 22:50:16.173 INFO O| Oct 18 22:50:16.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82322024-10-18T22:50:16.991Z[ recovery-image] Oct 18 22:50:16.174 INFO O| Oct 18 22:50:16.174 INFO STEP 77 (remove_files) COMPLETE
82332024-10-18T22:50:16.991Z[ recovery-image] Oct 18 22:50:16.174 INFO O| Oct 18 22:50:16.174 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82342024-10-18T22:50:16.999Z[ recovery-image] Oct 18 22:50:16.184 INFO O| Oct 18 22:50:16.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82352024-10-18T22:50:16.999Z[ recovery-image] Oct 18 22:50:16.184 INFO O| Oct 18 22:50:16.184 INFO STEP 78 (remove_files) COMPLETE
82362024-10-18T22:50:17.002Z[ recovery-image] Oct 18 22:50:16.184 INFO O| Oct 18 22:50:16.184 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82372024-10-18T22:50:17.011Z[ recovery-image] Oct 18 22:50:16.196 INFO O| Oct 18 22:50:16.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82382024-10-18T22:50:17.011Z[ recovery-image] Oct 18 22:50:16.196 INFO O| Oct 18 22:50:16.196 INFO STEP 79 (remove_files) COMPLETE
82392024-10-18T22:50:17.014Z[ recovery-image] Oct 18 22:50:16.196 INFO O| Oct 18 22:50:16.196 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82402024-10-18T22:50:17.022Z[ recovery-image] Oct 18 22:50:16.206 INFO O| Oct 18 22:50:16.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82412024-10-18T22:50:17.024Z[ recovery-image] Oct 18 22:50:16.206 INFO O| Oct 18 22:50:16.206 INFO STEP 80 (remove_files) COMPLETE
82422024-10-18T22:50:17.024Z[ recovery-image] Oct 18 22:50:16.206 INFO O| Oct 18 22:50:16.206 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82432024-10-18T22:50:17.032Z[ recovery-image] Oct 18 22:50:16.216 INFO O| Oct 18 22:50:16.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82442024-10-18T22:50:17.034Z[ recovery-image] Oct 18 22:50:16.216 INFO O| Oct 18 22:50:16.216 INFO STEP 81 (remove_files) COMPLETE
82452024-10-18T22:50:17.034Z[ recovery-image] Oct 18 22:50:16.217 INFO O| Oct 18 22:50:16.216 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82462024-10-18T22:50:17.042Z[ recovery-image] Oct 18 22:50:16.227 INFO O| Oct 18 22:50:16.227 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82472024-10-18T22:50:17.042Z[ recovery-image] Oct 18 22:50:16.227 INFO O| Oct 18 22:50:16.227 INFO STEP 82 (remove_files) COMPLETE
82482024-10-18T22:50:17.044Z[ recovery-image] Oct 18 22:50:16.227 INFO O| Oct 18 22:50:16.227 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82492024-10-18T22:50:17.053Z[ recovery-image] Oct 18 22:50:16.237 INFO O| Oct 18 22:50:16.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82502024-10-18T22:50:17.053Z[ recovery-image] Oct 18 22:50:16.237 INFO O| Oct 18 22:50:16.237 INFO STEP 83 (remove_files) COMPLETE
82512024-10-18T22:50:17.055Z[ recovery-image] Oct 18 22:50:16.237 INFO O| Oct 18 22:50:16.237 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82522024-10-18T22:50:17.064Z[ recovery-image] Oct 18 22:50:16.248 INFO O| Oct 18 22:50:16.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82532024-10-18T22:50:17.064Z[ recovery-image] Oct 18 22:50:16.248 INFO O| Oct 18 22:50:16.248 INFO STEP 84 (remove_files) COMPLETE
82542024-10-18T22:50:17.066Z[ recovery-image] Oct 18 22:50:16.248 INFO O| Oct 18 22:50:16.248 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82552024-10-18T22:50:17.074Z[ recovery-image] Oct 18 22:50:16.259 INFO O| Oct 18 22:50:16.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82562024-10-18T22:50:17.074Z[ recovery-image] Oct 18 22:50:16.259 INFO O| Oct 18 22:50:16.259 INFO STEP 85 (remove_files) COMPLETE
82572024-10-18T22:50:17.074Z[ recovery-image] Oct 18 22:50:16.259 INFO O| Oct 18 22:50:16.259 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82582024-10-18T22:50:17.086Z[ recovery-image] Oct 18 22:50:16.270 INFO O| Oct 18 22:50:16.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82592024-10-18T22:50:17.088Z[ recovery-image] Oct 18 22:50:16.271 INFO O| Oct 18 22:50:16.270 INFO STEP 86 (remove_files) COMPLETE
82602024-10-18T22:50:17.088Z[ recovery-image] Oct 18 22:50:16.271 INFO O| Oct 18 22:50:16.271 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82612024-10-18T22:50:17.096Z[ recovery-image] Oct 18 22:50:16.281 INFO O| Oct 18 22:50:16.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82622024-10-18T22:50:17.096Z[ recovery-image] Oct 18 22:50:16.281 INFO O| Oct 18 22:50:16.281 INFO STEP 87 (remove_files) COMPLETE
82632024-10-18T22:50:17.096Z[ recovery-image] Oct 18 22:50:16.281 INFO O| Oct 18 22:50:16.281 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82642024-10-18T22:50:17.106Z[ recovery-image] Oct 18 22:50:16.291 INFO O| Oct 18 22:50:16.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82652024-10-18T22:50:17.106Z[ recovery-image] Oct 18 22:50:16.291 INFO O| Oct 18 22:50:16.291 INFO STEP 88 (remove_files) COMPLETE
82662024-10-18T22:50:17.109Z[ recovery-image] Oct 18 22:50:16.291 INFO O| Oct 18 22:50:16.291 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82672024-10-18T22:50:17.117Z[ recovery-image] Oct 18 22:50:16.302 INFO O| Oct 18 22:50:16.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82682024-10-18T22:50:17.117Z[ recovery-image] Oct 18 22:50:16.302 INFO O| Oct 18 22:50:16.302 INFO STEP 89 (remove_files) COMPLETE
82692024-10-18T22:50:17.117Z[ recovery-image] Oct 18 22:50:16.302 INFO O| Oct 18 22:50:16.302 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82702024-10-18T22:50:17.129Z[ recovery-image] Oct 18 22:50:16.313 INFO O| Oct 18 22:50:16.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82712024-10-18T22:50:17.129Z[ recovery-image] Oct 18 22:50:16.313 INFO O| Oct 18 22:50:16.313 INFO STEP 90 (remove_files) COMPLETE
82722024-10-18T22:50:17.132Z[ recovery-image] Oct 18 22:50:16.313 INFO O| Oct 18 22:50:16.313 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82732024-10-18T22:50:17.139Z[ recovery-image] Oct 18 22:50:16.324 INFO O| Oct 18 22:50:16.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82742024-10-18T22:50:17.139Z[ recovery-image] Oct 18 22:50:16.324 INFO O| Oct 18 22:50:16.324 INFO STEP 91 (remove_files) COMPLETE
82752024-10-18T22:50:17.139Z[ recovery-image] Oct 18 22:50:16.324 INFO O| Oct 18 22:50:16.324 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82762024-10-18T22:50:17.150Z[ recovery-image] Oct 18 22:50:16.334 INFO O| Oct 18 22:50:16.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82772024-10-18T22:50:17.150Z[ recovery-image] Oct 18 22:50:16.334 INFO O| Oct 18 22:50:16.334 INFO STEP 92 (remove_files) COMPLETE
82782024-10-18T22:50:17.150Z[ recovery-image] Oct 18 22:50:16.334 INFO O| Oct 18 22:50:16.334 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82792024-10-18T22:50:17.160Z[ recovery-image] Oct 18 22:50:16.344 INFO O| Oct 18 22:50:16.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82802024-10-18T22:50:17.160Z[ recovery-image] Oct 18 22:50:16.345 INFO O| Oct 18 22:50:16.345 INFO STEP 93 (remove_files) COMPLETE
82812024-10-18T22:50:17.163Z[ recovery-image] Oct 18 22:50:16.345 INFO O| Oct 18 22:50:16.345 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82822024-10-18T22:50:17.171Z[ recovery-image] Oct 18 22:50:16.355 INFO O| Oct 18 22:50:16.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82832024-10-18T22:50:17.171Z[ recovery-image] Oct 18 22:50:16.356 INFO O| Oct 18 22:50:16.356 INFO STEP 94 (remove_files) COMPLETE
82842024-10-18T22:50:17.173Z[ recovery-image] Oct 18 22:50:16.356 INFO O| Oct 18 22:50:16.356 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82852024-10-18T22:50:17.187Z[ recovery-image] Oct 18 22:50:16.371 INFO O| Oct 18 22:50:16.371 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82862024-10-18T22:50:17.189Z[ recovery-image] Oct 18 22:50:16.372 INFO O| Oct 18 22:50:16.371 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "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_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82872024-10-18T22:50:17.299Z[ host-image] Oct 18 22:50:16.483 INFO O| Oct 18 22:50:16.483 INFO O| Done
82882024-10-18T22:50:17.299Z[ host-image] Oct 18 22:50:16.483 INFO O| Oct 18 22:50:16.483 INFO O| Done
82892024-10-18T22:50:17.791Z[ host-image] Oct 18 22:50:16.975 INFO O| Oct 18 22:50:16.975 INFO O| Done
82902024-10-18T22:50:19.004Z[ host-image] Oct 18 22:50:18.188 INFO O| Oct 18 22:50:18.188 INFO O| Done
82912024-10-18T22:50:19.029Z[ host-image] Oct 18 22:50:18.213 INFO O| Oct 18 22:50:18.213 INFO O| Done
82922024-10-18T22:50:19.029Z[ host-image] Oct 18 22:50:18.213 INFO O| Oct 18 22:50:18.213 INFO O| Done
82932024-10-18T22:50:19.039Z[ host-image] Oct 18 22:50:18.223 INFO O| Oct 18 22:50:18.223 INFO O| Done
82942024-10-18T22:50:19.143Z[ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO STEP 14 (pkg_install) COMPLETE
82952024-10-18T22:50:19.143Z[ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82962024-10-18T22:50:19.145Z[ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO skip step because feature "mfg" is not enabled
82972024-10-18T22:50:19.145Z[ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
82982024-10-18T22:50:19.145Z[ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO skip step because feature "compliance" is not enabled
82992024-10-18T22:50:19.145Z[ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83002024-10-18T22:50:19.145Z[ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO skip step because feature "stress" is not enabled
83012024-10-18T22:50:19.145Z[ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
83022024-10-18T22:50:19.145Z[ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO skip step because feature "nfs" is not enabled
83032024-10-18T22:50:19.145Z[ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
83042024-10-18T22:50:19.146Z[ host-image] Oct 18 22:50:18.327 INFO O| Oct 18 22:50:18.327 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
83052024-10-18T22:50:19.222Z[ host-image] Oct 18 22:50:18.406 INFO O| Oct 18 22:50:18.406 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
83062024-10-18T22:50:19.298Z[ host-image] Oct 18 22:50:18.482 INFO O| Oct 18 22:50:18.482 INFO completed processing gimlet/ramdisk-01-os
83072024-10-18T22:50:19.301Z[ host-image] Oct 18 22:50:18.484 INFO omicron1 baseline generation...
83082024-10-18T22:50:19.301Z[ host-image] Oct 18 22:50:18.485 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
83092024-10-18T22:50:19.717Z[ host-image] Oct 18 22:50:18.901 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22979:20241018T213840Z
83102024-10-18T22:50:26.900Z[ recovery-image] Oct 18 22:50:26.083 INFO O| Oct 18 22:50:26.083 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
83112024-10-18T22:50:26.900Z[ recovery-image] Oct 18 22:50:26.084 INFO O| Oct 18 22:50:26.083 INFO E| svccfg: Loaded 67 smf(7) service descriptions
83122024-10-18T22:50:26.913Z[ recovery-image] Oct 18 22:50:26.096 INFO O| Oct 18 22:50:26.096 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"}
83132024-10-18T22:50:26.990Z[ recovery-image] Oct 18 22:50:26.174 INFO O| Oct 18 22:50:26.174 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
83142024-10-18T22:50:26.990Z[ recovery-image] Oct 18 22:50:26.174 INFO O| Oct 18 22:50:26.174 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 ...
83152024-10-18T22:50:26.993Z[ recovery-image] Oct 18 22:50:26.175 INFO O| Oct 18 22:50:26.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
83162024-10-18T22:50:26.993Z[ recovery-image] Oct 18 22:50:26.175 INFO O| Oct 18 22:50:26.175 INFO ok!
83172024-10-18T22:50:26.993Z[ recovery-image] Oct 18 22:50:26.175 INFO O| Oct 18 22:50:26.175 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
83182024-10-18T22:50:26.993Z[ recovery-image] Oct 18 22:50:26.176 INFO O| Oct 18 22:50:26.176 INFO STEP 95 (seed_smf) COMPLETE
83192024-10-18T22:50:26.993Z[ recovery-image] Oct 18 22:50:26.176 INFO O| Oct 18 22:50:26.176 INFO steps complete; finalising image!
83202024-10-18T22:50:26.993Z[ recovery-image] Oct 18 22:50:26.176 INFO O| Oct 18 22:50:26.176 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83212024-10-18T22:50:27.026Z[ recovery-image] Oct 18 22:50:26.209 INFO O| Oct 18 22:50:26.209 INFO trim TEMPORARY-gimlet-zfs-recovery: (4% trimmed, started at Fri Oct 18 22:50:26 2024)
83222024-10-18T22:50:27.239Z[ recovery-image] Oct 18 22:50:26.423 INFO O| Oct 18 22:50:26.423 INFO trim TEMPORARY-gimlet-zfs-recovery: (98% trimmed, started at Fri Oct 18 22:50:26 2024)
83232024-10-18T22:50:27.462Z[ recovery-image] Oct 18 22:50:26.645 INFO O| Oct 18 22:50:26.645 INFO temporary pool has 402M used, 1.36G avail, 1.00x compressratio
83242024-10-18T22:50:27.462Z[ recovery-image] Oct 18 22:50:26.645 INFO O| Oct 18 22:50:26.645 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83252024-10-18T22:50:27.705Z[ recovery-image] Oct 18 22:50:26.888 INFO O| Oct 18 22:50:26.888 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
83262024-10-18T22:50:27.705Z[ recovery-image] Oct 18 22:50:26.888 INFO O| Oct 18 22:50:26.888 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83272024-10-18T22:50:30.827Z[ recovery-image] Oct 18 22:50:30.010 INFO O| Oct 18 22:50:30.009 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83282024-10-18T22:50:30.827Z[ recovery-image] Oct 18 22:50:30.010 INFO O| Oct 18 22:50:30.010 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83292024-10-18T22:50:30.829Z[ recovery-image] Oct 18 22:50:30.010 INFO O| Oct 18 22:50:30.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83302024-10-18T22:50:30.830Z[ recovery-image] Oct 18 22:50:30.010 INFO O| Oct 18 22:50:30.010 INFO completed processing gimlet/zfs-recovery
83312024-10-18T22:50:30.830Z[ recovery-image] Oct 18 22:50:30.010 INFO O| Oct 18 22:50:30.010 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83322024-10-18T22:50:31.038Z[ recovery-image] Oct 18 22:50:30.221 INFO O| Oct 18 22:50:30.221 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83332024-10-18T22:50:31.110Z[ recovery-image] Oct 18 22:50:30.293 INFO BUILD STRING "heads/stlouis-0-g6733cffb07\n"
83342024-10-18T22:50:31.112Z[ recovery-image] Oct 18 22:50:30.293 INFO expanded image name: "recovery e725a76/${os_short_commit} 2024-10-18 22:21" -> "recovery e725a76/6733cff 2024-10-18 22:21"
83352024-10-18T22:50:31.112Z[ recovery-image] Oct 18 22:50:30.293 INFO output artefacts stored in: "/work/os-recovery"
83362024-10-18T22:50:31.112Z[ recovery-image] Oct 18 22:50:30.293 INFO collecting git info from project "amd-host-image-builder"...
83372024-10-18T22:50:31.355Z[ recovery-image] Oct 18 22:50:30.537 INFO collecting git info from project "amd-firmware"...
83382024-10-18T22:50:31.627Z[ recovery-image] Oct 18 22:50:30.810 INFO collecting git info from project "bootserver"...
83392024-10-18T22:50:31.633Z[ recovery-image] Oct 18 22:50:30.816 INFO collecting git info from project "chelsio-t6-roms"...
83402024-10-18T22:50:31.654Z[ recovery-image] Oct 18 22:50:30.837 INFO collecting git info from project "pinprick"...
83412024-10-18T22:50:31.661Z[ recovery-image] Oct 18 22:50:30.844 INFO collecting git info from project "pilot"...
83422024-10-18T22:50:31.672Z[ recovery-image] Oct 18 22:50:30.855 INFO collecting git info from project "image-builder"...
83432024-10-18T22:50:31.679Z[ recovery-image] Oct 18 22:50:30.862 INFO collecting git info from project "phbl"...
83442024-10-18T22:50:31.686Z[ recovery-image] Oct 18 22:50:30.869 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83452024-10-18T22:50:32.054Z[ recovery-image] Oct 18 22:50:31.237 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83462024-10-18T22:50:32.410Z[ recovery-image] Oct 18 22:50:31.593 INFO creating Oxide boot image...
83472024-10-18T22:50:32.411Z[ recovery-image] Oct 18 22:50:31.593 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery e725a76/6733cff 2024-10-18 22:21", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83482024-10-18T22:51:08.198Z[ host-image] Oct 18 22:51:07.377 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22979:20241018T213913Z
83492024-10-18T22:51:08.200Z[ host-image] Oct 18 22:51:07.377 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22979:20241018T213913Z
83502024-10-18T22:51:08.200Z[ host-image] Oct 18 22:51:07.378 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83512024-10-18T22:51:08.200Z[ host-image] Oct 18 22:51:07.378 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83522024-10-18T22:51:08.201Z[ host-image] Oct 18 22:51:07.378 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83532024-10-18T22:51:08.201Z[ host-image] Oct 18 22:51:07.378 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83542024-10-18T22:51:08.201Z[ host-image] Oct 18 22:51:07.379 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83552024-10-18T22:51:08.201Z[ host-image] Oct 18 22:51:07.379 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83562024-10-18T22:51:08.201Z[ host-image] Oct 18 22:51:07.379 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83572024-10-18T22:51:08.201Z[ host-image] Oct 18 22:51:07.379 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83582024-10-18T22:51:08.201Z[ host-image] Oct 18 22:51:07.379 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22979:20241018T213914Z
83592024-10-18T22:51:08.203Z[ host-image] Oct 18 22:51:07.381 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22979:20241018T213915Z
83602024-10-18T22:51:08.203Z[ host-image] Oct 18 22:51:07.382 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22979:20241018T213915Z
83612024-10-18T22:51:08.203Z[ host-image] Oct 18 22:51:07.382 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22979:20241018T213915Z
83622024-10-18T22:51:08.203Z[ host-image] Oct 18 22:51:07.382 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83632024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.383 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22979:20241018T213915Z
83642024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.384 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22979:20241018T213915Z
83652024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.384 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22979:20241018T213915Z
83662024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.384 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22979:20241018T213916Z
83672024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.384 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22979:20241018T213917Z
83682024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.384 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22979:20241018T213917Z
83692024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.384 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22979:20241018T213917Z
83702024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22979:20241018T213917Z
83712024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22979:20241018T213918Z
83722024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22979:20241018T213919Z
83732024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22979:20241018T213919Z
83742024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22979:20241018T213921Z
83752024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22979:20241018T213921Z
83762024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83772024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.385 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22979:20241018T213923Z
83782024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.386 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22979:20241018T213925Z
83792024-10-18T22:51:08.206Z[ host-image] Oct 18 22:51:07.386 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22979:20241018T213926Z
83802024-10-18T22:51:08.209Z[ host-image] Oct 18 22:51:07.386 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22979:20241018T213926Z
83812024-10-18T22:51:08.209Z[ host-image] Oct 18 22:51:07.387 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22979:20241018T213928Z
83822024-10-18T22:51:08.209Z[ host-image] Oct 18 22:51:07.387 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22979:20241018T213928Z
83832024-10-18T22:51:08.217Z[ host-image] Oct 18 22:51:07.396 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83842024-10-18T22:51:08.219Z[ host-image] Oct 18 22:51:07.396 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22979:20241018T213928Z
83852024-10-18T22:51:08.219Z[ host-image] Oct 18 22:51:07.397 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83862024-10-18T22:51:08.219Z[ host-image] Oct 18 22:51:07.397 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83872024-10-18T22:51:08.219Z[ host-image] Oct 18 22:51:07.397 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83882024-10-18T22:51:08.219Z[ host-image] Oct 18 22:51:07.398 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22979:20241018T213928Z
83892024-10-18T22:51:08.219Z[ host-image] Oct 18 22:51:07.398 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83902024-10-18T22:51:08.219Z[ host-image] Oct 18 22:51:07.398 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83912024-10-18T22:51:08.222Z[ host-image] Oct 18 22:51:07.399 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83922024-10-18T22:51:08.222Z[ host-image] Oct 18 22:51:07.400 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83932024-10-18T22:51:08.232Z[ host-image] Oct 18 22:51:07.412 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83942024-10-18T22:51:08.232Z[ host-image] Oct 18 22:51:07.412 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83952024-10-18T22:51:08.235Z[ host-image] Oct 18 22:51:07.412 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83962024-10-18T22:51:08.235Z[ host-image] Oct 18 22:51:07.413 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83972024-10-18T22:51:08.235Z[ host-image] Oct 18 22:51:07.414 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83982024-10-18T22:51:08.235Z[ host-image] Oct 18 22:51:07.414 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83992024-10-18T22:51:08.270Z[ host-image] Oct 18 22:51:07.450 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
84002024-10-18T22:51:08.273Z[ host-image] Oct 18 22:51:07.451 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
84012024-10-18T22:51:08.273Z[ host-image] Oct 18 22:51:07.451 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
84022024-10-18T22:51:08.273Z[ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22979:20241018T213930Z
84032024-10-18T22:51:08.273Z[ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22979:20241018T213936Z
84042024-10-18T22:51:08.273Z[ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
84052024-10-18T22:51:08.273Z[ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22979:20241018T213937Z
84062024-10-18T22:51:08.273Z[ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
84072024-10-18T22:51:08.273Z[ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
84082024-10-18T22:51:08.273Z[ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
84092024-10-18T22:51:08.273Z[ host-image] Oct 18 22:51:07.452 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22979:20241018T213937Z
84102024-10-18T22:51:08.275Z[ host-image] Oct 18 22:51:07.453 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
84112024-10-18T22:51:08.278Z[ host-image] Oct 18 22:51:07.457 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
84122024-10-18T22:51:08.278Z[ host-image] Oct 18 22:51:07.457 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
84132024-10-18T22:51:08.280Z[ host-image] Oct 18 22:51:07.458 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
84142024-10-18T22:51:08.280Z[ host-image] Oct 18 22:51:07.458 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22979:20241018T213937Z
84152024-10-18T22:51:08.280Z[ host-image] Oct 18 22:51:07.458 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
84162024-10-18T22:51:08.293Z[ host-image] Oct 18 22:51:07.473 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
84172024-10-18T22:51:08.296Z[ host-image] Oct 18 22:51:07.473 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22979:20241018T213937Z
84182024-10-18T22:51:08.296Z[ host-image] Oct 18 22:51:07.475 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22979:20241018T213938Z
84192024-10-18T22:51:08.298Z[ host-image] Oct 18 22:51:07.476 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22979:20241018T213938Z
84202024-10-18T22:51:08.298Z[ host-image] Oct 18 22:51:07.476 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84212024-10-18T22:51:08.298Z[ host-image] Oct 18 22:51:07.476 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22979:20241018T213939Z
84222024-10-18T22:51:08.298Z[ host-image] Oct 18 22:51:07.477 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22979:20241018T213940Z
84232024-10-18T22:51:08.298Z[ host-image] Oct 18 22:51:07.477 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22979:20241018T213940Z
84242024-10-18T22:51:08.298Z[ host-image] Oct 18 22:51:07.478 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22979:20241018T213940Z
84252024-10-18T22:51:08.301Z[ host-image] Oct 18 22:51:07.481 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84262024-10-18T22:51:08.304Z[ host-image] Oct 18 22:51:07.482 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22979:20241018T213940Z
84272024-10-18T22:51:08.304Z[ host-image] Oct 18 22:51:07.482 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22979:20241018T213941Z
84282024-10-18T22:51:08.304Z[ host-image] Oct 18 22:51:07.482 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84292024-10-18T22:51:08.304Z[ host-image] Oct 18 22:51:07.483 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22979:20241018T213942Z
84302024-10-18T22:51:08.304Z[ host-image] Oct 18 22:51:07.483 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22979:20241018T213942Z
84312024-10-18T22:51:08.304Z[ host-image] Oct 18 22:51:07.483 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22979:20241018T213942Z
84322024-10-18T22:51:08.304Z[ host-image] Oct 18 22:51:07.483 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22979:20241018T213942Z
84332024-10-18T22:51:08.312Z[ host-image] Oct 18 22:51:07.492 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22979:20241018T213942Z
84342024-10-18T22:51:08.312Z[ host-image] Oct 18 22:51:07.492 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84352024-10-18T22:51:08.315Z[ host-image] Oct 18 22:51:07.494 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22979:20241018T213942Z
84362024-10-18T22:51:08.317Z[ host-image] Oct 18 22:51:07.495 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22979:20241018T213942Z
84372024-10-18T22:51:08.317Z[ host-image] Oct 18 22:51:07.495 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22979:20241018T213942Z
84382024-10-18T22:51:08.317Z[ host-image] Oct 18 22:51:07.496 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22979:20241018T213943Z
84392024-10-18T22:51:08.317Z[ host-image] Oct 18 22:51:07.496 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22979:20241018T213943Z
84402024-10-18T22:51:08.317Z[ host-image] Oct 18 22:51:07.496 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22979:20241018T213943Z
84412024-10-18T22:51:08.328Z[ host-image] Oct 18 22:51:07.507 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22979:20241018T213945Z
84422024-10-18T22:51:08.330Z[ host-image] Oct 18 22:51:07.507 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22979:20241018T213944Z
84432024-10-18T22:51:08.330Z[ host-image] Oct 18 22:51:07.507 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22979:20241018T213944Z
84442024-10-18T22:51:08.330Z[ host-image] Oct 18 22:51:07.508 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22979:20241018T213944Z
84452024-10-18T22:51:08.330Z[ host-image] Oct 18 22:51:07.508 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22979:20241018T213945Z
84462024-10-18T22:51:08.351Z[ host-image] Oct 18 22:51:07.530 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22979:20241018T213948Z
84472024-10-18T22:51:08.353Z[ host-image] Oct 18 22:51:07.530 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22979:20241018T213945Z
84482024-10-18T22:51:08.353Z[ host-image] Oct 18 22:51:07.530 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22979:20241018T213945Z
84492024-10-18T22:51:08.353Z[ host-image] Oct 18 22:51:07.531 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z
84502024-10-18T22:51:08.353Z[ host-image] Oct 18 22:51:07.531 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z
84512024-10-18T22:51:08.381Z[ host-image] Oct 18 22:51:07.561 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22979:20241018T213945Z
84522024-10-18T22:51:08.384Z[ host-image] Oct 18 22:51:07.561 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84532024-10-18T22:51:08.384Z[ host-image] Oct 18 22:51:07.561 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22979:20241018T213945Z
84542024-10-18T22:51:08.384Z[ host-image] Oct 18 22:51:07.561 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22979:20241018T213946Z
84552024-10-18T22:51:08.384Z[ host-image] Oct 18 22:51:07.562 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22979:20241018T213946Z
84562024-10-18T22:51:08.384Z[ host-image] Oct 18 22:51:07.563 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84572024-10-18T22:51:08.384Z[ host-image] Oct 18 22:51:07.563 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84582024-10-18T22:51:08.387Z[ host-image] Oct 18 22:51:07.564 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22979:20241018T213947Z
84592024-10-18T22:51:08.387Z[ host-image] Oct 18 22:51:07.564 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22979:20241018T213947Z
84602024-10-18T22:51:08.387Z[ host-image] Oct 18 22:51:07.564 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22979:20241018T213947Z
84612024-10-18T22:51:08.387Z[ host-image] Oct 18 22:51:07.564 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22979:20241018T213947Z
84622024-10-18T22:51:08.387Z[ host-image] Oct 18 22:51:07.564 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22979:20241018T213947Z
84632024-10-18T22:51:08.387Z[ host-image] Oct 18 22:51:07.565 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22979:20241018T213948Z
84642024-10-18T22:51:08.390Z[ host-image] Oct 18 22:51:07.568 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84652024-10-18T22:51:08.390Z[ host-image] Oct 18 22:51:07.568 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22979:20241018T213948Z
84662024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.569 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22979:20241018T213948Z
84672024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.569 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22979:20241018T213948Z
84682024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.570 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22979:20241018T213949Z
84692024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.570 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22979:20241018T213949Z
84702024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.570 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22979:20241018T213949Z
84712024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.570 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84722024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.570 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84732024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.571 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22979:20241018T213951Z
84742024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.571 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22979:20241018T213952Z
84752024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.571 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84762024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.571 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84772024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.571 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84782024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.572 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84792024-10-18T22:51:08.393Z[ host-image] Oct 18 22:51:07.572 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84802024-10-18T22:51:08.396Z[ host-image] Oct 18 22:51:07.573 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84812024-10-18T22:51:08.396Z[ host-image] Oct 18 22:51:07.574 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84822024-10-18T22:51:08.396Z[ host-image] Oct 18 22:51:07.574 INFO O| tempdir @ "/tmp/.tmpZteZAp/tmp"
84832024-10-18T22:51:08.396Z[ host-image] Oct 18 22:51:07.574 INFO O| image root @ "/tmp/.tmpZteZAp/tmp/root"
84842024-10-18T22:51:08.396Z[ host-image] Oct 18 22:51:07.574 INFO O| creating image...
84852024-10-18T22:51:08.897Z[ host-image] Oct 18 22:51:08.077 INFO O| copying publishers...
84862024-10-18T22:51:18.087Z[ host-image] Oct 18 22:51:17.266 INFO O| adding properties...
84872024-10-18T22:51:19.116Z[ host-image] Oct 18 22:51:18.295 INFO O| installing packages...
84882024-10-18T22:51:28.648Z[ recovery-image] Oct 18 22:51:27.826 INFO O| ok, image written!
84892024-10-18T22:51:28.648Z[ recovery-image] Oct 18 22:51:27.826 INFO O| ok, boot_image_csum file written!
84902024-10-18T22:51:28.653Z[ recovery-image] Oct 18 22:51:27.831 INFO creating boot archive (CPIO)...
84912024-10-18T22:51:28.653Z[ recovery-image] Oct 18 22:51:27.831 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
84922024-10-18T22:51:28.661Z[ recovery-image] Oct 18 22:51:27.839 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84932024-10-18T22:51:28.661Z[ recovery-image] Oct 18 22:51:27.839 INFO E| + outfile=/work/os-recovery/cpio
84942024-10-18T22:51:28.663Z[ recovery-image] Oct 18 22:51:27.839 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84952024-10-18T22:51:28.663Z[ recovery-image] Oct 18 22:51:27.841 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84962024-10-18T22:51:28.663Z[ recovery-image] Oct 18 22:51:27.841 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84972024-10-18T22:51:28.695Z[ recovery-image] Oct 18 22:51:27.872 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84982024-10-18T22:51:28.695Z[ recovery-image] Oct 18 22:51:27.873 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84992024-10-18T22:51:28.702Z[ recovery-image] Oct 18 22:51:27.880 INFO creating compressed cpio/unix for nanobl-rs...
85002024-10-18T22:51:28.704Z[ recovery-image] Oct 18 22:51:27.880 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
85012024-10-18T22:51:28.990Z[ recovery-image] Oct 18 22:51:28.167 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
85022024-10-18T22:51:33.373Z[ recovery-image] Oct 18 22:51:32.551 INFO creating reset image...
85032024-10-18T22:51:33.376Z[ recovery-image] Oct 18 22:51:32.551 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
85042024-10-18T22:51:33.624Z[ recovery-image] Oct 18 22:51:32.802 INFO E| Updating crates.io index
85052024-10-18T22:51:33.746Z[ recovery-image] Oct 18 22:51:32.924 INFO E| Downloading crates ...
85062024-10-18T22:51:33.878Z[ recovery-image] Oct 18 22:51:33.055 INFO E| Downloaded shared_child v1.0.1
85072024-10-18T22:51:33.880Z[ recovery-image] Oct 18 22:51:33.057 INFO E| Downloaded os_pipe v1.2.1
85082024-10-18T22:51:33.887Z[ recovery-image] Oct 18 22:51:33.064 INFO E| Downloaded clap v4.5.17
85092024-10-18T22:51:33.897Z[ recovery-image] Oct 18 22:51:33.074 INFO E| Downloaded duct v0.13.7
85102024-10-18T22:51:33.906Z[ recovery-image] Oct 18 22:51:33.084 INFO E| Downloaded clap_builder v4.5.17
85112024-10-18T22:51:33.936Z[ recovery-image] Oct 18 22:51:33.113 INFO E| Downloaded libc v0.2.158
85122024-10-18T22:51:34.014Z[ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling proc-macro2 v1.0.86
85132024-10-18T22:51:34.014Z[ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling libc v0.2.158
85142024-10-18T22:51:34.016Z[ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling unicode-ident v1.0.13
85152024-10-18T22:51:34.016Z[ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling utf8parse v0.2.2
85162024-10-18T22:51:34.016Z[ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling colorchoice v1.0.2
85172024-10-18T22:51:34.016Z[ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling anstyle-query v1.1.1
85182024-10-18T22:51:34.016Z[ recovery-image] Oct 18 22:51:33.191 INFO E| Compiling anstyle v1.0.8
85192024-10-18T22:51:34.019Z[ recovery-image] Oct 18 22:51:33.196 INFO E| Compiling is_terminal_polyfill v1.70.1
85202024-10-18T22:51:34.226Z[ recovery-image] Oct 18 22:51:33.403 INFO E| Compiling anstyle-parse v0.2.5
85212024-10-18T22:51:34.248Z[ recovery-image] Oct 18 22:51:33.425 INFO E| Compiling strsim v0.11.1
85222024-10-18T22:51:34.253Z[ recovery-image] Oct 18 22:51:33.430 INFO E| Compiling clap_lex v0.7.2
85232024-10-18T22:51:34.256Z[ recovery-image] Oct 18 22:51:33.434 INFO E| Compiling heck v0.5.0
85242024-10-18T22:51:34.338Z[ recovery-image] Oct 18 22:51:33.515 INFO E| Compiling once_cell v1.19.0
85252024-10-18T22:51:34.641Z[ recovery-image] Oct 18 22:51:33.818 INFO E| Compiling anstream v0.6.15
85262024-10-18T22:51:34.972Z[ recovery-image] Oct 18 22:51:34.149 INFO E| Compiling clap_builder v4.5.17
85272024-10-18T22:51:35.516Z[ recovery-image] Oct 18 22:51:34.693 INFO E| Compiling os_pipe v1.2.1
85282024-10-18T22:51:35.516Z[ recovery-image] Oct 18 22:51:34.693 INFO E| Compiling shared_child v1.0.1
85292024-10-18T22:51:35.552Z[ recovery-image] Oct 18 22:51:34.729 INFO E| Compiling quote v1.0.37
85302024-10-18T22:51:35.699Z[ recovery-image] Oct 18 22:51:34.876 INFO E| Compiling duct v0.13.7
85312024-10-18T22:51:35.893Z[ recovery-image] Oct 18 22:51:35.069 INFO E| Compiling syn v2.0.77
85322024-10-18T22:51:36.055Z[ host-image] Oct 18 22:51:35.232 INFO O| seeding SMF database...
85332024-10-18T22:51:39.873Z[ recovery-image] Oct 18 22:51:39.049 INFO E| Compiling clap_derive v4.5.13
85342024-10-18T22:51:41.774Z[ recovery-image] Oct 18 22:51:40.950 INFO E| Compiling clap v4.5.17
85352024-10-18T22:51:41.837Z[ recovery-image] Oct 18 22:51:41.013 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85362024-10-18T22:51:42.844Z[ recovery-image] Oct 18 22:51:42.020 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.40s
85372024-10-18T22:51:42.854Z[ recovery-image] Oct 18 22:51:42.031 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85382024-10-18T22:51:42.978Z[ recovery-image] Oct 18 22:51:42.154 INFO E| Updating crates.io index
85392024-10-18T22:51:43.053Z[ recovery-image] Oct 18 22:51:42.228 INFO E| Downloading crates ...
85402024-10-18T22:51:43.100Z[ recovery-image] Oct 18 22:51:42.277 INFO E| Downloaded bit_field v0.10.2
85412024-10-18T22:51:43.102Z[ recovery-image] Oct 18 22:51:42.278 INFO E| Downloaded bitstruct_derive v0.1.0
85422024-10-18T22:51:43.103Z[ recovery-image] Oct 18 22:51:42.279 INFO E| Downloaded bitstruct v0.1.1
85432024-10-18T22:51:43.121Z[ recovery-image] Oct 18 22:51:42.297 INFO E| Downloaded raw-cpuid v10.7.0
85442024-10-18T22:51:43.124Z[ recovery-image] Oct 18 22:51:42.301 INFO E| Downloaded seq-macro v0.3.5
85452024-10-18T22:51:43.129Z[ recovery-image] Oct 18 22:51:42.305 INFO E| Downloaded cpio_reader v0.1.1
85462024-10-18T22:51:43.248Z[ recovery-image] Oct 18 22:51:42.424 INFO E| Downloaded x86 v0.52.0
85472024-10-18T22:51:43.307Z[ recovery-image] Oct 18 22:51:42.483 INFO E| Updating crates.io index
85482024-10-18T22:51:43.370Z[ recovery-image] Oct 18 22:51:42.546 INFO E| Downloading crates ...
85492024-10-18T22:51:43.442Z[ recovery-image] Oct 18 22:51:42.618 INFO E| Downloaded compiler_builtins v0.1.125
85502024-10-18T22:51:43.473Z[ recovery-image] Oct 18 22:51:42.649 INFO E| Downloaded unicode-width v0.1.13
85512024-10-18T22:51:43.542Z[ recovery-image] Oct 18 22:51:42.718 INFO E| Compiling compiler_builtins v0.1.125
85522024-10-18T22:51:43.542Z[ recovery-image] Oct 18 22:51:42.718 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)
85532024-10-18T22:51:43.542Z[ recovery-image] Oct 18 22:51:42.718 INFO E| Compiling proc-macro2 v1.0.86
85542024-10-18T22:51:43.544Z[ recovery-image] Oct 18 22:51:42.718 INFO E| Compiling unicode-ident v1.0.13
85552024-10-18T22:51:43.544Z[ recovery-image] Oct 18 22:51:42.718 INFO E| Compiling syn v1.0.109
85562024-10-18T22:51:43.544Z[ recovery-image] Oct 18 22:51:42.718 INFO E| Compiling x86 v0.52.0
85572024-10-18T22:51:43.544Z[ recovery-image] Oct 18 22:51:42.719 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85582024-10-18T22:51:43.544Z[ recovery-image] Oct 18 22:51:42.719 INFO E| Compiling seq-macro v0.3.5
85592024-10-18T22:51:44.731Z[ host-image] Oct 18 22:51:43.907 INFO O| configuring SMF profile...
85602024-10-18T22:51:44.734Z[ host-image] Oct 18 22:51:43.908 INFO O| modifying shadow(5)...
85612024-10-18T22:51:44.734Z[ host-image] Oct 18 22:51:43.908 INFO O| loading user and group database...
85622024-10-18T22:51:44.734Z[ host-image] Oct 18 22:51:43.908 INFO O| assessing packaged files...
85632024-10-18T22:51:46.975Z[ host-image] Oct 18 22:51:46.151 INFO O| creating archive...
85642024-10-18T22:51:47.009Z[ host-image] Oct 18 22:51:46.185 INFO O| missing from packaging:
85652024-10-18T22:51:47.009Z[ host-image] Oct 18 22:51:46.185 INFO O| "etc/.pwd.lock"
85662024-10-18T22:51:47.009Z[ host-image] Oct 18 22:51:46.185 INFO O| "etc/bash"
85672024-10-18T22:51:47.015Z[ host-image] Oct 18 22:51:46.190 INFO O| "etc/svc/profile/generic.xml"
85682024-10-18T22:51:47.015Z[ host-image] Oct 18 22:51:46.190 INFO O| "etc/svc/profile/inetd_services.xml"
85692024-10-18T22:51:47.017Z[ host-image] Oct 18 22:51:46.190 INFO O| "etc/svc/profile/name_service.xml"
85702024-10-18T22:51:47.017Z[ host-image] Oct 18 22:51:46.190 INFO O| "etc/svc/profile/platform.xml"
85712024-10-18T22:51:47.017Z[ host-image] Oct 18 22:51:46.190 INFO O| "etc/svc/profile/platform_omicron1.xml"
85722024-10-18T22:51:47.017Z[ host-image] Oct 18 22:51:46.190 INFO O| "etc/svc/repository.db"
85732024-10-18T22:51:47.022Z[ host-image] Oct 18 22:51:46.199 INFO O| "opt/ooce/share"
85742024-10-18T22:51:47.023Z[ host-image] Oct 18 22:51:46.199 INFO O| "opt/ooce/share/man"
85752024-10-18T22:51:47.026Z[ host-image] Oct 18 22:51:46.199 INFO O| "opt/ooce/share/man/man1"
85762024-10-18T22:51:47.032Z[ host-image] Oct 18 22:51:46.208 INFO O| finishing archive...
85772024-10-18T22:51:49.883Z[ host-image] Oct 18 22:51:49.059 INFO O| creating gzonly manifest...
85782024-10-18T22:51:49.895Z[ host-image] Oct 18 22:51:49.070 INFO O| ok
85792024-10-18T22:51:50.000Z[ host-image] Oct 18 22:51:49.176 INFO image builder template: ramdisk-02-trim...
85802024-10-18T22:51:50.000Z[ host-image] Oct 18 22:51:49.176 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/.tmpcbuUZ4/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
85812024-10-18T22:51:50.024Z[ host-image] Oct 18 22:51:49.199 INFO O| Oct 18 22:51:49.199 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85822024-10-18T22:51:50.027Z[ host-image] Oct 18 22:51:49.203 INFO O| Oct 18 22:51:49.203 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85832024-10-18T22:51:50.134Z[ host-image] Oct 18 22:51:49.309 INFO O| Oct 18 22:51:49.309 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85842024-10-18T22:51:50.219Z[ host-image] Oct 18 22:51:49.395 INFO O| Oct 18 22:51:49.395 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85852024-10-18T22:51:50.223Z[ host-image] Oct 18 22:51:49.395 INFO O| Oct 18 22:51:49.395 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85862024-10-18T22:51:50.226Z[ host-image] Oct 18 22:51:49.401 INFO O| Oct 18 22:51:49.401 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85872024-10-18T22:51:50.229Z[ host-image] Oct 18 22:51:49.405 INFO O| Oct 18 22:51:49.405 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85882024-10-18T22:51:50.236Z[ host-image] Oct 18 22:51:49.410 INFO O| Oct 18 22:51:49.410 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85892024-10-18T22:51:50.426Z[ host-image] Oct 18 22:51:49.602 INFO O| Oct 18 22:51:49.602 INFO rolled back to input snapshot; work may begin
85902024-10-18T22:51:50.426Z[ host-image] Oct 18 22:51:49.602 INFO O| Oct 18 22:51:49.602 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85912024-10-18T22:51:50.432Z[ host-image] Oct 18 22:51:49.608 INFO O| Oct 18 22:51:49.608 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85922024-10-18T22:51:50.441Z[ host-image] Oct 18 22:51:49.617 INFO O| Oct 18 22:51:49.617 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85932024-10-18T22:51:50.493Z[ host-image] Oct 18 22:51:49.668 INFO O| Oct 18 22:51:49.668 INFO STEP 0 (remove_files) COMPLETE
85942024-10-18T22:51:50.493Z[ host-image] Oct 18 22:51:49.668 INFO O| Oct 18 22:51:49.668 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85952024-10-18T22:51:50.504Z[ host-image] Oct 18 22:51:49.680 INFO O| Oct 18 22:51:49.680 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85962024-10-18T22:51:50.507Z[ host-image] Oct 18 22:51:49.682 INFO O| Oct 18 22:51:49.682 INFO STEP 1 (remove_files) COMPLETE
85972024-10-18T22:51:50.507Z[ host-image] Oct 18 22:51:49.682 INFO O| Oct 18 22:51:49.682 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85982024-10-18T22:51:50.516Z[ host-image] Oct 18 22:51:49.692 INFO O| Oct 18 22:51:49.692 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85992024-10-18T22:51:50.532Z[ host-image] Oct 18 22:51:49.708 INFO O| Oct 18 22:51:49.708 INFO STEP 2 (remove_files) COMPLETE
86002024-10-18T22:51:50.532Z[ host-image] Oct 18 22:51:49.708 INFO O| Oct 18 22:51:49.708 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86012024-10-18T22:51:50.543Z[ host-image] Oct 18 22:51:49.719 INFO O| Oct 18 22:51:49.719 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
86022024-10-18T22:51:50.548Z[ host-image] Oct 18 22:51:49.721 INFO O| Oct 18 22:51:49.721 INFO STEP 3 (remove_files) COMPLETE
86032024-10-18T22:51:50.548Z[ host-image] Oct 18 22:51:49.721 INFO O| Oct 18 22:51:49.721 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86042024-10-18T22:51:50.557Z[ host-image] Oct 18 22:51:49.731 INFO O| Oct 18 22:51:49.731 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
86052024-10-18T22:51:50.560Z[ host-image] Oct 18 22:51:49.736 INFO O| Oct 18 22:51:49.736 INFO STEP 4 (remove_files) COMPLETE
86062024-10-18T22:51:50.562Z[ host-image] Oct 18 22:51:49.736 INFO O| Oct 18 22:51:49.736 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86072024-10-18T22:51:50.571Z[ host-image] Oct 18 22:51:49.746 INFO O| Oct 18 22:51:49.746 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
86082024-10-18T22:51:50.574Z[ host-image] Oct 18 22:51:49.750 INFO O| Oct 18 22:51:49.750 INFO STEP 5 (remove_files) COMPLETE
86092024-10-18T22:51:50.574Z[ host-image] Oct 18 22:51:49.750 INFO O| Oct 18 22:51:49.750 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86102024-10-18T22:51:50.584Z[ host-image] Oct 18 22:51:49.760 INFO O| Oct 18 22:51:49.760 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
86112024-10-18T22:51:50.596Z[ host-image] Oct 18 22:51:49.772 INFO O| Oct 18 22:51:49.772 INFO STEP 6 (remove_files) COMPLETE
86122024-10-18T22:51:50.596Z[ host-image] Oct 18 22:51:49.772 INFO O| Oct 18 22:51:49.772 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86132024-10-18T22:51:50.608Z[ host-image] Oct 18 22:51:49.783 INFO O| Oct 18 22:51:49.782 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
86142024-10-18T22:51:50.621Z[ host-image] Oct 18 22:51:49.797 INFO O| Oct 18 22:51:49.797 INFO STEP 7 (remove_files) COMPLETE
86152024-10-18T22:51:50.621Z[ host-image] Oct 18 22:51:49.797 INFO O| Oct 18 22:51:49.797 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86162024-10-18T22:51:50.631Z[ host-image] Oct 18 22:51:49.807 INFO O| Oct 18 22:51:49.807 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86172024-10-18T22:51:50.716Z[ host-image] Oct 18 22:51:49.891 INFO O| Oct 18 22:51:49.891 INFO STEP 8 (remove_files) COMPLETE
86182024-10-18T22:51:50.716Z[ host-image] Oct 18 22:51:49.891 INFO O| Oct 18 22:51:49.891 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86192024-10-18T22:51:50.728Z[ host-image] Oct 18 22:51:49.904 INFO O| Oct 18 22:51:49.904 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86202024-10-18T22:51:50.819Z[ host-image] Oct 18 22:51:49.994 INFO O| Oct 18 22:51:49.994 INFO STEP 9 (remove_files) COMPLETE
86212024-10-18T22:51:50.819Z[ host-image] Oct 18 22:51:49.994 INFO O| Oct 18 22:51:49.994 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86222024-10-18T22:51:50.830Z[ host-image] Oct 18 22:51:50.006 INFO O| Oct 18 22:51:50.006 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86232024-10-18T22:51:50.834Z[ host-image] Oct 18 22:51:50.010 INFO O| Oct 18 22:51:50.010 INFO STEP 10 (remove_files) COMPLETE
86242024-10-18T22:51:50.834Z[ host-image] Oct 18 22:51:50.010 INFO O| Oct 18 22:51:50.010 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86252024-10-18T22:51:50.844Z[ host-image] Oct 18 22:51:50.020 INFO O| Oct 18 22:51:50.020 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86262024-10-18T22:51:50.849Z[ host-image] Oct 18 22:51:50.021 INFO O| Oct 18 22:51:50.021 INFO STEP 11 (remove_files) COMPLETE
86272024-10-18T22:51:50.849Z[ host-image] Oct 18 22:51:50.021 INFO O| Oct 18 22:51:50.021 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86282024-10-18T22:51:50.855Z[ host-image] Oct 18 22:51:50.031 INFO O| Oct 18 22:51:50.030 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86292024-10-18T22:51:50.858Z[ host-image] Oct 18 22:51:50.032 INFO O| Oct 18 22:51:50.032 INFO STEP 12 (remove_files) COMPLETE
86302024-10-18T22:51:50.858Z[ host-image] Oct 18 22:51:50.032 INFO O| Oct 18 22:51:50.032 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86312024-10-18T22:51:51.129Z[ host-image] Oct 18 22:51:50.304 INFO O| Oct 18 22:51:50.304 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86322024-10-18T22:51:51.133Z[ host-image] Oct 18 22:51:50.309 INFO O| Oct 18 22:51:50.309 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86332024-10-18T22:51:51.135Z[ host-image] Oct 18 22:51:50.311 INFO O| Oct 18 22:51:50.310 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86342024-10-18T22:51:51.138Z[ host-image] Oct 18 22:51:50.312 INFO O| Oct 18 22:51:50.312 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86352024-10-18T22:51:51.249Z[ host-image] Oct 18 22:51:50.424 INFO O| Oct 18 22:51:50.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86362024-10-18T22:51:51.249Z[ host-image] Oct 18 22:51:50.424 INFO O| Oct 18 22:51:50.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86372024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.424 INFO O| Oct 18 22:51:50.424 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86382024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86392024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86402024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86412024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86422024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86432024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86442024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.425 INFO O| Oct 18 22:51:50.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86452024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.426 INFO O| Oct 18 22:51:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86462024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.426 INFO O| Oct 18 22:51:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86472024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.426 INFO O| Oct 18 22:51:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86482024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.426 INFO O| Oct 18 22:51:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86492024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.426 INFO O| Oct 18 22:51:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86502024-10-18T22:51:51.252Z[ host-image] Oct 18 22:51:50.426 INFO O| Oct 18 22:51:50.426 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86512024-10-18T22:51:51.255Z[ host-image] Oct 18 22:51:50.427 INFO O| Oct 18 22:51:50.427 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86522024-10-18T22:51:51.255Z[ host-image] Oct 18 22:51:50.428 INFO O| Oct 18 22:51:50.428 INFO STEP 13 (remove_files) COMPLETE
86532024-10-18T22:51:51.255Z[ host-image] Oct 18 22:51:50.428 INFO O| Oct 18 22:51:50.428 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86542024-10-18T22:51:51.263Z[ host-image] Oct 18 22:51:50.439 INFO O| Oct 18 22:51:50.439 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86552024-10-18T22:51:51.266Z[ host-image] Oct 18 22:51:50.440 INFO O| Oct 18 22:51:50.440 INFO STEP 14 (remove_files) COMPLETE
86562024-10-18T22:51:51.266Z[ host-image] Oct 18 22:51:50.440 INFO O| Oct 18 22:51:50.440 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86572024-10-18T22:51:51.274Z[ host-image] Oct 18 22:51:50.450 INFO O| Oct 18 22:51:50.450 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86582024-10-18T22:51:51.280Z[ host-image] Oct 18 22:51:50.456 INFO O| Oct 18 22:51:50.456 INFO STEP 15 (remove_files) COMPLETE
86592024-10-18T22:51:51.283Z[ host-image] Oct 18 22:51:50.456 INFO O| Oct 18 22:51:50.456 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86602024-10-18T22:51:51.290Z[ host-image] Oct 18 22:51:50.466 INFO O| Oct 18 22:51:50.466 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86612024-10-18T22:51:51.292Z[ host-image] Oct 18 22:51:50.466 INFO O| Oct 18 22:51:50.466 INFO STEP 16 (remove_files) COMPLETE
86622024-10-18T22:51:51.292Z[ host-image] Oct 18 22:51:50.466 INFO O| Oct 18 22:51:50.466 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86632024-10-18T22:51:51.300Z[ host-image] Oct 18 22:51:50.476 INFO O| Oct 18 22:51:50.475 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86642024-10-18T22:51:51.302Z[ host-image] Oct 18 22:51:50.477 INFO O| Oct 18 22:51:50.477 INFO STEP 17 (remove_files) COMPLETE
86652024-10-18T22:51:51.302Z[ host-image] Oct 18 22:51:50.477 INFO O| Oct 18 22:51:50.477 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86662024-10-18T22:51:51.311Z[ host-image] Oct 18 22:51:50.487 INFO O| Oct 18 22:51:50.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86672024-10-18T22:51:51.311Z[ host-image] Oct 18 22:51:50.487 INFO O| Oct 18 22:51:50.487 INFO STEP 18 (remove_files) COMPLETE
86682024-10-18T22:51:51.311Z[ host-image] Oct 18 22:51:50.487 INFO O| Oct 18 22:51:50.487 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86692024-10-18T22:51:51.320Z[ host-image] Oct 18 22:51:50.496 INFO O| Oct 18 22:51:50.496 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86702024-10-18T22:51:51.323Z[ host-image] Oct 18 22:51:50.496 INFO O| Oct 18 22:51:50.496 INFO STEP 19 (remove_files) COMPLETE
86712024-10-18T22:51:51.323Z[ host-image] Oct 18 22:51:50.496 INFO O| Oct 18 22:51:50.496 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86722024-10-18T22:51:51.330Z[ host-image] Oct 18 22:51:50.506 INFO O| Oct 18 22:51:50.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86732024-10-18T22:51:51.330Z[ host-image] Oct 18 22:51:50.506 INFO O| Oct 18 22:51:50.506 INFO STEP 20 (remove_files) COMPLETE
86742024-10-18T22:51:51.330Z[ host-image] Oct 18 22:51:50.506 INFO O| Oct 18 22:51:50.506 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86752024-10-18T22:51:51.340Z[ host-image] Oct 18 22:51:50.516 INFO O| Oct 18 22:51:50.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86762024-10-18T22:51:51.340Z[ host-image] Oct 18 22:51:50.516 INFO O| Oct 18 22:51:50.516 INFO STEP 21 (remove_files) COMPLETE
86772024-10-18T22:51:51.342Z[ host-image] Oct 18 22:51:50.516 INFO O| Oct 18 22:51:50.516 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86782024-10-18T22:51:51.350Z[ host-image] Oct 18 22:51:50.526 INFO O| Oct 18 22:51:50.526 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86792024-10-18T22:51:51.352Z[ host-image] Oct 18 22:51:50.526 INFO O| Oct 18 22:51:50.526 INFO STEP 22 (remove_files) COMPLETE
86802024-10-18T22:51:51.352Z[ host-image] Oct 18 22:51:50.526 INFO O| Oct 18 22:51:50.526 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86812024-10-18T22:51:51.360Z[ host-image] Oct 18 22:51:50.535 INFO O| Oct 18 22:51:50.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86822024-10-18T22:51:51.360Z[ host-image] Oct 18 22:51:50.535 INFO O| Oct 18 22:51:50.535 INFO STEP 23 (remove_files) COMPLETE
86832024-10-18T22:51:51.360Z[ host-image] Oct 18 22:51:50.535 INFO O| Oct 18 22:51:50.535 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86842024-10-18T22:51:51.369Z[ host-image] Oct 18 22:51:50.545 INFO O| Oct 18 22:51:50.545 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86852024-10-18T22:51:51.369Z[ host-image] Oct 18 22:51:50.545 INFO O| Oct 18 22:51:50.545 INFO STEP 24 (remove_files) COMPLETE
86862024-10-18T22:51:51.369Z[ host-image] Oct 18 22:51:50.545 INFO O| Oct 18 22:51:50.545 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86872024-10-18T22:51:51.378Z[ host-image] Oct 18 22:51:50.554 INFO O| Oct 18 22:51:50.554 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86882024-10-18T22:51:51.378Z[ host-image] Oct 18 22:51:50.554 INFO O| Oct 18 22:51:50.554 INFO STEP 25 (remove_files) COMPLETE
86892024-10-18T22:51:51.378Z[ host-image] Oct 18 22:51:50.554 INFO O| Oct 18 22:51:50.554 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86902024-10-18T22:51:51.388Z[ host-image] Oct 18 22:51:50.563 INFO O| Oct 18 22:51:50.563 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86912024-10-18T22:51:51.388Z[ host-image] Oct 18 22:51:50.564 INFO O| Oct 18 22:51:50.563 INFO STEP 26 (remove_files) COMPLETE
86922024-10-18T22:51:51.390Z[ host-image] Oct 18 22:51:50.564 INFO O| Oct 18 22:51:50.564 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86932024-10-18T22:51:51.397Z[ host-image] Oct 18 22:51:50.573 INFO O| Oct 18 22:51:50.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86942024-10-18T22:51:51.397Z[ host-image] Oct 18 22:51:50.573 INFO O| Oct 18 22:51:50.573 INFO STEP 27 (remove_files) COMPLETE
86952024-10-18T22:51:51.400Z[ host-image] Oct 18 22:51:50.573 INFO O| Oct 18 22:51:50.573 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86962024-10-18T22:51:51.407Z[ host-image] Oct 18 22:51:50.582 INFO O| Oct 18 22:51:50.582 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86972024-10-18T22:51:51.407Z[ host-image] Oct 18 22:51:50.583 INFO O| Oct 18 22:51:50.583 INFO STEP 28 (remove_files) COMPLETE
86982024-10-18T22:51:51.407Z[ host-image] Oct 18 22:51:50.583 INFO O| Oct 18 22:51:50.583 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86992024-10-18T22:51:51.416Z[ host-image] Oct 18 22:51:50.592 INFO O| Oct 18 22:51:50.592 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
87002024-10-18T22:51:51.416Z[ host-image] Oct 18 22:51:50.592 INFO O| Oct 18 22:51:50.592 INFO STEP 29 (remove_files) COMPLETE
87012024-10-18T22:51:51.419Z[ host-image] Oct 18 22:51:50.592 INFO O| Oct 18 22:51:50.592 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87022024-10-18T22:51:51.426Z[ host-image] Oct 18 22:51:50.602 INFO O| Oct 18 22:51:50.601 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
87032024-10-18T22:51:51.428Z[ host-image] Oct 18 22:51:50.602 INFO O| Oct 18 22:51:50.602 INFO STEP 30 (remove_files) COMPLETE
87042024-10-18T22:51:51.428Z[ host-image] Oct 18 22:51:50.602 INFO O| Oct 18 22:51:50.602 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87052024-10-18T22:51:51.435Z[ host-image] Oct 18 22:51:50.611 INFO O| Oct 18 22:51:50.611 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
87062024-10-18T22:51:51.437Z[ host-image] Oct 18 22:51:50.611 INFO O| Oct 18 22:51:50.611 INFO STEP 31 (remove_files) COMPLETE
87072024-10-18T22:51:51.438Z[ host-image] Oct 18 22:51:50.611 INFO O| Oct 18 22:51:50.611 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87082024-10-18T22:51:51.445Z[ host-image] Oct 18 22:51:50.620 INFO O| Oct 18 22:51:50.620 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
87092024-10-18T22:51:51.445Z[ host-image] Oct 18 22:51:50.620 INFO O| Oct 18 22:51:50.620 INFO STEP 32 (remove_files) COMPLETE
87102024-10-18T22:51:51.447Z[ host-image] Oct 18 22:51:50.621 INFO O| Oct 18 22:51:50.620 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87112024-10-18T22:51:51.454Z[ host-image] Oct 18 22:51:50.630 INFO O| Oct 18 22:51:50.630 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
87122024-10-18T22:51:51.456Z[ host-image] Oct 18 22:51:50.630 INFO O| Oct 18 22:51:50.630 INFO STEP 33 (remove_files) COMPLETE
87132024-10-18T22:51:51.456Z[ host-image] Oct 18 22:51:50.630 INFO O| Oct 18 22:51:50.630 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87142024-10-18T22:51:51.464Z[ host-image] Oct 18 22:51:50.640 INFO O| Oct 18 22:51:50.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87152024-10-18T22:51:51.464Z[ host-image] Oct 18 22:51:50.640 INFO O| Oct 18 22:51:50.640 INFO STEP 34 (remove_files) COMPLETE
87162024-10-18T22:51:51.467Z[ host-image] Oct 18 22:51:50.640 INFO O| Oct 18 22:51:50.640 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87172024-10-18T22:51:51.474Z[ host-image] Oct 18 22:51:50.650 INFO O| Oct 18 22:51:50.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87182024-10-18T22:51:51.474Z[ host-image] Oct 18 22:51:50.650 INFO O| Oct 18 22:51:50.650 INFO STEP 35 (remove_files) COMPLETE
87192024-10-18T22:51:51.477Z[ host-image] Oct 18 22:51:50.650 INFO O| Oct 18 22:51:50.650 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87202024-10-18T22:51:51.484Z[ host-image] Oct 18 22:51:50.660 INFO O| Oct 18 22:51:50.660 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87212024-10-18T22:51:51.487Z[ host-image] Oct 18 22:51:50.660 INFO O| Oct 18 22:51:50.660 INFO STEP 36 (remove_files) COMPLETE
87222024-10-18T22:51:51.487Z[ host-image] Oct 18 22:51:50.660 INFO O| Oct 18 22:51:50.660 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87232024-10-18T22:51:51.494Z[ host-image] Oct 18 22:51:50.670 INFO O| Oct 18 22:51:50.670 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87242024-10-18T22:51:51.494Z[ host-image] Oct 18 22:51:50.670 INFO O| Oct 18 22:51:50.670 INFO STEP 37 (remove_files) COMPLETE
87252024-10-18T22:51:51.497Z[ host-image] Oct 18 22:51:50.670 INFO O| Oct 18 22:51:50.670 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87262024-10-18T22:51:51.503Z[ host-image] Oct 18 22:51:50.679 INFO O| Oct 18 22:51:50.679 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87272024-10-18T22:51:51.503Z[ host-image] Oct 18 22:51:50.679 INFO O| Oct 18 22:51:50.679 INFO STEP 38 (remove_files) COMPLETE
87282024-10-18T22:51:51.506Z[ host-image] Oct 18 22:51:50.679 INFO O| Oct 18 22:51:50.679 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87292024-10-18T22:51:51.513Z[ host-image] Oct 18 22:51:50.689 INFO O| Oct 18 22:51:50.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87302024-10-18T22:51:51.513Z[ host-image] Oct 18 22:51:50.689 INFO O| Oct 18 22:51:50.689 INFO STEP 39 (remove_files) COMPLETE
87312024-10-18T22:51:51.515Z[ host-image] Oct 18 22:51:50.689 INFO O| Oct 18 22:51:50.689 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87322024-10-18T22:51:51.522Z[ host-image] Oct 18 22:51:50.698 INFO O| Oct 18 22:51:50.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87332024-10-18T22:51:51.523Z[ host-image] Oct 18 22:51:50.698 INFO O| Oct 18 22:51:50.698 INFO STEP 40 (remove_files) COMPLETE
87342024-10-18T22:51:51.525Z[ host-image] Oct 18 22:51:50.698 INFO O| Oct 18 22:51:50.698 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87352024-10-18T22:51:51.532Z[ host-image] Oct 18 22:51:50.708 INFO O| Oct 18 22:51:50.708 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87362024-10-18T22:51:51.532Z[ host-image] Oct 18 22:51:50.708 INFO O| Oct 18 22:51:50.708 INFO STEP 41 (remove_files) COMPLETE
87372024-10-18T22:51:51.534Z[ host-image] Oct 18 22:51:50.708 INFO O| Oct 18 22:51:50.708 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87382024-10-18T22:51:51.541Z[ host-image] Oct 18 22:51:50.717 INFO O| Oct 18 22:51:50.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87392024-10-18T22:51:51.544Z[ host-image] Oct 18 22:51:50.717 INFO O| Oct 18 22:51:50.717 INFO STEP 42 (remove_files) COMPLETE
87402024-10-18T22:51:51.544Z[ host-image] Oct 18 22:51:50.717 INFO O| Oct 18 22:51:50.717 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87412024-10-18T22:51:51.551Z[ host-image] Oct 18 22:51:50.727 INFO O| Oct 18 22:51:50.727 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87422024-10-18T22:51:51.551Z[ host-image] Oct 18 22:51:50.727 INFO O| Oct 18 22:51:50.727 INFO STEP 43 (remove_files) COMPLETE
87432024-10-18T22:51:51.554Z[ host-image] Oct 18 22:51:50.727 INFO O| Oct 18 22:51:50.727 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87442024-10-18T22:51:51.561Z[ host-image] Oct 18 22:51:50.737 INFO O| Oct 18 22:51:50.737 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87452024-10-18T22:51:51.561Z[ host-image] Oct 18 22:51:50.737 INFO O| Oct 18 22:51:50.737 INFO STEP 44 (remove_files) COMPLETE
87462024-10-18T22:51:51.564Z[ host-image] Oct 18 22:51:50.737 INFO O| Oct 18 22:51:50.737 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87472024-10-18T22:51:51.571Z[ host-image] Oct 18 22:51:50.747 INFO O| Oct 18 22:51:50.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87482024-10-18T22:51:51.571Z[ host-image] Oct 18 22:51:50.747 INFO O| Oct 18 22:51:50.747 INFO STEP 45 (remove_files) COMPLETE
87492024-10-18T22:51:51.573Z[ host-image] Oct 18 22:51:50.747 INFO O| Oct 18 22:51:50.747 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87502024-10-18T22:51:51.580Z[ host-image] Oct 18 22:51:50.756 INFO O| Oct 18 22:51:50.756 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87512024-10-18T22:51:51.580Z[ host-image] Oct 18 22:51:50.756 INFO O| Oct 18 22:51:50.756 INFO STEP 46 (remove_files) COMPLETE
87522024-10-18T22:51:51.580Z[ host-image] Oct 18 22:51:50.756 INFO O| Oct 18 22:51:50.756 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87532024-10-18T22:51:51.590Z[ host-image] Oct 18 22:51:50.766 INFO O| Oct 18 22:51:50.766 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87542024-10-18T22:51:51.590Z[ host-image] Oct 18 22:51:50.766 INFO O| Oct 18 22:51:50.766 INFO STEP 47 (remove_files) COMPLETE
87552024-10-18T22:51:51.592Z[ host-image] Oct 18 22:51:50.766 INFO O| Oct 18 22:51:50.766 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87562024-10-18T22:51:51.599Z[ host-image] Oct 18 22:51:50.775 INFO O| Oct 18 22:51:50.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87572024-10-18T22:51:51.602Z[ host-image] Oct 18 22:51:50.775 INFO O| Oct 18 22:51:50.775 INFO STEP 48 (remove_files) COMPLETE
87582024-10-18T22:51:51.602Z[ host-image] Oct 18 22:51:50.775 INFO O| Oct 18 22:51:50.775 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87592024-10-18T22:51:51.609Z[ host-image] Oct 18 22:51:50.785 INFO O| Oct 18 22:51:50.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87602024-10-18T22:51:51.612Z[ host-image] Oct 18 22:51:50.785 INFO O| Oct 18 22:51:50.785 INFO STEP 49 (remove_files) COMPLETE
87612024-10-18T22:51:51.612Z[ host-image] Oct 18 22:51:50.785 INFO O| Oct 18 22:51:50.785 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87622024-10-18T22:51:51.619Z[ host-image] Oct 18 22:51:50.795 INFO O| Oct 18 22:51:50.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87632024-10-18T22:51:51.619Z[ host-image] Oct 18 22:51:50.795 INFO O| Oct 18 22:51:50.795 INFO STEP 50 (remove_files) COMPLETE
87642024-10-18T22:51:51.622Z[ host-image] Oct 18 22:51:50.795 INFO O| Oct 18 22:51:50.795 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87652024-10-18T22:51:51.629Z[ host-image] Oct 18 22:51:50.804 INFO O| Oct 18 22:51:50.804 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87662024-10-18T22:51:51.629Z[ host-image] Oct 18 22:51:50.805 INFO O| Oct 18 22:51:50.805 INFO STEP 51 (remove_files) COMPLETE
87672024-10-18T22:51:51.631Z[ host-image] Oct 18 22:51:50.805 INFO O| Oct 18 22:51:50.805 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87682024-10-18T22:51:51.638Z[ host-image] Oct 18 22:51:50.814 INFO O| Oct 18 22:51:50.814 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87692024-10-18T22:51:51.638Z[ host-image] Oct 18 22:51:50.814 INFO O| Oct 18 22:51:50.814 INFO STEP 52 (remove_files) COMPLETE
87702024-10-18T22:51:51.641Z[ host-image] Oct 18 22:51:50.814 INFO O| Oct 18 22:51:50.814 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87712024-10-18T22:51:51.648Z[ host-image] Oct 18 22:51:50.824 INFO O| Oct 18 22:51:50.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87722024-10-18T22:51:51.651Z[ host-image] Oct 18 22:51:50.824 INFO O| Oct 18 22:51:50.824 INFO STEP 53 (remove_files) COMPLETE
87732024-10-18T22:51:51.651Z[ host-image] Oct 18 22:51:50.824 INFO O| Oct 18 22:51:50.824 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87742024-10-18T22:51:51.659Z[ host-image] Oct 18 22:51:50.834 INFO O| Oct 18 22:51:50.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87752024-10-18T22:51:51.659Z[ host-image] Oct 18 22:51:50.834 INFO O| Oct 18 22:51:50.834 INFO STEP 54 (remove_files) COMPLETE
87762024-10-18T22:51:51.661Z[ host-image] Oct 18 22:51:50.834 INFO O| Oct 18 22:51:50.834 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87772024-10-18T22:51:51.668Z[ host-image] Oct 18 22:51:50.844 INFO O| Oct 18 22:51:50.844 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87782024-10-18T22:51:51.670Z[ host-image] Oct 18 22:51:50.844 INFO O| Oct 18 22:51:50.844 INFO STEP 55 (remove_files) COMPLETE
87792024-10-18T22:51:51.670Z[ host-image] Oct 18 22:51:50.844 INFO O| Oct 18 22:51:50.844 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87802024-10-18T22:51:51.678Z[ host-image] Oct 18 22:51:50.854 INFO O| Oct 18 22:51:50.854 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87812024-10-18T22:51:51.678Z[ host-image] Oct 18 22:51:50.854 INFO O| Oct 18 22:51:50.854 INFO STEP 56 (remove_files) COMPLETE
87822024-10-18T22:51:51.678Z[ host-image] Oct 18 22:51:50.854 INFO O| Oct 18 22:51:50.854 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87832024-10-18T22:51:51.687Z[ host-image] Oct 18 22:51:50.863 INFO O| Oct 18 22:51:50.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87842024-10-18T22:51:51.690Z[ host-image] Oct 18 22:51:50.863 INFO O| Oct 18 22:51:50.863 INFO STEP 57 (remove_files) COMPLETE
87852024-10-18T22:51:51.690Z[ host-image] Oct 18 22:51:50.863 INFO O| Oct 18 22:51:50.863 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87862024-10-18T22:51:51.697Z[ host-image] Oct 18 22:51:50.873 INFO O| Oct 18 22:51:50.873 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87872024-10-18T22:51:51.700Z[ host-image] Oct 18 22:51:50.873 INFO O| Oct 18 22:51:50.873 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87882024-10-18T22:51:51.700Z[ host-image] Oct 18 22:51:50.873 INFO O| Oct 18 22:51:50.873 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87892024-10-18T22:51:51.700Z[ host-image] Oct 18 22:51:50.873 INFO O| Oct 18 22:51:50.873 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87902024-10-18T22:51:51.700Z[ host-image] Oct 18 22:51:50.874 INFO O| Oct 18 22:51:50.873 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87912024-10-18T22:51:51.700Z[ host-image] Oct 18 22:51:50.874 INFO O| Oct 18 22:51:50.873 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87922024-10-18T22:51:51.700Z[ host-image] Oct 18 22:51:50.874 INFO O| Oct 18 22:51:50.873 INFO ok!
87932024-10-18T22:51:51.700Z[ host-image] Oct 18 22:51:50.874 INFO O| Oct 18 22:51:50.873 INFO STEP 58 (ensure_file) COMPLETE
87942024-10-18T22:51:51.700Z[ host-image] Oct 18 22:51:50.874 INFO O| Oct 18 22:51:50.873 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87952024-10-18T22:51:51.708Z[ host-image] Oct 18 22:51:50.883 INFO O| Oct 18 22:51:50.883 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87962024-10-18T22:51:51.708Z[ host-image] Oct 18 22:51:50.883 INFO O| Oct 18 22:51:50.883 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87972024-10-18T22:51:51.711Z[ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87982024-10-18T22:51:51.711Z[ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87992024-10-18T22:51:51.711Z[ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88002024-10-18T22:51:51.711Z[ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
88012024-10-18T22:51:51.711Z[ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO ok!
88022024-10-18T22:51:51.711Z[ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO STEP 59 (ensure_file) COMPLETE
88032024-10-18T22:51:51.711Z[ host-image] Oct 18 22:51:50.884 INFO O| Oct 18 22:51:50.884 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88042024-10-18T22:51:51.718Z[ host-image] Oct 18 22:51:50.893 INFO O| Oct 18 22:51:50.893 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
88052024-10-18T22:51:51.720Z[ host-image] Oct 18 22:51:50.893 INFO O| Oct 18 22:51:50.893 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
88062024-10-18T22:51:51.720Z[ host-image] Oct 18 22:51:50.894 INFO O| Oct 18 22:51:50.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
88072024-10-18T22:51:51.720Z[ host-image] Oct 18 22:51:50.894 INFO O| Oct 18 22:51:50.894 INFO ok!
88082024-10-18T22:51:51.720Z[ host-image] Oct 18 22:51:50.894 INFO O| Oct 18 22:51:50.894 INFO STEP 60 (ensure_file) COMPLETE
88092024-10-18T22:51:51.720Z[ host-image] Oct 18 22:51:50.894 INFO O| Oct 18 22:51:50.894 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102024-10-18T22:51:51.727Z[ host-image] Oct 18 22:51:50.903 INFO O| Oct 18 22:51:50.903 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
88112024-10-18T22:51:51.727Z[ host-image] Oct 18 22:51:50.903 INFO O| Oct 18 22:51:50.903 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
88122024-10-18T22:51:51.731Z[ host-image] Oct 18 22:51:50.903 INFO O| Oct 18 22:51:50.903 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
88132024-10-18T22:51:51.731Z[ host-image] Oct 18 22:51:50.903 INFO O| Oct 18 22:51:50.903 INFO ok!
88142024-10-18T22:51:51.731Z[ host-image] Oct 18 22:51:50.903 INFO O| Oct 18 22:51:50.903 INFO STEP 61 (ensure_file) COMPLETE
88152024-10-18T22:51:51.731Z[ host-image] Oct 18 22:51:50.903 INFO O| Oct 18 22:51:50.903 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88162024-10-18T22:51:51.737Z[ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88172024-10-18T22:51:51.737Z[ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88182024-10-18T22:51:51.740Z[ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88192024-10-18T22:51:51.740Z[ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88202024-10-18T22:51:51.740Z[ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 INFO ok!
88212024-10-18T22:51:51.740Z[ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 INFO STEP 62 (ensure_file) COMPLETE
88222024-10-18T22:51:51.740Z[ host-image] Oct 18 22:51:50.913 INFO O| Oct 18 22:51:50.913 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88232024-10-18T22:51:51.747Z[ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88242024-10-18T22:51:51.747Z[ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88252024-10-18T22:51:51.750Z[ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88262024-10-18T22:51:51.750Z[ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88272024-10-18T22:51:51.750Z[ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO ok!
88282024-10-18T22:51:51.750Z[ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO STEP 63 (ensure_file) COMPLETE
88292024-10-18T22:51:51.750Z[ host-image] Oct 18 22:51:50.923 INFO O| Oct 18 22:51:50.923 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-10-18T22:51:51.757Z[ host-image] Oct 18 22:51:50.933 INFO O| Oct 18 22:51:50.933 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88312024-10-18T22:51:51.760Z[ host-image] Oct 18 22:51:50.933 INFO O| Oct 18 22:51:50.933 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88322024-10-18T22:51:51.760Z[ host-image] Oct 18 22:51:50.933 INFO O| Oct 18 22:51:50.933 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88332024-10-18T22:51:51.760Z[ host-image] Oct 18 22:51:50.933 INFO O| Oct 18 22:51:50.933 INFO ok!
88342024-10-18T22:51:51.760Z[ host-image] Oct 18 22:51:50.933 INFO O| Oct 18 22:51:50.933 INFO STEP 64 (assemble_files) COMPLETE
88352024-10-18T22:51:51.760Z[ host-image] Oct 18 22:51:50.933 INFO O| Oct 18 22:51:50.933 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88362024-10-18T22:51:51.767Z[ host-image] Oct 18 22:51:50.942 INFO O| Oct 18 22:51:50.942 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88372024-10-18T22:51:51.767Z[ host-image] Oct 18 22:51:50.942 INFO O| Oct 18 22:51:50.942 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88382024-10-18T22:51:51.769Z[ host-image] Oct 18 22:51:50.943 INFO O| Oct 18 22:51:50.943 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88392024-10-18T22:51:51.769Z[ host-image] Oct 18 22:51:50.943 INFO O| Oct 18 22:51:50.943 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88402024-10-18T22:51:51.769Z[ host-image] Oct 18 22:51:50.943 INFO O| Oct 18 22:51:50.943 INFO ok!
88412024-10-18T22:51:51.769Z[ host-image] Oct 18 22:51:50.943 INFO O| Oct 18 22:51:50.943 INFO STEP 65 (ensure_file) COMPLETE
88422024-10-18T22:51:51.769Z[ host-image] Oct 18 22:51:50.943 INFO O| Oct 18 22:51:50.943 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88432024-10-18T22:51:51.776Z[ host-image] Oct 18 22:51:50.952 INFO O| Oct 18 22:51:50.952 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88442024-10-18T22:51:51.779Z[ host-image] Oct 18 22:51:50.952 INFO O| Oct 18 22:51:50.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88452024-10-18T22:51:51.779Z[ host-image] Oct 18 22:51:50.952 INFO O| Oct 18 22:51:50.952 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88462024-10-18T22:51:51.779Z[ host-image] Oct 18 22:51:50.952 INFO O| Oct 18 22:51:50.952 INFO STEP 66 (ensure_dir) COMPLETE
88472024-10-18T22:51:51.779Z[ host-image] Oct 18 22:51:50.952 INFO O| Oct 18 22:51:50.952 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88482024-10-18T22:51:51.786Z[ host-image] Oct 18 22:51:50.962 INFO O| Oct 18 22:51:50.962 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88492024-10-18T22:51:51.786Z[ host-image] Oct 18 22:51:50.962 INFO O| Oct 18 22:51:50.962 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 ...
88502024-10-18T22:51:51.794Z[ host-image] Oct 18 22:51:50.969 INFO O| Oct 18 22:51:50.969 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
88512024-10-18T22:51:51.794Z[ host-image] Oct 18 22:51:50.969 INFO O| Oct 18 22:51:50.969 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88522024-10-18T22:51:51.794Z[ host-image] Oct 18 22:51:50.969 INFO O| Oct 18 22:51:50.969 INFO ok!
88532024-10-18T22:51:51.797Z[ host-image] Oct 18 22:51:50.969 INFO O| Oct 18 22:51:50.969 INFO STEP 67 (ensure_file) COMPLETE
88542024-10-18T22:51:51.797Z[ host-image] Oct 18 22:51:50.969 INFO O| Oct 18 22:51:50.969 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88552024-10-18T22:51:51.804Z[ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88562024-10-18T22:51:51.804Z[ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 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 ...
88572024-10-18T22:51:51.807Z[ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 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
88582024-10-18T22:51:51.807Z[ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88592024-10-18T22:51:51.807Z[ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 INFO ok!
88602024-10-18T22:51:51.807Z[ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 INFO STEP 68 (ensure_file) COMPLETE
88612024-10-18T22:51:51.807Z[ host-image] Oct 18 22:51:50.980 INFO O| Oct 18 22:51:50.980 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88622024-10-18T22:51:51.819Z[ host-image] Oct 18 22:51:50.994 INFO O| Oct 18 22:51:50.994 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88632024-10-18T22:51:51.819Z[ host-image] Oct 18 22:51:50.994 INFO O| Oct 18 22:51:50.994 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88642024-10-18T22:51:53.955Z[ host-image] Oct 18 22:51:53.130 INFO O| Oct 18 22:51:53.130 INFO STEP 69 (pack_tar) COMPLETE
88652024-10-18T22:51:53.955Z[ host-image] Oct 18 22:51:53.130 INFO O| Oct 18 22:51:53.130 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88662024-10-18T22:51:53.958Z[ host-image] Oct 18 22:51:53.130 INFO O| Oct 18 22:51:53.130 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88672024-10-18T22:51:54.191Z[ host-image] Oct 18 22:51:53.366 INFO O| Oct 18 22:51:53.366 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88682024-10-18T22:51:54.261Z[ host-image] Oct 18 22:51:53.436 INFO O| Oct 18 22:51:53.436 INFO completed processing gimlet/ramdisk-02-trim
88692024-10-18T22:51:54.264Z[ host-image] Oct 18 22:51:53.439 INFO image builder template: zfs...
88702024-10-18T22:51:54.264Z[ host-image] Oct 18 22:51:53.439 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/.tmpcbuUZ4/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
88712024-10-18T22:51:54.277Z[ host-image] Oct 18 22:51:53.453 INFO O| Oct 18 22:51:53.453 INFO skip include "stress" because feature "stress" is not enabled
88722024-10-18T22:51:54.309Z[ host-image] Oct 18 22:51:53.485 INFO O| Oct 18 22:51:53.485 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88732024-10-18T22:51:54.313Z[ host-image] Oct 18 22:51:53.489 INFO O| Oct 18 22:51:53.489 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88742024-10-18T22:51:54.369Z[ host-image] Oct 18 22:51:53.545 INFO O| Oct 18 22:51:53.545 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88752024-10-18T22:51:54.413Z[ host-image] Oct 18 22:51:53.588 INFO O| Oct 18 22:51:53.588 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88762024-10-18T22:51:54.415Z[ host-image] Oct 18 22:51:53.589 INFO O| Oct 18 22:51:53.589 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88772024-10-18T22:51:54.418Z[ host-image] Oct 18 22:51:53.593 INFO O| Oct 18 22:51:53.593 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88782024-10-18T22:51:54.466Z[ host-image] Oct 18 22:51:53.642 INFO O| Oct 18 22:51:53.642 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88792024-10-18T22:51:54.514Z[ host-image] Oct 18 22:51:53.690 INFO O| Oct 18 22:51:53.690 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88802024-10-18T22:51:54.526Z[ host-image] Oct 18 22:51:53.702 INFO O| Oct 18 22:51:53.702 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88812024-10-18T22:51:54.532Z[ host-image] Oct 18 22:51:53.707 INFO O| Oct 18 22:51:53.707 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88822024-10-18T22:51:54.534Z[ host-image] Oct 18 22:51:53.707 INFO O| Oct 18 22:51:53.707 INFO no lofi found
88832024-10-18T22:51:54.534Z[ host-image] Oct 18 22:51:53.707 INFO O| Oct 18 22:51:53.707 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88842024-10-18T22:51:54.534Z[ host-image] Oct 18 22:51:53.707 INFO O| Oct 18 22:51:53.707 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88852024-10-18T22:51:55.834Z[ host-image] Oct 18 22:51:55.009 INFO O| Oct 18 22:51:55.009 INFO lofi device = /dev/dsk/c2t1d0p0
88862024-10-18T22:51:55.834Z[ host-image] Oct 18 22:51:55.009 INFO O| Oct 18 22:51:55.009 INFO pool device = /dev/dsk/c2t1d0p0
88872024-10-18T22:51:55.834Z[ host-image] Oct 18 22:51:55.009 INFO O| Oct 18 22:51:55.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"]
88882024-10-18T22:51:55.907Z[ host-image] Oct 18 22:51:55.083 INFO O| Oct 18 22:51:55.083 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88892024-10-18T22:51:55.908Z[ host-image] Oct 18 22:51:55.083 INFO O| Oct 18 22:51:55.083 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88902024-10-18T22:51:55.925Z[ host-image] Oct 18 22:51:55.100 INFO O| Oct 18 22:51:55.100 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88912024-10-18T22:51:55.982Z[ host-image] Oct 18 22:51:55.158 INFO O| Oct 18 22:51:55.157 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88922024-10-18T22:51:56.020Z[ host-image] Oct 18 22:51:55.195 INFO O| Oct 18 22:51:55.195 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88932024-10-18T22:51:56.035Z[ host-image] Oct 18 22:51:55.210 INFO O| Oct 18 22:51:55.210 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88942024-10-18T22:51:56.046Z[ host-image] Oct 18 22:51:55.222 INFO O| Oct 18 22:51:55.222 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88952024-10-18T22:51:56.094Z[ host-image] Oct 18 22:51:55.270 INFO O| Oct 18 22:51:55.269 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88962024-10-18T22:51:56.094Z[ host-image] Oct 18 22:51:55.270 INFO O| Oct 18 22:51:55.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88972024-10-18T22:51:56.101Z[ host-image] Oct 18 22:51:55.270 INFO O| Oct 18 22:51:55.270 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88982024-10-18T22:51:56.104Z[ host-image] Oct 18 22:51:55.277 INFO O| Oct 18 22:51:55.277 INFO boot environment UUID: e5384799-7517-4bfa-8e38-987918bcca35
88992024-10-18T22:51:56.104Z[ host-image] Oct 18 22:51:55.277 INFO O| Oct 18 22:51:55.277 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = e5384799-7517-4bfa-8e38-987918bcca35
89002024-10-18T22:51:56.113Z[ host-image] Oct 18 22:51:55.288 INFO O| Oct 18 22:51:55.288 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
89012024-10-18T22:51:56.124Z[ host-image] Oct 18 22:51:55.299 INFO O| Oct 18 22:51:55.299 INFO STEP 0 (create_be) COMPLETE
89022024-10-18T22:51:56.124Z[ host-image] Oct 18 22:51:55.299 INFO O| Oct 18 22:51:55.299 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
89032024-10-18T22:51:56.140Z[ host-image] Oct 18 22:51:55.315 INFO O| Oct 18 22:51:55.315 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
89042024-10-18T22:52:02.877Z[ recovery-image] Oct 18 22:52:02.052 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)
89052024-10-18T22:52:05.715Z[ recovery-image] Oct 18 22:52:04.885 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)
89062024-10-18T22:52:07.369Z[ recovery-image] Oct 18 22:52:06.543 INFO E| Compiling quote v1.0.37
89072024-10-18T22:52:07.867Z[ recovery-image] Oct 18 22:52:07.038 INFO E| Compiling syn v2.0.77
89082024-10-18T22:52:12.158Z[ recovery-image] Oct 18 22:52:11.331 INFO E| Compiling scroll_derive v0.12.0
89092024-10-18T22:52:12.418Z[ recovery-image] Oct 18 22:52:11.589 INFO E| Compiling bitflags v1.3.2
89102024-10-18T22:52:12.420Z[ recovery-image] Oct 18 22:52:11.589 INFO E| Compiling log v0.4.22
89112024-10-18T22:52:12.420Z[ recovery-image] Oct 18 22:52:11.589 INFO E| Compiling adler2 v2.0.0
89122024-10-18T22:52:12.420Z[ recovery-image] Oct 18 22:52:11.589 INFO E| Compiling bit_field v0.10.2
89132024-10-18T22:52:12.423Z[ recovery-image] Oct 18 22:52:11.589 INFO E| Compiling plain v0.2.3
89142024-10-18T22:52:12.561Z[ recovery-image] Oct 18 22:52:11.735 INFO E| Compiling raw-cpuid v10.7.0
89152024-10-18T22:52:12.787Z[ recovery-image] Oct 18 22:52:11.959 INFO E| Compiling miniz_oxide v0.8.0
89162024-10-18T22:52:12.926Z[ recovery-image] Oct 18 22:52:12.099 INFO E| Compiling cpio_reader v0.1.1
89172024-10-18T22:52:13.063Z[ recovery-image] Oct 18 22:52:12.237 INFO E| Compiling static_assertions v1.1.0
89182024-10-18T22:52:14.725Z[ recovery-image] Oct 18 22:52:13.899 INFO E| Compiling scroll v0.12.0
89192024-10-18T22:52:15.656Z[ recovery-image] Oct 18 22:52:14.829 INFO E| Compiling goblin v0.8.2
89202024-10-18T22:52:17.838Z[ recovery-image] Oct 18 22:52:17.011 INFO E| Compiling bitstruct_derive v0.1.0
89212024-10-18T22:52:19.078Z[ host-image] Oct 18 22:52:18.251 INFO O| Oct 18 22:52:18.251 INFO STEP 1 (unpack_tar) COMPLETE
89222024-10-18T22:52:19.079Z[ host-image] Oct 18 22:52:18.252 INFO O| Oct 18 22:52:18.251 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89232024-10-18T22:52:19.096Z[ host-image] Oct 18 22:52:18.269 INFO O| Oct 18 22:52:18.268 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89242024-10-18T22:52:19.469Z[ host-image] Oct 18 22:52:18.642 INFO O| Oct 18 22:52:18.642 INFO STEP 2 (devfsadm) COMPLETE
89252024-10-18T22:52:19.469Z[ host-image] Oct 18 22:52:18.642 INFO O| Oct 18 22:52:18.642 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89262024-10-18T22:52:19.499Z[ host-image] Oct 18 22:52:18.672 INFO O| Oct 18 22:52:18.671 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89272024-10-18T22:52:19.499Z[ host-image] Oct 18 22:52:18.672 INFO O| Oct 18 22:52:18.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89282024-10-18T22:52:19.502Z[ host-image] Oct 18 22:52:18.672 INFO O| Oct 18 22:52:18.672 INFO STEP 3 (ensure_dir) COMPLETE
89292024-10-18T22:52:19.502Z[ host-image] Oct 18 22:52:18.672 INFO O| Oct 18 22:52:18.672 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89302024-10-18T22:52:19.544Z[ host-image] Oct 18 22:52:18.711 INFO O| Oct 18 22:52:18.709 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89312024-10-18T22:52:19.544Z[ host-image] Oct 18 22:52:18.711 INFO O| Oct 18 22:52:18.709 INFO STEP 4 (ensure_dir) COMPLETE
89322024-10-18T22:52:19.544Z[ host-image] Oct 18 22:52:18.711 INFO O| Oct 18 22:52:18.709 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89332024-10-18T22:52:19.560Z[ host-image] Oct 18 22:52:18.733 INFO O| Oct 18 22:52:18.725 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89342024-10-18T22:52:19.560Z[ host-image] Oct 18 22:52:18.733 INFO O| Oct 18 22:52:18.725 INFO STEP 5 (ensure_dir) COMPLETE
89352024-10-18T22:52:19.562Z[ host-image] Oct 18 22:52:18.733 INFO O| Oct 18 22:52:18.725 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89362024-10-18T22:52:19.570Z[ host-image] Oct 18 22:52:18.743 INFO O| Oct 18 22:52:18.743 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89372024-10-18T22:52:19.570Z[ host-image] Oct 18 22:52:18.743 INFO O| Oct 18 22:52:18.743 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89382024-10-18T22:52:19.572Z[ host-image] Oct 18 22:52:18.743 INFO O| Oct 18 22:52:18.743 INFO STEP 6 (ensure_dir) COMPLETE
89392024-10-18T22:52:19.572Z[ host-image] Oct 18 22:52:18.743 INFO O| Oct 18 22:52:18.743 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89402024-10-18T22:52:19.587Z[ host-image] Oct 18 22:52:18.760 INFO O| Oct 18 22:52:18.760 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89412024-10-18T22:52:19.589Z[ host-image] Oct 18 22:52:18.760 INFO O| Oct 18 22:52:18.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89422024-10-18T22:52:19.589Z[ host-image] Oct 18 22:52:18.760 INFO O| Oct 18 22:52:18.760 INFO STEP 7 (ensure_dir) COMPLETE
89432024-10-18T22:52:19.589Z[ host-image] Oct 18 22:52:18.760 INFO O| Oct 18 22:52:18.760 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89442024-10-18T22:52:19.604Z[ host-image] Oct 18 22:52:18.777 INFO O| Oct 18 22:52:18.777 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89452024-10-18T22:52:19.606Z[ host-image] Oct 18 22:52:18.777 INFO O| Oct 18 22:52:18.777 INFO STEP 8 (remove_files) COMPLETE
89462024-10-18T22:52:19.606Z[ host-image] Oct 18 22:52:18.777 INFO O| Oct 18 22:52:18.777 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89472024-10-18T22:52:19.623Z[ host-image] Oct 18 22:52:18.795 INFO O| Oct 18 22:52:18.794 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89482024-10-18T22:52:19.623Z[ host-image] Oct 18 22:52:18.796 INFO O| Oct 18 22:52:18.796 INFO STEP 9 (remove_files) COMPLETE
89492024-10-18T22:52:19.623Z[ host-image] Oct 18 22:52:18.796 INFO O| Oct 18 22:52:18.796 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89502024-10-18T22:52:19.646Z[ host-image] Oct 18 22:52:18.819 INFO O| Oct 18 22:52:18.819 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89512024-10-18T22:52:19.649Z[ host-image] Oct 18 22:52:18.820 INFO O| Oct 18 22:52:18.820 INFO STEP 10 (remove_files) COMPLETE
89522024-10-18T22:52:19.649Z[ host-image] Oct 18 22:52:18.821 INFO O| Oct 18 22:52:18.820 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89532024-10-18T22:52:19.664Z[ recovery-image] Oct 18 22:52:18.837 INFO E| Compiling bitstruct v0.1.1
89542024-10-18T22:52:19.674Z[ host-image] Oct 18 22:52:18.847 INFO O| Oct 18 22:52:18.847 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89552024-10-18T22:52:19.677Z[ host-image] Oct 18 22:52:18.847 INFO O| Oct 18 22:52:18.847 INFO STEP 11 (remove_files) COMPLETE
89562024-10-18T22:52:19.677Z[ host-image] Oct 18 22:52:18.847 INFO O| Oct 18 22:52:18.847 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89572024-10-18T22:52:19.733Z[ host-image] Oct 18 22:52:18.906 INFO O| Oct 18 22:52:18.906 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89582024-10-18T22:52:19.733Z[ host-image] Oct 18 22:52:18.906 INFO O| Oct 18 22:52:18.906 INFO STEP 12 (remove_files) COMPLETE
89592024-10-18T22:52:19.733Z[ host-image] Oct 18 22:52:18.906 INFO O| Oct 18 22:52:18.906 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89602024-10-18T22:52:19.765Z[ host-image] Oct 18 22:52:18.938 INFO O| Oct 18 22:52:18.938 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89612024-10-18T22:52:19.768Z[ host-image] Oct 18 22:52:18.939 INFO O| Oct 18 22:52:18.939 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89622024-10-18T22:52:19.768Z[ host-image] Oct 18 22:52:18.939 INFO O| Oct 18 22:52:18.939 INFO STEP 13 (ensure_dir) COMPLETE
89632024-10-18T22:52:19.768Z[ host-image] Oct 18 22:52:18.939 INFO O| Oct 18 22:52:18.939 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89642024-10-18T22:52:19.844Z[ host-image] Oct 18 22:52:19.017 INFO O| Oct 18 22:52:19.017 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89652024-10-18T22:52:19.844Z[ host-image] Oct 18 22:52:19.017 INFO O| Oct 18 22:52:19.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89662024-10-18T22:52:19.847Z[ host-image] Oct 18 22:52:19.018 INFO O| Oct 18 22:52:19.018 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89672024-10-18T22:52:19.847Z[ host-image] Oct 18 22:52:19.018 INFO O| Oct 18 22:52:19.018 INFO STEP 14 (ensure_dir) COMPLETE
89682024-10-18T22:52:19.847Z[ host-image] Oct 18 22:52:19.018 INFO O| Oct 18 22:52:19.018 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89692024-10-18T22:52:19.865Z[ host-image] Oct 18 22:52:19.038 INFO O| Oct 18 22:52:19.038 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89702024-10-18T22:52:19.865Z[ host-image] Oct 18 22:52:19.038 INFO O| Oct 18 22:52:19.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89712024-10-18T22:52:19.865Z[ host-image] Oct 18 22:52:19.038 INFO O| Oct 18 22:52:19.038 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89722024-10-18T22:52:19.868Z[ host-image] Oct 18 22:52:19.038 INFO O| Oct 18 22:52:19.038 INFO STEP 15 (ensure_dir) COMPLETE
89732024-10-18T22:52:19.868Z[ host-image] Oct 18 22:52:19.038 INFO O| Oct 18 22:52:19.038 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89742024-10-18T22:52:19.887Z[ host-image] Oct 18 22:52:19.060 INFO O| Oct 18 22:52:19.060 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89752024-10-18T22:52:19.887Z[ host-image] Oct 18 22:52:19.060 INFO O| Oct 18 22:52:19.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89762024-10-18T22:52:19.887Z[ host-image] Oct 18 22:52:19.060 INFO O| Oct 18 22:52:19.060 INFO STEP 16 (ensure_dir) COMPLETE
89772024-10-18T22:52:19.889Z[ host-image] Oct 18 22:52:19.060 INFO O| Oct 18 22:52:19.060 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89782024-10-18T22:52:19.907Z[ host-image] Oct 18 22:52:19.079 INFO O| Oct 18 22:52:19.079 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89792024-10-18T22:52:19.907Z[ host-image] Oct 18 22:52:19.080 INFO O| Oct 18 22:52:19.080 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89802024-10-18T22:52:19.909Z[ host-image] Oct 18 22:52:19.080 INFO O| Oct 18 22:52:19.080 INFO STEP 17 (ensure_dir) COMPLETE
89812024-10-18T22:52:19.909Z[ host-image] Oct 18 22:52:19.080 INFO O| Oct 18 22:52:19.080 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89822024-10-18T22:52:19.925Z[ host-image] Oct 18 22:52:19.098 INFO O| Oct 18 22:52:19.098 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89832024-10-18T22:52:19.925Z[ host-image] Oct 18 22:52:19.098 INFO O| Oct 18 22:52:19.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89842024-10-18T22:52:19.927Z[ host-image] Oct 18 22:52:19.098 INFO O| Oct 18 22:52:19.098 INFO ok!
89852024-10-18T22:52:19.927Z[ host-image] Oct 18 22:52:19.098 INFO O| Oct 18 22:52:19.098 INFO STEP 18 (ensure_symlink) COMPLETE
89862024-10-18T22:52:19.927Z[ host-image] Oct 18 22:52:19.098 INFO O| Oct 18 22:52:19.098 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89872024-10-18T22:52:19.940Z[ host-image] Oct 18 22:52:19.114 INFO O| Oct 18 22:52:19.113 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89882024-10-18T22:52:19.940Z[ host-image] Oct 18 22:52:19.114 INFO O| Oct 18 22:52:19.113 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89892024-10-18T22:52:19.943Z[ host-image] Oct 18 22:52:19.114 INFO O| Oct 18 22:52:19.114 INFO ok!
89902024-10-18T22:52:19.943Z[ host-image] Oct 18 22:52:19.114 INFO O| Oct 18 22:52:19.114 INFO STEP 19 (ensure_file) COMPLETE
89912024-10-18T22:52:19.943Z[ host-image] Oct 18 22:52:19.114 INFO O| Oct 18 22:52:19.114 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89922024-10-18T22:52:19.959Z[ host-image] Oct 18 22:52:19.132 INFO O| Oct 18 22:52:19.132 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89932024-10-18T22:52:19.959Z[ host-image] Oct 18 22:52:19.132 INFO O| Oct 18 22:52:19.132 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89942024-10-18T22:52:19.961Z[ host-image] Oct 18 22:52:19.132 INFO O| Oct 18 22:52:19.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89952024-10-18T22:52:19.961Z[ host-image] Oct 18 22:52:19.132 INFO O| Oct 18 22:52:19.132 INFO ok!
89962024-10-18T22:52:19.961Z[ host-image] Oct 18 22:52:19.132 INFO O| Oct 18 22:52:19.132 INFO STEP 20 (ensure_symlink) COMPLETE
89972024-10-18T22:52:19.961Z[ host-image] Oct 18 22:52:19.132 INFO O| Oct 18 22:52:19.132 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89982024-10-18T22:52:19.974Z[ host-image] Oct 18 22:52:19.147 INFO O| Oct 18 22:52:19.147 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
89992024-10-18T22:52:19.976Z[ host-image] Oct 18 22:52:19.147 INFO O| Oct 18 22:52:19.147 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90002024-10-18T22:52:19.976Z[ host-image] Oct 18 22:52:19.147 INFO O| Oct 18 22:52:19.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90012024-10-18T22:52:19.976Z[ host-image] Oct 18 22:52:19.147 INFO O| Oct 18 22:52:19.147 INFO ok!
90022024-10-18T22:52:19.976Z[ host-image] Oct 18 22:52:19.147 INFO O| Oct 18 22:52:19.147 INFO STEP 21 (ensure_symlink) COMPLETE
90032024-10-18T22:52:19.976Z[ host-image] Oct 18 22:52:19.147 INFO O| Oct 18 22:52:19.147 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90042024-10-18T22:52:19.987Z[ host-image] Oct 18 22:52:19.160 INFO O| Oct 18 22:52:19.159 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90052024-10-18T22:52:19.987Z[ host-image] Oct 18 22:52:19.160 INFO O| Oct 18 22:52:19.159 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90062024-10-18T22:52:19.990Z[ host-image] Oct 18 22:52:19.160 INFO O| Oct 18 22:52:19.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90072024-10-18T22:52:19.990Z[ host-image] Oct 18 22:52:19.160 INFO O| Oct 18 22:52:19.160 INFO ok!
90082024-10-18T22:52:19.990Z[ host-image] Oct 18 22:52:19.160 INFO O| Oct 18 22:52:19.160 INFO STEP 22 (ensure_symlink) COMPLETE
90092024-10-18T22:52:19.990Z[ host-image] Oct 18 22:52:19.160 INFO O| Oct 18 22:52:19.160 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90102024-10-18T22:52:20.000Z[ host-image] Oct 18 22:52:19.173 INFO O| Oct 18 22:52:19.173 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90112024-10-18T22:52:20.001Z[ host-image] Oct 18 22:52:19.173 INFO O| Oct 18 22:52:19.173 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90122024-10-18T22:52:20.003Z[ host-image] Oct 18 22:52:19.174 INFO O| Oct 18 22:52:19.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90132024-10-18T22:52:20.003Z[ host-image] Oct 18 22:52:19.174 INFO O| Oct 18 22:52:19.174 INFO ok!
90142024-10-18T22:52:20.003Z[ host-image] Oct 18 22:52:19.174 INFO O| Oct 18 22:52:19.174 INFO STEP 23 (ensure_symlink) COMPLETE
90152024-10-18T22:52:20.003Z[ host-image] Oct 18 22:52:19.174 INFO O| Oct 18 22:52:19.174 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90162024-10-18T22:52:20.014Z[ host-image] Oct 18 22:52:19.187 INFO O| Oct 18 22:52:19.187 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90172024-10-18T22:52:20.016Z[ host-image] Oct 18 22:52:19.187 INFO O| Oct 18 22:52:19.187 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-18T22:52:20.017Z[ host-image] Oct 18 22:52:19.187 INFO O| Oct 18 22:52:19.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90192024-10-18T22:52:20.017Z[ host-image] Oct 18 22:52:19.188 INFO O| Oct 18 22:52:19.187 INFO ok!
90202024-10-18T22:52:20.017Z[ host-image] Oct 18 22:52:19.188 INFO O| Oct 18 22:52:19.187 INFO STEP 24 (ensure_file) COMPLETE
90212024-10-18T22:52:20.017Z[ host-image] Oct 18 22:52:19.188 INFO O| Oct 18 22:52:19.188 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90222024-10-18T22:52:20.028Z[ host-image] Oct 18 22:52:19.201 INFO O| Oct 18 22:52:19.200 INFO updating shadow file
90232024-10-18T22:52:20.031Z[ host-image] Oct 18 22:52:19.201 INFO O| Oct 18 22:52:19.201 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90242024-10-18T22:52:20.031Z[ host-image] Oct 18 22:52:19.201 INFO O| Oct 18 22:52:19.201 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90252024-10-18T22:52:20.031Z[ host-image] Oct 18 22:52:19.201 INFO O| Oct 18 22:52:19.201 INFO STEP 25 (shadow) COMPLETE
90262024-10-18T22:52:20.031Z[ host-image] Oct 18 22:52:19.201 INFO O| Oct 18 22:52:19.201 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90272024-10-18T22:52:20.042Z[ host-image] Oct 18 22:52:19.215 INFO O| Oct 18 22:52:19.215 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90282024-10-18T22:52:20.042Z[ host-image] Oct 18 22:52:19.215 INFO O| Oct 18 22:52:19.215 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90292024-10-18T22:52:20.045Z[ host-image] Oct 18 22:52:19.215 INFO O| Oct 18 22:52:19.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90302024-10-18T22:52:20.045Z[ host-image] Oct 18 22:52:19.215 INFO O| Oct 18 22:52:19.215 INFO ok!
90312024-10-18T22:52:20.045Z[ host-image] Oct 18 22:52:19.215 INFO O| Oct 18 22:52:19.215 INFO STEP 26 (ensure_file) COMPLETE
90322024-10-18T22:52:20.045Z[ host-image] Oct 18 22:52:19.215 INFO O| Oct 18 22:52:19.215 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90332024-10-18T22:52:20.054Z[ host-image] Oct 18 22:52:19.227 INFO O| Oct 18 22:52:19.227 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90342024-10-18T22:52:20.054Z[ host-image] Oct 18 22:52:19.227 INFO O| Oct 18 22:52:19.227 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90352024-10-18T22:52:20.054Z[ host-image] Oct 18 22:52:19.227 INFO O| Oct 18 22:52:19.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90362024-10-18T22:52:20.054Z[ host-image] Oct 18 22:52:19.227 INFO O| Oct 18 22:52:19.227 INFO ok!
90372024-10-18T22:52:20.057Z[ host-image] Oct 18 22:52:19.227 INFO O| Oct 18 22:52:19.227 INFO STEP 27 (ensure_file) COMPLETE
90382024-10-18T22:52:20.057Z[ host-image] Oct 18 22:52:19.227 INFO O| Oct 18 22:52:19.227 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90392024-10-18T22:52:20.069Z[ host-image] Oct 18 22:52:19.242 INFO O| Oct 18 22:52:19.242 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90402024-10-18T22:52:20.071Z[ host-image] Oct 18 22:52:19.242 INFO O| Oct 18 22:52:19.242 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90412024-10-18T22:52:20.071Z[ host-image] Oct 18 22:52:19.242 INFO O| Oct 18 22:52:19.242 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90422024-10-18T22:52:20.071Z[ host-image] Oct 18 22:52:19.242 INFO O| Oct 18 22:52:19.242 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90432024-10-18T22:52:20.071Z[ host-image] Oct 18 22:52:19.242 INFO O| Oct 18 22:52:19.242 INFO ok!
90442024-10-18T22:52:20.072Z[ host-image] Oct 18 22:52:19.242 INFO O| Oct 18 22:52:19.242 INFO STEP 28 (ensure_file) COMPLETE
90452024-10-18T22:52:20.072Z[ host-image] Oct 18 22:52:19.243 INFO O| Oct 18 22:52:19.242 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90462024-10-18T22:52:20.084Z[ host-image] Oct 18 22:52:19.256 INFO O| Oct 18 22:52:19.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90472024-10-18T22:52:20.084Z[ host-image] Oct 18 22:52:19.256 INFO O| Oct 18 22:52:19.256 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90482024-10-18T22:52:20.086Z[ host-image] Oct 18 22:52:19.257 INFO O| Oct 18 22:52:19.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90492024-10-18T22:52:20.086Z[ host-image] Oct 18 22:52:19.257 INFO O| Oct 18 22:52:19.257 INFO ok!
90502024-10-18T22:52:20.086Z[ host-image] Oct 18 22:52:19.257 INFO O| Oct 18 22:52:19.257 INFO STEP 29 (ensure_file) COMPLETE
90512024-10-18T22:52:20.086Z[ host-image] Oct 18 22:52:19.257 INFO O| Oct 18 22:52:19.257 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90522024-10-18T22:52:20.097Z[ host-image] Oct 18 22:52:19.270 INFO O| Oct 18 22:52:19.270 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90532024-10-18T22:52:20.097Z[ host-image] Oct 18 22:52:19.270 INFO O| Oct 18 22:52:19.270 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90542024-10-18T22:52:20.099Z[ host-image] Oct 18 22:52:19.270 INFO O| Oct 18 22:52:19.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90552024-10-18T22:52:20.099Z[ host-image] Oct 18 22:52:19.270 INFO O| Oct 18 22:52:19.270 INFO ok!
90562024-10-18T22:52:20.099Z[ host-image] Oct 18 22:52:19.270 INFO O| Oct 18 22:52:19.270 INFO STEP 30 (ensure_file) COMPLETE
90572024-10-18T22:52:20.099Z[ host-image] Oct 18 22:52:19.270 INFO O| Oct 18 22:52:19.270 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90582024-10-18T22:52:20.110Z[ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90592024-10-18T22:52:20.110Z[ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90602024-10-18T22:52:20.112Z[ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90612024-10-18T22:52:20.112Z[ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90622024-10-18T22:52:20.112Z[ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 INFO ok!
90632024-10-18T22:52:20.112Z[ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 INFO STEP 31 (ensure_file) COMPLETE
90642024-10-18T22:52:20.112Z[ host-image] Oct 18 22:52:19.283 INFO O| Oct 18 22:52:19.283 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90652024-10-18T22:52:20.122Z[ host-image] Oct 18 22:52:19.295 INFO O| Oct 18 22:52:19.295 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90662024-10-18T22:52:20.122Z[ host-image] Oct 18 22:52:19.295 INFO O| Oct 18 22:52:19.295 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90672024-10-18T22:52:20.122Z[ host-image] Oct 18 22:52:19.295 INFO O| Oct 18 22:52:19.295 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90682024-10-18T22:52:20.125Z[ host-image] Oct 18 22:52:19.295 INFO O| Oct 18 22:52:19.295 INFO ok!
90692024-10-18T22:52:20.125Z[ host-image] Oct 18 22:52:19.295 INFO O| Oct 18 22:52:19.295 INFO STEP 32 (ensure_file) COMPLETE
90702024-10-18T22:52:20.125Z[ host-image] Oct 18 22:52:19.295 INFO O| Oct 18 22:52:19.295 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90712024-10-18T22:52:20.134Z[ host-image] Oct 18 22:52:19.307 INFO O| Oct 18 22:52:19.307 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90722024-10-18T22:52:20.134Z[ host-image] Oct 18 22:52:19.307 INFO O| Oct 18 22:52:19.307 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90732024-10-18T22:52:20.136Z[ host-image] Oct 18 22:52:19.307 INFO O| Oct 18 22:52:19.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90742024-10-18T22:52:20.136Z[ host-image] Oct 18 22:52:19.307 INFO O| Oct 18 22:52:19.307 INFO ok!
90752024-10-18T22:52:20.136Z[ host-image] Oct 18 22:52:19.307 INFO O| Oct 18 22:52:19.307 INFO STEP 33 (ensure_file) COMPLETE
90762024-10-18T22:52:20.136Z[ host-image] Oct 18 22:52:19.307 INFO O| Oct 18 22:52:19.307 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90772024-10-18T22:52:20.144Z[ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90782024-10-18T22:52:20.144Z[ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90792024-10-18T22:52:20.147Z[ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90802024-10-18T22:52:20.147Z[ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90812024-10-18T22:52:20.147Z[ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90822024-10-18T22:52:20.147Z[ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90832024-10-18T22:52:20.147Z[ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO ok!
90842024-10-18T22:52:20.147Z[ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO STEP 34 (ensure_file) COMPLETE
90852024-10-18T22:52:20.147Z[ host-image] Oct 18 22:52:19.318 INFO O| Oct 18 22:52:19.318 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90862024-10-18T22:52:20.155Z[ host-image] Oct 18 22:52:19.328 INFO O| Oct 18 22:52:19.328 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90872024-10-18T22:52:20.157Z[ host-image] Oct 18 22:52:19.328 INFO O| Oct 18 22:52:19.328 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-18T22:52:20.157Z[ host-image] Oct 18 22:52:19.328 INFO O| Oct 18 22:52:19.328 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90892024-10-18T22:52:20.157Z[ host-image] Oct 18 22:52:19.328 INFO O| Oct 18 22:52:19.328 INFO STEP 35 (ensure_dir) COMPLETE
90902024-10-18T22:52:20.158Z[ host-image] Oct 18 22:52:19.328 INFO O| Oct 18 22:52:19.328 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90912024-10-18T22:52:20.165Z[ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 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-18T22:52:20.166Z[ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 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-18T22:52:20.168Z[ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 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-18T22:52:20.168Z[ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 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-18T22:52:20.168Z[ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 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-18T22:52:20.168Z[ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 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-18T22:52:20.168Z[ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 INFO ok!
90982024-10-18T22:52:20.168Z[ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 INFO STEP 36 (ensure_file) COMPLETE
90992024-10-18T22:52:20.168Z[ host-image] Oct 18 22:52:19.339 INFO O| Oct 18 22:52:19.339 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91002024-10-18T22:52:20.176Z[ host-image] Oct 18 22:52:19.349 INFO O| Oct 18 22:52:19.349 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91012024-10-18T22:52:20.176Z[ host-image] Oct 18 22:52:19.349 INFO O| Oct 18 22:52:19.349 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-18T22:52:20.176Z[ host-image] Oct 18 22:52:19.349 INFO O| Oct 18 22:52:19.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91032024-10-18T22:52:20.178Z[ host-image] Oct 18 22:52:19.349 INFO O| Oct 18 22:52:19.349 INFO ok!
91042024-10-18T22:52:20.178Z[ host-image] Oct 18 22:52:19.349 INFO O| Oct 18 22:52:19.349 INFO STEP 37 (ensure_symlink) COMPLETE
91052024-10-18T22:52:20.178Z[ host-image] Oct 18 22:52:19.349 INFO O| Oct 18 22:52:19.349 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91062024-10-18T22:52:20.186Z[ host-image] Oct 18 22:52:19.359 INFO O| Oct 18 22:52:19.359 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91072024-10-18T22:52:20.186Z[ host-image] Oct 18 22:52:19.359 INFO O| Oct 18 22:52:19.359 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91082024-10-18T22:52:20.189Z[ host-image] Oct 18 22:52:19.359 INFO O| Oct 18 22:52:19.359 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91092024-10-18T22:52:20.189Z[ host-image] Oct 18 22:52:19.360 INFO O| Oct 18 22:52:19.359 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91102024-10-18T22:52:20.189Z[ host-image] Oct 18 22:52:19.360 INFO O| Oct 18 22:52:19.360 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91112024-10-18T22:52:20.189Z[ host-image] Oct 18 22:52:19.360 INFO O| Oct 18 22:52:19.360 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91122024-10-18T22:52:20.189Z[ host-image] Oct 18 22:52:19.360 INFO O| Oct 18 22:52:19.360 INFO ok!
91132024-10-18T22:52:20.189Z[ host-image] Oct 18 22:52:19.360 INFO O| Oct 18 22:52:19.360 INFO STEP 38 (ensure_file) COMPLETE
91142024-10-18T22:52:20.189Z[ host-image] Oct 18 22:52:19.360 INFO O| Oct 18 22:52:19.360 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91152024-10-18T22:52:20.197Z[ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91162024-10-18T22:52:20.197Z[ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 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-18T22:52:20.199Z[ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 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-18T22:52:20.199Z[ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91192024-10-18T22:52:20.199Z[ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 INFO ok!
91202024-10-18T22:52:20.199Z[ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 INFO STEP 39 (ensure_file) COMPLETE
91212024-10-18T22:52:20.199Z[ host-image] Oct 18 22:52:19.370 INFO O| Oct 18 22:52:19.370 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91222024-10-18T22:52:20.208Z[ host-image] Oct 18 22:52:19.381 INFO O| Oct 18 22:52:19.381 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91232024-10-18T22:52:20.208Z[ host-image] Oct 18 22:52:19.381 INFO O| Oct 18 22:52:19.381 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-18T22:52:20.210Z[ host-image] Oct 18 22:52:19.381 INFO O| Oct 18 22:52:19.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91252024-10-18T22:52:20.210Z[ host-image] Oct 18 22:52:19.381 INFO O| Oct 18 22:52:19.381 INFO ok!
91262024-10-18T22:52:20.210Z[ host-image] Oct 18 22:52:19.381 INFO O| Oct 18 22:52:19.381 INFO STEP 40 (ensure_file) COMPLETE
91272024-10-18T22:52:20.210Z[ host-image] Oct 18 22:52:19.381 INFO O| Oct 18 22:52:19.381 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91282024-10-18T22:52:20.218Z[ host-image] Oct 18 22:52:19.391 INFO O| Oct 18 22:52:19.391 INFO updating shadow file
91292024-10-18T22:52:20.220Z[ host-image] Oct 18 22:52:19.391 INFO O| Oct 18 22:52:19.391 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91302024-10-18T22:52:20.220Z[ host-image] Oct 18 22:52:19.391 INFO O| Oct 18 22:52:19.391 INFO STEP 41 (shadow) COMPLETE
91312024-10-18T22:52:20.220Z[ host-image] Oct 18 22:52:19.391 INFO O| Oct 18 22:52:19.391 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91322024-10-18T22:52:20.229Z[ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91332024-10-18T22:52:20.229Z[ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91342024-10-18T22:52:20.231Z[ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91352024-10-18T22:52:20.231Z[ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91362024-10-18T22:52:20.232Z[ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO ok!
91372024-10-18T22:52:20.232Z[ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO STEP 42 (ensure_file) COMPLETE
91382024-10-18T22:52:20.232Z[ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91392024-10-18T22:52:20.232Z[ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO skip step because feature "mfg" is not enabled
91402024-10-18T22:52:20.232Z[ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91412024-10-18T22:52:20.232Z[ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO skip step because feature "mfg" is not enabled
91422024-10-18T22:52:20.232Z[ host-image] Oct 18 22:52:19.402 INFO O| Oct 18 22:52:19.402 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91432024-10-18T22:52:20.240Z[ host-image] Oct 18 22:52:19.413 INFO O| Oct 18 22:52:19.413 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91442024-10-18T22:52:20.240Z[ host-image] Oct 18 22:52:19.413 INFO O| Oct 18 22:52:19.413 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91452024-10-18T22:52:20.950Z[ host-image] Oct 18 22:52:20.122 INFO O| Oct 18 22:52:20.122 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91462024-10-18T22:52:20.950Z[ host-image] Oct 18 22:52:20.122 INFO O| Oct 18 22:52:20.122 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91472024-10-18T22:52:20.950Z[ host-image] Oct 18 22:52:20.122 INFO O| Oct 18 22:52:20.122 INFO ok!
91482024-10-18T22:52:20.954Z[ host-image] Oct 18 22:52:20.122 INFO O| Oct 18 22:52:20.122 INFO STEP 45 (ensure_file) COMPLETE
91492024-10-18T22:52:20.954Z[ host-image] Oct 18 22:52:20.122 INFO O| Oct 18 22:52:20.122 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91502024-10-18T22:52:20.962Z[ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91512024-10-18T22:52:20.962Z[ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91522024-10-18T22:52:20.964Z[ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91532024-10-18T22:52:20.964Z[ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91542024-10-18T22:52:20.964Z[ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91552024-10-18T22:52:20.964Z[ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91562024-10-18T22:52:20.964Z[ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO ok!
91572024-10-18T22:52:20.964Z[ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO STEP 46 (ensure_file) COMPLETE
91582024-10-18T22:52:20.964Z[ host-image] Oct 18 22:52:20.135 INFO O| Oct 18 22:52:20.135 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91592024-10-18T22:52:20.973Z[ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91602024-10-18T22:52:20.973Z[ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 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-18T22:52:20.975Z[ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 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-18T22:52:20.975Z[ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91632024-10-18T22:52:20.975Z[ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 INFO ok!
91642024-10-18T22:52:20.975Z[ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 INFO STEP 47 (ensure_file) COMPLETE
91652024-10-18T22:52:20.975Z[ host-image] Oct 18 22:52:20.146 INFO O| Oct 18 22:52:20.146 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91662024-10-18T22:52:20.983Z[ host-image] Oct 18 22:52:20.156 INFO O| Oct 18 22:52:20.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91672024-10-18T22:52:20.986Z[ host-image] Oct 18 22:52:20.156 INFO O| Oct 18 22:52:20.156 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-18T22:52:20.986Z[ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.156 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91692024-10-18T22:52:20.986Z[ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.157 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91702024-10-18T22:52:20.986Z[ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.157 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-18T22:52:20.986Z[ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.157 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91722024-10-18T22:52:20.986Z[ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.157 INFO ok!
91732024-10-18T22:52:20.986Z[ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.157 INFO STEP 48 (ensure_file) COMPLETE
91742024-10-18T22:52:20.986Z[ host-image] Oct 18 22:52:20.157 INFO O| Oct 18 22:52:20.157 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91752024-10-18T22:52:20.994Z[ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91762024-10-18T22:52:20.994Z[ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 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-18T22:52:20.996Z[ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 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-18T22:52:20.996Z[ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91792024-10-18T22:52:20.996Z[ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 INFO ok!
91802024-10-18T22:52:20.996Z[ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 INFO STEP 49 (ensure_file) COMPLETE
91812024-10-18T22:52:20.996Z[ host-image] Oct 18 22:52:20.167 INFO O| Oct 18 22:52:20.167 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91822024-10-18T22:52:21.004Z[ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91832024-10-18T22:52:21.004Z[ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 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-18T22:52:21.007Z[ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91852024-10-18T22:52:21.007Z[ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91862024-10-18T22:52:21.007Z[ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 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-18T22:52:21.007Z[ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91882024-10-18T22:52:21.007Z[ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO ok!
91892024-10-18T22:52:21.007Z[ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO STEP 50 (ensure_file) COMPLETE
91902024-10-18T22:52:21.007Z[ host-image] Oct 18 22:52:20.177 INFO O| Oct 18 22:52:20.177 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91912024-10-18T22:52:21.015Z[ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91922024-10-18T22:52:21.015Z[ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 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-18T22:52:21.017Z[ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 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-18T22:52:21.017Z[ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91952024-10-18T22:52:21.017Z[ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 INFO ok!
91962024-10-18T22:52:21.018Z[ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 INFO STEP 51 (ensure_file) COMPLETE
91972024-10-18T22:52:21.018Z[ host-image] Oct 18 22:52:20.188 INFO O| Oct 18 22:52:20.188 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91982024-10-18T22:52:21.025Z[ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
91992024-10-18T22:52:21.028Z[ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 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-18T22:52:21.028Z[ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 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-18T22:52:21.028Z[ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92022024-10-18T22:52:21.028Z[ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 INFO ok!
92032024-10-18T22:52:21.028Z[ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 INFO STEP 52 (ensure_file) COMPLETE
92042024-10-18T22:52:21.028Z[ host-image] Oct 18 22:52:20.198 INFO O| Oct 18 22:52:20.198 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92052024-10-18T22:52:21.036Z[ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92062024-10-18T22:52:21.038Z[ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 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-18T22:52:21.038Z[ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 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-18T22:52:21.038Z[ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92092024-10-18T22:52:21.038Z[ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 INFO ok!
92102024-10-18T22:52:21.038Z[ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 INFO STEP 53 (ensure_file) COMPLETE
92112024-10-18T22:52:21.038Z[ host-image] Oct 18 22:52:20.209 INFO O| Oct 18 22:52:20.209 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92122024-10-18T22:52:21.046Z[ host-image] Oct 18 22:52:20.219 INFO O| Oct 18 22:52:20.219 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92132024-10-18T22:52:21.046Z[ host-image] Oct 18 22:52:20.220 INFO O| Oct 18 22:52:20.219 INFO STEP 54 (ensure_dir) COMPLETE
92142024-10-18T22:52:21.049Z[ host-image] Oct 18 22:52:20.220 INFO O| Oct 18 22:52:20.219 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92152024-10-18T22:52:21.057Z[ host-image] Oct 18 22:52:20.230 INFO O| Oct 18 22:52:20.230 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92162024-10-18T22:52:21.057Z[ host-image] Oct 18 22:52:20.230 INFO O| Oct 18 22:52:20.230 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92172024-10-18T22:52:21.059Z[ host-image] Oct 18 22:52:20.230 INFO O| Oct 18 22:52:20.230 INFO STEP 55 (ensure_dir) COMPLETE
92182024-10-18T22:52:21.059Z[ host-image] Oct 18 22:52:20.230 INFO O| Oct 18 22:52:20.230 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92192024-10-18T22:52:21.067Z[ host-image] Oct 18 22:52:20.240 INFO O| Oct 18 22:52:20.240 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92202024-10-18T22:52:21.067Z[ host-image] Oct 18 22:52:20.240 INFO O| Oct 18 22:52:20.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92212024-10-18T22:52:21.067Z[ host-image] Oct 18 22:52:20.240 INFO O| Oct 18 22:52:20.240 INFO STEP 56 (ensure_dir) COMPLETE
92222024-10-18T22:52:21.069Z[ host-image] Oct 18 22:52:20.240 INFO O| Oct 18 22:52:20.240 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92232024-10-18T22:52:21.077Z[ host-image] Oct 18 22:52:20.250 INFO O| Oct 18 22:52:20.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92242024-10-18T22:52:21.077Z[ host-image] Oct 18 22:52:20.250 INFO O| Oct 18 22:52:20.250 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92252024-10-18T22:52:21.094Z[ host-image] Oct 18 22:52:20.267 INFO O| Oct 18 22:52:20.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92262024-10-18T22:52:21.094Z[ host-image] Oct 18 22:52:20.267 INFO O| Oct 18 22:52:20.267 INFO ok!
92272024-10-18T22:52:21.097Z[ host-image] Oct 18 22:52:20.267 INFO O| Oct 18 22:52:20.267 INFO STEP 57 (ensure_file) COMPLETE
92282024-10-18T22:52:21.097Z[ host-image] Oct 18 22:52:20.267 INFO O| Oct 18 22:52:20.267 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92292024-10-18T22:52:21.106Z[ host-image] Oct 18 22:52:20.279 INFO O| Oct 18 22:52:20.279 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92302024-10-18T22:52:21.109Z[ host-image] Oct 18 22:52:20.279 INFO O| Oct 18 22:52:20.279 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92312024-10-18T22:52:22.284Z[ host-image] Oct 18 22:52:21.456 INFO O| Oct 18 22:52:21.456 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92322024-10-18T22:52:22.284Z[ host-image] Oct 18 22:52:21.456 INFO O| Oct 18 22:52:21.456 INFO ok!
92332024-10-18T22:52:22.284Z[ host-image] Oct 18 22:52:21.456 INFO O| Oct 18 22:52:21.456 INFO STEP 58 (ensure_file) COMPLETE
92342024-10-18T22:52:22.287Z[ host-image] Oct 18 22:52:21.456 INFO O| Oct 18 22:52:21.456 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92352024-10-18T22:52:22.297Z[ host-image] Oct 18 22:52:21.470 INFO O| Oct 18 22:52:21.470 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92362024-10-18T22:52:22.299Z[ host-image] Oct 18 22:52:21.470 INFO O| Oct 18 22:52:21.470 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92372024-10-18T22:52:22.299Z[ host-image] Oct 18 22:52:21.470 INFO O| Oct 18 22:52:21.470 INFO STEP 59 (ensure_dir) COMPLETE
92382024-10-18T22:52:22.299Z[ host-image] Oct 18 22:52:21.470 INFO O| Oct 18 22:52:21.470 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92392024-10-18T22:52:22.308Z[ host-image] Oct 18 22:52:21.481 INFO O| Oct 18 22:52:21.481 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92402024-10-18T22:52:22.310Z[ host-image] Oct 18 22:52:21.481 INFO O| Oct 18 22:52:21.481 INFO copying /tmp/.tmpcbuUZ4/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-18T22:52:22.310Z[ host-image] Oct 18 22:52:21.481 INFO O| Oct 18 22:52:21.481 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-18T22:52:22.310Z[ host-image] Oct 18 22:52:21.481 INFO O| Oct 18 22:52:21.481 INFO ok!
92432024-10-18T22:52:22.310Z[ host-image] Oct 18 22:52:21.481 INFO O| Oct 18 22:52:21.481 INFO STEP 60 (ensure_file) COMPLETE
92442024-10-18T22:52:22.310Z[ host-image] Oct 18 22:52:21.481 INFO O| Oct 18 22:52:21.481 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92452024-10-18T22:52:22.319Z[ host-image] Oct 18 22:52:21.492 INFO O| Oct 18 22:52:21.492 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92462024-10-18T22:52:22.319Z[ host-image] Oct 18 22:52:21.492 INFO O| Oct 18 22:52:21.492 INFO copying /tmp/.tmpcbuUZ4/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-18T22:52:22.322Z[ host-image] Oct 18 22:52:21.492 INFO O| Oct 18 22:52:21.492 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-18T22:52:22.322Z[ host-image] Oct 18 22:52:21.492 INFO O| Oct 18 22:52:21.492 INFO ok!
92492024-10-18T22:52:22.322Z[ host-image] Oct 18 22:52:21.492 INFO O| Oct 18 22:52:21.492 INFO STEP 61 (ensure_file) COMPLETE
92502024-10-18T22:52:22.322Z[ host-image] Oct 18 22:52:21.492 INFO O| Oct 18 22:52:21.492 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92512024-10-18T22:52:22.330Z[ host-image] Oct 18 22:52:21.503 INFO O| Oct 18 22:52:21.503 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92522024-10-18T22:52:22.330Z[ host-image] Oct 18 22:52:21.503 INFO O| Oct 18 22:52:21.503 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92532024-10-18T22:52:22.333Z[ host-image] Oct 18 22:52:21.503 INFO O| Oct 18 22:52:21.503 INFO STEP 62 (ensure_dir) COMPLETE
92542024-10-18T22:52:22.333Z[ host-image] Oct 18 22:52:21.503 INFO O| Oct 18 22:52:21.503 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92552024-10-18T22:52:22.341Z[ host-image] Oct 18 22:52:21.514 INFO O| Oct 18 22:52:21.514 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92562024-10-18T22:52:22.344Z[ host-image] Oct 18 22:52:21.514 INFO O| Oct 18 22:52:21.514 INFO copying /tmp/.tmpcbuUZ4/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-18T22:52:22.344Z[ host-image] Oct 18 22:52:21.514 INFO O| Oct 18 22:52:21.514 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-18T22:52:22.344Z[ host-image] Oct 18 22:52:21.514 INFO O| Oct 18 22:52:21.514 INFO ok!
92592024-10-18T22:52:22.344Z[ host-image] Oct 18 22:52:21.514 INFO O| Oct 18 22:52:21.514 INFO STEP 63 (ensure_file) COMPLETE
92602024-10-18T22:52:22.344Z[ host-image] Oct 18 22:52:21.514 INFO O| Oct 18 22:52:21.514 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92612024-10-18T22:52:22.352Z[ host-image] Oct 18 22:52:21.525 INFO O| Oct 18 22:52:21.525 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92622024-10-18T22:52:22.355Z[ host-image] Oct 18 22:52:21.525 INFO O| Oct 18 22:52:21.525 INFO copying /tmp/.tmpcbuUZ4/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-18T22:52:22.355Z[ host-image] Oct 18 22:52:21.525 INFO O| Oct 18 22:52:21.525 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-18T22:52:22.355Z[ host-image] Oct 18 22:52:21.525 INFO O| Oct 18 22:52:21.525 INFO ok!
92652024-10-18T22:52:22.355Z[ host-image] Oct 18 22:52:21.525 INFO O| Oct 18 22:52:21.525 INFO STEP 64 (ensure_file) COMPLETE
92662024-10-18T22:52:22.355Z[ host-image] Oct 18 22:52:21.525 INFO O| Oct 18 22:52:21.525 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92672024-10-18T22:52:22.363Z[ host-image] Oct 18 22:52:21.536 INFO O| Oct 18 22:52:21.536 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92682024-10-18T22:52:22.365Z[ host-image] Oct 18 22:52:21.536 INFO O| Oct 18 22:52:21.536 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92692024-10-18T22:52:22.365Z[ host-image] Oct 18 22:52:21.536 INFO O| Oct 18 22:52:21.536 INFO STEP 65 (ensure_dir) COMPLETE
92702024-10-18T22:52:22.365Z[ host-image] Oct 18 22:52:21.536 INFO O| Oct 18 22:52:21.536 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92712024-10-18T22:52:22.374Z[ host-image] Oct 18 22:52:21.547 INFO O| Oct 18 22:52:21.546 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92722024-10-18T22:52:22.374Z[ host-image] Oct 18 22:52:21.547 INFO O| Oct 18 22:52:21.546 INFO copying /tmp/.tmpcbuUZ4/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-18T22:52:22.376Z[ host-image] Oct 18 22:52:21.547 INFO O| Oct 18 22:52:21.547 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-18T22:52:22.376Z[ host-image] Oct 18 22:52:21.547 INFO O| Oct 18 22:52:21.547 INFO ok!
92752024-10-18T22:52:22.376Z[ host-image] Oct 18 22:52:21.547 INFO O| Oct 18 22:52:21.547 INFO STEP 66 (ensure_file) COMPLETE
92762024-10-18T22:52:22.376Z[ host-image] Oct 18 22:52:21.547 INFO O| Oct 18 22:52:21.547 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92772024-10-18T22:52:22.384Z[ host-image] Oct 18 22:52:21.557 INFO O| Oct 18 22:52:21.557 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92782024-10-18T22:52:22.384Z[ host-image] Oct 18 22:52:21.557 INFO O| Oct 18 22:52:21.557 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92792024-10-18T22:52:22.386Z[ host-image] Oct 18 22:52:21.557 INFO O| Oct 18 22:52:21.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92802024-10-18T22:52:22.387Z[ host-image] Oct 18 22:52:21.557 INFO O| Oct 18 22:52:21.557 INFO ok!
92812024-10-18T22:52:22.387Z[ host-image] Oct 18 22:52:21.557 INFO O| Oct 18 22:52:21.557 INFO STEP 67 (ensure_file) COMPLETE
92822024-10-18T22:52:22.387Z[ host-image] Oct 18 22:52:21.557 INFO O| Oct 18 22:52:21.557 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92832024-10-18T22:52:22.394Z[ host-image] Oct 18 22:52:21.567 INFO O| Oct 18 22:52:21.567 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92842024-10-18T22:52:22.397Z[ host-image] Oct 18 22:52:21.568 INFO O| Oct 18 22:52:21.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92852024-10-18T22:52:22.397Z[ host-image] Oct 18 22:52:21.568 INFO O| Oct 18 22:52:21.567 INFO STEP 68 (ensure_dir) COMPLETE
92862024-10-18T22:52:22.397Z[ host-image] Oct 18 22:52:21.568 INFO O| Oct 18 22:52:21.568 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92872024-10-18T22:52:22.405Z[ host-image] Oct 18 22:52:21.577 INFO O| Oct 18 22:52:21.577 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92882024-10-18T22:52:22.405Z[ host-image] Oct 18 22:52:21.578 INFO O| Oct 18 22:52:21.577 INFO copying /tmp/.tmpcbuUZ4/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-18T22:52:23.459Z[ host-image] Oct 18 22:52:22.631 INFO O| Oct 18 22:52:22.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92902024-10-18T22:52:23.459Z[ host-image] Oct 18 22:52:22.631 INFO O| Oct 18 22:52:22.631 INFO ok!
92912024-10-18T22:52:23.462Z[ host-image] Oct 18 22:52:22.631 INFO O| Oct 18 22:52:22.631 INFO STEP 69 (ensure_file) COMPLETE
92922024-10-18T22:52:23.462Z[ host-image] Oct 18 22:52:22.631 INFO O| Oct 18 22:52:22.631 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92932024-10-18T22:52:23.470Z[ host-image] Oct 18 22:52:22.643 INFO O| Oct 18 22:52:22.643 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92942024-10-18T22:52:23.470Z[ host-image] Oct 18 22:52:22.643 INFO O| Oct 18 22:52:22.643 INFO copying /tmp/.tmpcbuUZ4/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-18T22:52:23.520Z[ recovery-image] Oct 18 22:52:22.692 INFO E| Finished `release` profile [optimized] target(s) in 40.64s
92962024-10-18T22:52:23.546Z[ recovery-image] Oct 18 22:52:22.718 INFO building host image...
92972024-10-18T22:52:23.549Z[ recovery-image] Oct 18 22:52:22.719 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")
92982024-10-18T22:52:24.288Z[ recovery-image] Oct 18 22:52:23.460 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
92992024-10-18T22:52:24.985Z[ host-image] Oct 18 22:52:24.157 INFO O| Oct 18 22:52:24.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
93002024-10-18T22:52:24.985Z[ host-image] Oct 18 22:52:24.158 INFO O| Oct 18 22:52:24.157 INFO ok!
93012024-10-18T22:52:24.988Z[ host-image] Oct 18 22:52:24.158 INFO O| Oct 18 22:52:24.157 INFO STEP 70 (ensure_file) COMPLETE
93022024-10-18T22:52:24.988Z[ host-image] Oct 18 22:52:24.158 INFO O| Oct 18 22:52:24.157 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93032024-10-18T22:52:24.998Z[ host-image] Oct 18 22:52:24.171 INFO O| Oct 18 22:52:24.171 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93042024-10-18T22:52:25.001Z[ host-image] Oct 18 22:52:24.171 INFO O| Oct 18 22:52:24.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93052024-10-18T22:52:25.001Z[ host-image] Oct 18 22:52:24.171 INFO O| Oct 18 22:52:24.171 INFO STEP 71 (ensure_dir) COMPLETE
93062024-10-18T22:52:25.001Z[ host-image] Oct 18 22:52:24.171 INFO O| Oct 18 22:52:24.171 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93072024-10-18T22:52:25.009Z[ host-image] Oct 18 22:52:24.182 INFO O| Oct 18 22:52:24.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93082024-10-18T22:52:25.009Z[ host-image] Oct 18 22:52:24.182 INFO O| Oct 18 22:52:24.182 INFO copying /tmp/.tmpcbuUZ4/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 ...
93092024-10-18T22:52:25.012Z[ host-image] Oct 18 22:52:24.182 INFO O| Oct 18 22:52:24.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93102024-10-18T22:52:25.012Z[ host-image] Oct 18 22:52:24.182 INFO O| Oct 18 22:52:24.182 INFO ok!
93112024-10-18T22:52:25.012Z[ host-image] Oct 18 22:52:24.182 INFO O| Oct 18 22:52:24.182 INFO STEP 72 (ensure_file) COMPLETE
93122024-10-18T22:52:25.012Z[ host-image] Oct 18 22:52:24.182 INFO O| Oct 18 22:52:24.182 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93132024-10-18T22:52:25.020Z[ host-image] Oct 18 22:52:24.193 INFO O| Oct 18 22:52:24.193 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93142024-10-18T22:52:25.023Z[ host-image] Oct 18 22:52:24.193 INFO O| Oct 18 22:52:24.193 INFO copying /tmp/.tmpcbuUZ4/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 ...
93152024-10-18T22:52:25.023Z[ host-image] Oct 18 22:52:24.193 INFO O| Oct 18 22:52:24.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93162024-10-18T22:52:25.023Z[ host-image] Oct 18 22:52:24.193 INFO O| Oct 18 22:52:24.193 INFO ok!
93172024-10-18T22:52:25.023Z[ host-image] Oct 18 22:52:24.193 INFO O| Oct 18 22:52:24.193 INFO STEP 73 (ensure_file) COMPLETE
93182024-10-18T22:52:25.023Z[ host-image] Oct 18 22:52:24.193 INFO O| Oct 18 22:52:24.193 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93192024-10-18T22:52:25.033Z[ host-image] Oct 18 22:52:24.205 INFO O| Oct 18 22:52:24.205 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93202024-10-18T22:52:25.033Z[ host-image] Oct 18 22:52:24.205 INFO O| Oct 18 22:52:24.205 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93212024-10-18T22:52:25.035Z[ host-image] Oct 18 22:52:24.205 INFO O| Oct 18 22:52:24.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93222024-10-18T22:52:25.035Z[ host-image] Oct 18 22:52:24.205 INFO O| Oct 18 22:52:24.205 INFO ok!
93232024-10-18T22:52:25.035Z[ host-image] Oct 18 22:52:24.205 INFO O| Oct 18 22:52:24.205 INFO STEP 74 (ensure_file) COMPLETE
93242024-10-18T22:52:25.035Z[ host-image] Oct 18 22:52:24.205 INFO O| Oct 18 22:52:24.205 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93252024-10-18T22:52:25.043Z[ host-image] Oct 18 22:52:24.216 INFO O| Oct 18 22:52:24.216 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93262024-10-18T22:52:25.043Z[ host-image] Oct 18 22:52:24.216 INFO O| Oct 18 22:52:24.216 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93272024-10-18T22:52:25.046Z[ host-image] Oct 18 22:52:24.216 INFO O| Oct 18 22:52:24.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93282024-10-18T22:52:25.046Z[ host-image] Oct 18 22:52:24.216 INFO O| Oct 18 22:52:24.216 INFO ok!
93292024-10-18T22:52:25.046Z[ host-image] Oct 18 22:52:24.216 INFO O| Oct 18 22:52:24.216 INFO STEP 75 (ensure_file) COMPLETE
93302024-10-18T22:52:25.046Z[ host-image] Oct 18 22:52:24.216 INFO O| Oct 18 22:52:24.216 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93312024-10-18T22:52:25.054Z[ host-image] Oct 18 22:52:24.227 INFO O| Oct 18 22:52:24.227 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93322024-10-18T22:52:25.057Z[ host-image] Oct 18 22:52:24.227 INFO O| Oct 18 22:52:24.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93332024-10-18T22:52:25.057Z[ host-image] Oct 18 22:52:24.227 INFO O| Oct 18 22:52:24.227 INFO STEP 76 (ensure_dir) COMPLETE
93342024-10-18T22:52:25.057Z[ host-image] Oct 18 22:52:24.227 INFO O| Oct 18 22:52:24.227 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93352024-10-18T22:52:25.065Z[ host-image] Oct 18 22:52:24.237 INFO O| Oct 18 22:52:24.237 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93362024-10-18T22:52:25.065Z[ host-image] Oct 18 22:52:24.237 INFO O| Oct 18 22:52:24.237 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93372024-10-18T22:52:25.067Z[ host-image] Oct 18 22:52:24.240 INFO O| Oct 18 22:52:24.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93382024-10-18T22:52:25.067Z[ host-image] Oct 18 22:52:24.240 INFO O| Oct 18 22:52:24.240 INFO ok!
93392024-10-18T22:52:25.070Z[ host-image] Oct 18 22:52:24.240 INFO O| Oct 18 22:52:24.240 INFO STEP 77 (ensure_file) COMPLETE
93402024-10-18T22:52:25.070Z[ host-image] Oct 18 22:52:24.240 INFO O| Oct 18 22:52:24.240 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93412024-10-18T22:52:25.078Z[ host-image] Oct 18 22:52:24.250 INFO O| Oct 18 22:52:24.250 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93422024-10-18T22:52:25.078Z[ host-image] Oct 18 22:52:24.250 INFO O| Oct 18 22:52:24.250 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93432024-10-18T22:52:25.080Z[ host-image] Oct 18 22:52:24.251 INFO O| Oct 18 22:52:24.250 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93442024-10-18T22:52:25.080Z[ host-image] Oct 18 22:52:24.251 INFO O| Oct 18 22:52:24.251 INFO ok!
93452024-10-18T22:52:25.080Z[ host-image] Oct 18 22:52:24.251 INFO O| Oct 18 22:52:24.251 INFO STEP 78 (ensure_file) COMPLETE
93462024-10-18T22:52:25.080Z[ host-image] Oct 18 22:52:24.251 INFO O| Oct 18 22:52:24.251 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93472024-10-18T22:52:25.089Z[ host-image] Oct 18 22:52:24.262 INFO O| Oct 18 22:52:24.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93482024-10-18T22:52:25.089Z[ host-image] Oct 18 22:52:24.262 INFO O| Oct 18 22:52:24.262 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93492024-10-18T22:52:25.945Z[ host-image] Oct 18 22:52:25.117 INFO O| Oct 18 22:52:25.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93502024-10-18T22:52:25.945Z[ host-image] Oct 18 22:52:25.117 INFO O| Oct 18 22:52:25.117 INFO ok!
93512024-10-18T22:52:25.947Z[ host-image] Oct 18 22:52:25.117 INFO O| Oct 18 22:52:25.117 INFO STEP 79 (ensure_file) COMPLETE
93522024-10-18T22:52:25.947Z[ host-image] Oct 18 22:52:25.117 INFO O| Oct 18 22:52:25.117 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93532024-10-18T22:52:25.957Z[ host-image] Oct 18 22:52:25.129 INFO O| Oct 18 22:52:25.129 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93542024-10-18T22:52:25.957Z[ host-image] Oct 18 22:52:25.129 INFO O| Oct 18 22:52:25.129 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93552024-10-18T22:52:25.959Z[ host-image] Oct 18 22:52:25.129 INFO O| Oct 18 22:52:25.129 INFO STEP 80 (ensure_dir) COMPLETE
93562024-10-18T22:52:25.959Z[ host-image] Oct 18 22:52:25.129 INFO O| Oct 18 22:52:25.129 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93572024-10-18T22:52:25.967Z[ host-image] Oct 18 22:52:25.140 INFO O| Oct 18 22:52:25.139 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93582024-10-18T22:52:25.967Z[ host-image] Oct 18 22:52:25.140 INFO O| Oct 18 22:52:25.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93592024-10-18T22:52:25.969Z[ host-image] Oct 18 22:52:25.140 INFO O| Oct 18 22:52:25.140 INFO STEP 81 (ensure_dir) COMPLETE
93602024-10-18T22:52:25.969Z[ host-image] Oct 18 22:52:25.140 INFO O| Oct 18 22:52:25.140 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93612024-10-18T22:52:25.977Z[ host-image] Oct 18 22:52:25.150 INFO O| Oct 18 22:52:25.149 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93622024-10-18T22:52:25.979Z[ host-image] Oct 18 22:52:25.150 INFO O| Oct 18 22:52:25.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93632024-10-18T22:52:25.979Z[ host-image] Oct 18 22:52:25.150 INFO O| Oct 18 22:52:25.150 INFO STEP 82 (ensure_dir) COMPLETE
93642024-10-18T22:52:25.979Z[ host-image] Oct 18 22:52:25.150 INFO O| Oct 18 22:52:25.150 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93652024-10-18T22:52:25.987Z[ host-image] Oct 18 22:52:25.160 INFO O| Oct 18 22:52:25.160 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93662024-10-18T22:52:25.990Z[ host-image] Oct 18 22:52:25.160 INFO O| Oct 18 22:52:25.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93672024-10-18T22:52:25.990Z[ host-image] Oct 18 22:52:25.160 INFO O| Oct 18 22:52:25.160 INFO STEP 83 (ensure_dir) COMPLETE
93682024-10-18T22:52:25.990Z[ host-image] Oct 18 22:52:25.160 INFO O| Oct 18 22:52:25.160 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93692024-10-18T22:52:25.997Z[ host-image] Oct 18 22:52:25.170 INFO O| Oct 18 22:52:25.170 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93702024-10-18T22:52:25.997Z[ host-image] Oct 18 22:52:25.170 INFO O| Oct 18 22:52:25.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93712024-10-18T22:52:26.000Z[ host-image] Oct 18 22:52:25.170 INFO O| Oct 18 22:52:25.170 INFO STEP 84 (ensure_dir) COMPLETE
93722024-10-18T22:52:26.000Z[ host-image] Oct 18 22:52:25.170 INFO O| Oct 18 22:52:25.170 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93732024-10-18T22:52:26.008Z[ host-image] Oct 18 22:52:25.180 INFO O| Oct 18 22:52:25.180 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93742024-10-18T22:52:26.008Z[ host-image] Oct 18 22:52:25.180 INFO O| Oct 18 22:52:25.180 INFO copying /tmp/.tmpcbuUZ4/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 ...
93752024-10-18T22:52:26.010Z[ host-image] Oct 18 22:52:25.180 INFO O| Oct 18 22:52:25.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93762024-10-18T22:52:26.010Z[ host-image] Oct 18 22:52:25.180 INFO O| Oct 18 22:52:25.180 INFO ok!
93772024-10-18T22:52:26.010Z[ host-image] Oct 18 22:52:25.180 INFO O| Oct 18 22:52:25.180 INFO STEP 85 (ensure_file) COMPLETE
93782024-10-18T22:52:26.010Z[ host-image] Oct 18 22:52:25.180 INFO O| Oct 18 22:52:25.180 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93792024-10-18T22:52:26.018Z[ host-image] Oct 18 22:52:25.190 INFO O| Oct 18 22:52:25.190 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93802024-10-18T22:52:26.020Z[ host-image] Oct 18 22:52:25.190 INFO O| Oct 18 22:52:25.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93812024-10-18T22:52:26.020Z[ host-image] Oct 18 22:52:25.190 INFO O| Oct 18 22:52:25.190 INFO STEP 86 (ensure_dir) COMPLETE
93822024-10-18T22:52:26.020Z[ host-image] Oct 18 22:52:25.190 INFO O| Oct 18 22:52:25.190 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93832024-10-18T22:52:26.028Z[ host-image] Oct 18 22:52:25.200 INFO O| Oct 18 22:52:25.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93842024-10-18T22:52:26.028Z[ host-image] Oct 18 22:52:25.201 INFO O| Oct 18 22:52:25.200 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93852024-10-18T22:52:26.031Z[ host-image] Oct 18 22:52:25.201 INFO O| Oct 18 22:52:25.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93862024-10-18T22:52:26.031Z[ host-image] Oct 18 22:52:25.201 INFO O| Oct 18 22:52:25.201 INFO ok!
93872024-10-18T22:52:26.031Z[ host-image] Oct 18 22:52:25.201 INFO O| Oct 18 22:52:25.201 INFO STEP 87 (ensure_file) COMPLETE
93882024-10-18T22:52:26.031Z[ host-image] Oct 18 22:52:25.201 INFO O| Oct 18 22:52:25.201 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93892024-10-18T22:52:26.038Z[ host-image] Oct 18 22:52:25.211 INFO O| Oct 18 22:52:25.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93902024-10-18T22:52:26.041Z[ host-image] Oct 18 22:52:25.211 INFO O| Oct 18 22:52:25.211 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93912024-10-18T22:52:26.384Z[ recovery-image] Oct 18 22:52:25.556 INFO image complete! materials are in "/work/os-recovery"
93922024-10-18T22:52:26.391Z[ recovery-image]
93932024-10-18T22:52:26.391Z[ recovery-image] real 8:25.705558473
93942024-10-18T22:52:26.391Z[ recovery-image] user 5:15.447365110
93952024-10-18T22:52:26.391Z[ recovery-image] sys 49.354295763
93962024-10-18T22:52:26.391Z[ recovery-image] trap 0.258062214
93972024-10-18T22:52:26.391Z[ recovery-image] tflt 0.169125649
93982024-10-18T22:52:26.391Z[ recovery-image] dflt 1.073009538
93992024-10-18T22:52:26.391Z[ recovery-image] kflt 0.000421029
94002024-10-18T22:52:26.391Z[ recovery-image] lock 18:46.891477906
94012024-10-18T22:52:26.391Z[ recovery-image] slp 53:35.605760613
94022024-10-18T22:52:26.391Z[ recovery-image] lat 2:01.313354171
94032024-10-18T22:52:26.391Z[ recovery-image] stop 4.993421883
94042024-10-18T22:52:26.391ZOct 18 22:52:25.562 INFO [recovery-image] process exited with exit status: 0 (505.783522795s)
94052024-10-18T22:52:26.398Z[ host-image] Oct 18 22:52:25.570 INFO O| Oct 18 22:52:25.570 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
94062024-10-18T22:52:26.398Z[ host-image] Oct 18 22:52:25.570 INFO O| Oct 18 22:52:25.570 INFO ok!
94072024-10-18T22:52:26.400Z[ host-image] Oct 18 22:52:25.570 INFO O| Oct 18 22:52:25.570 INFO STEP 88 (ensure_file) COMPLETE
94082024-10-18T22:52:26.400Z[ host-image] Oct 18 22:52:25.570 INFO O| Oct 18 22:52:25.570 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94092024-10-18T22:52:26.409Z[ host-image] Oct 18 22:52:25.581 INFO O| Oct 18 22:52:25.581 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
94102024-10-18T22:52:26.409Z[ host-image] Oct 18 22:52:25.581 INFO O| Oct 18 22:52:25.581 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
94112024-10-18T22:52:26.427Z[ host-image] Oct 18 22:52:25.599 INFO O| Oct 18 22:52:25.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
94122024-10-18T22:52:26.429Z[ host-image] Oct 18 22:52:25.599 INFO O| Oct 18 22:52:25.599 INFO ok!
94132024-10-18T22:52:26.429Z[ host-image] Oct 18 22:52:25.599 INFO O| Oct 18 22:52:25.599 INFO STEP 89 (ensure_file) COMPLETE
94142024-10-18T22:52:26.429Z[ host-image] Oct 18 22:52:25.599 INFO O| Oct 18 22:52:25.599 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94152024-10-18T22:52:26.437Z[ host-image] Oct 18 22:52:25.609 INFO O| Oct 18 22:52:25.609 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
94162024-10-18T22:52:26.437Z[ host-image] Oct 18 22:52:25.609 INFO O| Oct 18 22:52:25.609 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
94172024-10-18T22:52:26.439Z[ host-image] Oct 18 22:52:25.609 INFO O| Oct 18 22:52:25.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
94182024-10-18T22:52:26.439Z[ host-image] Oct 18 22:52:25.609 INFO O| Oct 18 22:52:25.609 INFO ok!
94192024-10-18T22:52:26.439Z[ host-image] Oct 18 22:52:25.609 INFO O| Oct 18 22:52:25.609 INFO STEP 90 (ensure_file) COMPLETE
94202024-10-18T22:52:26.439Z[ host-image] Oct 18 22:52:25.609 INFO O| Oct 18 22:52:25.609 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94212024-10-18T22:52:26.447Z[ host-image] Oct 18 22:52:25.619 INFO O| Oct 18 22:52:25.619 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94222024-10-18T22:52:26.449Z[ host-image] Oct 18 22:52:25.619 INFO O| Oct 18 22:52:25.619 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94232024-10-18T22:52:26.449Z[ host-image] Oct 18 22:52:25.619 INFO O| Oct 18 22:52:25.619 INFO STEP 91 (ensure_dir) COMPLETE
94242024-10-18T22:52:26.449Z[ host-image] Oct 18 22:52:25.619 INFO O| Oct 18 22:52:25.619 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94252024-10-18T22:52:26.457Z[ host-image] Oct 18 22:52:25.629 INFO O| Oct 18 22:52:25.629 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94262024-10-18T22:52:26.457Z[ host-image] Oct 18 22:52:25.629 INFO O| Oct 18 22:52:25.629 INFO copying /tmp/.tmpcbuUZ4/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 ...
94272024-10-18T22:52:26.459Z[ host-image] Oct 18 22:52:25.630 INFO O| Oct 18 22:52:25.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94282024-10-18T22:52:26.459Z[ host-image] Oct 18 22:52:25.630 INFO O| Oct 18 22:52:25.630 INFO ok!
94292024-10-18T22:52:26.459Z[ host-image] Oct 18 22:52:25.630 INFO O| Oct 18 22:52:25.630 INFO STEP 92 (ensure_file) COMPLETE
94302024-10-18T22:52:26.459Z[ host-image] Oct 18 22:52:25.630 INFO O| Oct 18 22:52:25.630 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94312024-10-18T22:52:26.467Z[ host-image] Oct 18 22:52:25.639 INFO O| Oct 18 22:52:25.639 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94322024-10-18T22:52:26.469Z[ host-image] Oct 18 22:52:25.639 INFO O| Oct 18 22:52:25.639 INFO copying /tmp/.tmpcbuUZ4/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 ...
94332024-10-18T22:52:26.469Z[ host-image] Oct 18 22:52:25.640 INFO O| Oct 18 22:52:25.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94342024-10-18T22:52:26.469Z[ host-image] Oct 18 22:52:25.640 INFO O| Oct 18 22:52:25.640 INFO ok!
94352024-10-18T22:52:26.469Z[ host-image] Oct 18 22:52:25.640 INFO O| Oct 18 22:52:25.640 INFO STEP 93 (ensure_file) COMPLETE
94362024-10-18T22:52:26.469Z[ host-image] Oct 18 22:52:25.640 INFO O| Oct 18 22:52:25.640 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94372024-10-18T22:52:26.477Z[ host-image] Oct 18 22:52:25.649 INFO O| Oct 18 22:52:25.649 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94382024-10-18T22:52:26.477Z[ host-image] Oct 18 22:52:25.649 INFO O| Oct 18 22:52:25.649 INFO copying /tmp/.tmpcbuUZ4/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 ...
94392024-10-18T22:52:26.480Z[ host-image] Oct 18 22:52:25.650 INFO O| Oct 18 22:52:25.649 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94402024-10-18T22:52:26.480Z[ host-image] Oct 18 22:52:25.650 INFO O| Oct 18 22:52:25.650 INFO ok!
94412024-10-18T22:52:26.480Z[ host-image] Oct 18 22:52:25.650 INFO O| Oct 18 22:52:25.650 INFO STEP 94 (ensure_file) COMPLETE
94422024-10-18T22:52:26.480Z[ host-image] Oct 18 22:52:25.650 INFO O| Oct 18 22:52:25.650 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94432024-10-18T22:52:26.487Z[ host-image] Oct 18 22:52:25.659 INFO O| Oct 18 22:52:25.659 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94442024-10-18T22:52:26.487Z[ host-image] Oct 18 22:52:25.659 INFO O| Oct 18 22:52:25.659 INFO copying /tmp/.tmpcbuUZ4/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 ...
94452024-10-18T22:52:26.489Z[ host-image] Oct 18 22:52:25.659 INFO O| Oct 18 22:52:25.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94462024-10-18T22:52:26.489Z[ host-image] Oct 18 22:52:25.659 INFO O| Oct 18 22:52:25.659 INFO ok!
94472024-10-18T22:52:26.489Z[ host-image] Oct 18 22:52:25.659 INFO O| Oct 18 22:52:25.659 INFO STEP 95 (ensure_file) COMPLETE
94482024-10-18T22:52:26.489Z[ host-image] Oct 18 22:52:25.659 INFO O| Oct 18 22:52:25.659 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94492024-10-18T22:52:26.496Z[ host-image] Oct 18 22:52:25.669 INFO O| Oct 18 22:52:25.669 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94502024-10-18T22:52:26.496Z[ host-image] Oct 18 22:52:25.669 INFO O| Oct 18 22:52:25.669 INFO copying /tmp/.tmpcbuUZ4/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 ...
94512024-10-18T22:52:26.499Z[ host-image] Oct 18 22:52:25.669 INFO O| Oct 18 22:52:25.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94522024-10-18T22:52:26.499Z[ host-image] Oct 18 22:52:25.669 INFO O| Oct 18 22:52:25.669 INFO ok!
94532024-10-18T22:52:26.499Z[ host-image] Oct 18 22:52:25.669 INFO O| Oct 18 22:52:25.669 INFO STEP 96 (ensure_file) COMPLETE
94542024-10-18T22:52:26.499Z[ host-image] Oct 18 22:52:25.669 INFO O| Oct 18 22:52:25.669 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94552024-10-18T22:52:26.507Z[ host-image] Oct 18 22:52:25.679 INFO O| Oct 18 22:52:25.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94562024-10-18T22:52:26.507Z[ host-image] Oct 18 22:52:25.679 INFO O| Oct 18 22:52:25.679 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94572024-10-18T22:52:26.509Z[ host-image] Oct 18 22:52:25.679 INFO O| Oct 18 22:52:25.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94582024-10-18T22:52:26.509Z[ host-image] Oct 18 22:52:25.679 INFO O| Oct 18 22:52:25.679 INFO ok!
94592024-10-18T22:52:26.509Z[ host-image] Oct 18 22:52:25.679 INFO O| Oct 18 22:52:25.679 INFO STEP 97 (ensure_file) COMPLETE
94602024-10-18T22:52:26.509Z[ host-image] Oct 18 22:52:25.679 INFO O| Oct 18 22:52:25.679 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94612024-10-18T22:52:26.517Z[ host-image] Oct 18 22:52:25.689 INFO O| Oct 18 22:52:25.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94622024-10-18T22:52:26.517Z[ host-image] Oct 18 22:52:25.689 INFO O| Oct 18 22:52:25.689 INFO copying /tmp/.tmpcbuUZ4/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 ...
94632024-10-18T22:52:26.519Z[ host-image] Oct 18 22:52:25.689 INFO O| Oct 18 22:52:25.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94642024-10-18T22:52:26.519Z[ host-image] Oct 18 22:52:25.689 INFO O| Oct 18 22:52:25.689 INFO ok!
94652024-10-18T22:52:26.519Z[ host-image] Oct 18 22:52:25.689 INFO O| Oct 18 22:52:25.689 INFO STEP 98 (ensure_file) COMPLETE
94662024-10-18T22:52:26.519Z[ host-image] Oct 18 22:52:25.689 INFO O| Oct 18 22:52:25.689 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94672024-10-18T22:52:26.526Z[ host-image] Oct 18 22:52:25.699 INFO O| Oct 18 22:52:25.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94682024-10-18T22:52:26.526Z[ host-image] Oct 18 22:52:25.699 INFO O| Oct 18 22:52:25.699 INFO copying /tmp/.tmpcbuUZ4/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 ...
94692024-10-18T22:52:26.529Z[ host-image] Oct 18 22:52:25.699 INFO O| Oct 18 22:52:25.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94702024-10-18T22:52:26.529Z[ host-image] Oct 18 22:52:25.699 INFO O| Oct 18 22:52:25.699 INFO ok!
94712024-10-18T22:52:26.529Z[ host-image] Oct 18 22:52:25.699 INFO O| Oct 18 22:52:25.699 INFO STEP 99 (ensure_file) COMPLETE
94722024-10-18T22:52:26.529Z[ host-image] Oct 18 22:52:25.699 INFO O| Oct 18 22:52:25.699 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94732024-10-18T22:52:26.536Z[ host-image] Oct 18 22:52:25.709 INFO O| Oct 18 22:52:25.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94742024-10-18T22:52:26.536Z[ host-image] Oct 18 22:52:25.709 INFO O| Oct 18 22:52:25.709 INFO copying /tmp/.tmpcbuUZ4/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 ...
94752024-10-18T22:52:26.539Z[ host-image] Oct 18 22:52:25.709 INFO O| Oct 18 22:52:25.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94762024-10-18T22:52:26.539Z[ host-image] Oct 18 22:52:25.709 INFO O| Oct 18 22:52:25.709 INFO ok!
94772024-10-18T22:52:26.539Z[ host-image] Oct 18 22:52:25.709 INFO O| Oct 18 22:52:25.709 INFO STEP 100 (ensure_file) COMPLETE
94782024-10-18T22:52:26.539Z[ host-image] Oct 18 22:52:25.709 INFO O| Oct 18 22:52:25.709 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94792024-10-18T22:52:26.547Z[ host-image] Oct 18 22:52:25.719 INFO O| Oct 18 22:52:25.719 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94802024-10-18T22:52:26.547Z[ host-image] Oct 18 22:52:25.719 INFO O| Oct 18 22:52:25.719 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94812024-10-18T22:52:26.549Z[ host-image] Oct 18 22:52:25.719 INFO O| Oct 18 22:52:25.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94822024-10-18T22:52:26.549Z[ host-image] Oct 18 22:52:25.719 INFO O| Oct 18 22:52:25.719 INFO ok!
94832024-10-18T22:52:26.549Z[ host-image] Oct 18 22:52:25.719 INFO O| Oct 18 22:52:25.719 INFO STEP 101 (ensure_file) COMPLETE
94842024-10-18T22:52:26.549Z[ host-image] Oct 18 22:52:25.719 INFO O| Oct 18 22:52:25.719 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94852024-10-18T22:52:26.557Z[ host-image] Oct 18 22:52:25.729 INFO O| Oct 18 22:52:25.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94862024-10-18T22:52:26.557Z[ host-image] Oct 18 22:52:25.730 INFO O| Oct 18 22:52:25.729 INFO copying /tmp/.tmpcbuUZ4/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 ...
94872024-10-18T22:52:26.559Z[ host-image] Oct 18 22:52:25.730 INFO O| Oct 18 22:52:25.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94882024-10-18T22:52:26.559Z[ host-image] Oct 18 22:52:25.730 INFO O| Oct 18 22:52:25.730 INFO ok!
94892024-10-18T22:52:26.560Z[ host-image] Oct 18 22:52:25.730 INFO O| Oct 18 22:52:25.730 INFO STEP 102 (ensure_file) COMPLETE
94902024-10-18T22:52:26.560Z[ host-image] Oct 18 22:52:25.730 INFO O| Oct 18 22:52:25.730 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94912024-10-18T22:52:26.567Z[ host-image] Oct 18 22:52:25.740 INFO O| Oct 18 22:52:25.740 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94922024-10-18T22:52:26.570Z[ host-image] Oct 18 22:52:25.740 INFO O| Oct 18 22:52:25.740 INFO copying /tmp/.tmpcbuUZ4/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 ...
94932024-10-18T22:52:26.570Z[ host-image] Oct 18 22:52:25.740 INFO O| Oct 18 22:52:25.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94942024-10-18T22:52:26.570Z[ host-image] Oct 18 22:52:25.740 INFO O| Oct 18 22:52:25.740 INFO ok!
94952024-10-18T22:52:26.570Z[ host-image] Oct 18 22:52:25.740 INFO O| Oct 18 22:52:25.740 INFO STEP 103 (ensure_file) COMPLETE
94962024-10-18T22:52:26.570Z[ host-image] Oct 18 22:52:25.740 INFO O| Oct 18 22:52:25.740 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94972024-10-18T22:52:26.577Z[ host-image] Oct 18 22:52:25.750 INFO O| Oct 18 22:52:25.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94982024-10-18T22:52:26.577Z[ host-image] Oct 18 22:52:25.750 INFO O| Oct 18 22:52:25.750 INFO copying /tmp/.tmpcbuUZ4/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 ...
94992024-10-18T22:52:26.579Z[ host-image] Oct 18 22:52:25.750 INFO O| Oct 18 22:52:25.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
95002024-10-18T22:52:26.580Z[ host-image] Oct 18 22:52:25.750 INFO O| Oct 18 22:52:25.750 INFO ok!
95012024-10-18T22:52:26.580Z[ host-image] Oct 18 22:52:25.750 INFO O| Oct 18 22:52:25.750 INFO STEP 104 (ensure_file) COMPLETE
95022024-10-18T22:52:26.580Z[ host-image] Oct 18 22:52:25.750 INFO O| Oct 18 22:52:25.750 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95032024-10-18T22:52:26.587Z[ host-image] Oct 18 22:52:25.760 INFO O| Oct 18 22:52:25.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
95042024-10-18T22:52:26.588Z[ host-image] Oct 18 22:52:25.760 INFO O| Oct 18 22:52:25.760 INFO copying /tmp/.tmpcbuUZ4/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 ...
95052024-10-18T22:52:26.590Z[ host-image] Oct 18 22:52:25.760 INFO O| Oct 18 22:52:25.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
95062024-10-18T22:52:26.590Z[ host-image] Oct 18 22:52:25.760 INFO O| Oct 18 22:52:25.760 INFO ok!
95072024-10-18T22:52:26.590Z[ host-image] Oct 18 22:52:25.760 INFO O| Oct 18 22:52:25.760 INFO STEP 105 (ensure_file) COMPLETE
95082024-10-18T22:52:26.590Z[ host-image] Oct 18 22:52:25.760 INFO O| Oct 18 22:52:25.760 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95092024-10-18T22:52:26.597Z[ host-image] Oct 18 22:52:25.770 INFO O| Oct 18 22:52:25.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
95102024-10-18T22:52:26.597Z[ host-image] Oct 18 22:52:25.770 INFO O| Oct 18 22:52:25.770 INFO copying /tmp/.tmpcbuUZ4/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 ...
95112024-10-18T22:52:26.600Z[ host-image] Oct 18 22:52:25.770 INFO O| Oct 18 22:52:25.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
95122024-10-18T22:52:26.600Z[ host-image] Oct 18 22:52:25.770 INFO O| Oct 18 22:52:25.770 INFO ok!
95132024-10-18T22:52:26.600Z[ host-image] Oct 18 22:52:25.770 INFO O| Oct 18 22:52:25.770 INFO STEP 106 (ensure_file) COMPLETE
95142024-10-18T22:52:26.600Z[ host-image] Oct 18 22:52:25.770 INFO O| Oct 18 22:52:25.770 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95152024-10-18T22:52:26.607Z[ host-image] Oct 18 22:52:25.780 INFO O| Oct 18 22:52:25.780 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
95162024-10-18T22:52:26.607Z[ host-image] Oct 18 22:52:25.780 INFO O| Oct 18 22:52:25.780 INFO copying /tmp/.tmpcbuUZ4/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 ...
95172024-10-18T22:52:26.610Z[ host-image] Oct 18 22:52:25.780 INFO O| Oct 18 22:52:25.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
95182024-10-18T22:52:26.610Z[ host-image] Oct 18 22:52:25.780 INFO O| Oct 18 22:52:25.780 INFO ok!
95192024-10-18T22:52:26.610Z[ host-image] Oct 18 22:52:25.780 INFO O| Oct 18 22:52:25.780 INFO STEP 107 (ensure_file) COMPLETE
95202024-10-18T22:52:26.611Z[ host-image] Oct 18 22:52:25.780 INFO O| Oct 18 22:52:25.780 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95212024-10-18T22:52:26.618Z[ host-image] Oct 18 22:52:25.790 INFO O| Oct 18 22:52:25.790 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95222024-10-18T22:52:26.618Z[ host-image] Oct 18 22:52:25.790 INFO O| Oct 18 22:52:25.790 INFO copying /tmp/.tmpcbuUZ4/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 ...
95232024-10-18T22:52:26.618Z[ host-image] Oct 18 22:52:25.790 INFO O| Oct 18 22:52:25.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95242024-10-18T22:52:26.618Z[ host-image] Oct 18 22:52:25.790 INFO O| Oct 18 22:52:25.790 INFO ok!
95252024-10-18T22:52:26.618Z[ host-image] Oct 18 22:52:25.790 INFO O| Oct 18 22:52:25.790 INFO STEP 108 (ensure_file) COMPLETE
95262024-10-18T22:52:26.618Z[ host-image] Oct 18 22:52:25.790 INFO O| Oct 18 22:52:25.790 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95272024-10-18T22:52:26.627Z[ host-image] Oct 18 22:52:25.800 INFO O| Oct 18 22:52:25.800 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95282024-10-18T22:52:26.628Z[ host-image] Oct 18 22:52:25.800 INFO O| Oct 18 22:52:25.800 INFO copying /tmp/.tmpcbuUZ4/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 ...
95292024-10-18T22:52:26.631Z[ host-image] Oct 18 22:52:25.800 INFO O| Oct 18 22:52:25.800 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95302024-10-18T22:52:26.631Z[ host-image] Oct 18 22:52:25.800 INFO O| Oct 18 22:52:25.800 INFO ok!
95312024-10-18T22:52:26.631Z[ host-image] Oct 18 22:52:25.800 INFO O| Oct 18 22:52:25.800 INFO STEP 109 (ensure_file) COMPLETE
95322024-10-18T22:52:26.632Z[ host-image] Oct 18 22:52:25.800 INFO O| Oct 18 22:52:25.800 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95332024-10-18T22:52:26.638Z[ host-image] Oct 18 22:52:25.810 INFO O| Oct 18 22:52:25.810 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95342024-10-18T22:52:26.640Z[ host-image] Oct 18 22:52:25.810 INFO O| Oct 18 22:52:25.810 INFO copying /tmp/.tmpcbuUZ4/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 ...
95352024-10-18T22:52:26.640Z[ host-image] Oct 18 22:52:25.810 INFO O| Oct 18 22:52:25.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95362024-10-18T22:52:26.640Z[ host-image] Oct 18 22:52:25.811 INFO O| Oct 18 22:52:25.810 INFO ok!
95372024-10-18T22:52:26.640Z[ host-image] Oct 18 22:52:25.811 INFO O| Oct 18 22:52:25.810 INFO STEP 110 (ensure_file) COMPLETE
95382024-10-18T22:52:26.640Z[ host-image] Oct 18 22:52:25.811 INFO O| Oct 18 22:52:25.811 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95392024-10-18T22:52:26.648Z[ host-image] Oct 18 22:52:25.820 INFO O| Oct 18 22:52:25.820 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95402024-10-18T22:52:26.648Z[ host-image] Oct 18 22:52:25.820 INFO O| Oct 18 22:52:25.820 INFO copying /tmp/.tmpcbuUZ4/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 ...
95412024-10-18T22:52:26.650Z[ host-image] Oct 18 22:52:25.820 INFO O| Oct 18 22:52:25.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95422024-10-18T22:52:26.650Z[ host-image] Oct 18 22:52:25.820 INFO O| Oct 18 22:52:25.820 INFO ok!
95432024-10-18T22:52:26.650Z[ host-image] Oct 18 22:52:25.820 INFO O| Oct 18 22:52:25.820 INFO STEP 111 (ensure_file) COMPLETE
95442024-10-18T22:52:26.650Z[ host-image] Oct 18 22:52:25.820 INFO O| Oct 18 22:52:25.820 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95452024-10-18T22:52:26.658Z[ host-image] Oct 18 22:52:25.831 INFO O| Oct 18 22:52:25.831 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95462024-10-18T22:52:26.658Z[ host-image] Oct 18 22:52:25.831 INFO O| Oct 18 22:52:25.831 INFO copying /tmp/.tmpcbuUZ4/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 ...
95472024-10-18T22:52:26.661Z[ host-image] Oct 18 22:52:25.831 INFO O| Oct 18 22:52:25.831 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95482024-10-18T22:52:26.661Z[ host-image] Oct 18 22:52:25.831 INFO O| Oct 18 22:52:25.831 INFO ok!
95492024-10-18T22:52:26.661Z[ host-image] Oct 18 22:52:25.831 INFO O| Oct 18 22:52:25.831 INFO STEP 112 (ensure_file) COMPLETE
95502024-10-18T22:52:26.661Z[ host-image] Oct 18 22:52:25.831 INFO O| Oct 18 22:52:25.831 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95512024-10-18T22:52:26.668Z[ host-image] Oct 18 22:52:25.841 INFO O| Oct 18 22:52:25.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95522024-10-18T22:52:26.668Z[ host-image] Oct 18 22:52:25.841 INFO O| Oct 18 22:52:25.841 INFO copying /tmp/.tmpcbuUZ4/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 ...
95532024-10-18T22:52:26.671Z[ host-image] Oct 18 22:52:25.841 INFO O| Oct 18 22:52:25.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95542024-10-18T22:52:26.671Z[ host-image] Oct 18 22:52:25.841 INFO O| Oct 18 22:52:25.841 INFO ok!
95552024-10-18T22:52:26.671Z[ host-image] Oct 18 22:52:25.841 INFO O| Oct 18 22:52:25.841 INFO STEP 113 (ensure_file) COMPLETE
95562024-10-18T22:52:26.671Z[ host-image] Oct 18 22:52:25.841 INFO O| Oct 18 22:52:25.841 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95572024-10-18T22:52:26.678Z[ host-image] Oct 18 22:52:25.851 INFO O| Oct 18 22:52:25.851 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95582024-10-18T22:52:26.681Z[ host-image] Oct 18 22:52:25.851 INFO O| Oct 18 22:52:25.851 INFO copying /tmp/.tmpcbuUZ4/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 ...
95592024-10-18T22:52:26.681Z[ host-image] Oct 18 22:52:25.851 INFO O| Oct 18 22:52:25.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95602024-10-18T22:52:26.681Z[ host-image] Oct 18 22:52:25.851 INFO O| Oct 18 22:52:25.851 INFO ok!
95612024-10-18T22:52:26.681Z[ host-image] Oct 18 22:52:25.851 INFO O| Oct 18 22:52:25.851 INFO STEP 114 (ensure_file) COMPLETE
95622024-10-18T22:52:26.681Z[ host-image] Oct 18 22:52:25.851 INFO O| Oct 18 22:52:25.851 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95632024-10-18T22:52:26.688Z[ host-image] Oct 18 22:52:25.861 INFO O| Oct 18 22:52:25.861 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95642024-10-18T22:52:26.688Z[ host-image] Oct 18 22:52:25.861 INFO O| Oct 18 22:52:25.861 INFO copying /tmp/.tmpcbuUZ4/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 ...
95652024-10-18T22:52:26.691Z[ host-image] Oct 18 22:52:25.861 INFO O| Oct 18 22:52:25.861 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95662024-10-18T22:52:26.691Z[ host-image] Oct 18 22:52:25.861 INFO O| Oct 18 22:52:25.861 INFO ok!
95672024-10-18T22:52:26.691Z[ host-image] Oct 18 22:52:25.861 INFO O| Oct 18 22:52:25.861 INFO STEP 115 (ensure_file) COMPLETE
95682024-10-18T22:52:26.691Z[ host-image] Oct 18 22:52:25.861 INFO O| Oct 18 22:52:25.861 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95692024-10-18T22:52:26.698Z[ host-image] Oct 18 22:52:25.871 INFO O| Oct 18 22:52:25.871 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95702024-10-18T22:52:26.701Z[ host-image] Oct 18 22:52:25.871 INFO O| Oct 18 22:52:25.871 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95712024-10-18T22:52:26.701Z[ host-image] Oct 18 22:52:25.871 INFO O| Oct 18 22:52:25.871 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95722024-10-18T22:52:26.701Z[ host-image] Oct 18 22:52:25.871 INFO O| Oct 18 22:52:25.871 INFO ok!
95732024-10-18T22:52:26.701Z[ host-image] Oct 18 22:52:25.871 INFO O| Oct 18 22:52:25.871 INFO STEP 116 (ensure_file) COMPLETE
95742024-10-18T22:52:26.701Z[ host-image] Oct 18 22:52:25.871 INFO O| Oct 18 22:52:25.871 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95752024-10-18T22:52:26.708Z[ host-image] Oct 18 22:52:25.881 INFO O| Oct 18 22:52:25.881 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95762024-10-18T22:52:26.708Z[ host-image] Oct 18 22:52:25.881 INFO O| Oct 18 22:52:25.881 INFO copying /tmp/.tmpcbuUZ4/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 ...
95772024-10-18T22:52:26.712Z[ host-image] Oct 18 22:52:25.881 INFO O| Oct 18 22:52:25.881 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95782024-10-18T22:52:26.712Z[ host-image] Oct 18 22:52:25.881 INFO O| Oct 18 22:52:25.881 INFO ok!
95792024-10-18T22:52:26.712Z[ host-image] Oct 18 22:52:25.881 INFO O| Oct 18 22:52:25.881 INFO STEP 117 (ensure_file) COMPLETE
95802024-10-18T22:52:26.712Z[ host-image] Oct 18 22:52:25.881 INFO O| Oct 18 22:52:25.881 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95812024-10-18T22:52:26.718Z[ host-image] Oct 18 22:52:25.891 INFO O| Oct 18 22:52:25.891 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95822024-10-18T22:52:26.719Z[ host-image] Oct 18 22:52:25.891 INFO O| Oct 18 22:52:25.891 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95832024-10-18T22:52:26.721Z[ host-image] Oct 18 22:52:25.891 INFO O| Oct 18 22:52:25.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95842024-10-18T22:52:26.721Z[ host-image] Oct 18 22:52:25.891 INFO O| Oct 18 22:52:25.891 INFO ok!
95852024-10-18T22:52:26.721Z[ host-image] Oct 18 22:52:25.891 INFO O| Oct 18 22:52:25.891 INFO STEP 118 (ensure_file) COMPLETE
95862024-10-18T22:52:26.721Z[ host-image] Oct 18 22:52:25.891 INFO O| Oct 18 22:52:25.891 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95872024-10-18T22:52:26.731Z[ host-image] Oct 18 22:52:25.901 INFO O| Oct 18 22:52:25.901 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95882024-10-18T22:52:26.731Z[ host-image] Oct 18 22:52:25.901 INFO O| Oct 18 22:52:25.901 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95892024-10-18T22:52:30.232Z[ host-image] Oct 18 22:52:29.404 INFO O| Oct 18 22:52:29.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95902024-10-18T22:52:30.232Z[ host-image] Oct 18 22:52:29.404 INFO O| Oct 18 22:52:29.404 INFO ok!
95912024-10-18T22:52:30.235Z[ host-image] Oct 18 22:52:29.404 INFO O| Oct 18 22:52:29.404 INFO STEP 119 (ensure_file) COMPLETE
95922024-10-18T22:52:30.235Z[ host-image] Oct 18 22:52:29.404 INFO O| Oct 18 22:52:29.404 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95932024-10-18T22:52:30.245Z[ host-image] Oct 18 22:52:29.417 INFO O| Oct 18 22:52:29.417 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95942024-10-18T22:52:30.245Z[ host-image] Oct 18 22:52:29.417 INFO O| Oct 18 22:52:29.417 INFO STEP 120 (ensure_dir) COMPLETE
95952024-10-18T22:52:30.245Z[ host-image] Oct 18 22:52:29.417 INFO O| Oct 18 22:52:29.417 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95962024-10-18T22:52:30.255Z[ host-image] Oct 18 22:52:29.428 INFO O| Oct 18 22:52:29.427 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95972024-10-18T22:52:30.255Z[ host-image] Oct 18 22:52:29.428 INFO O| Oct 18 22:52:29.428 INFO STEP 121 (ensure_dir) COMPLETE
95982024-10-18T22:52:30.255Z[ host-image] Oct 18 22:52:29.428 INFO O| Oct 18 22:52:29.428 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-10-18T22:52:30.266Z[ host-image] Oct 18 22:52:29.438 INFO O| Oct 18 22:52:29.438 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
96002024-10-18T22:52:30.271Z[ host-image] Oct 18 22:52:29.438 INFO O| Oct 18 22:52:29.438 INFO STEP 122 (ensure_dir) COMPLETE
96012024-10-18T22:52:30.271Z[ host-image] Oct 18 22:52:29.438 INFO O| Oct 18 22:52:29.438 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96022024-10-18T22:52:30.276Z[ host-image] Oct 18 22:52:29.449 INFO O| Oct 18 22:52:29.449 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
96032024-10-18T22:52:30.279Z[ host-image] Oct 18 22:52:29.449 INFO O| Oct 18 22:52:29.449 INFO STEP 123 (ensure_dir) COMPLETE
96042024-10-18T22:52:30.279Z[ host-image] Oct 18 22:52:29.449 INFO O| Oct 18 22:52:29.449 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96052024-10-18T22:52:30.287Z[ host-image] Oct 18 22:52:29.459 INFO O| Oct 18 22:52:29.459 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
96062024-10-18T22:52:30.287Z[ host-image] Oct 18 22:52:29.459 INFO O| Oct 18 22:52:29.459 INFO copying /tmp/.tmpcbuUZ4/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 ...
96072024-10-18T22:52:30.289Z[ host-image] Oct 18 22:52:29.459 INFO O| Oct 18 22:52:29.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
96082024-10-18T22:52:30.289Z[ host-image] Oct 18 22:52:29.459 INFO O| Oct 18 22:52:29.459 INFO ok!
96092024-10-18T22:52:30.289Z[ host-image] Oct 18 22:52:29.459 INFO O| Oct 18 22:52:29.459 INFO STEP 124 (ensure_file) COMPLETE
96102024-10-18T22:52:30.289Z[ host-image] Oct 18 22:52:29.459 INFO O| Oct 18 22:52:29.459 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96112024-10-18T22:52:30.297Z[ host-image] Oct 18 22:52:29.469 INFO O| Oct 18 22:52:29.469 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
96122024-10-18T22:52:30.297Z[ host-image] Oct 18 22:52:29.469 INFO O| Oct 18 22:52:29.469 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
96132024-10-18T22:52:30.300Z[ host-image] Oct 18 22:52:29.469 INFO O| Oct 18 22:52:29.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
96142024-10-18T22:52:30.300Z[ host-image] Oct 18 22:52:29.469 INFO O| Oct 18 22:52:29.469 INFO STEP 125 (ensure_dir) COMPLETE
96152024-10-18T22:52:30.300Z[ host-image] Oct 18 22:52:29.469 INFO O| Oct 18 22:52:29.469 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
96162024-10-18T22:52:30.308Z[ host-image] Oct 18 22:52:29.480 INFO O| Oct 18 22:52:29.480 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
96172024-10-18T22:52:30.308Z[ host-image] Oct 18 22:52:29.480 INFO O| Oct 18 22:52:29.480 INFO copying /tmp/.tmpcbuUZ4/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
96182024-10-18T22:52:30.310Z[ host-image] Oct 18 22:52:29.480 INFO O| Oct 18 22:52:29.480 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
96192024-10-18T22:52:30.310Z[ host-image] Oct 18 22:52:29.480 INFO O| Oct 18 22:52:29.480 INFO ok!
96202024-10-18T22:52:30.310Z[ host-image] Oct 18 22:52:29.480 INFO O| Oct 18 22:52:29.480 INFO STEP 126 (ensure_file) COMPLETE
96212024-10-18T22:52:30.310Z[ host-image] Oct 18 22:52:29.480 INFO O| Oct 18 22:52:29.480 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96222024-10-18T22:52:30.318Z[ host-image] Oct 18 22:52:29.490 INFO O| Oct 18 22:52:29.490 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96232024-10-18T22:52:30.321Z[ host-image] Oct 18 22:52:29.490 INFO O| Oct 18 22:52:29.490 INFO STEP 127 (remove_files) COMPLETE
96242024-10-18T22:52:30.321Z[ host-image] Oct 18 22:52:29.490 INFO O| Oct 18 22:52:29.490 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96252024-10-18T22:52:30.328Z[ host-image] Oct 18 22:52:29.500 INFO O| Oct 18 22:52:29.500 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96262024-10-18T22:52:30.331Z[ host-image] Oct 18 22:52:29.500 INFO O| Oct 18 22:52:29.500 INFO STEP 128 (remove_files) COMPLETE
96272024-10-18T22:52:30.331Z[ host-image] Oct 18 22:52:29.500 INFO O| Oct 18 22:52:29.500 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96282024-10-18T22:52:30.338Z[ host-image] Oct 18 22:52:29.510 INFO O| Oct 18 22:52:29.510 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96292024-10-18T22:52:30.340Z[ host-image] Oct 18 22:52:29.510 INFO O| Oct 18 22:52:29.510 INFO STEP 129 (remove_files) COMPLETE
96302024-10-18T22:52:30.340Z[ host-image] Oct 18 22:52:29.510 INFO O| Oct 18 22:52:29.510 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96312024-10-18T22:52:30.348Z[ host-image] Oct 18 22:52:29.520 INFO O| Oct 18 22:52:29.520 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96322024-10-18T22:52:30.350Z[ host-image] Oct 18 22:52:29.520 INFO O| Oct 18 22:52:29.520 INFO STEP 130 (remove_files) COMPLETE
96332024-10-18T22:52:30.350Z[ host-image] Oct 18 22:52:29.520 INFO O| Oct 18 22:52:29.520 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96342024-10-18T22:52:30.358Z[ host-image] Oct 18 22:52:29.530 INFO O| Oct 18 22:52:29.530 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96352024-10-18T22:52:30.360Z[ host-image] Oct 18 22:52:29.530 INFO O| Oct 18 22:52:29.530 INFO STEP 131 (remove_files) COMPLETE
96362024-10-18T22:52:30.360Z[ host-image] Oct 18 22:52:29.530 INFO O| Oct 18 22:52:29.530 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96372024-10-18T22:52:30.369Z[ host-image] Oct 18 22:52:29.541 INFO O| Oct 18 22:52:29.541 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96382024-10-18T22:52:30.372Z[ host-image] Oct 18 22:52:29.541 INFO O| Oct 18 22:52:29.541 INFO STEP 132 (remove_files) COMPLETE
96392024-10-18T22:52:30.372Z[ host-image] Oct 18 22:52:29.542 INFO O| Oct 18 22:52:29.541 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96402024-10-18T22:52:30.379Z[ host-image] Oct 18 22:52:29.552 INFO O| Oct 18 22:52:29.552 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96412024-10-18T22:52:30.379Z[ host-image] Oct 18 22:52:29.552 INFO O| Oct 18 22:52:29.552 INFO STEP 133 (remove_files) COMPLETE
96422024-10-18T22:52:30.382Z[ host-image] Oct 18 22:52:29.552 INFO O| Oct 18 22:52:29.552 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96432024-10-18T22:52:30.389Z[ host-image] Oct 18 22:52:29.562 INFO O| Oct 18 22:52:29.562 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96442024-10-18T22:52:30.389Z[ host-image] Oct 18 22:52:29.562 INFO O| Oct 18 22:52:29.562 INFO STEP 134 (remove_files) COMPLETE
96452024-10-18T22:52:30.392Z[ host-image] Oct 18 22:52:29.562 INFO O| Oct 18 22:52:29.562 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96462024-10-18T22:52:30.399Z[ host-image] Oct 18 22:52:29.572 INFO O| Oct 18 22:52:29.572 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96472024-10-18T22:52:30.399Z[ host-image] Oct 18 22:52:29.572 INFO O| Oct 18 22:52:29.572 INFO STEP 135 (remove_files) COMPLETE
96482024-10-18T22:52:30.402Z[ host-image] Oct 18 22:52:29.572 INFO O| Oct 18 22:52:29.572 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96492024-10-18T22:52:30.410Z[ host-image] Oct 18 22:52:29.582 INFO O| Oct 18 22:52:29.582 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96502024-10-18T22:52:30.412Z[ host-image] Oct 18 22:52:29.582 INFO O| Oct 18 22:52:29.582 INFO STEP 136 (remove_files) COMPLETE
96512024-10-18T22:52:30.412Z[ host-image] Oct 18 22:52:29.582 INFO O| Oct 18 22:52:29.582 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96522024-10-18T22:52:30.420Z[ host-image] Oct 18 22:52:29.592 INFO O| Oct 18 22:52:29.592 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96532024-10-18T22:52:30.420Z[ host-image] Oct 18 22:52:29.592 INFO O| Oct 18 22:52:29.592 INFO STEP 137 (remove_files) COMPLETE
96542024-10-18T22:52:30.420Z[ host-image] Oct 18 22:52:29.592 INFO O| Oct 18 22:52:29.592 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96552024-10-18T22:52:30.430Z[ host-image] Oct 18 22:52:29.602 INFO O| Oct 18 22:52:29.602 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96562024-10-18T22:52:30.430Z[ host-image] Oct 18 22:52:29.602 INFO O| Oct 18 22:52:29.602 INFO STEP 138 (remove_files) COMPLETE
96572024-10-18T22:52:30.430Z[ host-image] Oct 18 22:52:29.602 INFO O| Oct 18 22:52:29.602 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96582024-10-18T22:52:30.440Z[ host-image] Oct 18 22:52:29.612 INFO O| Oct 18 22:52:29.612 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96592024-10-18T22:52:30.442Z[ host-image] Oct 18 22:52:29.612 INFO O| Oct 18 22:52:29.612 INFO STEP 139 (remove_files) COMPLETE
96602024-10-18T22:52:30.442Z[ host-image] Oct 18 22:52:29.612 INFO O| Oct 18 22:52:29.612 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96612024-10-18T22:52:30.450Z[ host-image] Oct 18 22:52:29.622 INFO O| Oct 18 22:52:29.622 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96622024-10-18T22:52:30.452Z[ host-image] Oct 18 22:52:29.622 INFO O| Oct 18 22:52:29.622 INFO STEP 140 (remove_files) COMPLETE
96632024-10-18T22:52:30.452Z[ host-image] Oct 18 22:52:29.622 INFO O| Oct 18 22:52:29.622 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96642024-10-18T22:52:30.460Z[ host-image] Oct 18 22:52:29.632 INFO O| Oct 18 22:52:29.632 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96652024-10-18T22:52:30.460Z[ host-image] Oct 18 22:52:29.632 INFO O| Oct 18 22:52:29.632 INFO STEP 141 (remove_files) COMPLETE
96662024-10-18T22:52:30.464Z[ host-image] Oct 18 22:52:29.632 INFO O| Oct 18 22:52:29.632 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96672024-10-18T22:52:30.470Z[ host-image] Oct 18 22:52:29.642 INFO O| Oct 18 22:52:29.642 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96682024-10-18T22:52:30.470Z[ host-image] Oct 18 22:52:29.642 INFO O| Oct 18 22:52:29.642 INFO STEP 142 (remove_files) COMPLETE
96692024-10-18T22:52:30.472Z[ host-image] Oct 18 22:52:29.642 INFO O| Oct 18 22:52:29.642 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96702024-10-18T22:52:30.480Z[ host-image] Oct 18 22:52:29.652 INFO O| Oct 18 22:52:29.652 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96712024-10-18T22:52:30.483Z[ host-image] Oct 18 22:52:29.652 INFO O| Oct 18 22:52:29.652 INFO STEP 143 (remove_files) COMPLETE
96722024-10-18T22:52:30.483Z[ host-image] Oct 18 22:52:29.652 INFO O| Oct 18 22:52:29.652 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96732024-10-18T22:52:30.490Z[ host-image] Oct 18 22:52:29.662 INFO O| Oct 18 22:52:29.662 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96742024-10-18T22:52:30.490Z[ host-image] Oct 18 22:52:29.662 INFO O| Oct 18 22:52:29.662 INFO STEP 144 (remove_files) COMPLETE
96752024-10-18T22:52:30.493Z[ host-image] Oct 18 22:52:29.662 INFO O| Oct 18 22:52:29.662 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96762024-10-18T22:52:30.500Z[ host-image] Oct 18 22:52:29.673 INFO O| Oct 18 22:52:29.673 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96772024-10-18T22:52:30.503Z[ host-image] Oct 18 22:52:29.673 INFO O| Oct 18 22:52:29.673 INFO STEP 145 (remove_files) COMPLETE
96782024-10-18T22:52:30.503Z[ host-image] Oct 18 22:52:29.673 INFO O| Oct 18 22:52:29.673 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96792024-10-18T22:52:30.511Z[ host-image] Oct 18 22:52:29.683 INFO O| Oct 18 22:52:29.683 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96802024-10-18T22:52:30.511Z[ host-image] Oct 18 22:52:29.683 INFO O| Oct 18 22:52:29.683 INFO STEP 146 (remove_files) COMPLETE
96812024-10-18T22:52:30.511Z[ host-image] Oct 18 22:52:29.683 INFO O| Oct 18 22:52:29.683 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96822024-10-18T22:52:30.520Z[ host-image] Oct 18 22:52:29.693 INFO O| Oct 18 22:52:29.692 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96832024-10-18T22:52:30.523Z[ host-image] Oct 18 22:52:29.693 INFO O| Oct 18 22:52:29.693 INFO STEP 147 (remove_files) COMPLETE
96842024-10-18T22:52:30.523Z[ host-image] Oct 18 22:52:29.693 INFO O| Oct 18 22:52:29.693 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96852024-10-18T22:52:30.530Z[ host-image] Oct 18 22:52:29.702 INFO O| Oct 18 22:52:29.702 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96862024-10-18T22:52:30.532Z[ host-image] Oct 18 22:52:29.703 INFO O| Oct 18 22:52:29.703 INFO STEP 148 (remove_files) COMPLETE
96872024-10-18T22:52:30.532Z[ host-image] Oct 18 22:52:29.703 INFO O| Oct 18 22:52:29.703 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96882024-10-18T22:52:30.540Z[ host-image] Oct 18 22:52:29.713 INFO O| Oct 18 22:52:29.713 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96892024-10-18T22:52:30.540Z[ host-image] Oct 18 22:52:29.713 INFO O| Oct 18 22:52:29.713 INFO STEP 149 (remove_files) COMPLETE
96902024-10-18T22:52:30.541Z[ host-image] Oct 18 22:52:29.713 INFO O| Oct 18 22:52:29.713 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96912024-10-18T22:52:30.550Z[ host-image] Oct 18 22:52:29.723 INFO O| Oct 18 22:52:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96922024-10-18T22:52:30.553Z[ host-image] Oct 18 22:52:29.723 INFO O| Oct 18 22:52:29.723 INFO STEP 150 (remove_files) COMPLETE
96932024-10-18T22:52:30.553Z[ host-image] Oct 18 22:52:29.723 INFO O| Oct 18 22:52:29.723 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96942024-10-18T22:52:30.561Z[ host-image] Oct 18 22:52:29.733 INFO O| Oct 18 22:52:29.733 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96952024-10-18T22:52:30.561Z[ host-image] Oct 18 22:52:29.733 INFO O| Oct 18 22:52:29.733 INFO STEP 151 (remove_files) COMPLETE
96962024-10-18T22:52:30.564Z[ host-image] Oct 18 22:52:29.733 INFO O| Oct 18 22:52:29.733 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96972024-10-18T22:52:30.571Z[ host-image] Oct 18 22:52:29.743 INFO O| Oct 18 22:52:29.743 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96982024-10-18T22:52:30.571Z[ host-image] Oct 18 22:52:29.743 INFO O| Oct 18 22:52:29.743 INFO STEP 152 (remove_files) COMPLETE
96992024-10-18T22:52:30.573Z[ host-image] Oct 18 22:52:29.743 INFO O| Oct 18 22:52:29.743 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97002024-10-18T22:52:30.581Z[ host-image] Oct 18 22:52:29.753 INFO O| Oct 18 22:52:29.753 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
97012024-10-18T22:52:30.583Z[ host-image] Oct 18 22:52:29.753 INFO O| Oct 18 22:52:29.753 INFO STEP 153 (remove_files) COMPLETE
97022024-10-18T22:52:30.583Z[ host-image] Oct 18 22:52:29.753 INFO O| Oct 18 22:52:29.753 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97032024-10-18T22:52:30.591Z[ host-image] Oct 18 22:52:29.763 INFO O| Oct 18 22:52:29.763 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
97042024-10-18T22:52:30.593Z[ host-image] Oct 18 22:52:29.763 INFO O| Oct 18 22:52:29.763 INFO STEP 154 (remove_files) COMPLETE
97052024-10-18T22:52:30.593Z[ host-image] Oct 18 22:52:29.763 INFO O| Oct 18 22:52:29.763 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
97062024-10-18T22:52:30.601Z[ host-image] Oct 18 22:52:29.774 INFO O| Oct 18 22:52:29.773 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
97072024-10-18T22:52:30.601Z[ host-image] Oct 18 22:52:29.774 INFO O| Oct 18 22:52:29.774 INFO STEP 155 (remove_files) COMPLETE
97082024-10-18T22:52:30.601Z[ host-image] Oct 18 22:52:29.774 INFO O| Oct 18 22:52:29.774 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
97092024-10-18T22:52:30.617Z[ host-image] Oct 18 22:52:29.789 INFO O| Oct 18 22:52:29.789 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
97102024-10-18T22:52:30.617Z[ host-image] Oct 18 22:52:29.789 INFO O| Oct 18 22:52:29.789 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "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"}
97112024-10-18T22:52:38.470Z[ host-image] Oct 18 22:52:37.641 INFO O| Oct 18 22:52:37.641 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
97122024-10-18T22:52:38.473Z[ host-image] Oct 18 22:52:37.641 INFO O| Oct 18 22:52:37.641 INFO E| svccfg: Loaded 74 smf(7) service descriptions
97132024-10-18T22:52:38.484Z[ host-image] Oct 18 22:52:37.655 INFO O| Oct 18 22:52:37.655 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1"}
97142024-10-18T22:52:38.564Z[ host-image] Oct 18 22:52:37.735 INFO O| Oct 18 22:52:37.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
97152024-10-18T22:52:38.564Z[ host-image] Oct 18 22:52:37.735 INFO O| Oct 18 22:52:37.735 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
97162024-10-18T22:52:38.566Z[ host-image] Oct 18 22:52:37.737 INFO O| Oct 18 22:52:37.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
97172024-10-18T22:52:38.566Z[ host-image] Oct 18 22:52:37.737 INFO O| Oct 18 22:52:37.737 INFO ok!
97182024-10-18T22:52:38.566Z[ host-image] Oct 18 22:52:37.737 INFO O| Oct 18 22:52:37.737 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97192024-10-18T22:52:38.566Z[ host-image] Oct 18 22:52:37.737 INFO O| Oct 18 22:52:37.737 INFO STEP 156 (seed_smf) COMPLETE
97202024-10-18T22:52:38.566Z[ host-image] Oct 18 22:52:37.737 INFO O| Oct 18 22:52:37.737 INFO steps complete; finalising image!
97212024-10-18T22:52:38.566Z[ host-image] Oct 18 22:52:37.737 INFO O| Oct 18 22:52:37.737 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97222024-10-18T22:52:38.710Z[ host-image] Oct 18 22:52:37.881 INFO O| Oct 18 22:52:37.881 INFO trim TEMPORARY-gimlet-zfs: (7% trimmed, started at Fri Oct 18 22:52:37 2024)
97232024-10-18T22:52:38.933Z[ host-image] Oct 18 22:52:38.104 INFO O| Oct 18 22:52:38.104 INFO temporary pool has 683M used, 149M avail, 1.86x compressratio
97242024-10-18T22:52:38.933Z[ host-image] Oct 18 22:52:38.104 INFO O| Oct 18 22:52:38.104 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97252024-10-18T22:52:39.219Z[ host-image] Oct 18 22:52:38.391 INFO O| Oct 18 22:52:38.390 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97262024-10-18T22:52:39.219Z[ host-image] Oct 18 22:52:38.391 INFO O| Oct 18 22:52:38.391 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97272024-10-18T22:52:40.252Z[ host-image] Oct 18 22:52:39.423 INFO O| Oct 18 22:52:39.423 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97282024-10-18T22:52:40.253Z[ host-image] Oct 18 22:52:39.423 INFO O| Oct 18 22:52:39.423 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97292024-10-18T22:52:40.255Z[ host-image] Oct 18 22:52:39.423 INFO O| Oct 18 22:52:39.423 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97302024-10-18T22:52:40.255Z[ host-image] Oct 18 22:52:39.423 INFO O| Oct 18 22:52:39.423 INFO completed processing gimlet/zfs
97312024-10-18T22:52:40.255Z[ host-image] Oct 18 22:52:39.424 INFO O| Oct 18 22:52:39.423 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97322024-10-18T22:52:46.618Z[ host-image] Oct 18 22:52:45.788 INFO O| Oct 18 22:52:45.788 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97332024-10-18T22:52:46.700Z[ host-image] Oct 18 22:52:45.871 INFO BUILD STRING "heads/stlouis-0-g6733cffb07\n"
97342024-10-18T22:52:46.700Z[ host-image] Oct 18 22:52:45.871 INFO expanded image name: "ci e725a76/${os_short_commit} 2024-10-18 22:21" -> "ci e725a76/6733cff 2024-10-18 22:21"
97352024-10-18T22:52:46.703Z[ host-image] Oct 18 22:52:45.871 INFO output artefacts stored in: "/work/os-host"
97362024-10-18T22:52:46.703Z[ host-image] Oct 18 22:52:45.871 INFO collecting git info from project "amd-host-image-builder"...
97372024-10-18T22:52:46.716Z[ host-image] Oct 18 22:52:45.886 INFO collecting git info from project "amd-firmware"...
97382024-10-18T22:52:46.725Z[ host-image] Oct 18 22:52:45.896 INFO collecting git info from project "bootserver"...
97392024-10-18T22:52:46.729Z[ host-image] Oct 18 22:52:45.900 INFO collecting git info from project "chelsio-t6-roms"...
97402024-10-18T22:52:46.734Z[ host-image] Oct 18 22:52:45.905 INFO collecting git info from project "pinprick"...
97412024-10-18T22:52:46.739Z[ host-image] Oct 18 22:52:45.909 INFO collecting git info from project "pilot"...
97422024-10-18T22:52:46.744Z[ host-image] Oct 18 22:52:45.915 INFO collecting git info from project "image-builder"...
97432024-10-18T22:52:46.748Z[ host-image] Oct 18 22:52:45.919 INFO collecting git info from project "phbl"...
97442024-10-18T22:52:46.753Z[ host-image] Oct 18 22:52:45.924 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97452024-10-18T22:52:47.114Z[ host-image] Oct 18 22:52:46.285 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97462024-10-18T22:52:47.459Z[ host-image] Oct 18 22:52:46.629 INFO creating Oxide boot image...
97472024-10-18T22:52:47.459Z[ host-image] Oct 18 22:52:46.629 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci e725a76/6733cff 2024-10-18 22:21", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97482024-10-18T22:52:48.396Z[ host-image] Oct 18 22:52:47.566 INFO O| ok, image written!
97492024-10-18T22:52:48.396Z[ host-image] Oct 18 22:52:47.566 INFO O| ok, boot_image_csum file written!
97502024-10-18T22:52:48.398Z[ host-image] Oct 18 22:52:47.569 INFO creating boot archive (CPIO)...
97512024-10-18T22:52:48.398Z[ host-image] Oct 18 22:52:47.569 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
97522024-10-18T22:52:48.411Z[ host-image] Oct 18 22:52:47.581 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97532024-10-18T22:52:48.411Z[ host-image] Oct 18 22:52:47.582 INFO E| + outfile=/work/os-host/cpio
97542024-10-18T22:52:48.414Z[ host-image] Oct 18 22:52:47.582 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97552024-10-18T22:52:48.414Z[ host-image] Oct 18 22:52:47.584 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97562024-10-18T22:52:48.414Z[ host-image] Oct 18 22:52:47.584 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97572024-10-18T22:52:48.449Z[ host-image] Oct 18 22:52:47.619 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97582024-10-18T22:52:48.449Z[ host-image] Oct 18 22:52:47.619 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97592024-10-18T22:52:48.457Z[ host-image] Oct 18 22:52:47.628 INFO creating compressed cpio/unix for nanobl-rs...
97602024-10-18T22:52:48.457Z[ host-image] Oct 18 22:52:47.628 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
97612024-10-18T22:52:48.749Z[ host-image] Oct 18 22:52:47.919 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97622024-10-18T22:52:53.120Z[ host-image] Oct 18 22:52:52.290 INFO creating reset image...
97632024-10-18T22:52:53.123Z[ host-image] Oct 18 22:52:52.290 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97642024-10-18T22:52:53.215Z[ host-image] Oct 18 22:52:52.385 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97652024-10-18T22:52:53.218Z[ host-image] Oct 18 22:52:52.386 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97662024-10-18T22:52:53.274Z[ host-image] Oct 18 22:52:52.444 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97672024-10-18T22:52:55.115Z[ host-image] Oct 18 22:52:54.284 INFO E| Finished `release` profile [optimized] target(s) in 1.88s
97682024-10-18T22:52:55.126Z[ host-image] Oct 18 22:52:54.296 INFO building host image...
97692024-10-18T22:52:55.128Z[ host-image] Oct 18 22:52:54.296 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")
97702024-10-18T22:52:55.610Z[ host-image] Oct 18 22:52:54.780 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97712024-10-18T22:53:42.751Z[ host-image] Oct 18 22:53:41.916 INFO image complete! materials are in "/work/os-host"
97722024-10-18T22:53:42.756Z[ host-image]
97732024-10-18T22:53:42.756Z[ host-image] real 9:56.864539650
97742024-10-18T22:53:42.756Z[ host-image] user 4:39.108300947
97752024-10-18T22:53:42.756Z[ host-image] sys 49.841131902
97762024-10-18T22:53:42.756Z[ host-image] trap 0.149413179
97772024-10-18T22:53:42.756Z[ host-image] tflt 0.012545365
97782024-10-18T22:53:42.756Z[ host-image] dflt 0.041343509
97792024-10-18T22:53:42.756Z[ host-image] kflt 0.000011058
97802024-10-18T22:53:42.756Z[ host-image] lock 1:13.292948671
97812024-10-18T22:53:42.756Z[ host-image] slp 55:42.966388949
97822024-10-18T22:53:42.756Z[ host-image] lat 1:17.919424034
97832024-10-18T22:53:42.756Z[ host-image] stop 0.726493176
97842024-10-18T22:53:42.756ZOct 18 22:53:41.919 INFO [host-image] process exited with exit status: 0 (596.8819915s)
97852024-10-18T22:53:42.756ZOct 18 22:53:41.920 INFO [tuf-repo] running task
97862024-10-18T22:53:50.109ZOct 18 22:53:49.273 INFO assembling repository in `/tmp/tufaceousOJliXA`, component: OmicronRepoAssembler
97872024-10-18T22:53:55.344ZOct 18 22:53:54.508 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97882024-10-18T22:53:55.549ZOct 18 22:53:54.713 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97892024-10-18T22:54:07.751ZOct 18 22:54:06.914 INFO [tuf-repo] task succeeded (24.994840252s)
97902024-10-18T22:54:07.751ZOct 18 22:54:06.914 INFO all jobs completed in 1945.329102434s
97912024-10-18T22:54:08.342Zprocess exited: duration 2594844 ms, exit code 0
 
97922024-10-18T22:54:08.348Zfound 33 output files
97932024-10-18T22:54:08.348Zuploading: /work/manifest.toml (8404 bytes)
97942024-10-18T22:54:09.361Zuploaded: /work/manifest.toml
97952024-10-18T22:54:09.361Zuploading: /work/repo.zip (1917699198 bytes)
97962024-10-18T22:54:45.465Zuploaded: /work/repo.zip
97972024-10-18T22:54:45.465Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97982024-10-18T22:54:46.475Zuploaded: /work/repo.zip.sha256.txt
97992024-10-18T22:54:46.475Zuploading: /work/helios-setup.log (65459 bytes)
98002024-10-18T22:54:47.488Zuploaded: /work/helios-setup.log
98012024-10-18T22:54:47.488Zuploading: /work/host-image.log (195572 bytes)
98022024-10-18T22:54:48.502Zuploaded: /work/host-image.log
98032024-10-18T22:54:48.502Zuploading: /work/host-package.log (22453 bytes)
98042024-10-18T22:54:49.512Zuploaded: /work/host-package.log
98052024-10-18T22:54:49.512Zuploading: /work/host-target.log (101 bytes)
98062024-10-18T22:54:50.523Zuploaded: /work/host-target.log
98072024-10-18T22:54:50.523Zuploading: /work/omicron-package.log (5011 bytes)
98082024-10-18T22:54:51.531Zuploaded: /work/omicron-package.log
98092024-10-18T22:54:51.532Zuploading: /work/phbl-toolchain.log (881 bytes)
98102024-10-18T22:54:52.544Zuploaded: /work/phbl-toolchain.log
98112024-10-18T22:54:52.544Zuploading: /work/recovery-image.log (592927 bytes)
98122024-10-18T22:54:53.566Zuploaded: /work/recovery-image.log
98132024-10-18T22:54:53.567Zuploading: /work/recovery-package.log (321 bytes)
98142024-10-18T22:54:54.577Zuploaded: /work/recovery-package.log
98152024-10-18T22:54:54.577Zuploading: /work/recovery-target.log (57 bytes)
98162024-10-18T22:54:55.586Zuploaded: /work/recovery-target.log
98172024-10-18T22:54:55.586Zuploading: /work/stamp-clickhouse.log (117 bytes)
98182024-10-18T22:54:56.595Zuploaded: /work/stamp-clickhouse.log
98192024-10-18T22:54:56.595Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98202024-10-18T22:54:57.633Zuploaded: /work/stamp-clickhouse_keeper.log
98212024-10-18T22:54:57.634Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98222024-10-18T22:54:58.642Zuploaded: /work/stamp-cockroachdb.log
98232024-10-18T22:54:58.642Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98242024-10-18T22:54:59.652Zuploaded: /work/stamp-crucible-dtrace.log
98252024-10-18T22:54:59.652Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98262024-10-18T22:55:00.661Zuploaded: /work/stamp-crucible-pantry-zone.log
98272024-10-18T22:55:00.661Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98282024-10-18T22:55:01.670Zuploaded: /work/stamp-crucible-zone.log
98292024-10-18T22:55:01.670Zuploading: /work/stamp-external-dns.log (119 bytes)
98302024-10-18T22:55:02.678Zuploaded: /work/stamp-external-dns.log
98312024-10-18T22:55:02.678Zuploading: /work/stamp-installinator.log (103 bytes)
98322024-10-18T22:55:03.687Zuploaded: /work/stamp-installinator.log
98332024-10-18T22:55:03.687Zuploading: /work/stamp-internal-dns.log (119 bytes)
98342024-10-18T22:55:04.694Zuploaded: /work/stamp-internal-dns.log
98352024-10-18T22:55:04.694Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98362024-10-18T22:55:05.701Zuploaded: /work/stamp-mg-ddm-gz.log
98372024-10-18T22:55:05.701Zuploading: /work/stamp-nexus.log (112 bytes)
98382024-10-18T22:55:06.709Zuploaded: /work/stamp-nexus.log
98392024-10-18T22:55:06.709Zuploading: /work/stamp-ntp.log (110 bytes)
98402024-10-18T22:55:07.718Zuploaded: /work/stamp-ntp.log
98412024-10-18T22:55:07.718Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98422024-10-18T22:55:08.738Zuploaded: /work/stamp-omicron-sled-agent.log
98432024-10-18T22:55:08.738Zuploading: /work/stamp-overlay.log (114 bytes)
98442024-10-18T22:55:09.748Zuploaded: /work/stamp-overlay.log
98452024-10-18T22:55:09.748Zuploading: /work/stamp-oximeter.log (115 bytes)
98462024-10-18T22:55:10.755Zuploaded: /work/stamp-oximeter.log
98472024-10-18T22:55:10.755Zuploading: /work/stamp-oxlog.log (109 bytes)
98482024-10-18T22:55:11.763Zuploaded: /work/stamp-oxlog.log
98492024-10-18T22:55:11.763Zuploading: /work/stamp-probe.log (112 bytes)
98502024-10-18T22:55:12.770Zuploaded: /work/stamp-probe.log
98512024-10-18T22:55:12.770Zuploading: /work/stamp-propolis-server.log (122 bytes)
98522024-10-18T22:55:13.777Zuploaded: /work/stamp-propolis-server.log
98532024-10-18T22:55:13.777Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98542024-10-18T22:55:14.785Zuploaded: /work/stamp-pumpkind-gz.log
98552024-10-18T22:55:14.785Zuploading: /work/stamp-switch-asic.log (118 bytes)
98562024-10-18T22:55:15.793Zuploaded: /work/stamp-switch-asic.log
98572024-10-18T22:55:15.793Zuploading: /work/verify-libraries.log (3720 bytes)
98582024-10-18T22:55:16.800Zuploaded: /work/verify-libraries.log