01JBCPXB2Y5MTR5KFTAYXB0PYW: 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: 01JBCPXVTTSNCBMJS8SHE3AH00

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-10-29T18:00:41.557Zjob assigned to worker 01JBCPXWX0F9ZR9PCBCTCK827K (queued for 1 m 2 s)
 
22024-10-29T18:00:48.752Zstarting task 0: "setup"
32024-10-29T18:00:48.763Z++ uname -s
42024-10-29T18:00:48.766Z+ kern=SunOS
52024-10-29T18:00:48.766Z+ case "$kern" in
62024-10-29T18:00:48.766Z+ [[ 0 == 12345 ]]
72024-10-29T18:00:48.766Z+ groupadd -g 12345 build
82024-10-29T18:00:48.769Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-10-29T18:00:50.778Z+ zfs create -o mountpoint=/work rpool/work
102024-10-29T18:00:50.866Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-10-29T18:00:50.868Z+ home_fs=zfs
122024-10-29T18:00:50.868Z+ [[ zfs == autofs ]]
132024-10-29T18:00:50.868Z+ mkdir -p /home/build
142024-10-29T18:00:50.871Z+ chown build:build /home/build /work
152024-10-29T18:00:52.873Z+ chmod 0700 /home/build /work
162024-10-29T18:00:52.876Zprocess exited: duration 4123 ms, exit code 0
 
172024-10-29T18:00:52.882Zstarting task 1: "rust-toolchain"
182024-10-29T18:00:52.887Z+ printf ' * toolchain channel = "%s"
192024-10-29T18:00:52.887Z' 1.80.1
202024-10-29T18:00:52.887Z * toolchain channel = "1.80.1"
212024-10-29T18:00:52.887Z+ printf ' * toolchain profile = "%s"
222024-10-29T18:00:52.887Z * toolchain profile = "default"
232024-10-29T18:00:52.887Z' default
242024-10-29T18:00:52.889Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-10-29T18:00:52.889Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default
262024-10-29T18:00:52.991Zinfo: downloading installer
272024-10-29T18:00:54.389Zinfo: profile set to 'default'
282024-10-29T18:00:54.389Zinfo: default host triple is x86_64-unknown-illumos
292024-10-29T18:00:54.391Zinfo: syncing channel updates for '1.80.1-x86_64-unknown-illumos'
302024-10-29T18:00:54.529Zinfo: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06)
312024-10-29T18:00:54.529Zinfo: downloading component 'cargo'
322024-10-29T18:00:55.233Zinfo: downloading component 'clippy'
332024-10-29T18:00:55.482Zinfo: downloading component 'rust-docs'
342024-10-29T18:00:56.464Zinfo: downloading component 'rust-std'
352024-10-29T18:00:57.834Zinfo: downloading component 'rustc'
362024-10-29T18:01:01.731Zinfo: downloading component 'rustfmt'
372024-10-29T18:01:01.938Zinfo: installing component 'cargo'
382024-10-29T18:01:02.779Zinfo: installing component 'clippy'
392024-10-29T18:01:03.165Zinfo: installing component 'rust-docs'
402024-10-29T18:01:04.843Zinfo: installing component 'rust-std'
412024-10-29T18:01:06.549Zinfo: installing component 'rustc'
422024-10-29T18:01:10.730Zinfo: installing component 'rustfmt'
432024-10-29T18:01:11.065Zinfo: default toolchain set to '1.80.1-x86_64-unknown-illumos'
442024-10-29T18:01:11.065Z
452024-10-29T18:01:11.321Z 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06)
462024-10-29T18:01:11.321Z
472024-10-29T18:01:11.323Z
482024-10-29T18:01:11.323ZRust is installed now. Great!
492024-10-29T18:01:11.323Z
502024-10-29T18:01:11.323ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-10-29T18:01:11.323Zenvironment variable. This has not been done automatically.
522024-10-29T18:01:11.323Z
532024-10-29T18:01:11.323ZTo configure your current shell, you need to source
542024-10-29T18:01:11.323Zthe corresponding env file under $HOME/.cargo.
552024-10-29T18:01:11.323Z
562024-10-29T18:01:11.323ZThis is usually done by running one of the following (note the leading DOT):
572024-10-29T18:01:11.323Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-10-29T18:01:11.323Zsource "$HOME/.cargo/env.fish" # For fish
592024-10-29T18:01:11.377Z+ rustc --version
602024-10-29T18:01:11.440Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
612024-10-29T18:01:11.442Zprocess exited: duration 18559 ms, exit code 0
 
622024-10-29T18:01:11.450Zstarting task 2: "authentication"
632024-10-29T18:01:11.468Zprocess exited: duration 20 ms, exit code 0
 
642024-10-29T18:01:11.474Zstarting task 3: "clone repository"
652024-10-29T18:01:11.478Z+ mkdir -p /work/oxidecomputer/omicron
662024-10-29T18:01:11.480Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-10-29T18:01:11.526ZCloning into '/work/oxidecomputer/omicron'...
682024-10-29T18:01:18.191Z+ cd /work/oxidecomputer/omicron
692024-10-29T18:01:18.194Z+ git fetch origin 608b3362ecb217718074d7f6eb615b798bdb5a55
702024-10-29T18:01:18.505ZFrom https://github.com/oxidecomputer/omicron
712024-10-29T18:01:18.505Z * branch 608b3362ecb217718074d7f6eb615b798bdb5a55 -> FETCH_HEAD
722024-10-29T18:01:18.516Z+ [[ -n eliza/give-instance-manager-a-gun ]]
732024-10-29T18:01:18.518Z++ git branch --show-current
742024-10-29T18:01:18.520Z+ current=main
752024-10-29T18:01:18.520Z+ [[ main != eliza/give-instance-manager-a-gun ]]
762024-10-29T18:01:18.520Z+ git branch -f eliza/give-instance-manager-a-gun 608b3362ecb217718074d7f6eb615b798bdb5a55
772024-10-29T18:01:18.523Z+ git checkout -f eliza/give-instance-manager-a-gun
782024-10-29T18:01:18.624ZSwitched to branch 'eliza/give-instance-manager-a-gun'
792024-10-29T18:01:18.626Z+ git reset --hard 608b3362ecb217718074d7f6eb615b798bdb5a55
802024-10-29T18:01:18.728ZHEAD is now at 608b3362e factor out termination channel handling
812024-10-29T18:01:18.731Zprocess exited: duration 7255 ms, exit code 0
 
822024-10-29T18:01:18.738Zstarting task 4: "build"
832024-10-29T18:01:18.742Z+ source .github/buildomat/ci-env.sh
842024-10-29T18:01:18.742Z++ export CARGO_TERM_COLOR=always
852024-10-29T18:01:18.742Z++ CARGO_TERM_COLOR=always
862024-10-29T18:01:18.742Z+ cargo --version
872024-10-29T18:01:18.800Zcargo 1.80.1 (376290515 2024-07-16)
882024-10-29T18:01:18.802Z+ rustc --version
892024-10-29T18:01:18.858Zrustc 1.80.1 (3f5fd8dd4 2024-08-06)
902024-10-29T18:01:18.861Z+ cargo tree --locked
912024-10-29T18:01:19.101Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
922024-10-29T18:01:19.391Z Updating crates.io index
932024-10-29T18:01:19.394Z Updating git repository `https://github.com/oxidecomputer/maghemite`
942024-10-29T18:01:20.206Z Updating git repository `https://github.com/oxidecomputer/oxnet`
952024-10-29T18:01:20.519Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
962024-10-29T18:01:20.808Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
972024-10-29T18:01:21.102Z Updating git repository `https://github.com/oxidecomputer/propolis`
982024-10-29T18:01:21.947Z Updating git repository `https://github.com/oxidecomputer/crucible`
992024-10-29T18:01:24.245Z Updating git repository `https://github.com/oxidecomputer/opte`
1002024-10-29T18:01:25.240Z Updating git repository `https://github.com/oxidecomputer/falcon`
1012024-10-29T18:01:25.978Z Updating git repository `https://github.com/oxidecomputer/clickward`
1022024-10-29T18:01:26.237Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
1032024-10-29T18:01:26.542Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
1042024-10-29T18:01:27.115Z Updating git repository `https://github.com/oxidecomputer/libipcc`
1052024-10-29T18:01:27.444Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1062024-10-29T18:01:27.785Z Updating git repository `https://github.com/oxidecomputer/tofino`
1072024-10-29T18:01:28.531Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
1082024-10-29T18:01:28.787Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
1092024-10-29T18:01:29.028Z Updating git repository `https://github.com/oxidecomputer/libnvme`
1102024-10-29T18:01:29.345Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
1112024-10-29T18:01:29.686Z Updating git repository `https://github.com/oxidecomputer/ispf`
1122024-10-29T18:01:29.989Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1132024-10-29T18:01:30.335Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1142024-10-29T18:01:30.760Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
1152024-10-29T18:01:31.072Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1162024-10-29T18:01:31.619Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1172024-10-29T18:01:32.010Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1182024-10-29T18:01:32.428Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1192024-10-29T18:01:32.717Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1202024-10-29T18:01:34.039Z Downloading crates ...
1212024-10-29T18:01:34.126Z Downloaded adler2 v2.0.0
1222024-10-29T18:01:34.143Z Downloaded atty v0.2.14
1232024-10-29T18:01:34.152Z Downloaded ciborium-io v0.2.2
1242024-10-29T18:01:34.154Z Downloaded cfg_aliases v0.2.1
1252024-10-29T18:01:34.154Z Downloaded aead v0.5.2
1262024-10-29T18:01:34.158Z Downloaded bcrypt-pbkdf v0.10.0
1272024-10-29T18:01:34.160Z Downloaded async-recursion v1.1.1
1282024-10-29T18:01:34.164Z Downloaded foreign-types v0.5.0
1292024-10-29T18:01:34.166Z Downloaded arrayref v0.3.9
1302024-10-29T18:01:34.168Z Downloaded bit-set v0.5.3
1312024-10-29T18:01:34.168Z Downloaded async-stream v0.3.6
1322024-10-29T18:01:34.171Z Downloaded async-attributes v1.1.2
1332024-10-29T18:01:34.173Z Downloaded foreign-types-shared v0.3.1
1342024-10-29T18:01:34.173Z Downloaded bytecount v0.6.8
1352024-10-29T18:01:34.176Z Downloaded assert-json-diff v2.0.2
1362024-10-29T18:01:34.178Z Downloaded cargo-platform v0.1.8
1372024-10-29T18:01:34.181Z Downloaded cast v0.3.0
1382024-10-29T18:01:34.183Z Downloaded hubpack_derive v0.1.1
1392024-10-29T18:01:34.183Z Downloaded headers-core v0.3.0
1402024-10-29T18:01:34.183Z Downloaded camino-tempfile v1.1.1
1412024-10-29T18:01:34.186Z Downloaded blowfish v0.9.1
1422024-10-29T18:01:34.188Z Downloaded http-range v0.1.5
1432024-10-29T18:01:34.188Z Downloaded generic-array v0.14.7
1442024-10-29T18:01:34.190Z Downloaded block-buffer v0.10.4
1452024-10-29T18:01:34.193Z Downloaded ghash v0.5.1
1462024-10-29T18:01:34.193Z Downloaded futures-core v0.3.31
1472024-10-29T18:01:34.196Z Downloaded http-body v0.4.6
1482024-10-29T18:01:34.198Z Downloaded hostname v0.3.1
1492024-10-29T18:01:34.201Z Downloaded bitflags v2.6.0
1502024-10-29T18:01:34.203Z Downloaded async-trait v0.1.83
1512024-10-29T18:01:34.208Z Downloaded heck v0.5.0
1522024-10-29T18:01:34.211Z Downloaded globset v0.4.15
1532024-10-29T18:01:34.211Z Downloaded base64 v0.22.1
1542024-10-29T18:01:34.215Z Downloaded oso-derive v0.27.3
1552024-10-29T18:01:34.225Z Downloaded async-stream-impl v0.3.6
1562024-10-29T18:01:34.225Z Downloaded filetime v0.2.25
1572024-10-29T18:01:34.225Z Downloaded arc-swap v1.7.1
1582024-10-29T18:01:34.228Z Downloaded hashlink v0.9.1
1592024-10-29T18:01:34.229Z Downloaded foreign-types v0.3.2
1602024-10-29T18:01:34.229Z Downloaded assert_matches v1.5.0
1612024-10-29T18:01:34.231Z Downloaded pathdiff v0.2.2
1622024-10-29T18:01:34.231Z Downloaded foreign-types-macros v0.2.3
1632024-10-29T18:01:34.234Z Downloaded async-channel v2.3.1
1642024-10-29T18:01:34.234Z Downloaded float-ord v0.3.2
1652024-10-29T18:01:34.237Z Downloaded async-object-pool v0.1.5
1662024-10-29T18:01:34.237Z Downloaded fxhash v0.2.1
1672024-10-29T18:01:34.239Z Downloaded allocator-api2 v0.2.18
1682024-10-29T18:01:34.242Z Downloaded guppy-workspace-hack v0.1.0
1692024-10-29T18:01:34.244Z Downloaded hyper-staticfile v0.10.1
1702024-10-29T18:01:34.246Z Downloaded cfg-expr v0.17.0
1712024-10-29T18:01:34.249Z Downloaded aes v0.8.4
1722024-10-29T18:01:34.253Z Downloaded parse-display-derive v0.10.0
1732024-10-29T18:01:34.256Z Downloaded async-signal v0.2.10
1742024-10-29T18:01:34.259Z Downloaded foreign-types-shared v0.1.1
1752024-10-29T18:01:34.259Z Downloaded futures-sink v0.3.31
1762024-10-29T18:01:34.261Z Downloaded futures-io v0.3.31
1772024-10-29T18:01:34.261Z Downloaded futures-executor v0.3.31
1782024-10-29T18:01:34.264Z Downloaded funty v2.0.0
1792024-10-29T18:01:34.264Z Downloaded block-padding v0.3.3
1802024-10-29T18:01:34.266Z Downloaded array-init v0.0.4
1812024-10-29T18:01:34.266Z Downloaded cfg_aliases v0.1.1
1822024-10-29T18:01:34.269Z Downloaded form_urlencoded v1.2.1
1832024-10-29T18:01:34.269Z Downloaded byteorder v1.5.0
1842024-10-29T18:01:34.272Z Downloaded anstyle v1.0.8
1852024-10-29T18:01:34.275Z Downloaded heck v0.3.3
1862024-10-29T18:01:34.275Z Downloaded bit-vec v0.6.3
1872024-10-29T18:01:34.278Z Downloaded phf v0.11.2
1882024-10-29T18:01:34.278Z Downloaded pest_generator v2.7.14
1892024-10-29T18:01:34.280Z Downloaded ident_case v1.0.1
1902024-10-29T18:01:34.282Z Downloaded peg-runtime v0.8.3
1912024-10-29T18:01:34.282Z Downloaded plotters-svg v0.3.7
1922024-10-29T18:01:34.285Z Downloaded iana-time-zone v0.1.61
1932024-10-29T18:01:34.287Z Downloaded group v0.13.0
1942024-10-29T18:01:34.290Z Downloaded futures-task v0.3.31
1952024-10-29T18:01:34.290Z Downloaded base16ct v0.2.0
1962024-10-29T18:01:34.292Z Downloaded glob v0.3.1
1972024-10-29T18:01:34.294Z Downloaded ff v0.13.0
1982024-10-29T18:01:34.297Z Downloaded gethostname v0.5.0
1992024-10-29T18:01:34.297Z Downloaded fs-err v2.11.0
2002024-10-29T18:01:34.299Z Downloaded progenitor-client v0.8.0
2012024-10-29T18:01:34.302Z Downloaded bb8 v0.8.5
2022024-10-29T18:01:34.302Z Downloaded sigpipe v0.1.3
2032024-10-29T18:01:34.304Z Downloaded rpassword v7.3.1
2042024-10-29T18:01:34.304Z Downloaded pretty-hex v0.2.1
2052024-10-29T18:01:34.307Z Downloaded atomicwrites v0.4.4
2062024-10-29T18:01:34.307Z Downloaded cbc v0.1.2
2072024-10-29T18:01:34.309Z Downloaded arrayvec v0.7.6
2082024-10-29T18:01:34.311Z Downloaded predicates-core v1.0.8
2092024-10-29T18:01:34.314Z Downloaded chrono-tz-build v0.4.0
2102024-10-29T18:01:34.314Z Downloaded chacha20 v0.9.1
2112024-10-29T18:01:34.317Z Downloaded argon2 v0.5.3
2122024-10-29T18:01:34.319Z Downloaded futures-channel v0.3.31
2132024-10-29T18:01:34.322Z Downloaded getrandom v0.2.15
2142024-10-29T18:01:34.325Z Downloaded fixedbitset v0.4.2
2152024-10-29T18:01:34.327Z Downloaded hex-literal v0.4.1
2162024-10-29T18:01:34.329Z Downloaded cexpr v0.6.0
2172024-10-29T18:01:34.332Z Downloaded heck v0.4.1
2182024-10-29T18:01:34.334Z Downloaded ciborium-ll v0.2.2
2192024-10-29T18:01:34.337Z Downloaded home v0.5.9
2202024-10-29T18:01:34.337Z Downloaded parking v2.2.1
2212024-10-29T18:01:34.339Z Downloaded cargo_metadata v0.18.1
2222024-10-29T18:01:34.342Z Downloaded hex v0.4.3
2232024-10-29T18:01:34.344Z Downloaded hash32 v0.3.1
2242024-10-29T18:01:34.346Z Downloaded toml_datetime v0.6.8
2252024-10-29T18:01:34.347Z Downloaded bcs v0.1.6
2262024-10-29T18:01:34.349Z Downloaded futures-lite v2.3.0
2272024-10-29T18:01:34.352Z Downloaded predicates-tree v1.0.11
2282024-10-29T18:01:34.354Z Downloaded hyper-tls v0.6.0
2292024-10-29T18:01:34.357Z Downloaded rand_chacha v0.3.1
2302024-10-29T18:01:34.360Z Downloaded impl-trait-for-tuples v0.2.2
2312024-10-29T18:01:34.362Z Downloaded zone_cfg_derive v0.3.0
2322024-10-29T18:01:34.362Z Downloaded spin v0.5.2
2332024-10-29T18:01:34.365Z Downloaded slog-json v2.6.1
2342024-10-29T18:01:34.367Z Downloaded schemars_derive v0.8.21
2352024-10-29T18:01:34.369Z Downloaded async-io v2.3.4
2362024-10-29T18:01:34.372Z Downloaded scheduled-thread-pool v0.2.7
2372024-10-29T18:01:34.375Z Downloaded humantime v2.1.0
2382024-10-29T18:01:34.377Z Downloaded rtoolbox v0.0.2
2392024-10-29T18:01:34.378Z Downloaded hickory-client v0.24.1
2402024-10-29T18:01:34.380Z Downloaded scroll_derive v0.12.0
2412024-10-29T18:01:34.382Z Downloaded usdt-macro v0.5.0
2422024-10-29T18:01:34.382Z Downloaded usdt-attr-macro v0.5.0
2432024-10-29T18:01:34.385Z Downloaded stringprep v0.1.5
2442024-10-29T18:01:34.387Z Downloaded rand_core v0.6.4
2452024-10-29T18:01:34.388Z Downloaded ciborium v0.2.2
2462024-10-29T18:01:34.390Z Downloaded scopeguard v1.2.0
2472024-10-29T18:01:34.393Z Downloaded strip-ansi-escapes v0.2.0
2482024-10-29T18:01:34.395Z Downloaded diesel_table_macro_syntax v0.2.0
2492024-10-29T18:01:34.395Z Downloaded hostname v0.4.0
2502024-10-29T18:01:34.399Z Downloaded slog-scope v4.4.0
2512024-10-29T18:01:34.401Z Downloaded cancel-safe-futures v0.1.5
2522024-10-29T18:01:34.403Z Downloaded httpdate v1.0.3
2532024-10-29T18:01:34.405Z Downloaded tokio-macros v2.4.0
2542024-10-29T18:01:34.406Z Downloaded httparse v1.9.5
2552024-10-29T18:01:34.408Z Downloaded sct v0.7.1
2562024-10-29T18:01:34.414Z Downloaded heapless v0.8.0
2572024-10-29T18:01:34.418Z Downloaded new_debug_unreachable v1.0.6
2582024-10-29T18:01:34.420Z Downloaded typify-macro v0.2.0
2592024-10-29T18:01:34.420Z Downloaded tui-tree-widget v0.22.0
2602024-10-29T18:01:34.424Z Downloaded thiserror v1.0.64
2612024-10-29T18:01:34.428Z Downloaded untrusted v0.9.0
2622024-10-29T18:01:34.432Z Downloaded flume v0.11.0
2632024-10-29T18:01:34.434Z Downloaded slog-envlogger v2.2.0
2642024-10-29T18:01:34.437Z Downloaded path-slash v0.1.5
2652024-10-29T18:01:34.440Z Downloaded colored v2.1.0
2662024-10-29T18:01:34.442Z Downloaded http v0.2.12
2672024-10-29T18:01:34.445Z Downloaded crc-catalog v2.4.0
2682024-10-29T18:01:34.448Z Downloaded precomputed-hash v0.1.1
2692024-10-29T18:01:34.448Z Downloaded criterion-plot v0.5.0
2702024-10-29T18:01:34.451Z Downloaded defmt-parser v0.3.4
2712024-10-29T18:01:34.453Z Downloaded usdt-impl v0.5.0
2722024-10-29T18:01:34.453Z Downloaded utf-8 v0.7.6
2732024-10-29T18:01:34.455Z Downloaded rstest v0.23.0
2742024-10-29T18:01:34.461Z Downloaded oso v0.27.3
2752024-10-29T18:01:34.468Z Downloaded kv-log-macro v1.0.7
2762024-10-29T18:01:34.471Z Downloaded pest_meta v2.7.14
2772024-10-29T18:01:34.471Z Downloaded hmac v0.12.1
2782024-10-29T18:01:34.473Z Downloaded async-task v4.7.1
2792024-10-29T18:01:34.476Z Downloaded kstat-rs v0.2.4
2802024-10-29T18:01:34.478Z Downloaded md-5 v0.10.6
2812024-10-29T18:01:34.482Z Downloaded ipnetwork v0.20.0
2822024-10-29T18:01:34.484Z Downloaded num_enum v0.5.11
2832024-10-29T18:01:34.487Z Downloaded sync_wrapper v1.0.1
2842024-10-29T18:01:34.490Z Downloaded tokio-tungstenite v0.21.0
2852024-10-29T18:01:34.493Z Downloaded newline-converter v0.3.0
2862024-10-29T18:01:34.493Z Downloaded base64 v0.13.1
2872024-10-29T18:01:34.496Z Downloaded nanorand v0.7.0
2882024-10-29T18:01:34.499Z Downloaded hickory-resolver v0.24.1
2892024-10-29T18:01:34.503Z Downloaded hashbrown v0.12.3
2902024-10-29T18:01:34.508Z Downloaded sync_wrapper v0.1.2
2912024-10-29T18:01:34.511Z Downloaded tinyvec_macros v0.1.1
2922024-10-29T18:01:34.511Z Downloaded olpc-cjson v0.1.4
2932024-10-29T18:01:34.514Z Downloaded multimap v0.10.0
2942024-10-29T18:01:34.514Z Downloaded indent_write v2.2.0
2952024-10-29T18:01:34.516Z Downloaded ron v0.8.1
2962024-10-29T18:01:34.522Z Downloaded peg v0.8.4
2972024-10-29T18:01:34.526Z Downloaded relative-path v1.9.3
2982024-10-29T18:01:34.529Z Downloaded dirs-next v2.0.0
2992024-10-29T18:01:34.532Z Downloaded bytes v1.7.2
3002024-10-29T18:01:34.534Z Downloaded rand_xorshift v0.3.0
3012024-10-29T18:01:34.536Z Downloaded serde_regex v1.1.0
3022024-10-29T18:01:34.539Z Downloaded serde_repr v0.1.19
3032024-10-29T18:01:34.539Z Downloaded serde_path_to_error v0.1.16
3042024-10-29T18:01:34.542Z Downloaded libtest-mimic v0.7.3
3052024-10-29T18:01:34.546Z Downloaded trybuild v1.0.100
3062024-10-29T18:01:34.549Z Downloaded downcast v0.11.0
3072024-10-29T18:01:34.551Z Downloaded stable_deref_trait v1.2.0
3082024-10-29T18:01:34.554Z Downloaded ipnet v2.10.1
3092024-10-29T18:01:34.554Z Downloaded socket2 v0.5.7
3102024-10-29T18:01:34.556Z Downloaded backtrace v0.3.74
3112024-10-29T18:01:34.562Z Downloaded tinyvec v1.8.0
3122024-10-29T18:01:34.565Z Downloaded tabled_derive v0.7.0
3132024-10-29T18:01:34.568Z Downloaded instant v0.1.13
3142024-10-29T18:01:34.571Z Downloaded static_assertions v1.1.0
3152024-10-29T18:01:34.574Z Downloaded tar v0.4.42
3162024-10-29T18:01:34.576Z Downloaded cc v1.1.30
3172024-10-29T18:01:34.579Z Downloaded endian-type v0.1.2
3182024-10-29T18:01:34.579Z Downloaded string_cache v0.8.7
3192024-10-29T18:01:34.581Z Downloaded diff v0.1.13
3202024-10-29T18:01:34.587Z Downloaded primeorder v0.13.6
3212024-10-29T18:01:34.590Z Downloaded phf_shared v0.10.0
3222024-10-29T18:01:34.590Z Downloaded publicsuffix v2.2.3
3232024-10-29T18:01:34.593Z Downloaded base64 v0.21.7
3242024-10-29T18:01:34.595Z Downloaded openssl-macros v0.1.1
3252024-10-29T18:01:34.597Z Downloaded wyz v0.5.1
3262024-10-29T18:01:34.601Z Downloaded untrusted v0.7.1
3272024-10-29T18:01:34.601Z Downloaded dhcproto v0.12.0
3282024-10-29T18:01:34.603Z Downloaded opaque-debug v0.3.1
3292024-10-29T18:01:34.606Z Downloaded tls_codec v0.4.1
3302024-10-29T18:01:34.609Z Downloaded defmt-macros v0.3.9
3312024-10-29T18:01:34.611Z Downloaded heapless v0.7.17
3322024-10-29T18:01:34.615Z Downloaded embedded-io v0.6.1
3332024-10-29T18:01:34.618Z Downloaded ena v0.14.3
3342024-10-29T18:01:34.621Z Downloaded indexmap v1.9.3
3352024-10-29T18:01:34.624Z Downloaded constant_time_eq v0.3.1
3362024-10-29T18:01:34.626Z Downloaded const_format_proc_macros v0.2.33
3372024-10-29T18:01:34.626Z Downloaded zeroize v1.8.1
3382024-10-29T18:01:34.629Z Downloaded dof v0.3.0
3392024-10-29T18:01:34.631Z Downloaded libsw v3.3.1
3402024-10-29T18:01:34.634Z Downloaded linked-hash-map v0.5.6
3412024-10-29T18:01:34.634Z Downloaded typify v0.2.0
3422024-10-29T18:01:34.637Z Downloaded tokio-stream v0.1.16
3432024-10-29T18:01:34.642Z Downloaded schemars v0.8.21
3442024-10-29T18:01:34.655Z Downloaded termtree v0.4.1
3452024-10-29T18:01:34.658Z Downloaded phf_shared v0.11.2
3462024-10-29T18:01:34.661Z Downloaded csv-core v0.1.11
3472024-10-29T18:01:34.661Z Downloaded oorandom v11.1.4
3482024-10-29T18:01:34.663Z Downloaded internet-checksum v0.2.1
3492024-10-29T18:01:34.664Z Downloaded yasna v0.5.2
3502024-10-29T18:01:34.666Z Downloaded qorb v0.1.2
3512024-10-29T18:01:34.670Z Downloaded try-lock v0.2.5
3522024-10-29T18:01:34.673Z Downloaded uzers v0.12.1
3532024-10-29T18:01:34.673Z Downloaded tracing-attributes v0.1.27
3542024-10-29T18:01:34.676Z Downloaded url v2.5.2
3552024-10-29T18:01:34.679Z Downloaded compact_str v0.8.0
3562024-10-29T18:01:34.684Z Downloaded hashbrown v0.14.5
3572024-10-29T18:01:34.689Z Downloaded cstr-argument v0.1.2
3582024-10-29T18:01:34.692Z Downloaded equivalent v1.0.1
3592024-10-29T18:01:34.694Z Downloaded typenum v1.17.0
3602024-10-29T18:01:34.699Z Downloaded resolv-conf v0.7.0
3612024-10-29T18:01:34.700Z Downloaded der_derive v0.7.3
3622024-10-29T18:01:34.702Z Downloaded quinn-udp v0.5.5
3632024-10-29T18:01:34.702Z Downloaded match_cfg v0.1.0
3642024-10-29T18:01:34.705Z Downloaded matches v0.1.10
3652024-10-29T18:01:34.705Z Downloaded serde_urlencoded v0.7.1
3662024-10-29T18:01:34.708Z Downloaded rusty-fork v0.3.0
3672024-10-29T18:01:34.708Z Downloaded hyper v1.4.1
3682024-10-29T18:01:34.716Z Downloaded pretty-hex v0.4.1
3692024-10-29T18:01:34.719Z Downloaded thiserror-no-std v2.0.2
3702024-10-29T18:01:34.723Z Downloaded thiserror-impl-no-std v2.0.2
3712024-10-29T18:01:34.725Z Downloaded structmeta v0.3.0
3722024-10-29T18:01:34.725Z Downloaded const-oid v0.9.6
3732024-10-29T18:01:34.728Z Downloaded p256 v0.13.2
3742024-10-29T18:01:34.731Z Downloaded once_cell v1.20.2
3752024-10-29T18:01:34.734Z Downloaded openssl-sys v0.9.103
3762024-10-29T18:01:34.741Z Downloaded universal-hash v0.5.1
3772024-10-29T18:01:34.744Z Downloaded structmeta-derive v0.2.0
3782024-10-29T18:01:34.744Z Downloaded uuid v1.10.0
3792024-10-29T18:01:34.747Z Downloaded ctr v0.9.2
3802024-10-29T18:01:34.751Z Downloaded hashbrown v0.13.2
3812024-10-29T18:01:34.754Z Downloaded chrono v0.4.38
3822024-10-29T18:01:34.763Z Downloaded fallible-iterator v0.3.0
3832024-10-29T18:01:34.766Z Downloaded macaddr v1.0.1
3842024-10-29T18:01:34.768Z Downloaded indoc v2.0.5
3852024-10-29T18:01:34.771Z Downloaded num-traits v0.2.19
3862024-10-29T18:01:34.774Z Downloaded serde_derive_internals v0.29.1
3872024-10-29T18:01:34.777Z Downloaded sqlparser_derive v0.2.2
3882024-10-29T18:01:34.777Z Downloaded num_cpus v1.16.0
3892024-10-29T18:01:34.779Z Downloaded pin-utils v0.1.0
3902024-10-29T18:01:34.781Z Downloaded r2d2 v0.8.10
3912024-10-29T18:01:34.784Z Downloaded smallvec v1.13.2
3922024-10-29T18:01:34.786Z Downloaded tokio-rustls v0.25.0
3932024-10-29T18:01:34.789Z Downloaded managed v0.8.0
3942024-10-29T18:01:34.792Z Downloaded tokio-rustls v0.26.0
3952024-10-29T18:01:34.794Z Downloaded omicron-zone-package v0.11.1
3962024-10-29T18:01:34.797Z Downloaded pin-project v1.1.6
3972024-10-29T18:01:34.810Z Downloaded memmap v0.7.0
3982024-10-29T18:01:34.812Z Downloaded colorchoice v1.0.2
3992024-10-29T18:01:34.815Z Downloaded aes-gcm v0.10.3
4002024-10-29T18:01:34.817Z Downloaded salsa20 v0.10.2
4012024-10-29T18:01:34.819Z Downloaded quinn v0.11.5
4022024-10-29T18:01:34.823Z Downloaded rustls-pemfile v1.0.4
4032024-10-29T18:01:34.825Z Downloaded dhcproto-macros v0.1.0
4042024-10-29T18:01:34.827Z Downloaded vte_generate_state_changes v0.1.2
4052024-10-29T18:01:34.829Z Downloaded signature v2.2.0
4062024-10-29T18:01:34.830Z Downloaded num-rational v0.4.2
4072024-10-29T18:01:34.832Z Downloaded darling_core v0.20.10
4082024-10-29T18:01:34.837Z Downloaded criterion v0.5.1
4092024-10-29T18:01:34.844Z Downloaded newtype_derive v0.1.6
4102024-10-29T18:01:34.847Z Downloaded spki v0.7.3
4112024-10-29T18:01:34.849Z Downloaded serde-big-array v0.5.1
4122024-10-29T18:01:34.851Z Downloaded const_format v0.2.33
4132024-10-29T18:01:34.856Z Downloaded slog-stdlog v4.1.1
4142024-10-29T18:01:34.859Z Downloaded cookie_store v0.21.0
4152024-10-29T18:01:34.861Z Downloaded cookie v0.18.1
4162024-10-29T18:01:34.864Z Downloaded log v0.4.22
4172024-10-29T18:01:34.867Z Downloaded tiny-keccak v2.0.2
4182024-10-29T18:01:34.871Z Downloaded memchr v2.7.4
4192024-10-29T18:01:34.876Z Downloaded predicates v3.1.2
4202024-10-29T18:01:34.879Z Downloaded signal-hook-tokio v0.3.1
4212024-10-29T18:01:34.881Z Downloaded crossbeam-channel v0.5.13
4222024-10-29T18:01:34.885Z Downloaded embedded-io v0.4.0
4232024-10-29T18:01:34.888Z Downloaded swrite v0.1.0
4242024-10-29T18:01:34.891Z Downloaded clap v4.5.20
4252024-10-29T18:01:34.899Z Downloaded clang-sys v1.8.1
4262024-10-29T18:01:34.902Z Downloaded zone_cfg_derive v0.1.2
4272024-10-29T18:01:34.905Z Downloaded mime v0.3.17
4282024-10-29T18:01:34.905Z Downloaded wait-timeout v0.2.0
4292024-10-29T18:01:34.907Z Downloaded hkdf v0.12.4
4302024-10-29T18:01:34.910Z Downloaded escape8259 v0.5.3
4312024-10-29T18:01:34.912Z Downloaded term v0.7.0
4322024-10-29T18:01:34.915Z Downloaded plotters v0.3.7
4332024-10-29T18:01:34.927Z Downloaded nibble_vec v0.1.0
4342024-10-29T18:01:34.929Z Downloaded openssl-probe v0.1.5
4352024-10-29T18:01:34.929Z Downloaded serde-hex v0.1.0
4362024-10-29T18:01:34.932Z Downloaded ref-cast-impl v1.0.23
4372024-10-29T18:01:34.935Z Downloaded psl-types v2.0.11
4382024-10-29T18:01:34.935Z Downloaded steno v0.4.1
4392024-10-29T18:01:34.941Z Downloaded der v0.7.9
4402024-10-29T18:01:34.946Z Downloaded version_check v0.9.5
4412024-10-29T18:01:34.949Z Downloaded similar-asserts v1.6.0
4422024-10-29T18:01:34.951Z Downloaded console v0.15.8
4432024-10-29T18:01:34.954Z Downloaded vsss-rs v3.3.4
4442024-10-29T18:01:34.957Z Downloaded supports-color v3.0.1
4452024-10-29T18:01:34.959Z Downloaded tokio-native-tls v0.3.1
4462024-10-29T18:01:34.962Z Downloaded hashbrown v0.15.0
4472024-10-29T18:01:34.967Z Downloaded time-core v0.1.2
4482024-10-29T18:01:34.970Z Downloaded zone v0.3.0
4492024-10-29T18:01:34.972Z Downloaded zone v0.1.8
4502024-10-29T18:01:34.972Z Downloaded lazycell v1.3.0
4512024-10-29T18:01:34.975Z Downloaded tinytemplate v1.2.1
4522024-10-29T18:01:34.975Z Downloaded snafu-derive v0.8.5
4532024-10-29T18:01:34.977Z Downloaded zeroize_derive v1.4.2
4542024-10-29T18:01:34.980Z Downloaded multer v3.1.0
4552024-10-29T18:01:34.982Z Downloaded event-listener-strategy v0.5.2
4562024-10-29T18:01:34.982Z Downloaded event-listener v2.5.3
4572024-10-29T18:01:34.985Z Downloaded ed25519 v2.2.3
4582024-10-29T18:01:34.987Z Downloaded partial-io v0.5.4
4592024-10-29T18:01:34.990Z Downloaded number_prefix v0.4.0
4602024-10-29T18:01:34.992Z Downloaded derive_builder_macro v0.20.2
4612024-10-29T18:01:34.992Z Downloaded num_enum_derive v0.5.11
4622024-10-29T18:01:34.995Z Downloaded num-integer v0.1.46
4632024-10-29T18:01:34.997Z Downloaded unicode_categories v0.1.1
4642024-10-29T18:01:35.000Z Downloaded num-iter v0.1.45
4652024-10-29T18:01:35.000Z Downloaded pkcs1 v0.7.5
4662024-10-29T18:01:35.002Z Downloaded vte v0.11.1
4672024-10-29T18:01:35.005Z Downloaded password-hash v0.5.0
4682024-10-29T18:01:35.007Z Downloaded ppv-lite86 v0.2.20
4692024-10-29T18:01:35.010Z Downloaded smawk v0.3.2
4702024-10-29T18:01:35.012Z Downloaded unicode-properties v0.1.3
4712024-10-29T18:01:35.014Z Downloaded phf_codegen v0.11.2
4722024-10-29T18:01:35.017Z Downloaded siphasher v0.3.11
4732024-10-29T18:01:35.017Z Downloaded walkdir v2.5.0
4742024-10-29T18:01:35.019Z Downloaded derive-where v1.2.7
4752024-10-29T18:01:35.023Z Downloaded rustfmt-wrapper v0.2.1
4762024-10-29T18:01:35.026Z Downloaded crunchy v0.2.2
4772024-10-29T18:01:35.026Z Downloaded mockall_derive v0.13.0
4782024-10-29T18:01:35.029Z Downloaded progenitor-macro v0.8.0
4792024-10-29T18:01:35.031Z Downloaded threadpool v1.8.1
4802024-10-29T18:01:35.034Z Downloaded strum_macros v0.25.3
4812024-10-29T18:01:35.034Z Downloaded memmap2 v0.9.5
4822024-10-29T18:01:35.037Z Downloaded thread_local v1.1.8
4832024-10-29T18:01:35.039Z Downloaded thread-id v4.2.2
4842024-10-29T18:01:35.042Z Downloaded clap_derive v4.5.18
4852024-10-29T18:01:35.044Z Downloaded termcolor v1.4.1
4862024-10-29T18:01:35.044Z Downloaded rustls-webpki v0.101.7
4872024-10-29T18:01:35.061Z Downloaded goblin v0.8.2
4882024-10-29T18:01:35.066Z Downloaded darling_macro v0.20.10
4892024-10-29T18:01:35.069Z Downloaded crucible-workspace-hack v0.1.0
4902024-10-29T18:01:35.069Z Downloaded paste v1.0.15
4912024-10-29T18:01:35.072Z Downloaded lru-cache v0.1.2
4922024-10-29T18:01:35.074Z Downloaded tower-service v0.3.3
4932024-10-29T18:01:35.074Z Downloaded lazy_static v1.5.0
4942024-10-29T18:01:35.077Z Downloaded lalrpop-util v0.19.12
4952024-10-29T18:01:35.080Z Downloaded async-std v1.13.0
4962024-10-29T18:01:35.099Z Downloaded time v0.3.36
4972024-10-29T18:01:35.106Z Downloaded doc-comment v0.3.3
4982024-10-29T18:01:35.109Z Downloaded slog-bunyan v2.5.0
4992024-10-29T18:01:35.109Z Downloaded unicase v2.7.0
5002024-10-29T18:01:35.112Z Downloaded time-macros v0.2.18
5012024-10-29T18:01:35.114Z Downloaded serde_json v1.0.128
5022024-10-29T18:01:35.120Z Downloaded shell-words v1.1.0
5032024-10-29T18:01:35.123Z Downloaded darling v0.20.10
5042024-10-29T18:01:35.127Z Downloaded indicatif v0.17.8
5052024-10-29T18:01:35.132Z Downloaded packed_struct_codegen v0.10.1
5062024-10-29T18:01:35.135Z Downloaded debug-ignore v1.0.5
5072024-10-29T18:01:35.138Z Downloaded data-encoding v2.6.0
5082024-10-29T18:01:35.138Z Downloaded defmt v0.3.8
5092024-10-29T18:01:35.142Z Downloaded datatest-stable v0.2.9
5102024-10-29T18:01:35.146Z Downloaded unicode-linebreak v0.1.5
5112024-10-29T18:01:35.146Z Downloaded which v4.4.2
5122024-10-29T18:01:35.146Z Downloaded pin-project-internal v1.1.6
5132024-10-29T18:01:35.149Z Downloaded pest_derive v2.7.14
5142024-10-29T18:01:35.152Z Downloaded libloading v0.8.5
5152024-10-29T18:01:35.156Z Downloaded bitvec v1.0.1
5162024-10-29T18:01:35.171Z Downloaded num-bigint-dig v0.8.4
5172024-10-29T18:01:35.177Z Downloaded want v0.3.1
5182024-10-29T18:01:35.180Z Downloaded proc-macro-crate v1.3.1
5192024-10-29T18:01:35.180Z Downloaded pem-rfc7468 v0.7.0
5202024-10-29T18:01:35.183Z Downloaded pem v3.0.4
5212024-10-29T18:01:35.184Z Downloaded waitgroup v0.1.2
5222024-10-29T18:01:35.184Z Downloaded is_ci v1.2.0
5232024-10-29T18:01:35.187Z Downloaded hyper v0.14.30
5242024-10-29T18:01:35.192Z Downloaded memoffset v0.9.1
5252024-10-29T18:01:35.195Z Downloaded percent-encoding v2.3.1
5262024-10-29T18:01:35.195Z Downloaded parking_lot v0.11.2
5272024-10-29T18:01:35.199Z Downloaded crossbeam-epoch v0.9.18
5282024-10-29T18:01:35.201Z Downloaded toolchain_find v0.4.0
5292024-10-29T18:01:35.204Z Downloaded cpufeatures v0.2.14
5302024-10-29T18:01:35.204Z Downloaded tap v1.0.1
5312024-10-29T18:01:35.204Z Downloaded derive_more v0.99.18
5322024-10-29T18:01:35.209Z Downloaded crossbeam-utils v0.8.20
5332024-10-29T18:01:35.213Z Downloaded take_mut v0.2.2
5342024-10-29T18:01:35.215Z Downloaded proc-macro-crate v3.2.0
5352024-10-29T18:01:35.216Z Downloaded powerfmt v0.2.0
5362024-10-29T18:01:35.218Z Downloaded fastrand v2.1.1
5372024-10-29T18:01:35.218Z Downloaded ssh-cipher v0.2.0
5382024-10-29T18:01:35.221Z Downloaded slog-async v2.8.0
5392024-10-29T18:01:35.221Z Downloaded parse-display v0.10.0
5402024-10-29T18:01:35.224Z Downloaded tokio-postgres v0.7.12
5412024-10-29T18:01:35.227Z Downloaded fallible-iterator v0.2.0
5422024-10-29T18:01:35.231Z Downloaded errno v0.3.9
5432024-10-29T18:01:35.231Z Downloaded sha2 v0.10.8
5442024-10-29T18:01:35.234Z Downloaded sha1 v0.10.6
5452024-10-29T18:01:35.237Z Downloaded packed_struct v0.10.1
5462024-10-29T18:01:35.240Z Downloaded rcgen v0.12.1
5472024-10-29T18:01:35.243Z Downloaded yansi v1.0.1
5482024-10-29T18:01:35.247Z Downloaded strum v0.26.3
5492024-10-29T18:01:35.247Z Downloaded xattr v1.3.1
5502024-10-29T18:01:35.249Z Downloaded semver v0.1.20
5512024-10-29T18:01:35.249Z Downloaded same-file v1.0.6
5522024-10-29T18:01:35.250Z Downloaded parse-zoneinfo v0.3.1
5532024-10-29T18:01:35.253Z Downloaded reqwest v0.11.27
5542024-10-29T18:01:35.260Z Downloaded rand_seeder v0.3.0
5552024-10-29T18:01:35.264Z Downloaded num-conv v0.1.0
5562024-10-29T18:01:35.264Z Downloaded crc v3.2.1
5572024-10-29T18:01:35.270Z Downloaded chrono-tz v0.10.0
5582024-10-29T18:01:35.276Z Downloaded tracing v0.1.40
5592024-10-29T18:01:35.280Z Downloaded normalize-line-endings v0.3.0
5602024-10-29T18:01:35.280Z Downloaded tabwriter v1.4.0
5612024-10-29T18:01:35.280Z Downloaded twox-hash v1.6.3
5622024-10-29T18:01:35.283Z Downloaded topological-sort v0.2.2
5632024-10-29T18:01:35.286Z Downloaded ron v0.7.1
5642024-10-29T18:01:35.289Z Downloaded reqwest v0.12.8
5652024-10-29T18:01:35.298Z Downloaded is_terminal_polyfill v1.70.1
5662024-10-29T18:01:35.300Z Downloaded dyn-clone v1.0.17
5672024-10-29T18:01:35.303Z Downloaded parse-size v1.0.0
5682024-10-29T18:01:35.303Z Downloaded either v1.13.0
5692024-10-29T18:01:35.306Z Downloaded semver v1.0.23
5702024-10-29T18:01:35.309Z Downloaded rustls-webpki v0.102.8
5712024-10-29T18:01:35.328Z Downloaded structmeta-derive v0.3.0
5722024-10-29T18:01:35.330Z Downloaded piper v0.2.4
5732024-10-29T18:01:35.330Z Downloaded proc-macro-error-attr v1.0.4
5742024-10-29T18:01:35.334Z Downloaded dropshot_endpoint v0.12.0
5752024-10-29T18:01:35.334Z Downloaded papergrid v0.11.0
5762024-10-29T18:01:35.339Z Downloaded tabled v0.15.0
5772024-10-29T18:01:35.356Z Downloaded nodrop v0.1.14
5782024-10-29T18:01:35.359Z Downloaded ecdsa v0.16.9
5792024-10-29T18:01:35.359Z Downloaded poly1305 v0.8.0
5802024-10-29T18:01:35.363Z Downloaded serde_with v3.11.0
5812024-10-29T18:01:35.370Z Downloaded idna v0.4.0
5822024-10-29T18:01:35.376Z Downloaded strum_macros v0.26.4
5832024-10-29T18:01:35.380Z Downloaded quote v1.0.37
5842024-10-29T18:01:35.382Z Downloaded num-complex v0.4.6
5852024-10-29T18:01:35.384Z Downloaded samael v0.0.17
5862024-10-29T18:01:35.389Z Downloaded serde_yaml v0.9.34+deprecated
5872024-10-29T18:01:35.394Z Downloaded postgres-protocol v0.6.7
5882024-10-29T18:01:35.398Z Downloaded rand v0.8.5
5892024-10-29T18:01:35.400Z Downloaded quinn-proto v0.11.8
5902024-10-29T18:01:35.406Z Downloaded nu-ansi-term v0.50.1
5912024-10-29T18:01:35.408Z Downloaded miniz_oxide v0.8.0
5922024-10-29T18:01:35.411Z Downloaded proc-macro-error v1.0.4
5932024-10-29T18:01:35.414Z Downloaded crc-any v2.5.0
5942024-10-29T18:01:35.417Z Downloaded slog v2.7.0
5952024-10-29T18:01:35.420Z Downloaded toml_edit v0.19.15
5962024-10-29T18:01:35.435Z Downloaded subprocess v0.2.9
5972024-10-29T18:01:35.438Z Downloaded sqlparser v0.45.0
5982024-10-29T18:01:35.443Z Downloaded unicode-bidi v0.3.17
5992024-10-29T18:01:35.445Z Downloaded git2 v0.19.0
6002024-10-29T18:01:35.453Z Downloaded tungstenite v0.24.0
6012024-10-29T18:01:35.457Z Downloaded elliptic-curve v0.13.8
6022024-10-29T18:01:35.460Z Downloaded signal-hook-registry v1.4.2
6032024-10-29T18:01:35.464Z Downloaded signal-hook-mio v0.2.4
6042024-10-29T18:01:35.464Z Downloaded whoami v1.5.2
6052024-10-29T18:01:35.466Z Downloaded fatfs v0.3.6
6062024-10-29T18:01:35.469Z Downloaded crypto-bigint v0.5.5
6072024-10-29T18:01:35.474Z Downloaded quick-xml v0.33.0
6082024-10-29T18:01:35.480Z Downloaded fancy-regex v0.13.0
6092024-10-29T18:01:35.483Z Downloaded polling v3.7.3
6102024-10-29T18:01:35.486Z Downloaded nom v7.1.3
6112024-10-29T18:01:35.492Z Downloaded toml v0.7.8
6122024-10-29T18:01:35.495Z Downloaded russh v0.45.0
6132024-10-29T18:01:35.501Z Downloaded des v0.8.1
6142024-10-29T18:01:35.503Z Downloaded diesel_derives v2.2.3
6152024-10-29T18:01:35.507Z Downloaded ed25519-dalek v2.1.1
6162024-10-29T18:01:35.510Z Downloaded num-bigint v0.4.6
6172024-10-29T18:01:35.515Z Downloaded minimal-lexical v0.2.1
6182024-10-29T18:01:35.520Z Downloaded idna v0.2.3
6192024-10-29T18:01:35.527Z Downloaded gimli v0.31.1
6202024-10-29T18:01:35.536Z Downloaded libm v0.2.8
6212024-10-29T18:01:35.544Z Downloaded x509-cert v0.2.5
6222024-10-29T18:01:35.549Z Downloaded typed-path v0.7.1
6232024-10-29T18:01:35.555Z Downloaded serde v1.0.210
6242024-10-29T18:01:35.558Z Downloaded winnow v0.5.40
6252024-10-29T18:01:35.567Z Downloaded toml_edit v0.22.22
6262024-10-29T18:01:35.588Z Downloaded p384 v0.13.0
6272024-10-29T18:01:35.593Z Downloaded mio v1.0.2
6282024-10-29T18:01:35.599Z Downloaded salty v0.3.0
6292024-10-29T18:01:35.606Z Downloaded rusqlite v0.32.1
6302024-10-29T18:01:35.612Z Downloaded pest v2.7.14
6312024-10-29T18:01:35.617Z Downloaded nix v0.27.1
6322024-10-29T18:01:35.627Z Downloaded itertools v0.13.0
6332024-10-29T18:01:35.633Z Downloaded bstr v1.10.0
6342024-10-29T18:01:35.643Z Downloaded openapiv3 v2.0.0
6352024-10-29T18:01:35.654Z Downloaded itertools v0.10.5
6362024-10-29T18:01:35.661Z Downloaded unicode-normalization v0.1.24
6372024-10-29T18:01:35.664Z Downloaded vcpkg v0.2.15
6382024-10-29T18:01:35.701Z Downloaded nix v0.28.0
6392024-10-29T18:01:35.713Z Downloaded p521 v0.13.3
6402024-10-29T18:01:35.716Z Downloaded curve25519-dalek v4.1.3
6412024-10-29T18:01:35.725Z Downloaded object v0.30.4
6422024-10-29T18:01:35.734Z Downloaded portable-atomic v1.9.0
6432024-10-29T18:01:35.741Z Downloaded winnow v0.6.20
6442024-10-29T18:01:35.748Z Downloaded object v0.36.5
6452024-10-29T18:01:35.760Z Downloaded proptest v1.5.0
6462024-10-29T18:01:35.770Z Downloaded syn v1.0.109
6472024-10-29T18:01:35.779Z Downloaded hickory-proto v0.24.1
6482024-10-29T18:01:35.795Z Downloaded smoltcp v0.9.1
6492024-10-29T18:01:35.804Z Downloaded webpki-roots v0.26.6
6502024-10-29T18:01:35.807Z Downloaded trust-dns-proto v0.22.0
6512024-10-29T18:01:35.818Z Downloaded polar-core v0.27.3
6522024-10-29T18:01:35.826Z Downloaded syn v2.0.79
6532024-10-29T18:01:35.836Z Downloaded radix_trie v0.2.1
6542024-10-29T18:01:35.841Z Downloaded nix v0.29.0
6552024-10-29T18:01:35.853Z Downloaded typify-impl v0.2.0
6562024-10-29T18:01:35.867Z Downloaded rustix v0.38.37
6572024-10-29T18:01:35.890Z Downloaded rustls v0.23.14
6582024-10-29T18:01:35.903Z Downloaded smoltcp v0.11.0
6592024-10-29T18:01:35.915Z Downloaded rustls v0.22.4
6602024-10-29T18:01:35.927Z Downloaded zerocopy-derive v0.6.6
6612024-10-29T18:01:35.937Z Downloaded regex-automata v0.4.8
6622024-10-29T18:01:35.954Z Downloaded diesel v2.2.4
6632024-10-29T18:01:35.972Z Downloaded sled v0.34.7
6642024-10-29T18:01:35.982Z Downloaded bzip2-sys v0.1.11+1.0.8
6652024-10-29T18:01:35.994Z Downloaded regress v0.9.1
6662024-10-29T18:01:36.002Z Downloaded regex-syntax v0.8.5
6672024-10-29T18:01:36.011Z Downloaded rustls v0.21.12
6682024-10-29T18:01:36.022Z Downloaded regex v1.11.0
6692024-10-29T18:01:36.036Z Downloaded ratatui v0.28.1
6702024-10-29T18:01:36.055Z Downloaded petgraph v0.6.5
6712024-10-29T18:01:36.073Z Downloaded dropshot v0.12.0
6722024-10-29T18:01:36.093Z Downloaded regress v0.10.1
6732024-10-29T18:01:36.102Z Downloaded lzma-sys v0.1.20
6742024-10-29T18:01:36.131Z Downloaded libz-sys v1.1.20
6752024-10-29T18:01:36.152Z Downloaded tokio v1.40.0
6762024-10-29T18:01:36.190Z Downloaded sha3 v0.10.8
6772024-10-29T18:01:36.194Z Downloaded csv v1.3.0
6782024-10-29T18:01:36.214Z Downloaded libc v0.2.161
6792024-10-29T18:01:36.241Z Downloaded rayon v1.10.0
6802024-10-29T18:01:36.250Z Downloaded openssl v0.10.66
6812024-10-29T18:01:36.259Z Downloaded httpmock v0.8.0-alpha.1
6822024-10-29T18:01:36.277Z Downloaded itertools v0.12.1
6832024-10-29T18:01:36.284Z Downloaded unicode-width v0.1.14
6842024-10-29T18:01:36.290Z Downloaded regex-syntax v0.6.29
6852024-10-29T18:01:36.297Z Downloaded tokio-util v0.7.12
6862024-10-29T18:01:36.303Z Downloaded clap_builder v4.5.20
6872024-10-29T18:01:36.310Z Downloaded encoding_rs v0.8.34
6882024-10-29T18:01:36.331Z Downloaded idna v0.3.0
6892024-10-29T18:01:36.337Z Downloaded crossterm v0.28.1
6902024-10-29T18:01:36.344Z Downloaded lalrpop v0.19.12
6912024-10-29T18:01:36.356Z Downloaded idna v0.5.0
6922024-10-29T18:01:36.362Z Downloaded unicode-ident v1.0.13
6932024-10-29T18:01:36.364Z Downloaded num v0.4.3
6942024-10-29T18:01:36.367Z Downloaded peg-macros v0.8.4
6952024-10-29T18:01:36.370Z Downloaded tempfile v3.13.0
6962024-10-29T18:01:36.370Z Downloaded target-spec v3.2.2
6972024-10-29T18:01:36.372Z Downloaded mime_guess v2.0.5
6982024-10-29T18:01:36.374Z Downloaded expectorate v1.1.0
6992024-10-29T18:01:36.377Z Downloaded rustyline v14.0.0
7002024-10-29T18:01:36.380Z Downloaded zip v0.6.6
7012024-10-29T18:01:36.383Z Downloaded slog-term v2.9.1
7022024-10-29T18:01:36.386Z Downloaded itoa v1.0.11
7032024-10-29T18:01:36.388Z Downloaded display-error-chain v0.2.1
7042024-10-29T18:01:36.388Z Downloaded xz2 v0.1.7
7052024-10-29T18:01:36.391Z Downloaded deranged v0.3.11
7062024-10-29T18:01:36.391Z Downloaded ssh-key v0.6.6
7072024-10-29T18:01:36.397Z Downloaded h2 v0.4.6
7082024-10-29T18:01:36.404Z Downloaded bindgen v0.69.5
7092024-10-29T18:01:36.411Z Downloaded shlex v1.3.0
7102024-10-29T18:01:36.414Z Downloaded ref-cast v1.0.23
7112024-10-29T18:01:36.416Z Downloaded progenitor-impl v0.8.0
7122024-10-29T18:01:36.416Z Downloaded derive_builder_core v0.20.2
7132024-10-29T18:01:36.419Z Downloaded russh-cryptovec v0.7.3
7142024-10-29T18:01:36.419Z Downloaded rustc-demangle v0.1.24
7152024-10-29T18:01:36.421Z Downloaded rust-argon2 v2.1.0
7162024-10-29T18:01:36.425Z Downloaded russh-keys v0.45.0
7172024-10-29T18:01:36.425Z Downloaded event-listener v5.3.1
7182024-10-29T18:01:36.429Z Downloaded reedline v0.35.0
7192024-10-29T18:01:36.436Z Downloaded libgit2-sys v0.17.0+1.8.1
7202024-10-29T18:01:36.494Z Downloaded is-terminal v0.4.13
7212024-10-29T18:01:36.496Z Downloaded termios v0.3.3
7222024-10-29T18:01:36.498Z Downloaded num-derive v0.4.2
7232024-10-29T18:01:36.498Z Downloaded zerocopy v0.7.35
7242024-10-29T18:01:36.513Z Downloaded snafu v0.8.5
7252024-10-29T18:01:36.519Z Downloaded futures-util v0.3.31
7262024-10-29T18:01:36.530Z Downloaded terminal_size v0.4.0
7272024-10-29T18:01:36.533Z Downloaded strum_macros v0.24.3
7282024-10-29T18:01:36.535Z Downloaded libsqlite3-sys v0.30.1
7292024-10-29T18:01:36.611Z Downloaded tokio-tungstenite v0.24.0
7302024-10-29T18:01:36.613Z Downloaded slab v0.4.9
7312024-10-29T18:01:36.616Z Downloaded prettyplease v0.2.22
7322024-10-29T18:01:36.618Z Downloaded unicode-segmentation v1.12.0
7332024-10-29T18:01:36.620Z Downloaded pretty_assertions v1.4.1
7342024-10-29T18:01:36.623Z Downloaded blake3 v1.5.4
7352024-10-29T18:01:36.630Z Downloaded mockall v0.13.0
7362024-10-29T18:01:36.632Z Downloaded tls_codec_derive v0.4.1
7372024-10-29T18:01:36.637Z Downloaded rustls-native-certs v0.7.3
7382024-10-29T18:01:36.637Z Downloaded serde_derive v1.0.210
7392024-10-29T18:01:36.641Z Downloaded rayon-core v1.12.1
7402024-10-29T18:01:36.643Z Downloaded indexmap v2.6.0
7412024-10-29T18:01:36.646Z Downloaded aho-corasick v1.1.3
7422024-10-29T18:01:36.651Z Downloaded num_threads v0.1.7
7432024-10-29T18:01:36.654Z Downloaded quick-error v1.2.3
7442024-10-29T18:01:36.654Z Downloaded plain v0.2.3
7452024-10-29T18:01:36.656Z Downloaded pkg-config v0.3.31
7462024-10-29T18:01:36.656Z Downloaded newtype-uuid v1.1.2
7472024-10-29T18:01:36.659Z Downloaded tokio-rustls v0.24.1
7482024-10-29T18:01:36.661Z Downloaded sqlformat v0.2.6
7492024-10-29T18:01:36.661Z Downloaded tungstenite v0.23.0
7502024-10-29T18:01:36.664Z Downloaded tungstenite v0.21.0
7512024-10-29T18:01:36.667Z Downloaded rustls-pki-types v1.9.0
7522024-10-29T18:01:36.670Z Downloaded fd-lock v4.0.2
7532024-10-29T18:01:36.672Z Downloaded parking_lot v0.12.3
7542024-10-29T18:01:36.675Z Downloaded libxml v0.3.3
7552024-10-29T18:01:36.680Z Downloaded indoc v1.0.9
7562024-10-29T18:01:36.683Z Downloaded tough v0.17.1
7572024-10-29T18:01:36.690Z Downloaded vergen v8.3.2
7582024-10-29T18:01:36.692Z Downloaded diesel-dtrace v0.3.0
7592024-10-29T18:01:36.694Z Downloaded convert_case v0.4.0
7602024-10-29T18:01:36.694Z Downloaded cobs v0.2.3
7612024-10-29T18:01:36.697Z Downloaded clap_lex v0.7.2
7622024-10-29T18:01:36.697Z Downloaded unarray v0.1.4
7632024-10-29T18:01:36.699Z Downloaded polyval v0.6.2
7642024-10-29T18:01:36.699Z Downloaded pin-project-lite v0.2.14
7652024-10-29T18:01:36.703Z Downloaded parking_lot_core v0.9.10
7662024-10-29T18:01:36.705Z Downloaded parking_lot_core v0.8.6
7672024-10-29T18:01:36.708Z Downloaded maybe-uninit v2.0.0
7682024-10-29T18:01:36.710Z Downloaded smallvec v0.6.14
7692024-10-29T18:01:36.710Z Downloaded h2 v0.3.26
7702024-10-29T18:01:36.715Z Downloaded rfc6979 v0.4.0
7712024-10-29T18:01:36.718Z Downloaded radium v0.7.0
7722024-10-29T18:01:36.718Z Downloaded value-bag v1.9.0
7732024-10-29T18:01:36.720Z Downloaded tokio-tungstenite v0.23.1
7742024-10-29T18:01:36.723Z Downloaded structmeta v0.2.0
7752024-10-29T18:01:36.725Z Downloaded tracing-core v0.1.32
7762024-10-29T18:01:36.728Z Downloaded maplit v1.0.2
7772024-10-29T18:01:36.728Z Downloaded libefi-sys v0.1.0
7782024-10-29T18:01:36.730Z Downloaded instability v0.3.2
7792024-10-29T18:01:36.730Z Downloaded inout v0.1.3
7802024-10-29T18:01:36.730Z Downloaded serde_with_macros v3.11.0
7812024-10-29T18:01:36.733Z Downloaded dsl_auto_type v0.1.2
7822024-10-29T18:01:36.733Z Downloaded linear-map v1.2.0
7832024-10-29T18:01:36.736Z Downloaded unsafe-libyaml v0.2.11
7842024-10-29T18:01:36.738Z Downloaded enum-as-inner v0.5.1
7852024-10-29T18:01:36.740Z Downloaded curve25519-dalek-derive v0.1.1
7862024-10-29T18:01:36.741Z Downloaded hickory-server v0.24.1
7872024-10-29T18:01:36.745Z Downloaded crypto-common v0.1.6
7882024-10-29T18:01:36.747Z Downloaded unicode-truncate v1.1.0
7892024-10-29T18:01:36.747Z Downloaded postgres-types v0.2.8
7902024-10-29T18:01:36.749Z Downloaded lock_api v0.4.12
7912024-10-29T18:01:36.752Z Downloaded toml v0.8.19
7922024-10-29T18:01:36.755Z Downloaded strsim v0.11.1
7932024-10-29T18:01:36.758Z Downloaded ssh-encoding v0.2.0
7942024-10-29T18:01:36.759Z Downloaded serde_tokenstream v0.2.2
7952024-10-29T18:01:36.761Z Downloaded rustversion v1.0.17
7962024-10-29T18:01:36.762Z Downloaded rustc-hash v2.0.0
7972024-10-29T18:01:36.762Z Downloaded phf_generator v0.11.2
7982024-10-29T18:01:36.764Z Downloaded lru v0.12.5
7992024-10-29T18:01:36.764Z Downloaded zerocopy-derive v0.7.35
8002024-10-29T18:01:36.767Z Downloaded proc-macro2 v1.0.87
8012024-10-29T18:01:36.769Z Downloaded dtrace-parser v0.2.0
8022024-10-29T18:01:36.772Z Downloaded ryu v1.0.18
8032024-10-29T18:01:36.775Z Downloaded http v1.1.0
8042024-10-29T18:01:36.777Z Downloaded flate2 v1.0.34
8052024-10-29T18:01:36.781Z Downloaded rustc-hash v1.1.0
8062024-10-29T18:01:36.784Z Downloaded progenitor v0.8.0
8072024-10-29T18:01:36.784Z Downloaded jobserver v0.1.32
8082024-10-29T18:01:36.786Z Downloaded test-strategy v0.3.1
8092024-10-29T18:01:36.788Z Downloaded pkcs5 v0.7.1
8102024-10-29T18:01:36.792Z Downloaded utf8parse v0.2.2
8112024-10-29T18:01:36.795Z Downloaded rsa v0.9.6
8122024-10-29T18:01:36.797Z Downloaded secrecy v0.8.0
8132024-10-29T18:01:36.800Z Downloaded rustls-pemfile v2.2.0
8142024-10-29T18:01:36.802Z Downloaded postcard v1.0.10
8152024-10-29T18:01:36.805Z Downloaded pbkdf2 v0.11.0
8162024-10-29T18:01:36.807Z Downloaded hyper-util v0.1.9
8172024-10-29T18:01:36.809Z Downloaded smf v0.2.3
8182024-10-29T18:01:36.809Z Downloaded pkcs8 v0.10.2
8192024-10-29T18:01:36.812Z Downloaded owo-colors v4.1.0
8202024-10-29T18:01:36.815Z Downloaded crc32fast v1.4.2
8212024-10-29T18:01:36.817Z Downloaded chacha20poly1305 v0.10.1
8222024-10-29T18:01:36.817Z Downloaded slog-dtrace v0.3.0
8232024-10-29T18:01:36.819Z Downloaded serde_spanned v0.6.8
8242024-10-29T18:01:36.819Z Downloaded rustc_version v0.4.1
8252024-10-29T18:01:36.822Z Downloaded rustc_version v0.1.7
8262024-10-29T18:01:36.822Z Downloaded zerocopy v0.6.6
8272024-10-29T18:01:36.824Z Downloaded ucd-trie v0.1.7
8282024-10-29T18:01:36.826Z Downloaded native-tls v0.2.12
8292024-10-29T18:01:36.826Z Downloaded rstest_macros v0.23.0
8302024-10-29T18:01:36.829Z Downloaded similar v2.6.0
8312024-10-29T18:01:36.833Z Downloaded headers v0.4.0
8322024-10-29T18:01:36.838Z Downloaded serde_plain v1.0.2
8332024-10-29T18:01:36.841Z Downloaded sec1 v0.7.3
8342024-10-29T18:01:36.843Z Downloaded derive_builder v0.20.2
8352024-10-29T18:01:36.846Z Downloaded signal-hook v0.3.17
8362024-10-29T18:01:36.848Z Downloaded rand_distr v0.4.3
8372024-10-29T18:01:36.851Z Downloaded keccak v0.1.5
8382024-10-29T18:01:36.853Z Downloaded env_logger v0.11.5
8392024-10-29T18:01:36.855Z Downloaded env_logger v0.10.2
8402024-10-29T18:01:36.858Z Downloaded textwrap v0.16.1
8412024-10-29T18:01:36.860Z Downloaded pbkdf2 v0.12.2
8422024-10-29T18:01:36.860Z Downloaded path-tree v0.8.1
8432024-10-29T18:01:36.864Z Downloaded guppy v0.17.8
8442024-10-29T18:01:36.867Z Downloaded dirs-sys-next v0.1.2
8452024-10-29T18:01:36.869Z Downloaded ring v0.17.8
8462024-10-29T18:01:36.937Z Downloaded digest v0.10.7
8472024-10-29T18:01:36.948Z Downloaded difflib v0.4.0
8482024-10-29T18:01:36.948Z Downloaded thiserror-impl v1.0.64
8492024-10-29T18:01:36.948Z Downloaded target-lexicon v0.12.16
8502024-10-29T18:01:36.948Z Downloaded env_filter v0.1.2
8512024-10-29T18:01:36.948Z Downloaded enum-as-inner v0.6.1
8522024-10-29T18:01:36.948Z Downloaded crossbeam-deque v0.8.5
8532024-10-29T18:01:36.948Z Downloaded concurrent-queue v2.5.0
8542024-10-29T18:01:36.948Z Downloaded spin v0.9.8
8552024-10-29T18:01:36.951Z Downloaded usdt v0.5.0
8562024-10-29T18:01:36.951Z Downloaded unicode-xid v0.2.6
8572024-10-29T18:01:36.953Z Downloaded subtle v2.6.1
8582024-10-29T18:01:36.953Z Downloaded camino v1.1.9
8592024-10-29T18:01:36.956Z Downloaded nested v0.1.1
8602024-10-29T18:01:36.956Z Downloaded md5 v0.7.0
8612024-10-29T18:01:36.958Z Downloaded hyper-rustls v0.26.0
8622024-10-29T18:01:36.958Z Downloaded scroll v0.12.0
8632024-10-29T18:01:36.969Z Downloaded hyper-rustls v0.27.3
8642024-10-29T18:01:36.969Z Downloaded httptest v0.16.1
8652024-10-29T18:01:36.969Z Downloaded blake2 v0.10.6
8662024-10-29T18:01:36.969Z Downloaded anyhow v1.0.89
8672024-10-29T18:01:36.969Z Downloaded highway v1.2.0
8682024-10-29T18:01:36.978Z Downloaded stringmetrics v2.2.2
8692024-10-29T18:01:36.978Z Downloaded scrypt v0.11.0
8702024-10-29T18:01:36.978Z Downloaded plotters-backend v0.3.7
8712024-10-29T18:01:36.978Z Downloaded hubpack v0.1.2
8722024-10-29T18:01:36.979Z Downloaded password-hash v0.4.2
8732024-10-29T18:01:36.981Z Downloaded base64ct v1.6.0
8742024-10-29T18:01:36.982Z Downloaded assert_cmd v2.0.16
8752024-10-29T18:01:36.982Z Downloaded http-body-util v0.1.2
8762024-10-29T18:01:36.984Z Downloaded hash32 v0.2.1
8772024-10-29T18:01:36.986Z Downloaded buf-list v1.0.3
8782024-10-29T18:01:36.986Z Downloaded ring v0.16.20
8792024-10-29T18:01:37.067Z Downloaded castaway v0.2.3
8802024-10-29T18:01:37.069Z Downloaded ahash v0.8.11
8812024-10-29T18:01:37.074Z Downloaded float-cmp v0.9.0
8822024-10-29T18:01:37.074Z Downloaded cfg-if v1.0.0
8832024-10-29T18:01:37.076Z Downloaded cassowary v0.3.0
8842024-10-29T18:01:37.077Z Downloaded blocking v1.6.1
8852024-10-29T18:01:37.077Z Downloaded anstyle-parse v0.2.5
8862024-10-29T18:01:37.077Z Downloaded async-channel v1.9.0
8872024-10-29T18:01:37.080Z Downloaded approx v0.5.1
8882024-10-29T18:01:37.080Z Downloaded anes v0.1.6
8892024-10-29T18:01:37.082Z Downloaded foldhash v0.1.3
8902024-10-29T18:01:37.082Z Downloaded cipher v0.4.4
8912024-10-29T18:01:37.085Z Downloaded autocfg v1.4.0
8922024-10-29T18:01:37.085Z Downloaded atomic-waker v1.1.2
8932024-10-29T18:01:37.089Z Downloaded http-body v1.0.1
8942024-10-29T18:01:37.089Z Downloaded bitflags v1.3.2
8952024-10-29T18:01:37.091Z Downloaded bitfield v0.14.0
8962024-10-29T18:01:37.091Z Downloaded async-process v2.3.0
8972024-10-29T18:01:37.093Z Downloaded async-global-executor v2.4.1
8982024-10-29T18:01:37.094Z Downloaded ascii-canvas v3.0.0
8992024-10-29T18:01:37.099Z Downloaded half v2.4.1
9002024-10-29T18:01:37.099Z Downloaded futures-timer v3.0.3
9012024-10-29T18:01:37.101Z Downloaded futures-macro v0.3.31
9022024-10-29T18:01:37.101Z Downloaded fragile v2.0.0
9032024-10-29T18:01:37.101Z Downloaded fnv v1.0.7
9042024-10-29T18:01:37.104Z Downloaded fallible-streaming-iterator v0.1.9
9052024-10-29T18:01:37.104Z Downloaded bzip2 v0.4.4
9062024-10-29T18:01:37.104Z Downloaded bitfield-struct v0.6.2
9072024-10-29T18:01:37.106Z Downloaded blake2b_simd v1.0.2
9082024-10-29T18:01:37.107Z Downloaded backoff v0.4.0
9092024-10-29T18:01:37.110Z Downloaded async-executor v1.13.1
9102024-10-29T18:01:37.110Z Downloaded async-bb8-diesel v0.2.1
9112024-10-29T18:01:37.113Z Downloaded addr2line v0.24.2
9122024-10-29T18:01:37.115Z Downloaded futures v0.3.31
9132024-10-29T18:01:37.118Z Downloaded flagset v0.4.6
9142024-10-29T18:01:37.120Z Downloaded async-lock v3.4.0
9152024-10-29T18:01:37.123Z Downloaded anstream v0.6.15
9162024-10-29T18:01:37.126Z Downloaded anstyle-query v1.1.1
9172024-10-29T18:01:37.390Z+ ptime -m ./tools/install_builder_prerequisites.sh -yp
9182024-10-29T18:01:47.037Z Startup: Refreshing catalog 'helios-dev' ... Done
9192024-10-29T18:01:50.270Z Startup: Caching catalogs ... Done
9202024-10-29T18:01:57.335ZPlanning: Solver setup ... Done (6.309s)
9212024-10-29T18:01:57.428ZPlanning: Running solver ... Done (0.092s)
9222024-10-29T18:01:57.515ZPlanning: Finding local manifests ... Done (0.006s)
9232024-10-29T18:01:57.956ZPlanning: Fetching manifests: 0/5 0% complete
9242024-10-29T18:01:58.602ZPlanning: Fetching manifests: 5/5 100% complete
9252024-10-29T18:01:58.702ZPlanning: Package planning ... Done (0.100s)
9262024-10-29T18:01:58.757ZPlanning: Merging actions ... Done (0.055s)
9272024-10-29T18:01:58.950ZPlanning: Checking for conflicting actions ... Done (0.193s)
9282024-10-29T18:02:01.169ZPlanning: Consolidating action changes ... Done (2.218s)
9292024-10-29T18:02:01.620ZPlanning: Evaluating mediators ... Done (0.451s)
9302024-10-29T18:02:01.701ZPlanning: Planning completed in 11.35 seconds
9312024-10-29T18:02:01.718Z Packages to install: 4
9322024-10-29T18:02:01.718Z Packages to update: 1
9332024-10-29T18:02:01.721Z Mediators to change: 2
9342024-10-29T18:02:01.721Z Services to change: 1
9352024-10-29T18:02:01.721Z Estimated space available: 155.48 GB
9362024-10-29T18:02:01.721ZEstimated space to be consumed: 1.58 GB
9372024-10-29T18:02:01.721Z Create boot environment: No
9382024-10-29T18:02:01.721ZCreate backup boot environment: Yes
9392024-10-29T18:02:01.721Z Rebuild boot archive: No
9402024-10-29T18:02:01.721Z
9412024-10-29T18:02:01.721ZChanged mediators:
9422024-10-29T18:02:01.721Z mediator clang:
9432024-10-29T18:02:01.721Z version: None -> 15 (system default)
9442024-10-29T18:02:01.722Z
9452024-10-29T18:02:01.722Z mediator llvm:
9462024-10-29T18:02:01.722Z version: 14 (system default) -> 15 (system default)
9472024-10-29T18:02:01.722Z
9482024-10-29T18:02:01.722ZChanged packages:
9492024-10-29T18:02:01.722Zhelios-dev
9502024-10-29T18:02:01.722Z developer/build-essential
9512024-10-29T18:02:01.722Z None -> 11-2.0
9522024-10-29T18:02:01.722Z library/libxmlsec1
9532024-10-29T18:02:01.722Z None -> 1.2.35-2.0
9542024-10-29T18:02:01.722Z ooce/developer/clang-15
9552024-10-29T18:02:01.722Z None -> 15.0.7-2.0
9562024-10-29T18:02:01.722Z ooce/developer/llvm-15
9572024-10-29T18:02:01.722Z None -> 15.0.7-2.0
9582024-10-29T18:02:01.722Z package/pkg
9592024-10-29T18:02:01.722Z 0.5.11-2.0 -> 0.5.11-2.1.6412
9602024-10-29T18:02:01.722Z
9612024-10-29T18:02:01.722ZServices:
9622024-10-29T18:02:01.722Z restart_fmri:
9632024-10-29T18:02:01.722Z svc:/system/update-man-index:default
9642024-10-29T18:02:01.722Z
9652024-10-29T18:02:01.722ZEditable files to change:
9662024-10-29T18:02:01.722Z Update:
9672024-10-29T18:02:01.722Z usr/share/lib/pkg/web/config.shtml
9682024-10-29T18:02:01.808Z
9692024-10-29T18:02:01.808ZDownload: 0/4281 items 0.0/220.6MB 0% complete
9702024-10-29T18:02:07.927ZDownload: 213/4281 items 1.3/220.6MB 0% complete (1.3M/s)
9712024-10-29T18:02:14.872ZDownload: 1197/4281 items 83.5/220.6MB 37% complete (8.3M/s)
9722024-10-29T18:02:19.876ZDownload: 2852/4281 items 121.1/220.6MB 54% complete (10.2M/s)
9732024-10-29T18:02:24.878ZDownload: 3265/4281 items 208.0/220.6MB 94% complete (12.9M/s)
9742024-10-29T18:02:29.892ZDownload: 4203/4281 items 220.5/220.6MB 99% complete (10.0M/s)
9752024-10-29T18:02:30.098ZDownload: Completed 220.60 MB in 28.29 seconds (7.8M/s)
9762024-10-29T18:02:32.067Z Actions: 1/5063 actions (Removing old actions)
9772024-10-29T18:02:32.087Z Actions: 194/5063 actions (Installing new actions)
9782024-10-29T18:02:36.837Z Actions: 4226/5063 actions (Updating modified actions)
9792024-10-29T18:02:37.172Z Actions: Completed 5063 actions in 5.10 seconds.
9802024-10-29T18:02:37.550Z Done (0.370s)
9812024-10-29T18:02:37.554Z Done (0.000s)
9822024-10-29T18:02:38.060Z Done (0.509s)
9832024-10-29T18:02:42.524Z Done (4.260s)
9842024-10-29T18:02:42.611Z Done (0.018s)
9852024-10-29T18:02:42.614Z Done (0.000s)
9862024-10-29T18:02:42.796Z Done (0.000s)
9872024-10-29T18:02:43.460ZPlanning: Evaluating mediator changes ... Done
9882024-10-29T18:02:43.620ZPlanning: Checking for conflicting actions ... Done
9892024-10-29T18:02:43.622ZPlanning: Consolidating action changes ... Done
9902024-10-29T18:02:43.892ZPlanning: Evaluating mediators ... Done
9912024-10-29T18:02:43.895ZPlanning: Planning completed in 0.43 seconds
9922024-10-29T18:02:43.931Z Mediators to change: 2
9932024-10-29T18:02:43.932Z Create boot environment: No
9942024-10-29T18:02:43.935ZCreate backup boot environment: No
9952024-10-29T18:02:44.012Z Done
9962024-10-29T18:02:44.012Z Done
9972024-10-29T18:02:44.335Z Done
9982024-10-29T18:02:47.921Z Done
9992024-10-29T18:02:48.013Z Done
10002024-10-29T18:02:48.015Z Done
10012024-10-29T18:02:48.163Z Done
10022024-10-29T18:02:48.772ZPlanning: Evaluating mediator changes ... Done
10032024-10-29T18:02:48.774ZPlanning: Merging actions ... Done
10042024-10-29T18:02:48.962ZPlanning: Checking for conflicting actions ... Done
10052024-10-29T18:02:48.964ZPlanning: Consolidating action changes ... Done
10062024-10-29T18:02:49.228ZPlanning: Evaluating mediators ... Done
10072024-10-29T18:02:49.282ZPlanning: Planning completed in 0.75 seconds
10082024-10-29T18:02:49.325Z Packages to change: 1
10092024-10-29T18:02:49.325Z Mediators to change: 1
10102024-10-29T18:02:49.327Z Services to change: 1
10112024-10-29T18:02:49.327Z Create boot environment: No
10122024-10-29T18:02:49.327ZCreate backup boot environment: Yes
10132024-10-29T18:02:51.307Z Actions: 1/6 actions (Updating modified actions)
10142024-10-29T18:02:51.310Z Actions: Completed 6 actions in 0.00 seconds.
10152024-10-29T18:02:51.312Z Done
10162024-10-29T18:02:51.313Z Done
10172024-10-29T18:02:51.412Z Done
10182024-10-29T18:02:55.003Z Done
10192024-10-29T18:02:55.094Z Done
10202024-10-29T18:02:55.098Z Done
10212024-10-29T18:02:55.385Z Done
10222024-10-29T18:02:55.828ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
10232024-10-29T18:02:55.828Zclang system 15 system
10242024-10-29T18:02:55.828Zcsh system system illumos
10252024-10-29T18:02:55.828Zctags system system illumos
10262024-10-29T18:02:55.828Zgcc vendor 12 vendor
10272024-10-29T18:02:55.828Zgcc system 10 system
10282024-10-29T18:02:55.828Zgcc system 7 system
10292024-10-29T18:02:55.828Zgo system 1.20 system
10302024-10-29T18:02:55.828Zgo system 1.19 system
10312024-10-29T18:02:55.828Zllvm system 15 system
10322024-10-29T18:02:55.828Zllvm system 14 system
10332024-10-29T18:02:55.828Zmariadb system 10.6 system
10342024-10-29T18:02:55.828Zmta vendor vendor dma
10352024-10-29T18:02:55.828Zopenjdk system 17 system
10362024-10-29T18:02:55.828Zopenjdk system 11 system
10372024-10-29T18:02:55.828Zopenjdk system 1.8 system
10382024-10-29T18:02:55.828Zopenssl vendor 3 vendor
10392024-10-29T18:02:55.828Zperl system 5.36 system
10402024-10-29T18:02:55.828Zpostgresql system 15 system
10412024-10-29T18:02:55.828Zpostgresql system 13 system
10422024-10-29T18:02:55.828Zpython vendor 3 vendor
10432024-10-29T18:02:55.828Zpython system 2 system
10442024-10-29T18:02:55.828Zpython3 system 3.11 system
10452024-10-29T18:02:55.828Zruby system 3.0 system
10462024-10-29T18:02:55.829Zwords vendor vendor american-english
10472024-10-29T18:02:55.829Zwords system system australian-english
10482024-10-29T18:02:55.829Zwords system system british-english
10492024-10-29T18:02:55.829Zwords system system canadian-english
10502024-10-29T18:02:55.829Zwords system system french
10512024-10-29T18:02:55.829Zwords system system italian
10522024-10-29T18:02:55.829Zwords system system ngerman
10532024-10-29T18:02:55.829Zwords system system ogerman
10542024-10-29T18:02:55.829Zwords system system spanish
10552024-10-29T18:02:56.172ZPUBLISHER TYPE STATUS P LOCATION
10562024-10-29T18:02:56.172Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
10572024-10-29T18:02:58.572ZFMRI IFO
10582024-10-29T18:02:58.572Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
10592024-10-29T18:02:58.573Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
10602024-10-29T18:02:58.573Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
10612024-10-29T18:02:58.573Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
10622024-10-29T18:02:58.573Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
10632024-10-29T18:02:58.573Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
10642024-10-29T18:02:58.573Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
10652024-10-29T18:02:58.573Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
10662024-10-29T18:02:58.573Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
10672024-10-29T18:02:58.573Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
10682024-10-29T18:02:58.573Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
10692024-10-29T18:02:58.573Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
10702024-10-29T18:02:58.573Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
10712024-10-29T18:02:58.573Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
10722024-10-29T18:02:58.573Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
10732024-10-29T18:02:59.625Z Downloading crates ...
10742024-10-29T18:02:59.702Z Downloaded cargo_toml v0.20.5
10752024-10-29T18:02:59.839Z Compiling proc-macro2 v1.0.87
10762024-10-29T18:02:59.839Z Compiling unicode-ident v1.0.13
10772024-10-29T18:02:59.842Z Compiling version_check v0.9.5
10782024-10-29T18:02:59.842Z Compiling serde v1.0.210
10792024-10-29T18:02:59.842Z Compiling memchr v2.7.4
10802024-10-29T18:02:59.842Z Compiling thiserror v1.0.64
10812024-10-29T18:02:59.842Z Compiling libc v0.2.161
10822024-10-29T18:02:59.842Z Compiling ucd-trie v0.1.7
10832024-10-29T18:03:00.470Z Compiling ryu v1.0.18
10842024-10-29T18:03:00.506Z Compiling itoa v1.0.11
10852024-10-29T18:03:00.659Z Compiling once_cell v1.20.2
10862024-10-29T18:03:00.671Z Compiling byteorder v1.5.0
10872024-10-29T18:03:00.733Z Compiling rustix v0.38.37
10882024-10-29T18:03:01.061Z Compiling serde_json v1.0.128
10892024-10-29T18:03:01.208Z Compiling bitflags v2.6.0
10902024-10-29T18:03:01.406Z Compiling proc-macro-error-attr v1.0.4
10912024-10-29T18:03:01.461Z Compiling quote v1.0.37
10922024-10-29T18:03:01.763Z Compiling usdt-impl v0.5.0
10932024-10-29T18:03:01.770Z Compiling syn v1.0.109
10942024-10-29T18:03:01.770Z Compiling proc-macro-error v1.0.4
10952024-10-29T18:03:01.770Z Compiling camino v1.1.9
10962024-10-29T18:03:01.947Z Compiling syn v2.0.79
10972024-10-29T18:03:01.959Z Compiling errno v0.3.9
10982024-10-29T18:03:02.235Z Compiling hashbrown v0.15.0
10992024-10-29T18:03:02.309Z Compiling equivalent v1.0.1
11002024-10-29T18:03:02.349Z Compiling thread-id v4.2.2
11012024-10-29T18:03:02.409Z Compiling plain v0.2.3
11022024-10-29T18:03:02.426Z Compiling utf8parse v0.2.2
11032024-10-29T18:03:02.430Z Compiling log v0.4.22
11042024-10-29T18:03:02.550Z Compiling anstyle-parse v0.2.5
11052024-10-29T18:03:02.799Z Compiling autocfg v1.4.0
11062024-10-29T18:03:02.887Z Compiling is_terminal_polyfill v1.70.1
11072024-10-29T18:03:03.008Z Compiling winnow v0.6.20
11082024-10-29T18:03:03.057Z Compiling anstyle v1.0.8
11092024-10-29T18:03:03.282Z Compiling colorchoice v1.0.2
11102024-10-29T18:03:03.431Z Compiling indexmap v2.6.0
11112024-10-29T18:03:03.444Z Compiling semver v1.0.23
11122024-10-29T18:03:03.525Z Compiling pretty-hex v0.4.1
11132024-10-29T18:03:03.737Z Compiling unicode-width v0.1.14
11142024-10-29T18:03:03.979Z Compiling anstyle-query v1.1.1
11152024-10-29T18:03:04.009Z Compiling fs-err v2.11.0
11162024-10-29T18:03:04.126Z Compiling anstream v0.6.15
11172024-10-29T18:03:04.274Z Compiling terminal_size v0.4.0
11182024-10-29T18:03:04.537Z Compiling heck v0.5.0
11192024-10-29T18:03:04.828Z Compiling anyhow v1.0.89
11202024-10-29T18:03:04.858Z Compiling strsim v0.11.1
11212024-10-29T18:03:04.889Z Compiling bytecount v0.6.8
11222024-10-29T18:03:05.040Z Compiling fnv v1.0.7
11232024-10-29T18:03:05.067Z Compiling fastrand v2.1.1
11242024-10-29T18:03:05.095Z Compiling heck v0.4.1
11252024-10-29T18:03:05.216Z Compiling cfg-if v1.0.0
11262024-10-29T18:03:05.312Z Compiling clap_lex v0.7.2
11272024-10-29T18:03:05.623Z Compiling clap_builder v4.5.20
11282024-10-29T18:03:05.828Z Compiling tempfile v3.13.0
11292024-10-29T18:03:05.841Z Compiling papergrid v0.11.0
11302024-10-29T18:03:05.990Z Compiling memmap v0.7.0
11312024-10-29T18:03:06.217Z Compiling unicode-linebreak v0.1.5
11322024-10-29T18:03:06.337Z Compiling smawk v0.3.2
11332024-10-29T18:03:06.698Z Compiling textwrap v0.16.1
11342024-10-29T18:03:06.958Z Compiling swrite v0.1.0
11352024-10-29T18:03:08.176Z Compiling tabled_derive v0.7.0
11362024-10-29T18:03:09.939Z Compiling tabled v0.15.0
11372024-10-29T18:03:10.892Z Compiling serde_derive v1.0.210
11382024-10-29T18:03:10.892Z Compiling thiserror-impl v1.0.64
11392024-10-29T18:03:10.895Z Compiling zerocopy-derive v0.7.35
11402024-10-29T18:03:10.997Z Compiling scroll_derive v0.12.0
11412024-10-29T18:03:11.357Z Compiling clap_derive v4.5.18
11422024-10-29T18:03:12.371Z Compiling scroll v0.12.0
11432024-10-29T18:03:12.845Z Compiling zerocopy v0.7.35
11442024-10-29T18:03:12.857Z Compiling goblin v0.8.2
11452024-10-29T18:03:13.470Z Compiling pest v2.7.14
11462024-10-29T18:03:14.961Z Compiling clap v4.5.20
11472024-10-29T18:03:15.857Z Compiling pest_meta v2.7.14
11482024-10-29T18:03:16.707Z Compiling pest_generator v2.7.14
11492024-10-29T18:03:18.647Z Compiling pest_derive v2.7.14
11502024-10-29T18:03:19.370Z Compiling dtrace-parser v0.2.0
11512024-10-29T18:03:21.141Z Compiling serde_spanned v0.6.8
11522024-10-29T18:03:21.141Z Compiling toml_datetime v0.6.8
11532024-10-29T18:03:21.143Z Compiling cargo-platform v0.1.8
11542024-10-29T18:03:21.537Z Compiling serde_tokenstream v0.2.2
11552024-10-29T18:03:21.606Z Compiling toml_edit v0.22.22
11562024-10-29T18:03:21.683Z Compiling macaddr v1.0.1
11572024-10-29T18:03:21.762Z Compiling camino-tempfile v1.1.1
11582024-10-29T18:03:22.558Z Compiling dof v0.3.0
11592024-10-29T18:03:22.558Z Compiling cargo_metadata v0.18.1
11602024-10-29T18:03:24.405Z Compiling toml v0.8.19
11612024-10-29T18:03:24.419Z Compiling usdt-macro v0.5.0
11622024-10-29T18:03:24.422Z Compiling usdt-attr-macro v0.5.0
11632024-10-29T18:03:25.280Z Compiling cargo_toml v0.20.5
11642024-10-29T18:03:25.806Z Compiling usdt v0.5.0
11652024-10-29T18:03:28.869Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
11662024-10-29T18:03:32.838Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.78s
11672024-10-29T18:03:32.897Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
11682024-10-29T18:03:33.774Z Compiling serde v1.0.210
11692024-10-29T18:03:33.774Z Compiling typenum v1.17.0
11702024-10-29T18:03:33.774Z Compiling lock_api v0.4.12
11712024-10-29T18:03:33.774Z Compiling generic-array v0.14.7
11722024-10-29T18:03:33.774Z Compiling scopeguard v1.2.0
11732024-10-29T18:03:33.774Z Compiling subtle v2.6.1
11742024-10-29T18:03:33.907Z Compiling syn v2.0.79
11752024-10-29T18:03:33.916Z Compiling getrandom v0.2.15
11762024-10-29T18:03:34.088Z Compiling value-bag v1.9.0
11772024-10-29T18:03:34.172Z Compiling rand_core v0.6.4
11782024-10-29T18:03:34.308Z Compiling const-oid v0.9.6
11792024-10-29T18:03:34.347Z Compiling pin-project-lite v0.2.14
11802024-10-29T18:03:34.434Z Compiling smallvec v1.13.2
11812024-10-29T18:03:34.465Z Compiling jobserver v0.1.32
11822024-10-29T18:03:34.697Z Compiling log v0.4.22
11832024-10-29T18:03:34.716Z Compiling parking_lot_core v0.9.10
11842024-10-29T18:03:34.863Z Compiling shlex v1.3.0
11852024-10-29T18:03:34.878Z Compiling futures-core v0.3.31
11862024-10-29T18:03:35.099Z Compiling cc v1.1.30
11872024-10-29T18:03:35.328Z Compiling signal-hook-registry v1.4.2
11882024-10-29T18:03:35.425Z Compiling mio v1.0.2
11892024-10-29T18:03:35.616Z Compiling parking_lot v0.12.3
11902024-10-29T18:03:35.856Z Compiling cpufeatures v0.2.14
11912024-10-29T18:03:35.966Z Compiling futures-sink v0.3.31
11922024-10-29T18:03:36.117Z Compiling spin v0.9.8
11932024-10-29T18:03:36.150Z Compiling socket2 v0.5.7
11942024-10-29T18:03:36.330Z Compiling slab v0.4.9
11952024-10-29T18:03:36.546Z Compiling serde_json v1.0.128
11962024-10-29T18:03:36.578Z Compiling futures-channel v0.3.31
11972024-10-29T18:03:36.593Z Compiling pin-utils v0.1.0
11982024-10-29T18:03:36.641Z Compiling foldhash v0.1.3
11992024-10-29T18:03:36.684Z Compiling futures-io v0.3.31
12002024-10-29T18:03:36.888Z Compiling tinyvec_macros v0.1.1
12012024-10-29T18:03:36.931Z Compiling allocator-api2 v0.2.18
12022024-10-29T18:03:36.980Z Compiling futures-task v0.3.31
12032024-10-29T18:03:36.983Z Compiling tinyvec v1.8.0
12042024-10-29T18:03:37.065Z Compiling libm v0.2.8
12052024-10-29T18:03:37.083Z Compiling num-traits v0.2.19
12062024-10-29T18:03:37.113Z Compiling unicode-bidi v0.3.17
12072024-10-29T18:03:37.279Z Compiling base64ct v1.6.0
12082024-10-29T18:03:37.601Z Compiling hashbrown v0.15.0
12092024-10-29T18:03:37.720Z Compiling flagset v0.4.6
12102024-10-29T18:03:37.851Z Compiling pem-rfc7468 v0.7.0
12112024-10-29T18:03:37.918Z Compiling httparse v1.9.5
12122024-10-29T18:03:38.493Z Compiling unicode-normalization v0.1.24
12132024-10-29T18:03:38.601Z Compiling tracing-core v0.1.32
12142024-10-29T18:03:38.781Z Compiling percent-encoding v2.3.1
12152024-10-29T18:03:38.904Z Compiling crossbeam-utils v0.8.20
12162024-10-29T18:03:38.922Z Compiling rustls-pki-types v1.9.0
12172024-10-29T18:03:39.362Z Compiling ring v0.17.8
12182024-10-29T18:03:39.544Z Compiling untrusted v0.9.0
12192024-10-29T18:03:39.619Z Compiling powerfmt v0.2.0
12202024-10-29T18:03:39.733Z Compiling time-core v0.1.2
12212024-10-29T18:03:39.873Z Compiling pkg-config v0.3.31
12222024-10-29T18:03:39.900Z Compiling vcpkg v0.2.15
12232024-10-29T18:03:39.997Z Compiling num-conv v0.1.0
12242024-10-29T18:03:40.027Z Compiling deranged v0.3.11
12252024-10-29T18:03:40.318Z Compiling time-macros v0.2.18
12262024-10-29T18:03:40.617Z Compiling num_threads v0.1.7
12272024-10-29T18:03:40.743Z Compiling atomic-waker v1.1.2
12282024-10-29T18:03:40.939Z Compiling form_urlencoded v1.2.1
12292024-10-29T18:03:41.275Z Compiling try-lock v0.2.5
12302024-10-29T18:03:41.354Z Compiling slog v2.7.0
12312024-10-29T18:03:41.403Z Compiling rustix v0.38.37
12322024-10-29T18:03:41.436Z Compiling want v0.3.1
12332024-10-29T18:03:41.688Z Compiling httpdate v1.0.3
12342024-10-29T18:03:41.966Z Compiling idna v0.5.0
12352024-10-29T18:03:42.016Z Compiling openssl-sys v0.9.103
12362024-10-29T18:03:42.136Z Compiling base64 v0.22.1
12372024-10-29T18:03:42.315Z Compiling rustversion v1.0.17
12382024-10-29T18:03:42.733Z Compiling foreign-types-shared v0.1.1
12392024-10-29T18:03:42.840Z Compiling iana-time-zone v0.1.61
12402024-10-29T18:03:42.889Z Compiling openssl v0.10.66
12412024-10-29T18:03:43.034Z Compiling tower-service v0.3.3
12422024-10-29T18:03:43.151Z Compiling match_cfg v0.1.0
12432024-10-29T18:03:43.262Z Compiling hostname v0.3.1
12442024-10-29T18:03:43.349Z Compiling foreign-types v0.3.2
12452024-10-29T18:03:43.365Z Compiling url v2.5.2
12462024-10-29T18:03:43.445Z Compiling dirs-sys-next v0.1.2
12472024-10-29T18:03:43.463Z Compiling aho-corasick v1.1.3
12482024-10-29T18:03:43.487Z Compiling syn v1.0.109
12492024-10-29T18:03:43.521Z Compiling time v0.3.36
12502024-10-29T18:03:44.084Z Compiling rustls v0.23.14
12512024-10-29T18:03:44.103Z Compiling rustls v0.22.4
12522024-10-29T18:03:44.361Z Compiling adler2 v2.0.0
12532024-10-29T18:03:44.376Z Compiling data-encoding v2.6.0
12542024-10-29T18:03:44.575Z Compiling regex-syntax v0.8.5
12552024-10-29T18:03:44.605Z Compiling siphasher v0.3.11
12562024-10-29T18:03:44.940Z Compiling native-tls v0.2.12
12572024-10-29T18:03:45.210Z Compiling miniz_oxide v0.8.0
12582024-10-29T18:03:45.403Z Compiling dirs-next v2.0.0
12592024-10-29T18:03:46.769Z Compiling serde_derive_internals v0.29.1
12602024-10-29T18:03:46.821Z Compiling crossbeam-epoch v0.9.18
12612024-10-29T18:03:46.932Z Compiling lazy_static v1.5.0
12622024-10-29T18:03:47.064Z Compiling thread_local v1.1.8
12632024-10-29T18:03:47.620Z Compiling cookie v0.18.1
12642024-10-29T18:03:47.637Z Compiling multer v3.1.0
12652024-10-29T18:03:47.910Z Compiling encoding_rs v0.8.34
12662024-10-29T18:03:47.934Z Compiling signal-hook v0.3.17
12672024-10-29T18:03:48.108Z Compiling serde_derive v1.0.210
12682024-10-29T18:03:48.260Z Compiling zeroize_derive v1.4.2
12692024-10-29T18:03:48.742Z Compiling zerocopy-derive v0.7.35
12702024-10-29T18:03:48.925Z Compiling tokio-macros v2.4.0
12712024-10-29T18:03:49.483Z Compiling thiserror-impl v1.0.64
12722024-10-29T18:03:49.908Z Compiling zeroize v1.8.1
12732024-10-29T18:03:50.173Z Compiling futures-macro v0.3.31
12742024-10-29T18:03:50.601Z Compiling der_derive v0.7.3
12752024-10-29T18:03:51.000Z Compiling zerocopy v0.7.35
12762024-10-29T18:03:51.322Z Compiling tracing-attributes v0.1.27
12772024-10-29T18:03:51.825Z Compiling crypto-common v0.1.6
12782024-10-29T18:03:52.064Z Compiling block-buffer v0.10.4
12792024-10-29T18:03:52.203Z Compiling futures-util v0.3.31
12802024-10-29T18:03:52.324Z Compiling digest v0.10.7
12812024-10-29T18:03:52.473Z Compiling block-padding v0.3.3
12822024-10-29T18:03:52.651Z Compiling ppv-lite86 v0.2.20
12832024-10-29T18:03:52.719Z Compiling inout v0.1.3
12842024-10-29T18:03:52.817Z Compiling hmac v0.12.1
12852024-10-29T18:03:52.878Z Compiling thiserror v1.0.64
12862024-10-29T18:03:52.987Z Compiling cipher v0.4.4
12872024-10-29T18:03:53.021Z Compiling sha2 v0.10.8
12882024-10-29T18:03:53.056Z Compiling pbkdf2 v0.12.2
12892024-10-29T18:03:53.112Z Compiling der v0.7.9
12902024-10-29T18:03:53.226Z Compiling pest v2.7.14
12912024-10-29T18:03:53.468Z Compiling rand_chacha v0.3.1
12922024-10-29T18:03:53.513Z Compiling salsa20 v0.10.2
12932024-10-29T18:03:53.741Z Compiling scrypt v0.11.0
12942024-10-29T18:03:54.324Z Compiling rand v0.8.5
12952024-10-29T18:03:55.135Z Compiling tracing v0.1.40
12962024-10-29T18:03:55.688Z Compiling spki v0.7.3
12972024-10-29T18:03:55.846Z Compiling pest_meta v2.7.14
12982024-10-29T18:03:56.047Z Compiling aes v0.8.4
12992024-10-29T18:03:56.370Z Compiling cbc v0.1.2
13002024-10-29T18:03:56.532Z Compiling scroll_derive v0.12.0
13012024-10-29T18:03:56.567Z Compiling rustls-webpki v0.102.8
13022024-10-29T18:03:56.598Z Compiling async-trait v0.1.83
13032024-10-29T18:03:56.617Z Compiling openssl-macros v0.1.1
13042024-10-29T18:03:57.396Z Compiling pest_generator v2.7.14
13052024-10-29T18:03:58.021Z Compiling scroll v0.12.0
13062024-10-29T18:03:58.394Z Compiling pkcs5 v0.7.1
13072024-10-29T18:03:58.588Z Compiling goblin v0.8.2
13082024-10-29T18:03:58.668Z Compiling signature v2.2.0
13092024-10-29T18:03:58.848Z Compiling sha1 v0.10.6
13102024-10-29T18:03:58.943Z Compiling regex-automata v0.4.8
13112024-10-29T18:03:59.282Z Compiling pkcs8 v0.10.2
13122024-10-29T18:03:59.353Z Compiling rayon-core v1.12.1
13132024-10-29T18:03:59.493Z Compiling mime v0.3.17
13142024-10-29T18:03:59.627Z Compiling slog-async v2.8.0
13152024-10-29T18:03:59.646Z Compiling either v1.13.0
13162024-10-29T18:04:00.042Z Compiling unicode-properties v0.1.3
13172024-10-29T18:04:00.068Z Compiling openssl-probe v0.1.5
13182024-10-29T18:04:00.085Z Compiling ipnet v2.10.1
13192024-10-29T18:04:00.220Z Compiling paste v1.0.15
13202024-10-29T18:04:00.477Z Compiling schemars v0.8.21
13212024-10-29T18:04:00.496Z Compiling gimli v0.31.1
13222024-10-29T18:04:00.838Z Compiling pest_derive v2.7.14
13232024-10-29T18:04:00.857Z Compiling stringprep v0.1.5
13242024-10-29T18:04:00.999Z Compiling futures-executor v0.3.31
13252024-10-29T18:04:01.660Z Compiling dtrace-parser v0.2.0
13262024-10-29T18:04:02.002Z Compiling md-5 v0.10.6
13272024-10-29T18:04:02.273Z Compiling schemars_derive v0.8.21
13282024-10-29T18:04:02.827Z Compiling bytes v1.7.2
13292024-10-29T18:04:03.915Z Compiling tokio v1.40.0
13302024-10-29T18:04:05.675Z Compiling indexmap v2.6.0
13312024-10-29T18:04:05.752Z Compiling http v1.1.0
13322024-10-29T18:04:07.146Z Compiling bitflags v2.6.0
13332024-10-29T18:04:07.203Z Compiling semver v1.0.23
13342024-10-29T18:04:07.598Z Compiling http-body v1.0.1
13352024-10-29T18:04:07.841Z Compiling rustc_version v0.4.1
13362024-10-29T18:04:08.269Z Compiling dof v0.3.0
13372024-10-29T18:04:08.614Z Compiling uuid v1.10.0
13382024-10-29T18:04:09.051Z Compiling serde_spanned v0.6.8
13392024-10-29T18:04:09.288Z Compiling serde_tokenstream v0.2.2
13402024-10-29T18:04:09.927Z Compiling toml_datetime v0.6.8
13412024-10-29T18:04:10.054Z Compiling usdt-impl v0.5.0
13422024-10-29T18:04:10.459Z Compiling chrono v0.4.38
13432024-10-29T18:04:10.544Z Compiling heapless v0.7.17
13442024-10-29T18:04:11.008Z Compiling http-body-util v0.1.2
13452024-10-29T18:04:11.630Z Compiling usdt-macro v0.5.0
13462024-10-29T18:04:11.888Z Compiling usdt-attr-macro v0.5.0
13472024-10-29T18:04:12.120Z Compiling toml_edit v0.22.22
13482024-10-29T18:04:13.194Z Compiling tokio-util v0.7.12
13492024-10-29T18:04:13.268Z Compiling curve25519-dalek v4.1.3
13502024-10-29T18:04:13.613Z Compiling slog-json v2.6.1
13512024-10-29T18:04:13.917Z Compiling addr2line v0.24.2
13522024-10-29T18:04:14.013Z Compiling serde_urlencoded v0.7.1
13532024-10-29T18:04:14.222Z Compiling h2 v0.4.6
13542024-10-29T18:04:14.572Z Compiling async-stream-impl v0.3.6
13552024-10-29T18:04:14.591Z Compiling enum-as-inner v0.6.1
13562024-10-29T18:04:14.751Z Compiling crossbeam-deque v0.8.5
13572024-10-29T18:04:15.092Z Compiling term v0.7.0
13582024-10-29T18:04:15.692Z Compiling crossbeam-channel v0.5.13
13592024-10-29T18:04:15.991Z Compiling num-integer v0.1.46
13602024-10-29T18:04:16.740Z Compiling rustls-pemfile v2.2.0
13612024-10-29T18:04:16.804Z Compiling idna v0.3.0
13622024-10-29T18:04:16.822Z Compiling idna v0.4.0
13632024-10-29T18:04:17.083Z Compiling ff v0.13.0
13642024-10-29T18:04:17.305Z Compiling hash32 v0.2.1
13652024-10-29T18:04:18.364Z Compiling is-terminal v0.4.13
13662024-10-29T18:04:18.460Z Compiling object v0.36.5
13672024-10-29T18:04:18.479Z Compiling dropshot v0.12.0
13682024-10-29T18:04:18.499Z Compiling fallible-iterator v0.2.0
13692024-10-29T18:04:18.786Z Compiling anyhow v1.0.89
13702024-10-29T18:04:19.212Z Compiling stable_deref_trait v1.2.0
13712024-10-29T18:04:19.317Z Compiling portable-atomic v1.9.0
13722024-10-29T18:04:19.397Z Compiling linked-hash-map v0.5.6
13732024-10-29T18:04:19.616Z Compiling take_mut v0.2.2
13742024-10-29T18:04:19.761Z Compiling rustc-demangle v0.1.24
13752024-10-29T18:04:19.786Z Compiling quick-error v1.2.3
13762024-10-29T18:04:19.937Z Compiling dyn-clone v1.0.17
13772024-10-29T18:04:20.160Z Compiling utf-8 v0.7.6
13782024-10-29T18:04:20.329Z Compiling smoltcp v0.9.1
13792024-10-29T18:04:20.432Z Compiling base16ct v0.2.0
13802024-10-29T18:04:20.523Z Compiling psl-types v2.0.11
13812024-10-29T18:04:20.607Z Compiling num-bigint-dig v0.8.4
13822024-10-29T18:04:20.741Z Compiling publicsuffix v2.2.3
13832024-10-29T18:04:20.759Z Compiling sec1 v0.7.3
13842024-10-29T18:04:20.868Z Compiling tungstenite v0.24.0
13852024-10-29T18:04:21.005Z Compiling resolv-conf v0.7.0
13862024-10-29T18:04:21.094Z Compiling hyper v1.4.1
13872024-10-29T18:04:21.835Z Compiling lru-cache v0.1.2
13882024-10-29T18:04:22.509Z Compiling postgres-protocol v0.6.7
13892024-10-29T18:04:23.364Z Compiling usdt v0.5.0
13902024-10-29T18:04:23.430Z Compiling slog-term v2.9.1
13912024-10-29T18:04:23.832Z Compiling hyper-util v0.1.9
13922024-10-29T18:04:23.868Z Compiling tokio-native-tls v0.3.1
13932024-10-29T18:04:24.160Z Compiling hickory-proto v0.24.1
13942024-10-29T18:04:24.708Z Compiling group v0.13.0
13952024-10-29T18:04:24.766Z Compiling num-iter v0.1.45
13962024-10-29T18:04:24.803Z Compiling async-stream v0.3.6
13972024-10-29T18:04:24.961Z Compiling toml v0.8.19
13982024-10-29T18:04:26.320Z Compiling backtrace v0.3.74
13992024-10-29T18:04:26.493Z Compiling slog-bunyan v2.5.0
14002024-10-29T18:04:26.705Z Compiling tokio-rustls v0.26.0
14012024-10-29T18:04:26.719Z Compiling tokio-rustls v0.25.0
14022024-10-29T18:04:26.838Z Compiling terminal_size v0.4.0
14032024-10-29T18:04:27.004Z Compiling dropshot_endpoint v0.12.0
14042024-10-29T18:04:27.061Z Compiling openapiv3 v2.0.0
14052024-10-29T18:04:27.137Z Compiling camino v1.1.9
14062024-10-29T18:04:27.154Z Compiling serde_path_to_error v0.1.16
14072024-10-29T18:04:27.318Z Compiling futures v0.3.31
14082024-10-29T18:04:28.014Z Compiling hkdf v0.12.4
14092024-10-29T18:04:28.109Z Compiling crypto-bigint v0.5.5
14102024-10-29T18:04:28.281Z Compiling zerocopy-derive v0.6.6
14112024-10-29T18:04:28.692Z Compiling curve25519-dalek-derive v0.1.1
14122024-10-29T18:04:29.788Z Compiling hubpack_derive v0.1.1
14132024-10-29T18:04:29.930Z Compiling phf_shared v0.11.2
14142024-10-29T18:04:30.261Z Compiling waitgroup v0.1.2
14152024-10-29T18:04:30.351Z Compiling webpki-roots v0.26.6
14162024-10-29T18:04:30.496Z Compiling hostname v0.4.0
14172024-10-29T18:04:30.576Z Compiling ahash v0.8.11
14182024-10-29T18:04:30.579Z Compiling fs-err v2.11.0
14192024-10-29T18:04:30.743Z Compiling winnow v0.5.40
14202024-10-29T18:04:30.765Z Compiling debug-ignore v1.0.5
14212024-10-29T18:04:30.898Z Compiling managed v0.8.0
14222024-10-29T18:04:30.913Z Compiling bitflags v1.3.2
14232024-10-29T18:04:31.073Z Compiling console v0.15.8
14242024-10-29T18:04:31.091Z Compiling clap_builder v4.5.20
14252024-10-29T18:04:31.449Z Compiling elliptic-curve v0.13.8
14262024-10-29T18:04:32.304Z Compiling strum_macros v0.25.3
14272024-10-29T18:04:32.683Z Compiling hubpack v0.1.2
14282024-10-29T18:04:33.159Z Compiling zerocopy v0.6.6
14292024-10-29T18:04:33.442Z Compiling hyper-rustls v0.27.3
14302024-10-29T18:04:34.091Z Compiling phf v0.11.2
14312024-10-29T18:04:34.177Z Compiling hickory-resolver v0.24.1
14322024-10-29T18:04:34.388Z Compiling toml_edit v0.19.15
14332024-10-29T18:04:34.626Z Compiling signal-hook-mio v0.2.4
14342024-10-29T18:04:34.805Z Compiling hyper-tls v0.6.0
14352024-10-29T18:04:35.252Z Compiling rayon v1.10.0
14362024-10-29T18:04:35.586Z Compiling cookie_store v0.21.0
14372024-10-29T18:04:37.192Z Compiling postgres-types v0.2.8
14382024-10-29T18:04:38.787Z Compiling tokio-tungstenite v0.24.0
14392024-10-29T18:04:40.037Z Compiling tokio-stream v0.1.16
14402024-10-29T18:04:40.433Z Compiling regex v1.11.0
14412024-10-29T18:04:40.706Z Compiling bstr v1.10.0
14422024-10-29T18:04:41.025Z Compiling serde-big-array v0.5.1
14432024-10-29T18:04:41.141Z Compiling ed25519 v2.2.3
14442024-10-29T18:04:41.266Z Compiling pkcs1 v0.7.5
14452024-10-29T18:04:41.367Z Compiling rfc6979 v0.4.0
14462024-10-29T18:04:41.530Z Compiling serde_repr v0.1.19
14472024-10-29T18:04:41.565Z Compiling clap_derive v4.5.18
14482024-10-29T18:04:42.311Z Compiling derive-where v1.2.7
14492024-10-29T18:04:42.330Z Compiling phf_shared v0.10.0
14502024-10-29T18:04:42.538Z Compiling float-cmp v0.9.0
14512024-10-29T18:04:42.567Z Compiling sync_wrapper v1.0.1
14522024-10-29T18:04:42.691Z Compiling crc32fast v1.4.2
14532024-10-29T18:04:42.717Z Compiling minimal-lexical v0.2.1
14542024-10-29T18:04:42.757Z Compiling new_debug_unreachable v1.0.6
14552024-10-29T18:04:42.776Z Compiling precomputed-hash v0.1.1
14562024-10-29T18:04:42.836Z Compiling normalize-line-endings v0.3.0
14572024-10-29T18:04:42.872Z Compiling number_prefix v0.4.0
14582024-10-29T18:04:42.975Z Compiling difflib v0.4.0
14592024-10-29T18:04:43.003Z Compiling unicode-segmentation v1.12.0
14602024-10-29T18:04:43.112Z Compiling whoami v1.5.2
14612024-10-29T18:04:43.202Z Compiling predicates-core v1.0.8
14622024-10-29T18:04:43.217Z Compiling fixedbitset v0.4.2
14632024-10-29T18:04:43.581Z Compiling static_assertions v1.1.0
14642024-10-29T18:04:43.682Z Compiling bit-vec v0.6.3
14652024-10-29T18:04:43.700Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14662024-10-29T18:04:43.758Z Compiling similar v2.6.0
14672024-10-29T18:04:43.934Z Compiling petgraph v0.6.5
14682024-10-29T18:04:44.137Z Compiling bit-set v0.5.3
14692024-10-29T18:04:44.436Z Compiling tokio-postgres v0.7.12
14702024-10-29T18:04:44.559Z Compiling predicates v3.1.2
14712024-10-29T18:04:45.984Z Compiling qorb v0.1.2
14722024-10-29T18:04:46.270Z Compiling nom v7.1.3
14732024-10-29T18:04:46.403Z Compiling indicatif v0.17.8
14742024-10-29T18:04:46.722Z Compiling clap v4.5.20
14752024-10-29T18:04:46.858Z Compiling flate2 v1.0.34
14762024-10-29T18:04:47.843Z Compiling string_cache v0.8.7
14772024-10-29T18:04:48.056Z Compiling reqwest v0.12.8
14782024-10-29T18:04:48.319Z Compiling rsa v0.9.6
14792024-10-29T18:04:48.626Z Compiling ecdsa v0.16.9
14802024-10-29T18:04:49.484Z Compiling ed25519-dalek v2.1.1
14812024-10-29T18:04:49.966Z Compiling toml v0.7.8
14822024-10-29T18:04:50.321Z Compiling crossterm v0.28.1
14832024-10-29T18:04:51.270Z Compiling hex v0.4.3
14842024-10-29T18:04:51.316Z Compiling itertools v0.12.1
14852024-10-29T18:04:51.673Z Compiling itertools v0.10.5
14862024-10-29T18:04:51.785Z Compiling x509-cert v0.2.5
14872024-10-29T18:04:51.875Z Compiling unicode-xid v0.2.6
14882024-10-29T18:04:52.063Z Compiling lalrpop-util v0.19.12
14892024-10-29T18:04:52.430Z Compiling peg-runtime v0.8.3
14902024-10-29T18:04:52.557Z Compiling xattr v1.3.1
14912024-10-29T18:04:52.832Z Compiling strum_macros v0.26.4
14922024-10-29T18:04:53.125Z Compiling filetime v0.2.25
14932024-10-29T18:04:53.454Z Compiling tar v0.4.42
14942024-10-29T18:04:56.636Z Compiling strum v0.26.3
14952024-10-29T18:04:57.033Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14962024-10-29T18:04:57.272Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14972024-10-29T18:05:03.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
14982024-10-29T18:05:03.493Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14992024-10-29T18:05:03.493ZOct 29 18:05:01.852 INFO Starting download, target: Clickhouse
15002024-10-29T18:05:03.493ZOct 29 18:05:01.852 INFO Starting download, target: Console
15012024-10-29T18:05:03.493ZOct 29 18:05:01.852 INFO Starting download, target: Cockroach
15022024-10-29T18:05:03.493ZOct 29 18:05:01.852 INFO Starting download, target: DendriteOpenapi
15032024-10-29T18:05:03.493ZOct 29 18:05:01.852 INFO Starting download, target: DendriteStub
15042024-10-29T18:05:03.493ZOct 29 18:05:01.852 INFO Starting download, target: MaghemiteMgd
15052024-10-29T18:05:03.493ZOct 29 18:05:01.852 INFO Starting download, target: TransceiverControl
15062024-10-29T18:05:03.493ZOct 29 18:05:01.853 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15072024-10-29T18:05:03.493ZOct 29 18:05:01.853 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi
15082024-10-29T18:05:03.493ZOct 29 18:05:01.853 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15092024-10-29T18:05:03.493ZOct 29 18:05:01.853 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15102024-10-29T18:05:03.493ZOct 29 18:05:01.853 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15112024-10-29T18:05:03.493ZOct 29 18:05:01.853 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15122024-10-29T18:05:03.493ZOct 29 18:05:01.853 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15132024-10-29T18:05:03.668ZOct 29 18:05:02.549 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15142024-10-29T18:05:03.682ZOct 29 18:05:02.564 INFO Download complete, target: DendriteOpenapi
15152024-10-29T18:05:04.115ZOct 29 18:05:02.899 INFO Download complete, target: Console
15162024-10-29T18:05:04.291ZOct 29 18:05:03.058 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
15172024-10-29T18:05:04.847ZOct 29 18:05:03.738 INFO Download complete, target: TransceiverControl
15182024-10-29T18:05:04.881ZOct 29 18:05:03.755 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15192024-10-29T18:05:04.950ZOct 29 18:05:03.835 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15202024-10-29T18:05:05.127ZOct 29 18:05:04.011 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15212024-10-29T18:05:05.615ZOct 29 18:05:04.515 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15222024-10-29T18:05:05.615ZOct 29 18:05:04.515 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15232024-10-29T18:05:08.080ZOct 29 18:05:06.978 INFO Download complete, target: DendriteStub
15242024-10-29T18:05:08.327ZOct 29 18:05:07.222 INFO Download complete, target: MaghemiteMgd
15252024-10-29T18:05:14.008ZOct 29 18:05:12.908 INFO Checking that binary works, target: Cockroach
15262024-10-29T18:05:14.172ZOct 29 18:05:13.071 INFO Download complete, target: Cockroach
15272024-10-29T18:05:19.480ZOct 29 18:05:18.380 INFO Checking that binary works, target: Clickhouse
15282024-10-29T18:05:19.620ZOct 29 18:05:18.519 INFO Download complete, target: Clickhouse
15292024-10-29T18:05:19.627ZAll prerequisites installed successfully
15302024-10-29T18:05:19.630Z
15312024-10-29T18:05:19.631Zreal 3:42.209510934
15322024-10-29T18:05:19.631Zuser 12:52.829672318
15332024-10-29T18:05:19.631Zsys 2:38.817580427
15342024-10-29T18:05:19.631Ztrap 0.444131318
15352024-10-29T18:05:19.631Ztflt 1.797877002
15362024-10-29T18:05:19.631Zdflt 1.741237068
15372024-10-29T18:05:19.631Zkflt 0.033047898
15382024-10-29T18:05:19.631Zlock 26:21.072401253
15392024-10-29T18:05:19.631Zslp 49:15.330271169
15402024-10-29T18:05:19.631Zlat 42.883374274
15412024-10-29T18:05:19.631Zstop 1:54.079754554
15422024-10-29T18:05:19.631Z+ source ./tools/include/force-git-over-https.sh
15432024-10-29T18:05:19.631Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
15442024-10-29T18:05:19.632Z++ (( i = 0 ))
15452024-10-29T18:05:19.632Z++ (( i < 5 ))
15462024-10-29T18:05:19.632Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
15472024-10-29T18:05:19.637Z++ (( i++ ))
15482024-10-29T18:05:19.637Z++ (( i < 5 ))
15492024-10-29T18:05:19.637Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
15502024-10-29T18:05:19.637Z++ (( i++ ))
15512024-10-29T18:05:19.638Z++ (( i < 5 ))
15522024-10-29T18:05:19.638Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
15532024-10-29T18:05:19.640Z++ (( i++ ))
15542024-10-29T18:05:19.640Z++ (( i < 5 ))
15552024-10-29T18:05:19.640Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
15562024-10-29T18:05:19.644Z++ (( i++ ))
15572024-10-29T18:05:19.644Z++ (( i < 5 ))
15582024-10-29T18:05:19.644Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
15592024-10-29T18:05:19.647Z++ (( i++ ))
15602024-10-29T18:05:19.647Z++ (( i < 5 ))
15612024-10-29T18:05:19.647Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
15622024-10-29T18:05:19.647Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
15632024-10-29T18:05:19.647Z+ rc=0
15642024-10-29T18:05:19.647Z+ pfexec pkg install -q /system/zones/brand/omicron1/tools
15652024-10-29T18:05:46.462Z+ case $rc in
15662024-10-29T18:05:46.462Z+ pfexec zfs create -p rpool/images/build/host
15672024-10-29T18:05:46.647Z+ pfexec zfs create -p rpool/images/build/recovery
15682024-10-29T18:05:46.712Z+ cargo xtask releng --output-dir /work
15692024-10-29T18:05:47.286Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15702024-10-29T18:05:47.304Z Running `target/debug/xtask releng --output-dir /work`
15712024-10-29T18:05:48.253Z Compiling proc-macro2 v1.0.87
15722024-10-29T18:05:48.253Z Compiling unicode-ident v1.0.13
15732024-10-29T18:05:48.253Z Compiling libc v0.2.161
15742024-10-29T18:05:48.253Z Compiling serde v1.0.210
15752024-10-29T18:05:48.253Z Compiling autocfg v1.4.0
15762024-10-29T18:05:48.253Z Compiling version_check v0.9.5
15772024-10-29T18:05:48.256Z Compiling cfg-if v1.0.0
15782024-10-29T18:05:48.541Z Compiling typenum v1.17.0
15792024-10-29T18:05:48.629Z Compiling shlex v1.3.0
15802024-10-29T18:05:48.669Z Compiling memchr v2.7.4
15812024-10-29T18:05:49.023Z Compiling parking_lot_core v0.9.10
15822024-10-29T18:05:49.336Z Compiling generic-array v0.14.7
15832024-10-29T18:05:49.392Z Compiling lock_api v0.4.12
15842024-10-29T18:05:49.525Z Compiling serde_json v1.0.128
15852024-10-29T18:05:49.648Z Compiling libm v0.2.8
15862024-10-29T18:05:49.699Z Compiling value-bag v1.9.0
15872024-10-29T18:05:49.876Z Compiling num-traits v0.2.19
15882024-10-29T18:05:50.022Z Compiling quote v1.0.37
15892024-10-29T18:05:50.202Z Compiling log v0.4.22
15902024-10-29T18:05:50.261Z Compiling slab v0.4.9
15912024-10-29T18:05:50.280Z Compiling once_cell v1.20.2
15922024-10-29T18:05:50.558Z Compiling syn v2.0.79
15932024-10-29T18:05:50.621Z Compiling getrandom v0.2.15
15942024-10-29T18:05:50.662Z Compiling jobserver v0.1.32
15952024-10-29T18:05:50.938Z Compiling itoa v1.0.11
15962024-10-29T18:05:50.979Z Compiling thiserror v1.0.64
15972024-10-29T18:05:51.099Z Compiling cc v1.1.30
15982024-10-29T18:05:51.161Z Compiling scopeguard v1.2.0
15992024-10-29T18:05:51.517Z Compiling rand_core v0.6.4
16002024-10-29T18:05:51.547Z Compiling byteorder v1.5.0
16012024-10-29T18:05:52.076Z Compiling subtle v2.6.1
16022024-10-29T18:05:52.650Z Compiling semver v1.0.23
16032024-10-29T18:05:52.704Z Compiling pin-project-lite v0.2.14
16042024-10-29T18:05:52.857Z Compiling smallvec v1.13.2
16052024-10-29T18:05:53.034Z Compiling httparse v1.9.5
16062024-10-29T18:05:53.114Z Compiling const-oid v0.9.6
16072024-10-29T18:05:53.239Z Compiling heck v0.5.0
16082024-10-29T18:05:53.394Z Compiling ryu v1.0.18
16092024-10-29T18:05:53.624Z Compiling pkg-config v0.3.31
16102024-10-29T18:05:53.764Z Compiling allocator-api2 v0.2.18
16112024-10-29T18:05:53.766Z Compiling futures-core v0.3.31
16122024-10-29T18:05:54.191Z Compiling signal-hook-registry v1.4.2
16132024-10-29T18:05:54.644Z Compiling parking_lot v0.12.3
16142024-10-29T18:05:54.704Z Compiling mio v1.0.2
16152024-10-29T18:05:54.712Z Compiling ring v0.17.8
16162024-10-29T18:05:55.755Z Compiling socket2 v0.5.7
16172024-10-29T18:05:55.776Z Compiling crossbeam-utils v0.8.20
16182024-10-29T18:05:56.314Z Compiling vcpkg v0.2.15
16192024-10-29T18:05:56.369Z Compiling fnv v1.0.7
16202024-10-29T18:05:56.398Z Compiling futures-sink v0.3.31
16212024-10-29T18:05:56.518Z Compiling num-conv v0.1.0
16222024-10-29T18:05:56.600Z Compiling time-core v0.1.2
16232024-10-29T18:05:56.841Z Compiling time-macros v0.2.18
16242024-10-29T18:05:57.130Z Compiling ahash v0.8.11
16252024-10-29T18:05:57.187Z Compiling schemars v0.8.21
16262024-10-29T18:05:57.593Z Compiling spin v0.9.8
16272024-10-29T18:05:58.101Z Compiling openssl-sys v0.9.103
16282024-10-29T18:05:58.371Z Compiling serde_derive_internals v0.29.1
16292024-10-29T18:05:58.659Z Compiling equivalent v1.0.1
16302024-10-29T18:05:58.791Z Compiling foldhash v0.1.3
16312024-10-29T18:05:59.103Z Compiling rustix v0.38.37
16322024-10-29T18:05:59.415Z Compiling cpufeatures v0.2.14
16332024-10-29T18:05:59.567Z Compiling hashbrown v0.15.0
16342024-10-29T18:06:00.261Z Compiling futures-channel v0.3.31
16352024-10-29T18:06:00.808Z Compiling futures-task v0.3.31
16362024-10-29T18:06:00.865Z Compiling futures-io v0.3.31
16372024-10-29T18:06:00.958Z Compiling pin-utils v0.1.0
16382024-10-29T18:06:01.098Z Compiling slog v2.7.0
16392024-10-29T18:06:01.202Z Compiling tinyvec_macros v0.1.1
16402024-10-29T18:06:01.362Z Compiling tinyvec v1.8.0
16412024-10-29T18:06:01.449Z Compiling openssl v0.10.66
16422024-10-29T18:06:01.721Z Compiling ucd-trie v0.1.7
16432024-10-29T18:06:01.970Z Compiling unicode-bidi v0.3.17
16442024-10-29T18:06:02.011Z Compiling iana-time-zone v0.1.61
16452024-10-29T18:06:02.042Z Compiling tracing-core v0.1.32
16462024-10-29T18:06:02.218Z Compiling native-tls v0.2.12
16472024-10-29T18:06:02.414Z Compiling rustls v0.23.14
16482024-10-29T18:06:03.006Z Compiling base64ct v1.6.0
16492024-10-29T18:06:03.119Z Compiling unicode-normalization v0.1.24
16502024-10-29T18:06:03.620Z Compiling pem-rfc7468 v0.7.0
16512024-10-29T18:06:04.231Z Compiling serde_derive v1.0.210
16522024-10-29T18:06:04.301Z Compiling zeroize_derive v1.4.2
16532024-10-29T18:06:04.503Z Compiling zerocopy-derive v0.7.35
16542024-10-29T18:06:04.597Z Compiling tokio-macros v2.4.0
16552024-10-29T18:06:04.720Z Compiling thiserror-impl v1.0.64
16562024-10-29T18:06:04.894Z Compiling futures-macro v0.3.31
16572024-10-29T18:06:05.006Z Compiling tracing-attributes v0.1.27
16582024-10-29T18:06:05.998Z Compiling zeroize v1.8.1
16592024-10-29T18:06:06.840Z Compiling der_derive v0.7.3
16602024-10-29T18:06:06.894Z Compiling zerocopy v0.7.35
16612024-10-29T18:06:08.145Z Compiling crypto-common v0.1.6
16622024-10-29T18:06:08.385Z Compiling block-buffer v0.10.4
16632024-10-29T18:06:08.627Z Compiling digest v0.10.7
16642024-10-29T18:06:08.646Z Compiling schemars_derive v0.8.21
16652024-10-29T18:06:08.649Z Compiling futures-util v0.3.31
16662024-10-29T18:06:09.002Z Compiling hmac v0.12.1
16672024-10-29T18:06:09.225Z Compiling scroll_derive v0.12.0
16682024-10-29T18:06:09.297Z Compiling block-padding v0.3.3
16692024-10-29T18:06:09.333Z Compiling pest v2.7.14
16702024-10-29T18:06:09.832Z Compiling inout v0.1.3
16712024-10-29T18:06:10.143Z Compiling openssl-macros v0.1.1
16722024-10-29T18:06:10.693Z Compiling cipher v0.4.4
16732024-10-29T18:06:11.165Z Compiling sha2 v0.10.8
16742024-10-29T18:06:11.239Z Compiling tracing v0.1.40
16752024-10-29T18:06:11.766Z Compiling ppv-lite86 v0.2.20
16762024-10-29T18:06:12.155Z Compiling pest_meta v2.7.14
16772024-10-29T18:06:12.692Z Compiling async-trait v0.1.83
16782024-10-29T18:06:15.229Z Compiling pest_generator v2.7.14
16792024-10-29T18:06:16.003Z Compiling usdt-impl v0.5.0
16802024-10-29T18:06:16.290Z Compiling cookie v0.18.1
16812024-10-29T18:06:16.342Z Compiling dyn-clone v1.0.17
16822024-10-29T18:06:16.396Z Compiling percent-encoding v2.3.1
16832024-10-29T18:06:16.537Z Compiling flagset v0.4.6
16842024-10-29T18:06:16.608Z Compiling syn v1.0.109
16852024-10-29T18:06:16.827Z Compiling der v0.7.9
16862024-10-29T18:06:17.080Z Compiling pest_derive v2.7.14
16872024-10-29T18:06:17.421Z Compiling rand_chacha v0.3.1
16882024-10-29T18:06:17.567Z Compiling scroll v0.12.0
16892024-10-29T18:06:17.935Z Compiling aho-corasick v1.1.3
16902024-10-29T18:06:18.141Z Compiling bytes v1.7.2
16912024-10-29T18:06:19.058Z Compiling bitflags v2.6.0
16922024-10-29T18:06:19.121Z Compiling indexmap v2.6.0
16932024-10-29T18:06:20.029Z Compiling tokio v1.40.0
16942024-10-29T18:06:20.875Z Compiling http v1.1.0
16952024-10-29T18:06:21.021Z Compiling serde_tokenstream v0.2.2
16962024-10-29T18:06:21.128Z Compiling rustc_version v0.4.1
16972024-10-29T18:06:21.514Z Compiling uuid v1.10.0
16982024-10-29T18:06:21.631Z Compiling chrono v0.4.38
16992024-10-29T18:06:23.148Z Compiling rayon-core v1.12.1
17002024-10-29T18:06:23.662Z Compiling regex-syntax v0.8.5
17012024-10-29T18:06:23.725Z Compiling rustls-pki-types v1.9.0
17022024-10-29T18:06:25.524Z Compiling plain v0.2.3
17032024-10-29T18:06:26.251Z Compiling camino v1.1.9
17042024-10-29T18:06:26.567Z Compiling goblin v0.8.2
17052024-10-29T18:06:26.945Z Compiling spki v0.7.3
17062024-10-29T18:06:27.668Z Compiling rand v0.8.5
17072024-10-29T18:06:28.596Z Compiling regex-automata v0.4.8
17082024-10-29T18:06:30.105Z Compiling tokio-util v0.7.12
17092024-10-29T18:06:31.902Z Compiling salsa20 v0.10.2
17102024-10-29T18:06:32.487Z Compiling pbkdf2 v0.12.2
17112024-10-29T18:06:32.798Z Compiling powerfmt v0.2.0
17122024-10-29T18:06:32.932Z Compiling untrusted v0.9.0
17132024-10-29T18:06:33.169Z Compiling rustls v0.22.4
17142024-10-29T18:06:34.045Z Compiling try-lock v0.2.5
17152024-10-29T18:06:34.253Z Compiling pretty-hex v0.4.1
17162024-10-29T18:06:34.478Z Compiling dof v0.3.0
17172024-10-29T18:06:34.836Z Compiling want v0.3.1
17182024-10-29T18:06:36.094Z Compiling deranged v0.3.11
17192024-10-29T18:06:38.331Z Compiling scrypt v0.11.0
17202024-10-29T18:06:38.393Z Compiling dtrace-parser v0.2.0
17212024-10-29T18:06:38.904Z Compiling form_urlencoded v1.2.1
17222024-10-29T18:06:39.158Z Compiling aes v0.8.4
17232024-10-29T18:06:39.563Z Compiling cbc v0.1.2
17242024-10-29T18:06:39.826Z Compiling errno v0.3.9
17252024-10-29T18:06:39.997Z Compiling thread-id v4.2.2
17262024-10-29T18:06:40.175Z Compiling httpdate v1.0.3
17272024-10-29T18:06:40.446Z Compiling atomic-waker v1.1.2
17282024-10-29T18:06:40.506Z Compiling num_threads v0.1.7
17292024-10-29T18:06:40.693Z Compiling time v0.3.36
17302024-10-29T18:06:41.055Z Compiling pkcs5 v0.7.1
17312024-10-29T18:06:42.851Z Compiling rustls-webpki v0.102.8
17322024-10-29T18:06:43.692Z Compiling http-body v1.0.1
17332024-10-29T18:06:44.073Z Compiling heapless v0.7.17
17342024-10-29T18:06:44.573Z Compiling zerocopy-derive v0.6.6
17352024-10-29T18:06:44.950Z Compiling multer v3.1.0
17362024-10-29T18:06:45.306Z Compiling tower-service v0.3.3
17372024-10-29T18:06:45.432Z Compiling slog-async v2.8.0
17382024-10-29T18:06:45.485Z Compiling signal-hook v0.3.17
17392024-10-29T18:06:45.642Z Compiling num-bigint-dig v0.8.4
17402024-10-29T18:06:46.033Z Compiling anyhow v1.0.89
17412024-10-29T18:06:46.423Z Compiling pkcs8 v0.10.2
17422024-10-29T18:06:46.660Z Compiling h2 v0.4.6
17432024-10-29T18:06:46.873Z Compiling regex v1.11.0
17442024-10-29T18:06:48.086Z Compiling idna v0.5.0
17452024-10-29T18:06:49.180Z Compiling rustversion v1.0.17
17462024-10-29T18:06:49.247Z Compiling paste v1.0.15
17472024-10-29T18:06:49.990Z Compiling strsim v0.11.1
17482024-10-29T18:06:50.363Z Compiling base64 v0.22.1
17492024-10-29T18:06:51.042Z Compiling url v2.5.2
17502024-10-29T18:06:53.094Z Compiling usdt-attr-macro v0.5.0
17512024-10-29T18:06:53.292Z Compiling usdt-macro v0.5.0
17522024-10-29T18:06:54.805Z Compiling hyper v1.4.1
17532024-10-29T18:06:56.345Z Compiling curve25519-dalek v4.1.3
17542024-10-29T18:06:56.947Z Compiling openapiv3 v2.0.0
17552024-10-29T18:06:57.031Z Compiling toml_datetime v0.6.8
17562024-10-29T18:06:57.499Z Compiling serde_spanned v0.6.8
17572024-10-29T18:06:57.742Z Compiling enum-as-inner v0.6.1
17582024-10-29T18:06:58.120Z Compiling async-stream-impl v0.3.6
17592024-10-29T18:06:59.010Z Compiling dropshot v0.12.0
17602024-10-29T18:06:59.156Z Compiling match_cfg v0.1.0
17612024-10-29T18:06:59.387Z Compiling portable-atomic v1.9.0
17622024-10-29T18:06:59.726Z Compiling smoltcp v0.9.1
17632024-10-29T18:07:00.445Z Compiling foreign-types-shared v0.1.1
17642024-10-29T18:07:00.479Z Compiling hyper-util v0.1.9
17652024-10-29T18:07:00.534Z Compiling hostname v0.3.1
17662024-10-29T18:07:00.592Z Compiling foreign-types v0.3.2
17672024-10-29T18:07:04.903Z Compiling clap_derive v4.5.18
17682024-10-29T18:07:05.723Z Compiling dirs-sys-next v0.1.2
17692024-10-29T18:07:06.246Z Compiling encoding_rs v0.8.34
17702024-10-29T18:07:06.289Z Compiling ipnet v2.10.1
17712024-10-29T18:07:08.990Z Compiling data-encoding v2.6.0
17722024-10-29T18:07:09.696Z Compiling adler2 v2.0.0
17732024-10-29T18:07:09.899Z Compiling mime v0.3.17
17742024-10-29T18:07:10.886Z Compiling siphasher v0.3.11
17752024-10-29T18:07:11.239Z Compiling miniz_oxide v0.8.0
17762024-10-29T18:07:12.841Z Compiling dirs-next v2.0.0
17772024-10-29T18:07:17.218Z Compiling http-body-util v0.1.2
17782024-10-29T18:07:17.488Z Compiling hubpack_derive v0.1.1
17792024-10-29T18:07:17.700Z Compiling serde_urlencoded v0.7.1
17802024-10-29T18:07:17.819Z Compiling crossbeam-epoch v0.9.18
17812024-10-29T18:07:18.406Z Compiling dropshot_endpoint v0.12.0
17822024-10-29T18:07:18.700Z Compiling hashbrown v0.14.5
17832024-10-29T18:07:18.702Z Compiling signature v2.2.0
17842024-10-29T18:07:18.723Z Compiling sha1 v0.10.6
17852024-10-29T18:07:19.001Z Compiling curve25519-dalek-derive v0.1.1
17862024-10-29T18:07:19.232Z Compiling lazy_static v1.5.0
17872024-10-29T18:07:19.423Z Compiling thread_local v1.1.8
17882024-10-29T18:07:20.005Z Compiling fs-err v2.11.0
17892024-10-29T18:07:20.357Z Compiling openssl-probe v0.1.5
17902024-10-29T18:07:20.687Z Compiling anstyle v1.0.8
17912024-10-29T18:07:20.747Z Compiling winnow v0.6.20
17922024-10-29T18:07:20.880Z Compiling utf8parse v0.2.2
17932024-10-29T18:07:21.186Z Compiling either v1.13.0
17942024-10-29T18:07:21.625Z Compiling gimli v0.31.1
17952024-10-29T18:07:21.851Z Compiling unicode-properties v0.1.3
17962024-10-29T18:07:22.782Z Compiling stringprep v0.1.5
17972024-10-29T18:07:23.040Z Compiling anstyle-parse v0.2.5
17982024-10-29T18:07:23.772Z Compiling regress v0.10.1
17992024-10-29T18:07:24.947Z Compiling toml_edit v0.22.22
18002024-10-29T18:07:26.392Z Compiling crossbeam-deque v0.8.5
18012024-10-29T18:07:26.782Z Compiling addr2line v0.24.2
18022024-10-29T18:07:27.614Z Compiling term v0.7.0
18032024-10-29T18:07:29.069Z Compiling slog-json v2.6.1
18042024-10-29T18:07:29.898Z Compiling crossbeam-channel v0.5.13
18052024-10-29T18:07:30.558Z Compiling rustls-pemfile v2.2.0
18062024-10-29T18:07:31.421Z Compiling futures-executor v0.3.31
18072024-10-29T18:07:31.975Z Compiling md-5 v0.10.6
18082024-10-29T18:07:32.255Z Compiling idna v0.4.0
18092024-10-29T18:07:32.275Z Compiling idna v0.3.0
18102024-10-29T18:07:32.661Z Compiling num-integer v0.1.46
18112024-10-29T18:07:33.500Z Compiling ff v0.13.0
18122024-10-29T18:07:33.744Z Compiling hash32 v0.2.1
18132024-10-29T18:07:33.908Z Compiling memmap v0.7.0
18142024-10-29T18:07:34.003Z Compiling is-terminal v0.4.13
18152024-10-29T18:07:34.166Z Compiling object v0.36.5
18162024-10-29T18:07:34.229Z Compiling utf-8 v0.7.6
18172024-10-29T18:07:34.251Z Compiling anstyle-query v1.1.1
18182024-10-29T18:07:34.483Z Compiling take_mut v0.2.2
18192024-10-29T18:07:34.689Z Compiling linked-hash-map v0.5.6
18202024-10-29T18:07:34.731Z Compiling heck v0.4.1
18212024-10-29T18:07:35.194Z Compiling base16ct v0.2.0
18222024-10-29T18:07:35.259Z Compiling fallible-iterator v0.2.0
18232024-10-29T18:07:35.520Z Compiling quick-error v1.2.3
18242024-10-29T18:07:35.773Z Compiling rustc-demangle v0.1.24
18252024-10-29T18:07:36.142Z Compiling stable_deref_trait v1.2.0
18262024-10-29T18:07:36.280Z Compiling psl-types v2.0.11
18272024-10-29T18:07:36.509Z Compiling is_terminal_polyfill v1.70.1
18282024-10-29T18:07:36.746Z Compiling colorchoice v1.0.2
18292024-10-29T18:07:37.090Z Compiling anstream v0.6.15
18302024-10-29T18:07:37.414Z Compiling publicsuffix v2.2.3
18312024-10-29T18:07:37.697Z Compiling postgres-protocol v0.6.7
18322024-10-29T18:07:37.762Z Compiling resolv-conf v0.7.0
18332024-10-29T18:07:38.418Z Compiling sec1 v0.7.3
18342024-10-29T18:07:38.436Z Compiling strum_macros v0.25.3
18352024-10-29T18:07:38.816Z Compiling lru-cache v0.1.2
18362024-10-29T18:07:38.963Z Compiling tungstenite v0.24.0
18372024-10-29T18:07:39.017Z Compiling slog-term v2.9.1
18382024-10-29T18:07:39.937Z Compiling usdt v0.5.0
18392024-10-29T18:07:40.123Z Compiling group v0.13.0
18402024-10-29T18:07:40.445Z Compiling hickory-proto v0.24.1
18412024-10-29T18:07:41.016Z Compiling num-iter v0.1.45
18422024-10-29T18:07:41.220Z Compiling tokio-rustls v0.25.0
18432024-10-29T18:07:41.349Z Compiling futures v0.3.31
18442024-10-29T18:07:41.850Z Compiling backtrace v0.3.74
18452024-10-29T18:07:42.071Z Compiling tokio-rustls v0.26.0
18462024-10-29T18:07:43.468Z Compiling slog-bunyan v2.5.0
18472024-10-29T18:07:43.683Z Compiling toml v0.8.19
18482024-10-29T18:07:43.841Z Compiling typify-impl v0.2.0
18492024-10-29T18:07:44.235Z Compiling tokio-native-tls v0.3.1
18502024-10-29T18:07:44.529Z Compiling terminal_size v0.4.0
18512024-10-29T18:07:44.697Z Compiling phf_shared v0.11.2
18522024-10-29T18:07:44.881Z Compiling async-stream v0.3.6
18532024-10-29T18:07:45.251Z Compiling waitgroup v0.1.2
18542024-10-29T18:07:45.373Z Compiling webpki-roots v0.26.6
18552024-10-29T18:07:45.450Z Compiling serde_path_to_error v0.1.16
18562024-10-29T18:07:45.692Z Compiling hkdf v0.12.4
18572024-10-29T18:07:45.768Z Compiling crypto-bigint v0.5.5
18582024-10-29T18:07:46.274Z Compiling serde_repr v0.1.19
18592024-10-29T18:07:47.396Z Compiling derive-where v1.2.7
18602024-10-29T18:07:49.296Z Compiling hostname v0.4.0
18612024-10-29T18:07:49.396Z Compiling bitflags v1.3.2
18622024-10-29T18:07:49.538Z Compiling managed v0.8.0
18632024-10-29T18:07:49.608Z Compiling winnow v0.5.40
18642024-10-29T18:07:49.730Z Compiling debug-ignore v1.0.5
18652024-10-29T18:07:49.885Z Compiling unicode-width v0.1.14
18662024-10-29T18:07:50.166Z Compiling clap_lex v0.7.2
18672024-10-29T18:07:50.411Z Compiling console v0.15.8
18682024-10-29T18:07:50.550Z Compiling clap_builder v4.5.20
18692024-10-29T18:07:52.142Z Compiling elliptic-curve v0.13.8
18702024-10-29T18:07:52.926Z Compiling hickory-resolver v0.24.1
18712024-10-29T18:07:53.507Z Compiling toml_edit v0.19.15
18722024-10-29T18:07:55.783Z Compiling hyper-rustls v0.27.3
18732024-10-29T18:07:55.992Z Compiling typify-macro v0.2.0
18742024-10-29T18:07:58.330Z Compiling phf v0.11.2
18752024-10-29T18:07:58.730Z Compiling hyper-tls v0.6.0
18762024-10-29T18:07:59.123Z Compiling signal-hook-mio v0.2.4
18772024-10-29T18:07:59.295Z Compiling rayon v1.10.0
18782024-10-29T18:07:59.823Z Compiling cookie_store v0.21.0
18792024-10-29T18:07:59.870Z Compiling tokio-tungstenite v0.24.0
18802024-10-29T18:07:59.900Z Compiling postgres-types v0.2.8
18812024-10-29T18:08:00.690Z Compiling ed25519 v2.2.3
18822024-10-29T18:08:00.765Z Compiling hubpack v0.1.2
18832024-10-29T18:08:01.021Z Compiling phf_shared v0.10.0
18842024-10-29T18:08:01.197Z Compiling pkcs1 v0.7.5
18852024-10-29T18:08:01.273Z Compiling zerocopy v0.6.6
18862024-10-29T18:08:01.455Z Compiling bstr v1.10.0
18872024-10-29T18:08:02.206Z Compiling tokio-stream v0.1.16
18882024-10-29T18:08:02.424Z Compiling serde-big-array v0.5.1
18892024-10-29T18:08:02.809Z Compiling rfc6979 v0.4.0
18902024-10-29T18:08:02.952Z Compiling float-cmp v0.9.0
18912024-10-29T18:08:03.084Z Compiling sync_wrapper v1.0.1
18922024-10-29T18:08:03.142Z Compiling crc32fast v1.4.2
18932024-10-29T18:08:03.203Z Compiling fixedbitset v0.4.2
18942024-10-29T18:08:03.239Z Compiling static_assertions v1.1.0
18952024-10-29T18:08:03.242Z Compiling minimal-lexical v0.2.1
18962024-10-29T18:08:03.344Z Compiling precomputed-hash v0.1.1
18972024-10-29T18:08:03.436Z Compiling bit-vec v0.6.3
18982024-10-29T18:08:03.510Z Compiling number_prefix v0.4.0
18992024-10-29T18:08:03.559Z Compiling normalize-line-endings v0.3.0
19002024-10-29T18:08:03.697Z Compiling difflib v0.4.0
19012024-10-29T18:08:03.735Z Compiling whoami v1.5.2
19022024-10-29T18:08:03.838Z Compiling unicode-segmentation v1.12.0
19032024-10-29T18:08:04.035Z Compiling new_debug_unreachable v1.0.6
19042024-10-29T18:08:04.329Z Compiling predicates-core v1.0.8
19052024-10-29T18:08:04.629Z Compiling similar v2.6.0
19062024-10-29T18:08:04.693Z Compiling predicates v3.1.2
19072024-10-29T18:08:04.943Z Compiling string_cache v0.8.7
19082024-10-29T18:08:05.361Z Compiling tokio-postgres v0.7.12
19092024-10-29T18:08:06.150Z Compiling bit-set v0.5.3
19102024-10-29T18:08:06.454Z Compiling indicatif v0.17.8
19112024-10-29T18:08:06.606Z Compiling nom v7.1.3
19122024-10-29T18:08:09.491Z Compiling petgraph v0.6.5
19132024-10-29T18:08:09.580Z Compiling flate2 v1.0.34
19142024-10-29T18:08:10.327Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
19152024-10-29T18:08:10.468Z Compiling reqwest v0.12.8
19162024-10-29T18:08:10.679Z Compiling qorb v0.1.2
19172024-10-29T18:08:10.766Z Compiling ecdsa v0.16.9
19182024-10-29T18:08:13.424Z Compiling rsa v0.9.6
19192024-10-29T18:08:13.911Z Compiling ed25519-dalek v2.1.1
19202024-10-29T18:08:14.913Z Compiling crossterm v0.28.1
19212024-10-29T18:08:15.068Z Compiling toml v0.7.8
19222024-10-29T18:08:15.180Z Compiling clap v4.5.20
19232024-10-29T18:08:16.162Z Compiling itertools v0.12.1
19242024-10-29T18:08:16.565Z Compiling itertools v0.10.5
19252024-10-29T18:08:19.354Z Compiling x509-cert v0.2.5
19262024-10-29T18:08:19.517Z Compiling hex v0.4.3
19272024-10-29T18:08:21.777Z Compiling lalrpop-util v0.19.12
19282024-10-29T18:08:22.148Z Compiling radium v0.7.0
19292024-10-29T18:08:23.801Z Compiling unicode-xid v0.2.6
19302024-10-29T18:08:24.645Z Compiling peg-runtime v0.8.3
19312024-10-29T18:08:25.162Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
19322024-10-29T18:08:30.608Z Compiling tap v1.0.1
19332024-10-29T18:08:31.659Z Compiling ident_case v1.0.1
19342024-10-29T18:08:31.695Z Compiling maybe-uninit v2.0.0
19352024-10-29T18:08:31.870Z Compiling darling_core v0.20.10
19362024-10-29T18:08:37.364Z Compiling wyz v0.5.1
19372024-10-29T18:08:50.498Z Compiling typify v0.2.0
19382024-10-29T18:08:54.444Z Compiling http v0.2.12
19392024-10-29T18:08:55.964Z Compiling bzip2-sys v0.1.11+1.0.8
19402024-10-29T18:08:57.098Z Compiling unsafe-libyaml v0.2.11
19412024-10-29T18:08:57.422Z Compiling base64 v0.21.7
19422024-10-29T18:08:58.082Z Compiling packed_struct v0.10.1
19432024-10-29T18:08:58.667Z Compiling funty v2.0.0
19442024-10-29T18:09:00.542Z Compiling bitvec v1.0.1
19452024-10-29T18:09:00.978Z Compiling serde_yaml v0.9.34+deprecated
19462024-10-29T18:09:07.466Z Compiling progenitor-impl v0.8.0
19472024-10-29T18:09:10.084Z Compiling darling_macro v0.20.10
19482024-10-29T18:09:11.563Z Compiling packed_struct_codegen v0.10.1
19492024-10-29T18:09:14.086Z Compiling structmeta-derive v0.3.0
19502024-10-29T18:09:14.518Z Compiling indexmap v1.9.3
19512024-10-29T18:09:14.872Z Compiling nodrop v0.1.14
19522024-10-29T18:09:15.560Z Compiling crc-catalog v2.4.0
19532024-10-29T18:09:15.691Z Compiling newtype-uuid v1.1.2
19542024-10-29T18:09:15.725Z Compiling fastrand v2.1.1
19552024-10-29T18:09:16.055Z Compiling crc v3.2.1
19562024-10-29T18:09:16.795Z Compiling structmeta v0.3.0
19572024-10-29T18:09:17.200Z Compiling tempfile v3.13.0
19582024-10-29T18:09:18.613Z Compiling array-init v0.0.4
19592024-10-29T18:09:18.898Z Compiling progenitor-macro v0.8.0
19602024-10-29T18:09:22.528Z Compiling darling v0.20.10
19612024-10-29T18:09:22.661Z Compiling smallvec v0.6.14
19622024-10-29T18:09:27.521Z Compiling http-body v0.4.6
19632024-10-29T18:09:28.064Z Compiling h2 v0.3.26
19642024-10-29T18:09:28.763Z Compiling progenitor-client v0.8.0
19652024-10-29T18:09:34.342Z Compiling pin-project-internal v1.1.6
19662024-10-29T18:09:35.343Z Compiling termcolor v1.4.1
19672024-10-29T18:09:37.776Z Compiling hashbrown v0.12.3
19682024-10-29T18:09:38.708Z Compiling bitfield v0.14.0
19692024-10-29T18:09:39.764Z Compiling same-file v1.0.6
19702024-10-29T18:09:40.119Z Compiling walkdir v2.5.0
19712024-10-29T18:09:42.657Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19722024-10-29T18:09:45.760Z Compiling pin-project v1.1.6
19732024-10-29T18:09:48.281Z Compiling hyper v0.14.30
19742024-10-29T18:09:49.058Z Compiling env_logger v0.10.2
19752024-10-29T18:09:52.797Z Compiling progenitor v0.8.0
19762024-10-29T18:09:55.681Z Compiling bzip2 v0.4.4
19772024-10-29T18:09:56.125Z Compiling serde-hex v0.1.0
19782024-10-29T18:09:56.173Z Compiling serde_with_macros v3.11.0
19792024-10-29T18:09:56.545Z Compiling parse-display-derive v0.10.0
19802024-10-29T18:09:58.832Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
19812024-10-29T18:09:59.524Z Compiling ron v0.8.1
19822024-10-29T18:10:02.247Z Compiling strum_macros v0.26.4
19832024-10-29T18:10:03.185Z Compiling ipnetwork v0.20.0
19842024-10-29T18:10:04.151Z Compiling hashbrown v0.13.2
19852024-10-29T18:10:04.410Z Compiling xattr v1.3.1
19862024-10-29T18:10:04.570Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
19872024-10-29T18:10:04.754Z Compiling snafu-derive v0.8.5
19882024-10-29T18:10:05.345Z Compiling blake3 v1.5.4
19892024-10-29T18:10:05.490Z Compiling ring v0.16.20
19902024-10-29T18:10:05.572Z Compiling filetime v0.2.25
19912024-10-29T18:10:05.937Z Compiling instant v0.1.13
19922024-10-29T18:10:05.975Z Compiling sync_wrapper v0.1.2
19932024-10-29T18:10:06.118Z Compiling buf-list v1.0.3
19942024-10-29T18:10:06.139Z Compiling crc-any v2.5.0
19952024-10-29T18:10:06.794Z Compiling strum v0.26.3
19962024-10-29T18:10:06.902Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
19972024-10-29T18:10:07.115Z Compiling reqwest v0.11.27
19982024-10-29T18:10:07.144Z Compiling backoff v0.4.0
19992024-10-29T18:10:07.536Z Compiling tar v0.4.42
20002024-10-29T18:10:08.147Z Compiling object v0.30.4
20012024-10-29T18:10:09.623Z Compiling snafu v0.8.5
20022024-10-29T18:10:10.946Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20032024-10-29T18:10:11.183Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20042024-10-29T18:10:12.871Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
20052024-10-29T18:10:13.072Z Compiling parse-display v0.10.0
20062024-10-29T18:10:14.558Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20072024-10-29T18:10:14.930Z Compiling serde_with v3.11.0
20082024-10-29T18:10:15.019Z Compiling zip v0.6.6
20092024-10-29T18:10:15.095Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20102024-10-29T18:10:15.859Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
20112024-10-29T18:10:17.708Z Compiling camino-tempfile v1.1.1
20122024-10-29T18:10:18.495Z Compiling globset v0.4.15
20132024-10-29T18:10:19.323Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20142024-10-29T18:10:19.534Z Compiling regress v0.9.1
20152024-10-29T18:10:21.208Z Compiling pem v3.0.4
20162024-10-29T18:10:22.678Z Compiling olpc-cjson v0.1.4
20172024-10-29T18:10:23.033Z Compiling macaddr v1.0.1
20182024-10-29T18:10:23.670Z Compiling serde_plain v1.0.2
20192024-10-29T18:10:24.225Z Compiling async-recursion v1.1.1
20202024-10-29T18:10:24.772Z Compiling memmap2 v0.9.5
20212024-10-29T18:10:25.346Z Compiling path-slash v0.1.5
20222024-10-29T18:10:25.646Z Compiling spin v0.5.2
20232024-10-29T18:10:25.666Z Compiling arrayvec v0.7.6
20242024-10-29T18:10:25.755Z Compiling untrusted v0.7.1
20252024-10-29T18:10:25.925Z Compiling arrayref v0.3.9
20262024-10-29T18:10:25.944Z Compiling typed-path v0.7.1
20272024-10-29T18:10:25.962Z Compiling constant_time_eq v0.3.1
20282024-10-29T18:10:26.167Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
20292024-10-29T18:10:27.414Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
20302024-10-29T18:10:28.842Z Compiling tough v0.17.1
20312024-10-29T18:10:29.134Z Compiling itertools v0.13.0
20322024-10-29T18:10:32.748Z Compiling cargo-platform v0.1.8
20332024-10-29T18:10:32.983Z Compiling topological-sort v0.2.2
20342024-10-29T18:10:33.270Z Compiling parse-size v1.0.0
20352024-10-29T18:10:33.408Z Compiling omicron-zone-package v0.11.1
20362024-10-29T18:10:33.567Z Compiling cargo_metadata v0.18.1
20372024-10-29T18:10:33.860Z Compiling shell-words v1.1.0
20382024-10-29T18:10:41.014Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
20392024-10-29T18:10:53.654Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
20402024-10-29T18:11:08.183Z Finished `release` profile [optimized] target(s) in 5m 20s
20412024-10-29T18:11:08.337Z Running `target/release/omicron-releng --output-dir /work`
20422024-10-29T18:11:08.382ZOct 29 18:11:07.241 DEBG changing working directory to /work/oxidecomputer/omicron
20432024-10-29T18:11:08.476ZOct 29 18:11:07.337 DEBG running: git rev-parse HEAD
20442024-10-29T18:11:08.482ZOct 29 18:11:07.343 DEBG process exited with exit status: 0 (6.458854ms)
20452024-10-29T18:11:08.482ZOct 29 18:11:07.343 INFO version: 12.0.0-0.ci+git608b3362ecb
20462024-10-29T18:11:08.523ZOct 29 18:11:07.384 INFO cloning helios to /work/oxidecomputer/helios
20472024-10-29T18:11:08.523ZOct 29 18:11:07.384 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios
20482024-10-29T18:11:08.529ZCloning into '/work/oxidecomputer/helios'...
20492024-10-29T18:11:09.081ZOct 29 18:11:07.941 DEBG process exited with exit status: 0 (557.3114ms)
20502024-10-29T18:11:09.081ZOct 29 18:11:07.941 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2'
20512024-10-29T18:11:09.088Z# branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb
20522024-10-29T18:11:09.088Z# branch.head master
20532024-10-29T18:11:09.088Z# branch.upstream origin/master
20542024-10-29T18:11:09.088Z# branch.ab +0 -0
20552024-10-29T18:11:09.091ZOct 29 18:11:07.950 DEBG process exited with exit status: 0 (8.064764ms)
20562024-10-29T18:11:09.091ZOct 29 18:11:07.950 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools
20572024-10-29T18:11:09.933ZOct 29 18:11:08.794 DEBG process exited with exit status: 0 (844.302864ms)
20582024-10-29T18:11:09.933ZOct 29 18:11:08.794 DEBG running: zfs list rpool/images/build/host
20592024-10-29T18:11:09.940ZNAME USED AVAIL REFER MOUNTPOINT
20602024-10-29T18:11:09.940Zrpool/images/build/host 24K 152G 24K /rpool/images/build/host
20612024-10-29T18:11:09.943ZOct 29 18:11:08.801 DEBG process exited with exit status: 0 (7.125556ms)
20622024-10-29T18:11:09.943ZOct 29 18:11:08.801 DEBG running: zfs list rpool/images/build/recovery
20632024-10-29T18:11:09.946ZNAME USED AVAIL REFER MOUNTPOINT
20642024-10-29T18:11:09.946Zrpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery
20652024-10-29T18:11:09.949ZOct 29 18:11:08.808 DEBG process exited with exit status: 0 (6.304598ms)
20662024-10-29T18:11:09.949ZOct 29 18:11:08.808 INFO [hubris-production] running task
20672024-10-29T18:11:09.949ZOct 29 18:11:08.809 INFO [hubris-staging] running task
20682024-10-29T18:11:09.949ZOct 29 18:11:08.809 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
20692024-10-29T18:11:09.951ZOct 29 18:11:08.812 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup
20702024-10-29T18:11:10.028Z[ helios-setup] cd tools/helios-build && cargo build --quiet
20712024-10-29T18:11:10.477Z[ omicron-package] Blocking waiting for file lock on package cache
20722024-10-29T18:11:11.164Z[ omicron-package] Blocking waiting for file lock on package cache
20732024-10-29T18:11:11.449Z[ omicron-package] Blocking waiting for file lock on package cache
20742024-10-29T18:11:11.604ZOct 29 18:11:10.464 INFO [hubris-production] task succeeded (1.655832111s)
20752024-10-29T18:11:12.301Z[ omicron-package] Compiling proc-macro-crate v1.3.1
20762024-10-29T18:11:12.304Z[ omicron-package] Compiling heapless v0.8.0
20772024-10-29T18:11:12.304Z[ omicron-package] Compiling hash32 v0.3.1
20782024-10-29T18:11:12.304Z[ omicron-package] Compiling smoltcp v0.11.0
20792024-10-29T18:11:12.304Z[ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20802024-10-29T18:11:12.304Z[ omicron-package] Compiling proc-macro-error-attr v1.0.4
20812024-10-29T18:11:12.304Z[ omicron-package] Compiling cobs v0.2.3
20822024-10-29T18:11:12.304Z[ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20832024-10-29T18:11:13.421Z[ omicron-package] Compiling postcard v1.0.10
20842024-10-29T18:11:13.537Z[ omicron-package] Compiling proc-macro-error v1.0.4
20852024-10-29T18:11:13.683Z[ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20862024-10-29T18:11:13.841Z[ omicron-package] Compiling num_enum_derive v0.5.11
20872024-10-29T18:11:13.972Z[ omicron-package] Compiling foreign-types-macros v0.2.3
20882024-10-29T18:11:14.350Z[ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20892024-10-29T18:11:14.353Z[ omicron-package] Compiling foreign-types-shared v0.3.1
20902024-10-29T18:11:15.261Z[ omicron-package] Compiling tabwriter v1.4.0
20912024-10-29T18:11:15.263Z[ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20922024-10-29T18:11:15.380Z[ omicron-package] Compiling cstr-argument v0.1.2
20932024-10-29T18:11:16.184Z[ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
20942024-10-29T18:11:16.290Z[ omicron-package] Compiling pretty-hex v0.2.1
20952024-10-29T18:11:16.384Z[ omicron-package] Compiling foreign-types v0.5.0
20962024-10-29T18:11:16.660Z[ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
20972024-10-29T18:11:16.773Z[ omicron-package] Compiling crucible-workspace-hack v0.1.0
20982024-10-29T18:11:17.351Z[ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20992024-10-29T18:11:17.424Z[ omicron-package] Compiling colored v2.1.0
21002024-10-29T18:11:17.738Z[ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
21012024-10-29T18:11:17.860Z[ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21022024-10-29T18:11:18.017Z[ omicron-package] Compiling num_enum v0.5.11
21032024-10-29T18:11:18.444Z[ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
21042024-10-29T18:11:18.484Z[ omicron-package] Compiling zone_cfg_derive v0.3.0
21052024-10-29T18:11:18.560Z[ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21062024-10-29T18:11:18.876Z[ omicron-package] Compiling sigpipe v0.1.3
21072024-10-29T18:11:19.145Z[ omicron-package] Compiling num-derive v0.4.2
21082024-10-29T18:11:19.325Z[ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21092024-10-29T18:11:19.466Z[ omicron-package] Compiling libefi-sys v0.1.0
21102024-10-29T18:11:19.709Z[ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
21112024-10-29T18:11:19.833Z[ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
21122024-10-29T18:11:20.436Z[ omicron-package] Compiling smf v0.2.3
21132024-10-29T18:11:20.635Z[ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
21142024-10-29T18:11:20.821Z[ omicron-package] Compiling bitfield-struct v0.6.2
21152024-10-29T18:11:21.391Z[ omicron-package] Compiling zone v0.3.0
21162024-10-29T18:11:21.764ZOct 29 18:11:20.622 INFO [hubris-staging] task succeeded (11.813361116s)
21172024-10-29T18:11:23.309Z[ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
21182024-10-29T18:11:23.914Z[ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
21192024-10-29T18:11:24.006Z[ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21202024-10-29T18:11:25.355Z[ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21212024-10-29T18:11:25.533Z[ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21222024-10-29T18:11:25.805Z[ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
21232024-10-29T18:11:25.934Z[ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
21242024-10-29T18:11:26.394Z[ omicron-package] Compiling gethostname v0.5.0
21252024-10-29T18:11:28.250Z[ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21262024-10-29T18:11:30.661Z[ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21272024-10-29T18:11:33.691Z[ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
21282024-10-29T18:11:34.271Z[ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
21292024-10-29T18:11:35.893Z[ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
21302024-10-29T18:11:50.997Z[ helios-setup] Oct 29 18:11:49.852 INFO helios repository root is: /work/oxidecomputer/helios
21312024-10-29T18:11:51.001Z[ helios-setup] Oct 29 18:11:49.855 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
21322024-10-29T18:11:51.001Z[ helios-setup] Oct 29 18:11:49.855 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot
21332024-10-29T18:11:51.005Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'...
21342024-10-29T18:11:52.138Z[ helios-setup] Oct 29 18:11:50.994 INFO clone ok!, project: pilot
21352024-10-29T18:11:52.142Z[ helios-setup] Oct 29 18:11:50.994 INFO skipping project "illumos" because "BUILD_OS" is set to "no"
21362024-10-29T18:11:52.142Z[ helios-setup] Oct 29 18:11:50.994 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no"
21372024-10-29T18:11:52.142Z[ helios-setup] Oct 29 18:11:50.994 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
21382024-10-29T18:11:52.142Z[ helios-setup] Oct 29 18:11:50.994 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
21392024-10-29T18:11:52.145Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'...
21402024-10-29T18:11:53.170Z[ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware'
21412024-10-29T18:11:53.219Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'...
21422024-10-29T18:11:56.087Z[ omicron-package] Finished `release` profile [optimized] target(s) in 46.12s
21432024-10-29T18:11:56.320Z[ omicron-package]
21442024-10-29T18:11:56.320Z[ omicron-package] real 46.319410018
21452024-10-29T18:11:56.322Z[ omicron-package] user 2:39.943946590
21462024-10-29T18:11:56.322Z[ omicron-package] sys 21.849839776
21472024-10-29T18:11:56.322Z[ omicron-package] trap 0.179460564
21482024-10-29T18:11:56.322Z[ omicron-package] tflt 0.462786390
21492024-10-29T18:11:56.322Z[ omicron-package] dflt 0.558546232
21502024-10-29T18:11:56.322Z[ omicron-package] kflt 0.009378168
21512024-10-29T18:11:56.322Z[ omicron-package] lock 5:05.230044507
21522024-10-29T18:11:56.322Z[ omicron-package] slp 8:28.217899495
21532024-10-29T18:11:56.322Z[ omicron-package] lat 1:31.393056336
21542024-10-29T18:11:56.322Z[ omicron-package] stop 52.357341635
21552024-10-29T18:11:56.322ZOct 29 18:11:55.176 INFO [omicron-package] process exited with exit status: 0 (46.367006769s)
21562024-10-29T18:11:56.322ZOct 29 18:11:55.176 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline
21572024-10-29T18:11:56.394ZOct 29 18:11:55.249 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --image standard --machine gimlet --switch asic --rack-topology multi-sled
21582024-10-29T18:11:56.406Z[ recovery-target] Logging to: /work/artifacts-recovery/LOG
21592024-10-29T18:11:56.409Z[ recovery-target] Created new build target 'recovery' and set it as active
21602024-10-29T18:11:56.409ZOct 29 18:11:55.263 INFO [recovery-target] process exited with exit status: 0 (87.167562ms)
21612024-10-29T18:11:56.412Z[ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG
21622024-10-29T18:11:56.415Z[ host-target] Created new build target 'host' and set it as active
21632024-10-29T18:11:56.415ZOct 29 18:11:55.270 INFO [host-target] process exited with exit status: 0 (20.77092ms)
21642024-10-29T18:11:56.415ZOct 29 18:11:55.270 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package
21652024-10-29T18:11:56.431Z[ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG
21662024-10-29T18:11:57.676Z[ host-package] Compiling convert_case v0.4.0
21672024-10-29T18:11:57.676Z[ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
21682024-10-29T18:11:57.676Z[ host-package] Compiling password-hash v0.5.0
21692024-10-29T18:11:57.678Z[ host-package] Compiling blake2 v0.10.6
21702024-10-29T18:11:57.678Z[ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
21712024-10-29T18:11:57.678Z[ host-package] Compiling newline-converter v0.3.0
21722024-10-29T18:11:57.678Z[ host-package] Compiling cancel-safe-futures v0.1.5
21732024-10-29T18:11:57.834Z[ host-package] Compiling owo-colors v4.1.0
21742024-10-29T18:11:58.000Z[ host-package] Compiling expectorate v1.1.0
21752024-10-29T18:11:58.056Z[ host-package] Compiling libsw v3.3.1
21762024-10-29T18:11:58.252Z[ host-package] Compiling swrite v0.1.0
21772024-10-29T18:11:58.325Z[ host-package] Compiling argon2 v0.5.3
21782024-10-29T18:11:58.442Z[ host-package] Compiling linear-map v1.2.0
21792024-10-29T18:11:58.548Z[ host-package] Compiling derive_more v0.99.18
21802024-10-29T18:11:58.838Z[ host-package] Compiling indent_write v2.2.0
21812024-10-29T18:11:58.892Z[ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
21822024-10-29T18:11:59.084Z[ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
21832024-10-29T18:11:59.192Z[ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c'
21842024-10-29T18:11:59.206Z[ helios-setup] Oct 29 18:11:58.061 INFO clone ok!, project: amd-host-image-builder
21852024-10-29T18:11:59.209Z[ host-package] Compiling progenitor-client v0.8.0
21862024-10-29T18:11:59.209Z[ helios-setup] Oct 29 18:11:58.061 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
21872024-10-29T18:11:59.209Z[ helios-setup] Oct 29 18:11:58.061 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick
21882024-10-29T18:11:59.211Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'...
21892024-10-29T18:11:59.263Z[ host-package] Compiling atomicwrites v0.4.4
21902024-10-29T18:11:59.670Z[ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
21912024-10-29T18:11:59.769Z[ host-package] Compiling progenitor v0.8.0
21922024-10-29T18:11:59.873Z[ helios-setup] Oct 29 18:11:58.726 INFO clone ok!, project: pinprick
21932024-10-29T18:11:59.875Z[ helios-setup] Oct 29 18:11:58.726 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
21942024-10-29T18:11:59.875Z[ helios-setup] Oct 29 18:11:58.726 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver
21952024-10-29T18:11:59.878Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'...
21962024-10-29T18:11:59.931Z[ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
21972024-10-29T18:11:59.980Z[ host-package] Compiling num-rational v0.4.2
21982024-10-29T18:12:00.016Z[ host-package] Compiling num-complex v0.4.6
21992024-10-29T18:12:00.622Z[ helios-setup] Oct 29 18:11:59.477 INFO clone ok!, project: bootserver
22002024-10-29T18:12:00.624Z[ helios-setup] Oct 29 18:11:59.477 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware
22012024-10-29T18:12:00.624Z[ helios-setup] Oct 29 18:11:59.477 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware
22022024-10-29T18:12:00.627Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'...
22032024-10-29T18:12:00.708Z[ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
22042024-10-29T18:12:01.361Z[ host-package] Compiling num v0.4.3
22052024-10-29T18:12:01.400Z[ host-package] Compiling float-ord v0.3.2
22062024-10-29T18:12:01.492Z[ host-package] Compiling prettyplease v0.2.22
22072024-10-29T18:12:01.573Z[ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22082024-10-29T18:12:01.847Z[ host-package] Compiling semver v0.1.20
22092024-10-29T18:12:02.468Z[ host-package] Compiling rustc_version v0.1.7
22102024-10-29T18:12:02.627Z[ host-package] Compiling humantime v2.1.0
22112024-10-29T18:12:02.960Z[ host-package] Compiling newtype_derive v0.1.6
22122024-10-29T18:12:03.403Z[ host-package] Compiling highway v1.2.0
22132024-10-29T18:12:03.737Z[ host-package] Compiling home v0.5.9
22142024-10-29T18:12:03.992Z[ host-package] Compiling steno v0.4.1
22152024-10-29T18:12:05.506Z[ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
22162024-10-29T18:12:07.720Z[ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
22172024-10-29T18:12:08.070Z[ host-package] Compiling newtype-uuid v1.1.2
22182024-10-29T18:12:08.497Z[ host-package] Compiling ipnetwork v0.20.0
22192024-10-29T18:12:08.520Z[ host-package] Compiling slog-dtrace v0.3.0
22202024-10-29T18:12:08.921Z[ host-package] Compiling instant v0.1.13
22212024-10-29T18:12:09.087Z[ host-package] Compiling backoff v0.4.0
22222024-10-29T18:12:09.353Z[ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22232024-10-29T18:12:09.387Z[ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22242024-10-29T18:12:09.471Z[ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22252024-10-29T18:12:09.828Z[ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
22262024-10-29T18:12:10.182Z[ host-package] Compiling parse-display v0.10.0
22272024-10-29T18:12:10.783Z[ helios-setup] Oct 29 18:12:09.636 INFO clone ok!, project: amd-firmware
22282024-10-29T18:12:10.786Z[ helios-setup] Oct 29 18:12:09.637 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
22292024-10-29T18:12:10.786Z[ helios-setup] Oct 29 18:12:09.637 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder
22302024-10-29T18:12:10.790Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'...
22312024-10-29T18:12:10.917Z[ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22322024-10-29T18:12:11.118Z[ host-package] Compiling serde_with v3.11.0
22332024-10-29T18:12:11.743Z[ helios-setup] Oct 29 18:12:10.597 INFO clone ok!, project: image-builder
22342024-10-29T18:12:11.746Z[ helios-setup] Oct 29 18:12:10.597 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
22352024-10-29T18:12:11.746Z[ helios-setup] Oct 29 18:12:10.597 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl
22362024-10-29T18:12:11.749Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'...
22372024-10-29T18:12:12.579Z[ helios-setup] Oct 29 18:12:11.432 INFO clone ok!, project: phbl
22382024-10-29T18:12:12.583Z[ helios-setup] Oct 29 18:12:11.433 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no"
22392024-10-29T18:12:12.583Z[ helios-setup] Oct 29 18:12:11.433 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
22402024-10-29T18:12:12.583Z[ helios-setup] Oct 29 18:12:11.433 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms
22412024-10-29T18:12:12.585Z[ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'...
22422024-10-29T18:12:13.731Z[ helios-setup] Oct 29 18:12:12.584 INFO clone ok!, project: chelsio-t6-roms
22432024-10-29T18:12:13.734Z[ helios-setup] Oct 29 18:12:12.585 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None
22442024-10-29T18:12:14.490Z[ helios-setup] Oct 29 18:12:13.343 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None
22452024-10-29T18:12:15.065Z[ helios-setup] Oct 29 18:12:13.919 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created
22462024-10-29T18:12:15.068Z[ helios-setup] Oct 29 18:12:13.919 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None
22472024-10-29T18:12:15.113Z[ host-package] Compiling strum v0.26.3
22482024-10-29T18:12:15.360Z[ host-package] Compiling regress v0.9.1
22492024-10-29T18:12:15.540Z[ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22502024-10-29T18:12:15.619Z[ helios-setup] Oct 29 18:12:14.472 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None
22512024-10-29T18:12:16.149Z[ helios-setup] Oct 29 18:12:15.001 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created
22522024-10-29T18:12:16.151Z[ helios-setup] Oct 29 18:12:15.002 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None
22532024-10-29T18:12:16.774Z[ helios-setup] Oct 29 18:12:15.628 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None
22542024-10-29T18:12:17.311Z[ helios-setup] Oct 29 18:12:16.164 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created
22552024-10-29T18:12:17.315Z[ helios-setup] Oct 29 18:12:16.164 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist
22562024-10-29T18:12:17.315Z[ helios-setup] Oct 29 18:12:16.164 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ...
22572024-10-29T18:12:17.315Z[ helios-setup] Oct 29 18:12:16.164 INFO ok!
22582024-10-29T18:12:17.315Z[ helios-setup] Oct 29 18:12:16.164 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist
22592024-10-29T18:12:17.315Z[ helios-setup] Oct 29 18:12:16.164 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ...
22602024-10-29T18:12:17.315Z[ helios-setup] Oct 29 18:12:16.164 INFO ok!
22612024-10-29T18:12:17.315Z[ helios-setup] Oct 29 18:12:16.164 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist
22622024-10-29T18:12:17.315Z[ helios-setup] Oct 29 18:12:16.164 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ...
22632024-10-29T18:12:17.315Z[ helios-setup] Oct 29 18:12:16.165 INFO ok!
22642024-10-29T18:12:17.315Z[ helios-setup] Oct 29 18:12:16.165 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot
22652024-10-29T18:12:17.315Z[ helios-setup] Oct 29 18:12:16.165 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot")
22662024-10-29T18:12:17.627Z[ helios-setup] Oct 29 18:12:16.480 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor`
22672024-10-29T18:12:17.940Z[ host-package] Compiling macaddr v1.0.1
22682024-10-29T18:12:18.707Z[ helios-setup] Oct 29 18:12:17.560 INFO E| From https://github.com/oxidecomputer/progenitor
22692024-10-29T18:12:18.707Z[ helios-setup] Oct 29 18:12:17.560 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149
22702024-10-29T18:12:18.740Z[ helios-setup] Oct 29 18:12:17.593 INFO E| * [new tag] v0.1.1 -> v0.1.1
22712024-10-29T18:12:18.740Z[ helios-setup] Oct 29 18:12:17.593 INFO E| * [new tag] v0.2.0 -> v0.2.0
22722024-10-29T18:12:18.875Z[ helios-setup] Oct 29 18:12:17.728 INFO E| Updating git repository `https://github.com/jclulow/hiercmd`
22732024-10-29T18:12:19.111Z[ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
22742024-10-29T18:12:19.412Z[ helios-setup] Oct 29 18:12:18.265 INFO E| From https://github.com/jclulow/hiercmd
22752024-10-29T18:12:19.412Z[ helios-setup] Oct 29 18:12:18.265 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad
22762024-10-29T18:12:19.435Z[ helios-setup] Oct 29 18:12:18.288 INFO E| Updating git repository `https://github.com/jclulow/network-interface`
22772024-10-29T18:12:19.767Z[ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
22782024-10-29T18:12:19.954Z[ helios-setup] Oct 29 18:12:18.807 INFO E| From https://github.com/jclulow/network-interface
22792024-10-29T18:12:19.954Z[ helios-setup] Oct 29 18:12:18.807 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624
22802024-10-29T18:12:19.994Z[ helios-setup] Oct 29 18:12:18.845 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git`
22812024-10-29T18:12:20.508Z[ helios-setup] Oct 29 18:12:19.358 INFO E| From https://github.com/oxidecomputer/boot-image-tools
22822024-10-29T18:12:20.508Z[ helios-setup] Oct 29 18:12:19.359 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff
22832024-10-29T18:12:20.547Z[ helios-setup] Oct 29 18:12:19.399 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade`
22842024-10-29T18:12:20.686Z[ host-package] Compiling display-error-chain v0.2.1
22852024-10-29T18:12:20.906Z[ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
22862024-10-29T18:12:21.518Z[ helios-setup] Oct 29 18:12:20.370 INFO E| From https://github.com/oxidecomputer/facade
22872024-10-29T18:12:21.518Z[ helios-setup] Oct 29 18:12:20.370 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892
22882024-10-29T18:12:21.567Z[ helios-setup] Oct 29 18:12:20.419 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git`
22892024-10-29T18:12:22.489Z[ helios-setup] Oct 29 18:12:21.342 INFO E| From https://github.com/oxidecomputer/dropshot
22902024-10-29T18:12:22.490Z[ helios-setup] Oct 29 18:12:21.342 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230
22912024-10-29T18:12:22.527Z[ helios-setup] Oct 29 18:12:21.379 INFO E| * [new tag] v0.3.0 -> v0.3.0
22922024-10-29T18:12:22.527Z[ helios-setup] Oct 29 18:12:21.379 INFO E| * [new tag] v0.4.0 -> v0.4.0
22932024-10-29T18:12:22.529Z[ helios-setup] Oct 29 18:12:21.379 INFO E| * [new tag] v0.5.0 -> v0.5.0
22942024-10-29T18:12:22.530Z[ helios-setup] Oct 29 18:12:21.380 INFO E| * [new tag] v0.5.1 -> v0.5.1
22952024-10-29T18:12:22.530Z[ helios-setup] Oct 29 18:12:21.380 INFO E| * [new tag] v0.6.0 -> v0.6.0
22962024-10-29T18:12:22.530Z[ helios-setup] Oct 29 18:12:21.380 INFO E| * [new tag] v0.7.0 -> v0.7.0
22972024-10-29T18:12:22.530Z[ helios-setup] Oct 29 18:12:21.380 INFO E| * [new tag] v0.8.0 -> v0.8.0
22982024-10-29T18:12:22.530Z[ helios-setup] Oct 29 18:12:21.380 INFO E| * [new tag] v0.9.0 -> v0.9.0
22992024-10-29T18:12:22.580Z[ helios-setup] Oct 29 18:12:21.433 INFO E| Updating crates.io index
23002024-10-29T18:12:22.612Z[ helios-setup] Oct 29 18:12:21.464 INFO E| Updating git repository `https://github.com/oxidecomputer/typify`
23012024-10-29T18:12:23.580Z[ helios-setup] Oct 29 18:12:22.432 INFO E| From https://github.com/oxidecomputer/typify
23022024-10-29T18:12:23.580Z[ helios-setup] Oct 29 18:12:22.432 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4
23032024-10-29T18:12:23.614Z[ helios-setup] Oct 29 18:12:22.466 INFO E| * [new tag] v0.0.10 -> v0.0.10
23042024-10-29T18:12:23.614Z[ helios-setup] Oct 29 18:12:22.466 INFO E| * [new tag] v0.0.11 -> v0.0.11
23052024-10-29T18:12:23.617Z[ helios-setup] Oct 29 18:12:22.466 INFO E| * [new tag] v0.0.4 -> v0.0.4
23062024-10-29T18:12:23.617Z[ helios-setup] Oct 29 18:12:22.467 INFO E| * [new tag] v0.0.5 -> v0.0.5
23072024-10-29T18:12:23.617Z[ helios-setup] Oct 29 18:12:22.467 INFO E| * [new tag] v0.0.7 -> v0.0.7
23082024-10-29T18:12:23.617Z[ helios-setup] Oct 29 18:12:22.467 INFO E| * [new tag] v0.0.8 -> v0.0.8
23092024-10-29T18:12:23.617Z[ helios-setup] Oct 29 18:12:22.467 INFO E| * [new tag] v0.0.9 -> v0.0.9
23102024-10-29T18:12:24.141Z[ helios-setup] Oct 29 18:12:22.994 INFO E| Downloading crates ...
23112024-10-29T18:12:24.366Z[ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23122024-10-29T18:12:24.370Z[ helios-setup] Oct 29 18:12:23.222 INFO E| Downloaded ahash v0.7.6
23132024-10-29T18:12:24.377Z[ helios-setup] Oct 29 18:12:23.229 INFO E| Downloaded async-stream v0.3.5
23142024-10-29T18:12:24.380Z[ helios-setup] Oct 29 18:12:23.232 INFO E| Downloaded anyhow v1.0.68
23152024-10-29T18:12:24.388Z[ helios-setup] Oct 29 18:12:23.240 INFO E| Downloaded async-trait v0.1.68
23162024-10-29T18:12:24.396Z[ helios-setup] Oct 29 18:12:23.248 INFO E| Downloaded rustls-pemfile v1.0.2
23172024-10-29T18:12:24.400Z[ helios-setup] Oct 29 18:12:23.253 INFO E| Downloaded camino v1.1.4
23182024-10-29T18:12:24.405Z[ helios-setup] Oct 29 18:12:23.258 INFO E| Downloaded cc v1.0.78
23192024-10-29T18:12:24.411Z[ helios-setup] Oct 29 18:12:23.263 INFO E| Downloaded rustls-webpki v0.100.1
23202024-10-29T18:12:24.424Z[ helios-setup] Oct 29 18:12:23.276 INFO E| Downloaded cpufeatures v0.2.5
23212024-10-29T18:12:24.427Z[ helios-setup] Oct 29 18:12:23.279 INFO E| Downloaded regress v0.5.0
23222024-10-29T18:12:24.445Z[ helios-setup] Oct 29 18:12:23.297 INFO E| Downloaded either v1.8.0
23232024-10-29T18:12:24.448Z[ helios-setup] Oct 29 18:12:23.300 INFO E| Downloaded rustfmt-wrapper v0.2.0
23242024-10-29T18:12:24.450Z[ helios-setup] Oct 29 18:12:23.303 INFO E| Downloaded rhai_codegen v1.5.0
23252024-10-29T18:12:24.468Z[ helios-setup] Oct 29 18:12:23.320 INFO E| Downloaded rhai v1.14.0
23262024-10-29T18:12:24.492Z[ helios-setup] Oct 29 18:12:23.344 INFO E| Downloaded strsim v0.10.0
23272024-10-29T18:12:24.495Z[ helios-setup] Oct 29 18:12:23.348 INFO E| Downloaded serde_derive_internals v0.26.0
23282024-10-29T18:12:24.498Z[ helios-setup] Oct 29 18:12:23.351 INFO E| Downloaded num-traits v0.2.15
23292024-10-29T18:12:24.504Z[ helios-setup] Oct 29 18:12:23.357 INFO E| Downloaded httparse v1.8.0
23302024-10-29T18:12:24.509Z[ helios-setup] Oct 29 18:12:23.361 INFO E| Downloaded memchr v2.5.0
23312024-10-29T18:12:24.517Z[ helios-setup] Oct 29 18:12:23.370 INFO E| Downloaded unicode-width v0.1.10
23322024-10-29T18:12:24.520Z[ helios-setup] Oct 29 18:12:23.373 INFO E| Downloaded walkdir v2.3.3
23332024-10-29T18:12:24.525Z[ helios-setup] Oct 29 18:12:23.377 INFO E| Downloaded typenum v1.16.0
23342024-10-29T18:12:24.529Z[ helios-setup] Oct 29 18:12:23.382 INFO E| Downloaded unicode-bidi v0.3.13
23352024-10-29T18:12:24.534Z[ helios-setup] Oct 29 18:12:23.387 INFO E| Downloaded tinyvec v1.6.0
23362024-10-29T18:12:24.541Z[ helios-setup] Oct 29 18:12:23.393 INFO E| Downloaded unicode-normalization v0.1.22
23372024-10-29T18:12:24.548Z[ helios-setup] Oct 29 18:12:23.401 INFO E| Downloaded textwrap v0.16.0
23382024-10-29T18:12:24.553Z[ helios-setup] Oct 29 18:12:23.406 INFO E| Downloaded tower-service v0.3.2
23392024-10-29T18:12:24.556Z[ helios-setup] Oct 29 18:12:23.408 INFO E| Downloaded socket2 v0.4.9
23402024-10-29T18:12:24.559Z[ helios-setup] Oct 29 18:12:23.412 INFO E| Downloaded sct v0.7.0
23412024-10-29T18:12:24.567Z[ helios-setup] Oct 29 18:12:23.419 INFO E| Downloaded terminal_size v0.2.6
23422024-10-29T18:12:24.570Z[ helios-setup] Oct 29 18:12:23.422 INFO E| Downloaded sha1 v0.10.5
23432024-10-29T18:12:24.572Z[ helios-setup] Oct 29 18:12:23.425 INFO E| Downloaded aho-corasick v0.7.20
23442024-10-29T18:12:24.580Z[ helios-setup] Oct 29 18:12:23.433 INFO E| Downloaded semver-parser v0.10.2
23452024-10-29T18:12:24.584Z[ helios-setup] Oct 29 18:12:23.437 INFO E| Downloaded num-integer v0.1.45
23462024-10-29T18:12:24.588Z[ helios-setup] Oct 29 18:12:23.441 INFO E| Downloaded memoffset v0.7.1
23472024-10-29T18:12:24.591Z[ helios-setup] Oct 29 18:12:23.443 INFO E| Downloaded log v0.4.17
23482024-10-29T18:12:24.595Z[ helios-setup] Oct 29 18:12:23.448 INFO E| Downloaded lazy_static v1.4.0
23492024-10-29T18:12:24.598Z[ helios-setup] Oct 29 18:12:23.450 INFO E| Downloaded jobserver v0.1.26
23502024-10-29T18:12:24.603Z[ helios-setup] Oct 29 18:12:23.456 INFO E| Downloaded thiserror-impl v1.0.38
23512024-10-29T18:12:24.606Z[ helios-setup] Oct 29 18:12:23.458 INFO E| Downloaded thiserror v1.0.38
23522024-10-29T18:12:24.613Z[ helios-setup] Oct 29 18:12:23.466 INFO E| Downloaded tokio-util v0.7.7
23532024-10-29T18:12:24.623Z[ helios-setup] Oct 29 18:12:23.476 INFO E| Downloaded tokio-macros v2.0.0
23542024-10-29T18:12:24.626Z[ helios-setup] Oct 29 18:12:23.478 INFO E| Downloaded utf8parse v0.2.1
23552024-10-29T18:12:24.628Z[ helios-setup] Oct 29 18:12:23.480 INFO E| Downloaded tempfile v3.5.0
23562024-10-29T18:12:24.631Z[ helios-setup] Oct 29 18:12:23.484 INFO E| Downloaded smartstring v1.0.1
23572024-10-29T18:12:24.636Z[ helios-setup] Oct 29 18:12:23.488 INFO E| Downloaded smallvec v1.10.0
23582024-10-29T18:12:24.639Z[ helios-setup] Oct 29 18:12:23.491 INFO E| Downloaded syn v1.0.107
23592024-10-29T18:12:24.656Z[ helios-setup] Oct 29 18:12:23.509 INFO E| Downloaded scopeguard v1.1.0
23602024-10-29T18:12:24.659Z[ helios-setup] Oct 29 18:12:23.511 INFO E| Downloaded toml v0.5.11
23612024-10-29T18:12:24.662Z[ helios-setup] Oct 29 18:12:23.514 INFO E| Downloaded syn v2.0.72
23622024-10-29T18:12:24.695Z[ helios-setup] Oct 29 18:12:23.547 INFO E| Downloaded serde_derive v1.0.204
23632024-10-29T18:12:24.699Z[ helios-setup] Oct 29 18:12:23.552 INFO E| Downloaded unicode-ident v1.0.8
23642024-10-29T18:12:24.705Z[ helios-setup] Oct 29 18:12:23.558 INFO E| Downloaded reqwest v0.11.16
23652024-10-29T18:12:24.720Z[ helios-setup] Oct 29 18:12:23.571 INFO E| Downloaded want v0.3.0
23662024-10-29T18:12:24.722Z[ helios-setup] Oct 29 18:12:23.572 INFO E| Downloaded tokio v1.27.0
23672024-10-29T18:12:24.774Z[ helios-setup] Oct 29 18:12:23.627 INFO E| Downloaded uuid v1.3.0
23682024-10-29T18:12:24.781Z[ helios-setup] Oct 29 18:12:23.633 INFO E| Downloaded rustix v0.37.3
23692024-10-29T18:12:24.813Z[ helios-setup] Oct 29 18:12:23.665 INFO E| Downloaded itoa v1.0.6
23702024-10-29T18:12:24.830Z[ helios-setup] Oct 29 18:12:23.683 INFO E| Downloaded miniz_oxide v0.6.2
23712024-10-29T18:12:24.834Z[ helios-setup] Oct 29 18:12:23.686 INFO E| Downloaded lock_api v0.4.9
23722024-10-29T18:12:24.836Z[ helios-setup] Oct 29 18:12:23.688 INFO E| Downloaded is-terminal v0.4.7
23732024-10-29T18:12:24.839Z[ helios-setup] Oct 29 18:12:23.690 INFO E| Downloaded ipnet v2.7.2
23742024-10-29T18:12:24.844Z[ helios-setup] Oct 29 18:12:23.693 INFO E| Downloaded num_cpus v1.15.0
23752024-10-29T18:12:24.847Z[ helios-setup] Oct 29 18:12:23.698 INFO E| Downloaded io-lifetimes v1.0.10
23762024-10-29T18:12:24.849Z[ helios-setup] Oct 29 18:12:23.702 INFO E| Downloaded iana-time-zone v0.1.56
23772024-10-29T18:12:24.853Z[ helios-setup] Oct 29 18:12:23.706 INFO E| Downloaded hyper v0.14.25
23782024-10-29T18:12:24.875Z[ helios-setup] Oct 29 18:12:23.728 INFO E| Downloaded regex v1.7.3
23792024-10-29T18:12:24.892Z[ helios-setup] Oct 29 18:12:23.743 INFO E| Downloaded anstyle v0.3.5
23802024-10-29T18:12:24.894Z[ helios-setup] Oct 29 18:12:23.745 INFO E| Downloaded rayon-core v1.10.2
23812024-10-29T18:12:24.918Z[ helios-setup] Oct 29 18:12:23.770 INFO E| Downloaded rayon v1.6.1
23822024-10-29T18:12:24.933Z[ helios-setup] Oct 29 18:12:23.784 INFO E| Downloaded dyn-clone v1.0.11
23832024-10-29T18:12:24.935Z[ helios-setup] Oct 29 18:12:23.787 INFO E| Downloaded anstream v0.2.6
23842024-10-29T18:12:24.938Z[ helios-setup] Oct 29 18:12:23.791 INFO E| Downloaded project-root v0.2.2
23852024-10-29T18:12:24.941Z[ helios-setup] Oct 29 18:12:23.792 INFO E| Downloaded openapiv3 v1.0.2
23862024-10-29T18:12:24.961Z[ helios-setup] Oct 29 18:12:23.813 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated
23872024-10-29T18:12:24.964Z[ helios-setup] Oct 29 18:12:23.816 INFO E| Downloaded proc-macro-crate v1.2.1
23882024-10-29T18:12:24.966Z[ helios-setup] Oct 29 18:12:23.818 INFO E| Downloaded pkg-config v0.3.26
23892024-10-29T18:12:24.969Z[ helios-setup] Oct 29 18:12:23.821 INFO E| Downloaded pin-project-lite v0.2.9
23902024-10-29T18:12:24.976Z[ helios-setup] Oct 29 18:12:23.828 INFO E| Downloaded pest v2.5.7
23912024-10-29T18:12:24.984Z[ helios-setup] Oct 29 18:12:23.837 INFO E| Downloaded libc v0.2.139
23922024-10-29T18:12:25.026Z[ helios-setup] Oct 29 18:12:23.878 INFO E| Downloaded percent-encoding v2.2.0
23932024-10-29T18:12:25.028Z[ helios-setup] Oct 29 18:12:23.879 INFO E| Downloaded encoding_rs v0.8.32
23942024-10-29T18:12:25.061Z[ helios-setup] Oct 29 18:12:23.913 INFO E| Downloaded paste v1.0.12
23952024-10-29T18:12:25.066Z[ helios-setup] Oct 29 18:12:23.918 INFO E| Downloaded parking_lot_core v0.9.6
23962024-10-29T18:12:25.069Z[ helios-setup] Oct 29 18:12:23.922 INFO E| Downloaded parking_lot v0.12.1
23972024-10-29T18:12:25.073Z[ helios-setup] Oct 29 18:12:23.926 INFO E| Downloaded once_cell v1.17.0
23982024-10-29T18:12:25.077Z[ helios-setup] Oct 29 18:12:23.930 INFO E| Downloaded num_enum_derive v0.5.7
23992024-10-29T18:12:25.081Z[ helios-setup] Oct 29 18:12:23.931 INFO E| Downloaded num_enum v0.5.7
24002024-10-29T18:12:25.086Z[ helios-setup] Oct 29 18:12:23.938 INFO E| Downloaded mio v0.8.5
24012024-10-29T18:12:25.095Z[ helios-setup] Oct 29 18:12:23.948 INFO E| Downloaded futures-sink v0.3.28
24022024-10-29T18:12:25.098Z[ helios-setup] Oct 29 18:12:23.949 INFO E| Downloaded chrono v0.4.24
24032024-10-29T18:12:25.109Z[ helios-setup] Oct 29 18:12:23.962 INFO E| Downloaded http-body v0.4.5
24042024-10-29T18:12:25.112Z[ helios-setup] Oct 29 18:12:23.964 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1
24052024-10-29T18:12:25.203Z[ helios-setup] Oct 29 18:12:24.056 INFO E| Downloaded http v0.2.9
24062024-10-29T18:12:25.210Z[ helios-setup] Oct 29 18:12:24.062 INFO E| Downloaded home v0.5.4
24072024-10-29T18:12:25.212Z[ helios-setup] Oct 29 18:12:24.064 INFO E| Downloaded h2 v0.3.16
24082024-10-29T18:12:25.222Z[ helios-setup] Oct 29 18:12:24.074 INFO E| Downloaded git2 v0.16.1
24092024-10-29T18:12:25.236Z[ helios-setup] Oct 29 18:12:24.088 INFO E| Downloaded generic-array v0.14.6
24102024-10-29T18:12:25.238Z[ helios-setup] Oct 29 18:12:24.091 INFO E| Downloaded futures-util v0.3.28
24112024-10-29T18:12:25.258Z[ helios-setup] Oct 29 18:12:24.110 INFO E| Downloaded futures-task v0.3.28
24122024-10-29T18:12:25.287Z[ helios-setup] Oct 29 18:12:24.140 INFO E| Downloaded futures-macro v0.3.28
24132024-10-29T18:12:25.287Z[ helios-setup] Oct 29 18:12:24.140 INFO E| Downloaded libz-sys v1.1.8
24142024-10-29T18:12:25.342Z[ helios-setup] Oct 29 18:12:24.194 INFO E| Downloaded futures-io v0.3.28
24152024-10-29T18:12:25.344Z[ helios-setup] Oct 29 18:12:24.195 INFO E| Downloaded futures-executor v0.3.28
24162024-10-29T18:12:25.347Z[ helios-setup] Oct 29 18:12:24.197 INFO E| Downloaded futures-core v0.3.28
24172024-10-29T18:12:25.347Z[ helios-setup] Oct 29 18:12:24.199 INFO E| Downloaded futures-channel v0.3.28
24182024-10-29T18:12:25.350Z[ helios-setup] Oct 29 18:12:24.202 INFO E| Downloaded futures v0.3.28
24192024-10-29T18:12:25.357Z[ helios-setup] Oct 29 18:12:24.209 INFO E| Downloaded form_urlencoded v1.1.0
24202024-10-29T18:12:25.359Z[ helios-setup] Oct 29 18:12:24.210 INFO E| Downloaded flate2 v1.0.25
24212024-10-29T18:12:25.366Z[ helios-setup] Oct 29 18:12:24.218 INFO E| Downloaded errno v0.3.1
24222024-10-29T18:12:25.371Z[ helios-setup] Oct 29 18:12:24.220 INFO E| Downloaded crossbeam-epoch v0.9.13
24232024-10-29T18:12:25.374Z[ helios-setup] Oct 29 18:12:24.225 INFO E| Downloaded crossbeam-channel v0.5.6
24242024-10-29T18:12:25.380Z[ helios-setup] Oct 29 18:12:24.231 INFO E| Downloaded const-random-macro v0.1.15
24252024-10-29T18:12:25.380Z[ helios-setup] Oct 29 18:12:24.232 INFO E| Downloaded clap_builder v4.2.1
24262024-10-29T18:12:25.391Z[ helios-setup] Oct 29 18:12:24.243 INFO E| Downloaded winnow v0.4.1
24272024-10-29T18:12:25.404Z[ helios-setup] Oct 29 18:12:24.257 INFO E| Downloaded url v2.3.1
24282024-10-29T18:12:25.409Z[ helios-setup] Oct 29 18:12:24.261 INFO E| Downloaded unsafe-libyaml v0.2.8
24292024-10-29T18:12:25.415Z[ helios-setup] Oct 29 18:12:24.266 INFO E| Downloaded unicode-linebreak v0.1.4
24302024-10-29T18:12:25.417Z[ helios-setup] Oct 29 18:12:24.269 INFO E| Downloaded ucd-trie v0.1.5
24312024-10-29T18:12:25.421Z[ helios-setup] Oct 29 18:12:24.271 INFO E| Downloaded tungstenite v0.18.0
24322024-10-29T18:12:25.425Z[ helios-setup] Oct 29 18:12:24.276 INFO E| Downloaded try-lock v0.2.4
24332024-10-29T18:12:25.427Z[ helios-setup] Oct 29 18:12:24.278 INFO E| Downloaded tracing-core v0.1.30
24342024-10-29T18:12:25.430Z[ helios-setup] Oct 29 18:12:24.282 INFO E| Downloaded tracing v0.1.37
24352024-10-29T18:12:25.437Z[ helios-setup] Oct 29 18:12:24.289 INFO E| Downloaded toolchain_find v0.2.0
24362024-10-29T18:12:25.439Z[ helios-setup] Oct 29 18:12:24.291 INFO E| Downloaded toml_edit v0.19.8
24372024-10-29T18:12:25.468Z[ helios-setup] Oct 29 18:12:24.321 INFO E| Downloaded toml_datetime v0.6.1
24382024-10-29T18:12:25.471Z[ helios-setup] Oct 29 18:12:24.322 INFO E| Downloaded toml v0.7.3
24392024-10-29T18:12:25.478Z[ helios-setup] Oct 29 18:12:24.329 INFO E| Downloaded tokio-tungstenite v0.18.0
24402024-10-29T18:12:25.481Z[ helios-setup] Oct 29 18:12:24.332 INFO E| Downloaded tokio-rustls v0.24.0
24412024-10-29T18:12:25.484Z[ helios-setup] Oct 29 18:12:24.335 INFO E| Downloaded smawk v0.3.1
24422024-10-29T18:12:25.487Z[ helios-setup] Oct 29 18:12:24.338 INFO E| Downloaded time v0.1.45
24432024-10-29T18:12:25.489Z[ helios-setup] Oct 29 18:12:24.340 INFO E| Downloaded serde v1.0.204
24442024-10-29T18:12:25.493Z[ helios-setup] Oct 29 18:12:24.346 INFO E| Downloaded quote v1.0.36
24452024-10-29T18:12:25.497Z[ helios-setup] Oct 29 18:12:24.350 INFO E| Downloaded proc-macro2 v1.0.86
24462024-10-29T18:12:25.501Z[ helios-setup] Oct 29 18:12:24.354 INFO E| Downloaded ppv-lite86 v0.2.17
24472024-10-29T18:12:25.504Z[ helios-setup] Oct 29 18:12:24.356 INFO E| Downloaded slog-bunyan v2.4.0
24482024-10-29T18:12:25.507Z[ helios-setup] Oct 29 18:12:24.358 INFO E| Downloaded slog-async v2.7.0
24492024-10-29T18:12:25.510Z[ helios-setup] Oct 29 18:12:24.360 INFO E| Downloaded slab v0.4.7
24502024-10-29T18:12:25.510Z[ helios-setup] Oct 29 18:12:24.362 INFO E| Downloaded signal-hook-registry v1.4.0
24512024-10-29T18:12:25.512Z[ helios-setup] Oct 29 18:12:24.364 INFO E| Downloaded sha2 v0.10.6
24522024-10-29T18:12:25.516Z[ helios-setup] Oct 29 18:12:24.367 INFO E| Downloaded serde_yaml v0.9.21
24532024-10-29T18:12:25.520Z[ helios-setup] Oct 29 18:12:24.372 INFO E| Downloaded serde_tokenstream v0.2.0
24542024-10-29T18:12:25.534Z[ helios-setup] Oct 29 18:12:24.386 INFO E| Downloaded serde_spanned v0.6.1
24552024-10-29T18:12:25.537Z[ helios-setup] Oct 29 18:12:24.388 INFO E| Downloaded serde_path_to_error v0.1.11
24562024-10-29T18:12:25.540Z[ helios-setup] Oct 29 18:12:24.391 INFO E| Downloaded serde_json v1.0.95
24572024-10-29T18:12:25.552Z[ helios-setup] Oct 29 18:12:24.404 INFO E| Downloaded schemars_derive v0.8.12
24582024-10-29T18:12:25.555Z[ helios-setup] Oct 29 18:12:24.407 INFO E| Downloaded schemars v0.8.12
24592024-10-29T18:12:25.574Z[ helios-setup] Oct 29 18:12:24.426 INFO E| Downloaded httpdate v1.0.2
24602024-10-29T18:12:25.576Z[ helios-setup] Oct 29 18:12:24.428 INFO E| Downloaded getrandom v0.2.8
24612024-10-29T18:12:25.580Z[ helios-setup] Oct 29 18:12:24.432 INFO E| Downloaded fastrand v1.9.0
24622024-10-29T18:12:25.583Z[ helios-setup] Oct 29 18:12:24.434 INFO E| Downloaded byteorder v1.4.3
24632024-10-29T18:12:25.586Z[ helios-setup] Oct 29 18:12:24.437 INFO E| Downloaded bincode v1.3.3
24642024-10-29T18:12:25.588Z[ helios-setup] Oct 29 18:12:24.441 INFO E| Downloaded autocfg v1.1.0
24652024-10-29T18:12:25.591Z[ helios-setup] Oct 29 18:12:24.443 INFO E| Downloaded async-stream-impl v0.3.5
24662024-10-29T18:12:25.593Z[ helios-setup] Oct 29 18:12:24.444 INFO E| Downloaded semver v1.0.17
24672024-10-29T18:12:25.595Z[ helios-setup] Oct 29 18:12:24.448 INFO E| Downloaded semver v0.11.0
24682024-10-29T18:12:25.598Z[ helios-setup] Oct 29 18:12:24.450 INFO E| Downloaded ryu v1.0.13
24692024-10-29T18:12:25.603Z[ helios-setup] Oct 29 18:12:24.455 INFO E| Downloaded rustls v0.21.0
24702024-10-29T18:12:25.622Z[ helios-setup] Oct 29 18:12:24.474 INFO E| Downloaded digest v0.10.6
24712024-10-29T18:12:25.625Z[ helios-setup] Oct 29 18:12:24.477 INFO E| Downloaded crossbeam-utils v0.8.14
24722024-10-29T18:12:25.630Z[ helios-setup] Oct 29 18:12:24.481 INFO E| Downloaded crossbeam-deque v0.8.2
24732024-10-29T18:12:25.633Z[ helios-setup] Oct 29 18:12:24.484 INFO E| Downloaded concolor-query v0.3.3
24742024-10-29T18:12:25.635Z[ helios-setup] Oct 29 18:12:24.485 INFO E| Downloaded const-random v0.1.15
24752024-10-29T18:12:25.635Z[ helios-setup] Oct 29 18:12:24.487 INFO E| Downloaded concolor-override v1.0.0
24762024-10-29T18:12:25.637Z[ helios-setup] Oct 29 18:12:24.488 INFO E| Downloaded clap_lex v0.4.1
24772024-10-29T18:12:25.639Z[ helios-setup] Oct 29 18:12:24.490 INFO E| Downloaded clap_derive v4.2.0
24782024-10-29T18:12:25.642Z[ helios-setup] Oct 29 18:12:24.493 INFO E| Downloaded clap v4.2.1
24792024-10-29T18:12:25.656Z[ helios-setup] Oct 29 18:12:24.508 INFO E| Downloaded cargo-lock v8.0.3
24802024-10-29T18:12:25.660Z[ helios-setup] Oct 29 18:12:24.512 INFO E| Downloaded bytes v1.4.0
24812024-10-29T18:12:25.666Z[ helios-setup] Oct 29 18:12:24.518 INFO E| Downloaded block-buffer v0.10.3
24822024-10-29T18:12:25.669Z[ helios-setup] Oct 29 18:12:24.520 INFO E| Downloaded anstyle-parse v0.1.1
24832024-10-29T18:12:25.671Z[ helios-setup] Oct 29 18:12:24.523 INFO E| Downloaded built v0.6.0
24842024-10-29T18:12:25.674Z[ helios-setup] Oct 29 18:12:24.525 INFO E| Downloaded base64 v0.21.0
24852024-10-29T18:12:25.678Z[ helios-setup] Oct 29 18:12:24.531 INFO E| Downloaded ahash v0.8.3
24862024-10-29T18:12:25.901Z[ host-package] Compiling half v2.4.1
24872024-10-29T18:12:26.075Z[ helios-setup] Oct 29 18:12:24.927 INFO E| Compiling proc-macro2 v1.0.86
24882024-10-29T18:12:26.075Z[ helios-setup] Oct 29 18:12:24.927 INFO E| Compiling libc v0.2.139
24892024-10-29T18:12:26.076Z[ helios-setup] Oct 29 18:12:24.927 INFO E| Compiling unicode-ident v1.0.8
24902024-10-29T18:12:26.080Z[ helios-setup] Oct 29 18:12:24.927 INFO E| Compiling autocfg v1.1.0
24912024-10-29T18:12:26.080Z[ helios-setup] Oct 29 18:12:24.927 INFO E| Compiling cfg-if v1.0.0
24922024-10-29T18:12:26.080Z[ helios-setup] Oct 29 18:12:24.928 INFO E| Compiling version_check v0.9.4
24932024-10-29T18:12:26.080Z[ helios-setup] Oct 29 18:12:24.928 INFO E| Compiling serde v1.0.204
24942024-10-29T18:12:26.081Z[ helios-setup] Oct 29 18:12:24.928 INFO E| Compiling syn v1.0.107
24952024-10-29T18:12:26.672Z[ helios-setup] Oct 29 18:12:25.524 INFO E| Compiling memchr v2.5.0
24962024-10-29T18:12:27.290Z[ helios-setup] Oct 29 18:12:26.142 INFO E| Compiling once_cell v1.17.0
24972024-10-29T18:12:27.387Z[ host-package] Compiling ciborium-io v0.2.2
24982024-10-29T18:12:27.499Z[ helios-setup] Oct 29 18:12:26.351 INFO E| Compiling thiserror v1.0.38
24992024-10-29T18:12:27.658Z[ helios-setup] Oct 29 18:12:26.510 INFO E| Compiling log v0.4.17
25002024-10-29T18:12:28.323Z[ host-package] Compiling ciborium-ll v0.2.2
25012024-10-29T18:12:28.444Z[ helios-setup] Oct 29 18:12:27.296 INFO E| Compiling serde_json v1.0.95
25022024-10-29T18:12:28.539Z[ helios-setup] Oct 29 18:12:27.391 INFO E| Compiling itoa v1.0.6
25032024-10-29T18:12:29.302Z[ host-package] Compiling tungstenite v0.21.0
25042024-10-29T18:12:29.428Z[ helios-setup] Oct 29 18:12:28.280 INFO E| Compiling indexmap v1.9.3
25052024-10-29T18:12:29.442Z[ helios-setup] Oct 29 18:12:28.294 INFO E| Compiling scopeguard v1.1.0
25062024-10-29T18:12:29.501Z[ host-package] Compiling ciborium v0.2.2
25072024-10-29T18:12:29.808Z[ helios-setup] Oct 29 18:12:28.658 INFO E| Compiling pin-project-lite v0.2.9
25082024-10-29T18:12:29.876Z[ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
25092024-10-29T18:12:29.933Z[ helios-setup] Oct 29 18:12:28.785 INFO E| Compiling num-integer v0.1.45
25102024-10-29T18:12:30.189Z[ helios-setup] Oct 29 18:12:29.041 INFO E| Compiling quote v1.0.36
25112024-10-29T18:12:30.322Z[ helios-setup] Oct 29 18:12:29.173 INFO E| Compiling bytes v1.4.0
25122024-10-29T18:12:30.423Z[ helios-setup] Oct 29 18:12:29.275 INFO E| Compiling futures-core v0.3.28
25132024-10-29T18:12:30.972Z[ helios-setup] Oct 29 18:12:29.824 INFO E| Compiling syn v2.0.72
25142024-10-29T18:12:31.360Z[ helios-setup] Oct 29 18:12:30.211 INFO E| Compiling getrandom v0.2.8
25152024-10-29T18:12:31.362Z[ helios-setup] Oct 29 18:12:30.212 INFO E| Compiling jobserver v0.1.26
25162024-10-29T18:12:32.260Z[ helios-setup] Oct 29 18:12:31.112 INFO E| Compiling cc v1.0.78
25172024-10-29T18:12:32.405Z[ helios-setup] Oct 29 18:12:31.256 INFO E| Compiling ryu v1.0.13
25182024-10-29T18:12:33.436Z[ host-package] Compiling tokio-tungstenite v0.21.0
25192024-10-29T18:12:33.460Z[ helios-setup] Oct 29 18:12:32.312 INFO E| Compiling lock_api v0.4.9
25202024-10-29T18:12:33.567Z[ helios-setup] Oct 29 18:12:32.418 INFO E| Compiling parking_lot_core v0.9.6
25212024-10-29T18:12:33.721Z[ helios-setup] Oct 29 18:12:32.572 INFO E| Compiling bitflags v1.3.2
25222024-10-29T18:12:33.974Z[ helios-setup] Oct 29 18:12:32.825 INFO E| Compiling typenum v1.16.0
25232024-10-29T18:12:34.189Z[ helios-setup] Oct 29 18:12:33.040 INFO E| Compiling num_cpus v1.15.0
25242024-10-29T18:12:34.459Z[ host-package] Compiling same-file v1.0.6
25252024-10-29T18:12:34.601Z[ helios-setup] Oct 29 18:12:33.452 INFO E| Compiling generic-array v0.14.6
25262024-10-29T18:12:34.726Z[ helios-setup] Oct 29 18:12:33.578 INFO E| Compiling slab v0.4.7
25272024-10-29T18:12:34.905Z[ helios-setup] Oct 29 18:12:33.756 INFO E| Compiling futures-sink v0.3.28
25282024-10-29T18:12:34.984Z[ helios-setup] Oct 29 18:12:33.835 INFO E| Compiling futures-task v0.3.28
25292024-10-29T18:12:35.217Z[ helios-setup] Oct 29 18:12:34.068 INFO E| Compiling futures-channel v0.3.28
25302024-10-29T18:12:35.305Z[ host-package] Compiling fastrand v2.1.1
25312024-10-29T18:12:35.680Z[ helios-setup] Oct 29 18:12:34.531 INFO E| Compiling tokio v1.27.0
25322024-10-29T18:12:35.749Z[ helios-setup] Oct 29 18:12:34.600 INFO E| Compiling futures-util v0.3.28
25332024-10-29T18:12:36.198Z[ helios-setup] Oct 29 18:12:35.049 INFO E| Compiling schemars v0.8.12
25342024-10-29T18:12:36.632Z[ host-package] Compiling tempfile v3.13.0
25352024-10-29T18:12:37.286Z[ helios-setup] Oct 29 18:12:36.137 INFO E| Compiling socket2 v0.4.9
25362024-10-29T18:12:37.381Z[ helios-setup] Oct 29 18:12:36.232 INFO E| Compiling signal-hook-registry v1.4.0
25372024-10-29T18:12:37.381Z[ helios-setup] Oct 29 18:12:36.232 INFO E| Compiling mio v0.8.5
25382024-10-29T18:12:37.649Z[ helios-setup] Oct 29 18:12:36.500 INFO E| Compiling ahash v0.7.6
25392024-10-29T18:12:37.799Z[ helios-setup] Oct 29 18:12:36.650 INFO E| Compiling num-traits v0.2.15
25402024-10-29T18:12:37.988Z[ host-package] Compiling walkdir v2.5.0
25412024-10-29T18:12:38.209Z[ host-package] Compiling ring v0.16.20
25422024-10-29T18:12:38.574Z[ helios-setup] Oct 29 18:12:37.424 INFO E| Compiling crunchy v0.2.2
25432024-10-29T18:12:38.869Z[ helios-setup] Oct 29 18:12:37.718 INFO E| Compiling io-lifetimes v1.0.10
25442024-10-29T18:12:39.414Z[ host-package] Compiling blake3 v1.5.4
25452024-10-29T18:12:39.630Z[ helios-setup] Oct 29 18:12:38.481 INFO E| Compiling futures-io v0.3.28
25462024-10-29T18:12:40.248Z[ helios-setup] Oct 29 18:12:39.098 INFO E| Compiling pin-utils v0.1.0
25472024-10-29T18:12:40.890Z[ helios-setup] Oct 29 18:12:39.740 INFO E| Compiling ahash v0.8.3
25482024-10-29T18:12:41.171Z[ helios-setup] Oct 29 18:12:40.021 INFO E| Compiling rustix v0.37.3
25492024-10-29T18:12:41.344Z[ helios-setup] Oct 29 18:12:40.195 INFO E| Compiling proc-macro-hack v0.5.20+deprecated
25502024-10-29T18:12:41.707Z[ helios-setup] Oct 29 18:12:40.558 INFO E| Compiling hashbrown v0.12.3
25512024-10-29T18:12:41.778Z[ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
25522024-10-29T18:12:42.408Z[ helios-setup] Oct 29 18:12:41.259 INFO E| Compiling tiny-keccak v2.0.2
25532024-10-29T18:12:42.718Z[ helios-setup] Oct 29 18:12:41.567 INFO E| Compiling block-buffer v0.10.3
25542024-10-29T18:12:42.907Z[ helios-setup] Oct 29 18:12:41.757 INFO E| Compiling crypto-common v0.1.6
25552024-10-29T18:12:42.961Z[ helios-setup] Oct 29 18:12:41.811 INFO E| Compiling serde_derive_internals v0.26.0
25562024-10-29T18:12:43.977Z[ host-package] Compiling xattr v1.3.1
25572024-10-29T18:12:44.072Z[ helios-setup] Oct 29 18:12:42.923 INFO E| Compiling errno v0.3.1
25582024-10-29T18:12:44.472Z[ host-package] Compiling memmap2 v0.9.5
25592024-10-29T18:12:44.475Z[ helios-setup] Oct 29 18:12:43.324 INFO E| Compiling slog v2.7.0
25602024-10-29T18:12:44.771Z[ helios-setup] Oct 29 18:12:43.622 INFO E| Compiling crossbeam-utils v0.8.14
25612024-10-29T18:12:44.874Z[ helios-setup] Oct 29 18:12:43.725 INFO E| Compiling fnv v1.0.7
25622024-10-29T18:12:45.287Z[ host-package] Compiling filetime v0.2.25
25632024-10-29T18:12:45.293Z[ helios-setup] Oct 29 18:12:44.143 INFO E| Compiling pkg-config v0.3.26
25642024-10-29T18:12:45.540Z[ host-package] Compiling arrayvec v0.7.6
25652024-10-29T18:12:45.858Z[ helios-setup] Oct 29 18:12:44.708 INFO E| Compiling http v0.2.9
25662024-10-29T18:12:46.285Z[ host-package] Compiling constant_time_eq v0.3.1
25672024-10-29T18:12:46.371Z[ host-package] Compiling untrusted v0.7.1
25682024-10-29T18:12:46.769Z[ host-package] Compiling spin v0.5.2
25692024-10-29T18:12:47.106Z[ host-package] Compiling keccak v0.1.5
25702024-10-29T18:12:47.293Z[ host-package] Compiling arrayref v0.3.9
25712024-10-29T18:12:47.909Z[ host-package] Compiling sha3 v0.10.8
25722024-10-29T18:12:48.165Z[ helios-setup] Oct 29 18:12:47.015 INFO E| Compiling digest v0.10.6
25732024-10-29T18:12:48.487Z[ helios-setup] Oct 29 18:12:47.336 INFO E| Compiling aho-corasick v0.7.20
25742024-10-29T18:12:48.971Z[ helios-setup] Oct 29 18:12:47.821 INFO E| Compiling percent-encoding v2.2.0
25752024-10-29T18:12:49.381Z[ helios-setup] Oct 29 18:12:48.230 INFO E| Compiling heck v0.4.1
25762024-10-29T18:12:49.761Z[ helios-setup] Oct 29 18:12:48.610 INFO E| Compiling httparse v1.8.0
25772024-10-29T18:12:50.245Z[ helios-setup] Oct 29 18:12:49.094 INFO E| Compiling unicode-width v0.1.10
25782024-10-29T18:12:50.545Z[ helios-setup] Oct 29 18:12:49.395 INFO E| Compiling cpufeatures v0.2.5
25792024-10-29T18:12:50.548Z[ host-package] Compiling tar v0.4.42
25802024-10-29T18:12:50.650Z[ helios-setup] Oct 29 18:12:49.500 INFO E| Compiling anyhow v1.0.68
25812024-10-29T18:12:50.783Z[ helios-setup] Oct 29 18:12:49.633 INFO E| Compiling tinyvec_macros v0.1.1
25822024-10-29T18:12:51.298Z[ helios-setup] Oct 29 18:12:50.147 INFO E| Compiling regex-syntax v0.6.29
25832024-10-29T18:12:51.394Z[ helios-setup] Oct 29 18:12:50.243 INFO E| Compiling const-random-macro v0.1.15
25842024-10-29T18:12:51.647Z[ helios-setup] Oct 29 18:12:50.496 INFO E| Compiling tinyvec v1.6.0
25852024-10-29T18:12:51.651Z[ host-package] Compiling toolchain_find v0.4.0
25862024-10-29T18:12:52.851Z[ host-package] Compiling camino-tempfile v1.1.1
25872024-10-29T18:12:53.102Z[ helios-setup] Oct 29 18:12:51.951 INFO E| Compiling form_urlencoded v1.1.0
25882024-10-29T18:12:53.458Z[ helios-setup] Oct 29 18:12:52.308 INFO E| Compiling hashbrown v0.13.2
25892024-10-29T18:12:53.710Z[ host-package] Compiling nibble_vec v0.1.0
25902024-10-29T18:12:53.936Z[ helios-setup] Oct 29 18:12:52.785 INFO E| Compiling thiserror-impl v1.0.38
25912024-10-29T18:12:54.198Z[ host-package] Compiling glob v0.3.1
25922024-10-29T18:12:54.312Z[ host-package] Compiling topological-sort v0.2.2
25932024-10-29T18:12:54.392Z[ helios-setup] Oct 29 18:12:53.239 INFO E| Compiling schemars_derive v0.8.12
25942024-10-29T18:12:54.509Z[ helios-setup] Oct 29 18:12:53.358 INFO E| Compiling serde_derive v1.0.204
25952024-10-29T18:12:54.642Z[ helios-setup] Oct 29 18:12:53.491 INFO E| Compiling tokio-macros v2.0.0
25962024-10-29T18:12:54.888Z[ host-package] Compiling crunchy v0.2.2
25972024-10-29T18:12:54.967Z[ host-package] Compiling endian-type v0.1.2
25982024-10-29T18:12:55.299Z[ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
25992024-10-29T18:12:55.519Z[ helios-setup] Oct 29 18:12:54.368 INFO E| Compiling futures-macro v0.3.28
26002024-10-29T18:12:55.634Z[ host-package] Compiling maplit v1.0.2
26012024-10-29T18:12:55.907Z[ helios-setup] Oct 29 18:12:54.756 INFO E| Compiling chrono v0.4.24
26022024-10-29T18:12:56.070Z[ host-package] Compiling radix_trie v0.2.1
26032024-10-29T18:12:56.204Z[ host-package] Compiling clang-sys v1.8.1
26042024-10-29T18:12:56.401Z[ host-package] Compiling omicron-zone-package v0.11.1
26052024-10-29T18:12:56.403Z[ host-package] Compiling rustfmt-wrapper v0.2.1
26062024-10-29T18:12:56.976Z[ host-package] Compiling tiny-keccak v2.0.2
26072024-10-29T18:12:57.710Z[ helios-setup] Oct 29 18:12:56.558 INFO E| Compiling libz-sys v1.1.8
26082024-10-29T18:12:58.063Z[ host-package] Compiling dsl_auto_type v0.1.2
26092024-10-29T18:12:58.154Z[ host-package] Compiling scheduled-thread-pool v0.2.7
26102024-10-29T18:12:58.385Z[ host-package] Compiling secrecy v0.8.0
26112024-10-29T18:12:58.445Z[ host-package] Compiling diesel_table_macro_syntax v0.2.0
26122024-10-29T18:12:59.148Z[ host-package] Compiling arc-swap v1.7.1
26132024-10-29T18:12:59.151Z[ helios-setup] Oct 29 18:12:58.000 INFO E| Compiling regex v1.7.3
26142024-10-29T18:12:59.318Z[ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
26152024-10-29T18:13:00.469Z[ host-package] Compiling r2d2 v0.8.10
26162024-10-29T18:13:00.590Z[ host-package] Compiling slog-scope v4.4.0
26172024-10-29T18:13:00.663Z[ host-package] Compiling diesel_derives v2.2.3
26182024-10-29T18:13:00.931Z[ helios-setup] Oct 29 18:12:59.779 INFO E| Compiling dyn-clone v1.0.11
26192024-10-29T18:13:01.182Z[ helios-setup] Oct 29 18:13:00.031 INFO E| Compiling uuid v1.3.0
26202024-10-29T18:13:01.378Z[ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
26212024-10-29T18:13:01.388Z[ helios-setup] Oct 29 18:13:00.237 INFO E| Compiling regress v0.5.0
26222024-10-29T18:13:01.485Z[ helios-setup] Oct 29 18:13:00.334 INFO E| Compiling unicode-normalization v0.1.22
26232024-10-29T18:13:01.936Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
26242024-10-29T18:13:02.035Z[ host-package] Compiling ascii-canvas v3.0.0
26252024-10-29T18:13:02.445Z[ helios-setup] Oct 29 18:13:01.293 INFO E| Compiling const-random v0.1.15
26262024-10-29T18:13:03.333Z[ host-package] Compiling universal-hash v0.5.1
26272024-10-29T18:13:03.681Z[ helios-setup] Oct 29 18:13:02.529 INFO E| Compiling getopts v0.2.21
26282024-10-29T18:13:04.264Z[ host-package] Compiling thiserror-impl-no-std v2.0.2
26292024-10-29T18:13:04.505Z[ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
26302024-10-29T18:13:05.180Z[ helios-setup] Oct 29 18:13:04.027 INFO E| Compiling tracing-core v0.1.30
26312024-10-29T18:13:05.759Z[ host-package] Compiling ena v0.14.3
26322024-10-29T18:13:05.814Z[ helios-setup] Oct 29 18:13:04.662 INFO E| Compiling memoffset v0.7.1
26332024-10-29T18:13:05.904Z[ helios-setup] Oct 29 18:13:04.752 INFO E| Compiling powerfmt v0.2.0
26342024-10-29T18:13:06.670Z[ host-package] Compiling libloading v0.8.5
26352024-10-29T18:13:06.778Z[ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26362024-10-29T18:13:07.101Z[ helios-setup] Oct 29 18:13:05.949 INFO E| Compiling unicode-bidi v0.3.13
26372024-10-29T18:13:07.272Z[ helios-setup] Oct 29 18:13:06.119 INFO E| Compiling ucd-trie v0.1.5
26382024-10-29T18:13:07.661Z[ host-package] Compiling regex-syntax v0.6.29
26392024-10-29T18:13:08.089Z[ helios-setup] Oct 29 18:13:06.936 INFO E| Compiling time-core v0.1.2
26402024-10-29T18:13:08.281Z[ helios-setup] Oct 29 18:13:07.128 INFO E| Compiling num-conv v0.1.0
26412024-10-29T18:13:09.735Z[ host-package] Compiling bindgen v0.69.5
26422024-10-29T18:13:10.076Z[ helios-setup] Oct 29 18:13:08.923 INFO E| Compiling idna v0.3.0
26432024-10-29T18:13:10.404Z[ helios-setup] Oct 29 18:13:09.251 INFO E| Compiling time-macros v0.2.18
26442024-10-29T18:13:10.863Z[ host-package] Compiling diff v0.1.13
26452024-10-29T18:13:11.006Z[ helios-setup] Oct 29 18:13:09.853 INFO E| Compiling pest v2.5.7
26462024-10-29T18:13:12.305Z[ host-package] Compiling opaque-debug v0.3.1
26472024-10-29T18:13:12.956Z[ host-package] Compiling poly1305 v0.8.0
26482024-10-29T18:13:14.294Z[ helios-setup] Oct 29 18:13:13.141 INFO E| Compiling tracing v0.1.37
26492024-10-29T18:13:14.797Z[ helios-setup] Oct 29 18:13:13.643 INFO E| Compiling deranged v0.3.11
26502024-10-29T18:13:16.383Z[ host-package] Compiling lalrpop v0.19.12
26512024-10-29T18:13:16.559Z[ helios-setup] Oct 29 18:13:15.405 INFO E| Compiling libgit2-sys v0.14.2+1.5.1
26522024-10-29T18:13:17.087Z[ helios-setup] Oct 29 18:13:15.933 INFO E| Compiling time v0.1.45
26532024-10-29T18:13:18.181Z[ helios-setup] Oct 29 18:13:17.027 INFO E| Compiling crossbeam-epoch v0.9.13
26542024-10-29T18:13:18.607Z[ helios-setup] Oct 29 18:13:17.453 INFO E| Compiling num_threads v0.1.6
26552024-10-29T18:13:18.609Z[ host-package] Compiling thiserror-no-std v2.0.2
26562024-10-29T18:13:18.877Z[ helios-setup] Oct 29 18:13:17.723 INFO E| Compiling semver v1.0.17
26572024-10-29T18:13:19.811Z[ helios-setup] Oct 29 18:13:18.657 INFO E| Compiling iana-time-zone v0.1.56
26582024-10-29T18:13:20.246Z[ helios-setup] Oct 29 18:13:19.092 INFO E| Compiling time v0.3.36
26592024-10-29T18:13:21.271Z[ helios-setup] Oct 29 18:13:20.117 INFO E| Compiling semver-parser v0.10.2
26602024-10-29T18:13:21.647Z[ helios-setup] Oct 29 18:13:20.492 INFO E| Compiling url v2.3.1
26612024-10-29T18:13:21.848Z[ helios-setup] Oct 29 18:13:20.694 INFO E| Compiling toml v0.5.11
26622024-10-29T18:13:22.553Z[ helios-setup] Oct 29 18:13:21.399 INFO E| Compiling smallvec v1.10.0
26632024-10-29T18:13:23.413Z[ host-package] Compiling diesel v2.2.4
26642024-10-29T18:13:24.805Z[ helios-setup] Oct 29 18:13:23.651 INFO E| Compiling parking_lot v0.12.1
26652024-10-29T18:13:27.667Z[ helios-setup] Oct 29 18:13:26.512 INFO E| Compiling serde_tokenstream v0.2.0
26662024-10-29T18:13:30.270Z[ helios-setup] Oct 29 18:13:29.115 INFO E| Compiling crossbeam-channel v0.5.6
26672024-10-29T18:13:33.577Z[ helios-setup] Oct 29 18:13:32.421 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26682024-10-29T18:13:35.786Z[ helios-setup] Oct 29 18:13:34.630 INFO E| Compiling dirs-sys-next v0.1.2
26692024-10-29T18:13:37.005Z[ helios-setup] Oct 29 18:13:35.849 INFO E| Compiling crc32fast v1.3.2
26702024-10-29T18:13:38.135Z[ helios-setup] Oct 29 18:13:36.957 INFO E| Compiling same-file v1.0.6
26712024-10-29T18:13:38.135Z[ helios-setup] Oct 29 18:13:36.959 INFO E| Compiling try-lock v0.2.4
26722024-10-29T18:13:38.482Z[ helios-setup] Oct 29 18:13:37.326 INFO E| Compiling want v0.3.0
26732024-10-29T18:13:38.646Z[ helios-setup] Oct 29 18:13:37.490 INFO E| Compiling walkdir v2.3.3
26742024-10-29T18:13:40.141Z[ helios-setup] Oct 29 18:13:38.985 INFO E| Compiling dirs-next v2.0.0
26752024-10-29T18:13:40.843Z[ host-package] Compiling slog-stdlog v4.1.1
26762024-10-29T18:13:41.374Z[ helios-setup] Oct 29 18:13:40.218 INFO E| Compiling proc-macro-crate v1.2.1
26772024-10-29T18:13:42.287Z[ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
26782024-10-29T18:13:42.481Z[ helios-setup] Oct 29 18:13:41.324 INFO E| Compiling semver v0.11.0
26792024-10-29T18:13:42.765Z[ host-package] Compiling which v4.4.2
26802024-10-29T18:13:43.651Z[ helios-setup] Oct 29 18:13:42.495 INFO E| Compiling tokio-util v0.7.7
26812024-10-29T18:13:43.790Z[ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26822024-10-29T18:13:44.618Z[ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
26832024-10-29T18:13:45.050Z[ host-package] Compiling chacha20 v0.9.1
26842024-10-29T18:13:45.319Z[ host-package] Compiling cexpr v0.6.0
26852024-10-29T18:13:46.310Z[ host-package] Compiling aead v0.5.2
26862024-10-29T18:13:46.310Z[ helios-setup] Oct 29 18:13:45.153 INFO E| Compiling h2 v0.3.16
26872024-10-29T18:13:47.123Z[ helios-setup] Oct 29 18:13:45.966 INFO E| Compiling futures-executor v0.3.28
26882024-10-29T18:13:47.302Z[ host-package] Compiling rustc-hash v1.1.0
26892024-10-29T18:13:48.001Z[ host-package] Compiling ref-cast v1.0.23
26902024-10-29T18:13:48.351Z[ helios-setup] Oct 29 18:13:47.194 INFO E| Compiling http-body v0.4.5
26912024-10-29T18:13:49.019Z[ host-package] Compiling lazycell v1.3.0
26922024-10-29T18:13:49.315Z[ helios-setup] Oct 29 18:13:48.158 INFO E| Compiling ring v0.16.20
26932024-10-29T18:13:49.346Z[ host-package] Compiling chacha20poly1305 v0.10.1
26942024-10-29T18:13:49.486Z[ helios-setup] Oct 29 18:13:48.324 INFO E| Compiling rand_core v0.6.4
26952024-10-29T18:13:50.167Z[ host-package] Compiling slog-envlogger v2.2.0
26962024-10-29T18:13:50.649Z[ helios-setup] Oct 29 18:13:49.491 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
26972024-10-29T18:13:50.917Z[ helios-setup] Oct 29 18:13:49.760 INFO E| Compiling thread_local v1.1.7
26982024-10-29T18:13:52.311Z[ helios-setup] Oct 29 18:13:51.154 INFO E| Compiling utf8parse v0.2.1
26992024-10-29T18:13:52.520Z[ helios-setup] Oct 29 18:13:51.362 INFO E| Compiling base64 v0.21.0
27002024-10-29T18:13:52.858Z[ helios-setup] Oct 29 18:13:51.700 INFO E| Compiling tower-service v0.3.2
27012024-10-29T18:13:53.201Z[ helios-setup] Oct 29 18:13:52.043 INFO E| Compiling adler v1.0.2
27022024-10-29T18:13:53.648Z[ helios-setup] Oct 29 18:13:52.490 INFO E| Compiling rayon-core v1.10.2
27032024-10-29T18:13:53.928Z[ helios-setup] Oct 29 18:13:52.770 INFO E| Compiling fastrand v1.9.0
27042024-10-29T18:13:54.555Z[ host-package] Compiling vsss-rs v3.3.4
27052024-10-29T18:13:54.622Z[ helios-setup] Oct 29 18:13:53.464 INFO E| Compiling lazy_static v1.4.0
27062024-10-29T18:13:54.883Z[ helios-setup] Oct 29 18:13:53.725 INFO E| Compiling httpdate v1.0.2
27072024-10-29T18:13:55.152Z[ helios-setup] Oct 29 18:13:53.994 INFO E| Compiling home v0.5.4
27082024-10-29T18:13:55.936Z[ helios-setup] Oct 29 18:13:54.778 INFO E| Compiling ppv-lite86 v0.2.17
27092024-10-29T18:13:56.810Z[ helios-setup] Oct 29 18:13:55.652 INFO E| Compiling toolchain_find v0.2.0
27102024-10-29T18:13:57.620Z[ helios-setup] Oct 29 18:13:56.462 INFO E| Compiling rand_chacha v0.3.1
27112024-10-29T18:13:57.772Z[ helios-setup] Oct 29 18:13:56.614 INFO E| Compiling hyper v0.14.25
27122024-10-29T18:13:59.237Z[ helios-setup] Oct 29 18:13:58.079 INFO E| Compiling tempfile v3.5.0
27132024-10-29T18:14:00.536Z[ helios-setup] Oct 29 18:13:59.378 INFO E| Compiling miniz_oxide v0.6.2
27142024-10-29T18:14:00.726Z[ helios-setup] Oct 29 18:13:59.567 INFO E| Compiling anstyle-parse v0.1.1
27152024-10-29T18:14:03.933Z[ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
27162024-10-29T18:14:04.714Z[ host-package] Compiling derive_builder_core v0.20.2
27172024-10-29T18:14:04.974Z[ helios-setup] Oct 29 18:14:03.815 INFO E| Compiling futures v0.3.28
27182024-10-29T18:14:08.394Z[ host-package] Compiling headers-core v0.3.0
27192024-10-29T18:14:09.227Z[ host-package] Compiling fxhash v0.2.1
27202024-10-29T18:14:09.388Z[ host-package] Compiling libxml v0.3.3
27212024-10-29T18:14:09.714Z[ host-package] Compiling ref-cast-impl v1.0.23
27222024-10-29T18:14:10.770Z[ host-package] Compiling derive_builder_macro v0.20.2
27232024-10-29T18:14:12.219Z[ host-package] Compiling polar-core v0.27.3
27242024-10-29T18:14:12.728Z[ host-package] Compiling headers v0.4.0
27252024-10-29T18:14:14.932Z[ helios-setup] Oct 29 18:14:13.772 INFO E| Compiling crossbeam-deque v0.8.2
27262024-10-29T18:14:15.832Z[ helios-setup] Oct 29 18:14:14.672 INFO E| Compiling cargo-lock v8.0.3
27272024-10-29T18:14:16.720Z[ host-package] Compiling samael v0.0.17
27282024-10-29T18:14:19.409Z[ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
27292024-10-29T18:14:19.720Z[ helios-setup] Oct 29 18:14:18.560 INFO E| Compiling num_enum_derive v0.5.7
27302024-10-29T18:14:20.771Z[ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
27312024-10-29T18:14:21.432Z[ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
27322024-10-29T18:14:22.606Z[ helios-setup] Oct 29 18:14:21.445 INFO E| Compiling term v0.7.0
27332024-10-29T18:14:24.204Z[ helios-setup] Oct 29 18:14:23.043 INFO E| Compiling serde_urlencoded v0.7.1
27342024-10-29T18:14:24.820Z[ helios-setup] Oct 29 18:14:23.659 INFO E| Compiling sha1 v0.10.5
27352024-10-29T18:14:25.118Z[ helios-setup] Oct 29 18:14:23.957 INFO E| Compiling sha2 v0.10.6
27362024-10-29T18:14:25.468Z[ helios-setup] Oct 29 18:14:24.307 INFO E| Compiling is-terminal v0.4.7
27372024-10-29T18:14:25.667Z[ helios-setup] Oct 29 18:14:24.506 INFO E| Compiling atty v0.2.14
27382024-10-29T18:14:25.769Z[ host-package] Compiling phf_generator v0.11.2
27392024-10-29T18:14:26.353Z[ host-package] Compiling strum_macros v0.24.3
27402024-10-29T18:14:28.485Z[ helios-setup] Oct 29 18:14:27.324 INFO E| Compiling anstyle v0.3.5
27412024-10-29T18:14:28.540Z[ helios-setup] Oct 29 18:14:27.379 INFO E| Compiling concolor-override v1.0.0
27422024-10-29T18:14:28.950Z[ helios-setup] Oct 29 18:14:27.788 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b)
27432024-10-29T18:14:29.505Z[ helios-setup] Oct 29 18:14:28.341 INFO E| Compiling concolor-query v0.3.3
27442024-10-29T18:14:29.780Z[ helios-setup] Oct 29 18:14:28.619 INFO E| Compiling anstream v0.2.6
27452024-10-29T18:14:31.773Z[ host-package] Compiling kstat-rs v0.2.4
27462024-10-29T18:14:32.375Z[ helios-setup] Oct 29 18:14:31.213 INFO E| Compiling slog-term v2.9.0
27472024-10-29T18:14:32.790Z[ helios-setup] Oct 29 18:14:31.628 INFO E| Compiling flate2 v1.0.25
27482024-10-29T18:14:32.947Z[ helios-setup] Oct 29 18:14:31.785 INFO E| Compiling num_enum v0.5.7
27492024-10-29T18:14:33.426Z[ host-package] Compiling unicase v2.7.0
27502024-10-29T18:14:33.864Z[ helios-setup] Oct 29 18:14:32.702 INFO E| Compiling rustfmt-wrapper v0.2.0
27512024-10-29T18:14:33.864Z[ host-package] Compiling indoc v1.0.9
27522024-10-29T18:14:34.422Z[ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
27532024-10-29T18:14:35.192Z[ helios-setup] Oct 29 18:14:34.029 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1)
27542024-10-29T18:14:35.258Z[ helios-setup] Oct 29 18:14:34.096 INFO E| Compiling rand v0.8.5
27552024-10-29T18:14:35.405Z[ helios-setup] Oct 29 18:14:34.242 INFO E| Compiling openapiv3 v1.0.2
27562024-10-29T18:14:36.007Z[ host-package] Compiling phf_codegen v0.11.2
27572024-10-29T18:14:39.295Z[ helios-setup] Oct 29 18:14:38.131 INFO E| Compiling encoding_rs v0.8.32
27582024-10-29T18:14:39.347Z[ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
27592024-10-29T18:14:43.784Z[ helios-setup] Oct 29 18:14:42.621 INFO E| Compiling spin v0.5.2
27602024-10-29T18:14:43.985Z[ helios-setup] Oct 29 18:14:42.822 INFO E| Compiling untrusted v0.7.1
27612024-10-29T18:14:44.337Z[ helios-setup] Oct 29 18:14:43.173 INFO E| Compiling byteorder v1.4.3
27622024-10-29T18:14:44.547Z[ helios-setup] Oct 29 18:14:43.384 INFO E| Compiling mime v0.3.17
27632024-10-29T18:14:44.830Z[ helios-setup] Oct 29 18:14:43.666 INFO E| Compiling base64 v0.13.1
27642024-10-29T18:14:45.020Z[ host-package] Compiling derive_builder v0.20.2
27652024-10-29T18:14:45.598Z[ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
27662024-10-29T18:14:45.881Z[ helios-setup] Oct 29 18:14:44.717 INFO E| Compiling unsafe-libyaml v0.2.8
27672024-10-29T18:14:46.521Z[ helios-setup] Oct 29 18:14:45.358 INFO E| Compiling project-root v0.2.2
27682024-10-29T18:14:47.098Z[ helios-setup] Oct 29 18:14:45.934 INFO E| Compiling clap_lex v0.4.1
27692024-10-29T18:14:47.178Z[ helios-setup] Oct 29 18:14:46.014 INFO E| Compiling strsim v0.10.0
27702024-10-29T18:14:48.690Z[ helios-setup] Oct 29 18:14:47.526 INFO E| Compiling either v1.8.0
27712024-10-29T18:14:48.750Z[ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
27722024-10-29T18:14:49.217Z[ helios-setup] Oct 29 18:14:48.053 INFO E| Compiling ipnet v2.7.2
27732024-10-29T18:14:49.705Z[ host-package] Compiling impl-trait-for-tuples v0.2.2
27742024-10-29T18:14:49.710Z[ helios-setup] Oct 29 18:14:48.444 INFO E| Compiling utf-8 v0.7.6
27752024-10-29T18:14:50.492Z[ helios-setup] Oct 29 18:14:49.328 INFO E| Compiling reqwest v0.11.16
27762024-10-29T18:14:50.916Z[ helios-setup] Oct 29 18:14:49.752 INFO E| Compiling tungstenite v0.18.0
27772024-10-29T18:14:51.187Z[ helios-setup] Oct 29 18:14:50.022 INFO E| Compiling rayon v1.6.1
27782024-10-29T18:14:54.014Z[ helios-setup] Oct 29 18:14:52.850 INFO E| Compiling serde_yaml v0.9.21
27792024-10-29T18:14:54.908Z[ host-package] Compiling oso-derive v0.27.3
27802024-10-29T18:14:57.455Z[ host-package] Compiling parse-zoneinfo v0.3.1
27812024-10-29T18:15:00.039Z[ helios-setup] Oct 29 18:14:58.874 INFO E| Compiling clap_builder v4.2.1
27822024-10-29T18:15:01.097Z[ host-package] Compiling libz-sys v1.1.20
27832024-10-29T18:15:01.377Z[ helios-setup] Oct 29 18:15:00.212 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27842024-10-29T18:15:02.187Z[ helios-setup] Oct 29 18:15:01.022 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09)
27852024-10-29T18:15:03.026Z[ helios-setup] Oct 29 18:15:01.860 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404)
27862024-10-29T18:15:03.164Z[ host-package] Compiling quick-xml v0.33.0
27872024-10-29T18:15:04.230Z[ host-package] Compiling diesel-dtrace v0.3.0
27882024-10-29T18:15:04.889Z[ host-package] Compiling cfg_aliases v0.1.1
27892024-10-29T18:15:05.307Z[ host-package] Compiling parking_lot_core v0.8.6
27902024-10-29T18:15:06.608Z[ helios-setup] Oct 29 18:15:05.441 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e)
27912024-10-29T18:15:07.116Z[ host-package] Compiling nix v0.28.0
27922024-10-29T18:15:08.561Z[ helios-setup] Oct 29 18:15:07.395 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a)
27932024-10-29T18:15:08.620Z[ helios-setup] Oct 29 18:15:07.454 INFO E| Compiling clap_derive v4.2.0
27942024-10-29T18:15:09.284Z[ host-package] Compiling oso v0.27.3
27952024-10-29T18:15:11.020Z[ host-package] Compiling chrono-tz-build v0.4.0
27962024-10-29T18:15:12.364Z[ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
27972024-10-29T18:15:13.004Z[ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
27982024-10-29T18:15:13.448Z[ helios-setup] Oct 29 18:15:12.282 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
27992024-10-29T18:15:15.866Z[ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
28002024-10-29T18:15:18.952Z[ helios-setup] Oct 29 18:15:17.785 INFO E| Compiling clap v4.2.1
28012024-10-29T18:15:21.747Z[ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
28022024-10-29T18:15:22.738Z[ host-package] Compiling bb8 v0.8.5
28032024-10-29T18:15:23.084Z[ host-package] Compiling const_format_proc_macros v0.2.33
28042024-10-29T18:15:24.232Z[ host-package] Compiling vte_generate_state_changes v0.1.2
28052024-10-29T18:15:25.168Z[ helios-setup] Oct 29 18:15:24.000 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common)
28062024-10-29T18:15:25.914Z[ host-package] Compiling vte v0.11.1
28072024-10-29T18:15:27.050Z[ host-package] Compiling const_format v0.2.33
28082024-10-29T18:15:29.016Z[ host-package] Compiling async-bb8-diesel v0.2.1
28092024-10-29T18:15:30.066Z[ host-package] Compiling chrono-tz v0.10.0
28102024-10-29T18:15:33.060Z[ host-package] Compiling fd-lock v4.0.2
28112024-10-29T18:15:33.135Z[ host-package] Compiling libgit2-sys v0.17.0+1.8.1
28122024-10-29T18:15:33.971Z[ host-package] Compiling atty v0.2.14
28132024-10-29T18:15:34.440Z[ host-package] Compiling bytecount v0.6.8
28142024-10-29T18:15:35.178Z[ host-package] Compiling salty v0.3.0
28152024-10-29T18:15:36.505Z[ host-package] Compiling papergrid v0.11.0
28162024-10-29T18:15:36.933Z[ helios-setup] Oct 29 18:15:35.689 INFO E| Compiling tokio-tungstenite v0.18.0
28172024-10-29T18:15:38.013Z[ helios-setup] Oct 29 18:15:36.844 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28182024-10-29T18:15:41.420Z[ helios-setup] Oct 29 18:15:40.250 INFO E| Compiling smartstring v1.0.1
28192024-10-29T18:15:42.506Z[ helios-setup] Oct 29 18:15:41.335 INFO E| Compiling rustls v0.21.0
28202024-10-29T18:15:44.861Z[ helios-setup] Oct 29 18:15:43.691 INFO E| Compiling toml_datetime v0.6.1
28212024-10-29T18:15:45.361Z[ helios-setup] Oct 29 18:15:44.191 INFO E| Compiling serde_spanned v0.6.1
28222024-10-29T18:15:45.402Z[ host-package] Compiling parking_lot v0.11.2
28232024-10-29T18:15:46.282Z[ helios-setup] Oct 29 18:15:45.112 INFO E| Compiling paste v1.0.12
28242024-10-29T18:15:46.403Z[ helios-setup] Oct 29 18:15:45.232 INFO E| Compiling async-trait v0.1.68
28252024-10-29T18:15:47.358Z[ helios-setup] Oct 29 18:15:46.188 INFO E| Compiling slog-async v2.7.0
28262024-10-29T18:15:47.370Z[ helios-setup] Oct 29 18:15:46.200 INFO E| Compiling winnow v0.4.1
28272024-10-29T18:15:47.548Z[ helios-setup] Oct 29 18:15:46.378 INFO E| Compiling camino v1.1.4
28282024-10-29T18:15:48.533Z[ helios-setup] Oct 29 18:15:47.363 INFO E| Compiling match_cfg v0.1.0
28292024-10-29T18:15:48.748Z[ helios-setup] Oct 29 18:15:47.578 INFO E| Compiling static_assertions v1.1.0
28302024-10-29T18:15:48.877Z[ helios-setup] Oct 29 18:15:47.707 INFO E| Compiling hostname v0.3.1
28312024-10-29T18:15:49.770Z[ helios-setup] Oct 29 18:15:48.600 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol)
28322024-10-29T18:15:49.965Z[ helios-setup] Oct 29 18:15:48.795 INFO E| Compiling slog-json v2.6.1
28332024-10-29T18:15:50.427Z[ helios-setup] Oct 29 18:15:49.257 INFO E| Compiling unicode-linebreak v0.1.4
28342024-10-29T18:15:51.384Z[ helios-setup] Oct 29 18:15:50.213 INFO E| Compiling async-stream-impl v0.3.5
28352024-10-29T18:15:54.275Z[ helios-setup] Oct 29 18:15:53.104 INFO E| Compiling sct v0.7.0
28362024-10-29T18:15:55.153Z[ helios-setup] Oct 29 18:15:53.982 INFO E| Compiling rustls-webpki v0.100.1
28372024-10-29T18:15:55.227Z[ helios-setup] Oct 29 18:15:54.056 INFO E| Compiling toml_edit v0.19.8
28382024-10-29T18:15:55.295Z[ helios-setup] Oct 29 18:15:54.124 INFO E| Compiling rhai_codegen v1.5.0
28392024-10-29T18:16:00.855Z[ helios-setup] Oct 29 18:15:59.683 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28402024-10-29T18:16:01.210Z[ host-package] Compiling strip-ansi-escapes v0.2.0
28412024-10-29T18:16:01.591Z[ helios-setup] Oct 29 18:16:00.420 INFO E| Compiling take_mut v0.2.2
28422024-10-29T18:16:02.286Z[ helios-setup] Oct 29 18:16:01.114 INFO E| Compiling toml v0.7.3
28432024-10-29T18:16:02.678Z[ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
28442024-10-29T18:16:02.882Z[ host-package] Compiling tabled_derive v0.7.0
28452024-10-29T18:16:06.209Z[ helios-setup] Oct 29 18:16:05.036 INFO E| Compiling rhai v1.14.0
28462024-10-29T18:16:07.702Z[ host-package] Compiling peg-macros v0.8.4
28472024-10-29T18:16:07.771Z[ helios-setup] Oct 29 18:16:06.599 INFO E| Compiling async-stream v0.3.5
28482024-10-29T18:16:08.537Z[ helios-setup] Oct 29 18:16:07.365 INFO E| Compiling slog-bunyan v2.4.0
28492024-10-29T18:16:09.325Z[ helios-setup] Oct 29 18:16:08.152 INFO E| Compiling tokio-rustls v0.24.0
28502024-10-29T18:16:11.263Z[ host-package] Compiling sqlparser_derive v0.2.2
28512024-10-29T18:16:13.130Z[ helios-setup] Oct 29 18:16:11.957 INFO E| Compiling rustls-pemfile v1.0.2
28522024-10-29T18:16:13.837Z[ host-package] Compiling unicode_categories v0.1.1
28532024-10-29T18:16:14.202Z[ host-package] Compiling nu-ansi-term v0.50.1
28542024-10-29T18:16:14.520Z[ helios-setup] Oct 29 18:16:13.346 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf)
28552024-10-29T18:16:15.468Z[ host-package] Compiling rustyline v14.0.0
28562024-10-29T18:16:15.943Z[ helios-setup] Oct 29 18:16:14.770 INFO E| Compiling bincode v1.3.3
28572024-10-29T18:16:16.371Z[ host-package] Compiling reedline v0.35.0
28582024-10-29T18:16:18.207Z[ helios-setup] Oct 29 18:16:17.034 INFO E| Compiling serde_path_to_error v0.1.11
28592024-10-29T18:16:18.403Z[ helios-setup] Oct 29 18:16:17.229 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol)
28602024-10-29T18:16:20.272Z[ helios-setup] Oct 29 18:16:19.097 INFO E| Compiling terminal_size v0.2.6
28612024-10-29T18:16:20.382Z[ helios-setup] Oct 29 18:16:19.207 INFO E| Compiling smawk v0.3.1
28622024-10-29T18:16:20.923Z[ helios-setup] Oct 29 18:16:19.749 INFO E| Compiling textwrap v0.16.0
28632024-10-29T18:16:39.763Z[ host-package] Compiling sqlformat v0.2.6
28642024-10-29T18:16:46.501Z[ host-package] Compiling peg v0.8.4
28652024-10-29T18:16:47.006Z[ host-package] Compiling sqlparser v0.45.0
28662024-10-29T18:16:49.416Z[ host-package] Compiling tabled v0.15.0
28672024-10-29T18:16:50.140Z[ helios-setup] Oct 29 18:16:48.963 INFO E| Compiling git2 v0.16.1
28682024-10-29T18:16:54.558Z[ host-package] Compiling sled v0.34.7
28692024-10-29T18:16:55.511Z[ helios-setup] Oct 29 18:16:54.333 INFO E| Compiling built v0.6.0
28702024-10-29T18:16:58.732Z[ host-package] Compiling mime_guess v2.0.5
28712024-10-29T18:16:58.908Z[ helios-setup] Oct 29 18:16:57.730 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998)
28722024-10-29T18:17:00.640Z[ helios-setup] Oct 29 18:16:59.462 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi)
28732024-10-29T18:17:00.643Z[ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
28742024-10-29T18:17:01.294Z[ helios-setup] Oct 29 18:17:00.115 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server)
28752024-10-29T18:17:02.180Z[ host-package] Compiling hickory-client v0.24.1
28762024-10-29T18:17:03.805Z[ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28772024-10-29T18:17:08.856Z[ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
28782024-10-29T18:17:09.121Z[ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
28792024-10-29T18:17:11.521Z[ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28802024-10-29T18:17:17.553Z[ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
28812024-10-29T18:17:17.781Z[ host-package] Compiling hickory-server v0.24.1
28822024-10-29T18:17:20.082Z[ host-package] Compiling primeorder v0.13.6
28832024-10-29T18:17:20.433Z[ host-package] Compiling vergen v8.3.2
28842024-10-29T18:17:20.753Z[ host-package] Compiling bcs v0.1.6
28852024-10-29T18:17:20.771Z[ helios-setup] Oct 29 18:17:19.591 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver)
28862024-10-29T18:17:20.961Z[ host-package] Compiling env_filter v0.1.2
28872024-10-29T18:17:22.097Z[ host-package] Compiling cargo-platform v0.1.8
28882024-10-29T18:17:22.637Z[ host-package] Compiling nanorand v0.7.0
28892024-10-29T18:17:22.739Z[ host-package] Compiling memoffset v0.9.1
28902024-10-29T18:17:23.041Z[ helios-setup] Oct 29 18:17:21.860 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server)
28912024-10-29T18:17:23.517Z[ host-package] Compiling flume v0.11.0
28922024-10-29T18:17:23.592Z[ host-package] Compiling cargo_metadata v0.18.1
28932024-10-29T18:17:24.433Z[ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
28942024-10-29T18:17:24.798Z[ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28952024-10-29T18:17:29.828Z[ host-package] Compiling env_logger v0.11.5
28962024-10-29T18:17:32.598Z[ host-package] Compiling p384 v0.13.0
28972024-10-29T18:17:37.729Z[ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
28982024-10-29T18:17:45.149Z[ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
28992024-10-29T18:17:48.626Z[ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29002024-10-29T18:17:50.473Z[ host-package] Compiling git2 v0.19.0
29012024-10-29T18:17:54.713Z[ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
29022024-10-29T18:18:05.515Z[ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
29032024-10-29T18:18:06.864Z[ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29042024-10-29T18:18:07.690Z[ host-package] Compiling rand_seeder v0.3.0
29052024-10-29T18:18:08.035Z[ helios-setup] Oct 29 18:18:06.849 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot)
29062024-10-29T18:18:08.187Z[ host-package] Compiling libsqlite3-sys v0.30.1
29072024-10-29T18:18:08.911Z[ host-package] Compiling lzma-sys v0.1.20
29082024-10-29T18:18:08.943Z[ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
29092024-10-29T18:18:09.489Z[ host-package] Compiling cfg_aliases v0.2.1
29102024-10-29T18:18:09.586Z[ host-package] Compiling rustls v0.21.12
29112024-10-29T18:18:09.866Z[ host-package] Compiling nix v0.29.0
29122024-10-29T18:18:10.257Z[ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
29132024-10-29T18:18:10.915Z[ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
29142024-10-29T18:18:13.324Z[ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
29152024-10-29T18:18:14.641Z[ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
29162024-10-29T18:18:15.504Z[ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
29172024-10-29T18:18:15.968Z[ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29182024-10-29T18:18:17.555Z[ host-package] Compiling rustls-webpki v0.101.7
29192024-10-29T18:18:20.656Z[ host-package] Compiling sct v0.7.1
29202024-10-29T18:18:21.260Z[ host-package] Compiling heck v0.3.3
29212024-10-29T18:18:21.895Z[ host-package] Compiling castaway v0.2.3
29222024-10-29T18:18:22.342Z[ host-package] Compiling csv-core v0.1.11
29232024-10-29T18:18:22.432Z[ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
29242024-10-29T18:18:22.850Z[ host-package] Compiling http-range v0.1.5
29252024-10-29T18:18:23.484Z[ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
29262024-10-29T18:18:24.281Z[ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
29272024-10-29T18:18:26.074Z[ host-package] Compiling hyper-staticfile v0.10.1
29282024-10-29T18:18:28.249Z[ host-package] Compiling csv v1.3.0
29292024-10-29T18:18:30.309Z[ host-package] Compiling compact_str v0.8.0
29302024-10-29T18:18:31.725Z[ host-package] Compiling zone_cfg_derive v0.1.2
29312024-10-29T18:18:34.795Z[ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29322024-10-29T18:18:35.033Z[ host-package] Compiling nix v0.27.1
29332024-10-29T18:18:35.489Z[ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
29342024-10-29T18:18:40.358Z[ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
29352024-10-29T18:18:48.187Z[ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
29362024-10-29T18:18:57.619Z[ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f)
29372024-10-29T18:18:58.300Z[ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
29382024-10-29T18:19:00.331Z[ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
29392024-10-29T18:19:02.384Z[ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
29402024-10-29T18:19:03.341Z[ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
29412024-10-29T18:19:04.364Z[ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
29422024-10-29T18:19:04.922Z[ host-package] Compiling unicode-truncate v1.1.0
29432024-10-29T18:19:05.353Z[ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29442024-10-29T18:19:06.503Z[ host-package] Compiling hashlink v0.9.1
29452024-10-29T18:19:07.545Z[ host-package] Compiling tungstenite v0.23.0
29462024-10-29T18:19:09.535Z[ host-package] Compiling lru v0.12.5
29472024-10-29T18:19:09.983Z[ host-package] Compiling instability v0.3.2
29482024-10-29T18:19:11.026Z[ host-package] Compiling cassowary v0.3.0
29492024-10-29T18:19:11.225Z[ host-package] Compiling fallible-streaming-iterator v0.1.9
29502024-10-29T18:19:11.599Z[ host-package] Compiling fallible-iterator v0.3.0
29512024-10-29T18:19:11.820Z[ helios-setup] Oct 29 18:19:10.627 INFO E| Finished `release` profile [optimized] target(s) in 6m 54s
29522024-10-29T18:19:11.971Z[ helios-setup] Oct 29 18:19:10.778 INFO building project "pilot" ok (414 seconds)
29532024-10-29T18:19:11.971Z[ helios-setup] Oct 29 18:19:10.779 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder
29542024-10-29T18:19:11.974Z[ helios-setup] Oct 29 18:19:10.779 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder")
29552024-10-29T18:19:11.982Z[ helios-setup] Oct 29 18:19:10.790 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos'
29562024-10-29T18:19:12.277Z[ helios-setup] Oct 29 18:19:11.084 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29)
29572024-10-29T18:19:12.277Z[ helios-setup] Oct 29 18:19:11.084 INFO E| info: downloading component 'cargo'
29582024-10-29T18:19:12.515Z[ host-package] Compiling base64 v0.13.1
29592024-10-29T18:19:13.023Z[ helios-setup] Oct 29 18:19:11.830 INFO E| info: downloading component 'clippy'
29602024-10-29T18:19:13.329Z[ host-package] Compiling ron v0.7.1
29612024-10-29T18:19:13.519Z[ helios-setup] Oct 29 18:19:12.326 INFO E| info: downloading component 'rust-docs'
29622024-10-29T18:19:13.930Z[ host-package] Compiling rusqlite v0.32.1
29632024-10-29T18:19:14.538Z[ helios-setup] Oct 29 18:19:13.345 INFO E| info: downloading component 'rust-src'
29642024-10-29T18:19:14.692Z[ helios-setup] Oct 29 18:19:13.499 INFO E| info: downloading component 'rust-std'
29652024-10-29T18:19:16.274Z[ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
29662024-10-29T18:19:16.836Z[ helios-setup] Oct 29 18:19:15.643 INFO E| info: downloading component 'rustc'
29672024-10-29T18:19:18.903Z[ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
29682024-10-29T18:19:19.414Z[ host-package] Compiling ratatui v0.28.1
29692024-10-29T18:19:19.546Z[ host-package] Compiling tokio-tungstenite v0.23.1
29702024-10-29T18:19:20.214Z[ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
29712024-10-29T18:19:20.559Z[ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29722024-10-29T18:19:20.887Z[ host-package] Compiling xz2 v0.1.7
29732024-10-29T18:19:21.255Z[ host-package] Compiling tokio-rustls v0.24.1
29742024-10-29T18:19:22.512Z[ helios-setup] Oct 29 18:19:21.318 INFO E| info: downloading component 'rustfmt'
29752024-10-29T18:19:22.581Z[ host-package] Compiling zone v0.1.8
29762024-10-29T18:19:22.707Z[ helios-setup] Oct 29 18:19:21.513 INFO E| info: installing component 'cargo'
29772024-10-29T18:19:24.037Z[ helios-setup] Oct 29 18:19:22.843 INFO E| info: installing component 'clippy'
29782024-10-29T18:19:24.488Z[ helios-setup] Oct 29 18:19:23.294 INFO E| info: installing component 'rust-docs'
29792024-10-29T18:19:30.005Z[ helios-setup] Oct 29 18:19:28.810 INFO E| info: installing component 'rust-src'
29802024-10-29T18:19:30.831Z[ helios-setup] Oct 29 18:19:29.636 INFO E| info: installing component 'rust-std'
29812024-10-29T18:19:33.650Z[ helios-setup] Oct 29 18:19:32.454 INFO E| info: installing component 'rustc'
29822024-10-29T18:19:37.773Z[ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
29832024-10-29T18:19:40.311Z[ helios-setup] Oct 29 18:19:39.115 INFO E| info: installing component 'rustfmt'
29842024-10-29T18:19:41.340Z[ helios-setup] Oct 29 18:19:40.142 INFO E| Blocking waiting for file lock on package cache
29852024-10-29T18:19:41.749Z[ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
29862024-10-29T18:19:41.796Z[ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
29872024-10-29T18:19:43.209Z[ helios-setup] Oct 29 18:19:42.013 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git`
29882024-10-29T18:19:43.781Z[ host-package] Compiling rustls-pemfile v1.0.4
29892024-10-29T18:19:44.273Z[ helios-setup] Oct 29 18:19:43.076 INFO E| From https://github.com/oxidecomputer/amd-apcb
29902024-10-29T18:19:44.273Z[ helios-setup] Oct 29 18:19:43.076 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927
29912024-10-29T18:19:44.275Z[ helios-setup] Oct 29 18:19:43.076 INFO E| * [new tag] v0.4.1 -> v0.4.1
29922024-10-29T18:19:44.335Z[ helios-setup] Oct 29 18:19:43.138 INFO E| * [new tag] v0.1.3 -> v0.1.3
29932024-10-29T18:19:44.335Z[ helios-setup] Oct 29 18:19:43.138 INFO E| * [new tag] v0.1.4 -> v0.1.4
29942024-10-29T18:19:44.338Z[ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.1.5 -> v0.1.5
29952024-10-29T18:19:44.339Z[ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.2.0 -> v0.2.0
29962024-10-29T18:19:44.339Z[ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.3.0 -> v0.3.0
29972024-10-29T18:19:44.339Z[ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.3.1 -> v0.3.1
29982024-10-29T18:19:44.339Z[ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.3.2 -> v0.3.2
29992024-10-29T18:19:44.339Z[ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.3.3 -> v0.3.3
30002024-10-29T18:19:44.339Z[ helios-setup] Oct 29 18:19:43.139 INFO E| * [new tag] v0.4.0 -> v0.4.0
30012024-10-29T18:19:44.370Z[ helios-setup] Oct 29 18:19:43.173 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git`
30022024-10-29T18:19:44.602Z[ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
30032024-10-29T18:19:44.984Z[ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
30042024-10-29T18:19:45.372Z[ helios-setup] Oct 29 18:19:44.176 INFO E| From https://github.com/oxidecomputer/amd-efs
30052024-10-29T18:19:45.372Z[ helios-setup] Oct 29 18:19:44.176 INFO E| * [new branch] empty -> origin/empty
30062024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.176 INFO E| * [new branch] issue-99 -> origin/issue-99
30072024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.176 INFO E| * [new branch] main -> origin/main
30082024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.176 INFO E| * [new branch] review -> origin/review
30092024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.176 INFO E| * [new ref] -> origin/HEAD
30102024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.177 INFO E| * [new tag] v0.2.0 -> v0.2.0
30112024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.177 INFO E| * [new tag] v0.2.1 -> v0.2.1
30122024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.177 INFO E| * [new tag] v0.2.2 -> v0.2.2
30132024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.177 INFO E| * [new tag] v0.2.3 -> v0.2.3
30142024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.177 INFO E| * [new tag] v0.2.4 -> v0.2.4
30152024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.178 INFO E| * [new tag] v0.2.5 -> v0.2.5
30162024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.178 INFO E| * [new tag] v0.2.6 -> v0.2.6
30172024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.178 INFO E| * [new tag] v0.2.7 -> v0.2.7
30182024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.178 INFO E| * [new tag] v0.3.0 -> v0.3.0
30192024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.178 INFO E| * [new tag] v0.3.1 -> v0.3.1
30202024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.178 INFO E| * [new tag] v0.4.0 -> v0.4.0
30212024-10-29T18:19:45.375Z[ helios-setup] Oct 29 18:19:44.179 INFO E| * [new tag] v0.4.1 -> v0.4.1
30222024-10-29T18:19:45.400Z[ helios-setup] Oct 29 18:19:44.204 INFO E| Updating crates.io index
30232024-10-29T18:19:45.558Z[ helios-setup] Oct 29 18:19:44.361 INFO E| Downloading crates ...
30242024-10-29T18:19:45.700Z[ helios-setup] Oct 29 18:19:44.504 INFO E| Downloaded unic-ucd-ident v0.9.0
30252024-10-29T18:19:45.718Z[ helios-setup] Oct 29 18:19:44.522 INFO E| Downloaded unic-ucd-version v0.9.0
30262024-10-29T18:19:45.721Z[ helios-setup] Oct 29 18:19:44.523 INFO E| Downloaded unic-common v0.9.0
30272024-10-29T18:19:45.721Z[ helios-setup] Oct 29 18:19:44.524 INFO E| Downloaded unic-char-range v0.9.0
30282024-10-29T18:19:45.723Z[ helios-setup] Oct 29 18:19:44.526 INFO E| Downloaded four-cc v0.3.0
30292024-10-29T18:19:45.726Z[ helios-setup] Oct 29 18:19:44.527 INFO E| Downloaded pest_generator v2.7.13
30302024-10-29T18:19:45.726Z[ helios-setup] Oct 29 18:19:44.529 INFO E| Downloaded textwrap v0.11.0
30312024-10-29T18:19:45.810Z[ helios-setup] Oct 29 18:19:44.614 INFO E| Downloaded vec_map v0.8.2
30322024-10-29T18:19:45.812Z[ helios-setup] Oct 29 18:19:44.615 INFO E| Downloaded strum_macros v0.23.1
30332024-10-29T18:19:45.815Z[ helios-setup] Oct 29 18:19:44.618 INFO E| Downloaded structopt-derive v0.4.18
30342024-10-29T18:19:45.817Z[ helios-setup] Oct 29 18:19:44.620 INFO E| Downloaded semver-parser v0.7.0
30352024-10-29T18:19:45.820Z[ helios-setup] Oct 29 18:19:44.621 INFO E| Downloaded pest_meta v2.7.13
30362024-10-29T18:19:45.822Z[ helios-setup] Oct 29 18:19:44.625 INFO E| Downloaded clap v2.34.0
30372024-10-29T18:19:45.833Z[ helios-setup] Oct 29 18:19:44.636 INFO E| Downloaded structopt v0.3.26
30382024-10-29T18:19:45.861Z[ helios-setup] Oct 29 18:19:44.665 INFO E| Downloaded pest v2.7.13
30392024-10-29T18:19:45.870Z[ helios-setup] Oct 29 18:19:44.673 INFO E| Downloaded goblin v0.4.3
30402024-10-29T18:19:45.878Z[ helios-setup] Oct 29 18:19:44.681 INFO E| Downloaded once_cell v1.20.1
30412024-10-29T18:19:45.882Z[ helios-setup] Oct 29 18:19:44.685 INFO E| Downloaded semver v0.9.0
30422024-10-29T18:19:45.884Z[ helios-setup] Oct 29 18:19:44.688 INFO E| Downloaded scroll v0.10.2
30432024-10-29T18:19:45.887Z[ helios-setup] Oct 29 18:19:44.691 INFO E| Downloaded pre-proc-macro v0.2.1
30442024-10-29T18:19:45.890Z[ helios-setup] Oct 29 18:19:44.694 INFO E| Downloaded ansi_term v0.12.1
30452024-10-29T18:19:45.893Z[ helios-setup] Oct 29 18:19:44.696 INFO E| Downloaded modular-bitfield-impl v0.11.2
30462024-10-29T18:19:45.895Z[ helios-setup] Oct 29 18:19:44.698 INFO E| Downloaded cfg-if v0.1.10
30472024-10-29T18:19:45.897Z[ helios-setup] Oct 29 18:19:44.700 INFO E| Downloaded proc-macro-crate v0.1.5
30482024-10-29T18:19:45.899Z[ helios-setup] Oct 29 18:19:44.702 INFO E| Downloaded pest_derive v2.7.13
30492024-10-29T18:19:45.902Z[ helios-setup] Oct 29 18:19:44.706 INFO E| Downloaded parse_int v0.6.0
30502024-10-29T18:19:45.904Z[ helios-setup] Oct 29 18:19:44.707 INFO E| Downloaded unic-char-property v0.9.0
30512024-10-29T18:19:45.907Z[ helios-setup] Oct 29 18:19:44.709 INFO E| Downloaded strum v0.23.0
30522024-10-29T18:19:45.907Z[ helios-setup] Oct 29 18:19:44.710 INFO E| Downloaded strsim v0.8.0
30532024-10-29T18:19:45.909Z[ helios-setup] Oct 29 18:19:44.712 INFO E| Downloaded scroll_derive v0.10.5
30542024-10-29T18:19:45.911Z[ helios-setup] Oct 29 18:19:44.713 INFO E| Downloaded rustc_version v0.2.3
30552024-10-29T18:19:45.911Z[ helios-setup] Oct 29 18:19:44.715 INFO E| Downloaded pre v0.2.1
30562024-10-29T18:19:45.915Z[ helios-setup] Oct 29 18:19:44.716 INFO E| Downloaded modular-bitfield v0.11.2
30572024-10-29T18:19:45.929Z[ helios-setup] Oct 29 18:19:44.733 INFO E| Downloaded memoffset v0.5.6
30582024-10-29T18:19:45.932Z[ helios-setup] Oct 29 18:19:44.734 INFO E| Downloaded fletcher v0.1.0
30592024-10-29T18:19:45.934Z[ helios-setup] Oct 29 18:19:44.736 INFO E| Downloaded bytesize v1.3.0
30602024-10-29T18:19:46.030Z[ helios-setup] Oct 29 18:19:44.833 INFO E| Compiling proc-macro2 v1.0.86
30612024-10-29T18:19:46.032Z[ helios-setup] Oct 29 18:19:44.833 INFO E| Compiling unicode-ident v1.0.13
30622024-10-29T18:19:46.032Z[ helios-setup] Oct 29 18:19:44.834 INFO E| Compiling syn v1.0.109
30632024-10-29T18:19:46.032Z[ helios-setup] Oct 29 18:19:44.834 INFO E| Compiling version_check v0.9.5
30642024-10-29T18:19:46.032Z[ helios-setup] Oct 29 18:19:44.834 INFO E| Compiling memchr v2.7.4
30652024-10-29T18:19:46.032Z[ helios-setup] Oct 29 18:19:44.834 INFO E| Compiling thiserror v1.0.64
30662024-10-29T18:19:46.033Z[ helios-setup] Oct 29 18:19:44.834 INFO E| Compiling autocfg v1.4.0
30672024-10-29T18:19:46.033Z[ helios-setup] Oct 29 18:19:44.835 INFO E| Compiling semver-parser v0.7.0
30682024-10-29T18:19:46.750Z[ helios-setup] Oct 29 18:19:45.553 INFO E| Compiling serde v1.0.210
30692024-10-29T18:19:47.357Z[ helios-setup] Oct 29 18:19:46.159 INFO E| Compiling semver v0.9.0
30702024-10-29T18:19:47.416Z[ helios-setup] Oct 29 18:19:46.220 INFO E| Compiling proc-macro-error-attr v1.0.4
30712024-10-29T18:19:47.540Z[ helios-setup] Oct 29 18:19:46.343 INFO E| Compiling proc-macro-error v1.0.4
30722024-10-29T18:19:48.067Z[ helios-setup] Oct 29 18:19:46.870 INFO E| Compiling rustc_version v0.2.3
30732024-10-29T18:19:48.300Z[ helios-setup] Oct 29 18:19:47.103 INFO E| Compiling serde_json v1.0.128
30742024-10-29T18:19:48.516Z[ helios-setup] Oct 29 18:19:47.320 INFO E| Compiling num-traits v0.2.19
30752024-10-29T18:19:48.623Z[ helios-setup] Oct 29 18:19:47.426 INFO E| Compiling itoa v1.0.11
30762024-10-29T18:19:48.709Z[ helios-setup] Oct 29 18:19:47.512 INFO E| Compiling schemars v0.8.21
30772024-10-29T18:19:48.987Z[ helios-setup] Oct 29 18:19:47.782 INFO E| Compiling unicode-segmentation v1.12.0
30782024-10-29T18:19:49.030Z[ helios-setup] Oct 29 18:19:47.834 INFO E| Compiling ryu v1.0.18
30792024-10-29T18:19:49.193Z[ helios-setup] Oct 29 18:19:47.996 INFO E| Compiling pre-proc-macro v0.2.1
30802024-10-29T18:19:49.543Z[ helios-setup] Oct 29 18:19:48.346 INFO E| Compiling memoffset v0.5.6
30812024-10-29T18:19:49.707Z[ helios-setup] Oct 29 18:19:48.510 INFO E| Compiling quote v1.0.37
30822024-10-29T18:19:49.916Z[ helios-setup] Oct 29 18:19:48.720 INFO E| Compiling paste v1.0.15
30832024-10-29T18:19:50.331Z[ helios-setup] Oct 29 18:19:49.134 INFO E| Compiling lazy_static v1.5.0
30842024-10-29T18:19:50.480Z[ helios-setup] Oct 29 18:19:49.283 INFO E| Compiling syn v2.0.79
30852024-10-29T18:19:50.978Z[ helios-setup] Oct 29 18:19:49.781 INFO E| Compiling heck v0.3.3
30862024-10-29T18:19:51.083Z[ helios-setup] Oct 29 18:19:49.886 INFO E| Compiling dyn-clone v1.0.17
30872024-10-29T18:19:51.122Z[ helios-setup] Oct 29 18:19:49.925 INFO E| Compiling libc v0.2.159
30882024-10-29T18:19:51.315Z[ helios-setup] Oct 29 18:19:50.118 INFO E| Compiling ucd-trie v0.1.7
30892024-10-29T18:19:51.473Z[ helios-setup] Oct 29 18:19:50.276 INFO E| Compiling rustversion v1.0.17
30902024-10-29T18:19:53.038Z[ helios-setup] Oct 29 18:19:51.840 INFO E| Compiling pre v0.2.1
30912024-10-29T18:19:53.059Z[ helios-setup] Oct 29 18:19:51.862 INFO E| Compiling static_assertions v1.1.0
30922024-10-29T18:19:53.147Z[ helios-setup] Oct 29 18:19:51.950 INFO E| Compiling byteorder v1.5.0
30932024-10-29T18:19:53.153Z[ helios-setup] Oct 29 18:19:51.956 INFO E| Compiling cfg-if v0.1.10
30942024-10-29T18:19:53.175Z[ helios-setup] Oct 29 18:19:51.978 INFO E| Compiling once_cell v1.20.1
30952024-10-29T18:19:53.628Z[ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
30962024-10-29T18:19:54.239Z[ helios-setup] Oct 29 18:19:53.041 INFO E| Compiling unicode-width v0.1.14
30972024-10-29T18:19:54.366Z[ host-package] Compiling signal-hook-tokio v0.3.1
30982024-10-29T18:19:54.955Z[ helios-setup] Oct 29 18:19:53.757 INFO E| Compiling atty v0.2.14
30992024-10-29T18:19:55.046Z[ host-package] Compiling twox-hash v1.6.3
31002024-10-29T18:19:55.191Z[ helios-setup] Oct 29 18:19:53.993 INFO E| Compiling textwrap v0.11.0
31012024-10-29T18:19:55.234Z[ host-package] Compiling yasna v0.5.2
31022024-10-29T18:19:55.272Z[ helios-setup] Oct 29 18:19:54.075 INFO E| Compiling bitflags v1.3.2
31032024-10-29T18:19:55.427Z[ helios-setup] Oct 29 18:19:54.229 INFO E| Compiling unic-char-range v0.9.0
31042024-10-29T18:19:55.833Z[ helios-setup] Oct 29 18:19:54.635 INFO E| Compiling parse_int v0.6.0
31052024-10-29T18:19:55.939Z[ helios-setup] Oct 29 18:19:54.742 INFO E| Compiling fletcher v0.1.0
31062024-10-29T18:19:56.196Z[ helios-setup] Oct 29 18:19:54.998 INFO E| Compiling strsim v0.8.0
31072024-10-29T18:19:56.332Z[ helios-setup] Oct 29 18:19:55.133 INFO E| Compiling strum v0.23.0
31082024-10-29T18:19:56.571Z[ helios-setup] Oct 29 18:19:55.373 INFO E| Compiling unic-common v0.9.0
31092024-10-29T18:19:56.571Z[ helios-setup] Oct 29 18:19:55.373 INFO E| Compiling vec_map v0.8.2
31102024-10-29T18:19:56.901Z[ helios-setup] Oct 29 18:19:55.704 INFO E| Compiling ansi_term v0.12.1
31112024-10-29T18:19:56.908Z[ helios-setup] Oct 29 18:19:55.711 INFO E| Compiling unic-ucd-version v0.9.0
31122024-10-29T18:19:57.016Z[ helios-setup] Oct 29 18:19:55.818 INFO E| Compiling unic-char-property v0.9.0
31132024-10-29T18:19:57.038Z[ host-package] Compiling unicode-linebreak v0.1.5
31142024-10-29T18:19:57.204Z[ helios-setup] Oct 29 18:19:56.006 INFO E| Compiling plain v0.2.3
31152024-10-29T18:19:57.213Z[ helios-setup] Oct 29 18:19:56.015 INFO E| Compiling log v0.4.22
31162024-10-29T18:19:57.285Z[ helios-setup] Oct 29 18:19:56.088 INFO E| Compiling unic-ucd-ident v0.9.0
31172024-10-29T18:19:57.408Z[ helios-setup] Oct 29 18:19:56.210 INFO E| Compiling bytesize v1.3.0
31182024-10-29T18:19:57.623Z[ helios-setup] Oct 29 18:19:56.425 INFO E| Compiling clap v2.34.0
31192024-10-29T18:19:58.208Z[ host-package] Compiling smawk v0.3.2
31202024-10-29T18:19:58.755Z[ host-package] Compiling is_ci v1.2.0
31212024-10-29T18:19:59.173Z[ helios-setup] Oct 29 18:19:57.975 INFO E| Compiling serde_derive_internals v0.29.1
31222024-10-29T18:19:59.318Z[ host-package] Compiling supports-color v3.0.1
31232024-10-29T18:20:00.092Z[ host-package] Compiling textwrap v0.16.1
31242024-10-29T18:20:01.716Z[ host-package] Compiling rcgen v0.12.1
31252024-10-29T18:20:01.833Z[ helios-setup] Oct 29 18:20:00.634 INFO E| Compiling toml v0.5.11
31262024-10-29T18:20:05.287Z[ helios-setup] Oct 29 18:20:04.088 INFO E| Compiling thiserror-impl v1.0.64
31272024-10-29T18:20:05.287Z[ helios-setup] Oct 29 18:20:04.088 INFO E| Compiling serde_derive v1.0.210
31282024-10-29T18:20:05.289Z[ helios-setup] Oct 29 18:20:04.088 INFO E| Compiling schemars_derive v0.8.21
31292024-10-29T18:20:05.506Z[ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
31302024-10-29T18:20:06.427Z[ helios-setup] Oct 29 18:20:05.228 INFO E| Compiling proc-macro-crate v0.1.5
31312024-10-29T18:20:07.703Z[ helios-setup] Oct 29 18:20:06.504 INFO E| Compiling zerocopy-derive v0.6.6
31322024-10-29T18:20:08.027Z[ helios-setup] Oct 29 18:20:06.828 INFO E| Compiling num-derive v0.4.2
31332024-10-29T18:20:11.334Z[ helios-setup] Oct 29 18:20:10.134 INFO E| Compiling pest v2.7.13
31342024-10-29T18:20:11.966Z[ helios-setup] Oct 29 18:20:10.767 INFO E| Compiling zerocopy v0.6.6
31352024-10-29T18:20:12.692Z[ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31362024-10-29T18:20:13.172Z[ helios-setup] Oct 29 18:20:11.973 INFO E| Compiling modular-bitfield-impl v0.11.2
31372024-10-29T18:20:13.361Z[ helios-setup] Oct 29 18:20:12.162 INFO E| Compiling scroll_derive v0.10.5
31382024-10-29T18:20:13.562Z[ helios-setup] Oct 29 18:20:12.362 INFO E| Compiling strum_macros v0.23.1
31392024-10-29T18:20:15.384Z[ helios-setup] Oct 29 18:20:14.184 INFO E| Compiling structopt-derive v0.4.18
31402024-10-29T18:20:16.359Z[ helios-setup] Oct 29 18:20:15.159 INFO E| Compiling scroll v0.10.2
31412024-10-29T18:20:17.507Z[ helios-setup] Oct 29 18:20:16.307 INFO E| Compiling pest_meta v2.7.13
31422024-10-29T18:20:17.531Z[ helios-setup] Oct 29 18:20:16.329 INFO E| Compiling goblin v0.4.3
31432024-10-29T18:20:18.740Z[ helios-setup] Oct 29 18:20:17.540 INFO E| Compiling modular-bitfield v0.11.2
31442024-10-29T18:20:19.160Z[ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
31452024-10-29T18:20:20.490Z[ helios-setup] Oct 29 18:20:19.290 INFO E| Compiling pest_generator v2.7.13
31462024-10-29T18:20:21.028Z[ helios-setup] Oct 29 18:20:19.828 INFO E| Compiling structopt v0.3.26
31472024-10-29T18:20:24.232Z[ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31482024-10-29T18:20:25.841Z[ helios-setup] Oct 29 18:20:24.640 INFO E| Compiling pest_derive v2.7.13
31492024-10-29T18:20:29.350Z[ helios-setup] Oct 29 18:20:28.149 INFO E| Compiling json5 v0.4.1
31502024-10-29T18:20:33.819Z[ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
31512024-10-29T18:20:35.185Z[ helios-setup] Oct 29 18:20:33.983 INFO E| Compiling four-cc v0.3.0
31522024-10-29T18:20:35.185Z[ helios-setup] Oct 29 18:20:33.983 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d)
31532024-10-29T18:20:35.458Z[ helios-setup] Oct 29 18:20:34.256 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56)
31542024-10-29T18:20:36.244Z[ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
31552024-10-29T18:20:40.681Z[ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31562024-10-29T18:20:47.320Z[ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31572024-10-29T18:20:48.053Z[ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
31582024-10-29T18:20:53.105Z[ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
31592024-10-29T18:20:53.605Z[ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88)
31602024-10-29T18:20:55.862Z[ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
31612024-10-29T18:21:01.493Z[ host-package] Compiling fatfs v0.3.6
31622024-10-29T18:21:02.086Z[ host-package] Compiling subprocess v0.2.9
31632024-10-29T18:21:04.952Z[ host-package] Compiling rtoolbox v0.0.2
31642024-10-29T18:21:05.545Z[ host-package] Compiling assert_matches v1.5.0
31652024-10-29T18:21:06.728Z[ host-package] Compiling rpassword v7.3.1
31662024-10-29T18:21:07.056Z[ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
31672024-10-29T18:21:07.355Z[ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
31682024-10-29T18:21:07.529Z[ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
31692024-10-29T18:21:16.015Z[ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
31702024-10-29T18:21:18.713Z[ helios-setup] Oct 29 18:21:17.506 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config)
31712024-10-29T18:21:23.914Z[ host-package] Compiling tui-tree-widget v0.22.0
31722024-10-29T18:21:24.445Z[ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
31732024-10-29T18:21:24.878Z[ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
31742024-10-29T18:21:35.286Z[ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
31752024-10-29T18:21:36.042Z[ host-package] Compiling uzers v0.12.1
31762024-10-29T18:21:37.656Z[ helios-setup] Oct 29 18:21:36.447 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder)
31772024-10-29T18:21:39.792Z[ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
31782024-10-29T18:21:40.203Z[ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
31792024-10-29T18:21:42.522Z[ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
31802024-10-29T18:22:15.754Z[ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
31812024-10-29T18:22:19.583Z[ host-package] Compiling multimap v0.10.0
31822024-10-29T18:22:30.708Z[ helios-setup] Oct 29 18:22:29.493 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 49s
31832024-10-29T18:22:30.743Z[ helios-setup] Oct 29 18:22:29.528 INFO building project "amd-host-image-builder" ok (198 seconds)
31842024-10-29T18:22:30.743Z[ helios-setup] Oct 29 18:22:29.528 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick
31852024-10-29T18:22:30.743Z[ helios-setup] Oct 29 18:22:29.528 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick")
31862024-10-29T18:22:31.122Z[ helios-setup] Oct 29 18:22:29.907 INFO E| Downloading crates ...
31872024-10-29T18:22:31.274Z[ helios-setup] Oct 29 18:22:30.059 INFO E| Downloaded miniz_oxide v0.7.2
31882024-10-29T18:22:31.408Z[ helios-setup] Oct 29 18:22:30.193 INFO E| Compiling adler v1.0.2
31892024-10-29T18:22:31.554Z[ helios-setup] Oct 29 18:22:30.339 INFO E| Compiling miniz_oxide v0.7.2
31902024-10-29T18:22:34.640Z[ helios-setup] Oct 29 18:22:33.424 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick)
31912024-10-29T18:22:35.732Z[ helios-setup] Oct 29 18:22:34.517 INFO E| Finished `release` profile [optimized] target(s) in 4.90s
31922024-10-29T18:22:35.744Z[ helios-setup] Oct 29 18:22:34.529 INFO building project "pinprick" ok (5 seconds)
31932024-10-29T18:22:35.746Z[ helios-setup] Oct 29 18:22:34.529 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver
31942024-10-29T18:22:35.747Z[ helios-setup] Oct 29 18:22:34.529 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver")
31952024-10-29T18:22:36.070Z[ helios-setup] Oct 29 18:22:34.854 INFO E| Downloading crates ...
31962024-10-29T18:22:37.198Z[ helios-setup] Oct 29 18:22:34.980 INFO E| Downloaded typenum v1.15.0
31972024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:34.984 INFO E| Downloaded sha2 v0.10.5
31982024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:34.988 INFO E| Downloaded digest v0.10.3
31992024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:34.990 INFO E| Downloaded bytes v1.2.1
32002024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:34.996 INFO E| Downloaded anyhow v1.0.62
32012024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:35.201 INFO E| Compiling version_check v0.9.4
32022024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:35.201 INFO E| Compiling typenum v1.15.0
32032024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:35.201 INFO E| Compiling crc32fast v1.3.2
32042024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:35.202 INFO E| Compiling cfg-if v1.0.0
32052024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:35.202 INFO E| Compiling anyhow v1.0.62
32062024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:35.202 INFO E| Compiling adler v1.0.2
32072024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:35.202 INFO E| Compiling cpufeatures v0.2.5
32082024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:35.202 INFO E| Compiling unicode-width v0.1.10
32092024-10-29T18:22:37.201Z[ helios-setup] Oct 29 18:22:35.774 INFO E| Compiling bytes v1.2.1
32102024-10-29T18:22:37.202Z[ helios-setup] Oct 29 18:22:35.932 INFO E| Compiling miniz_oxide v0.6.2
32112024-10-29T18:22:37.274Z[ helios-setup] Oct 29 18:22:36.059 INFO E| Compiling getopts v0.2.21
32122024-10-29T18:22:37.443Z[ helios-setup] Oct 29 18:22:36.227 INFO E| Compiling bitflags v1.3.2
32132024-10-29T18:22:37.679Z[ helios-setup] Oct 29 18:22:36.463 INFO E| Compiling generic-array v0.14.6
32142024-10-29T18:22:38.769Z[ helios-setup] Oct 29 18:22:37.553 INFO E| Compiling flate2 v1.0.25
32152024-10-29T18:22:42.582Z[ helios-setup] Oct 29 18:22:41.365 INFO E| Compiling crypto-common v0.1.6
32162024-10-29T18:22:42.582Z[ helios-setup] Oct 29 18:22:41.365 INFO E| Compiling block-buffer v0.10.3
32172024-10-29T18:22:42.797Z[ helios-setup] Oct 29 18:22:41.578 INFO E| Compiling digest v0.10.3
32182024-10-29T18:22:43.188Z[ helios-setup] Oct 29 18:22:41.972 INFO E| Compiling sha2 v0.10.5
32192024-10-29T18:22:43.797Z[ helios-setup] Oct 29 18:22:42.581 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver)
32202024-10-29T18:22:50.021Z[ helios-setup] Oct 29 18:22:48.804 INFO E| Finished `release` profile [optimized] target(s) in 14.18s
32212024-10-29T18:22:50.038Z[ helios-setup] Oct 29 18:22:48.821 INFO building project "bootserver" ok (14 seconds)
32222024-10-29T18:22:50.038Z[ helios-setup] Oct 29 18:22:48.821 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder
32232024-10-29T18:22:50.040Z[ helios-setup] Oct 29 18:22:48.821 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder")
32242024-10-29T18:22:50.425Z[ helios-setup] Oct 29 18:22:49.208 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib`
32252024-10-29T18:22:51.127Z[ helios-setup] Oct 29 18:22:49.910 INFO E| From https://github.com/jclulow/rust-jmclib
32262024-10-29T18:22:51.127Z[ helios-setup] Oct 29 18:22:49.910 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949
32272024-10-29T18:22:51.148Z[ helios-setup] Oct 29 18:22:49.931 INFO E| Updating crates.io index
32282024-10-29T18:22:51.366Z[ helios-setup] Oct 29 18:22:50.149 INFO E| Downloading crates ...
32292024-10-29T18:22:51.509Z[ helios-setup] Oct 29 18:22:50.292 INFO E| Downloaded block-buffer v0.9.0
32302024-10-29T18:22:51.515Z[ helios-setup] Oct 29 18:22:50.297 INFO E| Downloaded libdevinfo-sys v1.0.0
32312024-10-29T18:22:51.518Z[ helios-setup] Oct 29 18:22:50.301 INFO E| Downloaded digest v0.9.0
32322024-10-29T18:22:51.524Z[ helios-setup] Oct 29 18:22:50.307 INFO E| Downloaded md-5 v0.9.1
32332024-10-29T18:22:51.530Z[ helios-setup] Oct 29 18:22:50.313 INFO E| Downloaded fastrand v2.0.0
32342024-10-29T18:22:51.533Z[ helios-setup] Oct 29 18:22:50.316 INFO E| Downloaded once_cell v1.18.0
32352024-10-29T18:22:51.537Z[ helios-setup] Oct 29 18:22:50.320 INFO E| Downloaded cpufeatures v0.2.9
32362024-10-29T18:22:51.541Z[ helios-setup] Oct 29 18:22:50.323 INFO E| Downloaded sha-1 v0.9.8
32372024-10-29T18:22:51.543Z[ helios-setup] Oct 29 18:22:50.326 INFO E| Downloaded tempfile v3.7.0
32382024-10-29T18:22:51.547Z[ helios-setup] Oct 29 18:22:50.330 INFO E| Downloaded quote v1.0.31
32392024-10-29T18:22:51.550Z[ helios-setup] Oct 29 18:22:50.334 INFO E| Downloaded bitflags v2.3.3
32402024-10-29T18:22:51.555Z[ helios-setup] Oct 29 18:22:50.338 INFO E| Downloaded uuid v0.8.2
32412024-10-29T18:22:51.560Z[ helios-setup] Oct 29 18:22:50.343 INFO E| Downloaded getrandom v0.2.10
32422024-10-29T18:22:51.565Z[ helios-setup] Oct 29 18:22:50.348 INFO E| Downloaded unicode-ident v1.0.11
32432024-10-29T18:22:51.568Z[ helios-setup] Oct 29 18:22:50.351 INFO E| Downloaded proc-macro2 v1.0.66
32442024-10-29T18:22:51.572Z[ helios-setup] Oct 29 18:22:50.355 INFO E| Downloaded serde v1.0.193
32452024-10-29T18:22:51.576Z[ helios-setup] Oct 29 18:22:50.359 INFO E| Downloaded anyhow v1.0.72
32462024-10-29T18:22:51.582Z[ helios-setup] Oct 29 18:22:50.365 INFO E| Downloaded serde_derive v1.0.193
32472024-10-29T18:22:51.586Z[ helios-setup] Oct 29 18:22:50.368 INFO E| Downloaded serde_json v1.0.103
32482024-10-29T18:22:51.629Z[ helios-setup] Oct 29 18:22:50.412 INFO E| Downloaded syn v2.0.32
32492024-10-29T18:22:51.644Z[ helios-setup] Oct 29 18:22:50.427 INFO E| Downloaded rustix v0.38.4
32502024-10-29T18:22:51.675Z[ helios-setup] Oct 29 18:22:50.457 INFO E| Downloaded libc v0.2.147
32512024-10-29T18:22:51.934Z[ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling libc v0.2.147
32522024-10-29T18:22:51.934Z[ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling proc-macro2 v1.0.66
32532024-10-29T18:22:51.934Z[ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling cfg-if v1.0.0
32542024-10-29T18:22:51.937Z[ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling unicode-ident v1.0.11
32552024-10-29T18:22:51.937Z[ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling typenum v1.16.0
32562024-10-29T18:22:51.937Z[ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling version_check v0.9.4
32572024-10-29T18:22:51.937Z[ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling serde v1.0.193
32582024-10-29T18:22:51.937Z[ helios-setup] Oct 29 18:22:50.717 INFO E| Compiling num-conv v0.1.0
32592024-10-29T18:22:52.340Z[ helios-setup] Oct 29 18:22:51.123 INFO E| Compiling time-core v0.1.2
32602024-10-29T18:22:52.372Z[ helios-setup] Oct 29 18:22:51.155 INFO E| Compiling powerfmt v0.2.0
32612024-10-29T18:22:52.742Z[ helios-setup] Oct 29 18:22:51.525 INFO E| Compiling itoa v1.0.9
32622024-10-29T18:22:52.789Z[ helios-setup] Oct 29 18:22:51.571 INFO E| Compiling rustix v0.38.4
32632024-10-29T18:22:53.082Z[ helios-setup] Oct 29 18:22:51.864 INFO E| Compiling slog v2.7.0
32642024-10-29T18:22:53.209Z[ helios-setup] Oct 29 18:22:51.992 INFO E| Compiling time-macros v0.2.18
32652024-10-29T18:22:53.511Z[ helios-setup] Oct 29 18:22:52.294 INFO E| Compiling deranged v0.3.11
32662024-10-29T18:22:53.793Z[ helios-setup] Oct 29 18:22:52.576 INFO E| Compiling generic-array v0.14.7
32672024-10-29T18:22:54.110Z[ helios-setup] Oct 29 18:22:52.893 INFO E| Compiling bitflags v2.3.3
32682024-10-29T18:22:54.331Z[ helios-setup] Oct 29 18:22:53.113 INFO E| Compiling once_cell v1.18.0
32692024-10-29T18:22:54.593Z[ helios-setup] Oct 29 18:22:53.375 INFO E| Compiling num_threads v0.1.6
32702024-10-29T18:22:55.065Z[ helios-setup] Oct 29 18:22:53.847 INFO E| Compiling thread_local v1.1.7
32712024-10-29T18:22:55.369Z[ helios-setup] Oct 29 18:22:54.152 INFO E| Compiling serde_json v1.0.103
32722024-10-29T18:22:56.436Z[ helios-setup] Oct 29 18:22:55.219 INFO E| Compiling quote v1.0.31
32732024-10-29T18:22:56.611Z[ helios-setup] Oct 29 18:22:55.393 INFO E| Compiling anyhow v1.0.72
32742024-10-29T18:22:56.720Z[ helios-setup] Oct 29 18:22:55.503 INFO E| Compiling opaque-debug v0.3.0
32752024-10-29T18:22:56.815Z[ helios-setup] Oct 29 18:22:55.597 INFO E| Compiling dirs-sys-next v0.1.2
32762024-10-29T18:22:57.293Z[ helios-setup] Oct 29 18:22:56.076 INFO E| Compiling syn v2.0.32
32772024-10-29T18:22:57.489Z[ helios-setup] Oct 29 18:22:56.271 INFO E| Compiling dirs-next v2.0.0
32782024-10-29T18:22:57.697Z[ helios-setup] Oct 29 18:22:56.479 INFO E| Compiling errno v0.3.1
32792024-10-29T18:22:57.783Z[ helios-setup] Oct 29 18:22:56.566 INFO E| Compiling term v0.7.0
32802024-10-29T18:22:58.140Z[ helios-setup] Oct 29 18:22:56.922 INFO E| Compiling atty v0.2.14
32812024-10-29T18:22:58.177Z[ helios-setup] Oct 29 18:22:56.959 INFO E| Compiling fastrand v2.0.0
32822024-10-29T18:22:58.402Z[ helios-setup] Oct 29 18:22:57.184 INFO E| Compiling getrandom v0.2.10
32832024-10-29T18:22:58.980Z[ helios-setup] Oct 29 18:22:57.762 INFO E| Compiling unicode-width v0.1.10
32842024-10-29T18:22:59.034Z[ helios-setup] Oct 29 18:22:57.816 INFO E| Compiling cpufeatures v0.2.9
32852024-10-29T18:22:59.136Z[ helios-setup] Oct 29 18:22:57.918 INFO E| Compiling block-buffer v0.9.0
32862024-10-29T18:22:59.275Z[ helios-setup] Oct 29 18:22:58.057 INFO E| Compiling digest v0.9.0
32872024-10-29T18:22:59.295Z[ helios-setup] Oct 29 18:22:58.077 INFO E| Compiling time v0.3.36
32882024-10-29T18:22:59.366Z[ helios-setup] Oct 29 18:22:58.148 INFO E| Compiling same-file v1.0.6
32892024-10-29T18:22:59.383Z[ helios-setup] Oct 29 18:22:58.166 INFO E| Compiling ryu v1.0.15
32902024-10-29T18:22:59.587Z[ helios-setup] Oct 29 18:22:58.369 INFO E| Compiling sha-1 v0.9.8
32912024-10-29T18:22:59.743Z[ helios-setup] Oct 29 18:22:58.525 INFO E| Compiling walkdir v2.3.3
32922024-10-29T18:23:00.096Z[ helios-setup] Oct 29 18:22:58.878 INFO E| Compiling md-5 v0.9.1
32932024-10-29T18:23:00.193Z[ helios-setup] Oct 29 18:22:58.975 INFO E| Compiling getopts v0.2.21
32942024-10-29T18:23:01.103Z[ helios-setup] Oct 29 18:22:59.884 INFO E| Compiling glob v0.3.1
32952024-10-29T18:23:01.451Z[ helios-setup] Oct 29 18:23:00.232 INFO E| Compiling tempfile v3.7.0
32962024-10-29T18:23:01.509Z[ helios-setup] Oct 29 18:23:00.291 INFO E| Compiling libdevinfo-sys v1.0.0
32972024-10-29T18:23:02.945Z[ helios-setup] Oct 29 18:23:01.727 INFO E| Compiling slog-term v2.9.0
32982024-10-29T18:23:07.321Z[ helios-setup] Oct 29 18:23:06.102 INFO E| Compiling serde_derive v1.0.193
32992024-10-29T18:23:22.777Z[ helios-setup] Oct 29 18:23:21.556 INFO E| Compiling toml v0.5.11
33002024-10-29T18:23:22.779Z[ helios-setup] Oct 29 18:23:21.556 INFO E| Compiling uuid v0.8.2
33012024-10-29T18:23:24.973Z[ helios-setup] Oct 29 18:23:23.752 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268)
33022024-10-29T18:23:29.661Z[ helios-setup] Oct 29 18:23:28.440 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder)
33032024-10-29T18:23:44.956Z[ helios-setup] Oct 29 18:23:43.707 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.77s
33042024-10-29T18:23:44.972Z[ helios-setup] Oct 29 18:23:43.743 INFO building project "image-builder" ok (54 seconds)
33052024-10-29T18:23:44.990Z[ helios-setup] rm -f helios-build
33062024-10-29T18:23:44.990Z[ helios-setup] ln -s tools/helios-build/target/debug/helios-build
33072024-10-29T18:23:44.991Z[ helios-setup]
33082024-10-29T18:23:44.991Z[ helios-setup] Setup complete! ./helios-build is now available.
33092024-10-29T18:23:44.991Z[ helios-setup]
33102024-10-29T18:23:45.005Z[ helios-setup]
33112024-10-29T18:23:45.005Z[ helios-setup] real 12:34.938192800
33122024-10-29T18:23:45.005Z[ helios-setup] user 29:18.037437296
33132024-10-29T18:23:45.005Z[ helios-setup] sys 3:37.178439650
33142024-10-29T18:23:45.005Z[ helios-setup] trap 1.697971724
33152024-10-29T18:23:45.005Z[ helios-setup] tflt 8.460715239
33162024-10-29T18:23:45.005Z[ helios-setup] dflt 41.634058085
33172024-10-29T18:23:45.006Z[ helios-setup] kflt 0.032228294
33182024-10-29T18:23:45.006Z[ helios-setup] lock 2:13:37.251186542
33192024-10-29T18:23:45.006Z[ helios-setup] slp 3:44:54.781979888
33202024-10-29T18:23:45.006Z[ helios-setup] lat 33:14.558644589
33212024-10-29T18:23:45.006Z[ helios-setup] stop 4:23.943330975
33222024-10-29T18:23:45.006ZOct 29 18:23:43.758 INFO [helios-setup] process exited with exit status: 0 (754.945632859s)
33232024-10-29T18:23:45.006ZOct 29 18:23:43.758 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version
33242024-10-29T18:23:45.019Z[ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos'
33252024-10-29T18:23:45.259Z[ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18)
33262024-10-29T18:23:45.259Z[ phbl-toolchain] info: downloading component 'cargo'
33272024-10-29T18:23:46.271Z[ phbl-toolchain] info: downloading component 'clippy'
33282024-10-29T18:23:46.575Z[ phbl-toolchain] info: downloading component 'llvm-tools'
33292024-10-29T18:23:50.961Z[ phbl-toolchain] info: downloading component 'miri'
33302024-10-29T18:23:51.441Z[ phbl-toolchain] info: downloading component 'rust-docs'
33312024-10-29T18:23:52.798Z[ phbl-toolchain] info: downloading component 'rust-src'
33322024-10-29T18:23:52.972Z[ phbl-toolchain] info: downloading component 'rust-std'
33332024-10-29T18:23:54.926Z[ phbl-toolchain] info: downloading component 'rustc'
33342024-10-29T18:24:01.959Z[ phbl-toolchain] info: downloading component 'rustfmt'
33352024-10-29T18:24:02.184Z[ phbl-toolchain] info: installing component 'cargo'
33362024-10-29T18:24:03.476Z[ phbl-toolchain] info: installing component 'clippy'
33372024-10-29T18:24:04.072Z[ phbl-toolchain] info: installing component 'llvm-tools'
33382024-10-29T18:24:10.207Z[ phbl-toolchain] info: installing component 'miri'
33392024-10-29T18:24:10.673Z[ phbl-toolchain] info: installing component 'rust-docs'
33402024-10-29T18:24:18.713Z[ phbl-toolchain] info: installing component 'rust-src'
33412024-10-29T18:24:19.873Z[ phbl-toolchain] info: installing component 'rust-std'
33422024-10-29T18:24:22.535Z[ phbl-toolchain] info: installing component 'rustc'
33432024-10-29T18:24:32.551Z[ phbl-toolchain] info: installing component 'rustfmt'
33442024-10-29T18:24:33.426Z[ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15)
33452024-10-29T18:24:33.428ZOct 29 18:24:32.200 INFO [phbl-toolchain] process exited with exit status: 0 (48.442296672s)
33462024-10-29T18:24:53.756Z[ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33472024-10-29T18:25:03.924Z[ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
33482024-10-29T18:32:00.434Z[ host-package] Finished `release` profile [optimized] target(s) in 20m 03s
33492024-10-29T18:33:02.519ZOct 29 18:33:01.234 INFO [host-package] process exited with exit status: 0 (1265.963550566s)
33502024-10-29T18:33:02.521ZOct 29 18:33:01.234 INFO [host-stamp] running task
33512024-10-29T18:33:02.522ZOct 29 18:33:01.234 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package
33522024-10-29T18:33:02.528ZOct 29 18:33:01.243 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+git608b3362ecb
33532024-10-29T18:33:02.538ZOct 29 18:33:01.253 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+git608b3362ecb
33542024-10-29T18:33:02.544Z[recovery-package] Logging to: /work/artifacts-recovery/LOG
33552024-10-29T18:33:02.546ZOct 29 18:33:01.261 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+git608b3362ecb
33562024-10-29T18:33:02.552Z[stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG
33572024-10-29T18:33:02.555ZOct 29 18:33:01.270 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+git608b3362ecb
33582024-10-29T18:33:02.560Z[stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG
33592024-10-29T18:33:02.564ZOct 29 18:33:01.279 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+git608b3362ecb
33602024-10-29T18:33:02.564Z[stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG
33612024-10-29T18:33:02.573Z[stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar
33622024-10-29T18:33:02.577Z[ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG
33632024-10-29T18:33:02.577ZOct 29 18:33:01.290 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+git608b3362ecb
33642024-10-29T18:33:02.586ZOct 29 18:33:01.301 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+git608b3362ecb
33652024-10-29T18:33:02.594Z[ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar
33662024-10-29T18:33:02.594Z[stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33672024-10-29T18:33:02.599Z[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG
33682024-10-29T18:33:02.599ZOct 29 18:33:01.314 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+git608b3362ecb
33692024-10-29T18:33:02.614Z[ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG
33702024-10-29T18:33:02.616ZOct 29 18:33:01.329 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (68.150149ms)
33712024-10-29T18:33:02.616ZOct 29 18:33:01.329 INFO [stamp-oxlog] process exited with exit status: 0 (59.595119ms)
33722024-10-29T18:33:02.625Z[ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG
33732024-10-29T18:33:02.628Z[ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz
33742024-10-29T18:33:02.631ZOct 29 18:33:01.346 INFO [stamp-overlay] process exited with exit status: 0 (32.400441ms)
33752024-10-29T18:33:02.689Z[stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar
33762024-10-29T18:33:02.692ZOct 29 18:33:01.405 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (125.801797ms)
33772024-10-29T18:33:02.841Z[ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar
33782024-10-29T18:33:02.845ZOct 29 18:33:01.557 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (255.594876ms)
33792024-10-29T18:33:02.926Z[stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar
33802024-10-29T18:33:02.932ZOct 29 18:33:01.643 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (399.795032ms)
33812024-10-29T18:33:03.692Z[stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz
33822024-10-29T18:33:03.695ZOct 29 18:33:02.410 INFO [stamp-propolis-server] process exited with exit status: 0 (1.156298869s)
33832024-10-29T18:33:03.872Z[recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33842024-10-29T18:33:06.187Z[recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33852024-10-29T18:33:12.904Z[stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz
33862024-10-29T18:33:12.907ZOct 29 18:33:11.622 INFO [stamp-switch-asic] process exited with exit status: 0 (10.331413311s)
33872024-10-29T18:33:12.910ZOct 29 18:33:11.622 INFO [host-stamp] task succeeded (10.387996683s)
33882024-10-29T18:33:12.910ZOct 29 18:33:11.622 INFO [host-proto] running task
33892024-10-29T18:33:13.293ZOct 29 18:33:12.006 INFO [host-proto] task succeeded (384.223145ms)
33902024-10-29T18:33:13.293ZOct 29 18:33:12.006 INFO [host-profile] running task
33912024-10-29T18:33:13.297ZOct 29 18:33:12.007 INFO [host-profile] task succeeded (281.135µs)
33922024-10-29T18:33:13.297ZOct 29 18:33:12.007 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/.tmp2e1Dzz/proto/host/root -N 'ci 608b336/${os_short_commit} 2024-10-29 18:11' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
33932024-10-29T18:33:13.311Z[ host-image] Oct 29 18:33:12.025 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
33942024-10-29T18:33:13.316Z[ host-image] Oct 29 18:33:12.025 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
33952024-10-29T18:33:13.325Z[ host-image] Oct 29 18:33:12.039 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp2e1Dzz/proto/host/root"
33962024-10-29T18:33:13.328Z[ host-image] Oct 29 18:33:12.039 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
33972024-10-29T18:33:13.328Z[ host-image] Oct 29 18:33:12.039 INFO image builder template: ramdisk-01-os...
33982024-10-29T18:33:13.328Z[ host-image] Oct 29 18:33:12.040 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/.tmp2e1Dzz/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
33992024-10-29T18:33:13.345Z[ host-image] Oct 29 18:33:12.059 INFO O| Oct 29 18:33:12.059 INFO CREATE DATASET: rpool/images/build/host/output
34002024-10-29T18:33:13.510Z[ host-image] Oct 29 18:33:12.224 INFO O| Oct 29 18:33:12.224 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34012024-10-29T18:33:13.515Z[ host-image] Oct 29 18:33:12.229 INFO O| Oct 29 18:33:12.229 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34022024-10-29T18:33:13.683Z[ host-image] Oct 29 18:33:12.397 INFO O| Oct 29 18:33:12.397 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled
34032024-10-29T18:33:13.719Z[ host-image] Oct 29 18:33:12.433 INFO O| Oct 29 18:33:12.433 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os
34042024-10-29T18:33:13.722Z[ host-image] Oct 29 18:33:12.433 INFO O| Oct 29 18:33:12.433 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
34052024-10-29T18:33:13.722Z[ host-image] Oct 29 18:33:12.433 INFO O| Oct 29 18:33:12.433 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk
34062024-10-29T18:33:13.722Z[ host-image] Oct 29 18:33:12.433 INFO O| Oct 29 18:33:12.433 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk
34072024-10-29T18:33:13.729Z[ host-image] Oct 29 18:33:12.442 INFO O| Oct 29 18:33:12.442 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
34082024-10-29T18:33:13.889Z[ host-image] Oct 29 18:33:12.603 INFO O| Oct 29 18:33:12.603 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34092024-10-29T18:33:13.900Z[ host-image] Oct 29 18:33:12.615 INFO O| Oct 29 18:33:12.614 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"]
34102024-10-29T18:33:14.282Z[ host-image] Oct 29 18:33:12.996 INFO O| Oct 29 18:33:12.995 INFO O| Caching catalogs ... Done
34112024-10-29T18:33:14.368Z[ host-image] Oct 29 18:33:13.082 INFO O| Oct 29 18:33:13.082 INFO STEP 0 (pkg_image_create) COMPLETE
34122024-10-29T18:33:14.368Z[ host-image] Oct 29 18:33:13.082 INFO O| Oct 29 18:33:13.082 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34132024-10-29T18:33:14.373Z[ host-image] Oct 29 18:33:13.082 INFO O| Oct 29 18:33:13.082 INFO skip step because feature "repo_redist" is not enabled
34142024-10-29T18:33:14.374Z[ host-image] Oct 29 18:33:13.082 INFO O| Oct 29 18:33:13.082 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34152024-10-29T18:33:14.380Z[ host-image] Oct 29 18:33:13.095 INFO O| Oct 29 18:33:13.094 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"]
34162024-10-29T18:33:14.786Z[ host-image] Oct 29 18:33:13.500 INFO O| Oct 29 18:33:13.500 INFO STEP 2 (pkg_set_publisher) COMPLETE
34172024-10-29T18:33:14.786Z[ host-image] Oct 29 18:33:13.500 INFO O| Oct 29 18:33:13.500 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34182024-10-29T18:33:14.798Z[ host-image] Oct 29 18:33:13.512 INFO O| Oct 29 18:33:13.512 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"]
34192024-10-29T18:33:15.176Z[ host-image] Oct 29 18:33:13.890 INFO O| Oct 29 18:33:13.890 INFO STEP 3 (pkg_set_publisher) COMPLETE
34202024-10-29T18:33:15.176Z[ host-image] Oct 29 18:33:13.890 INFO O| Oct 29 18:33:13.890 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34212024-10-29T18:33:15.180Z[ host-image] Oct 29 18:33:13.890 INFO O| Oct 29 18:33:13.890 INFO skip step because feature "repo_redist" is not enabled
34222024-10-29T18:33:15.180Z[ host-image] Oct 29 18:33:13.890 INFO O| Oct 29 18:33:13.890 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34232024-10-29T18:33:15.733Z[ host-image] Oct 29 18:33:14.447 INFO O| Oct 29 18:33:14.447 INFO variant opensolaris.zone is already global
34242024-10-29T18:33:15.734Z[ host-image] Oct 29 18:33:14.447 INFO O| Oct 29 18:33:14.447 INFO STEP 5 (pkg_change_variant) COMPLETE
34252024-10-29T18:33:15.737Z[ host-image] Oct 29 18:33:14.447 INFO O| Oct 29 18:33:14.447 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34262024-10-29T18:33:16.298Z[ host-image] Oct 29 18:33:15.011 INFO O| Oct 29 18:33:15.011 INFO variant opensolaris.imagetype is full; changing to partial
34272024-10-29T18:33:16.298Z[ host-image] Oct 29 18:33:15.011 INFO O| Oct 29 18:33:15.011 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
34282024-10-29T18:33:23.678Z[ host-image] Oct 29 18:33:21.805 INFO O| Oct 29 18:33:21.805 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
34292024-10-29T18:33:25.928Z[recovery-package] Finished `release` profile [optimized] target(s) in 23.14s
34302024-10-29T18:33:26.443Z[ host-image] Oct 29 18:33:25.152 INFO O| Oct 29 18:33:25.152 INFO O| Startup: Caching catalogs ... Done
34312024-10-29T18:33:26.512Z[ host-image] Oct 29 18:33:25.223 INFO O| Oct 29 18:33:25.223 INFO O| Planning: Planning completed in 0.00 seconds
34322024-10-29T18:33:26.516Z[ host-image] Oct 29 18:33:25.223 INFO O| Oct 29 18:33:25.223 INFO O| Planning: Consolidating action changes ... Done
34332024-10-29T18:33:26.517Z[ host-image] Oct 29 18:33:25.223 INFO O| Oct 29 18:33:25.223 INFO O| Planning: Evaluating mediators ... Done
34342024-10-29T18:33:26.517Z[ host-image] Oct 29 18:33:25.224 INFO O| Oct 29 18:33:25.224 INFO O| Planning: Planning completed in 0.00 seconds
34352024-10-29T18:33:26.517Z[ host-image] Oct 29 18:33:25.224 INFO O| Oct 29 18:33:25.224 INFO O| Variants/Facets to change: 1
34362024-10-29T18:33:26.533Z[ host-image] Oct 29 18:33:25.244 INFO O| Oct 29 18:33:25.244 INFO O| Done
34372024-10-29T18:33:26.538Z[ host-image] Oct 29 18:33:25.244 INFO O| Oct 29 18:33:25.244 INFO O| Done
34382024-10-29T18:33:26.968Z[ host-image] Oct 29 18:33:25.678 INFO O| Oct 29 18:33:25.678 INFO O| Done
34392024-10-29T18:33:27.017Z[ host-image] Oct 29 18:33:25.726 INFO O| Oct 29 18:33:25.726 INFO O| Done
34402024-10-29T18:33:27.023Z[ host-image] Oct 29 18:33:25.727 INFO O| Oct 29 18:33:25.727 INFO O| Done
34412024-10-29T18:33:27.023Z[ host-image] Oct 29 18:33:25.728 INFO O| Oct 29 18:33:25.727 INFO O| Done
34422024-10-29T18:33:27.024Z[ host-image] Oct 29 18:33:25.729 INFO O| Oct 29 18:33:25.729 INFO O| Done
34432024-10-29T18:33:27.399Z[ host-image] Oct 29 18:33:26.111 INFO O| Oct 29 18:33:26.111 INFO STEP 6 (pkg_change_variant) COMPLETE
34442024-10-29T18:33:27.399Z[ host-image] Oct 29 18:33:26.111 INFO O| Oct 29 18:33:26.111 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34452024-10-29T18:33:27.411Z[ host-image] Oct 29 18:33:26.111 INFO O| Oct 29 18:33:26.111 INFO skip step because feature "debug_variant" is not enabled
34462024-10-29T18:33:27.411Z[ host-image] Oct 29 18:33:26.111 INFO O| Oct 29 18:33:26.111 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
34472024-10-29T18:33:27.491ZOct 29 18:33:26.203 INFO [recovery-package] process exited with exit status: 0 (24.968995124s)
34482024-10-29T18:33:27.492ZOct 29 18:33:26.204 INFO [recovery-stamp] running task
34492024-10-29T18:33:27.495ZOct 29 18:33:26.204 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release
34502024-10-29T18:33:27.500ZOct 29 18:33:26.212 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+git608b3362ecb
34512024-10-29T18:33:27.507ZOct 29 18:33:26.220 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git608b3362ecb
34522024-10-29T18:33:27.517Z[ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG
34532024-10-29T18:33:27.528Z[stamp-installinator] Logging to: /work/artifacts-recovery/LOG
34542024-10-29T18:33:27.623Z[stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar
34552024-10-29T18:33:27.630ZOct 29 18:33:26.338 INFO [stamp-installinator] process exited with exit status: 0 (118.398986ms)
34562024-10-29T18:33:27.633Z[ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar
34572024-10-29T18:33:27.633ZOct 29 18:33:26.344 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (132.014464ms)
34582024-10-29T18:33:27.634ZOct 29 18:33:26.344 INFO [recovery-stamp] task succeeded (140.642358ms)
34592024-10-29T18:33:27.634ZOct 29 18:33:26.344 INFO [recovery-proto] running task
34602024-10-29T18:33:27.634ZOct 29 18:33:26.344 INFO [tuf-stamp] running task
34612024-10-29T18:33:27.634ZOct 29 18:33:26.345 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+git608b3362ecb
34622024-10-29T18:33:27.650ZOct 29 18:33:26.362 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+git608b3362ecb
34632024-10-29T18:33:27.660Z[stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34642024-10-29T18:33:27.664ZOct 29 18:33:26.377 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+git608b3362ecb
34652024-10-29T18:33:27.679Z[stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34662024-10-29T18:33:27.679ZOct 29 18:33:26.391 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+git608b3362ecb
34672024-10-29T18:33:27.693Z[ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG
34682024-10-29T18:33:27.696ZOct 29 18:33:26.405 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+git608b3362ecb
34692024-10-29T18:33:27.722Z[stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG
34702024-10-29T18:33:27.725ZOct 29 18:33:26.435 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+git608b3362ecb
34712024-10-29T18:33:27.754Z[ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG
34722024-10-29T18:33:27.758ZOct 29 18:33:26.467 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+git608b3362ecb
34732024-10-29T18:33:27.779Z[stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG
34742024-10-29T18:33:27.783ZOct 29 18:33:26.492 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+git608b3362ecb
34752024-10-29T18:33:27.838Z[ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz
34762024-10-29T18:33:27.851Z[ host-image] Oct 29 18:33:26.526 INFO O| Oct 29 18:33:26.526 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
34772024-10-29T18:33:27.855Z[stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG
34782024-10-29T18:33:27.855ZOct 29 18:33:26.563 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+git608b3362ecb
34792024-10-29T18:33:27.855ZOct 29 18:33:26.563 INFO [recovery-proto] task succeeded (218.845186ms)
34802024-10-29T18:33:27.881ZOct 29 18:33:26.593 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/.tmp2e1Dzz/proto/recovery/root -N 'recovery 608b336/${os_short_commit} 2024-10-29 18:11' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/'
34812024-10-29T18:33:27.899Z[ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG
34822024-10-29T18:33:27.899ZOct 29 18:33:26.610 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+git608b3362ecb
34832024-10-29T18:33:27.943Z[ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG
34842024-10-29T18:33:27.943ZOct 29 18:33:26.655 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+git608b3362ecb
34852024-10-29T18:33:27.964Z[stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG
34862024-10-29T18:33:27.968ZOct 29 18:33:26.676 INFO [stamp-probe] process exited with exit status: 0 (298.831008ms)
34872024-10-29T18:33:27.968Z[ recovery-image] Oct 29 18:33:26.617 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"
34882024-10-29T18:33:27.975Z[stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG
34892024-10-29T18:33:28.004Z[ recovery-image] Oct 29 18:33:26.617 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"]
34902024-10-29T18:33:28.028Z[ recovery-image] Oct 29 18:33:26.717 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp2e1Dzz/proto/recovery/root"
34912024-10-29T18:33:28.028Z[ recovery-image] Oct 29 18:33:26.717 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/
34922024-10-29T18:33:28.028Z[ recovery-image] Oct 29 18:33:26.717 INFO image builder template: ramdisk-01-os...
34932024-10-29T18:33:28.032Z[ recovery-image] Oct 29 18:33:26.717 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/.tmp2e1Dzz/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
34942024-10-29T18:33:28.057Z[ recovery-image] Oct 29 18:33:26.769 INFO O| Oct 29 18:33:26.768 INFO CREATE DATASET: rpool/images/build/recovery/output
34952024-10-29T18:33:28.141Z[ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz
34962024-10-29T18:33:28.305ZOct 29 18:33:27.017 INFO [stamp-ntp] process exited with exit status: 0 (610.987977ms)
34972024-10-29T18:33:28.476Z[ recovery-image] Oct 29 18:33:27.188 INFO O| Oct 29 18:33:27.188 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34982024-10-29T18:33:28.482Z[ recovery-image] Oct 29 18:33:27.194 INFO O| Oct 29 18:33:27.194 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
34992024-10-29T18:33:28.864Z[ recovery-image] Oct 29 18:33:27.576 INFO O| Oct 29 18:33:27.576 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled
35002024-10-29T18:33:28.888Z[ host-image] Oct 29 18:33:27.600 INFO O| Oct 29 18:33:27.600 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35012024-10-29T18:33:28.890Z[ host-image] Oct 29 18:33:27.602 INFO O| Oct 29 18:33:27.602 INFO O| Planning: Planning completed in 0.00 seconds
35022024-10-29T18:33:28.890Z[ host-image] Oct 29 18:33:27.602 INFO O| Oct 29 18:33:27.602 INFO O| Planning: Consolidating action changes ... Done
35032024-10-29T18:33:28.890Z[ host-image] Oct 29 18:33:27.603 INFO O| Oct 29 18:33:27.603 INFO O| Planning: Evaluating mediators ... Done
35042024-10-29T18:33:28.893Z[ host-image] Oct 29 18:33:27.603 INFO O| Oct 29 18:33:27.603 INFO O| Planning: Planning completed in 0.00 seconds
35052024-10-29T18:33:28.893Z[ host-image] Oct 29 18:33:27.603 INFO O| Oct 29 18:33:27.603 INFO O| Variants/Facets to change: 1
35062024-10-29T18:33:28.975Z[stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz
35072024-10-29T18:33:28.983Z[ recovery-image] Oct 29 18:33:27.695 INFO O| Oct 29 18:33:27.695 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
35082024-10-29T18:33:28.985Z[ recovery-image] Oct 29 18:33:27.695 INFO O| Oct 29 18:33:27.695 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35092024-10-29T18:33:28.985Z[ recovery-image] Oct 29 18:33:27.696 INFO O| Oct 29 18:33:27.695 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
35102024-10-29T18:33:28.985Z[ recovery-image] Oct 29 18:33:27.696 INFO O| Oct 29 18:33:27.696 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35112024-10-29T18:33:29.015Z[ recovery-image] Oct 29 18:33:27.728 INFO O| Oct 29 18:33:27.727 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
35122024-10-29T18:33:29.074ZOct 29 18:33:27.787 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.424923222s)
35132024-10-29T18:33:29.084Z[stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz
35142024-10-29T18:33:29.090ZOct 29 18:33:27.802 INFO [stamp-external-dns] process exited with exit status: 0 (1.456744845s)
35152024-10-29T18:33:29.116Z[ host-image] Oct 29 18:33:27.828 INFO O| Oct 29 18:33:27.828 INFO O| Done
35162024-10-29T18:33:29.142Z[ host-image] Oct 29 18:33:27.829 INFO O| Oct 29 18:33:27.828 INFO O| Done
35172024-10-29T18:33:29.392Z[ recovery-image] Oct 29 18:33:28.103 INFO O| Oct 29 18:33:28.103 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35182024-10-29T18:33:29.456Z[ recovery-image] Oct 29 18:33:28.136 INFO O| Oct 29 18:33:28.136 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"]
35192024-10-29T18:33:29.473Z[verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
35202024-10-29T18:33:29.545Z[stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz
35212024-10-29T18:33:29.545Z[stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz
35222024-10-29T18:33:29.545Z[verify-libraries] Running `target/debug/xtask verify-libraries --release`
35232024-10-29T18:33:29.553ZOct 29 18:33:28.266 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.875302712s)
35242024-10-29T18:33:29.573ZOct 29 18:33:28.285 INFO [stamp-internal-dns] process exited with exit status: 0 (1.675060066s)
35252024-10-29T18:33:29.692Z[ host-image] Oct 29 18:33:28.405 INFO O| Oct 29 18:33:28.405 INFO O| Done
35262024-10-29T18:33:29.759Z[ host-image] Oct 29 18:33:28.471 INFO O| Oct 29 18:33:28.471 INFO O| Done
35272024-10-29T18:33:29.761Z[ host-image] Oct 29 18:33:28.472 INFO O| Oct 29 18:33:28.472 INFO O| Done
35282024-10-29T18:33:29.761Z[ host-image] Oct 29 18:33:28.472 INFO O| Oct 29 18:33:28.472 INFO O| Done
35292024-10-29T18:33:29.761Z[ host-image] Oct 29 18:33:28.473 INFO O| Oct 29 18:33:28.473 INFO O| Done
35302024-10-29T18:33:29.837Z[ host-image] Oct 29 18:33:28.549 INFO O| Oct 29 18:33:28.549 INFO STEP 8 (pkg_change_facet) COMPLETE
35312024-10-29T18:33:29.837Z[ host-image] Oct 29 18:33:28.549 INFO O| Oct 29 18:33:28.549 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35322024-10-29T18:33:29.837Z[ host-image] Oct 29 18:33:28.549 INFO O| Oct 29 18:33:28.549 INFO skip step because feature "recovery" is not enabled
35332024-10-29T18:33:29.840Z[ host-image] Oct 29 18:33:28.549 INFO O| Oct 29 18:33:28.549 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35342024-10-29T18:33:29.840Z[ host-image] Oct 29 18:33:28.549 INFO O| Oct 29 18:33:28.549 INFO skip step because feature "recovery" is not enabled
35352024-10-29T18:33:29.840Z[ host-image] Oct 29 18:33:28.549 INFO O| Oct 29 18:33:28.549 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35362024-10-29T18:33:29.854Z[ host-image] Oct 29 18:33:28.566 INFO O| Oct 29 18:33:28.566 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"]
35372024-10-29T18:33:29.938Z[ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz
35382024-10-29T18:33:29.943ZOct 29 18:33:28.655 INFO [stamp-oximeter] process exited with exit status: 0 (2.091872606s)
35392024-10-29T18:33:29.959Z[ recovery-image] Oct 29 18:33:28.671 INFO O| Oct 29 18:33:28.671 INFO O| Caching catalogs ... Done
35402024-10-29T18:33:30.067Z[ recovery-image] Oct 29 18:33:28.779 INFO O| Oct 29 18:33:28.779 INFO STEP 0 (pkg_image_create) COMPLETE
35412024-10-29T18:33:30.067Z[ recovery-image] Oct 29 18:33:28.779 INFO O| Oct 29 18:33:28.779 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35422024-10-29T18:33:30.070Z[ recovery-image] Oct 29 18:33:28.779 INFO O| Oct 29 18:33:28.779 INFO skip step because feature "repo_redist" is not enabled
35432024-10-29T18:33:30.070Z[ recovery-image] Oct 29 18:33:28.779 INFO O| Oct 29 18:33:28.779 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35442024-10-29T18:33:30.082Z[ recovery-image] Oct 29 18:33:28.795 INFO O| Oct 29 18:33:28.795 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"]
35452024-10-29T18:33:30.515Z[ host-image] Oct 29 18:33:29.227 INFO O| Oct 29 18:33:29.227 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35462024-10-29T18:33:30.591Z[ recovery-image] Oct 29 18:33:29.303 INFO O| Oct 29 18:33:29.303 INFO STEP 2 (pkg_set_publisher) COMPLETE
35472024-10-29T18:33:30.591Z[ recovery-image] Oct 29 18:33:29.303 INFO O| Oct 29 18:33:29.303 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35482024-10-29T18:33:30.606Z[ recovery-image] Oct 29 18:33:29.318 INFO O| Oct 29 18:33:29.318 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"]
35492024-10-29T18:33:31.086Z[ recovery-image] Oct 29 18:33:29.797 INFO O| Oct 29 18:33:29.797 INFO STEP 3 (pkg_set_publisher) COMPLETE
35502024-10-29T18:33:31.086Z[ recovery-image] Oct 29 18:33:29.797 INFO O| Oct 29 18:33:29.797 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35512024-10-29T18:33:31.086Z[ recovery-image] Oct 29 18:33:29.797 INFO O| Oct 29 18:33:29.797 INFO skip step because feature "repo_redist" is not enabled
35522024-10-29T18:33:31.088Z[ recovery-image] Oct 29 18:33:29.797 INFO O| Oct 29 18:33:29.797 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35532024-10-29T18:33:31.575Z[ recovery-image] Oct 29 18:33:30.286 INFO O| Oct 29 18:33:30.286 INFO variant opensolaris.zone is already global
35542024-10-29T18:33:31.575Z[ recovery-image] Oct 29 18:33:30.286 INFO O| Oct 29 18:33:30.286 INFO STEP 5 (pkg_change_variant) COMPLETE
35552024-10-29T18:33:31.575Z[ recovery-image] Oct 29 18:33:30.286 INFO O| Oct 29 18:33:30.286 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
35562024-10-29T18:33:31.618Z[ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz
35572024-10-29T18:33:31.621ZOct 29 18:33:30.334 INFO [stamp-nexus] process exited with exit status: 0 (3.842162442s)
35582024-10-29T18:33:32.043Z[ recovery-image] Oct 29 18:33:30.754 INFO O| Oct 29 18:33:30.754 INFO variant opensolaris.imagetype is full; changing to partial
35592024-10-29T18:33:32.043Z[ recovery-image] Oct 29 18:33:30.755 INFO O| Oct 29 18:33:30.754 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"]
35602024-10-29T18:33:33.038Z[stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz
35612024-10-29T18:33:33.042ZOct 29 18:33:31.754 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.099213842s)
35622024-10-29T18:33:33.377Z[verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
35632024-10-29T18:33:33.534Z[verify-libraries] Compiling polyval v0.6.2
35642024-10-29T18:33:33.556Z[verify-libraries] Compiling ctr v0.9.2
35652024-10-29T18:33:33.574Z[verify-libraries] Compiling ssh-encoding v0.2.0
35662024-10-29T18:33:33.574Z[verify-libraries] Compiling blowfish v0.9.1
35672024-10-29T18:33:33.611Z[verify-libraries] Compiling password-hash v0.4.2
35682024-10-29T18:33:33.611Z[verify-libraries] Compiling matches v0.1.10
35692024-10-29T18:33:33.832Z[verify-libraries] Compiling p521 v0.13.3
35702024-10-29T18:33:33.988Z[verify-libraries] Compiling bcrypt-pbkdf v0.10.0
35712024-10-29T18:33:34.157Z[verify-libraries] Compiling ghash v0.5.1
35722024-10-29T18:33:34.266Z[verify-libraries] Compiling idna v0.2.3
35732024-10-29T18:33:34.405Z[verify-libraries] Compiling pbkdf2 v0.11.0
35742024-10-29T18:33:34.540Z[verify-libraries] Compiling aes-gcm v0.10.3
35752024-10-29T18:33:34.839Z[verify-libraries] Compiling p256 v0.13.2
35762024-10-29T18:33:35.058Z[verify-libraries] Compiling ssh-cipher v0.2.0
35772024-10-29T18:33:35.200Z[verify-libraries] Compiling enum-as-inner v0.5.1
35782024-10-29T18:33:35.380Z[verify-libraries] Compiling russh-cryptovec v0.7.3
35792024-10-29T18:33:36.166Z[verify-libraries] Compiling ssh-key v0.6.6
35802024-10-29T18:33:36.237Z[verify-libraries] Compiling md5 v0.7.0
35812024-10-29T18:33:36.894Z[verify-libraries] Compiling trust-dns-proto v0.22.0
35822024-10-29T18:33:36.975Z[verify-libraries] Compiling num-bigint v0.4.6
35832024-10-29T18:33:38.123Z[verify-libraries] Compiling des v0.8.1
35842024-10-29T18:33:38.849Z[stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz
35852024-10-29T18:33:38.875ZOct 29 18:33:37.586 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.119600863s)
35862024-10-29T18:33:38.898Z[stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz
35872024-10-29T18:33:38.945ZOct 29 18:33:37.656 INFO [stamp-clickhouse] process exited with exit status: 0 (11.220813925s)
35882024-10-29T18:33:38.948ZOct 29 18:33:37.656 INFO [tuf-stamp] task succeeded (11.311331563s)
35892024-10-29T18:33:39.028Z[verify-libraries] Compiling dhcproto-macros v0.1.0
35902024-10-29T18:33:39.136Z[verify-libraries] Compiling hex-literal v0.4.1
35912024-10-29T18:33:39.505Z[verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
35922024-10-29T18:33:40.130Z[verify-libraries] Compiling russh-keys v0.45.0
35932024-10-29T18:33:40.555Z[ recovery-image] Oct 29 18:33:39.266 INFO O| Oct 29 18:33:39.266 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
35942024-10-29T18:33:40.621Z[verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
35952024-10-29T18:33:41.515Z[verify-libraries] Compiling internet-checksum v0.2.1
35962024-10-29T18:33:41.886Z[verify-libraries] Compiling heck v0.4.1
35972024-10-29T18:33:43.563Z[verify-libraries] Compiling dhcproto v0.12.0
35982024-10-29T18:33:47.211Z[verify-libraries] Compiling russh v0.45.0
35992024-10-29T18:33:48.192Z[ recovery-image] Oct 29 18:33:46.902 INFO O| Oct 29 18:33:46.901 INFO O| Startup: Caching catalogs ... Done
36002024-10-29T18:33:48.313Z[ recovery-image] Oct 29 18:33:47.023 INFO O| Oct 29 18:33:47.022 INFO O| Planning: Planning completed in 0.00 seconds
36012024-10-29T18:33:48.316Z[ recovery-image] Oct 29 18:33:47.023 INFO O| Oct 29 18:33:47.023 INFO O| Planning: Consolidating action changes ... Done
36022024-10-29T18:33:48.316Z[ recovery-image] Oct 29 18:33:47.023 INFO O| Oct 29 18:33:47.023 INFO O| Planning: Evaluating mediators ... Done
36032024-10-29T18:33:48.316Z[ recovery-image] Oct 29 18:33:47.024 INFO O| Oct 29 18:33:47.024 INFO O| Planning: Planning completed in 0.00 seconds
36042024-10-29T18:33:48.316Z[ recovery-image] Oct 29 18:33:47.024 INFO O| Oct 29 18:33:47.024 INFO O| Variants/Facets to change: 1
36052024-10-29T18:33:48.405Z[ recovery-image] Oct 29 18:33:47.115 INFO O| Oct 29 18:33:47.115 INFO O| Done
36062024-10-29T18:33:48.405Z[ recovery-image] Oct 29 18:33:47.115 INFO O| Oct 29 18:33:47.115 INFO O| Done
36072024-10-29T18:33:48.559Z[verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
36082024-10-29T18:33:49.268Z[ recovery-image] Oct 29 18:33:47.977 INFO O| Oct 29 18:33:47.977 INFO O| Done
36092024-10-29T18:33:49.352Z[ recovery-image] Oct 29 18:33:48.061 INFO O| Oct 29 18:33:48.061 INFO O| Done
36102024-10-29T18:33:49.356Z[ recovery-image] Oct 29 18:33:48.063 INFO O| Oct 29 18:33:48.063 INFO O| Done
36112024-10-29T18:33:49.356Z[ recovery-image] Oct 29 18:33:48.063 INFO O| Oct 29 18:33:48.063 INFO O| Done
36122024-10-29T18:33:49.356Z[ recovery-image] Oct 29 18:33:48.065 INFO O| Oct 29 18:33:48.065 INFO O| Done
36132024-10-29T18:33:49.981Z[ recovery-image] Oct 29 18:33:48.691 INFO O| Oct 29 18:33:48.690 INFO STEP 6 (pkg_change_variant) COMPLETE
36142024-10-29T18:33:49.981Z[ recovery-image] Oct 29 18:33:48.691 INFO O| Oct 29 18:33:48.690 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36152024-10-29T18:33:49.984Z[ recovery-image] Oct 29 18:33:48.691 INFO O| Oct 29 18:33:48.690 INFO skip step because feature "debug_variant" is not enabled
36162024-10-29T18:33:49.984Z[ recovery-image] Oct 29 18:33:48.691 INFO O| Oct 29 18:33:48.691 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36172024-10-29T18:33:50.736Z[ recovery-image] Oct 29 18:33:49.445 INFO O| Oct 29 18:33:49.445 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"]
36182024-10-29T18:33:51.736Z[ recovery-image] Oct 29 18:33:50.445 INFO O| Oct 29 18:33:50.445 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36192024-10-29T18:33:51.739Z[ recovery-image] Oct 29 18:33:50.447 INFO O| Oct 29 18:33:50.447 INFO O| Planning: Planning completed in 0.00 seconds
36202024-10-29T18:33:51.739Z[ recovery-image] Oct 29 18:33:50.448 INFO O| Oct 29 18:33:50.448 INFO O| Planning: Consolidating action changes ... Done
36212024-10-29T18:33:51.739Z[ recovery-image] Oct 29 18:33:50.448 INFO O| Oct 29 18:33:50.448 INFO O| Planning: Evaluating mediators ... Done
36222024-10-29T18:33:51.742Z[ recovery-image] Oct 29 18:33:50.449 INFO O| Oct 29 18:33:50.449 INFO O| Planning: Planning completed in 0.00 seconds
36232024-10-29T18:33:51.742Z[ recovery-image] Oct 29 18:33:50.449 INFO O| Oct 29 18:33:50.449 INFO O| Variants/Facets to change: 1
36242024-10-29T18:33:51.832Z[ recovery-image] Oct 29 18:33:50.542 INFO O| Oct 29 18:33:50.542 INFO O| Done
36252024-10-29T18:33:51.833Z[ recovery-image] Oct 29 18:33:50.542 INFO O| Oct 29 18:33:50.542 INFO O| Done
36262024-10-29T18:33:52.773Z[ recovery-image] Oct 29 18:33:51.481 INFO O| Oct 29 18:33:51.481 INFO O| Done
36272024-10-29T18:33:52.843Z[ recovery-image] Oct 29 18:33:51.552 INFO O| Oct 29 18:33:51.551 INFO O| Done
36282024-10-29T18:33:52.846Z[ recovery-image] Oct 29 18:33:51.552 INFO O| Oct 29 18:33:51.552 INFO O| Done
36292024-10-29T18:33:52.846Z[ recovery-image] Oct 29 18:33:51.552 INFO O| Oct 29 18:33:51.552 INFO O| Done
36302024-10-29T18:33:52.846Z[ recovery-image] Oct 29 18:33:51.554 INFO O| Oct 29 18:33:51.554 INFO O| Done
36312024-10-29T18:33:52.963Z[ recovery-image] Oct 29 18:33:51.672 INFO O| Oct 29 18:33:51.672 INFO STEP 8 (pkg_change_facet) COMPLETE
36322024-10-29T18:33:52.963Z[ recovery-image] Oct 29 18:33:51.672 INFO O| Oct 29 18:33:51.672 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36332024-10-29T18:33:53.705Z[ recovery-image] Oct 29 18:33:52.412 INFO O| Oct 29 18:33:52.412 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"]
36342024-10-29T18:33:54.794Z[ recovery-image] Oct 29 18:33:53.503 INFO O| Oct 29 18:33:53.503 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36352024-10-29T18:33:54.797Z[ recovery-image] Oct 29 18:33:53.505 INFO O| Oct 29 18:33:53.505 INFO O| Planning: Planning completed in 0.00 seconds
36362024-10-29T18:33:54.797Z[ recovery-image] Oct 29 18:33:53.506 INFO O| Oct 29 18:33:53.506 INFO O| Planning: Consolidating action changes ... Done
36372024-10-29T18:33:54.799Z[ recovery-image] Oct 29 18:33:53.506 INFO O| Oct 29 18:33:53.506 INFO O| Planning: Evaluating mediators ... Done
36382024-10-29T18:33:54.799Z[ recovery-image] Oct 29 18:33:53.507 INFO O| Oct 29 18:33:53.507 INFO O| Planning: Planning completed in 0.00 seconds
36392024-10-29T18:33:54.799Z[ recovery-image] Oct 29 18:33:53.507 INFO O| Oct 29 18:33:53.507 INFO O| Variants/Facets to change: 1
36402024-10-29T18:33:54.941Z[ recovery-image] Oct 29 18:33:53.650 INFO O| Oct 29 18:33:53.650 INFO O| Done
36412024-10-29T18:33:54.941Z[ recovery-image] Oct 29 18:33:53.650 INFO O| Oct 29 18:33:53.650 INFO O| Done
36422024-10-29T18:33:55.045Z[verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
36432024-10-29T18:33:55.769Z[ recovery-image] Oct 29 18:33:54.478 INFO O| Oct 29 18:33:54.478 INFO O| Done
36442024-10-29T18:33:55.852Z[ recovery-image] Oct 29 18:33:54.561 INFO O| Oct 29 18:33:54.560 INFO O| Done
36452024-10-29T18:33:55.854Z[ recovery-image] Oct 29 18:33:54.562 INFO O| Oct 29 18:33:54.562 INFO O| Done
36462024-10-29T18:33:55.854Z[ recovery-image] Oct 29 18:33:54.562 INFO O| Oct 29 18:33:54.562 INFO O| Done
36472024-10-29T18:33:55.857Z[ recovery-image] Oct 29 18:33:54.564 INFO O| Oct 29 18:33:54.564 INFO O| Done
36482024-10-29T18:33:56.031Z[ recovery-image] Oct 29 18:33:54.740 INFO O| Oct 29 18:33:54.740 INFO STEP 9 (pkg_change_facet) COMPLETE
36492024-10-29T18:33:56.034Z[ recovery-image] Oct 29 18:33:54.740 INFO O| Oct 29 18:33:54.740 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36502024-10-29T18:33:56.744Z[ recovery-image] Oct 29 18:33:55.454 INFO O| Oct 29 18:33:55.453 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"]
36512024-10-29T18:33:57.833Z[ recovery-image] Oct 29 18:33:56.542 INFO O| Oct 29 18:33:56.542 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36522024-10-29T18:33:57.836Z[ recovery-image] Oct 29 18:33:56.544 INFO O| Oct 29 18:33:56.544 INFO O| Planning: Planning completed in 0.00 seconds
36532024-10-29T18:33:57.839Z[verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
36542024-10-29T18:33:57.839Z[ recovery-image] Oct 29 18:33:56.547 INFO O| Oct 29 18:33:56.546 INFO O| Planning: Consolidating action changes ... Done
36552024-10-29T18:33:57.839Z[ recovery-image] Oct 29 18:33:56.547 INFO O| Oct 29 18:33:56.546 INFO O| Planning: Evaluating mediators ... Done
36562024-10-29T18:33:57.848Z[ recovery-image] Oct 29 18:33:56.557 INFO O| Oct 29 18:33:56.547 INFO O| Planning: Planning completed in 0.00 seconds
36572024-10-29T18:33:57.848Z[ recovery-image] Oct 29 18:33:56.557 INFO O| Oct 29 18:33:56.547 INFO O| Variants/Facets to change: 1
36582024-10-29T18:33:57.901Z[ recovery-image] Oct 29 18:33:56.610 INFO O| Oct 29 18:33:56.610 INFO O| Done
36592024-10-29T18:33:57.901Z[ recovery-image] Oct 29 18:33:56.610 INFO O| Oct 29 18:33:56.610 INFO O| Done
36602024-10-29T18:33:58.520Z[verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
36612024-10-29T18:33:58.595Z[ recovery-image] Oct 29 18:33:57.304 INFO O| Oct 29 18:33:57.304 INFO O| Done
36622024-10-29T18:33:58.684Z[ recovery-image] Oct 29 18:33:57.393 INFO O| Oct 29 18:33:57.393 INFO O| Done
36632024-10-29T18:33:58.688Z[ recovery-image] Oct 29 18:33:57.394 INFO O| Oct 29 18:33:57.394 INFO O| Done
36642024-10-29T18:33:58.688Z[ recovery-image] Oct 29 18:33:57.395 INFO O| Oct 29 18:33:57.395 INFO O| Done
36652024-10-29T18:33:58.688Z[ recovery-image] Oct 29 18:33:57.397 INFO O| Oct 29 18:33:57.397 INFO O| Done
36662024-10-29T18:33:58.803Z[ recovery-image] Oct 29 18:33:57.512 INFO O| Oct 29 18:33:57.512 INFO STEP 10 (pkg_change_facet) COMPLETE
36672024-10-29T18:33:58.805Z[ recovery-image] Oct 29 18:33:57.512 INFO O| Oct 29 18:33:57.512 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
36682024-10-29T18:33:58.823Z[ recovery-image] Oct 29 18:33:57.531 INFO O| Oct 29 18:33:57.531 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"]
36692024-10-29T18:33:58.835Z[verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
36702024-10-29T18:33:59.106Z[verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
36712024-10-29T18:33:59.620Z[verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
36722024-10-29T18:33:59.660Z[verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
36732024-10-29T18:34:00.007Z[ recovery-image] Oct 29 18:33:58.715 INFO O| Oct 29 18:33:58.715 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
36742024-10-29T18:34:00.691Z[verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
36752024-10-29T18:34:05.311Z[verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
36762024-10-29T18:34:09.449Z[verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
36772024-10-29T18:34:12.019Z[verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
36782024-10-29T18:34:16.469Z[verify-libraries] Compiling termios v0.3.3
36792024-10-29T18:34:16.925Z[verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
36802024-10-29T18:34:22.192Z[ host-image] Oct 29 18:34:20.898 INFO O| Oct 29 18:34:20.898 INFO O| Planning: Solver setup ... Done
36812024-10-29T18:34:38.622Z[verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
36822024-10-29T18:34:52.322Z[ recovery-image] Oct 29 18:34:51.025 INFO O| Oct 29 18:34:51.024 INFO O| Planning: Solver setup ... Done
36832024-10-29T18:35:15.259Z[verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
36842024-10-29T18:35:16.870Z[ host-image] Oct 29 18:35:15.569 INFO O| Oct 29 18:35:15.569 INFO O| Planning: Running solver ... Done
36852024-10-29T18:35:17.363Z[ host-image] Oct 29 18:35:16.063 INFO O| Oct 29 18:35:16.063 INFO O| Planning: Finding local manifests ... Done
36862024-10-29T18:35:17.381Z[ host-image] Oct 29 18:35:16.081 INFO O| Oct 29 18:35:16.081 INFO O| Planning: Fetching manifests: 0/124 0% complete
36872024-10-29T18:35:21.899Z[ host-image] Oct 29 18:35:20.599 INFO O| Oct 29 18:35:20.599 INFO O| Planning: Fetching manifests: 124/124 100% complete
36882024-10-29T18:35:23.000Z[ host-image] Oct 29 18:35:21.700 INFO O| Oct 29 18:35:21.699 INFO O| Planning: Package planning ... Done
36892024-10-29T18:35:24.942Z[ host-image] Oct 29 18:35:23.641 INFO O| Oct 29 18:35:23.641 INFO O| Planning: Merging actions ... Done
36902024-10-29T18:35:25.341Z[ host-image] Oct 29 18:35:24.040 INFO O| Oct 29 18:35:24.040 INFO O| Planning: Checking for conflicting actions ... Done
36912024-10-29T18:35:25.634Z[ host-image] Oct 29 18:35:24.334 INFO O| Oct 29 18:35:24.333 INFO O| Planning: Consolidating action changes ... Done
36922024-10-29T18:35:26.214Z[ host-image] Oct 29 18:35:24.913 INFO O| Oct 29 18:35:24.913 INFO O| Planning: Evaluating mediators ... Done
36932024-10-29T18:35:33.176Z[ host-image] Oct 29 18:35:31.334 INFO O| Oct 29 18:35:31.334 INFO O| Planning: Planning completed in 122.11 seconds
36942024-10-29T18:35:33.187Z[ host-image] Oct 29 18:35:31.341 INFO O| Oct 29 18:35:31.341 INFO O| Packages to install: 124
36952024-10-29T18:35:33.188Z[ host-image] Oct 29 18:35:31.341 INFO O| Oct 29 18:35:31.341 INFO O| Mediators to change: 4
36962024-10-29T18:35:33.188Z[ host-image] Oct 29 18:35:31.341 INFO O| Oct 29 18:35:31.341 INFO O| Services to change: 6
36972024-10-29T18:35:33.188Z[ host-image] Oct 29 18:35:31.474 INFO O| Oct 29 18:35:31.474 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete
36982024-10-29T18:35:35.730Z[verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
36992024-10-29T18:35:37.787Z[ host-image] Oct 29 18:35:36.485 INFO O| Oct 29 18:35:36.485 INFO O| Download: 1182/22744 items 6.7/199.4MB 3% complete (1.4M/s)
37002024-10-29T18:35:42.230Z[verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
37012024-10-29T18:35:42.843Z[ host-image] Oct 29 18:35:41.541 INFO O| Oct 29 18:35:41.541 INFO O| Download: 1791/22744 items 12.4/199.4MB 6% complete (1.3M/s)
37022024-10-29T18:35:46.772Z[ recovery-image] Oct 29 18:35:45.469 INFO O| Oct 29 18:35:45.469 INFO O| Planning: Running solver ... Done
37032024-10-29T18:35:47.319Z[ recovery-image] Oct 29 18:35:46.016 INFO O| Oct 29 18:35:46.016 INFO O| Planning: Finding local manifests ... Done
37042024-10-29T18:35:47.335Z[ recovery-image] Oct 29 18:35:46.032 INFO O| Oct 29 18:35:46.032 INFO O| Planning: Fetching manifests: 0/124 0% complete
37052024-10-29T18:35:47.989Z[ host-image] Oct 29 18:35:46.686 INFO O| Oct 29 18:35:46.686 INFO O| Download: 2333/22744 items 27.4/199.4MB 13% complete (2.1M/s)
37062024-10-29T18:35:51.885Z[ recovery-image] Oct 29 18:35:50.582 INFO O| Oct 29 18:35:50.581 INFO O| Planning: Fetching manifests: 124/124 100% complete
37072024-10-29T18:35:52.939Z[ recovery-image] Oct 29 18:35:51.635 INFO O| Oct 29 18:35:51.635 INFO O| Planning: Package planning ... Done
37082024-10-29T18:35:53.010Z[ host-image] Oct 29 18:35:51.706 INFO O| Oct 29 18:35:51.706 INFO O| Download: 3432/22744 items 35.4/199.4MB 17% complete (1.9M/s)
37092024-10-29T18:35:53.572Z[ recovery-image] Oct 29 18:35:52.268 INFO O| Oct 29 18:35:52.268 INFO O| Planning: Merging actions ... Done
37102024-10-29T18:35:53.872Z[ recovery-image] Oct 29 18:35:52.568 INFO O| Oct 29 18:35:52.568 INFO O| Planning: Checking for conflicting actions ... Done
37112024-10-29T18:35:54.019Z[ recovery-image] Oct 29 18:35:52.715 INFO O| Oct 29 18:35:52.715 INFO O| Planning: Consolidating action changes ... Done
37122024-10-29T18:35:54.312Z[verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
37132024-10-29T18:35:54.360Z[ recovery-image] Oct 29 18:35:53.056 INFO O| Oct 29 18:35:53.056 INFO O| Planning: Evaluating mediators ... Done
37142024-10-29T18:35:58.040Z[ host-image] Oct 29 18:35:56.736 INFO O| Oct 29 18:35:56.736 INFO O| Download: 4527/22744 items 42.2/199.4MB 21% complete (1.5M/s)
37152024-10-29T18:36:00.413Z[ recovery-image] Oct 29 18:35:59.109 INFO O| Oct 29 18:35:59.109 INFO O| Planning: Planning completed in 120.39 seconds
37162024-10-29T18:36:00.419Z[ recovery-image] Oct 29 18:35:59.115 INFO O| Oct 29 18:35:59.114 INFO O| Packages to install: 124
37172024-10-29T18:36:00.421Z[ recovery-image] Oct 29 18:35:59.115 INFO O| Oct 29 18:35:59.114 INFO O| Mediators to change: 4
37182024-10-29T18:36:00.421Z[ recovery-image] Oct 29 18:35:59.115 INFO O| Oct 29 18:35:59.114 INFO O| Services to change: 5
37192024-10-29T18:36:00.493Z[ recovery-image] Oct 29 18:35:59.188 INFO O| Oct 29 18:35:59.188 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete
37202024-10-29T18:36:03.065Z[ host-image] Oct 29 18:36:01.760 INFO O| Oct 29 18:36:01.759 INFO O| Download: 5237/22744 items 46.0/199.4MB 23% complete (1.1M/s)
37212024-10-29T18:36:05.496Z[ recovery-image] Oct 29 18:36:04.191 INFO O| Oct 29 18:36:04.191 INFO O| Download: 875/15846 items 6.4/176.2MB 3% complete (1.3M/s)
37222024-10-29T18:36:05.828Z[verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
37232024-10-29T18:36:08.088Z[ host-image] Oct 29 18:36:06.783 INFO O| Oct 29 18:36:06.782 INFO O| Download: 6156/22744 items 46.5/199.4MB 23% complete (456k/s)
37242024-10-29T18:36:10.509Z[ recovery-image] Oct 29 18:36:09.202 INFO O| Oct 29 18:36:09.202 INFO O| Download: 1106/15846 items 9.4/176.2MB 5% complete (1.0M/s)
37252024-10-29T18:36:10.874Z[verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
37262024-10-29T18:36:13.119Z[ host-image] Oct 29 18:36:11.813 INFO O| Oct 29 18:36:11.813 INFO O| Download: 6982/22744 items 50.4/199.4MB 25% complete (426k/s)
37272024-10-29T18:36:15.591Z[ recovery-image] Oct 29 18:36:14.275 INFO O| Oct 29 18:36:14.275 INFO O| Download: 1521/15846 items 22.0/176.2MB 12% complete (1.6M/s)
37282024-10-29T18:36:16.238Z[verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
37292024-10-29T18:36:18.177Z[ host-image] Oct 29 18:36:16.869 INFO O| Oct 29 18:36:16.869 INFO O| Download: 7940/22744 items 59.5/199.4MB 29% complete (1.3M/s)
37302024-10-29T18:36:20.583Z[ recovery-image] Oct 29 18:36:19.276 INFO O| Oct 29 18:36:19.275 INFO O| Download: 2336/15846 items 31.3/176.2MB 17% complete (2.2M/s)
37312024-10-29T18:36:23.319Z[ host-image] Oct 29 18:36:22.011 INFO O| Oct 29 18:36:22.011 INFO O| Download: 8136/22744 items 60.8/199.4MB 30% complete (1.0M/s)
37322024-10-29T18:36:25.595Z[ recovery-image] Oct 29 18:36:24.286 INFO O| Oct 29 18:36:24.286 INFO O| Download: 3410/15846 items 38.1/176.2MB 21% complete (1.6M/s)
37332024-10-29T18:36:28.321Z[ host-image] Oct 29 18:36:27.012 INFO O| Oct 29 18:36:27.012 INFO O| Download: 8577/22744 items 70.2/199.4MB 35% complete (1.0M/s)
37342024-10-29T18:36:32.742Z[ recovery-image] Oct 29 18:36:31.434 INFO O| Oct 29 18:36:31.433 INFO O| Download: 3749/15846 items 41.9/176.2MB 23% complete (1.1M/s)
37352024-10-29T18:36:33.516Z[ host-image] Oct 29 18:36:32.208 INFO O| Oct 29 18:36:32.208 INFO O| Download: 9408/22744 items 81.7/199.4MB 40% complete (2.1M/s)
37362024-10-29T18:36:37.842Z[ recovery-image] Oct 29 18:36:36.533 INFO O| Oct 29 18:36:36.533 INFO O| Download: 4780/15846 items 43.0/176.2MB 24% complete (374k/s)
37372024-10-29T18:36:38.521Z[ host-image] Oct 29 18:36:37.212 INFO O| Oct 29 18:36:37.212 INFO O| Download: 10401/22744 items 88.0/199.4MB 44% complete (1.7M/s)
37382024-10-29T18:36:42.849Z[ recovery-image] Oct 29 18:36:41.540 INFO O| Oct 29 18:36:41.540 INFO O| Download: 5656/15846 items 44.5/176.2MB 25% complete (230k/s)
37392024-10-29T18:36:43.888Z[ host-image] Oct 29 18:36:42.578 INFO O| Oct 29 18:36:42.578 INFO O| Download: 10839/22744 items 89.9/199.4MB 45% complete (873k/s)
37402024-10-29T18:36:47.850Z[ recovery-image] Oct 29 18:36:46.540 INFO O| Oct 29 18:36:46.540 INFO O| Download: 5665/15846 items 44.5/176.2MB 25% complete (174k/s)
37412024-10-29T18:36:48.925Z[ host-image] Oct 29 18:36:47.615 INFO O| Oct 29 18:36:47.615 INFO O| Download: 11030/22744 items 91.5/199.4MB 45% complete (340k/s)
37422024-10-29T18:36:52.851Z[ recovery-image] Oct 29 18:36:51.541 INFO O| Oct 29 18:36:51.541 INFO O| Download: 5956/15846 items 53.8/176.2MB 30% complete (933k/s)
37432024-10-29T18:36:53.937Z[ host-image] Oct 29 18:36:52.627 INFO O| Oct 29 18:36:52.626 INFO O| Download: 11552/22744 items 96.3/199.4MB 48% complete (658k/s)
37442024-10-29T18:36:57.855Z[ recovery-image] Oct 29 18:36:56.544 INFO O| Oct 29 18:36:56.544 INFO O| Download: 6631/15846 items 64.3/176.2MB 36% complete (2.0M/s)
37452024-10-29T18:36:59.592Z[ host-image] Oct 29 18:36:58.281 INFO O| Oct 29 18:36:58.281 INFO O| Download: 12107/22744 items 101.0/199.4MB 50% complete (1.1M/s)
37462024-10-29T18:37:03.128Z[ recovery-image] Oct 29 18:37:01.817 INFO O| Oct 29 18:37:01.817 INFO O| Download: 7860/15846 items 75.5/176.2MB 42% complete (2.1M/s)
37472024-10-29T18:37:04.596Z[ host-image] Oct 29 18:37:03.284 INFO O| Oct 29 18:37:03.284 INFO O| Download: 12635/22744 items 109.6/199.4MB 54% complete (1.3M/s)
37482024-10-29T18:37:09.645Z[ recovery-image] Oct 29 18:37:08.333 INFO O| Oct 29 18:37:08.333 INFO O| Download: 7901/15846 items 76.8/176.2MB 43% complete (1.7M/s)
37492024-10-29T18:37:09.651Z[ host-image] Oct 29 18:37:08.339 INFO O| Oct 29 18:37:08.339 INFO O| Download: 13314/22744 items 110.0/199.4MB 55% complete (937k/s)
37502024-10-29T18:37:14.651Z[ recovery-image] Oct 29 18:37:13.338 INFO O| Oct 29 18:37:13.338 INFO O| Download: 8643/15846 items 81.2/176.2MB 46% complete (439k/s)
37512024-10-29T18:37:14.654Z[ host-image] Oct 29 18:37:13.340 INFO O| Oct 29 18:37:13.339 INFO O| Download: 14165/22744 items 110.6/199.4MB 55% complete (103k/s)
37522024-10-29T18:37:19.666Z[ recovery-image] Oct 29 18:37:18.352 INFO O| Oct 29 18:37:18.352 INFO O| Download: 8955/15846 items 92.6/176.2MB 52% complete (1.6M/s)
37532024-10-29T18:37:19.762Z[ host-image] Oct 29 18:37:18.449 INFO O| Oct 29 18:37:18.448 INFO O| Download: 14708/22744 items 119.8/199.4MB 60% complete (950k/s)
37542024-10-29T18:37:24.762Z[ host-image] Oct 29 18:37:23.449 INFO O| Oct 29 18:37:23.448 INFO O| Download: 15552/22744 items 125.5/199.4MB 62% complete (1.5M/s)
37552024-10-29T18:37:25.018Z[ recovery-image] Oct 29 18:37:23.704 INFO O| Oct 29 18:37:23.704 INFO O| Download: 9957/15846 items 93.1/176.2MB 52% complete (1.3M/s)
37562024-10-29T18:37:30.024Z[ recovery-image] Oct 29 18:37:28.709 INFO O| Oct 29 18:37:28.709 INFO O| Download: 10692/15846 items 93.8/176.2MB 53% complete (106k/s)
37572024-10-29T18:37:31.068Z[ host-image] Oct 29 18:37:29.754 INFO O| Oct 29 18:37:29.754 INFO O| Download: 15717/22744 items 125.9/199.4MB 63% complete (1.3M/s)
37582024-10-29T18:37:35.026Z[ recovery-image] Oct 29 18:37:33.711 INFO O| Oct 29 18:37:33.710 INFO O| Download: 11189/15846 items 103.2/176.2MB 58% complete (983k/s)
37592024-10-29T18:37:36.075Z[ host-image] Oct 29 18:37:34.760 INFO O| Oct 29 18:37:34.760 INFO O| Download: 16749/22744 items 140.3/199.4MB 70% complete (1.4M/s)
37602024-10-29T18:37:40.489Z[ recovery-image] Oct 29 18:37:39.173 INFO O| Oct 29 18:37:39.173 INFO O| Download: 11511/15846 items 110.5/176.2MB 62% complete (1.6M/s)
37612024-10-29T18:37:41.076Z[ host-image] Oct 29 18:37:39.761 INFO O| Oct 29 18:37:39.760 INFO O| Download: 17927/22744 items 161.3/199.4MB 80% complete (3.5M/s)
37622024-10-29T18:37:46.082Z[ host-image] Oct 29 18:37:44.766 INFO O| Oct 29 18:37:44.761 INFO O| Download: 18960/22744 items 165.5/199.4MB 82% complete (2.5M/s)
37632024-10-29T18:37:46.117Z[ recovery-image] Oct 29 18:37:44.801 INFO O| Oct 29 18:37:44.801 INFO O| Download: 11993/15846 items 139.8/176.2MB 79% complete (4.1M/s)
37642024-10-29T18:37:51.140Z[ host-image] Oct 29 18:37:49.823 INFO O| Oct 29 18:37:49.823 INFO O| Download: 19869/22744 items 168.6/199.4MB 84% complete (829k/s)
37652024-10-29T18:37:51.365Z[ recovery-image] Oct 29 18:37:50.048 INFO O| Oct 29 18:37:50.048 INFO O| Download: 13015/15846 items 143.6/176.2MB 81% complete (2.9M/s)
37662024-10-29T18:37:56.369Z[ recovery-image] Oct 29 18:37:55.052 INFO O| Oct 29 18:37:55.052 INFO O| Download: 13932/15846 items 146.7/176.2MB 83% complete (692k/s)
37672024-10-29T18:37:57.257Z[ host-image] Oct 29 18:37:55.939 INFO O| Oct 29 18:37:55.939 INFO O| Download: 20625/22744 items 172.8/199.4MB 86% complete (713k/s)
37682024-10-29T18:38:01.568Z[ recovery-image] Oct 29 18:38:00.250 INFO O| Oct 29 18:38:00.250 INFO O| Download: 14686/15846 items 150.9/176.2MB 85% complete (758k/s)
37692024-10-29T18:38:02.427Z[ host-image] Oct 29 18:38:01.109 INFO O| Oct 29 18:38:01.109 INFO O| Download: 20955/22744 items 178.8/199.4MB 89% complete (1017k/s)
37702024-10-29T18:38:06.568Z[ recovery-image] Oct 29 18:38:05.250 INFO O| Oct 29 18:38:05.250 INFO O| Download: 15268/15846 items 160.9/176.2MB 91% complete (1.4M/s)
37712024-10-29T18:38:07.428Z[ host-image] Oct 29 18:38:06.109 INFO O| Oct 29 18:38:06.109 INFO O| Download: 21564/22744 items 183.4/199.4MB 91% complete (1.0M/s)
37722024-10-29T18:38:12.327Z[ recovery-image] Oct 29 18:38:11.008 INFO O| Oct 29 18:38:11.008 INFO O| Download: 15642/15846 items 170.1/176.2MB 96% complete (2.0M/s)
37732024-10-29T18:38:12.435Z[ host-image] Oct 29 18:38:11.116 INFO O| Oct 29 18:38:11.116 INFO O| Download: 22096/22744 items 197.0/199.4MB 98% complete (1.8M/s)
37742024-10-29T18:38:15.920Z[ recovery-image] Oct 29 18:38:14.600 INFO O| Oct 29 18:38:14.600 INFO O| Download: Completed 176.18 MB in 135.41 seconds (1.3M/s)
37752024-10-29T18:38:16.044Z[ host-image] Oct 29 18:38:14.725 INFO O| Oct 29 18:38:14.725 INFO O| Download: Completed 199.42 MB in 163.25 seconds (1.2M/s)
37762024-10-29T18:38:17.154Z[ recovery-image] Oct 29 18:38:15.834 INFO O| Oct 29 18:38:15.834 INFO O| Actions: 1/25012 actions (Installing new actions)
37772024-10-29T18:38:17.705Z[ host-image] Oct 29 18:38:16.385 INFO O| Oct 29 18:38:16.385 INFO O| Actions: 1/49311 actions (Installing new actions)
37782024-10-29T18:38:22.156Z[ recovery-image] Oct 29 18:38:20.836 INFO O| Oct 29 18:38:20.836 INFO O| Actions: 8383/25012 actions (Installing new actions)
37792024-10-29T18:38:22.706Z[ host-image] Oct 29 18:38:21.386 INFO O| Oct 29 18:38:21.386 INFO O| Actions: 8350/49311 actions (Installing new actions)
37802024-10-29T18:38:27.178Z[ recovery-image] Oct 29 18:38:25.857 INFO O| Oct 29 18:38:25.857 INFO O| Actions: 15555/25012 actions (Installing new actions)
37812024-10-29T18:38:27.709Z[ host-image] Oct 29 18:38:26.388 INFO O| Oct 29 18:38:26.388 INFO O| Actions: 14276/49311 actions (Installing new actions)
37822024-10-29T18:38:32.710Z[ host-image] Oct 29 18:38:31.389 INFO O| Oct 29 18:38:31.389 INFO O| Actions: 20169/49311 actions (Installing new actions)
37832024-10-29T18:38:32.951Z[ recovery-image] Oct 29 18:38:31.630 INFO O| Oct 29 18:38:31.630 INFO O| Actions: 24459/25012 actions (Installing new actions)
37842024-10-29T18:38:36.817Z[ recovery-image] Oct 29 18:38:35.495 INFO O| Oct 29 18:38:35.495 INFO O| Actions: Completed 25012 actions in 19.66 seconds.
37852024-10-29T18:38:37.422Z[ recovery-image] Oct 29 18:38:36.100 INFO O| Oct 29 18:38:36.100 INFO O| Done
37862024-10-29T18:38:37.428Z[ recovery-image] Oct 29 18:38:36.100 INFO O| Oct 29 18:38:36.100 INFO O| Done
37872024-10-29T18:38:37.711Z[ host-image] Oct 29 18:38:36.389 INFO O| Oct 29 18:38:36.389 INFO O| Actions: 42382/49311 actions (Installing new actions)
37882024-10-29T18:38:38.745Z[ recovery-image] Oct 29 18:38:37.423 INFO O| Oct 29 18:38:37.423 INFO O| Done
37892024-10-29T18:38:40.311Z[ recovery-image] Oct 29 18:38:38.989 INFO O| Oct 29 18:38:38.989 INFO O| Done
37902024-10-29T18:38:40.334Z[ recovery-image] Oct 29 18:38:39.011 INFO O| Oct 29 18:38:39.011 INFO O| Done
37912024-10-29T18:38:41.782Z[ host-image] Oct 29 18:38:40.459 INFO O| Oct 29 18:38:40.459 INFO O| Actions: Completed 49311 actions in 24.07 seconds.
37922024-10-29T18:38:42.448Z[ host-image] Oct 29 18:38:41.125 INFO O| Oct 29 18:38:41.125 INFO O| Done
37932024-10-29T18:38:42.448Z[ host-image] Oct 29 18:38:41.125 INFO O| Oct 29 18:38:41.125 INFO O| Done
37942024-10-29T18:38:43.944Z[ host-image] Oct 29 18:38:42.621 INFO O| Oct 29 18:38:42.621 INFO O| Done
37952024-10-29T18:38:45.173Z[ recovery-image] Oct 29 18:38:43.851 INFO O| Oct 29 18:38:43.850 INFO O| Done
37962024-10-29T18:38:45.916Z[ recovery-image] Oct 29 18:38:44.593 INFO O| Oct 29 18:38:44.592 INFO O| Done
37972024-10-29T18:38:46.399Z[ recovery-image] Oct 29 18:38:45.076 INFO O| Oct 29 18:38:45.076 INFO STEP 11 (pkg_install) COMPLETE
37982024-10-29T18:38:46.400Z[ recovery-image] Oct 29 18:38:45.077 INFO O| Oct 29 18:38:45.076 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
37992024-10-29T18:38:46.402Z[ recovery-image] Oct 29 18:38:45.077 INFO O| Oct 29 18:38:45.076 INFO skip step because feature "recovery" is enabled
38002024-10-29T18:38:46.402Z[ recovery-image] Oct 29 18:38:45.077 INFO O| Oct 29 18:38:45.076 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38012024-10-29T18:38:46.402Z[ recovery-image] Oct 29 18:38:45.077 INFO O| Oct 29 18:38:45.077 INFO skip step because feature "omicron1" is not enabled
38022024-10-29T18:38:46.402Z[ recovery-image] Oct 29 18:38:45.077 INFO O| Oct 29 18:38:45.077 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38032024-10-29T18:38:46.416Z[ recovery-image] Oct 29 18:38:45.093 INFO O| Oct 29 18:38:45.093 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
38042024-10-29T18:38:46.546Z[ host-image] Oct 29 18:38:45.223 INFO O| Oct 29 18:38:45.223 INFO O| Done
38052024-10-29T18:38:46.602Z[ host-image] Oct 29 18:38:45.279 INFO O| Oct 29 18:38:45.279 INFO O| Done
38062024-10-29T18:38:47.565Z[ recovery-image] Oct 29 18:38:46.242 INFO O| Oct 29 18:38:46.241 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38072024-10-29T18:38:51.296Z[ recovery-image] Oct 29 18:38:49.972 INFO O| Oct 29 18:38:49.972 INFO O| Planning: Solver setup ... Done
38082024-10-29T18:38:51.312Z[ recovery-image] Oct 29 18:38:49.988 INFO O| Oct 29 18:38:49.988 INFO O| Planning: Running solver ... Done
38092024-10-29T18:38:51.402Z[ recovery-image] Oct 29 18:38:50.078 INFO O| Oct 29 18:38:50.078 INFO O| Planning: Finding local manifests ... Done
38102024-10-29T18:38:51.404Z[ recovery-image] Oct 29 18:38:50.079 INFO O| Oct 29 18:38:50.079 INFO O| Planning: Fetching manifests: 0/1 0% complete
38112024-10-29T18:38:51.620Z[ recovery-image] Oct 29 18:38:50.297 INFO O| Oct 29 18:38:50.297 INFO O| Planning: Fetching manifests: 1/1 100% complete
38122024-10-29T18:38:51.658Z[ recovery-image] Oct 29 18:38:50.334 INFO O| Oct 29 18:38:50.334 INFO O| Planning: Package planning ... Done
38132024-10-29T18:38:51.664Z[ recovery-image] Oct 29 18:38:50.335 INFO O| Oct 29 18:38:50.335 INFO O| Planning: Merging actions ... Done
38142024-10-29T18:38:51.723Z[ recovery-image] Oct 29 18:38:50.399 INFO O| Oct 29 18:38:50.399 INFO O| Planning: Checking for conflicting actions ... Done
38152024-10-29T18:38:51.726Z[ recovery-image] Oct 29 18:38:50.400 INFO O| Oct 29 18:38:50.400 INFO O| Planning: Consolidating action changes ... Done
38162024-10-29T18:38:51.995Z[ recovery-image] Oct 29 18:38:50.672 INFO O| Oct 29 18:38:50.671 INFO O| Planning: Evaluating mediators ... Done
38172024-10-29T18:38:51.998Z[ recovery-image] Oct 29 18:38:50.672 INFO O| Oct 29 18:38:50.672 INFO O| Planning: Planning completed in 4.43 seconds
38182024-10-29T18:38:52.000Z[ recovery-image] Oct 29 18:38:50.675 INFO O| Oct 29 18:38:50.675 INFO O| Packages to install: 1
38192024-10-29T18:38:52.014Z[ recovery-image] Oct 29 18:38:50.691 INFO O| Oct 29 18:38:50.691 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
38202024-10-29T18:38:53.542Z[ recovery-image] Oct 29 18:38:52.218 INFO O| Oct 29 18:38:52.218 INFO O| Download: Completed 20.80 MB in 1.53 seconds (13.6M/s)
38212024-10-29T18:38:53.950Z[ recovery-image] Oct 29 18:38:52.626 INFO O| Oct 29 18:38:52.626 INFO O| Actions: 1/22 actions (Installing new actions)
38222024-10-29T18:38:54.565Z[ host-image] Oct 29 18:38:53.241 INFO O| Oct 29 18:38:53.241 INFO O| Done
38232024-10-29T18:38:54.864Z[ recovery-image] Oct 29 18:38:53.540 INFO O| Oct 29 18:38:53.540 INFO O| Actions: Completed 22 actions in 0.91 seconds.
38242024-10-29T18:38:55.450Z[ recovery-image] Oct 29 18:38:54.126 INFO O| Oct 29 18:38:54.126 INFO O| Done
38252024-10-29T18:38:55.450Z[ recovery-image] Oct 29 18:38:54.126 INFO O| Oct 29 18:38:54.126 INFO O| Done
38262024-10-29T18:38:55.643Z[ host-image] Oct 29 18:38:54.319 INFO O| Oct 29 18:38:54.319 INFO O| Done
38272024-10-29T18:38:56.108Z[ host-image] Oct 29 18:38:54.784 INFO O| Oct 29 18:38:54.784 INFO STEP 11 (pkg_install) COMPLETE
38282024-10-29T18:38:56.108Z[ host-image] Oct 29 18:38:54.785 INFO O| Oct 29 18:38:54.784 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38292024-10-29T18:38:56.124Z[ host-image] Oct 29 18:38:54.800 INFO O| Oct 29 18:38:54.800 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"]
38302024-10-29T18:38:56.729Z[ recovery-image] Oct 29 18:38:55.405 INFO O| Oct 29 18:38:55.404 INFO O| Done
38312024-10-29T18:38:57.168Z[ host-image] Oct 29 18:38:55.844 INFO O| Oct 29 18:38:55.843 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
38322024-10-29T18:38:58.596Z[ recovery-image] Oct 29 18:38:57.271 INFO O| Oct 29 18:38:57.271 INFO O| Done
38332024-10-29T18:38:58.621Z[ recovery-image] Oct 29 18:38:57.296 INFO O| Oct 29 18:38:57.296 INFO O| Done
38342024-10-29T18:38:58.623Z[ recovery-image] Oct 29 18:38:57.296 INFO O| Oct 29 18:38:57.296 INFO O| Done
38352024-10-29T18:38:58.639Z[ recovery-image] Oct 29 18:38:57.315 INFO O| Oct 29 18:38:57.315 INFO O| Done
38362024-10-29T18:38:58.818Z[ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO STEP 14 (pkg_install) COMPLETE
38372024-10-29T18:38:58.818Z[ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38382024-10-29T18:38:58.821Z[ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO skip step because feature "mfg" is not enabled
38392024-10-29T18:38:58.821Z[ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38402024-10-29T18:38:58.821Z[ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO skip step because feature "compliance" is not enabled
38412024-10-29T18:38:58.821Z[ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38422024-10-29T18:38:58.821Z[ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO skip step because feature "stress" is not enabled
38432024-10-29T18:38:58.821Z[ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
38442024-10-29T18:38:58.821Z[ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO skip step because feature "nfs" is not enabled
38452024-10-29T18:38:58.821Z[ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38462024-10-29T18:38:58.821Z[ recovery-image] Oct 29 18:38:57.493 INFO O| Oct 29 18:38:57.493 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38472024-10-29T18:38:58.874Z[ recovery-image] Oct 29 18:38:57.550 INFO O| Oct 29 18:38:57.550 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os
38482024-10-29T18:38:58.998Z[ recovery-image] Oct 29 18:38:57.673 INFO O| Oct 29 18:38:57.673 INFO completed processing gimlet/ramdisk-01-os
38492024-10-29T18:38:59.001Z[ recovery-image] Oct 29 18:38:57.676 INFO image builder template: ramdisk-02-trim...
38502024-10-29T18:38:59.013Z[ recovery-image] Oct 29 18:38:57.677 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/.tmp2e1Dzz/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
38512024-10-29T18:38:59.043Z[ recovery-image] Oct 29 18:38:57.719 INFO O| Oct 29 18:38:57.719 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38522024-10-29T18:38:59.050Z[ recovery-image] Oct 29 18:38:57.726 INFO O| Oct 29 18:38:57.726 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38532024-10-29T18:38:59.137Z[ recovery-image] Oct 29 18:38:57.812 INFO O| Oct 29 18:38:57.812 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled
38542024-10-29T18:38:59.241Z[ recovery-image] Oct 29 18:38:57.917 INFO O| Oct 29 18:38:57.917 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
38552024-10-29T18:38:59.241Z[ recovery-image] Oct 29 18:38:57.917 INFO O| Oct 29 18:38:57.917 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
38562024-10-29T18:38:59.251Z[ recovery-image] Oct 29 18:38:57.927 INFO O| Oct 29 18:38:57.926 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
38572024-10-29T18:38:59.258Z[ recovery-image] Oct 29 18:38:57.934 INFO O| Oct 29 18:38:57.934 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os
38582024-10-29T18:38:59.266Z[ recovery-image] Oct 29 18:38:57.942 INFO O| Oct 29 18:38:57.942 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os
38592024-10-29T18:38:59.473Z[ recovery-image] Oct 29 18:38:58.148 INFO O| Oct 29 18:38:58.148 INFO rolled back to input snapshot; work may begin
38602024-10-29T18:38:59.473Z[ recovery-image] Oct 29 18:38:58.149 INFO O| Oct 29 18:38:58.148 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
38612024-10-29T18:38:59.484Z[ recovery-image] Oct 29 18:38:58.159 INFO O| Oct 29 18:38:58.159 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38622024-10-29T18:38:59.504Z[ recovery-image] Oct 29 18:38:58.179 INFO O| Oct 29 18:38:58.179 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg"
38632024-10-29T18:38:59.687Z[ recovery-image] Oct 29 18:38:58.363 INFO O| Oct 29 18:38:58.363 INFO STEP 0 (remove_files) COMPLETE
38642024-10-29T18:38:59.687Z[ recovery-image] Oct 29 18:38:58.363 INFO O| Oct 29 18:38:58.363 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38652024-10-29T18:38:59.739Z[ recovery-image] Oct 29 18:38:58.415 INFO O| Oct 29 18:38:58.415 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4"
38662024-10-29T18:38:59.743Z[ recovery-image] Oct 29 18:38:58.418 INFO O| Oct 29 18:38:58.418 INFO STEP 1 (remove_files) COMPLETE
38672024-10-29T18:38:59.743Z[ recovery-image] Oct 29 18:38:58.418 INFO O| Oct 29 18:38:58.418 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38682024-10-29T18:38:59.776Z[ recovery-image] Oct 29 18:38:58.451 INFO O| Oct 29 18:38:58.451 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include"
38692024-10-29T18:38:59.807Z[ recovery-image] Oct 29 18:38:58.482 INFO O| Oct 29 18:38:58.482 INFO STEP 2 (remove_files) COMPLETE
38702024-10-29T18:38:59.807Z[ recovery-image] Oct 29 18:38:58.482 INFO O| Oct 29 18:38:58.482 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38712024-10-29T18:38:59.869Z[ recovery-image] Oct 29 18:38:58.544 INFO O| Oct 29 18:38:58.544 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo"
38722024-10-29T18:38:59.872Z[ recovery-image] Oct 29 18:38:58.548 INFO O| Oct 29 18:38:58.548 INFO STEP 3 (remove_files) COMPLETE
38732024-10-29T18:38:59.872Z[ recovery-image] Oct 29 18:38:58.548 INFO O| Oct 29 18:38:58.548 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38742024-10-29T18:38:59.906Z[ recovery-image] Oct 29 18:38:58.581 INFO O| Oct 29 18:38:58.581 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help"
38752024-10-29T18:38:59.913Z[ recovery-image] Oct 29 18:38:58.588 INFO O| Oct 29 18:38:58.588 INFO STEP 4 (remove_files) COMPLETE
38762024-10-29T18:38:59.915Z[ recovery-image] Oct 29 18:38:58.588 INFO O| Oct 29 18:38:58.588 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38772024-10-29T18:38:59.952Z[ recovery-image] Oct 29 18:38:58.627 INFO O| Oct 29 18:38:58.627 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc"
38782024-10-29T18:38:59.954Z[ recovery-image] Oct 29 18:38:58.627 INFO O| Oct 29 18:38:58.627 INFO STEP 5 (remove_files) COMPLETE
38792024-10-29T18:38:59.954Z[ recovery-image] Oct 29 18:38:58.627 INFO O| Oct 29 18:38:58.627 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38802024-10-29T18:38:59.989Z[ recovery-image] Oct 29 18:38:58.662 INFO O| Oct 29 18:38:58.662 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion"
38812024-10-29T18:39:00.032Z[ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO STEP 6 (remove_files) COMPLETE
38822024-10-29T18:39:00.032Z[ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38832024-10-29T18:39:00.032Z[ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO skip step because feature "recovery" is enabled
38842024-10-29T18:39:00.034Z[ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38852024-10-29T18:39:00.034Z[ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO skip step because feature "recovery" is enabled
38862024-10-29T18:39:00.035Z[ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38872024-10-29T18:39:00.035Z[ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO skip step because feature "recovery" is enabled
38882024-10-29T18:39:00.035Z[ recovery-image] Oct 29 18:38:58.707 INFO O| Oct 29 18:38:58.707 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38892024-10-29T18:39:00.091Z[ recovery-image] Oct 29 18:38:58.766 INFO O| Oct 29 18:38:58.766 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp"
38902024-10-29T18:39:00.099Z[ recovery-image] Oct 29 18:38:58.774 INFO O| Oct 29 18:38:58.774 INFO STEP 10 (remove_files) COMPLETE
38912024-10-29T18:39:00.099Z[ recovery-image] Oct 29 18:38:58.774 INFO O| Oct 29 18:38:58.774 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38922024-10-29T18:39:00.137Z[ recovery-image] Oct 29 18:38:58.812 INFO O| Oct 29 18:38:58.812 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386"
38932024-10-29T18:39:00.139Z[ recovery-image] Oct 29 18:38:58.813 INFO O| Oct 29 18:38:58.813 INFO STEP 11 (remove_files) COMPLETE
38942024-10-29T18:39:00.140Z[ recovery-image] Oct 29 18:38:58.814 INFO O| Oct 29 18:38:58.813 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38952024-10-29T18:39:00.251Z[ recovery-image] Oct 29 18:38:58.926 INFO O| Oct 29 18:38:58.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv"
38962024-10-29T18:39:00.255Z[ recovery-image] Oct 29 18:38:58.931 INFO O| Oct 29 18:38:58.931 INFO STEP 12 (remove_files) COMPLETE
38972024-10-29T18:39:00.258Z[ recovery-image] Oct 29 18:38:58.931 INFO O| Oct 29 18:38:58.931 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
38982024-10-29T18:39:00.608Z[ recovery-image] Oct 29 18:38:59.283 INFO O| Oct 29 18:38:59.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a"
38992024-10-29T18:39:00.615Z[ recovery-image] Oct 29 18:38:59.291 INFO O| Oct 29 18:38:59.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a"
39002024-10-29T18:39:00.627Z[ recovery-image] Oct 29 18:38:59.302 INFO O| Oct 29 18:38:59.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
39012024-10-29T18:39:00.633Z[ recovery-image] Oct 29 18:38:59.309 INFO O| Oct 29 18:38:59.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
39022024-10-29T18:39:00.766Z[ recovery-image] Oct 29 18:38:59.441 INFO O| Oct 29 18:38:59.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
39032024-10-29T18:39:00.768Z[ recovery-image] Oct 29 18:38:59.442 INFO O| Oct 29 18:38:59.442 INFO STEP 13 (remove_files) COMPLETE
39042024-10-29T18:39:00.768Z[ recovery-image] Oct 29 18:38:59.442 INFO O| Oct 29 18:38:59.442 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39052024-10-29T18:39:00.802Z[ recovery-image] Oct 29 18:38:59.478 INFO O| Oct 29 18:38:59.478 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot"
39062024-10-29T18:39:00.805Z[ recovery-image] Oct 29 18:38:59.480 INFO O| Oct 29 18:38:59.480 INFO STEP 14 (remove_files) COMPLETE
39072024-10-29T18:39:00.805Z[ recovery-image] Oct 29 18:38:59.480 INFO O| Oct 29 18:38:59.480 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39082024-10-29T18:39:00.825Z[ recovery-image] Oct 29 18:38:59.500 INFO O| Oct 29 18:38:59.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc"
39092024-10-29T18:39:00.835Z[ recovery-image] Oct 29 18:38:59.510 INFO O| Oct 29 18:38:59.510 INFO STEP 15 (remove_files) COMPLETE
39102024-10-29T18:39:00.835Z[ recovery-image] Oct 29 18:38:59.510 INFO O| Oct 29 18:38:59.510 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39112024-10-29T18:39:00.854Z[ recovery-image] Oct 29 18:38:59.530 INFO O| Oct 29 18:38:59.529 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv"
39122024-10-29T18:39:00.857Z[ recovery-image] Oct 29 18:38:59.530 INFO O| Oct 29 18:38:59.530 INFO STEP 16 (remove_files) COMPLETE
39132024-10-29T18:39:00.857Z[ recovery-image] Oct 29 18:38:59.530 INFO O| Oct 29 18:38:59.530 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39142024-10-29T18:39:00.887Z[ recovery-image] Oct 29 18:38:59.563 INFO O| Oct 29 18:38:59.563 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc"
39152024-10-29T18:39:00.890Z[ recovery-image] Oct 29 18:38:59.565 INFO O| Oct 29 18:38:59.565 INFO STEP 17 (remove_files) COMPLETE
39162024-10-29T18:39:00.890Z[ recovery-image] Oct 29 18:38:59.565 INFO O| Oct 29 18:38:59.565 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39172024-10-29T18:39:00.910Z[ recovery-image] Oct 29 18:38:59.586 INFO O| Oct 29 18:38:59.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
39182024-10-29T18:39:00.910Z[ recovery-image] Oct 29 18:38:59.586 INFO O| Oct 29 18:38:59.586 INFO STEP 18 (remove_files) COMPLETE
39192024-10-29T18:39:00.910Z[ recovery-image] Oct 29 18:38:59.586 INFO O| Oct 29 18:38:59.586 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39202024-10-29T18:39:00.929Z[ recovery-image] Oct 29 18:38:59.604 INFO O| Oct 29 18:38:59.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem"
39212024-10-29T18:39:00.929Z[ recovery-image] Oct 29 18:38:59.605 INFO O| Oct 29 18:38:59.604 INFO STEP 19 (remove_files) COMPLETE
39222024-10-29T18:39:00.929Z[ recovery-image] Oct 29 18:38:59.605 INFO O| Oct 29 18:38:59.604 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39232024-10-29T18:39:00.946Z[ recovery-image] Oct 29 18:38:59.622 INFO O| Oct 29 18:38:59.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
39242024-10-29T18:39:00.947Z[ recovery-image] Oct 29 18:38:59.622 INFO O| Oct 29 18:38:59.622 INFO STEP 20 (remove_files) COMPLETE
39252024-10-29T18:39:00.947Z[ recovery-image] Oct 29 18:38:59.622 INFO O| Oct 29 18:38:59.622 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39262024-10-29T18:39:00.975Z[ recovery-image] Oct 29 18:38:59.650 INFO O| Oct 29 18:38:59.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc"
39272024-10-29T18:39:00.975Z[ recovery-image] Oct 29 18:38:59.651 INFO O| Oct 29 18:38:59.651 INFO STEP 21 (remove_files) COMPLETE
39282024-10-29T18:39:00.978Z[ recovery-image] Oct 29 18:38:59.651 INFO O| Oct 29 18:38:59.651 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39292024-10-29T18:39:00.999Z[ recovery-image] Oct 29 18:38:59.675 INFO O| Oct 29 18:38:59.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
39302024-10-29T18:39:01.002Z[ recovery-image] Oct 29 18:38:59.675 INFO O| Oct 29 18:38:59.675 INFO STEP 22 (remove_files) COMPLETE
39312024-10-29T18:39:01.002Z[ recovery-image] Oct 29 18:38:59.675 INFO O| Oct 29 18:38:59.675 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39322024-10-29T18:39:01.032Z[ recovery-image] Oct 29 18:38:59.707 INFO O| Oct 29 18:38:59.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
39332024-10-29T18:39:01.032Z[ recovery-image] Oct 29 18:38:59.707 INFO O| Oct 29 18:38:59.707 INFO STEP 23 (remove_files) COMPLETE
39342024-10-29T18:39:01.032Z[ recovery-image] Oct 29 18:38:59.707 INFO O| Oct 29 18:38:59.707 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39352024-10-29T18:39:01.073Z[ recovery-image] Oct 29 18:38:59.748 INFO O| Oct 29 18:38:59.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
39362024-10-29T18:39:01.073Z[ recovery-image] Oct 29 18:38:59.748 INFO O| Oct 29 18:38:59.748 INFO STEP 24 (remove_files) COMPLETE
39372024-10-29T18:39:01.075Z[ recovery-image] Oct 29 18:38:59.748 INFO O| Oct 29 18:38:59.748 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39382024-10-29T18:39:01.153Z[ recovery-image] Oct 29 18:38:59.829 INFO O| Oct 29 18:38:59.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power"
39392024-10-29T18:39:01.154Z[ recovery-image] Oct 29 18:38:59.829 INFO O| Oct 29 18:38:59.829 INFO STEP 25 (remove_files) COMPLETE
39402024-10-29T18:39:01.157Z[ recovery-image] Oct 29 18:38:59.829 INFO O| Oct 29 18:38:59.829 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39412024-10-29T18:39:01.174Z[ recovery-image] Oct 29 18:38:59.849 INFO O| Oct 29 18:38:59.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio"
39422024-10-29T18:39:01.176Z[ recovery-image] Oct 29 18:38:59.849 INFO O| Oct 29 18:38:59.849 INFO STEP 26 (remove_files) COMPLETE
39432024-10-29T18:39:01.176Z[ recovery-image] Oct 29 18:38:59.849 INFO O| Oct 29 18:38:59.849 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39442024-10-29T18:39:01.191Z[ recovery-image] Oct 29 18:38:59.867 INFO O| Oct 29 18:38:59.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
39452024-10-29T18:39:01.194Z[ recovery-image] Oct 29 18:38:59.867 INFO O| Oct 29 18:38:59.867 INFO STEP 27 (remove_files) COMPLETE
39462024-10-29T18:39:01.194Z[ recovery-image] Oct 29 18:38:59.867 INFO O| Oct 29 18:38:59.867 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39472024-10-29T18:39:01.212Z[ recovery-image] Oct 29 18:38:59.887 INFO O| Oct 29 18:38:59.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
39482024-10-29T18:39:01.212Z[ recovery-image] Oct 29 18:38:59.887 INFO O| Oct 29 18:38:59.887 INFO STEP 28 (remove_files) COMPLETE
39492024-10-29T18:39:01.214Z[ recovery-image] Oct 29 18:38:59.887 INFO O| Oct 29 18:38:59.887 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39502024-10-29T18:39:01.232Z[ recovery-image] Oct 29 18:38:59.908 INFO O| Oct 29 18:38:59.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
39512024-10-29T18:39:01.232Z[ recovery-image] Oct 29 18:38:59.908 INFO O| Oct 29 18:38:59.908 INFO STEP 29 (remove_files) COMPLETE
39522024-10-29T18:39:01.232Z[ recovery-image] Oct 29 18:38:59.908 INFO O| Oct 29 18:38:59.908 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39532024-10-29T18:39:01.251Z[ recovery-image] Oct 29 18:38:59.926 INFO O| Oct 29 18:38:59.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
39542024-10-29T18:39:01.251Z[ recovery-image] Oct 29 18:38:59.926 INFO O| Oct 29 18:38:59.926 INFO STEP 30 (remove_files) COMPLETE
39552024-10-29T18:39:01.251Z[ recovery-image] Oct 29 18:38:59.926 INFO O| Oct 29 18:38:59.926 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39562024-10-29T18:39:01.276Z[ recovery-image] Oct 29 18:38:59.951 INFO O| Oct 29 18:38:59.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
39572024-10-29T18:39:01.276Z[ recovery-image] Oct 29 18:38:59.951 INFO O| Oct 29 18:38:59.951 INFO STEP 31 (remove_files) COMPLETE
39582024-10-29T18:39:01.276Z[ recovery-image] Oct 29 18:38:59.951 INFO O| Oct 29 18:38:59.951 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39592024-10-29T18:39:01.296Z[ recovery-image] Oct 29 18:38:59.972 INFO O| Oct 29 18:38:59.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid"
39602024-10-29T18:39:01.296Z[ recovery-image] Oct 29 18:38:59.972 INFO O| Oct 29 18:38:59.972 INFO STEP 32 (remove_files) COMPLETE
39612024-10-29T18:39:01.296Z[ recovery-image] Oct 29 18:38:59.972 INFO O| Oct 29 18:38:59.972 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39622024-10-29T18:39:01.354Z[ recovery-image] Oct 29 18:39:00.030 INFO O| Oct 29 18:39:00.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
39632024-10-29T18:39:01.354Z[ recovery-image] Oct 29 18:39:00.030 INFO O| Oct 29 18:39:00.030 INFO STEP 33 (remove_files) COMPLETE
39642024-10-29T18:39:01.354Z[ recovery-image] Oct 29 18:39:00.030 INFO O| Oct 29 18:39:00.030 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39652024-10-29T18:39:01.374Z[ recovery-image] Oct 29 18:39:00.049 INFO O| Oct 29 18:39:00.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
39662024-10-29T18:39:01.374Z[ recovery-image] Oct 29 18:39:00.049 INFO O| Oct 29 18:39:00.049 INFO STEP 34 (remove_files) COMPLETE
39672024-10-29T18:39:01.374Z[ recovery-image] Oct 29 18:39:00.049 INFO O| Oct 29 18:39:00.049 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39682024-10-29T18:39:01.393Z[ recovery-image] Oct 29 18:39:00.069 INFO O| Oct 29 18:39:00.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
39692024-10-29T18:39:01.394Z[ recovery-image] Oct 29 18:39:00.069 INFO O| Oct 29 18:39:00.069 INFO STEP 35 (remove_files) COMPLETE
39702024-10-29T18:39:01.394Z[ recovery-image] Oct 29 18:39:00.069 INFO O| Oct 29 18:39:00.069 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39712024-10-29T18:39:01.412Z[ recovery-image] Oct 29 18:39:00.088 INFO O| Oct 29 18:39:00.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
39722024-10-29T18:39:01.412Z[ recovery-image] Oct 29 18:39:00.088 INFO O| Oct 29 18:39:00.088 INFO STEP 36 (remove_files) COMPLETE
39732024-10-29T18:39:01.415Z[ recovery-image] Oct 29 18:39:00.088 INFO O| Oct 29 18:39:00.088 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39742024-10-29T18:39:01.430Z[ recovery-image] Oct 29 18:39:00.105 INFO O| Oct 29 18:39:00.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
39752024-10-29T18:39:01.430Z[ recovery-image] Oct 29 18:39:00.105 INFO O| Oct 29 18:39:00.105 INFO STEP 37 (remove_files) COMPLETE
39762024-10-29T18:39:01.430Z[ recovery-image] Oct 29 18:39:00.105 INFO O| Oct 29 18:39:00.105 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39772024-10-29T18:39:01.473Z[ recovery-image] Oct 29 18:39:00.149 INFO O| Oct 29 18:39:00.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
39782024-10-29T18:39:01.473Z[ recovery-image] Oct 29 18:39:00.149 INFO O| Oct 29 18:39:00.149 INFO STEP 38 (remove_files) COMPLETE
39792024-10-29T18:39:01.473Z[ recovery-image] Oct 29 18:39:00.149 INFO O| Oct 29 18:39:00.149 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39802024-10-29T18:39:01.492Z[ recovery-image] Oct 29 18:39:00.167 INFO O| Oct 29 18:39:00.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
39812024-10-29T18:39:01.492Z[ recovery-image] Oct 29 18:39:00.167 INFO O| Oct 29 18:39:00.167 INFO STEP 39 (remove_files) COMPLETE
39822024-10-29T18:39:01.492Z[ recovery-image] Oct 29 18:39:00.168 INFO O| Oct 29 18:39:00.167 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39832024-10-29T18:39:01.540Z[ recovery-image] Oct 29 18:39:00.215 INFO O| Oct 29 18:39:00.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
39842024-10-29T18:39:01.541Z[ recovery-image] Oct 29 18:39:00.215 INFO O| Oct 29 18:39:00.215 INFO STEP 40 (remove_files) COMPLETE
39852024-10-29T18:39:01.541Z[ recovery-image] Oct 29 18:39:00.215 INFO O| Oct 29 18:39:00.215 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39862024-10-29T18:39:01.577Z[ recovery-image] Oct 29 18:39:00.252 INFO O| Oct 29 18:39:00.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
39872024-10-29T18:39:01.577Z[ recovery-image] Oct 29 18:39:00.252 INFO O| Oct 29 18:39:00.252 INFO STEP 41 (remove_files) COMPLETE
39882024-10-29T18:39:01.577Z[ recovery-image] Oct 29 18:39:00.252 INFO O| Oct 29 18:39:00.252 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39892024-10-29T18:39:01.588Z[ host-image] Oct 29 18:39:00.264 INFO O| Oct 29 18:39:00.264 INFO O| Planning: Solver setup ... Done
39902024-10-29T18:39:01.596Z[ host-image] Oct 29 18:39:00.271 INFO O| Oct 29 18:39:00.271 INFO O| Planning: Running solver ... Done
39912024-10-29T18:39:01.635Z[ recovery-image] Oct 29 18:39:00.310 INFO O| Oct 29 18:39:00.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
39922024-10-29T18:39:01.635Z[ recovery-image] Oct 29 18:39:00.310 INFO O| Oct 29 18:39:00.310 INFO STEP 42 (remove_files) COMPLETE
39932024-10-29T18:39:01.635Z[ recovery-image] Oct 29 18:39:00.311 INFO O| Oct 29 18:39:00.310 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39942024-10-29T18:39:01.654Z[ recovery-image] Oct 29 18:39:00.329 INFO O| Oct 29 18:39:00.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
39952024-10-29T18:39:01.654Z[ recovery-image] Oct 29 18:39:00.329 INFO O| Oct 29 18:39:00.329 INFO STEP 43 (remove_files) COMPLETE
39962024-10-29T18:39:01.654Z[ recovery-image] Oct 29 18:39:00.329 INFO O| Oct 29 18:39:00.329 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
39972024-10-29T18:39:01.682Z[ host-image] Oct 29 18:39:00.358 INFO O| Oct 29 18:39:00.358 INFO O| Planning: Finding local manifests ... Done
39982024-10-29T18:39:01.685Z[ host-image] Oct 29 18:39:00.360 INFO O| Oct 29 18:39:00.359 INFO O| Planning: Fetching manifests: 0/4 0% complete
39992024-10-29T18:39:01.688Z[ recovery-image] Oct 29 18:39:00.361 INFO O| Oct 29 18:39:00.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
40002024-10-29T18:39:01.688Z[ recovery-image] Oct 29 18:39:00.361 INFO O| Oct 29 18:39:00.361 INFO STEP 44 (remove_files) COMPLETE
40012024-10-29T18:39:01.688Z[ recovery-image] Oct 29 18:39:00.362 INFO O| Oct 29 18:39:00.361 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40022024-10-29T18:39:01.702Z[ recovery-image] Oct 29 18:39:00.377 INFO O| Oct 29 18:39:00.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
40032024-10-29T18:39:01.704Z[ recovery-image] Oct 29 18:39:00.377 INFO O| Oct 29 18:39:00.377 INFO STEP 45 (remove_files) COMPLETE
40042024-10-29T18:39:01.704Z[ recovery-image] Oct 29 18:39:00.377 INFO O| Oct 29 18:39:00.377 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40052024-10-29T18:39:01.716Z[ recovery-image] Oct 29 18:39:00.391 INFO O| Oct 29 18:39:00.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
40062024-10-29T18:39:01.718Z[ recovery-image] Oct 29 18:39:00.392 INFO O| Oct 29 18:39:00.392 INFO STEP 46 (remove_files) COMPLETE
40072024-10-29T18:39:01.718Z[ recovery-image] Oct 29 18:39:00.392 INFO O| Oct 29 18:39:00.392 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40082024-10-29T18:39:01.797Z[ recovery-image] Oct 29 18:39:00.472 INFO O| Oct 29 18:39:00.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
40092024-10-29T18:39:01.800Z[ recovery-image] Oct 29 18:39:00.472 INFO O| Oct 29 18:39:00.472 INFO STEP 47 (remove_files) COMPLETE
40102024-10-29T18:39:01.800Z[ recovery-image] Oct 29 18:39:00.473 INFO O| Oct 29 18:39:00.472 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40112024-10-29T18:39:01.815Z[ recovery-image] Oct 29 18:39:00.490 INFO O| Oct 29 18:39:00.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
40122024-10-29T18:39:01.817Z[ recovery-image] Oct 29 18:39:00.490 INFO O| Oct 29 18:39:00.490 INFO STEP 48 (remove_files) COMPLETE
40132024-10-29T18:39:01.817Z[ recovery-image] Oct 29 18:39:00.490 INFO O| Oct 29 18:39:00.490 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40142024-10-29T18:39:01.850Z[ recovery-image] Oct 29 18:39:00.525 INFO O| Oct 29 18:39:00.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
40152024-10-29T18:39:01.852Z[ recovery-image] Oct 29 18:39:00.525 INFO O| Oct 29 18:39:00.525 INFO STEP 49 (remove_files) COMPLETE
40162024-10-29T18:39:01.852Z[ recovery-image] Oct 29 18:39:00.525 INFO O| Oct 29 18:39:00.525 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40172024-10-29T18:39:01.867Z[ recovery-image] Oct 29 18:39:00.543 INFO O| Oct 29 18:39:00.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf"
40182024-10-29T18:39:01.870Z[ recovery-image] Oct 29 18:39:00.543 INFO O| Oct 29 18:39:00.543 INFO STEP 50 (remove_files) COMPLETE
40192024-10-29T18:39:01.870Z[ recovery-image] Oct 29 18:39:00.543 INFO O| Oct 29 18:39:00.543 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40202024-10-29T18:39:01.885Z[ recovery-image] Oct 29 18:39:00.561 INFO O| Oct 29 18:39:00.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
40212024-10-29T18:39:01.888Z[ recovery-image] Oct 29 18:39:00.561 INFO O| Oct 29 18:39:00.561 INFO STEP 51 (remove_files) COMPLETE
40222024-10-29T18:39:01.888Z[ recovery-image] Oct 29 18:39:00.561 INFO O| Oct 29 18:39:00.561 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40232024-10-29T18:39:01.935Z[ host-image] Oct 29 18:39:00.611 INFO O| Oct 29 18:39:00.611 INFO O| Planning: Fetching manifests: 4/4 100% complete
40242024-10-29T18:39:01.949Z[ recovery-image] Oct 29 18:39:00.625 INFO O| Oct 29 18:39:00.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
40252024-10-29T18:39:01.949Z[ recovery-image] Oct 29 18:39:00.625 INFO O| Oct 29 18:39:00.607 INFO STEP 52 (remove_files) COMPLETE
40262024-10-29T18:39:01.952Z[ recovery-image] Oct 29 18:39:00.625 INFO O| Oct 29 18:39:00.607 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40272024-10-29T18:39:01.952Z[ recovery-image] Oct 29 18:39:00.625 INFO O| Oct 29 18:39:00.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm"
40282024-10-29T18:39:01.952Z[ recovery-image] Oct 29 18:39:00.626 INFO O| Oct 29 18:39:00.626 INFO STEP 53 (remove_files) COMPLETE
40292024-10-29T18:39:01.952Z[ recovery-image] Oct 29 18:39:00.626 INFO O| Oct 29 18:39:00.626 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40302024-10-29T18:39:01.967Z[ recovery-image] Oct 29 18:39:00.643 INFO O| Oct 29 18:39:00.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm"
40312024-10-29T18:39:01.970Z[ recovery-image] Oct 29 18:39:00.643 INFO O| Oct 29 18:39:00.643 INFO STEP 54 (remove_files) COMPLETE
40322024-10-29T18:39:01.970Z[ recovery-image] Oct 29 18:39:00.643 INFO O| Oct 29 18:39:00.643 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40332024-10-29T18:39:01.973Z[ host-image] Oct 29 18:39:00.648 INFO O| Oct 29 18:39:00.648 INFO O| Planning: Package planning ... Done
40342024-10-29T18:39:01.978Z[ host-image] Oct 29 18:39:00.653 INFO O| Oct 29 18:39:00.653 INFO O| Planning: Merging actions ... Done
40352024-10-29T18:39:02.006Z[ recovery-image] Oct 29 18:39:00.681 INFO O| Oct 29 18:39:00.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm"
40362024-10-29T18:39:02.006Z[ recovery-image] Oct 29 18:39:00.681 INFO O| Oct 29 18:39:00.681 INFO STEP 55 (remove_files) COMPLETE
40372024-10-29T18:39:02.008Z[ recovery-image] Oct 29 18:39:00.681 INFO O| Oct 29 18:39:00.681 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40382024-10-29T18:39:02.023Z[ recovery-image] Oct 29 18:39:00.698 INFO O| Oct 29 18:39:00.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm"
40392024-10-29T18:39:02.026Z[ recovery-image] Oct 29 18:39:00.698 INFO O| Oct 29 18:39:00.698 INFO STEP 56 (remove_files) COMPLETE
40402024-10-29T18:39:02.026Z[ recovery-image] Oct 29 18:39:00.699 INFO O| Oct 29 18:39:00.698 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40412024-10-29T18:39:02.049Z[ recovery-image] Oct 29 18:39:00.724 INFO O| Oct 29 18:39:00.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar"
40422024-10-29T18:39:02.049Z[ recovery-image] Oct 29 18:39:00.724 INFO O| Oct 29 18:39:00.724 INFO STEP 57 (remove_files) COMPLETE
40432024-10-29T18:39:02.052Z[ recovery-image] Oct 29 18:39:00.724 INFO O| Oct 29 18:39:00.724 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40442024-10-29T18:39:02.081Z[ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.756 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
40452024-10-29T18:39:02.081Z[ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ...
40462024-10-29T18:39:02.084Z[ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40472024-10-29T18:39:02.084Z[ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40482024-10-29T18:39:02.084Z[ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40492024-10-29T18:39:02.084Z[ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap
40502024-10-29T18:39:02.084Z[ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO ok!
40512024-10-29T18:39:02.084Z[ recovery-image] Oct 29 18:39:00.757 INFO O| Oct 29 18:39:00.757 INFO STEP 58 (ensure_file) COMPLETE
40522024-10-29T18:39:02.084Z[ recovery-image] Oct 29 18:39:00.758 INFO O| Oct 29 18:39:00.757 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40532024-10-29T18:39:02.118Z[ recovery-image] Oct 29 18:39:00.793 INFO O| Oct 29 18:39:00.793 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
40542024-10-29T18:39:02.118Z[ recovery-image] Oct 29 18:39:00.793 INFO O| Oct 29 18:39:00.793 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
40552024-10-29T18:39:02.121Z[ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.793 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40562024-10-29T18:39:02.121Z[ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.794 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40572024-10-29T18:39:02.121Z[ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.794 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40582024-10-29T18:39:02.121Z[ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.794 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
40592024-10-29T18:39:02.121Z[ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.794 INFO ok!
40602024-10-29T18:39:02.121Z[ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.794 INFO STEP 59 (ensure_file) COMPLETE
40612024-10-29T18:39:02.121Z[ recovery-image] Oct 29 18:39:00.794 INFO O| Oct 29 18:39:00.794 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40622024-10-29T18:39:02.160Z[ recovery-image] Oct 29 18:39:00.835 INFO O| Oct 29 18:39:00.835 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist
40632024-10-29T18:39:02.160Z[ recovery-image] Oct 29 18:39:00.835 INFO O| Oct 29 18:39:00.835 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ...
40642024-10-29T18:39:02.160Z[ recovery-image] Oct 29 18:39:00.835 INFO O| Oct 29 18:39:00.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile
40652024-10-29T18:39:02.163Z[ recovery-image] Oct 29 18:39:00.835 INFO O| Oct 29 18:39:00.835 INFO ok!
40662024-10-29T18:39:02.163Z[ recovery-image] Oct 29 18:39:00.835 INFO O| Oct 29 18:39:00.835 INFO STEP 60 (ensure_file) COMPLETE
40672024-10-29T18:39:02.163Z[ recovery-image] Oct 29 18:39:00.835 INFO O| Oct 29 18:39:00.835 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40682024-10-29T18:39:02.163Z[ host-image] Oct 29 18:39:00.836 INFO O| Oct 29 18:39:00.836 INFO O| Planning: Checking for conflicting actions ... Done
40692024-10-29T18:39:02.190Z[ host-image] Oct 29 18:39:00.866 INFO O| Oct 29 18:39:00.866 INFO O| Planning: Consolidating action changes ... Done
40702024-10-29T18:39:02.222Z[ recovery-image] Oct 29 18:39:00.897 INFO O| Oct 29 18:39:00.897 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
40712024-10-29T18:39:02.222Z[ recovery-image] Oct 29 18:39:00.898 INFO O| Oct 29 18:39:00.897 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ...
40722024-10-29T18:39:02.225Z[ recovery-image] Oct 29 18:39:00.898 INFO O| Oct 29 18:39:00.898 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc
40732024-10-29T18:39:02.225Z[ recovery-image] Oct 29 18:39:00.898 INFO O| Oct 29 18:39:00.898 INFO ok!
40742024-10-29T18:39:02.225Z[ recovery-image] Oct 29 18:39:00.898 INFO O| Oct 29 18:39:00.898 INFO STEP 61 (ensure_file) COMPLETE
40752024-10-29T18:39:02.225Z[ recovery-image] Oct 29 18:39:00.898 INFO O| Oct 29 18:39:00.898 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40762024-10-29T18:39:02.240Z[ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
40772024-10-29T18:39:02.240Z[ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ...
40782024-10-29T18:39:02.243Z[ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40792024-10-29T18:39:02.243Z[ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd
40802024-10-29T18:39:02.243Z[ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 INFO ok!
40812024-10-29T18:39:02.243Z[ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 INFO STEP 62 (ensure_file) COMPLETE
40822024-10-29T18:39:02.243Z[ recovery-image] Oct 29 18:39:00.915 INFO O| Oct 29 18:39:00.915 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40832024-10-29T18:39:02.258Z[ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.933 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
40842024-10-29T18:39:02.258Z[ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.934 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
40852024-10-29T18:39:02.261Z[ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.934 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40862024-10-29T18:39:02.261Z[ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.934 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
40872024-10-29T18:39:02.261Z[ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.934 INFO ok!
40882024-10-29T18:39:02.261Z[ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.934 INFO STEP 63 (ensure_file) COMPLETE
40892024-10-29T18:39:02.261Z[ recovery-image] Oct 29 18:39:00.934 INFO O| Oct 29 18:39:00.934 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40902024-10-29T18:39:02.335Z[ recovery-image] Oct 29 18:39:01.010 INFO O| Oct 29 18:39:01.010 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
40912024-10-29T18:39:02.335Z[ recovery-image] Oct 29 18:39:01.010 INFO O| Oct 29 18:39:01.010 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
40922024-10-29T18:39:02.338Z[ recovery-image] Oct 29 18:39:01.011 INFO O| Oct 29 18:39:01.011 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly
40932024-10-29T18:39:02.338Z[ recovery-image] Oct 29 18:39:01.011 INFO O| Oct 29 18:39:01.011 INFO ok!
40942024-10-29T18:39:02.338Z[ recovery-image] Oct 29 18:39:01.011 INFO O| Oct 29 18:39:01.011 INFO STEP 64 (assemble_files) COMPLETE
40952024-10-29T18:39:02.338Z[ recovery-image] Oct 29 18:39:01.011 INFO O| Oct 29 18:39:01.011 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
40962024-10-29T18:39:02.355Z[ recovery-image] Oct 29 18:39:01.030 INFO O| Oct 29 18:39:01.030 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
40972024-10-29T18:39:02.355Z[ recovery-image] Oct 29 18:39:01.030 INFO O| Oct 29 18:39:01.030 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ...
40982024-10-29T18:39:02.356Z[ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.030 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
40992024-10-29T18:39:02.358Z[ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.030 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf
41002024-10-29T18:39:02.358Z[ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO ok!
41012024-10-29T18:39:02.358Z[ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO STEP 65 (ensure_file) COMPLETE
41022024-10-29T18:39:02.358Z[ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41032024-10-29T18:39:02.358Z[ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO skip step because feature "omicron1" is not enabled
41042024-10-29T18:39:02.358Z[ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41052024-10-29T18:39:02.358Z[ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO skip step because feature "omicron1" is not enabled
41062024-10-29T18:39:02.358Z[ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41072024-10-29T18:39:02.358Z[ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO skip step because feature "omicron1" is not enabled
41082024-10-29T18:39:02.358Z[ recovery-image] Oct 29 18:39:01.031 INFO O| Oct 29 18:39:01.031 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
41092024-10-29T18:39:02.387Z[ recovery-image] Oct 29 18:39:01.062 INFO O| Oct 29 18:39:01.062 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal
41102024-10-29T18:39:02.387Z[ recovery-image] Oct 29 18:39:01.062 INFO O| Oct 29 18:39:01.062 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
41112024-10-29T18:39:02.741Z[ host-image] Oct 29 18:39:01.416 INFO O| Oct 29 18:39:01.416 INFO O| Planning: Evaluating mediators ... Done
41122024-10-29T18:39:02.744Z[ host-image] Oct 29 18:39:01.418 INFO O| Oct 29 18:39:01.418 INFO O| Planning: Planning completed in 5.57 seconds
41132024-10-29T18:39:02.746Z[ host-image] Oct 29 18:39:01.420 INFO O| Oct 29 18:39:01.420 INFO O| Packages to install: 4
41142024-10-29T18:39:02.746Z[ host-image] Oct 29 18:39:01.420 INFO O| Oct 29 18:39:01.420 INFO O| Services to change: 2
41152024-10-29T18:39:02.763Z[ host-image] Oct 29 18:39:01.438 INFO O| Oct 29 18:39:01.438 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete
41162024-10-29T18:39:04.000Z[ host-image] Oct 29 18:39:02.674 INFO O| Oct 29 18:39:02.674 INFO O| Download: Completed 1.39 MB in 1.24 seconds (1.1M/s)
41172024-10-29T18:39:04.167Z[ host-image] Oct 29 18:39:02.842 INFO O| Oct 29 18:39:02.842 INFO O| Actions: 1/238 actions (Installing new actions)
41182024-10-29T18:39:04.612Z[ host-image] Oct 29 18:39:03.287 INFO O| Oct 29 18:39:03.287 INFO O| Actions: Completed 238 actions in 0.44 seconds.
41192024-10-29T18:39:05.237Z[ recovery-image] Oct 29 18:39:03.912 INFO O| Oct 29 18:39:03.912 INFO STEP 69 (pack_tar) COMPLETE
41202024-10-29T18:39:05.237Z[ recovery-image] Oct 29 18:39:03.912 INFO O| Oct 29 18:39:03.912 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41212024-10-29T18:39:05.240Z[ recovery-image] Oct 29 18:39:03.912 INFO O| Oct 29 18:39:03.912 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41222024-10-29T18:39:05.283Z[ host-image] Oct 29 18:39:03.957 INFO O| Oct 29 18:39:03.957 INFO O| Done
41232024-10-29T18:39:05.300Z[ host-image] Oct 29 18:39:03.958 INFO O| Oct 29 18:39:03.957 INFO O| Done
41242024-10-29T18:39:05.420Z[ recovery-image] Oct 29 18:39:04.095 INFO O| Oct 29 18:39:04.095 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim
41252024-10-29T18:39:05.581Z[ recovery-image] Oct 29 18:39:04.251 INFO O| Oct 29 18:39:04.251 INFO completed processing gimlet/ramdisk-02-trim
41262024-10-29T18:39:05.581Z[ recovery-image] Oct 29 18:39:04.254 INFO image builder template: ramdisk-03-recovery-trim...
41272024-10-29T18:39:05.581Z[ recovery-image] Oct 29 18:39:04.254 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/.tmp2e1Dzz/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
41282024-10-29T18:39:05.792Z[ recovery-image] Oct 29 18:39:04.466 INFO O| Oct 29 18:39:04.466 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41292024-10-29T18:39:05.799Z[ recovery-image] Oct 29 18:39:04.474 INFO O| Oct 29 18:39:04.474 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41302024-10-29T18:39:06.105Z[ recovery-image] Oct 29 18:39:04.780 INFO O| Oct 29 18:39:04.780 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled
41312024-10-29T18:39:06.203Z[ recovery-image] Oct 29 18:39:04.878 INFO O| Oct 29 18:39:04.878 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
41322024-10-29T18:39:06.206Z[ recovery-image] Oct 29 18:39:04.878 INFO O| Oct 29 18:39:04.878 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk
41332024-10-29T18:39:06.251Z[ recovery-image] Oct 29 18:39:04.925 INFO O| Oct 29 18:39:04.925 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
41342024-10-29T18:39:06.276Z[ recovery-image] Oct 29 18:39:04.950 INFO O| Oct 29 18:39:04.950 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim
41352024-10-29T18:39:06.309Z[ recovery-image] Oct 29 18:39:04.984 INFO O| Oct 29 18:39:04.976 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim
41362024-10-29T18:39:06.612Z[ host-image] Oct 29 18:39:05.286 INFO O| Oct 29 18:39:05.286 INFO O| Done
41372024-10-29T18:39:06.759Z[ recovery-image] Oct 29 18:39:05.434 INFO O| Oct 29 18:39:05.433 INFO rolled back to input snapshot; work may begin
41382024-10-29T18:39:06.759Z[ recovery-image] Oct 29 18:39:05.434 INFO O| Oct 29 18:39:05.433 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk
41392024-10-29T18:39:06.768Z[ recovery-image] Oct 29 18:39:05.442 INFO O| Oct 29 18:39:05.442 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41402024-10-29T18:39:06.784Z[ recovery-image] Oct 29 18:39:05.458 INFO O| Oct 29 18:39:05.458 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7"
41412024-10-29T18:39:06.789Z[ recovery-image] Oct 29 18:39:05.464 INFO O| Oct 29 18:39:05.464 INFO STEP 0 (remove_files) COMPLETE
41422024-10-29T18:39:06.789Z[ recovery-image] Oct 29 18:39:05.464 INFO O| Oct 29 18:39:05.464 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41432024-10-29T18:39:06.823Z[ recovery-image] Oct 29 18:39:05.498 INFO O| Oct 29 18:39:05.498 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share"
41442024-10-29T18:39:07.434Z[ recovery-image] Oct 29 18:39:06.109 INFO O| Oct 29 18:39:06.108 INFO STEP 1 (remove_files) COMPLETE
41452024-10-29T18:39:07.434Z[ recovery-image] Oct 29 18:39:06.109 INFO O| Oct 29 18:39:06.109 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41462024-10-29T18:39:07.459Z[ recovery-image] Oct 29 18:39:06.133 INFO O| Oct 29 18:39:06.133 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns"
41472024-10-29T18:39:07.463Z[ recovery-image] Oct 29 18:39:06.137 INFO O| Oct 29 18:39:06.137 INFO STEP 2 (remove_files) COMPLETE
41482024-10-29T18:39:07.463Z[ recovery-image] Oct 29 18:39:06.137 INFO O| Oct 29 18:39:06.137 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41492024-10-29T18:39:07.484Z[ recovery-image] Oct 29 18:39:06.158 INFO O| Oct 29 18:39:06.158 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv"
41502024-10-29T18:39:07.558Z[ recovery-image] Oct 29 18:39:06.233 INFO O| Oct 29 18:39:06.233 INFO STEP 3 (remove_files) COMPLETE
41512024-10-29T18:39:07.558Z[ recovery-image] Oct 29 18:39:06.233 INFO O| Oct 29 18:39:06.233 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41522024-10-29T18:39:07.578Z[ recovery-image] Oct 29 18:39:06.253 INFO O| Oct 29 18:39:06.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale"
41532024-10-29T18:39:07.673Z[ recovery-image] Oct 29 18:39:06.348 INFO O| Oct 29 18:39:06.348 INFO STEP 4 (remove_files) COMPLETE
41542024-10-29T18:39:07.673Z[ recovery-image] Oct 29 18:39:06.348 INFO O| Oct 29 18:39:06.348 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41552024-10-29T18:39:07.711Z[ recovery-image] Oct 29 18:39:06.385 INFO O| Oct 29 18:39:06.385 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb"
41562024-10-29T18:39:07.772Z[ recovery-image] Oct 29 18:39:06.446 INFO O| Oct 29 18:39:06.446 INFO STEP 5 (remove_files) COMPLETE
41572024-10-29T18:39:07.772Z[ recovery-image] Oct 29 18:39:06.446 INFO O| Oct 29 18:39:06.446 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41582024-10-29T18:39:07.830Z[ recovery-image] Oct 29 18:39:06.504 INFO O| Oct 29 18:39:06.504 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps"
41592024-10-29T18:39:07.845Z[ recovery-image] Oct 29 18:39:06.519 INFO O| Oct 29 18:39:06.519 INFO STEP 6 (remove_files) COMPLETE
41602024-10-29T18:39:07.845Z[ recovery-image] Oct 29 18:39:06.519 INFO O| Oct 29 18:39:06.519 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41612024-10-29T18:39:07.906Z[ recovery-image] Oct 29 18:39:06.581 INFO O| Oct 29 18:39:06.581 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig"
41622024-10-29T18:39:07.933Z[ recovery-image] Oct 29 18:39:06.607 INFO O| Oct 29 18:39:06.607 INFO STEP 7 (remove_files) COMPLETE
41632024-10-29T18:39:07.935Z[ recovery-image] Oct 29 18:39:06.607 INFO O| Oct 29 18:39:06.607 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41642024-10-29T18:39:07.952Z[ recovery-image] Oct 29 18:39:06.627 INFO O| Oct 29 18:39:06.626 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi"
41652024-10-29T18:39:08.053Z[ recovery-image] Oct 29 18:39:06.728 INFO O| Oct 29 18:39:06.727 INFO STEP 8 (remove_files) COMPLETE
41662024-10-29T18:39:08.053Z[ recovery-image] Oct 29 18:39:06.728 INFO O| Oct 29 18:39:06.728 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41672024-10-29T18:39:08.108Z[ recovery-image] Oct 29 18:39:06.783 INFO O| Oct 29 18:39:06.783 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs"
41682024-10-29T18:39:08.111Z[ recovery-image] Oct 29 18:39:06.783 INFO O| Oct 29 18:39:06.783 INFO STEP 9 (remove_files) COMPLETE
41692024-10-29T18:39:08.111Z[ recovery-image] Oct 29 18:39:06.783 INFO O| Oct 29 18:39:06.783 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41702024-10-29T18:39:08.127Z[ recovery-image] Oct 29 18:39:06.802 INFO O| Oct 29 18:39:06.801 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv"
41712024-10-29T18:39:08.130Z[ recovery-image] Oct 29 18:39:06.803 INFO O| Oct 29 18:39:06.803 INFO STEP 10 (remove_files) COMPLETE
41722024-10-29T18:39:08.130Z[ recovery-image] Oct 29 18:39:06.803 INFO O| Oct 29 18:39:06.803 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41732024-10-29T18:39:08.146Z[ recovery-image] Oct 29 18:39:06.821 INFO O| Oct 29 18:39:06.821 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5"
41742024-10-29T18:39:08.501Z[ recovery-image] Oct 29 18:39:07.175 INFO O| Oct 29 18:39:07.175 INFO STEP 11 (remove_files) COMPLETE
41752024-10-29T18:39:08.501Z[ recovery-image] Oct 29 18:39:07.175 INFO O| Oct 29 18:39:07.175 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41762024-10-29T18:39:08.525Z[ recovery-image] Oct 29 18:39:07.199 INFO O| Oct 29 18:39:07.199 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash"
41772024-10-29T18:39:08.578Z[ recovery-image] Oct 29 18:39:07.253 INFO O| Oct 29 18:39:07.253 INFO STEP 12 (remove_files) COMPLETE
41782024-10-29T18:39:08.578Z[ recovery-image] Oct 29 18:39:07.253 INFO O| Oct 29 18:39:07.253 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41792024-10-29T18:39:08.619Z[ recovery-image] Oct 29 18:39:07.293 INFO O| Oct 29 18:39:07.293 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve"
41802024-10-29T18:39:08.671Z[ recovery-image] Oct 29 18:39:07.345 INFO O| Oct 29 18:39:07.345 INFO STEP 13 (remove_files) COMPLETE
41812024-10-29T18:39:08.671Z[ recovery-image] Oct 29 18:39:07.345 INFO O| Oct 29 18:39:07.345 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41822024-10-29T18:39:08.690Z[ recovery-image] Oct 29 18:39:07.364 INFO O| Oct 29 18:39:07.364 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs"
41832024-10-29T18:39:08.714Z[ recovery-image] Oct 29 18:39:07.388 INFO O| Oct 29 18:39:07.388 INFO STEP 14 (remove_files) COMPLETE
41842024-10-29T18:39:08.714Z[ recovery-image] Oct 29 18:39:07.388 INFO O| Oct 29 18:39:07.388 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41852024-10-29T18:39:08.751Z[ recovery-image] Oct 29 18:39:07.425 INFO O| Oct 29 18:39:07.425 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons"
41862024-10-29T18:39:08.796Z[ recovery-image] Oct 29 18:39:07.470 INFO O| Oct 29 18:39:07.470 INFO STEP 15 (remove_files) COMPLETE
41872024-10-29T18:39:08.796Z[ recovery-image] Oct 29 18:39:07.470 INFO O| Oct 29 18:39:07.470 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41882024-10-29T18:39:08.833Z[ recovery-image] Oct 29 18:39:07.507 INFO O| Oct 29 18:39:07.507 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale"
41892024-10-29T18:39:08.981Z[ recovery-image] Oct 29 18:39:07.654 INFO O| Oct 29 18:39:07.654 INFO STEP 16 (remove_files) COMPLETE
41902024-10-29T18:39:08.981Z[ recovery-image] Oct 29 18:39:07.654 INFO O| Oct 29 18:39:07.654 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41912024-10-29T18:39:09.015Z[ recovery-image] Oct 29 18:39:07.690 INFO O| Oct 29 18:39:07.690 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src"
41922024-10-29T18:39:09.015Z[ recovery-image] Oct 29 18:39:07.690 INFO O| Oct 29 18:39:07.690 INFO STEP 17 (remove_files) COMPLETE
41932024-10-29T18:39:09.019Z[ recovery-image] Oct 29 18:39:07.690 INFO O| Oct 29 18:39:07.690 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41942024-10-29T18:39:09.032Z[ recovery-image] Oct 29 18:39:07.707 INFO O| Oct 29 18:39:07.707 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo"
41952024-10-29T18:39:09.036Z[ recovery-image] Oct 29 18:39:07.707 INFO O| Oct 29 18:39:07.707 INFO STEP 18 (remove_files) COMPLETE
41962024-10-29T18:39:09.036Z[ recovery-image] Oct 29 18:39:07.707 INFO O| Oct 29 18:39:07.707 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
41972024-10-29T18:39:09.051Z[ recovery-image] Oct 29 18:39:07.725 INFO O| Oct 29 18:39:07.725 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim"
41982024-10-29T18:39:09.292Z[ host-image] Oct 29 18:39:07.966 INFO O| Oct 29 18:39:07.966 INFO O| Done
41992024-10-29T18:39:09.340Z[ recovery-image] Oct 29 18:39:08.015 INFO O| Oct 29 18:39:08.015 INFO STEP 19 (remove_files) COMPLETE
42002024-10-29T18:39:09.340Z[ recovery-image] Oct 29 18:39:08.015 INFO O| Oct 29 18:39:08.015 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42012024-10-29T18:39:09.351Z[ host-image] Oct 29 18:39:08.026 INFO O| Oct 29 18:39:08.026 INFO O| Done
42022024-10-29T18:39:09.354Z[ host-image] Oct 29 18:39:08.026 INFO O| Oct 29 18:39:08.026 INFO O| Done
42032024-10-29T18:39:09.388Z[ recovery-image] Oct 29 18:39:08.063 INFO O| Oct 29 18:39:08.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml"
42042024-10-29T18:39:09.418Z[ host-image] Oct 29 18:39:08.092 INFO O| Oct 29 18:39:08.092 INFO O| Done
42052024-10-29T18:39:09.441Z[ recovery-image] Oct 29 18:39:08.115 INFO O| Oct 29 18:39:08.115 INFO STEP 20 (remove_files) COMPLETE
42062024-10-29T18:39:09.441Z[ recovery-image] Oct 29 18:39:08.115 INFO O| Oct 29 18:39:08.115 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42072024-10-29T18:39:09.474Z[ recovery-image] Oct 29 18:39:08.149 INFO O| Oct 29 18:39:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml"
42082024-10-29T18:39:09.477Z[ recovery-image] Oct 29 18:39:08.149 INFO O| Oct 29 18:39:08.149 INFO STEP 21 (remove_files) COMPLETE
42092024-10-29T18:39:09.477Z[ recovery-image] Oct 29 18:39:08.149 INFO O| Oct 29 18:39:08.149 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42102024-10-29T18:39:09.497Z[ recovery-image] Oct 29 18:39:08.171 INFO O| Oct 29 18:39:08.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb"
42112024-10-29T18:39:09.499Z[ recovery-image] Oct 29 18:39:08.172 INFO O| Oct 29 18:39:08.171 INFO STEP 22 (remove_files) COMPLETE
42122024-10-29T18:39:09.499Z[ recovery-image] Oct 29 18:39:08.172 INFO O| Oct 29 18:39:08.172 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42132024-10-29T18:39:09.529Z[ recovery-image] Oct 29 18:39:08.204 INFO O| Oct 29 18:39:08.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec"
42142024-10-29T18:39:09.529Z[ recovery-image] Oct 29 18:39:08.204 INFO O| Oct 29 18:39:08.204 INFO STEP 23 (remove_files) COMPLETE
42152024-10-29T18:39:09.532Z[ recovery-image] Oct 29 18:39:08.204 INFO O| Oct 29 18:39:08.204 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42162024-10-29T18:39:09.586Z[ host-image] Oct 29 18:39:08.260 INFO O| Oct 29 18:39:08.260 INFO STEP 12 (pkg_install) COMPLETE
42172024-10-29T18:39:09.586Z[ host-image] Oct 29 18:39:08.260 INFO O| Oct 29 18:39:08.260 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
42182024-10-29T18:39:09.589Z[ recovery-image] Oct 29 18:39:08.262 INFO O| Oct 29 18:39:08.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap"
42192024-10-29T18:39:09.589Z[ recovery-image] Oct 29 18:39:08.262 INFO O| Oct 29 18:39:08.262 INFO STEP 24 (remove_files) COMPLETE
42202024-10-29T18:39:09.589Z[ recovery-image] Oct 29 18:39:08.262 INFO O| Oct 29 18:39:08.262 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42212024-10-29T18:39:09.604Z[ host-image] Oct 29 18:39:08.278 INFO O| Oct 29 18:39:08.278 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"]
42222024-10-29T18:39:09.607Z[ recovery-image] Oct 29 18:39:08.280 INFO O| Oct 29 18:39:08.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias"
42232024-10-29T18:39:09.607Z[ recovery-image] Oct 29 18:39:08.280 INFO O| Oct 29 18:39:08.280 INFO STEP 25 (remove_files) COMPLETE
42242024-10-29T18:39:09.607Z[ recovery-image] Oct 29 18:39:08.280 INFO O| Oct 29 18:39:08.280 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42252024-10-29T18:39:09.625Z[ recovery-image] Oct 29 18:39:08.299 INFO O| Oct 29 18:39:08.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb"
42262024-10-29T18:39:09.628Z[ recovery-image] Oct 29 18:39:08.300 INFO O| Oct 29 18:39:08.300 INFO STEP 26 (remove_files) COMPLETE
42272024-10-29T18:39:09.628Z[ recovery-image] Oct 29 18:39:08.300 INFO O| Oct 29 18:39:08.300 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42282024-10-29T18:39:09.644Z[ recovery-image] Oct 29 18:39:08.319 INFO O| Oct 29 18:39:08.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt"
42292024-10-29T18:39:09.666Z[ recovery-image] Oct 29 18:39:08.340 INFO O| Oct 29 18:39:08.340 INFO STEP 27 (remove_files) COMPLETE
42302024-10-29T18:39:09.667Z[ recovery-image] Oct 29 18:39:08.340 INFO O| Oct 29 18:39:08.340 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42312024-10-29T18:39:09.723Z[ recovery-image] Oct 29 18:39:08.398 INFO O| Oct 29 18:39:08.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack"
42322024-10-29T18:39:09.746Z[ recovery-image] Oct 29 18:39:08.421 INFO O| Oct 29 18:39:08.421 INFO STEP 28 (remove_files) COMPLETE
42332024-10-29T18:39:09.746Z[ recovery-image] Oct 29 18:39:08.421 INFO O| Oct 29 18:39:08.421 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42342024-10-29T18:39:09.767Z[ recovery-image] Oct 29 18:39:08.441 INFO O| Oct 29 18:39:08.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle"
42352024-10-29T18:39:09.767Z[ recovery-image] Oct 29 18:39:08.441 INFO O| Oct 29 18:39:08.441 INFO STEP 29 (remove_files) COMPLETE
42362024-10-29T18:39:09.767Z[ recovery-image] Oct 29 18:39:08.441 INFO O| Oct 29 18:39:08.441 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42372024-10-29T18:39:09.799Z[ recovery-image] Oct 29 18:39:08.473 INFO O| Oct 29 18:39:08.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl"
42382024-10-29T18:39:09.803Z[ recovery-image] Oct 29 18:39:08.474 INFO O| Oct 29 18:39:08.474 INFO STEP 30 (remove_files) COMPLETE
42392024-10-29T18:39:09.803Z[ recovery-image] Oct 29 18:39:08.474 INFO O| Oct 29 18:39:08.474 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42402024-10-29T18:39:09.821Z[ recovery-image] Oct 29 18:39:08.495 INFO O| Oct 29 18:39:08.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config"
42412024-10-29T18:39:09.821Z[ recovery-image] Oct 29 18:39:08.495 INFO O| Oct 29 18:39:08.495 INFO STEP 31 (remove_files) COMPLETE
42422024-10-29T18:39:09.824Z[ recovery-image] Oct 29 18:39:08.496 INFO O| Oct 29 18:39:08.495 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42432024-10-29T18:39:09.839Z[ recovery-image] Oct 29 18:39:08.514 INFO O| Oct 29 18:39:08.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt"
42442024-10-29T18:39:09.839Z[ recovery-image] Oct 29 18:39:08.514 INFO O| Oct 29 18:39:08.514 INFO STEP 32 (remove_files) COMPLETE
42452024-10-29T18:39:09.842Z[ recovery-image] Oct 29 18:39:08.514 INFO O| Oct 29 18:39:08.514 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42462024-10-29T18:39:09.856Z[ recovery-image] Oct 29 18:39:08.531 INFO O| Oct 29 18:39:08.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest"
42472024-10-29T18:39:09.856Z[ recovery-image] Oct 29 18:39:08.531 INFO O| Oct 29 18:39:08.531 INFO STEP 33 (remove_files) COMPLETE
42482024-10-29T18:39:09.859Z[ recovery-image] Oct 29 18:39:08.531 INFO O| Oct 29 18:39:08.531 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42492024-10-29T18:39:09.890Z[ recovery-image] Oct 29 18:39:08.565 INFO O| Oct 29 18:39:08.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap"
42502024-10-29T18:39:09.910Z[ recovery-image] Oct 29 18:39:08.585 INFO O| Oct 29 18:39:08.585 INFO STEP 34 (remove_files) COMPLETE
42512024-10-29T18:39:09.910Z[ recovery-image] Oct 29 18:39:08.585 INFO O| Oct 29 18:39:08.585 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42522024-10-29T18:39:09.948Z[ recovery-image] Oct 29 18:39:08.622 INFO O| Oct 29 18:39:08.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt"
42532024-10-29T18:39:09.948Z[ recovery-image] Oct 29 18:39:08.623 INFO O| Oct 29 18:39:08.622 INFO STEP 35 (remove_files) COMPLETE
42542024-10-29T18:39:09.948Z[ recovery-image] Oct 29 18:39:08.623 INFO O| Oct 29 18:39:08.622 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42552024-10-29T18:39:10.010Z[ recovery-image] Oct 29 18:39:08.684 INFO O| Oct 29 18:39:08.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear"
42562024-10-29T18:39:10.010Z[ recovery-image] Oct 29 18:39:08.684 INFO O| Oct 29 18:39:08.684 INFO STEP 36 (remove_files) COMPLETE
42572024-10-29T18:39:10.013Z[ recovery-image] Oct 29 18:39:08.684 INFO O| Oct 29 18:39:08.684 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42582024-10-29T18:39:10.028Z[ recovery-image] Oct 29 18:39:08.703 INFO O| Oct 29 18:39:08.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore"
42592024-10-29T18:39:10.031Z[ recovery-image] Oct 29 18:39:08.705 INFO O| Oct 29 18:39:08.705 INFO STEP 37 (remove_files) COMPLETE
42602024-10-29T18:39:10.031Z[ recovery-image] Oct 29 18:39:08.705 INFO O| Oct 29 18:39:08.705 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42612024-10-29T18:39:10.051Z[ recovery-image] Oct 29 18:39:08.726 INFO O| Oct 29 18:39:08.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp"
42622024-10-29T18:39:10.059Z[ recovery-image] Oct 29 18:39:08.734 INFO O| Oct 29 18:39:08.734 INFO STEP 38 (remove_files) COMPLETE
42632024-10-29T18:39:10.059Z[ recovery-image] Oct 29 18:39:08.734 INFO O| Oct 29 18:39:08.734 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42642024-10-29T18:39:10.097Z[ recovery-image] Oct 29 18:39:08.771 INFO O| Oct 29 18:39:08.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs"
42652024-10-29T18:39:10.097Z[ recovery-image] Oct 29 18:39:08.771 INFO O| Oct 29 18:39:08.771 INFO STEP 39 (remove_files) COMPLETE
42662024-10-29T18:39:10.097Z[ recovery-image] Oct 29 18:39:08.771 INFO O| Oct 29 18:39:08.771 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42672024-10-29T18:39:10.164Z[ recovery-image] Oct 29 18:39:08.839 INFO O| Oct 29 18:39:08.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic"
42682024-10-29T18:39:10.164Z[ recovery-image] Oct 29 18:39:08.839 INFO O| Oct 29 18:39:08.839 INFO STEP 40 (remove_files) COMPLETE
42692024-10-29T18:39:10.164Z[ recovery-image] Oct 29 18:39:08.839 INFO O| Oct 29 18:39:08.839 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42702024-10-29T18:39:10.201Z[ recovery-image] Oct 29 18:39:08.875 INFO O| Oct 29 18:39:08.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe"
42712024-10-29T18:39:10.201Z[ recovery-image] Oct 29 18:39:08.875 INFO O| Oct 29 18:39:08.875 INFO STEP 41 (remove_files) COMPLETE
42722024-10-29T18:39:10.201Z[ recovery-image] Oct 29 18:39:08.875 INFO O| Oct 29 18:39:08.875 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42732024-10-29T18:39:10.235Z[ recovery-image] Oct 29 18:39:08.909 INFO O| Oct 29 18:39:08.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput"
42742024-10-29T18:39:10.235Z[ recovery-image] Oct 29 18:39:08.909 INFO O| Oct 29 18:39:08.909 INFO STEP 42 (remove_files) COMPLETE
42752024-10-29T18:39:10.236Z[ recovery-image] Oct 29 18:39:08.909 INFO O| Oct 29 18:39:08.909 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42762024-10-29T18:39:10.256Z[ recovery-image] Oct 29 18:39:08.930 INFO O| Oct 29 18:39:08.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset"
42772024-10-29T18:39:10.256Z[ recovery-image] Oct 29 18:39:08.930 INFO O| Oct 29 18:39:08.930 INFO STEP 43 (remove_files) COMPLETE
42782024-10-29T18:39:10.256Z[ recovery-image] Oct 29 18:39:08.930 INFO O| Oct 29 18:39:08.930 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42792024-10-29T18:39:10.276Z[ recovery-image] Oct 29 18:39:08.950 INFO O| Oct 29 18:39:08.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn"
42802024-10-29T18:39:10.276Z[ recovery-image] Oct 29 18:39:08.950 INFO O| Oct 29 18:39:08.950 INFO STEP 44 (remove_files) COMPLETE
42812024-10-29T18:39:10.276Z[ recovery-image] Oct 29 18:39:08.950 INFO O| Oct 29 18:39:08.950 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42822024-10-29T18:39:10.292Z[ recovery-image] Oct 29 18:39:08.966 INFO O| Oct 29 18:39:08.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93"
42832024-10-29T18:39:10.292Z[ recovery-image] Oct 29 18:39:08.966 INFO O| Oct 29 18:39:08.966 INFO STEP 45 (remove_files) COMPLETE
42842024-10-29T18:39:10.292Z[ recovery-image] Oct 29 18:39:08.966 INFO O| Oct 29 18:39:08.966 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42852024-10-29T18:39:10.314Z[ recovery-image] Oct 29 18:39:08.987 INFO O| Oct 29 18:39:08.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls"
42862024-10-29T18:39:10.314Z[ recovery-image] Oct 29 18:39:08.988 INFO O| Oct 29 18:39:08.987 INFO STEP 46 (remove_files) COMPLETE
42872024-10-29T18:39:10.314Z[ recovery-image] Oct 29 18:39:08.988 INFO O| Oct 29 18:39:08.988 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42882024-10-29T18:39:10.353Z[ recovery-image] Oct 29 18:39:09.028 INFO O| Oct 29 18:39:09.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac"
42892024-10-29T18:39:10.354Z[ recovery-image] Oct 29 18:39:09.028 INFO O| Oct 29 18:39:09.028 INFO STEP 47 (remove_files) COMPLETE
42902024-10-29T18:39:10.365Z[ recovery-image] Oct 29 18:39:09.028 INFO O| Oct 29 18:39:09.028 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42912024-10-29T18:39:10.374Z[ recovery-image] Oct 29 18:39:09.046 INFO O| Oct 29 18:39:09.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb"
42922024-10-29T18:39:10.374Z[ recovery-image] Oct 29 18:39:09.046 INFO O| Oct 29 18:39:09.046 INFO STEP 48 (remove_files) COMPLETE
42932024-10-29T18:39:10.374Z[ recovery-image] Oct 29 18:39:09.046 INFO O| Oct 29 18:39:09.046 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42942024-10-29T18:39:10.410Z[ recovery-image] Oct 29 18:39:09.085 INFO O| Oct 29 18:39:09.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe"
42952024-10-29T18:39:10.411Z[ recovery-image] Oct 29 18:39:09.085 INFO O| Oct 29 18:39:09.085 INFO STEP 49 (remove_files) COMPLETE
42962024-10-29T18:39:10.413Z[ recovery-image] Oct 29 18:39:09.085 INFO O| Oct 29 18:39:09.085 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
42972024-10-29T18:39:10.428Z[ recovery-image] Oct 29 18:39:09.102 INFO O| Oct 29 18:39:09.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config"
42982024-10-29T18:39:10.428Z[ recovery-image] Oct 29 18:39:09.102 INFO O| Oct 29 18:39:09.102 INFO STEP 50 (remove_files) COMPLETE
42992024-10-29T18:39:10.428Z[ recovery-image] Oct 29 18:39:09.102 INFO O| Oct 29 18:39:09.102 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43002024-10-29T18:39:10.453Z[ recovery-image] Oct 29 18:39:09.127 INFO O| Oct 29 18:39:09.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask"
43012024-10-29T18:39:10.453Z[ recovery-image] Oct 29 18:39:09.128 INFO O| Oct 29 18:39:09.127 INFO STEP 51 (remove_files) COMPLETE
43022024-10-29T18:39:10.456Z[ recovery-image] Oct 29 18:39:09.128 INFO O| Oct 29 18:39:09.128 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43032024-10-29T18:39:10.471Z[ recovery-image] Oct 29 18:39:09.145 INFO O| Oct 29 18:39:09.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup"
43042024-10-29T18:39:10.471Z[ recovery-image] Oct 29 18:39:09.145 INFO O| Oct 29 18:39:09.145 INFO STEP 52 (remove_files) COMPLETE
43052024-10-29T18:39:10.471Z[ recovery-image] Oct 29 18:39:09.145 INFO O| Oct 29 18:39:09.145 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43062024-10-29T18:39:10.517Z[ recovery-image] Oct 29 18:39:09.192 INFO O| Oct 29 18:39:09.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs"
43072024-10-29T18:39:10.538Z[ recovery-image] Oct 29 18:39:09.213 INFO O| Oct 29 18:39:09.213 INFO STEP 53 (remove_files) COMPLETE
43082024-10-29T18:39:10.538Z[ recovery-image] Oct 29 18:39:09.213 INFO O| Oct 29 18:39:09.213 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43092024-10-29T18:39:10.574Z[ host-image] Oct 29 18:39:09.249 INFO O| Oct 29 18:39:09.249 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
43102024-10-29T18:39:10.580Z[ recovery-image] Oct 29 18:39:09.254 INFO O| Oct 29 18:39:09.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv"
43112024-10-29T18:39:10.580Z[ recovery-image] Oct 29 18:39:09.254 INFO O| Oct 29 18:39:09.254 INFO STEP 54 (remove_files) COMPLETE
43122024-10-29T18:39:10.582Z[ recovery-image] Oct 29 18:39:09.254 INFO O| Oct 29 18:39:09.254 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43132024-10-29T18:39:10.605Z[ recovery-image] Oct 29 18:39:09.279 INFO O| Oct 29 18:39:09.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config"
43142024-10-29T18:39:10.629Z[ recovery-image] Oct 29 18:39:09.304 INFO O| Oct 29 18:39:09.304 INFO STEP 55 (remove_files) COMPLETE
43152024-10-29T18:39:10.630Z[ recovery-image] Oct 29 18:39:09.304 INFO O| Oct 29 18:39:09.304 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43162024-10-29T18:39:10.679Z[ recovery-image] Oct 29 18:39:09.352 INFO O| Oct 29 18:39:09.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config"
43172024-10-29T18:39:10.679Z[ recovery-image] Oct 29 18:39:09.352 INFO O| Oct 29 18:39:09.352 INFO STEP 56 (remove_files) COMPLETE
43182024-10-29T18:39:10.679Z[ recovery-image] Oct 29 18:39:09.352 INFO O| Oct 29 18:39:09.352 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43192024-10-29T18:39:10.696Z[ recovery-image] Oct 29 18:39:09.370 INFO O| Oct 29 18:39:09.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config"
43202024-10-29T18:39:10.696Z[ recovery-image] Oct 29 18:39:09.370 INFO O| Oct 29 18:39:09.370 INFO STEP 57 (remove_files) COMPLETE
43212024-10-29T18:39:10.696Z[ recovery-image] Oct 29 18:39:09.370 INFO O| Oct 29 18:39:09.370 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43222024-10-29T18:39:10.731Z[ recovery-image] Oct 29 18:39:09.405 INFO O| Oct 29 18:39:09.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep"
43232024-10-29T18:39:10.734Z[ recovery-image] Oct 29 18:39:09.405 INFO O| Oct 29 18:39:09.405 INFO STEP 58 (remove_files) COMPLETE
43242024-10-29T18:39:10.734Z[ recovery-image] Oct 29 18:39:09.405 INFO O| Oct 29 18:39:09.405 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43252024-10-29T18:39:10.806Z[ recovery-image] Oct 29 18:39:09.480 INFO O| Oct 29 18:39:09.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test"
43262024-10-29T18:39:10.806Z[ recovery-image] Oct 29 18:39:09.480 INFO O| Oct 29 18:39:09.480 INFO STEP 59 (remove_files) COMPLETE
43272024-10-29T18:39:10.808Z[ recovery-image] Oct 29 18:39:09.480 INFO O| Oct 29 18:39:09.480 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43282024-10-29T18:39:10.844Z[ recovery-image] Oct 29 18:39:09.518 INFO O| Oct 29 18:39:09.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred"
43292024-10-29T18:39:10.846Z[ recovery-image] Oct 29 18:39:09.519 INFO O| Oct 29 18:39:09.518 INFO STEP 60 (remove_files) COMPLETE
43302024-10-29T18:39:10.846Z[ recovery-image] Oct 29 18:39:09.519 INFO O| Oct 29 18:39:09.519 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43312024-10-29T18:39:10.875Z[ recovery-image] Oct 29 18:39:09.548 INFO O| Oct 29 18:39:09.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep"
43322024-10-29T18:39:10.875Z[ recovery-image] Oct 29 18:39:09.548 INFO O| Oct 29 18:39:09.548 INFO STEP 61 (remove_files) COMPLETE
43332024-10-29T18:39:10.875Z[ recovery-image] Oct 29 18:39:09.548 INFO O| Oct 29 18:39:09.548 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43342024-10-29T18:39:10.932Z[ recovery-image] Oct 29 18:39:09.606 INFO O| Oct 29 18:39:09.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest"
43352024-10-29T18:39:10.957Z[ recovery-image] Oct 29 18:39:09.631 INFO O| Oct 29 18:39:09.631 INFO STEP 62 (remove_files) COMPLETE
43362024-10-29T18:39:10.957Z[ recovery-image] Oct 29 18:39:09.631 INFO O| Oct 29 18:39:09.631 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43372024-10-29T18:39:10.990Z[ recovery-image] Oct 29 18:39:09.664 INFO O| Oct 29 18:39:09.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv"
43382024-10-29T18:39:10.990Z[ recovery-image] Oct 29 18:39:09.664 INFO O| Oct 29 18:39:09.664 INFO STEP 63 (remove_files) COMPLETE
43392024-10-29T18:39:10.990Z[ recovery-image] Oct 29 18:39:09.664 INFO O| Oct 29 18:39:09.664 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43402024-10-29T18:39:11.026Z[ recovery-image] Oct 29 18:39:09.700 INFO O| Oct 29 18:39:09.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles"
43412024-10-29T18:39:11.026Z[ recovery-image] Oct 29 18:39:09.700 INFO O| Oct 29 18:39:09.700 INFO STEP 64 (remove_files) COMPLETE
43422024-10-29T18:39:11.029Z[ recovery-image] Oct 29 18:39:09.700 INFO O| Oct 29 18:39:09.700 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43432024-10-29T18:39:11.047Z[ recovery-image] Oct 29 18:39:09.721 INFO O| Oct 29 18:39:09.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags"
43442024-10-29T18:39:11.047Z[ recovery-image] Oct 29 18:39:09.721 INFO O| Oct 29 18:39:09.721 INFO STEP 65 (remove_files) COMPLETE
43452024-10-29T18:39:11.050Z[ recovery-image] Oct 29 18:39:09.721 INFO O| Oct 29 18:39:09.721 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43462024-10-29T18:39:11.080Z[ recovery-image] Oct 29 18:39:09.754 INFO O| Oct 29 18:39:09.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd"
43472024-10-29T18:39:11.080Z[ recovery-image] Oct 29 18:39:09.754 INFO O| Oct 29 18:39:09.754 INFO STEP 66 (remove_files) COMPLETE
43482024-10-29T18:39:11.080Z[ recovery-image] Oct 29 18:39:09.754 INFO O| Oct 29 18:39:09.754 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43492024-10-29T18:39:11.135Z[ recovery-image] Oct 29 18:39:09.809 INFO O| Oct 29 18:39:09.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp"
43502024-10-29T18:39:11.135Z[ recovery-image] Oct 29 18:39:09.809 INFO O| Oct 29 18:39:09.809 INFO STEP 67 (remove_files) COMPLETE
43512024-10-29T18:39:11.135Z[ recovery-image] Oct 29 18:39:09.809 INFO O| Oct 29 18:39:09.809 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43522024-10-29T18:39:11.153Z[ recovery-image] Oct 29 18:39:09.827 INFO O| Oct 29 18:39:09.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit"
43532024-10-29T18:39:11.153Z[ recovery-image] Oct 29 18:39:09.827 INFO O| Oct 29 18:39:09.827 INFO STEP 68 (remove_files) COMPLETE
43542024-10-29T18:39:11.153Z[ recovery-image] Oct 29 18:39:09.827 INFO O| Oct 29 18:39:09.827 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43552024-10-29T18:39:11.170Z[ recovery-image] Oct 29 18:39:09.844 INFO O| Oct 29 18:39:09.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise"
43562024-10-29T18:39:11.170Z[ recovery-image] Oct 29 18:39:09.844 INFO O| Oct 29 18:39:09.844 INFO STEP 69 (remove_files) COMPLETE
43572024-10-29T18:39:11.170Z[ recovery-image] Oct 29 18:39:09.844 INFO O| Oct 29 18:39:09.844 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43582024-10-29T18:39:11.206Z[ recovery-image] Oct 29 18:39:09.880 INFO O| Oct 29 18:39:09.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap"
43592024-10-29T18:39:11.208Z[ recovery-image] Oct 29 18:39:09.880 INFO O| Oct 29 18:39:09.880 INFO STEP 70 (remove_files) COMPLETE
43602024-10-29T18:39:11.208Z[ recovery-image] Oct 29 18:39:09.880 INFO O| Oct 29 18:39:09.880 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43612024-10-29T18:39:11.228Z[ recovery-image] Oct 29 18:39:09.902 INFO O| Oct 29 18:39:09.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz"
43622024-10-29T18:39:11.231Z[ recovery-image] Oct 29 18:39:09.902 INFO O| Oct 29 18:39:09.902 INFO STEP 71 (remove_files) COMPLETE
43632024-10-29T18:39:11.231Z[ recovery-image] Oct 29 18:39:09.902 INFO O| Oct 29 18:39:09.902 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43642024-10-29T18:39:11.261Z[ recovery-image] Oct 29 18:39:09.935 INFO O| Oct 29 18:39:09.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv"
43652024-10-29T18:39:11.264Z[ recovery-image] Oct 29 18:39:09.935 INFO O| Oct 29 18:39:09.935 INFO STEP 72 (remove_files) COMPLETE
43662024-10-29T18:39:11.264Z[ recovery-image] Oct 29 18:39:09.936 INFO O| Oct 29 18:39:09.935 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43672024-10-29T18:39:11.280Z[ recovery-image] Oct 29 18:39:09.954 INFO O| Oct 29 18:39:09.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl"
43682024-10-29T18:39:11.282Z[ recovery-image] Oct 29 18:39:09.954 INFO O| Oct 29 18:39:09.954 INFO STEP 73 (remove_files) COMPLETE
43692024-10-29T18:39:11.282Z[ recovery-image] Oct 29 18:39:09.955 INFO O| Oct 29 18:39:09.954 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43702024-10-29T18:39:11.299Z[ recovery-image] Oct 29 18:39:09.973 INFO O| Oct 29 18:39:09.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap"
43712024-10-29T18:39:11.301Z[ recovery-image] Oct 29 18:39:09.973 INFO O| Oct 29 18:39:09.973 INFO STEP 74 (remove_files) COMPLETE
43722024-10-29T18:39:11.301Z[ recovery-image] Oct 29 18:39:09.973 INFO O| Oct 29 18:39:09.973 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43732024-10-29T18:39:11.317Z[ recovery-image] Oct 29 18:39:09.991 INFO O| Oct 29 18:39:09.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat"
43742024-10-29T18:39:11.317Z[ recovery-image] Oct 29 18:39:09.991 INFO O| Oct 29 18:39:09.991 INFO STEP 75 (remove_files) COMPLETE
43752024-10-29T18:39:11.319Z[ recovery-image] Oct 29 18:39:09.991 INFO O| Oct 29 18:39:09.991 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43762024-10-29T18:39:11.344Z[ recovery-image] Oct 29 18:39:10.018 INFO O| Oct 29 18:39:10.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun"
43772024-10-29T18:39:11.344Z[ recovery-image] Oct 29 18:39:10.018 INFO O| Oct 29 18:39:10.018 INFO STEP 76 (remove_files) COMPLETE
43782024-10-29T18:39:11.346Z[ recovery-image] Oct 29 18:39:10.018 INFO O| Oct 29 18:39:10.018 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43792024-10-29T18:39:11.362Z[ recovery-image] Oct 29 18:39:10.037 INFO O| Oct 29 18:39:10.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags"
43802024-10-29T18:39:11.363Z[ recovery-image] Oct 29 18:39:10.037 INFO O| Oct 29 18:39:10.037 INFO STEP 77 (remove_files) COMPLETE
43812024-10-29T18:39:11.365Z[ recovery-image] Oct 29 18:39:10.037 INFO O| Oct 29 18:39:10.037 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43822024-10-29T18:39:11.394Z[ recovery-image] Oct 29 18:39:10.068 INFO O| Oct 29 18:39:10.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig"
43832024-10-29T18:39:11.394Z[ recovery-image] Oct 29 18:39:10.068 INFO O| Oct 29 18:39:10.068 INFO STEP 78 (remove_files) COMPLETE
43842024-10-29T18:39:11.394Z[ recovery-image] Oct 29 18:39:10.068 INFO O| Oct 29 18:39:10.068 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43852024-10-29T18:39:11.425Z[ recovery-image] Oct 29 18:39:10.098 INFO O| Oct 29 18:39:10.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack"
43862024-10-29T18:39:11.425Z[ recovery-image] Oct 29 18:39:10.098 INFO O| Oct 29 18:39:10.098 INFO STEP 79 (remove_files) COMPLETE
43872024-10-29T18:39:11.425Z[ recovery-image] Oct 29 18:39:10.098 INFO O| Oct 29 18:39:10.098 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43882024-10-29T18:39:11.473Z[ recovery-image] Oct 29 18:39:10.147 INFO O| Oct 29 18:39:10.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop"
43892024-10-29T18:39:11.473Z[ recovery-image] Oct 29 18:39:10.147 INFO O| Oct 29 18:39:10.147 INFO STEP 80 (remove_files) COMPLETE
43902024-10-29T18:39:11.474Z[ recovery-image] Oct 29 18:39:10.147 INFO O| Oct 29 18:39:10.147 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43912024-10-29T18:39:11.489Z[ recovery-image] Oct 29 18:39:10.163 INFO O| Oct 29 18:39:10.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime"
43922024-10-29T18:39:11.489Z[ recovery-image] Oct 29 18:39:10.163 INFO O| Oct 29 18:39:10.163 INFO STEP 81 (remove_files) COMPLETE
43932024-10-29T18:39:11.491Z[ recovery-image] Oct 29 18:39:10.163 INFO O| Oct 29 18:39:10.163 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43942024-10-29T18:39:11.544Z[ recovery-image] Oct 29 18:39:10.218 INFO O| Oct 29 18:39:10.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree"
43952024-10-29T18:39:11.547Z[ recovery-image] Oct 29 18:39:10.218 INFO O| Oct 29 18:39:10.218 INFO STEP 82 (remove_files) COMPLETE
43962024-10-29T18:39:11.547Z[ recovery-image] Oct 29 18:39:10.218 INFO O| Oct 29 18:39:10.218 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
43972024-10-29T18:39:11.572Z[ recovery-image] Oct 29 18:39:10.246 INFO O| Oct 29 18:39:10.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait"
43982024-10-29T18:39:11.574Z[ recovery-image] Oct 29 18:39:10.246 INFO O| Oct 29 18:39:10.246 INFO STEP 83 (remove_files) COMPLETE
43992024-10-29T18:39:11.574Z[ recovery-image] Oct 29 18:39:10.246 INFO O| Oct 29 18:39:10.246 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44002024-10-29T18:39:11.592Z[ recovery-image] Oct 29 18:39:10.266 INFO O| Oct 29 18:39:10.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx"
44012024-10-29T18:39:11.595Z[ recovery-image] Oct 29 18:39:10.267 INFO O| Oct 29 18:39:10.267 INFO STEP 84 (remove_files) COMPLETE
44022024-10-29T18:39:11.595Z[ recovery-image] Oct 29 18:39:10.267 INFO O| Oct 29 18:39:10.267 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44032024-10-29T18:39:11.611Z[ recovery-image] Oct 29 18:39:10.285 INFO O| Oct 29 18:39:10.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh"
44042024-10-29T18:39:11.613Z[ recovery-image] Oct 29 18:39:10.286 INFO O| Oct 29 18:39:10.285 INFO STEP 85 (remove_files) COMPLETE
44052024-10-29T18:39:11.613Z[ recovery-image] Oct 29 18:39:10.286 INFO O| Oct 29 18:39:10.286 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44062024-10-29T18:39:11.628Z[ recovery-image] Oct 29 18:39:10.302 INFO O| Oct 29 18:39:10.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93"
44072024-10-29T18:39:11.631Z[ recovery-image] Oct 29 18:39:10.303 INFO O| Oct 29 18:39:10.303 INFO STEP 86 (remove_files) COMPLETE
44082024-10-29T18:39:11.631Z[ recovery-image] Oct 29 18:39:10.303 INFO O| Oct 29 18:39:10.303 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44092024-10-29T18:39:11.647Z[ recovery-image] Oct 29 18:39:10.320 INFO O| Oct 29 18:39:10.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3"
44102024-10-29T18:39:11.650Z[ recovery-image] Oct 29 18:39:10.321 INFO O| Oct 29 18:39:10.321 INFO STEP 87 (remove_files) COMPLETE
44112024-10-29T18:39:11.650Z[ recovery-image] Oct 29 18:39:10.321 INFO O| Oct 29 18:39:10.321 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44122024-10-29T18:39:11.664Z[ recovery-image] Oct 29 18:39:10.338 INFO O| Oct 29 18:39:10.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings"
44132024-10-29T18:39:11.664Z[ recovery-image] Oct 29 18:39:10.339 INFO O| Oct 29 18:39:10.339 INFO STEP 88 (remove_files) COMPLETE
44142024-10-29T18:39:11.664Z[ recovery-image] Oct 29 18:39:10.339 INFO O| Oct 29 18:39:10.339 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44152024-10-29T18:39:11.810Z[ recovery-image] Oct 29 18:39:10.374 INFO O| Oct 29 18:39:10.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config"
44162024-10-29T18:39:11.813Z[ recovery-image] Oct 29 18:39:10.380 INFO O| Oct 29 18:39:10.380 INFO STEP 89 (remove_files) COMPLETE
44172024-10-29T18:39:11.813Z[ recovery-image] Oct 29 18:39:10.380 INFO O| Oct 29 18:39:10.380 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44182024-10-29T18:39:11.813Z[ recovery-image] Oct 29 18:39:10.432 INFO O| Oct 29 18:39:10.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog"
44192024-10-29T18:39:11.813Z[ recovery-image] Oct 29 18:39:10.453 INFO O| Oct 29 18:39:10.453 INFO STEP 90 (remove_files) COMPLETE
44202024-10-29T18:39:11.813Z[ recovery-image] Oct 29 18:39:10.453 INFO O| Oct 29 18:39:10.453 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44212024-10-29T18:39:11.813Z[ recovery-image] Oct 29 18:39:10.473 INFO O| Oct 29 18:39:10.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint"
44222024-10-29T18:39:11.813Z[ recovery-image] Oct 29 18:39:10.473 INFO O| Oct 29 18:39:10.473 INFO STEP 91 (remove_files) COMPLETE
44232024-10-29T18:39:11.814Z[ recovery-image] Oct 29 18:39:10.473 INFO O| Oct 29 18:39:10.473 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44242024-10-29T18:39:11.817Z[ recovery-image] Oct 29 18:39:10.492 INFO O| Oct 29 18:39:10.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt"
44252024-10-29T18:39:11.817Z[ recovery-image] Oct 29 18:39:10.492 INFO O| Oct 29 18:39:10.492 INFO STEP 92 (remove_files) COMPLETE
44262024-10-29T18:39:11.820Z[ recovery-image] Oct 29 18:39:10.492 INFO O| Oct 29 18:39:10.492 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44272024-10-29T18:39:11.834Z[ recovery-image] Oct 29 18:39:10.508 INFO O| Oct 29 18:39:10.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch"
44282024-10-29T18:39:11.834Z[ recovery-image] Oct 29 18:39:10.508 INFO O| Oct 29 18:39:10.508 INFO STEP 93 (remove_files) COMPLETE
44292024-10-29T18:39:11.836Z[ recovery-image] Oct 29 18:39:10.508 INFO O| Oct 29 18:39:10.508 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44302024-10-29T18:39:11.851Z[ recovery-image] Oct 29 18:39:10.525 INFO O| Oct 29 18:39:10.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa"
44312024-10-29T18:39:11.875Z[ recovery-image] Oct 29 18:39:10.549 INFO O| Oct 29 18:39:10.549 INFO STEP 94 (remove_files) COMPLETE
44322024-10-29T18:39:11.875Z[ recovery-image] Oct 29 18:39:10.549 INFO O| Oct 29 18:39:10.549 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44332024-10-29T18:39:11.894Z[ recovery-image] Oct 29 18:39:10.568 INFO O| Oct 29 18:39:10.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at"
44342024-10-29T18:39:11.897Z[ recovery-image] Oct 29 18:39:10.569 INFO O| Oct 29 18:39:10.568 INFO STEP 95 (remove_files) COMPLETE
44352024-10-29T18:39:11.897Z[ recovery-image] Oct 29 18:39:10.569 INFO O| Oct 29 18:39:10.569 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44362024-10-29T18:39:11.921Z[ recovery-image] Oct 29 18:39:10.595 INFO O| Oct 29 18:39:10.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq"
44372024-10-29T18:39:11.921Z[ recovery-image] Oct 29 18:39:10.595 INFO O| Oct 29 18:39:10.595 INFO STEP 96 (remove_files) COMPLETE
44382024-10-29T18:39:11.923Z[ recovery-image] Oct 29 18:39:10.595 INFO O| Oct 29 18:39:10.595 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44392024-10-29T18:39:11.945Z[ recovery-image] Oct 29 18:39:10.618 INFO O| Oct 29 18:39:10.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm"
44402024-10-29T18:39:11.970Z[ recovery-image] Oct 29 18:39:10.644 INFO O| Oct 29 18:39:10.644 INFO STEP 97 (remove_files) COMPLETE
44412024-10-29T18:39:11.970Z[ recovery-image] Oct 29 18:39:10.644 INFO O| Oct 29 18:39:10.644 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44422024-10-29T18:39:12.030Z[ recovery-image] Oct 29 18:39:10.704 INFO O| Oct 29 18:39:10.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths"
44432024-10-29T18:39:12.030Z[ recovery-image] Oct 29 18:39:10.704 INFO O| Oct 29 18:39:10.704 INFO STEP 98 (remove_files) COMPLETE
44442024-10-29T18:39:12.033Z[ recovery-image] Oct 29 18:39:10.704 INFO O| Oct 29 18:39:10.704 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44452024-10-29T18:39:12.076Z[ recovery-image] Oct 29 18:39:10.750 INFO O| Oct 29 18:39:10.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner"
44462024-10-29T18:39:12.100Z[ recovery-image] Oct 29 18:39:10.774 INFO O| Oct 29 18:39:10.774 INFO STEP 99 (remove_files) COMPLETE
44472024-10-29T18:39:12.100Z[ recovery-image] Oct 29 18:39:10.774 INFO O| Oct 29 18:39:10.774 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44482024-10-29T18:39:12.145Z[ recovery-image] Oct 29 18:39:10.819 INFO O| Oct 29 18:39:10.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug"
44492024-10-29T18:39:12.145Z[ recovery-image] Oct 29 18:39:10.820 INFO O| Oct 29 18:39:10.820 INFO STEP 100 (remove_files) COMPLETE
44502024-10-29T18:39:12.148Z[ recovery-image] Oct 29 18:39:10.820 INFO O| Oct 29 18:39:10.820 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44512024-10-29T18:39:12.179Z[ recovery-image] Oct 29 18:39:10.853 INFO O| Oct 29 18:39:10.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch"
44522024-10-29T18:39:12.179Z[ recovery-image] Oct 29 18:39:10.853 INFO O| Oct 29 18:39:10.853 INFO STEP 101 (remove_files) COMPLETE
44532024-10-29T18:39:12.179Z[ recovery-image] Oct 29 18:39:10.853 INFO O| Oct 29 18:39:10.853 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44542024-10-29T18:39:12.201Z[ recovery-image] Oct 29 18:39:10.875 INFO O| Oct 29 18:39:10.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc"
44552024-10-29T18:39:12.211Z[ recovery-image] Oct 29 18:39:10.885 INFO O| Oct 29 18:39:10.885 INFO STEP 102 (remove_files) COMPLETE
44562024-10-29T18:39:12.211Z[ recovery-image] Oct 29 18:39:10.885 INFO O| Oct 29 18:39:10.885 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44572024-10-29T18:39:12.231Z[ recovery-image] Oct 29 18:39:10.905 INFO O| Oct 29 18:39:10.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff"
44582024-10-29T18:39:12.233Z[ recovery-image] Oct 29 18:39:10.905 INFO O| Oct 29 18:39:10.905 INFO STEP 103 (remove_files) COMPLETE
44592024-10-29T18:39:12.233Z[ recovery-image] Oct 29 18:39:10.905 INFO O| Oct 29 18:39:10.905 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44602024-10-29T18:39:12.249Z[ recovery-image] Oct 29 18:39:10.923 INFO O| Oct 29 18:39:10.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg"
44612024-10-29T18:39:12.249Z[ recovery-image] Oct 29 18:39:10.923 INFO O| Oct 29 18:39:10.923 INFO STEP 104 (remove_files) COMPLETE
44622024-10-29T18:39:12.249Z[ recovery-image] Oct 29 18:39:10.923 INFO O| Oct 29 18:39:10.923 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44632024-10-29T18:39:12.273Z[ recovery-image] Oct 29 18:39:10.946 INFO O| Oct 29 18:39:10.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli"
44642024-10-29T18:39:12.273Z[ recovery-image] Oct 29 18:39:10.946 INFO O| Oct 29 18:39:10.946 INFO STEP 105 (remove_files) COMPLETE
44652024-10-29T18:39:12.273Z[ recovery-image] Oct 29 18:39:10.946 INFO O| Oct 29 18:39:10.946 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44662024-10-29T18:39:12.290Z[ recovery-image] Oct 29 18:39:10.963 INFO O| Oct 29 18:39:10.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2"
44672024-10-29T18:39:12.290Z[ recovery-image] Oct 29 18:39:10.964 INFO O| Oct 29 18:39:10.963 INFO STEP 106 (remove_files) COMPLETE
44682024-10-29T18:39:12.290Z[ recovery-image] Oct 29 18:39:10.964 INFO O| Oct 29 18:39:10.963 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44692024-10-29T18:39:12.306Z[ recovery-image] Oct 29 18:39:10.980 INFO O| Oct 29 18:39:10.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat"
44702024-10-29T18:39:12.306Z[ recovery-image] Oct 29 18:39:10.980 INFO O| Oct 29 18:39:10.980 INFO STEP 107 (remove_files) COMPLETE
44712024-10-29T18:39:12.308Z[ recovery-image] Oct 29 18:39:10.980 INFO O| Oct 29 18:39:10.980 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44722024-10-29T18:39:12.322Z[ recovery-image] Oct 29 18:39:10.996 INFO O| Oct 29 18:39:10.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat"
44732024-10-29T18:39:12.322Z[ recovery-image] Oct 29 18:39:10.997 INFO O| Oct 29 18:39:10.996 INFO STEP 108 (remove_files) COMPLETE
44742024-10-29T18:39:12.325Z[ recovery-image] Oct 29 18:39:10.997 INFO O| Oct 29 18:39:10.997 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44752024-10-29T18:39:12.340Z[ recovery-image] Oct 29 18:39:11.014 INFO O| Oct 29 18:39:11.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff"
44762024-10-29T18:39:12.355Z[ recovery-image] Oct 29 18:39:11.029 INFO O| Oct 29 18:39:11.029 INFO STEP 109 (remove_files) COMPLETE
44772024-10-29T18:39:12.355Z[ recovery-image] Oct 29 18:39:11.029 INFO O| Oct 29 18:39:11.029 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44782024-10-29T18:39:12.386Z[ recovery-image] Oct 29 18:39:11.059 INFO O| Oct 29 18:39:11.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep"
44792024-10-29T18:39:12.386Z[ recovery-image] Oct 29 18:39:11.059 INFO O| Oct 29 18:39:11.059 INFO STEP 110 (remove_files) COMPLETE
44802024-10-29T18:39:12.386Z[ recovery-image] Oct 29 18:39:11.059 INFO O| Oct 29 18:39:11.059 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44812024-10-29T18:39:12.454Z[ recovery-image] Oct 29 18:39:11.128 INFO O| Oct 29 18:39:11.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2"
44822024-10-29T18:39:12.454Z[ recovery-image] Oct 29 18:39:11.128 INFO O| Oct 29 18:39:11.128 INFO STEP 111 (remove_files) COMPLETE
44832024-10-29T18:39:12.454Z[ recovery-image] Oct 29 18:39:11.128 INFO O| Oct 29 18:39:11.128 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44842024-10-29T18:39:12.482Z[ recovery-image] Oct 29 18:39:11.156 INFO O| Oct 29 18:39:11.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover"
44852024-10-29T18:39:12.482Z[ recovery-image] Oct 29 18:39:11.156 INFO O| Oct 29 18:39:11.156 INFO STEP 112 (remove_files) COMPLETE
44862024-10-29T18:39:12.482Z[ recovery-image] Oct 29 18:39:11.156 INFO O| Oct 29 18:39:11.156 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44872024-10-29T18:39:12.504Z[ recovery-image] Oct 29 18:39:11.178 INFO O| Oct 29 18:39:11.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore"
44882024-10-29T18:39:12.504Z[ recovery-image] Oct 29 18:39:11.178 INFO O| Oct 29 18:39:11.178 INFO STEP 113 (remove_files) COMPLETE
44892024-10-29T18:39:12.504Z[ recovery-image] Oct 29 18:39:11.178 INFO O| Oct 29 18:39:11.178 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44902024-10-29T18:39:12.562Z[ recovery-image] Oct 29 18:39:11.236 INFO O| Oct 29 18:39:11.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal"
44912024-10-29T18:39:12.562Z[ recovery-image] Oct 29 18:39:11.236 INFO O| Oct 29 18:39:11.236 INFO STEP 114 (remove_files) COMPLETE
44922024-10-29T18:39:12.564Z[ recovery-image] Oct 29 18:39:11.236 INFO O| Oct 29 18:39:11.236 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44932024-10-29T18:39:12.620Z[ recovery-image] Oct 29 18:39:11.294 INFO O| Oct 29 18:39:11.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo"
44942024-10-29T18:39:12.620Z[ recovery-image] Oct 29 18:39:11.294 INFO O| Oct 29 18:39:11.294 INFO STEP 115 (remove_files) COMPLETE
44952024-10-29T18:39:12.620Z[ recovery-image] Oct 29 18:39:11.294 INFO O| Oct 29 18:39:11.294 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44962024-10-29T18:39:12.640Z[ recovery-image] Oct 29 18:39:11.314 INFO O| Oct 29 18:39:11.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd"
44972024-10-29T18:39:12.640Z[ recovery-image] Oct 29 18:39:11.314 INFO O| Oct 29 18:39:11.314 INFO STEP 116 (remove_files) COMPLETE
44982024-10-29T18:39:12.640Z[ recovery-image] Oct 29 18:39:11.314 INFO O| Oct 29 18:39:11.314 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
44992024-10-29T18:39:12.660Z[ recovery-image] Oct 29 18:39:11.334 INFO O| Oct 29 18:39:11.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil"
45002024-10-29T18:39:12.660Z[ recovery-image] Oct 29 18:39:11.335 INFO O| Oct 29 18:39:11.335 INFO STEP 117 (remove_files) COMPLETE
45012024-10-29T18:39:12.660Z[ recovery-image] Oct 29 18:39:11.335 INFO O| Oct 29 18:39:11.335 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45022024-10-29T18:39:12.683Z[ recovery-image] Oct 29 18:39:11.358 INFO O| Oct 29 18:39:11.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth"
45032024-10-29T18:39:12.684Z[ recovery-image] Oct 29 18:39:11.358 INFO O| Oct 29 18:39:11.358 INFO STEP 118 (remove_files) COMPLETE
45042024-10-29T18:39:12.687Z[ recovery-image] Oct 29 18:39:11.358 INFO O| Oct 29 18:39:11.358 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45052024-10-29T18:39:12.720Z[ recovery-image] Oct 29 18:39:11.394 INFO O| Oct 29 18:39:11.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp"
45062024-10-29T18:39:12.720Z[ recovery-image] Oct 29 18:39:11.394 INFO O| Oct 29 18:39:11.394 INFO STEP 119 (remove_files) COMPLETE
45072024-10-29T18:39:12.723Z[ recovery-image] Oct 29 18:39:11.394 INFO O| Oct 29 18:39:11.394 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45082024-10-29T18:39:12.758Z[ recovery-image] Oct 29 18:39:11.432 INFO O| Oct 29 18:39:11.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc"
45092024-10-29T18:39:12.760Z[ recovery-image] Oct 29 18:39:11.432 INFO O| Oct 29 18:39:11.432 INFO STEP 120 (remove_files) COMPLETE
45102024-10-29T18:39:12.760Z[ recovery-image] Oct 29 18:39:11.432 INFO O| Oct 29 18:39:11.432 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45112024-10-29T18:39:12.776Z[ recovery-image] Oct 29 18:39:11.450 INFO O| Oct 29 18:39:11.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate"
45122024-10-29T18:39:12.778Z[ recovery-image] Oct 29 18:39:11.450 INFO O| Oct 29 18:39:11.450 INFO STEP 121 (remove_files) COMPLETE
45132024-10-29T18:39:12.778Z[ recovery-image] Oct 29 18:39:11.450 INFO O| Oct 29 18:39:11.450 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45142024-10-29T18:39:12.794Z[ recovery-image] Oct 29 18:39:11.468 INFO O| Oct 29 18:39:11.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid"
45152024-10-29T18:39:12.794Z[ recovery-image] Oct 29 18:39:11.468 INFO O| Oct 29 18:39:11.468 INFO STEP 122 (remove_files) COMPLETE
45162024-10-29T18:39:12.794Z[ recovery-image] Oct 29 18:39:11.468 INFO O| Oct 29 18:39:11.468 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45172024-10-29T18:39:12.814Z[ recovery-image] Oct 29 18:39:11.486 INFO O| Oct 29 18:39:11.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint"
45182024-10-29T18:39:12.814Z[ recovery-image] Oct 29 18:39:11.486 INFO O| Oct 29 18:39:11.486 INFO STEP 123 (remove_files) COMPLETE
45192024-10-29T18:39:12.814Z[ recovery-image] Oct 29 18:39:11.486 INFO O| Oct 29 18:39:11.486 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45202024-10-29T18:39:12.828Z[ recovery-image] Oct 29 18:39:11.502 INFO O| Oct 29 18:39:11.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem"
45212024-10-29T18:39:12.828Z[ recovery-image] Oct 29 18:39:11.502 INFO O| Oct 29 18:39:11.502 INFO STEP 124 (remove_files) COMPLETE
45222024-10-29T18:39:12.831Z[ recovery-image] Oct 29 18:39:11.502 INFO O| Oct 29 18:39:11.502 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45232024-10-29T18:39:12.845Z[ recovery-image] Oct 29 18:39:11.519 INFO O| Oct 29 18:39:11.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd"
45242024-10-29T18:39:12.845Z[ recovery-image] Oct 29 18:39:11.519 INFO O| Oct 29 18:39:11.519 INFO STEP 125 (remove_files) COMPLETE
45252024-10-29T18:39:12.847Z[ recovery-image] Oct 29 18:39:11.519 INFO O| Oct 29 18:39:11.519 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45262024-10-29T18:39:12.861Z[ recovery-image] Oct 29 18:39:11.535 INFO O| Oct 29 18:39:11.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath"
45272024-10-29T18:39:12.862Z[ recovery-image] Oct 29 18:39:11.535 INFO O| Oct 29 18:39:11.535 INFO STEP 126 (remove_files) COMPLETE
45282024-10-29T18:39:12.862Z[ recovery-image] Oct 29 18:39:11.535 INFO O| Oct 29 18:39:11.535 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45292024-10-29T18:39:12.877Z[ recovery-image] Oct 29 18:39:11.552 INFO O| Oct 29 18:39:11.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange"
45302024-10-29T18:39:12.878Z[ recovery-image] Oct 29 18:39:11.552 INFO O| Oct 29 18:39:11.552 INFO STEP 127 (remove_files) COMPLETE
45312024-10-29T18:39:12.878Z[ recovery-image] Oct 29 18:39:11.552 INFO O| Oct 29 18:39:11.552 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45322024-10-29T18:39:12.895Z[ recovery-image] Oct 29 18:39:11.568 INFO O| Oct 29 18:39:11.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr"
45332024-10-29T18:39:12.895Z[ recovery-image] Oct 29 18:39:11.568 INFO O| Oct 29 18:39:11.568 INFO STEP 128 (remove_files) COMPLETE
45342024-10-29T18:39:12.895Z[ recovery-image] Oct 29 18:39:11.568 INFO O| Oct 29 18:39:11.568 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45352024-10-29T18:39:12.911Z[ recovery-image] Oct 29 18:39:11.584 INFO O| Oct 29 18:39:11.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum"
45362024-10-29T18:39:12.911Z[ recovery-image] Oct 29 18:39:11.584 INFO O| Oct 29 18:39:11.584 INFO STEP 129 (remove_files) COMPLETE
45372024-10-29T18:39:12.911Z[ recovery-image] Oct 29 18:39:11.584 INFO O| Oct 29 18:39:11.584 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45382024-10-29T18:39:12.927Z[ recovery-image] Oct 29 18:39:11.600 INFO O| Oct 29 18:39:11.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime"
45392024-10-29T18:39:12.927Z[ recovery-image] Oct 29 18:39:11.601 INFO O| Oct 29 18:39:11.601 INFO STEP 130 (remove_files) COMPLETE
45402024-10-29T18:39:12.927Z[ recovery-image] Oct 29 18:39:11.601 INFO O| Oct 29 18:39:11.601 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45412024-10-29T18:39:12.943Z[ recovery-image] Oct 29 18:39:11.617 INFO O| Oct 29 18:39:11.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid"
45422024-10-29T18:39:12.943Z[ recovery-image] Oct 29 18:39:11.617 INFO O| Oct 29 18:39:11.617 INFO STEP 131 (remove_files) COMPLETE
45432024-10-29T18:39:12.943Z[ recovery-image] Oct 29 18:39:11.617 INFO O| Oct 29 18:39:11.617 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45442024-10-29T18:39:12.960Z[ recovery-image] Oct 29 18:39:11.633 INFO O| Oct 29 18:39:11.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn"
45452024-10-29T18:39:12.960Z[ recovery-image] Oct 29 18:39:11.633 INFO O| Oct 29 18:39:11.633 INFO STEP 132 (remove_files) COMPLETE
45462024-10-29T18:39:12.960Z[ recovery-image] Oct 29 18:39:11.633 INFO O| Oct 29 18:39:11.633 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45472024-10-29T18:39:12.976Z[ recovery-image] Oct 29 18:39:11.649 INFO O| Oct 29 18:39:11.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear"
45482024-10-29T18:39:12.976Z[ recovery-image] Oct 29 18:39:11.650 INFO O| Oct 29 18:39:11.650 INFO STEP 133 (remove_files) COMPLETE
45492024-10-29T18:39:12.976Z[ recovery-image] Oct 29 18:39:11.650 INFO O| Oct 29 18:39:11.650 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45502024-10-29T18:39:12.993Z[ recovery-image] Oct 29 18:39:11.666 INFO O| Oct 29 18:39:11.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp"
45512024-10-29T18:39:12.993Z[ recovery-image] Oct 29 18:39:11.667 INFO O| Oct 29 18:39:11.667 INFO STEP 134 (remove_files) COMPLETE
45522024-10-29T18:39:12.993Z[ recovery-image] Oct 29 18:39:11.667 INFO O| Oct 29 18:39:11.667 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45532024-10-29T18:39:13.009Z[ recovery-image] Oct 29 18:39:11.683 INFO O| Oct 29 18:39:11.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col"
45542024-10-29T18:39:13.012Z[ recovery-image] Oct 29 18:39:11.684 INFO O| Oct 29 18:39:11.684 INFO STEP 135 (remove_files) COMPLETE
45552024-10-29T18:39:13.012Z[ recovery-image] Oct 29 18:39:11.684 INFO O| Oct 29 18:39:11.684 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45562024-10-29T18:39:13.027Z[ recovery-image] Oct 29 18:39:11.701 INFO O| Oct 29 18:39:11.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm"
45572024-10-29T18:39:13.029Z[ recovery-image] Oct 29 18:39:11.701 INFO O| Oct 29 18:39:11.701 INFO STEP 136 (remove_files) COMPLETE
45582024-10-29T18:39:13.029Z[ recovery-image] Oct 29 18:39:11.702 INFO O| Oct 29 18:39:11.702 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45592024-10-29T18:39:13.044Z[ recovery-image] Oct 29 18:39:11.719 INFO O| Oct 29 18:39:11.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command"
45602024-10-29T18:39:13.047Z[ recovery-image] Oct 29 18:39:11.719 INFO O| Oct 29 18:39:11.719 INFO STEP 137 (remove_files) COMPLETE
45612024-10-29T18:39:13.047Z[ recovery-image] Oct 29 18:39:11.719 INFO O| Oct 29 18:39:11.719 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45622024-10-29T18:39:13.065Z[ recovery-image] Oct 29 18:39:11.739 INFO O| Oct 29 18:39:11.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress"
45632024-10-29T18:39:13.070Z[ recovery-image] Oct 29 18:39:11.739 INFO O| Oct 29 18:39:11.739 INFO STEP 138 (remove_files) COMPLETE
45642024-10-29T18:39:13.070Z[ recovery-image] Oct 29 18:39:11.739 INFO O| Oct 29 18:39:11.739 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45652024-10-29T18:39:13.089Z[ recovery-image] Oct 29 18:39:11.763 INFO O| Oct 29 18:39:11.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat"
45662024-10-29T18:39:13.091Z[ recovery-image] Oct 29 18:39:11.763 INFO O| Oct 29 18:39:11.763 INFO STEP 139 (remove_files) COMPLETE
45672024-10-29T18:39:13.092Z[ recovery-image] Oct 29 18:39:11.763 INFO O| Oct 29 18:39:11.763 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45682024-10-29T18:39:13.111Z[ recovery-image] Oct 29 18:39:11.785 INFO O| Oct 29 18:39:11.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio"
45692024-10-29T18:39:13.113Z[ recovery-image] Oct 29 18:39:11.785 INFO O| Oct 29 18:39:11.785 INFO STEP 140 (remove_files) COMPLETE
45702024-10-29T18:39:13.113Z[ recovery-image] Oct 29 18:39:11.785 INFO O| Oct 29 18:39:11.785 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45712024-10-29T18:39:13.130Z[ recovery-image] Oct 29 18:39:11.804 INFO O| Oct 29 18:39:11.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack"
45722024-10-29T18:39:13.132Z[ recovery-image] Oct 29 18:39:11.806 INFO O| Oct 29 18:39:11.806 INFO STEP 141 (remove_files) COMPLETE
45732024-10-29T18:39:13.134Z[ recovery-image] Oct 29 18:39:11.806 INFO O| Oct 29 18:39:11.806 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45742024-10-29T18:39:13.149Z[ recovery-image] Oct 29 18:39:11.823 INFO O| Oct 29 18:39:11.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle"
45752024-10-29T18:39:13.149Z[ recovery-image] Oct 29 18:39:11.823 INFO O| Oct 29 18:39:11.823 INFO STEP 142 (remove_files) COMPLETE
45762024-10-29T18:39:13.152Z[ recovery-image] Oct 29 18:39:11.823 INFO O| Oct 29 18:39:11.823 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45772024-10-29T18:39:13.167Z[ recovery-image] Oct 29 18:39:11.842 INFO O| Oct 29 18:39:11.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab"
45782024-10-29T18:39:13.167Z[ recovery-image] Oct 29 18:39:11.842 INFO O| Oct 29 18:39:11.842 INFO STEP 143 (remove_files) COMPLETE
45792024-10-29T18:39:13.171Z[ recovery-image] Oct 29 18:39:11.842 INFO O| Oct 29 18:39:11.842 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45802024-10-29T18:39:13.187Z[ recovery-image] Oct 29 18:39:11.861 INFO O| Oct 29 18:39:11.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt"
45812024-10-29T18:39:13.187Z[ recovery-image] Oct 29 18:39:11.861 INFO O| Oct 29 18:39:11.861 INFO STEP 144 (remove_files) COMPLETE
45822024-10-29T18:39:13.187Z[ recovery-image] Oct 29 18:39:11.861 INFO O| Oct 29 18:39:11.861 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45832024-10-29T18:39:13.207Z[ recovery-image] Oct 29 18:39:11.881 INFO O| Oct 29 18:39:11.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh"
45842024-10-29T18:39:13.207Z[ recovery-image] Oct 29 18:39:11.881 INFO O| Oct 29 18:39:11.881 INFO STEP 145 (remove_files) COMPLETE
45852024-10-29T18:39:13.207Z[ recovery-image] Oct 29 18:39:11.881 INFO O| Oct 29 18:39:11.881 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45862024-10-29T18:39:13.227Z[ recovery-image] Oct 29 18:39:11.901 INFO O| Oct 29 18:39:11.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit"
45872024-10-29T18:39:13.227Z[ recovery-image] Oct 29 18:39:11.901 INFO O| Oct 29 18:39:11.901 INFO STEP 146 (remove_files) COMPLETE
45882024-10-29T18:39:13.227Z[ recovery-image] Oct 29 18:39:11.901 INFO O| Oct 29 18:39:11.901 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45892024-10-29T18:39:13.244Z[ recovery-image] Oct 29 18:39:11.918 INFO O| Oct 29 18:39:11.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl"
45902024-10-29T18:39:13.247Z[ recovery-image] Oct 29 18:39:11.918 INFO O| Oct 29 18:39:11.918 INFO STEP 147 (remove_files) COMPLETE
45912024-10-29T18:39:13.247Z[ recovery-image] Oct 29 18:39:11.918 INFO O| Oct 29 18:39:11.918 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45922024-10-29T18:39:13.260Z[ recovery-image] Oct 29 18:39:11.934 INFO O| Oct 29 18:39:11.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config"
45932024-10-29T18:39:13.262Z[ recovery-image] Oct 29 18:39:11.934 INFO O| Oct 29 18:39:11.934 INFO STEP 148 (remove_files) COMPLETE
45942024-10-29T18:39:13.262Z[ recovery-image] Oct 29 18:39:11.934 INFO O| Oct 29 18:39:11.934 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45952024-10-29T18:39:13.276Z[ recovery-image] Oct 29 18:39:11.951 INFO O| Oct 29 18:39:11.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc"
45962024-10-29T18:39:13.279Z[ recovery-image] Oct 29 18:39:11.951 INFO O| Oct 29 18:39:11.951 INFO STEP 149 (remove_files) COMPLETE
45972024-10-29T18:39:13.279Z[ recovery-image] Oct 29 18:39:11.951 INFO O| Oct 29 18:39:11.951 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
45982024-10-29T18:39:13.293Z[ recovery-image] Oct 29 18:39:11.967 INFO O| Oct 29 18:39:11.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt"
45992024-10-29T18:39:13.295Z[ recovery-image] Oct 29 18:39:11.967 INFO O| Oct 29 18:39:11.967 INFO STEP 150 (remove_files) COMPLETE
46002024-10-29T18:39:13.295Z[ recovery-image] Oct 29 18:39:11.967 INFO O| Oct 29 18:39:11.967 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46012024-10-29T18:39:13.309Z[ recovery-image] Oct 29 18:39:11.983 INFO O| Oct 29 18:39:11.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr"
46022024-10-29T18:39:13.309Z[ recovery-image] Oct 29 18:39:11.983 INFO O| Oct 29 18:39:11.983 INFO STEP 151 (remove_files) COMPLETE
46032024-10-29T18:39:13.312Z[ recovery-image] Oct 29 18:39:11.983 INFO O| Oct 29 18:39:11.983 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46042024-10-29T18:39:13.324Z[ recovery-image] Oct 29 18:39:11.998 INFO O| Oct 29 18:39:11.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree"
46052024-10-29T18:39:13.324Z[ recovery-image] Oct 29 18:39:11.998 INFO O| Oct 29 18:39:11.998 INFO STEP 152 (remove_files) COMPLETE
46062024-10-29T18:39:13.326Z[ recovery-image] Oct 29 18:39:11.998 INFO O| Oct 29 18:39:11.998 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46072024-10-29T18:39:13.342Z[ recovery-image] Oct 29 18:39:12.015 INFO O| Oct 29 18:39:12.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv"
46082024-10-29T18:39:13.342Z[ recovery-image] Oct 29 18:39:12.016 INFO O| Oct 29 18:39:12.015 INFO STEP 153 (remove_files) COMPLETE
46092024-10-29T18:39:13.342Z[ recovery-image] Oct 29 18:39:12.016 INFO O| Oct 29 18:39:12.016 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46102024-10-29T18:39:13.361Z[ recovery-image] Oct 29 18:39:12.035 INFO O| Oct 29 18:39:12.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3"
46112024-10-29T18:39:13.361Z[ recovery-image] Oct 29 18:39:12.035 INFO O| Oct 29 18:39:12.035 INFO STEP 154 (remove_files) COMPLETE
46122024-10-29T18:39:13.362Z[ recovery-image] Oct 29 18:39:12.035 INFO O| Oct 29 18:39:12.035 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46132024-10-29T18:39:13.376Z[ recovery-image] Oct 29 18:39:12.050 INFO O| Oct 29 18:39:12.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest"
46142024-10-29T18:39:13.376Z[ recovery-image] Oct 29 18:39:12.050 INFO O| Oct 29 18:39:12.050 INFO STEP 155 (remove_files) COMPLETE
46152024-10-29T18:39:13.378Z[ recovery-image] Oct 29 18:39:12.050 INFO O| Oct 29 18:39:12.050 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46162024-10-29T18:39:13.390Z[ recovery-image] Oct 29 18:39:12.064 INFO O| Oct 29 18:39:12.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp"
46172024-10-29T18:39:13.390Z[ recovery-image] Oct 29 18:39:12.064 INFO O| Oct 29 18:39:12.064 INFO STEP 156 (remove_files) COMPLETE
46182024-10-29T18:39:13.392Z[ recovery-image] Oct 29 18:39:12.064 INFO O| Oct 29 18:39:12.064 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46192024-10-29T18:39:13.404Z[ recovery-image] Oct 29 18:39:12.078 INFO O| Oct 29 18:39:12.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname"
46202024-10-29T18:39:13.404Z[ recovery-image] Oct 29 18:39:12.078 INFO O| Oct 29 18:39:12.078 INFO STEP 157 (remove_files) COMPLETE
46212024-10-29T18:39:13.407Z[ recovery-image] Oct 29 18:39:12.078 INFO O| Oct 29 18:39:12.078 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46222024-10-29T18:39:13.419Z[ recovery-image] Oct 29 18:39:12.093 INFO O| Oct 29 18:39:12.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo"
46232024-10-29T18:39:13.421Z[ recovery-image] Oct 29 18:39:12.094 INFO O| Oct 29 18:39:12.094 INFO STEP 158 (remove_files) COMPLETE
46242024-10-29T18:39:13.421Z[ recovery-image] Oct 29 18:39:12.094 INFO O| Oct 29 18:39:12.094 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46252024-10-29T18:39:13.442Z[ recovery-image] Oct 29 18:39:12.116 INFO O| Oct 29 18:39:12.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan"
46262024-10-29T18:39:13.442Z[ recovery-image] Oct 29 18:39:12.116 INFO O| Oct 29 18:39:12.116 INFO STEP 159 (remove_files) COMPLETE
46272024-10-29T18:39:13.442Z[ recovery-image] Oct 29 18:39:12.116 INFO O| Oct 29 18:39:12.116 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46282024-10-29T18:39:13.463Z[ recovery-image] Oct 29 18:39:12.137 INFO O| Oct 29 18:39:12.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid"
46292024-10-29T18:39:13.463Z[ recovery-image] Oct 29 18:39:12.137 INFO O| Oct 29 18:39:12.137 INFO STEP 160 (remove_files) COMPLETE
46302024-10-29T18:39:13.463Z[ recovery-image] Oct 29 18:39:12.137 INFO O| Oct 29 18:39:12.137 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46312024-10-29T18:39:13.483Z[ recovery-image] Oct 29 18:39:12.157 INFO O| Oct 29 18:39:12.157 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid"
46322024-10-29T18:39:13.483Z[ recovery-image] Oct 29 18:39:12.157 INFO O| Oct 29 18:39:12.157 INFO STEP 161 (remove_files) COMPLETE
46332024-10-29T18:39:13.485Z[ recovery-image] Oct 29 18:39:12.157 INFO O| Oct 29 18:39:12.157 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46342024-10-29T18:39:13.497Z[ recovery-image] Oct 29 18:39:12.171 INFO O| Oct 29 18:39:12.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix"
46352024-10-29T18:39:13.497Z[ recovery-image] Oct 29 18:39:12.171 INFO O| Oct 29 18:39:12.171 INFO STEP 162 (remove_files) COMPLETE
46362024-10-29T18:39:13.499Z[ recovery-image] Oct 29 18:39:12.171 INFO O| Oct 29 18:39:12.171 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46372024-10-29T18:39:13.509Z[ recovery-image] Oct 29 18:39:12.184 INFO O| Oct 29 18:39:12.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du"
46382024-10-29T18:39:13.509Z[ recovery-image] Oct 29 18:39:12.184 INFO O| Oct 29 18:39:12.184 INFO STEP 163 (remove_files) COMPLETE
46392024-10-29T18:39:13.509Z[ recovery-image] Oct 29 18:39:12.184 INFO O| Oct 29 18:39:12.184 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46402024-10-29T18:39:13.523Z[ recovery-image] Oct 29 18:39:12.197 INFO O| Oct 29 18:39:12.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs"
46412024-10-29T18:39:13.523Z[ recovery-image] Oct 29 18:39:12.197 INFO O| Oct 29 18:39:12.197 INFO STEP 164 (remove_files) COMPLETE
46422024-10-29T18:39:13.525Z[ recovery-image] Oct 29 18:39:12.197 INFO O| Oct 29 18:39:12.197 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46432024-10-29T18:39:13.535Z[ recovery-image] Oct 29 18:39:12.209 INFO O| Oct 29 18:39:12.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys"
46442024-10-29T18:39:13.535Z[ recovery-image] Oct 29 18:39:12.209 INFO O| Oct 29 18:39:12.209 INFO STEP 165 (remove_files) COMPLETE
46452024-10-29T18:39:13.538Z[ recovery-image] Oct 29 18:39:12.209 INFO O| Oct 29 18:39:12.209 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46462024-10-29T18:39:13.547Z[ recovery-image] Oct 29 18:39:12.221 INFO O| Oct 29 18:39:12.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit"
46472024-10-29T18:39:13.547Z[ recovery-image] Oct 29 18:39:12.222 INFO O| Oct 29 18:39:12.221 INFO STEP 166 (remove_files) COMPLETE
46482024-10-29T18:39:13.547Z[ recovery-image] Oct 29 18:39:12.222 INFO O| Oct 29 18:39:12.222 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46492024-10-29T18:39:13.565Z[ recovery-image] Oct 29 18:39:12.239 INFO O| Oct 29 18:39:12.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject"
46502024-10-29T18:39:13.565Z[ recovery-image] Oct 29 18:39:12.239 INFO O| Oct 29 18:39:12.239 INFO STEP 167 (remove_files) COMPLETE
46512024-10-29T18:39:13.565Z[ recovery-image] Oct 29 18:39:12.239 INFO O| Oct 29 18:39:12.239 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46522024-10-29T18:39:13.583Z[ recovery-image] Oct 29 18:39:12.257 INFO O| Oct 29 18:39:12.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign"
46532024-10-29T18:39:13.583Z[ recovery-image] Oct 29 18:39:12.257 INFO O| Oct 29 18:39:12.257 INFO STEP 168 (remove_files) COMPLETE
46542024-10-29T18:39:13.586Z[ recovery-image] Oct 29 18:39:12.257 INFO O| Oct 29 18:39:12.257 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46552024-10-29T18:39:13.601Z[ recovery-image] Oct 29 18:39:12.275 INFO O| Oct 29 18:39:12.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap"
46562024-10-29T18:39:13.601Z[ recovery-image] Oct 29 18:39:12.275 INFO O| Oct 29 18:39:12.275 INFO STEP 169 (remove_files) COMPLETE
46572024-10-29T18:39:13.604Z[ recovery-image] Oct 29 18:39:12.275 INFO O| Oct 29 18:39:12.275 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46582024-10-29T18:39:13.615Z[ recovery-image] Oct 29 18:39:12.289 INFO O| Oct 29 18:39:12.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange"
46592024-10-29T18:39:13.615Z[ recovery-image] Oct 29 18:39:12.290 INFO O| Oct 29 18:39:12.289 INFO STEP 170 (remove_files) COMPLETE
46602024-10-29T18:39:13.618Z[ recovery-image] Oct 29 18:39:12.290 INFO O| Oct 29 18:39:12.290 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46612024-10-29T18:39:13.628Z[ recovery-image] Oct 29 18:39:12.302 INFO O| Oct 29 18:39:12.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt"
46622024-10-29T18:39:13.630Z[ recovery-image] Oct 29 18:39:12.302 INFO O| Oct 29 18:39:12.302 INFO STEP 171 (remove_files) COMPLETE
46632024-10-29T18:39:13.630Z[ recovery-image] Oct 29 18:39:12.302 INFO O| Oct 29 18:39:12.302 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46642024-10-29T18:39:13.638Z[ recovery-image] Oct 29 18:39:12.312 INFO O| Oct 29 18:39:12.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance"
46652024-10-29T18:39:13.640Z[ recovery-image] Oct 29 18:39:12.312 INFO O| Oct 29 18:39:12.312 INFO STEP 172 (remove_files) COMPLETE
46662024-10-29T18:39:13.640Z[ recovery-image] Oct 29 18:39:12.312 INFO O| Oct 29 18:39:12.312 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46672024-10-29T18:39:13.649Z[ recovery-image] Oct 29 18:39:12.323 INFO O| Oct 29 18:39:12.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env"
46682024-10-29T18:39:13.649Z[ recovery-image] Oct 29 18:39:12.323 INFO O| Oct 29 18:39:12.323 INFO STEP 173 (remove_files) COMPLETE
46692024-10-29T18:39:13.651Z[ recovery-image] Oct 29 18:39:12.323 INFO O| Oct 29 18:39:12.323 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46702024-10-29T18:39:13.661Z[ recovery-image] Oct 29 18:39:12.335 INFO O| Oct 29 18:39:12.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump"
46712024-10-29T18:39:13.663Z[ recovery-image] Oct 29 18:39:12.335 INFO O| Oct 29 18:39:12.335 INFO STEP 174 (remove_files) COMPLETE
46722024-10-29T18:39:13.663Z[ recovery-image] Oct 29 18:39:12.335 INFO O| Oct 29 18:39:12.335 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46732024-10-29T18:39:13.676Z[ recovery-image] Oct 29 18:39:12.350 INFO O| Oct 29 18:39:12.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand"
46742024-10-29T18:39:13.676Z[ recovery-image] Oct 29 18:39:12.351 INFO O| Oct 29 18:39:12.351 INFO STEP 175 (remove_files) COMPLETE
46752024-10-29T18:39:13.679Z[ recovery-image] Oct 29 18:39:12.351 INFO O| Oct 29 18:39:12.351 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46762024-10-29T18:39:13.690Z[ recovery-image] Oct 29 18:39:12.364 INFO O| Oct 29 18:39:12.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr"
46772024-10-29T18:39:13.690Z[ recovery-image] Oct 29 18:39:12.364 INFO O| Oct 29 18:39:12.364 INFO STEP 176 (remove_files) COMPLETE
46782024-10-29T18:39:13.693Z[ recovery-image] Oct 29 18:39:12.364 INFO O| Oct 29 18:39:12.364 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46792024-10-29T18:39:13.704Z[ recovery-image] Oct 29 18:39:12.378 INFO O| Oct 29 18:39:12.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor"
46802024-10-29T18:39:13.704Z[ recovery-image] Oct 29 18:39:12.378 INFO O| Oct 29 18:39:12.378 INFO STEP 177 (remove_files) COMPLETE
46812024-10-29T18:39:13.707Z[ recovery-image] Oct 29 18:39:12.378 INFO O| Oct 29 18:39:12.378 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46822024-10-29T18:39:13.715Z[ recovery-image] Oct 29 18:39:12.389 INFO O| Oct 29 18:39:12.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false"
46832024-10-29T18:39:13.715Z[ recovery-image] Oct 29 18:39:12.389 INFO O| Oct 29 18:39:12.389 INFO STEP 178 (remove_files) COMPLETE
46842024-10-29T18:39:13.717Z[ recovery-image] Oct 29 18:39:12.389 INFO O| Oct 29 18:39:12.389 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46852024-10-29T18:39:13.725Z[ recovery-image] Oct 29 18:39:12.399 INFO O| Oct 29 18:39:12.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc"
46862024-10-29T18:39:13.725Z[ recovery-image] Oct 29 18:39:12.400 INFO O| Oct 29 18:39:12.399 INFO STEP 179 (remove_files) COMPLETE
46872024-10-29T18:39:13.725Z[ recovery-image] Oct 29 18:39:12.400 INFO O| Oct 29 18:39:12.400 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46882024-10-29T18:39:13.739Z[ recovery-image] Oct 29 18:39:12.413 INFO O| Oct 29 18:39:12.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach"
46892024-10-29T18:39:13.739Z[ recovery-image] Oct 29 18:39:12.414 INFO O| Oct 29 18:39:12.413 INFO STEP 180 (remove_files) COMPLETE
46902024-10-29T18:39:13.742Z[ recovery-image] Oct 29 18:39:12.414 INFO O| Oct 29 18:39:12.413 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46912024-10-29T18:39:13.752Z[ recovery-image] Oct 29 18:39:12.426 INFO O| Oct 29 18:39:12.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat"
46922024-10-29T18:39:13.752Z[ recovery-image] Oct 29 18:39:12.426 INFO O| Oct 29 18:39:12.426 INFO STEP 181 (remove_files) COMPLETE
46932024-10-29T18:39:13.752Z[ recovery-image] Oct 29 18:39:12.426 INFO O| Oct 29 18:39:12.426 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46942024-10-29T18:39:13.763Z[ recovery-image] Oct 29 18:39:12.438 INFO O| Oct 29 18:39:12.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg"
46952024-10-29T18:39:13.763Z[ recovery-image] Oct 29 18:39:12.438 INFO O| Oct 29 18:39:12.438 INFO STEP 182 (remove_files) COMPLETE
46962024-10-29T18:39:13.766Z[ recovery-image] Oct 29 18:39:12.438 INFO O| Oct 29 18:39:12.438 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
46972024-10-29T18:39:13.777Z[ recovery-image] Oct 29 18:39:12.451 INFO O| Oct 29 18:39:12.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep"
46982024-10-29T18:39:13.777Z[ recovery-image] Oct 29 18:39:12.451 INFO O| Oct 29 18:39:12.451 INFO STEP 183 (remove_files) COMPLETE
46992024-10-29T18:39:13.779Z[ recovery-image] Oct 29 18:39:12.451 INFO O| Oct 29 18:39:12.451 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47002024-10-29T18:39:13.791Z[ recovery-image] Oct 29 18:39:12.465 INFO O| Oct 29 18:39:12.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file"
47012024-10-29T18:39:13.791Z[ recovery-image] Oct 29 18:39:12.466 INFO O| Oct 29 18:39:12.466 INFO STEP 184 (remove_files) COMPLETE
47022024-10-29T18:39:13.791Z[ recovery-image] Oct 29 18:39:12.466 INFO O| Oct 29 18:39:12.466 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47032024-10-29T18:39:13.802Z[ recovery-image] Oct 29 18:39:12.476 INFO O| Oct 29 18:39:12.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc"
47042024-10-29T18:39:13.802Z[ recovery-image] Oct 29 18:39:12.476 INFO O| Oct 29 18:39:12.476 INFO STEP 185 (remove_files) COMPLETE
47052024-10-29T18:39:13.804Z[ recovery-image] Oct 29 18:39:12.476 INFO O| Oct 29 18:39:12.476 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47062024-10-29T18:39:13.813Z[ recovery-image] Oct 29 18:39:12.487 INFO O| Oct 29 18:39:12.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt"
47072024-10-29T18:39:13.813Z[ recovery-image] Oct 29 18:39:12.487 INFO O| Oct 29 18:39:12.487 INFO STEP 186 (remove_files) COMPLETE
47082024-10-29T18:39:13.813Z[ recovery-image] Oct 29 18:39:12.487 INFO O| Oct 29 18:39:12.487 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47092024-10-29T18:39:13.825Z[ recovery-image] Oct 29 18:39:12.499 INFO O| Oct 29 18:39:12.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg"
47102024-10-29T18:39:13.825Z[ recovery-image] Oct 29 18:39:12.500 INFO O| Oct 29 18:39:12.500 INFO STEP 187 (remove_files) COMPLETE
47112024-10-29T18:39:13.828Z[ recovery-image] Oct 29 18:39:12.500 INFO O| Oct 29 18:39:12.500 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47122024-10-29T18:39:13.838Z[ recovery-image] Oct 29 18:39:12.512 INFO O| Oct 29 18:39:12.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold"
47132024-10-29T18:39:13.840Z[ recovery-image] Oct 29 18:39:12.512 INFO O| Oct 29 18:39:12.512 INFO STEP 188 (remove_files) COMPLETE
47142024-10-29T18:39:13.840Z[ recovery-image] Oct 29 18:39:12.512 INFO O| Oct 29 18:39:12.512 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47152024-10-29T18:39:13.849Z[ recovery-image] Oct 29 18:39:12.523 INFO O| Oct 29 18:39:12.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat"
47162024-10-29T18:39:13.851Z[ recovery-image] Oct 29 18:39:12.524 INFO O| Oct 29 18:39:12.524 INFO STEP 189 (remove_files) COMPLETE
47172024-10-29T18:39:13.851Z[ recovery-image] Oct 29 18:39:12.524 INFO O| Oct 29 18:39:12.524 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47182024-10-29T18:39:13.861Z[ recovery-image] Oct 29 18:39:12.535 INFO O| Oct 29 18:39:12.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear"
47192024-10-29T18:39:13.861Z[ recovery-image] Oct 29 18:39:12.535 INFO O| Oct 29 18:39:12.535 INFO STEP 190 (remove_files) COMPLETE
47202024-10-29T18:39:13.865Z[ recovery-image] Oct 29 18:39:12.535 INFO O| Oct 29 18:39:12.535 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47212024-10-29T18:39:13.868Z[ host-image] Oct 29 18:39:12.541 INFO O| Oct 29 18:39:12.541 INFO O| Planning: Solver setup ... Done
47222024-10-29T18:39:13.871Z[ host-image] Oct 29 18:39:12.545 INFO O| Oct 29 18:39:12.545 INFO O| Planning: Running solver ... Done
47232024-10-29T18:39:13.874Z[ recovery-image] Oct 29 18:39:12.546 INFO O| Oct 29 18:39:12.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore"
47242024-10-29T18:39:13.874Z[ recovery-image] Oct 29 18:39:12.546 INFO O| Oct 29 18:39:12.546 INFO STEP 191 (remove_files) COMPLETE
47252024-10-29T18:39:13.874Z[ recovery-image] Oct 29 18:39:12.546 INFO O| Oct 29 18:39:12.546 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47262024-10-29T18:39:13.883Z[ recovery-image] Oct 29 18:39:12.558 INFO O| Oct 29 18:39:12.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl"
47272024-10-29T18:39:13.884Z[ recovery-image] Oct 29 18:39:12.558 INFO O| Oct 29 18:39:12.558 INFO STEP 192 (remove_files) COMPLETE
47282024-10-29T18:39:13.884Z[ recovery-image] Oct 29 18:39:12.558 INFO O| Oct 29 18:39:12.558 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47292024-10-29T18:39:13.895Z[ recovery-image] Oct 29 18:39:12.569 INFO O| Oct 29 18:39:12.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf"
47302024-10-29T18:39:13.897Z[ recovery-image] Oct 29 18:39:12.569 INFO O| Oct 29 18:39:12.569 INFO STEP 193 (remove_files) COMPLETE
47312024-10-29T18:39:13.897Z[ recovery-image] Oct 29 18:39:12.569 INFO O| Oct 29 18:39:12.569 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47322024-10-29T18:39:13.910Z[ recovery-image] Oct 29 18:39:12.584 INFO O| Oct 29 18:39:12.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev"
47332024-10-29T18:39:13.910Z[ recovery-image] Oct 29 18:39:12.584 INFO O| Oct 29 18:39:12.584 INFO STEP 194 (remove_files) COMPLETE
47342024-10-29T18:39:13.912Z[ recovery-image] Oct 29 18:39:12.584 INFO O| Oct 29 18:39:12.584 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47352024-10-29T18:39:13.923Z[ host-image] Oct 29 18:39:12.597 INFO O| Oct 29 18:39:12.597 INFO O| Planning: Finding local manifests ... Done
47362024-10-29T18:39:13.926Z[ host-image] Oct 29 18:39:12.599 INFO O| Oct 29 18:39:12.599 INFO O| Planning: Fetching manifests: 0/6 0% complete
47372024-10-29T18:39:13.926Z[ recovery-image] Oct 29 18:39:12.599 INFO O| Oct 29 18:39:12.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp"
47382024-10-29T18:39:13.926Z[ recovery-image] Oct 29 18:39:12.599 INFO O| Oct 29 18:39:12.599 INFO STEP 195 (remove_files) COMPLETE
47392024-10-29T18:39:13.926Z[ recovery-image] Oct 29 18:39:12.599 INFO O| Oct 29 18:39:12.599 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47402024-10-29T18:39:13.937Z[ recovery-image] Oct 29 18:39:12.611 INFO O| Oct 29 18:39:12.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent"
47412024-10-29T18:39:13.937Z[ recovery-image] Oct 29 18:39:12.611 INFO O| Oct 29 18:39:12.611 INFO STEP 196 (remove_files) COMPLETE
47422024-10-29T18:39:13.937Z[ recovery-image] Oct 29 18:39:12.611 INFO O| Oct 29 18:39:12.611 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47432024-10-29T18:39:13.950Z[ recovery-image] Oct 29 18:39:12.624 INFO O| Oct 29 18:39:12.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl"
47442024-10-29T18:39:13.950Z[ recovery-image] Oct 29 18:39:12.624 INFO O| Oct 29 18:39:12.624 INFO STEP 197 (remove_files) COMPLETE
47452024-10-29T18:39:13.953Z[ recovery-image] Oct 29 18:39:12.624 INFO O| Oct 29 18:39:12.624 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47462024-10-29T18:39:13.968Z[ recovery-image] Oct 29 18:39:12.641 INFO O| Oct 29 18:39:12.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt"
47472024-10-29T18:39:13.968Z[ recovery-image] Oct 29 18:39:12.642 INFO O| Oct 29 18:39:12.641 INFO STEP 198 (remove_files) COMPLETE
47482024-10-29T18:39:13.970Z[ recovery-image] Oct 29 18:39:12.642 INFO O| Oct 29 18:39:12.641 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47492024-10-29T18:39:13.983Z[ recovery-image] Oct 29 18:39:12.657 INFO O| Oct 29 18:39:12.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts"
47502024-10-29T18:39:13.983Z[ recovery-image] Oct 29 18:39:12.657 INFO O| Oct 29 18:39:12.657 INFO STEP 199 (remove_files) COMPLETE
47512024-10-29T18:39:13.985Z[ recovery-image] Oct 29 18:39:12.657 INFO O| Oct 29 18:39:12.657 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47522024-10-29T18:39:13.994Z[ recovery-image] Oct 29 18:39:12.668 INFO O| Oct 29 18:39:12.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext"
47532024-10-29T18:39:13.996Z[ recovery-image] Oct 29 18:39:12.668 INFO O| Oct 29 18:39:12.668 INFO STEP 200 (remove_files) COMPLETE
47542024-10-29T18:39:13.997Z[ recovery-image] Oct 29 18:39:12.668 INFO O| Oct 29 18:39:12.668 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47552024-10-29T18:39:14.006Z[ recovery-image] Oct 29 18:39:12.680 INFO O| Oct 29 18:39:12.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol"
47562024-10-29T18:39:14.010Z[ recovery-image] Oct 29 18:39:12.680 INFO O| Oct 29 18:39:12.680 INFO STEP 201 (remove_files) COMPLETE
47572024-10-29T18:39:14.010Z[ recovery-image] Oct 29 18:39:12.680 INFO O| Oct 29 18:39:12.680 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47582024-10-29T18:39:14.019Z[ recovery-image] Oct 29 18:39:12.693 INFO O| Oct 29 18:39:12.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp"
47592024-10-29T18:39:14.019Z[ recovery-image] Oct 29 18:39:12.693 INFO O| Oct 29 18:39:12.693 INFO STEP 202 (remove_files) COMPLETE
47602024-10-29T18:39:14.019Z[ recovery-image] Oct 29 18:39:12.693 INFO O| Oct 29 18:39:12.693 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47612024-10-29T18:39:14.033Z[ recovery-image] Oct 29 18:39:12.707 INFO O| Oct 29 18:39:12.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups"
47622024-10-29T18:39:14.033Z[ recovery-image] Oct 29 18:39:12.707 INFO O| Oct 29 18:39:12.707 INFO STEP 203 (remove_files) COMPLETE
47632024-10-29T18:39:14.035Z[ recovery-image] Oct 29 18:39:12.707 INFO O| Oct 29 18:39:12.707 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47642024-10-29T18:39:14.047Z[ recovery-image] Oct 29 18:39:12.721 INFO O| Oct 29 18:39:12.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs"
47652024-10-29T18:39:14.051Z[ recovery-image] Oct 29 18:39:12.722 INFO O| Oct 29 18:39:12.721 INFO STEP 204 (remove_files) COMPLETE
47662024-10-29T18:39:14.051Z[ recovery-image] Oct 29 18:39:12.722 INFO O| Oct 29 18:39:12.722 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47672024-10-29T18:39:14.058Z[ recovery-image] Oct 29 18:39:12.732 INFO O| Oct 29 18:39:12.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic"
47682024-10-29T18:39:14.058Z[ recovery-image] Oct 29 18:39:12.732 INFO O| Oct 29 18:39:12.732 INFO STEP 205 (remove_files) COMPLETE
47692024-10-29T18:39:14.058Z[ recovery-image] Oct 29 18:39:12.732 INFO O| Oct 29 18:39:12.732 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47702024-10-29T18:39:14.068Z[ recovery-image] Oct 29 18:39:12.742 INFO O| Oct 29 18:39:12.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe"
47712024-10-29T18:39:14.068Z[ recovery-image] Oct 29 18:39:12.742 INFO O| Oct 29 18:39:12.742 INFO STEP 206 (remove_files) COMPLETE
47722024-10-29T18:39:14.068Z[ recovery-image] Oct 29 18:39:12.742 INFO O| Oct 29 18:39:12.742 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47732024-10-29T18:39:14.079Z[ recovery-image] Oct 29 18:39:12.753 INFO O| Oct 29 18:39:12.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput"
47742024-10-29T18:39:14.081Z[ recovery-image] Oct 29 18:39:12.753 INFO O| Oct 29 18:39:12.753 INFO STEP 207 (remove_files) COMPLETE
47752024-10-29T18:39:14.081Z[ recovery-image] Oct 29 18:39:12.753 INFO O| Oct 29 18:39:12.753 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47762024-10-29T18:39:14.091Z[ recovery-image] Oct 29 18:39:12.765 INFO O| Oct 29 18:39:12.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset"
47772024-10-29T18:39:14.091Z[ recovery-image] Oct 29 18:39:12.765 INFO O| Oct 29 18:39:12.765 INFO STEP 208 (remove_files) COMPLETE
47782024-10-29T18:39:14.091Z[ recovery-image] Oct 29 18:39:12.765 INFO O| Oct 29 18:39:12.765 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47792024-10-29T18:39:14.102Z[ host-image] Oct 29 18:39:12.776 INFO O| Oct 29 18:39:12.776 INFO O| Planning: Fetching manifests: 6/6 100% complete
47802024-10-29T18:39:14.105Z[ recovery-image] Oct 29 18:39:12.779 INFO O| Oct 29 18:39:12.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip"
47812024-10-29T18:39:14.105Z[ recovery-image] Oct 29 18:39:12.779 INFO O| Oct 29 18:39:12.779 INFO STEP 209 (remove_files) COMPLETE
47822024-10-29T18:39:14.108Z[ recovery-image] Oct 29 18:39:12.780 INFO O| Oct 29 18:39:12.779 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47832024-10-29T18:39:14.120Z[ recovery-image] Oct 29 18:39:12.794 INFO O| Oct 29 18:39:12.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat"
47842024-10-29T18:39:14.120Z[ recovery-image] Oct 29 18:39:12.794 INFO O| Oct 29 18:39:12.794 INFO STEP 210 (remove_files) COMPLETE
47852024-10-29T18:39:14.120Z[ recovery-image] Oct 29 18:39:12.794 INFO O| Oct 29 18:39:12.794 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47862024-10-29T18:39:14.130Z[ recovery-image] Oct 29 18:39:12.805 INFO O| Oct 29 18:39:12.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp"
47872024-10-29T18:39:14.133Z[ recovery-image] Oct 29 18:39:12.805 INFO O| Oct 29 18:39:12.805 INFO STEP 211 (remove_files) COMPLETE
47882024-10-29T18:39:14.134Z[ recovery-image] Oct 29 18:39:12.805 INFO O| Oct 29 18:39:12.805 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47892024-10-29T18:39:14.142Z[ recovery-image] Oct 29 18:39:12.816 INFO O| Oct 29 18:39:12.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff"
47902024-10-29T18:39:14.144Z[ recovery-image] Oct 29 18:39:12.816 INFO O| Oct 29 18:39:12.816 INFO STEP 212 (remove_files) COMPLETE
47912024-10-29T18:39:14.144Z[ recovery-image] Oct 29 18:39:12.816 INFO O| Oct 29 18:39:12.816 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47922024-10-29T18:39:14.144Z[ host-image] Oct 29 18:39:12.818 INFO O| Oct 29 18:39:12.818 INFO O| Planning: Package planning ... Done
47932024-10-29T18:39:14.152Z[ recovery-image] Oct 29 18:39:12.826 INFO O| Oct 29 18:39:12.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep"
47942024-10-29T18:39:14.152Z[ recovery-image] Oct 29 18:39:12.827 INFO O| Oct 29 18:39:12.827 INFO STEP 213 (remove_files) COMPLETE
47952024-10-29T18:39:14.155Z[ recovery-image] Oct 29 18:39:12.827 INFO O| Oct 29 18:39:12.827 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47962024-10-29T18:39:14.163Z[ recovery-image] Oct 29 18:39:12.837 INFO O| Oct 29 18:39:12.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe"
47972024-10-29T18:39:14.163Z[ recovery-image] Oct 29 18:39:12.837 INFO O| Oct 29 18:39:12.837 INFO STEP 214 (remove_files) COMPLETE
47982024-10-29T18:39:14.165Z[ recovery-image] Oct 29 18:39:12.837 INFO O| Oct 29 18:39:12.837 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
47992024-10-29T18:39:14.168Z[ host-image] Oct 29 18:39:12.841 INFO O| Oct 29 18:39:12.841 INFO O| Planning: Merging actions ... Done
48002024-10-29T18:39:14.174Z[ recovery-image] Oct 29 18:39:12.848 INFO O| Oct 29 18:39:12.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep"
48012024-10-29T18:39:14.174Z[ recovery-image] Oct 29 18:39:12.848 INFO O| Oct 29 18:39:12.848 INFO STEP 215 (remove_files) COMPLETE
48022024-10-29T18:39:14.174Z[ recovery-image] Oct 29 18:39:12.848 INFO O| Oct 29 18:39:12.848 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48032024-10-29T18:39:14.191Z[ recovery-image] Oct 29 18:39:12.863 INFO O| Oct 29 18:39:12.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce"
48042024-10-29T18:39:14.191Z[ recovery-image] Oct 29 18:39:12.863 INFO O| Oct 29 18:39:12.863 INFO STEP 216 (remove_files) COMPLETE
48052024-10-29T18:39:14.193Z[ recovery-image] Oct 29 18:39:12.863 INFO O| Oct 29 18:39:12.863 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48062024-10-29T18:39:14.204Z[ recovery-image] Oct 29 18:39:12.878 INFO O| Oct 29 18:39:12.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep"
48072024-10-29T18:39:14.204Z[ recovery-image] Oct 29 18:39:12.878 INFO O| Oct 29 18:39:12.878 INFO STEP 217 (remove_files) COMPLETE
48082024-10-29T18:39:14.215Z[ recovery-image] Oct 29 18:39:12.878 INFO O| Oct 29 18:39:12.878 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48092024-10-29T18:39:14.219Z[ recovery-image] Oct 29 18:39:12.892 INFO O| Oct 29 18:39:12.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip"
48102024-10-29T18:39:14.219Z[ recovery-image] Oct 29 18:39:12.893 INFO O| Oct 29 18:39:12.893 INFO STEP 218 (remove_files) COMPLETE
48112024-10-29T18:39:14.219Z[ recovery-image] Oct 29 18:39:12.893 INFO O| Oct 29 18:39:12.893 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48122024-10-29T18:39:14.232Z[ recovery-image] Oct 29 18:39:12.906 INFO O| Oct 29 18:39:12.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless"
48132024-10-29T18:39:14.232Z[ recovery-image] Oct 29 18:39:12.906 INFO O| Oct 29 18:39:12.906 INFO STEP 219 (remove_files) COMPLETE
48142024-10-29T18:39:14.235Z[ recovery-image] Oct 29 18:39:12.906 INFO O| Oct 29 18:39:12.906 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48152024-10-29T18:39:14.246Z[ recovery-image] Oct 29 18:39:12.920 INFO O| Oct 29 18:39:12.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore"
48162024-10-29T18:39:14.246Z[ recovery-image] Oct 29 18:39:12.920 INFO O| Oct 29 18:39:12.920 INFO STEP 220 (remove_files) COMPLETE
48172024-10-29T18:39:14.248Z[ recovery-image] Oct 29 18:39:12.920 INFO O| Oct 29 18:39:12.920 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48182024-10-29T18:39:14.256Z[ recovery-image] Oct 29 18:39:12.930 INFO O| Oct 29 18:39:12.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew"
48192024-10-29T18:39:14.256Z[ recovery-image] Oct 29 18:39:12.930 INFO O| Oct 29 18:39:12.930 INFO STEP 221 (remove_files) COMPLETE
48202024-10-29T18:39:14.258Z[ recovery-image] Oct 29 18:39:12.930 INFO O| Oct 29 18:39:12.930 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48212024-10-29T18:39:14.266Z[ recovery-image] Oct 29 18:39:12.940 INFO O| Oct 29 18:39:12.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash"
48222024-10-29T18:39:14.266Z[ recovery-image] Oct 29 18:39:12.940 INFO O| Oct 29 18:39:12.940 INFO STEP 222 (remove_files) COMPLETE
48232024-10-29T18:39:14.266Z[ recovery-image] Oct 29 18:39:12.940 INFO O| Oct 29 18:39:12.940 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48242024-10-29T18:39:14.268Z[ host-image] Oct 29 18:39:12.942 INFO O| Oct 29 18:39:12.942 INFO O| Planning: Checking for conflicting actions ... Done
48252024-10-29T18:39:14.272Z[ host-image] Oct 29 18:39:12.946 INFO O| Oct 29 18:39:12.946 INFO O| Planning: Consolidating action changes ... Done
48262024-10-29T18:39:14.280Z[ recovery-image] Oct 29 18:39:12.954 INFO O| Oct 29 18:39:12.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid"
48272024-10-29T18:39:14.280Z[ recovery-image] Oct 29 18:39:12.954 INFO O| Oct 29 18:39:12.954 INFO STEP 223 (remove_files) COMPLETE
48282024-10-29T18:39:14.280Z[ recovery-image] Oct 29 18:39:12.954 INFO O| Oct 29 18:39:12.954 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48292024-10-29T18:39:14.298Z[ recovery-image] Oct 29 18:39:12.971 INFO O| Oct 29 18:39:12.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname"
48302024-10-29T18:39:14.298Z[ recovery-image] Oct 29 18:39:12.972 INFO O| Oct 29 18:39:12.972 INFO STEP 224 (remove_files) COMPLETE
48312024-10-29T18:39:14.300Z[ recovery-image] Oct 29 18:39:12.972 INFO O| Oct 29 18:39:12.972 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48322024-10-29T18:39:14.318Z[ recovery-image] Oct 29 18:39:12.992 INFO O| Oct 29 18:39:12.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb"
48332024-10-29T18:39:14.318Z[ recovery-image] Oct 29 18:39:12.992 INFO O| Oct 29 18:39:12.992 INFO STEP 225 (remove_files) COMPLETE
48342024-10-29T18:39:14.320Z[ recovery-image] Oct 29 18:39:12.992 INFO O| Oct 29 18:39:12.992 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48352024-10-29T18:39:14.338Z[ recovery-image] Oct 29 18:39:13.012 INFO O| Oct 29 18:39:13.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt"
48362024-10-29T18:39:14.338Z[ recovery-image] Oct 29 18:39:13.012 INFO O| Oct 29 18:39:13.012 INFO STEP 226 (remove_files) COMPLETE
48372024-10-29T18:39:14.338Z[ recovery-image] Oct 29 18:39:13.012 INFO O| Oct 29 18:39:13.012 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48382024-10-29T18:39:14.354Z[ recovery-image] Oct 29 18:39:13.028 INFO O| Oct 29 18:39:13.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh"
48392024-10-29T18:39:14.354Z[ recovery-image] Oct 29 18:39:13.028 INFO O| Oct 29 18:39:13.028 INFO STEP 227 (remove_files) COMPLETE
48402024-10-29T18:39:14.357Z[ recovery-image] Oct 29 18:39:13.028 INFO O| Oct 29 18:39:13.028 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48412024-10-29T18:39:14.369Z[ recovery-image] Oct 29 18:39:13.043 INFO O| Oct 29 18:39:13.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb"
48422024-10-29T18:39:14.369Z[ recovery-image] Oct 29 18:39:13.043 INFO O| Oct 29 18:39:13.043 INFO STEP 228 (remove_files) COMPLETE
48432024-10-29T18:39:14.371Z[ recovery-image] Oct 29 18:39:13.043 INFO O| Oct 29 18:39:13.043 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48442024-10-29T18:39:14.380Z[ recovery-image] Oct 29 18:39:13.054 INFO O| Oct 29 18:39:13.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh"
48452024-10-29T18:39:14.380Z[ recovery-image] Oct 29 18:39:13.054 INFO O| Oct 29 18:39:13.054 INFO STEP 229 (remove_files) COMPLETE
48462024-10-29T18:39:14.382Z[ recovery-image] Oct 29 18:39:13.054 INFO O| Oct 29 18:39:13.054 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48472024-10-29T18:39:14.393Z[ recovery-image] Oct 29 18:39:13.067 INFO O| Oct 29 18:39:13.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93"
48482024-10-29T18:39:14.393Z[ recovery-image] Oct 29 18:39:13.067 INFO O| Oct 29 18:39:13.067 INFO STEP 230 (remove_files) COMPLETE
48492024-10-29T18:39:14.398Z[ recovery-image] Oct 29 18:39:13.067 INFO O| Oct 29 18:39:13.067 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48502024-10-29T18:39:14.407Z[ recovery-image] Oct 29 18:39:13.081 INFO O| Oct 29 18:39:13.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv"
48512024-10-29T18:39:14.407Z[ recovery-image] Oct 29 18:39:13.081 INFO O| Oct 29 18:39:13.081 INFO STEP 231 (remove_files) COMPLETE
48522024-10-29T18:39:14.409Z[ recovery-image] Oct 29 18:39:13.081 INFO O| Oct 29 18:39:13.081 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48532024-10-29T18:39:14.422Z[ recovery-image] Oct 29 18:39:13.096 INFO O| Oct 29 18:39:13.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id"
48542024-10-29T18:39:14.422Z[ recovery-image] Oct 29 18:39:13.096 INFO O| Oct 29 18:39:13.096 INFO STEP 232 (remove_files) COMPLETE
48552024-10-29T18:39:14.425Z[ recovery-image] Oct 29 18:39:13.096 INFO O| Oct 29 18:39:13.096 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48562024-10-29T18:39:14.434Z[ recovery-image] Oct 29 18:39:13.108 INFO O| Oct 29 18:39:13.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn"
48572024-10-29T18:39:14.434Z[ recovery-image] Oct 29 18:39:13.108 INFO O| Oct 29 18:39:13.108 INFO STEP 233 (remove_files) COMPLETE
48582024-10-29T18:39:14.436Z[ recovery-image] Oct 29 18:39:13.108 INFO O| Oct 29 18:39:13.108 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48592024-10-29T18:39:14.444Z[ recovery-image] Oct 29 18:39:13.118 INFO O| Oct 29 18:39:13.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp"
48602024-10-29T18:39:14.444Z[ recovery-image] Oct 29 18:39:13.118 INFO O| Oct 29 18:39:13.118 INFO STEP 234 (remove_files) COMPLETE
48612024-10-29T18:39:14.444Z[ recovery-image] Oct 29 18:39:13.119 INFO O| Oct 29 18:39:13.118 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48622024-10-29T18:39:14.455Z[ recovery-image] Oct 29 18:39:13.129 INFO O| Oct 29 18:39:13.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat"
48632024-10-29T18:39:14.455Z[ recovery-image] Oct 29 18:39:13.129 INFO O| Oct 29 18:39:13.129 INFO STEP 235 (remove_files) COMPLETE
48642024-10-29T18:39:14.455Z[ recovery-image] Oct 29 18:39:13.129 INFO O| Oct 29 18:39:13.129 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48652024-10-29T18:39:14.466Z[ recovery-image] Oct 29 18:39:13.140 INFO O| Oct 29 18:39:13.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl"
48662024-10-29T18:39:14.466Z[ recovery-image] Oct 29 18:39:13.140 INFO O| Oct 29 18:39:13.140 INFO STEP 236 (remove_files) COMPLETE
48672024-10-29T18:39:14.468Z[ recovery-image] Oct 29 18:39:13.140 INFO O| Oct 29 18:39:13.140 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48682024-10-29T18:39:14.482Z[ recovery-image] Oct 29 18:39:13.156 INFO O| Oct 29 18:39:13.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo"
48692024-10-29T18:39:14.482Z[ recovery-image] Oct 29 18:39:13.156 INFO O| Oct 29 18:39:13.156 INFO STEP 237 (remove_files) COMPLETE
48702024-10-29T18:39:14.484Z[ recovery-image] Oct 29 18:39:13.156 INFO O| Oct 29 18:39:13.156 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48712024-10-29T18:39:14.496Z[ recovery-image] Oct 29 18:39:13.170 INFO O| Oct 29 18:39:13.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist"
48722024-10-29T18:39:14.496Z[ recovery-image] Oct 29 18:39:13.170 INFO O| Oct 29 18:39:13.170 INFO STEP 238 (remove_files) COMPLETE
48732024-10-29T18:39:14.496Z[ recovery-image] Oct 29 18:39:13.170 INFO O| Oct 29 18:39:13.170 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48742024-10-29T18:39:14.499Z[ host-image] Oct 29 18:39:13.171 INFO O| Oct 29 18:39:13.171 INFO O| Planning: Evaluating mediators ... Done
48752024-10-29T18:39:14.502Z[ host-image] Oct 29 18:39:13.174 INFO O| Oct 29 18:39:13.174 INFO O| Planning: Planning completed in 3.92 seconds
48762024-10-29T18:39:14.504Z[ host-image] Oct 29 18:39:13.176 INFO O| Oct 29 18:39:13.176 INFO O| Packages to install: 6
48772024-10-29T18:39:14.504Z[ host-image] Oct 29 18:39:13.176 INFO O| Oct 29 18:39:13.176 INFO O| Mediators to change: 1
48782024-10-29T18:39:14.504Z[ host-image] Oct 29 18:39:13.176 INFO O| Oct 29 18:39:13.176 INFO O| Services to change: 1
48792024-10-29T18:39:14.508Z[ recovery-image] Oct 29 18:39:13.182 INFO O| Oct 29 18:39:13.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs"
48802024-10-29T18:39:14.508Z[ recovery-image] Oct 29 18:39:13.182 INFO O| Oct 29 18:39:13.182 INFO STEP 239 (remove_files) COMPLETE
48812024-10-29T18:39:14.508Z[ recovery-image] Oct 29 18:39:13.182 INFO O| Oct 29 18:39:13.182 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48822024-10-29T18:39:14.515Z[ host-image] Oct 29 18:39:13.189 INFO O| Oct 29 18:39:13.189 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete
48832024-10-29T18:39:14.518Z[ recovery-image] Oct 29 18:39:13.192 INFO O| Oct 29 18:39:13.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join"
48842024-10-29T18:39:14.518Z[ recovery-image] Oct 29 18:39:13.192 INFO O| Oct 29 18:39:13.192 INFO STEP 240 (remove_files) COMPLETE
48852024-10-29T18:39:14.521Z[ recovery-image] Oct 29 18:39:13.192 INFO O| Oct 29 18:39:13.192 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48862024-10-29T18:39:14.529Z[ recovery-image] Oct 29 18:39:13.203 INFO O| Oct 29 18:39:13.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd"
48872024-10-29T18:39:14.532Z[ recovery-image] Oct 29 18:39:13.204 INFO O| Oct 29 18:39:13.204 INFO STEP 241 (remove_files) COMPLETE
48882024-10-29T18:39:14.532Z[ recovery-image] Oct 29 18:39:13.204 INFO O| Oct 29 18:39:13.204 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48892024-10-29T18:39:14.542Z[ recovery-image] Oct 29 18:39:13.216 INFO O| Oct 29 18:39:13.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy"
48902024-10-29T18:39:14.542Z[ recovery-image] Oct 29 18:39:13.216 INFO O| Oct 29 18:39:13.216 INFO STEP 242 (remove_files) COMPLETE
48912024-10-29T18:39:14.542Z[ recovery-image] Oct 29 18:39:13.216 INFO O| Oct 29 18:39:13.216 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48922024-10-29T18:39:14.552Z[ recovery-image] Oct 29 18:39:13.226 INFO O| Oct 29 18:39:13.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin"
48932024-10-29T18:39:14.552Z[ recovery-image] Oct 29 18:39:13.226 INFO O| Oct 29 18:39:13.226 INFO STEP 243 (remove_files) COMPLETE
48942024-10-29T18:39:14.554Z[ recovery-image] Oct 29 18:39:13.226 INFO O| Oct 29 18:39:13.226 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48952024-10-29T18:39:14.563Z[ recovery-image] Oct 29 18:39:13.237 INFO O| Oct 29 18:39:13.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout"
48962024-10-29T18:39:14.565Z[ recovery-image] Oct 29 18:39:13.237 INFO O| Oct 29 18:39:13.237 INFO STEP 244 (remove_files) COMPLETE
48972024-10-29T18:39:14.565Z[ recovery-image] Oct 29 18:39:13.237 INFO O| Oct 29 18:39:13.237 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
48982024-10-29T18:39:14.574Z[ recovery-image] Oct 29 18:39:13.248 INFO O| Oct 29 18:39:13.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill"
48992024-10-29T18:39:14.574Z[ recovery-image] Oct 29 18:39:13.248 INFO O| Oct 29 18:39:13.248 INFO STEP 245 (remove_files) COMPLETE
49002024-10-29T18:39:14.576Z[ recovery-image] Oct 29 18:39:13.248 INFO O| Oct 29 18:39:13.248 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49012024-10-29T18:39:14.589Z[ recovery-image] Oct 29 18:39:13.262 INFO O| Oct 29 18:39:13.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit"
49022024-10-29T18:39:14.589Z[ recovery-image] Oct 29 18:39:13.262 INFO O| Oct 29 18:39:13.262 INFO STEP 246 (remove_files) COMPLETE
49032024-10-29T18:39:14.591Z[ recovery-image] Oct 29 18:39:13.262 INFO O| Oct 29 18:39:13.262 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49042024-10-29T18:39:14.599Z[ recovery-image] Oct 29 18:39:13.273 INFO O| Oct 29 18:39:13.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist"
49052024-10-29T18:39:14.599Z[ recovery-image] Oct 29 18:39:13.273 INFO O| Oct 29 18:39:13.273 INFO STEP 247 (remove_files) COMPLETE
49062024-10-29T18:39:14.602Z[ recovery-image] Oct 29 18:39:13.273 INFO O| Oct 29 18:39:13.273 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49072024-10-29T18:39:14.612Z[ recovery-image] Oct 29 18:39:13.286 INFO O| Oct 29 18:39:13.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg"
49082024-10-29T18:39:14.612Z[ recovery-image] Oct 29 18:39:13.286 INFO O| Oct 29 18:39:13.286 INFO STEP 248 (remove_files) COMPLETE
49092024-10-29T18:39:14.612Z[ recovery-image] Oct 29 18:39:13.286 INFO O| Oct 29 18:39:13.286 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49102024-10-29T18:39:14.625Z[ recovery-image] Oct 29 18:39:13.299 INFO O| Oct 29 18:39:13.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd"
49112024-10-29T18:39:14.625Z[ recovery-image] Oct 29 18:39:13.299 INFO O| Oct 29 18:39:13.299 INFO STEP 249 (remove_files) COMPLETE
49122024-10-29T18:39:14.625Z[ recovery-image] Oct 29 18:39:13.299 INFO O| Oct 29 18:39:13.299 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49132024-10-29T18:39:14.637Z[ recovery-image] Oct 29 18:39:13.311 INFO O| Oct 29 18:39:13.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config"
49142024-10-29T18:39:14.637Z[ recovery-image] Oct 29 18:39:13.311 INFO O| Oct 29 18:39:13.311 INFO STEP 250 (remove_files) COMPLETE
49152024-10-29T18:39:14.640Z[ recovery-image] Oct 29 18:39:13.311 INFO O| Oct 29 18:39:13.311 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49162024-10-29T18:39:14.649Z[ recovery-image] Oct 29 18:39:13.323 INFO O| Oct 29 18:39:13.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93"
49172024-10-29T18:39:14.651Z[ recovery-image] Oct 29 18:39:13.323 INFO O| Oct 29 18:39:13.323 INFO STEP 251 (remove_files) COMPLETE
49182024-10-29T18:39:14.651Z[ recovery-image] Oct 29 18:39:13.323 INFO O| Oct 29 18:39:13.323 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49192024-10-29T18:39:14.661Z[ recovery-image] Oct 29 18:39:13.335 INFO O| Oct 29 18:39:13.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil"
49202024-10-29T18:39:14.661Z[ recovery-image] Oct 29 18:39:13.335 INFO O| Oct 29 18:39:13.335 INFO STEP 252 (remove_files) COMPLETE
49212024-10-29T18:39:14.661Z[ recovery-image] Oct 29 18:39:13.335 INFO O| Oct 29 18:39:13.335 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49222024-10-29T18:39:14.672Z[ recovery-image] Oct 29 18:39:13.346 INFO O| Oct 29 18:39:13.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat"
49232024-10-29T18:39:14.672Z[ recovery-image] Oct 29 18:39:13.346 INFO O| Oct 29 18:39:13.346 INFO STEP 253 (remove_files) COMPLETE
49242024-10-29T18:39:14.675Z[ recovery-image] Oct 29 18:39:13.346 INFO O| Oct 29 18:39:13.346 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49252024-10-29T18:39:14.685Z[ recovery-image] Oct 29 18:39:13.358 INFO O| Oct 29 18:39:13.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last"
49262024-10-29T18:39:14.685Z[ recovery-image] Oct 29 18:39:13.358 INFO O| Oct 29 18:39:13.358 INFO STEP 254 (remove_files) COMPLETE
49272024-10-29T18:39:14.688Z[ recovery-image] Oct 29 18:39:13.358 INFO O| Oct 29 18:39:13.358 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49282024-10-29T18:39:14.694Z[ recovery-image] Oct 29 18:39:13.368 INFO O| Oct 29 18:39:13.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm"
49292024-10-29T18:39:14.697Z[ recovery-image] Oct 29 18:39:13.368 INFO O| Oct 29 18:39:13.368 INFO STEP 255 (remove_files) COMPLETE
49302024-10-29T18:39:14.697Z[ recovery-image] Oct 29 18:39:13.368 INFO O| Oct 29 18:39:13.368 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49312024-10-29T18:39:14.705Z[ recovery-image] Oct 29 18:39:13.378 INFO O| Oct 29 18:39:13.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld"
49322024-10-29T18:39:14.707Z[ recovery-image] Oct 29 18:39:13.379 INFO O| Oct 29 18:39:13.379 INFO STEP 256 (remove_files) COMPLETE
49332024-10-29T18:39:14.707Z[ recovery-image] Oct 29 18:39:13.379 INFO O| Oct 29 18:39:13.379 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49342024-10-29T18:39:14.715Z[ recovery-image] Oct 29 18:39:13.389 INFO O| Oct 29 18:39:13.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd"
49352024-10-29T18:39:14.717Z[ recovery-image] Oct 29 18:39:13.389 INFO O| Oct 29 18:39:13.389 INFO STEP 257 (remove_files) COMPLETE
49362024-10-29T18:39:14.718Z[ recovery-image] Oct 29 18:39:13.389 INFO O| Oct 29 18:39:13.389 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49372024-10-29T18:39:14.724Z[ recovery-image] Oct 29 18:39:13.399 INFO O| Oct 29 18:39:13.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less"
49382024-10-29T18:39:14.727Z[ recovery-image] Oct 29 18:39:13.399 INFO O| Oct 29 18:39:13.399 INFO STEP 258 (remove_files) COMPLETE
49392024-10-29T18:39:14.727Z[ recovery-image] Oct 29 18:39:13.399 INFO O| Oct 29 18:39:13.399 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49402024-10-29T18:39:14.736Z[ recovery-image] Oct 29 18:39:13.410 INFO O| Oct 29 18:39:13.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho"
49412024-10-29T18:39:14.736Z[ recovery-image] Oct 29 18:39:13.410 INFO O| Oct 29 18:39:13.410 INFO STEP 259 (remove_files) COMPLETE
49422024-10-29T18:39:14.739Z[ recovery-image] Oct 29 18:39:13.410 INFO O| Oct 29 18:39:13.410 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49432024-10-29T18:39:14.746Z[ recovery-image] Oct 29 18:39:13.420 INFO O| Oct 29 18:39:13.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey"
49442024-10-29T18:39:14.746Z[ recovery-image] Oct 29 18:39:13.420 INFO O| Oct 29 18:39:13.420 INFO STEP 260 (remove_files) COMPLETE
49452024-10-29T18:39:14.749Z[ recovery-image] Oct 29 18:39:13.420 INFO O| Oct 29 18:39:13.420 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49462024-10-29T18:39:14.757Z[ recovery-image] Oct 29 18:39:13.431 INFO O| Oct 29 18:39:13.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo"
49472024-10-29T18:39:14.760Z[ recovery-image] Oct 29 18:39:13.431 INFO O| Oct 29 18:39:13.431 INFO STEP 261 (remove_files) COMPLETE
49482024-10-29T18:39:14.760Z[ recovery-image] Oct 29 18:39:13.431 INFO O| Oct 29 18:39:13.431 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49492024-10-29T18:39:14.767Z[ recovery-image] Oct 29 18:39:13.442 INFO O| Oct 29 18:39:13.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line"
49502024-10-29T18:39:14.770Z[ recovery-image] Oct 29 18:39:13.442 INFO O| Oct 29 18:39:13.442 INFO STEP 262 (remove_files) COMPLETE
49512024-10-29T18:39:14.770Z[ recovery-image] Oct 29 18:39:13.442 INFO O| Oct 29 18:39:13.442 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49522024-10-29T18:39:14.779Z[ recovery-image] Oct 29 18:39:13.451 INFO O| Oct 29 18:39:13.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp"
49532024-10-29T18:39:14.781Z[ recovery-image] Oct 29 18:39:13.451 INFO O| Oct 29 18:39:13.451 INFO STEP 263 (remove_files) COMPLETE
49542024-10-29T18:39:14.781Z[ recovery-image] Oct 29 18:39:13.451 INFO O| Oct 29 18:39:13.451 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49552024-10-29T18:39:14.787Z[ recovery-image] Oct 29 18:39:13.461 INFO O| Oct 29 18:39:13.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers"
49562024-10-29T18:39:14.787Z[ recovery-image] Oct 29 18:39:13.461 INFO O| Oct 29 18:39:13.461 INFO STEP 264 (remove_files) COMPLETE
49572024-10-29T18:39:14.789Z[ recovery-image] Oct 29 18:39:13.461 INFO O| Oct 29 18:39:13.461 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49582024-10-29T18:39:14.797Z[ recovery-image] Oct 29 18:39:13.471 INFO O| Oct 29 18:39:13.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys"
49592024-10-29T18:39:14.797Z[ recovery-image] Oct 29 18:39:13.471 INFO O| Oct 29 18:39:13.471 INFO STEP 265 (remove_files) COMPLETE
49602024-10-29T18:39:14.800Z[ recovery-image] Oct 29 18:39:13.471 INFO O| Oct 29 18:39:13.471 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49612024-10-29T18:39:14.809Z[ recovery-image] Oct 29 18:39:13.483 INFO O| Oct 29 18:39:13.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger"
49622024-10-29T18:39:14.809Z[ recovery-image] Oct 29 18:39:13.483 INFO O| Oct 29 18:39:13.483 INFO STEP 266 (remove_files) COMPLETE
49632024-10-29T18:39:14.811Z[ recovery-image] Oct 29 18:39:13.483 INFO O| Oct 29 18:39:13.483 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49642024-10-29T18:39:14.819Z[ recovery-image] Oct 29 18:39:13.493 INFO O| Oct 29 18:39:13.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins"
49652024-10-29T18:39:14.821Z[ recovery-image] Oct 29 18:39:13.493 INFO O| Oct 29 18:39:13.493 INFO STEP 267 (remove_files) COMPLETE
49662024-10-29T18:39:14.821Z[ recovery-image] Oct 29 18:39:13.494 INFO O| Oct 29 18:39:13.493 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49672024-10-29T18:39:14.830Z[ recovery-image] Oct 29 18:39:13.504 INFO O| Oct 29 18:39:13.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname"
49682024-10-29T18:39:14.832Z[ recovery-image] Oct 29 18:39:13.504 INFO O| Oct 29 18:39:13.504 INFO STEP 268 (remove_files) COMPLETE
49692024-10-29T18:39:14.832Z[ recovery-image] Oct 29 18:39:13.504 INFO O| Oct 29 18:39:13.504 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49702024-10-29T18:39:14.840Z[ recovery-image] Oct 29 18:39:13.514 INFO O| Oct 29 18:39:13.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look"
49712024-10-29T18:39:14.840Z[ recovery-image] Oct 29 18:39:13.514 INFO O| Oct 29 18:39:13.514 INFO STEP 269 (remove_files) COMPLETE
49722024-10-29T18:39:14.843Z[ recovery-image] Oct 29 18:39:13.514 INFO O| Oct 29 18:39:13.514 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49732024-10-29T18:39:14.851Z[ recovery-image] Oct 29 18:39:13.525 INFO O| Oct 29 18:39:13.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker"
49742024-10-29T18:39:14.854Z[ recovery-image] Oct 29 18:39:13.525 INFO O| Oct 29 18:39:13.525 INFO STEP 270 (remove_files) COMPLETE
49752024-10-29T18:39:14.854Z[ recovery-image] Oct 29 18:39:13.525 INFO O| Oct 29 18:39:13.525 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49762024-10-29T18:39:14.865Z[ recovery-image] Oct 29 18:39:13.538 INFO O| Oct 29 18:39:13.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4"
49772024-10-29T18:39:14.865Z[ recovery-image] Oct 29 18:39:13.538 INFO O| Oct 29 18:39:13.538 INFO STEP 271 (remove_files) COMPLETE
49782024-10-29T18:39:14.869Z[ recovery-image] Oct 29 18:39:13.538 INFO O| Oct 29 18:39:13.538 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49792024-10-29T18:39:14.875Z[ recovery-image] Oct 29 18:39:13.549 INFO O| Oct 29 18:39:13.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec"
49802024-10-29T18:39:14.875Z[ recovery-image] Oct 29 18:39:13.549 INFO O| Oct 29 18:39:13.549 INFO STEP 272 (remove_files) COMPLETE
49812024-10-29T18:39:14.877Z[ recovery-image] Oct 29 18:39:13.549 INFO O| Oct 29 18:39:13.549 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49822024-10-29T18:39:14.885Z[ recovery-image] Oct 29 18:39:13.559 INFO O| Oct 29 18:39:13.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo"
49832024-10-29T18:39:14.885Z[ recovery-image] Oct 29 18:39:13.559 INFO O| Oct 29 18:39:13.559 INFO STEP 273 (remove_files) COMPLETE
49842024-10-29T18:39:14.885Z[ recovery-image] Oct 29 18:39:13.559 INFO O| Oct 29 18:39:13.559 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49852024-10-29T18:39:14.898Z[ recovery-image] Oct 29 18:39:13.572 INFO O| Oct 29 18:39:13.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac"
49862024-10-29T18:39:14.900Z[ recovery-image] Oct 29 18:39:13.572 INFO O| Oct 29 18:39:13.572 INFO STEP 274 (remove_files) COMPLETE
49872024-10-29T18:39:14.901Z[ recovery-image] Oct 29 18:39:13.572 INFO O| Oct 29 18:39:13.572 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49882024-10-29T18:39:14.909Z[ recovery-image] Oct 29 18:39:13.583 INFO O| Oct 29 18:39:13.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach"
49892024-10-29T18:39:14.911Z[ recovery-image] Oct 29 18:39:13.584 INFO O| Oct 29 18:39:13.584 INFO STEP 275 (remove_files) COMPLETE
49902024-10-29T18:39:14.911Z[ recovery-image] Oct 29 18:39:13.584 INFO O| Oct 29 18:39:13.584 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49912024-10-29T18:39:14.920Z[ recovery-image] Oct 29 18:39:13.594 INFO O| Oct 29 18:39:13.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx"
49922024-10-29T18:39:14.922Z[ recovery-image] Oct 29 18:39:13.594 INFO O| Oct 29 18:39:13.594 INFO STEP 276 (remove_files) COMPLETE
49932024-10-29T18:39:14.922Z[ recovery-image] Oct 29 18:39:13.594 INFO O| Oct 29 18:39:13.594 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49942024-10-29T18:39:14.929Z[ recovery-image] Oct 29 18:39:13.604 INFO O| Oct 29 18:39:13.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev"
49952024-10-29T18:39:14.929Z[ recovery-image] Oct 29 18:39:13.604 INFO O| Oct 29 18:39:13.604 INFO STEP 277 (remove_files) COMPLETE
49962024-10-29T18:39:14.932Z[ recovery-image] Oct 29 18:39:13.604 INFO O| Oct 29 18:39:13.604 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
49972024-10-29T18:39:14.939Z[ recovery-image] Oct 29 18:39:13.614 INFO O| Oct 29 18:39:13.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb"
49982024-10-29T18:39:14.940Z[ recovery-image] Oct 29 18:39:13.614 INFO O| Oct 29 18:39:13.614 INFO STEP 278 (remove_files) COMPLETE
49992024-10-29T18:39:14.942Z[ recovery-image] Oct 29 18:39:13.614 INFO O| Oct 29 18:39:13.614 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50002024-10-29T18:39:14.950Z[ recovery-image] Oct 29 18:39:13.623 INFO O| Oct 29 18:39:13.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg"
50012024-10-29T18:39:14.950Z[ recovery-image] Oct 29 18:39:13.623 INFO O| Oct 29 18:39:13.623 INFO STEP 279 (remove_files) COMPLETE
50022024-10-29T18:39:14.952Z[ recovery-image] Oct 29 18:39:13.623 INFO O| Oct 29 18:39:13.623 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50032024-10-29T18:39:14.961Z[ recovery-image] Oct 29 18:39:13.633 INFO O| Oct 29 18:39:13.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c"
50042024-10-29T18:39:14.963Z[ recovery-image] Oct 29 18:39:13.633 INFO O| Oct 29 18:39:13.633 INFO STEP 280 (remove_files) COMPLETE
50052024-10-29T18:39:14.963Z[ recovery-image] Oct 29 18:39:13.633 INFO O| Oct 29 18:39:13.633 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50062024-10-29T18:39:14.969Z[ recovery-image] Oct 29 18:39:13.643 INFO O| Oct 29 18:39:13.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update"
50072024-10-29T18:39:14.969Z[ recovery-image] Oct 29 18:39:13.643 INFO O| Oct 29 18:39:13.643 INFO STEP 281 (remove_files) COMPLETE
50082024-10-29T18:39:14.971Z[ recovery-image] Oct 29 18:39:13.643 INFO O| Oct 29 18:39:13.643 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50092024-10-29T18:39:14.979Z[ recovery-image] Oct 29 18:39:13.653 INFO O| Oct 29 18:39:13.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo"
50102024-10-29T18:39:14.982Z[ recovery-image] Oct 29 18:39:13.653 INFO O| Oct 29 18:39:13.653 INFO STEP 282 (remove_files) COMPLETE
50112024-10-29T18:39:14.982Z[ recovery-image] Oct 29 18:39:13.653 INFO O| Oct 29 18:39:13.653 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50122024-10-29T18:39:14.990Z[ recovery-image] Oct 29 18:39:13.664 INFO O| Oct 29 18:39:13.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict"
50132024-10-29T18:39:14.990Z[ recovery-image] Oct 29 18:39:13.664 INFO O| Oct 29 18:39:13.664 INFO STEP 283 (remove_files) COMPLETE
50142024-10-29T18:39:14.992Z[ recovery-image] Oct 29 18:39:13.664 INFO O| Oct 29 18:39:13.664 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50152024-10-29T18:39:15.000Z[ recovery-image] Oct 29 18:39:13.674 INFO O| Oct 29 18:39:13.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe"
50162024-10-29T18:39:15.000Z[ recovery-image] Oct 29 18:39:13.674 INFO O| Oct 29 18:39:13.674 INFO STEP 284 (remove_files) COMPLETE
50172024-10-29T18:39:15.002Z[ recovery-image] Oct 29 18:39:13.674 INFO O| Oct 29 18:39:13.674 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50182024-10-29T18:39:15.009Z[ recovery-image] Oct 29 18:39:13.683 INFO O| Oct 29 18:39:13.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat"
50192024-10-29T18:39:15.012Z[ recovery-image] Oct 29 18:39:13.684 INFO O| Oct 29 18:39:13.684 INFO STEP 285 (remove_files) COMPLETE
50202024-10-29T18:39:15.012Z[ recovery-image] Oct 29 18:39:13.684 INFO O| Oct 29 18:39:13.684 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50212024-10-29T18:39:15.019Z[ recovery-image] Oct 29 18:39:13.693 INFO O| Oct 29 18:39:13.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt"
50222024-10-29T18:39:15.022Z[ recovery-image] Oct 29 18:39:13.693 INFO O| Oct 29 18:39:13.693 INFO STEP 286 (remove_files) COMPLETE
50232024-10-29T18:39:15.022Z[ recovery-image] Oct 29 18:39:13.693 INFO O| Oct 29 18:39:13.693 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50242024-10-29T18:39:15.029Z[ recovery-image] Oct 29 18:39:13.703 INFO O| Oct 29 18:39:13.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config"
50252024-10-29T18:39:15.029Z[ recovery-image] Oct 29 18:39:13.703 INFO O| Oct 29 18:39:13.703 INFO STEP 287 (remove_files) COMPLETE
50262024-10-29T18:39:15.029Z[ recovery-image] Oct 29 18:39:13.703 INFO O| Oct 29 18:39:13.703 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50272024-10-29T18:39:15.039Z[ recovery-image] Oct 29 18:39:13.713 INFO O| Oct 29 18:39:13.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert"
50282024-10-29T18:39:15.039Z[ recovery-image] Oct 29 18:39:13.713 INFO O| Oct 29 18:39:13.713 INFO STEP 288 (remove_files) COMPLETE
50292024-10-29T18:39:15.042Z[ recovery-image] Oct 29 18:39:13.713 INFO O| Oct 29 18:39:13.713 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50302024-10-29T18:39:15.049Z[ recovery-image] Oct 29 18:39:13.723 INFO O| Oct 29 18:39:13.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config"
50312024-10-29T18:39:15.049Z[ recovery-image] Oct 29 18:39:13.724 INFO O| Oct 29 18:39:13.723 INFO STEP 289 (remove_files) COMPLETE
50322024-10-29T18:39:15.049Z[ recovery-image] Oct 29 18:39:13.724 INFO O| Oct 29 18:39:13.724 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50332024-10-29T18:39:15.063Z[ recovery-image] Oct 29 18:39:13.737 INFO O| Oct 29 18:39:13.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user"
50342024-10-29T18:39:15.063Z[ recovery-image] Oct 29 18:39:13.738 INFO O| Oct 29 18:39:13.738 INFO STEP 290 (remove_files) COMPLETE
50352024-10-29T18:39:15.066Z[ recovery-image] Oct 29 18:39:13.738 INFO O| Oct 29 18:39:13.738 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50362024-10-29T18:39:15.075Z[ recovery-image] Oct 29 18:39:13.749 INFO O| Oct 29 18:39:13.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform"
50372024-10-29T18:39:15.075Z[ recovery-image] Oct 29 18:39:13.749 INFO O| Oct 29 18:39:13.749 INFO STEP 291 (remove_files) COMPLETE
50382024-10-29T18:39:15.075Z[ recovery-image] Oct 29 18:39:13.749 INFO O| Oct 29 18:39:13.749 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50392024-10-29T18:39:15.086Z[ recovery-image] Oct 29 18:39:13.760 INFO O| Oct 29 18:39:13.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp"
50402024-10-29T18:39:15.086Z[ recovery-image] Oct 29 18:39:13.760 INFO O| Oct 29 18:39:13.760 INFO STEP 292 (remove_files) COMPLETE
50412024-10-29T18:39:15.088Z[ recovery-image] Oct 29 18:39:13.760 INFO O| Oct 29 18:39:13.760 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50422024-10-29T18:39:15.096Z[ recovery-image] Oct 29 18:39:13.770 INFO O| Oct 29 18:39:13.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news"
50432024-10-29T18:39:15.096Z[ recovery-image] Oct 29 18:39:13.770 INFO O| Oct 29 18:39:13.770 INFO STEP 293 (remove_files) COMPLETE
50442024-10-29T18:39:15.096Z[ recovery-image] Oct 29 18:39:13.770 INFO O| Oct 29 18:39:13.770 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50452024-10-29T18:39:15.106Z[ recovery-image] Oct 29 18:39:13.780 INFO O| Oct 29 18:39:13.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask"
50462024-10-29T18:39:15.106Z[ recovery-image] Oct 29 18:39:13.780 INFO O| Oct 29 18:39:13.780 INFO STEP 294 (remove_files) COMPLETE
50472024-10-29T18:39:15.109Z[ recovery-image] Oct 29 18:39:13.780 INFO O| Oct 29 18:39:13.780 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50482024-10-29T18:39:15.117Z[ recovery-image] Oct 29 18:39:13.791 INFO O| Oct 29 18:39:13.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice"
50492024-10-29T18:39:15.117Z[ recovery-image] Oct 29 18:39:13.791 INFO O| Oct 29 18:39:13.791 INFO STEP 295 (remove_files) COMPLETE
50502024-10-29T18:39:15.119Z[ recovery-image] Oct 29 18:39:13.791 INFO O| Oct 29 18:39:13.791 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50512024-10-29T18:39:15.128Z[ recovery-image] Oct 29 18:39:13.802 INFO O| Oct 29 18:39:13.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl"
50522024-10-29T18:39:15.128Z[ recovery-image] Oct 29 18:39:13.802 INFO O| Oct 29 18:39:13.802 INFO STEP 296 (remove_files) COMPLETE
50532024-10-29T18:39:15.130Z[ recovery-image] Oct 29 18:39:13.802 INFO O| Oct 29 18:39:13.802 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50542024-10-29T18:39:15.139Z[ recovery-image] Oct 29 18:39:13.813 INFO O| Oct 29 18:39:13.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk"
50552024-10-29T18:39:15.139Z[ recovery-image] Oct 29 18:39:13.813 INFO O| Oct 29 18:39:13.813 INFO STEP 297 (remove_files) COMPLETE
50562024-10-29T18:39:15.141Z[ recovery-image] Oct 29 18:39:13.813 INFO O| Oct 29 18:39:13.813 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50572024-10-29T18:39:15.150Z[ recovery-image] Oct 29 18:39:13.823 INFO O| Oct 29 18:39:13.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od"
50582024-10-29T18:39:15.152Z[ recovery-image] Oct 29 18:39:13.823 INFO O| Oct 29 18:39:13.823 INFO STEP 298 (remove_files) COMPLETE
50592024-10-29T18:39:15.152Z[ recovery-image] Oct 29 18:39:13.823 INFO O| Oct 29 18:39:13.823 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50602024-10-29T18:39:15.159Z[ recovery-image] Oct 29 18:39:13.833 INFO O| Oct 29 18:39:13.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa"
50612024-10-29T18:39:15.159Z[ recovery-image] Oct 29 18:39:13.833 INFO O| Oct 29 18:39:13.833 INFO STEP 299 (remove_files) COMPLETE
50622024-10-29T18:39:15.161Z[ recovery-image] Oct 29 18:39:13.833 INFO O| Oct 29 18:39:13.833 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50632024-10-29T18:39:15.169Z[ recovery-image] Oct 29 18:39:13.843 INFO O| Oct 29 18:39:13.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack"
50642024-10-29T18:39:15.171Z[ recovery-image] Oct 29 18:39:13.843 INFO O| Oct 29 18:39:13.843 INFO STEP 300 (remove_files) COMPLETE
50652024-10-29T18:39:15.171Z[ recovery-image] Oct 29 18:39:13.843 INFO O| Oct 29 18:39:13.843 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50662024-10-29T18:39:15.178Z[ recovery-image] Oct 29 18:39:13.852 INFO O| Oct 29 18:39:13.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page"
50672024-10-29T18:39:15.182Z[ recovery-image] Oct 29 18:39:13.852 INFO O| Oct 29 18:39:13.852 INFO STEP 301 (remove_files) COMPLETE
50682024-10-29T18:39:15.182Z[ recovery-image] Oct 29 18:39:13.852 INFO O| Oct 29 18:39:13.852 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50692024-10-29T18:39:15.188Z[ recovery-image] Oct 29 18:39:13.862 INFO O| Oct 29 18:39:13.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize"
50702024-10-29T18:39:15.191Z[ recovery-image] Oct 29 18:39:13.862 INFO O| Oct 29 18:39:13.862 INFO STEP 302 (remove_files) COMPLETE
50712024-10-29T18:39:15.191Z[ recovery-image] Oct 29 18:39:13.862 INFO O| Oct 29 18:39:13.862 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50722024-10-29T18:39:15.198Z[ recovery-image] Oct 29 18:39:13.872 INFO O| Oct 29 18:39:13.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs"
50732024-10-29T18:39:15.201Z[ recovery-image] Oct 29 18:39:13.872 INFO O| Oct 29 18:39:13.872 INFO STEP 303 (remove_files) COMPLETE
50742024-10-29T18:39:15.201Z[ recovery-image] Oct 29 18:39:13.872 INFO O| Oct 29 18:39:13.872 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50752024-10-29T18:39:15.210Z[ recovery-image] Oct 29 18:39:13.882 INFO O| Oct 29 18:39:13.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd"
50762024-10-29T18:39:15.210Z[ recovery-image] Oct 29 18:39:13.882 INFO O| Oct 29 18:39:13.882 INFO STEP 304 (remove_files) COMPLETE
50772024-10-29T18:39:15.210Z[ recovery-image] Oct 29 18:39:13.882 INFO O| Oct 29 18:39:13.882 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50782024-10-29T18:39:15.218Z[ recovery-image] Oct 29 18:39:13.892 INFO O| Oct 29 18:39:13.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste"
50792024-10-29T18:39:15.221Z[ recovery-image] Oct 29 18:39:13.892 INFO O| Oct 29 18:39:13.892 INFO STEP 305 (remove_files) COMPLETE
50802024-10-29T18:39:15.221Z[ recovery-image] Oct 29 18:39:13.892 INFO O| Oct 29 18:39:13.892 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50812024-10-29T18:39:15.228Z[ recovery-image] Oct 29 18:39:13.902 INFO O| Oct 29 18:39:13.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk"
50822024-10-29T18:39:15.228Z[ recovery-image] Oct 29 18:39:13.902 INFO O| Oct 29 18:39:13.902 INFO STEP 306 (remove_files) COMPLETE
50832024-10-29T18:39:15.230Z[ recovery-image] Oct 29 18:39:13.902 INFO O| Oct 29 18:39:13.902 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50842024-10-29T18:39:15.238Z[ recovery-image] Oct 29 18:39:13.912 INFO O| Oct 29 18:39:13.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv"
50852024-10-29T18:39:15.238Z[ recovery-image] Oct 29 18:39:13.912 INFO O| Oct 29 18:39:13.912 INFO STEP 307 (remove_files) COMPLETE
50862024-10-29T18:39:15.243Z[ recovery-image] Oct 29 18:39:13.912 INFO O| Oct 29 18:39:13.912 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50872024-10-29T18:39:15.248Z[ recovery-image] Oct 29 18:39:13.922 INFO O| Oct 29 18:39:13.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax"
50882024-10-29T18:39:15.250Z[ recovery-image] Oct 29 18:39:13.922 INFO O| Oct 29 18:39:13.922 INFO STEP 308 (remove_files) COMPLETE
50892024-10-29T18:39:15.250Z[ recovery-image] Oct 29 18:39:13.922 INFO O| Oct 29 18:39:13.922 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50902024-10-29T18:39:15.258Z[ recovery-image] Oct 29 18:39:13.932 INFO O| Oct 29 18:39:13.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config"
50912024-10-29T18:39:15.260Z[ recovery-image] Oct 29 18:39:13.933 INFO O| Oct 29 18:39:13.933 INFO STEP 309 (remove_files) COMPLETE
50922024-10-29T18:39:15.261Z[ recovery-image] Oct 29 18:39:13.933 INFO O| Oct 29 18:39:13.933 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50932024-10-29T18:39:15.268Z[ recovery-image] Oct 29 18:39:13.943 INFO O| Oct 29 18:39:13.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config"
50942024-10-29T18:39:15.268Z[ recovery-image] Oct 29 18:39:13.943 INFO O| Oct 29 18:39:13.943 INFO STEP 310 (remove_files) COMPLETE
50952024-10-29T18:39:15.271Z[ recovery-image] Oct 29 18:39:13.943 INFO O| Oct 29 18:39:13.943 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50962024-10-29T18:39:15.278Z[ recovery-image] Oct 29 18:39:13.952 INFO O| Oct 29 18:39:13.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config"
50972024-10-29T18:39:15.278Z[ recovery-image] Oct 29 18:39:13.952 INFO O| Oct 29 18:39:13.952 INFO STEP 311 (remove_files) COMPLETE
50982024-10-29T18:39:15.278Z[ recovery-image] Oct 29 18:39:13.952 INFO O| Oct 29 18:39:13.952 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
50992024-10-29T18:39:15.288Z[ recovery-image] Oct 29 18:39:13.962 INFO O| Oct 29 18:39:13.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep"
51002024-10-29T18:39:15.291Z[ recovery-image] Oct 29 18:39:13.962 INFO O| Oct 29 18:39:13.962 INFO STEP 312 (remove_files) COMPLETE
51012024-10-29T18:39:15.291Z[ recovery-image] Oct 29 18:39:13.962 INFO O| Oct 29 18:39:13.962 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51022024-10-29T18:39:15.298Z[ recovery-image] Oct 29 18:39:13.972 INFO O| Oct 29 18:39:13.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test"
51032024-10-29T18:39:15.298Z[ recovery-image] Oct 29 18:39:13.972 INFO O| Oct 29 18:39:13.972 INFO STEP 313 (remove_files) COMPLETE
51042024-10-29T18:39:15.298Z[ recovery-image] Oct 29 18:39:13.972 INFO O| Oct 29 18:39:13.972 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51052024-10-29T18:39:15.308Z[ recovery-image] Oct 29 18:39:13.982 INFO O| Oct 29 18:39:13.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred"
51062024-10-29T18:39:15.308Z[ recovery-image] Oct 29 18:39:13.982 INFO O| Oct 29 18:39:13.982 INFO STEP 314 (remove_files) COMPLETE
51072024-10-29T18:39:15.308Z[ recovery-image] Oct 29 18:39:13.982 INFO O| Oct 29 18:39:13.982 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51082024-10-29T18:39:15.318Z[ recovery-image] Oct 29 18:39:13.992 INFO O| Oct 29 18:39:13.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep"
51092024-10-29T18:39:15.320Z[ recovery-image] Oct 29 18:39:13.992 INFO O| Oct 29 18:39:13.992 INFO STEP 315 (remove_files) COMPLETE
51102024-10-29T18:39:15.320Z[ recovery-image] Oct 29 18:39:13.992 INFO O| Oct 29 18:39:13.992 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51112024-10-29T18:39:15.328Z[ recovery-image] Oct 29 18:39:14.002 INFO O| Oct 29 18:39:14.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest"
51122024-10-29T18:39:15.328Z[ recovery-image] Oct 29 18:39:14.002 INFO O| Oct 29 18:39:14.002 INFO STEP 316 (remove_files) COMPLETE
51132024-10-29T18:39:15.334Z[ recovery-image] Oct 29 18:39:14.002 INFO O| Oct 29 18:39:14.002 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51142024-10-29T18:39:15.338Z[ recovery-image] Oct 29 18:39:14.012 INFO O| Oct 29 18:39:14.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv"
51152024-10-29T18:39:15.341Z[ recovery-image] Oct 29 18:39:14.012 INFO O| Oct 29 18:39:14.012 INFO STEP 317 (remove_files) COMPLETE
51162024-10-29T18:39:15.341Z[ recovery-image] Oct 29 18:39:14.012 INFO O| Oct 29 18:39:14.012 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51172024-10-29T18:39:15.348Z[ recovery-image] Oct 29 18:39:14.022 INFO O| Oct 29 18:39:14.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash"
51182024-10-29T18:39:15.350Z[ recovery-image] Oct 29 18:39:14.022 INFO O| Oct 29 18:39:14.022 INFO STEP 318 (remove_files) COMPLETE
51192024-10-29T18:39:15.350Z[ recovery-image] Oct 29 18:39:14.022 INFO O| Oct 29 18:39:14.022 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51202024-10-29T18:39:15.358Z[ recovery-image] Oct 29 18:39:14.032 INFO O| Oct 29 18:39:14.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh"
51212024-10-29T18:39:15.358Z[ recovery-image] Oct 29 18:39:14.032 INFO O| Oct 29 18:39:14.032 INFO STEP 319 (remove_files) COMPLETE
51222024-10-29T18:39:15.360Z[ recovery-image] Oct 29 18:39:14.032 INFO O| Oct 29 18:39:14.032 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51232024-10-29T18:39:15.368Z[ recovery-image] Oct 29 18:39:14.042 INFO O| Oct 29 18:39:14.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles"
51242024-10-29T18:39:15.368Z[ recovery-image] Oct 29 18:39:14.042 INFO O| Oct 29 18:39:14.042 INFO STEP 320 (remove_files) COMPLETE
51252024-10-29T18:39:15.370Z[ recovery-image] Oct 29 18:39:14.042 INFO O| Oct 29 18:39:14.042 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51262024-10-29T18:39:15.378Z[ recovery-image] Oct 29 18:39:14.052 INFO O| Oct 29 18:39:14.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh"
51272024-10-29T18:39:15.378Z[ recovery-image] Oct 29 18:39:14.052 INFO O| Oct 29 18:39:14.052 INFO STEP 321 (remove_files) COMPLETE
51282024-10-29T18:39:15.378Z[ recovery-image] Oct 29 18:39:14.052 INFO O| Oct 29 18:39:14.052 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51292024-10-29T18:39:15.387Z[ recovery-image] Oct 29 18:39:14.061 INFO O| Oct 29 18:39:14.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93"
51302024-10-29T18:39:15.388Z[ recovery-image] Oct 29 18:39:14.062 INFO O| Oct 29 18:39:14.062 INFO STEP 322 (remove_files) COMPLETE
51312024-10-29T18:39:15.388Z[ recovery-image] Oct 29 18:39:14.062 INFO O| Oct 29 18:39:14.062 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51322024-10-29T18:39:15.397Z[ recovery-image] Oct 29 18:39:14.071 INFO O| Oct 29 18:39:14.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags"
51332024-10-29T18:39:15.397Z[ recovery-image] Oct 29 18:39:14.072 INFO O| Oct 29 18:39:14.071 INFO STEP 323 (remove_files) COMPLETE
51342024-10-29T18:39:15.401Z[ recovery-image] Oct 29 18:39:14.072 INFO O| Oct 29 18:39:14.072 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51352024-10-29T18:39:15.407Z[ recovery-image] Oct 29 18:39:14.081 INFO O| Oct 29 18:39:14.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh"
51362024-10-29T18:39:15.407Z[ recovery-image] Oct 29 18:39:14.081 INFO O| Oct 29 18:39:14.081 INFO STEP 324 (remove_files) COMPLETE
51372024-10-29T18:39:15.407Z[ recovery-image] Oct 29 18:39:14.081 INFO O| Oct 29 18:39:14.081 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51382024-10-29T18:39:15.417Z[ recovery-image] Oct 29 18:39:14.091 INFO O| Oct 29 18:39:14.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93"
51392024-10-29T18:39:15.417Z[ recovery-image] Oct 29 18:39:14.091 INFO O| Oct 29 18:39:14.091 INFO STEP 325 (remove_files) COMPLETE
51402024-10-29T18:39:15.420Z[ recovery-image] Oct 29 18:39:14.091 INFO O| Oct 29 18:39:14.091 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51412024-10-29T18:39:15.430Z[ recovery-image] Oct 29 18:39:14.101 INFO O| Oct 29 18:39:14.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh"
51422024-10-29T18:39:15.432Z[ recovery-image] Oct 29 18:39:14.102 INFO O| Oct 29 18:39:14.102 INFO STEP 326 (remove_files) COMPLETE
51432024-10-29T18:39:15.432Z[ recovery-image] Oct 29 18:39:14.102 INFO O| Oct 29 18:39:14.102 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51442024-10-29T18:39:15.437Z[ recovery-image] Oct 29 18:39:14.111 INFO O| Oct 29 18:39:14.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh"
51452024-10-29T18:39:15.440Z[ recovery-image] Oct 29 18:39:14.112 INFO O| Oct 29 18:39:14.112 INFO STEP 327 (remove_files) COMPLETE
51462024-10-29T18:39:15.440Z[ recovery-image] Oct 29 18:39:14.112 INFO O| Oct 29 18:39:14.112 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51472024-10-29T18:39:15.447Z[ recovery-image] Oct 29 18:39:14.121 INFO O| Oct 29 18:39:14.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh"
51482024-10-29T18:39:15.447Z[ recovery-image] Oct 29 18:39:14.121 INFO O| Oct 29 18:39:14.121 INFO STEP 328 (remove_files) COMPLETE
51492024-10-29T18:39:15.451Z[ recovery-image] Oct 29 18:39:14.121 INFO O| Oct 29 18:39:14.121 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51502024-10-29T18:39:15.457Z[ recovery-image] Oct 29 18:39:14.131 INFO O| Oct 29 18:39:14.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg"
51512024-10-29T18:39:15.459Z[ recovery-image] Oct 29 18:39:14.131 INFO O| Oct 29 18:39:14.131 INFO STEP 329 (remove_files) COMPLETE
51522024-10-29T18:39:15.459Z[ recovery-image] Oct 29 18:39:14.131 INFO O| Oct 29 18:39:14.131 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51532024-10-29T18:39:15.468Z[ recovery-image] Oct 29 18:39:14.142 INFO O| Oct 29 18:39:14.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo"
51542024-10-29T18:39:15.468Z[ recovery-image] Oct 29 18:39:14.142 INFO O| Oct 29 18:39:14.142 INFO STEP 330 (remove_files) COMPLETE
51552024-10-29T18:39:15.471Z[ recovery-image] Oct 29 18:39:14.142 INFO O| Oct 29 18:39:14.142 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51562024-10-29T18:39:15.479Z[ recovery-image] Oct 29 18:39:14.153 INFO O| Oct 29 18:39:14.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat"
51572024-10-29T18:39:15.479Z[ recovery-image] Oct 29 18:39:14.153 INFO O| Oct 29 18:39:14.153 INFO STEP 331 (remove_files) COMPLETE
51582024-10-29T18:39:15.479Z[ recovery-image] Oct 29 18:39:14.153 INFO O| Oct 29 18:39:14.153 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51592024-10-29T18:39:15.493Z[ recovery-image] Oct 29 18:39:14.167 INFO O| Oct 29 18:39:14.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm"
51602024-10-29T18:39:15.493Z[ recovery-image] Oct 29 18:39:14.167 INFO O| Oct 29 18:39:14.167 INFO STEP 332 (remove_files) COMPLETE
51612024-10-29T18:39:15.496Z[ recovery-image] Oct 29 18:39:14.167 INFO O| Oct 29 18:39:14.167 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51622024-10-29T18:39:15.507Z[ recovery-image] Oct 29 18:39:14.181 INFO O| Oct 29 18:39:14.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond"
51632024-10-29T18:39:15.507Z[ recovery-image] Oct 29 18:39:14.181 INFO O| Oct 29 18:39:14.181 INFO STEP 333 (remove_files) COMPLETE
51642024-10-29T18:39:15.510Z[ recovery-image] Oct 29 18:39:14.181 INFO O| Oct 29 18:39:14.181 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51652024-10-29T18:39:15.520Z[ recovery-image] Oct 29 18:39:14.194 INFO O| Oct 29 18:39:14.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo"
51662024-10-29T18:39:15.522Z[ recovery-image] Oct 29 18:39:14.194 INFO O| Oct 29 18:39:14.194 INFO STEP 334 (remove_files) COMPLETE
51672024-10-29T18:39:15.522Z[ recovery-image] Oct 29 18:39:14.194 INFO O| Oct 29 18:39:14.194 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51682024-10-29T18:39:15.534Z[ recovery-image] Oct 29 18:39:14.205 INFO O| Oct 29 18:39:14.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk"
51692024-10-29T18:39:15.534Z[ recovery-image] Oct 29 18:39:14.205 INFO O| Oct 29 18:39:14.205 INFO STEP 335 (remove_files) COMPLETE
51702024-10-29T18:39:15.536Z[ recovery-image] Oct 29 18:39:14.205 INFO O| Oct 29 18:39:14.205 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51712024-10-29T18:39:15.542Z[ recovery-image] Oct 29 18:39:14.216 INFO O| Oct 29 18:39:14.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam"
51722024-10-29T18:39:15.542Z[ recovery-image] Oct 29 18:39:14.216 INFO O| Oct 29 18:39:14.216 INFO STEP 336 (remove_files) COMPLETE
51732024-10-29T18:39:15.545Z[ recovery-image] Oct 29 18:39:14.216 INFO O| Oct 29 18:39:14.216 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51742024-10-29T18:39:15.552Z[ recovery-image] Oct 29 18:39:14.226 INFO O| Oct 29 18:39:14.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto"
51752024-10-29T18:39:15.552Z[ recovery-image] Oct 29 18:39:14.227 INFO O| Oct 29 18:39:14.227 INFO STEP 337 (remove_files) COMPLETE
51762024-10-29T18:39:15.555Z[ recovery-image] Oct 29 18:39:14.227 INFO O| Oct 29 18:39:14.227 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51772024-10-29T18:39:15.563Z[ recovery-image] Oct 29 18:39:14.237 INFO O| Oct 29 18:39:14.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans"
51782024-10-29T18:39:15.563Z[ recovery-image] Oct 29 18:39:14.237 INFO O| Oct 29 18:39:14.237 INFO STEP 338 (remove_files) COMPLETE
51792024-10-29T18:39:15.565Z[ recovery-image] Oct 29 18:39:14.237 INFO O| Oct 29 18:39:14.237 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51802024-10-29T18:39:15.573Z[ recovery-image] Oct 29 18:39:14.247 INFO O| Oct 29 18:39:14.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill"
51812024-10-29T18:39:15.573Z[ recovery-image] Oct 29 18:39:14.247 INFO O| Oct 29 18:39:14.247 INFO STEP 339 (remove_files) COMPLETE
51822024-10-29T18:39:15.573Z[ recovery-image] Oct 29 18:39:14.247 INFO O| Oct 29 18:39:14.247 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51832024-10-29T18:39:15.583Z[ recovery-image] Oct 29 18:39:14.257 INFO O| Oct 29 18:39:14.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool"
51842024-10-29T18:39:15.583Z[ recovery-image] Oct 29 18:39:14.257 INFO O| Oct 29 18:39:14.257 INFO STEP 340 (remove_files) COMPLETE
51852024-10-29T18:39:15.585Z[ recovery-image] Oct 29 18:39:14.257 INFO O| Oct 29 18:39:14.257 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51862024-10-29T18:39:15.593Z[ recovery-image] Oct 29 18:39:14.267 INFO O| Oct 29 18:39:14.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd"
51872024-10-29T18:39:15.593Z[ recovery-image] Oct 29 18:39:14.267 INFO O| Oct 29 18:39:14.267 INFO STEP 341 (remove_files) COMPLETE
51882024-10-29T18:39:15.595Z[ recovery-image] Oct 29 18:39:14.267 INFO O| Oct 29 18:39:14.267 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51892024-10-29T18:39:15.603Z[ recovery-image] Oct 29 18:39:14.278 INFO O| Oct 29 18:39:14.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp"
51902024-10-29T18:39:15.606Z[ recovery-image] Oct 29 18:39:14.278 INFO O| Oct 29 18:39:14.278 INFO STEP 342 (remove_files) COMPLETE
51912024-10-29T18:39:15.606Z[ recovery-image] Oct 29 18:39:14.278 INFO O| Oct 29 18:39:14.278 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51922024-10-29T18:39:15.614Z[ recovery-image] Oct 29 18:39:14.288 INFO O| Oct 29 18:39:14.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit"
51932024-10-29T18:39:15.614Z[ recovery-image] Oct 29 18:39:14.288 INFO O| Oct 29 18:39:14.288 INFO STEP 343 (remove_files) COMPLETE
51942024-10-29T18:39:15.616Z[ recovery-image] Oct 29 18:39:14.288 INFO O| Oct 29 18:39:14.288 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51952024-10-29T18:39:15.625Z[ recovery-image] Oct 29 18:39:14.298 INFO O| Oct 29 18:39:14.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise"
51962024-10-29T18:39:15.625Z[ recovery-image] Oct 29 18:39:14.298 INFO O| Oct 29 18:39:14.298 INFO STEP 344 (remove_files) COMPLETE
51972024-10-29T18:39:15.627Z[ recovery-image] Oct 29 18:39:14.298 INFO O| Oct 29 18:39:14.298 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
51982024-10-29T18:39:15.634Z[ recovery-image] Oct 29 18:39:14.308 INFO O| Oct 29 18:39:14.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap"
51992024-10-29T18:39:15.637Z[ recovery-image] Oct 29 18:39:14.308 INFO O| Oct 29 18:39:14.308 INFO STEP 345 (remove_files) COMPLETE
52002024-10-29T18:39:15.637Z[ recovery-image] Oct 29 18:39:14.308 INFO O| Oct 29 18:39:14.308 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52012024-10-29T18:39:15.645Z[ recovery-image] Oct 29 18:39:14.319 INFO O| Oct 29 18:39:14.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat"
52022024-10-29T18:39:15.647Z[ recovery-image] Oct 29 18:39:14.320 INFO O| Oct 29 18:39:14.320 INFO STEP 346 (remove_files) COMPLETE
52032024-10-29T18:39:15.647Z[ recovery-image] Oct 29 18:39:14.320 INFO O| Oct 29 18:39:14.320 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52042024-10-29T18:39:15.656Z[ recovery-image] Oct 29 18:39:14.330 INFO O| Oct 29 18:39:14.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz"
52052024-10-29T18:39:15.659Z[ recovery-image] Oct 29 18:39:14.330 INFO O| Oct 29 18:39:14.330 INFO STEP 347 (remove_files) COMPLETE
52062024-10-29T18:39:15.659Z[ recovery-image] Oct 29 18:39:14.330 INFO O| Oct 29 18:39:14.330 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52072024-10-29T18:39:15.667Z[ recovery-image] Oct 29 18:39:14.341 INFO O| Oct 29 18:39:14.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv"
52082024-10-29T18:39:15.669Z[ recovery-image] Oct 29 18:39:14.341 INFO O| Oct 29 18:39:14.341 INFO STEP 348 (remove_files) COMPLETE
52092024-10-29T18:39:15.669Z[ recovery-image] Oct 29 18:39:14.341 INFO O| Oct 29 18:39:14.341 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52102024-10-29T18:39:15.677Z[ recovery-image] Oct 29 18:39:14.351 INFO O| Oct 29 18:39:14.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr"
52112024-10-29T18:39:15.677Z[ recovery-image] Oct 29 18:39:14.351 INFO O| Oct 29 18:39:14.351 INFO STEP 349 (remove_files) COMPLETE
52122024-10-29T18:39:15.680Z[ recovery-image] Oct 29 18:39:14.351 INFO O| Oct 29 18:39:14.351 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52132024-10-29T18:39:15.687Z[ recovery-image] Oct 29 18:39:14.361 INFO O| Oct 29 18:39:14.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl"
52142024-10-29T18:39:15.687Z[ recovery-image] Oct 29 18:39:14.361 INFO O| Oct 29 18:39:14.361 INFO STEP 350 (remove_files) COMPLETE
52152024-10-29T18:39:15.690Z[ recovery-image] Oct 29 18:39:14.361 INFO O| Oct 29 18:39:14.361 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52162024-10-29T18:39:15.697Z[ recovery-image] Oct 29 18:39:14.371 INFO O| Oct 29 18:39:14.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap"
52172024-10-29T18:39:15.699Z[ recovery-image] Oct 29 18:39:14.371 INFO O| Oct 29 18:39:14.371 INFO STEP 351 (remove_files) COMPLETE
52182024-10-29T18:39:15.699Z[ recovery-image] Oct 29 18:39:14.371 INFO O| Oct 29 18:39:14.371 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52192024-10-29T18:39:15.707Z[ recovery-image] Oct 29 18:39:14.381 INFO O| Oct 29 18:39:14.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print"
52202024-10-29T18:39:15.707Z[ recovery-image] Oct 29 18:39:14.381 INFO O| Oct 29 18:39:14.381 INFO STEP 352 (remove_files) COMPLETE
52212024-10-29T18:39:15.710Z[ recovery-image] Oct 29 18:39:14.381 INFO O| Oct 29 18:39:14.381 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52222024-10-29T18:39:15.717Z[ recovery-image] Oct 29 18:39:14.391 INFO O| Oct 29 18:39:14.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf"
52232024-10-29T18:39:15.717Z[ recovery-image] Oct 29 18:39:14.391 INFO O| Oct 29 18:39:14.391 INFO STEP 353 (remove_files) COMPLETE
52242024-10-29T18:39:15.720Z[ recovery-image] Oct 29 18:39:14.391 INFO O| Oct 29 18:39:14.391 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52252024-10-29T18:39:15.728Z[ recovery-image] Oct 29 18:39:14.402 INFO O| Oct 29 18:39:14.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl"
52262024-10-29T18:39:15.730Z[ recovery-image] Oct 29 18:39:14.402 INFO O| Oct 29 18:39:14.402 INFO STEP 354 (remove_files) COMPLETE
52272024-10-29T18:39:15.730Z[ recovery-image] Oct 29 18:39:14.402 INFO O| Oct 29 18:39:14.402 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52282024-10-29T18:39:15.739Z[ recovery-image] Oct 29 18:39:14.413 INFO O| Oct 29 18:39:14.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles"
52292024-10-29T18:39:15.739Z[ recovery-image] Oct 29 18:39:14.413 INFO O| Oct 29 18:39:14.413 INFO STEP 355 (remove_files) COMPLETE
52302024-10-29T18:39:15.742Z[ recovery-image] Oct 29 18:39:14.413 INFO O| Oct 29 18:39:14.413 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52312024-10-29T18:39:15.749Z[ recovery-image] Oct 29 18:39:14.423 INFO O| Oct 29 18:39:14.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects"
52322024-10-29T18:39:15.749Z[ recovery-image] Oct 29 18:39:14.423 INFO O| Oct 29 18:39:14.423 INFO STEP 356 (remove_files) COMPLETE
52332024-10-29T18:39:15.752Z[ recovery-image] Oct 29 18:39:14.423 INFO O| Oct 29 18:39:14.423 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52342024-10-29T18:39:15.760Z[ recovery-image] Oct 29 18:39:14.434 INFO O| Oct 29 18:39:14.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat"
52352024-10-29T18:39:15.760Z[ recovery-image] Oct 29 18:39:14.434 INFO O| Oct 29 18:39:14.434 INFO STEP 357 (remove_files) COMPLETE
52362024-10-29T18:39:15.763Z[ recovery-image] Oct 29 18:39:14.434 INFO O| Oct 29 18:39:14.434 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52372024-10-29T18:39:15.772Z[ recovery-image] Oct 29 18:39:14.446 INFO O| Oct 29 18:39:14.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun"
52382024-10-29T18:39:15.772Z[ recovery-image] Oct 29 18:39:14.446 INFO O| Oct 29 18:39:14.446 INFO STEP 358 (remove_files) COMPLETE
52392024-10-29T18:39:15.774Z[ recovery-image] Oct 29 18:39:14.446 INFO O| Oct 29 18:39:14.446 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52402024-10-29T18:39:15.782Z[ recovery-image] Oct 29 18:39:14.456 INFO O| Oct 29 18:39:14.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags"
52412024-10-29T18:39:15.782Z[ recovery-image] Oct 29 18:39:14.456 INFO O| Oct 29 18:39:14.456 INFO STEP 359 (remove_files) COMPLETE
52422024-10-29T18:39:15.784Z[ recovery-image] Oct 29 18:39:14.456 INFO O| Oct 29 18:39:14.456 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52432024-10-29T18:39:15.792Z[ recovery-image] Oct 29 18:39:14.466 INFO O| Oct 29 18:39:14.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig"
52442024-10-29T18:39:15.792Z[ recovery-image] Oct 29 18:39:14.466 INFO O| Oct 29 18:39:14.466 INFO STEP 360 (remove_files) COMPLETE
52452024-10-29T18:39:15.794Z[ recovery-image] Oct 29 18:39:14.466 INFO O| Oct 29 18:39:14.466 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52462024-10-29T18:39:15.802Z[ recovery-image] Oct 29 18:39:14.476 INFO O| Oct 29 18:39:14.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack"
52472024-10-29T18:39:15.802Z[ recovery-image] Oct 29 18:39:14.476 INFO O| Oct 29 18:39:14.476 INFO STEP 361 (remove_files) COMPLETE
52482024-10-29T18:39:15.804Z[ recovery-image] Oct 29 18:39:14.476 INFO O| Oct 29 18:39:14.476 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52492024-10-29T18:39:15.816Z[ recovery-image] Oct 29 18:39:14.486 INFO O| Oct 29 18:39:14.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop"
52502024-10-29T18:39:15.819Z[ recovery-image] Oct 29 18:39:14.487 INFO O| Oct 29 18:39:14.487 INFO STEP 362 (remove_files) COMPLETE
52512024-10-29T18:39:15.819Z[ recovery-image] Oct 29 18:39:14.487 INFO O| Oct 29 18:39:14.487 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52522024-10-29T18:39:15.824Z[ recovery-image] Oct 29 18:39:14.498 INFO O| Oct 29 18:39:14.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime"
52532024-10-29T18:39:15.824Z[ recovery-image] Oct 29 18:39:14.498 INFO O| Oct 29 18:39:14.498 INFO STEP 363 (remove_files) COMPLETE
52542024-10-29T18:39:15.827Z[ recovery-image] Oct 29 18:39:14.498 INFO O| Oct 29 18:39:14.498 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52552024-10-29T18:39:15.835Z[ recovery-image] Oct 29 18:39:14.509 INFO O| Oct 29 18:39:14.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree"
52562024-10-29T18:39:15.835Z[ recovery-image] Oct 29 18:39:14.509 INFO O| Oct 29 18:39:14.509 INFO STEP 364 (remove_files) COMPLETE
52572024-10-29T18:39:15.837Z[ recovery-image] Oct 29 18:39:14.509 INFO O| Oct 29 18:39:14.509 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52582024-10-29T18:39:15.847Z[ recovery-image] Oct 29 18:39:14.521 INFO O| Oct 29 18:39:14.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev"
52592024-10-29T18:39:15.850Z[ recovery-image] Oct 29 18:39:14.521 INFO O| Oct 29 18:39:14.521 INFO STEP 365 (remove_files) COMPLETE
52602024-10-29T18:39:15.850Z[ recovery-image] Oct 29 18:39:14.521 INFO O| Oct 29 18:39:14.521 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52612024-10-29T18:39:15.858Z[ recovery-image] Oct 29 18:39:14.532 INFO O| Oct 29 18:39:14.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp"
52622024-10-29T18:39:15.858Z[ recovery-image] Oct 29 18:39:14.532 INFO O| Oct 29 18:39:14.532 INFO STEP 366 (remove_files) COMPLETE
52632024-10-29T18:39:15.860Z[ recovery-image] Oct 29 18:39:14.532 INFO O| Oct 29 18:39:14.532 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52642024-10-29T18:39:15.868Z[ recovery-image] Oct 29 18:39:14.542 INFO O| Oct 29 18:39:14.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs"
52652024-10-29T18:39:15.871Z[ recovery-image] Oct 29 18:39:14.542 INFO O| Oct 29 18:39:14.542 INFO STEP 367 (remove_files) COMPLETE
52662024-10-29T18:39:15.871Z[ recovery-image] Oct 29 18:39:14.542 INFO O| Oct 29 18:39:14.542 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52672024-10-29T18:39:15.879Z[ recovery-image] Oct 29 18:39:14.553 INFO O| Oct 29 18:39:14.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait"
52682024-10-29T18:39:15.879Z[ recovery-image] Oct 29 18:39:14.553 INFO O| Oct 29 18:39:14.553 INFO STEP 368 (remove_files) COMPLETE
52692024-10-29T18:39:15.879Z[ recovery-image] Oct 29 18:39:14.553 INFO O| Oct 29 18:39:14.553 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52702024-10-29T18:39:15.889Z[ recovery-image] Oct 29 18:39:14.563 INFO O| Oct 29 18:39:14.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd"
52712024-10-29T18:39:15.889Z[ recovery-image] Oct 29 18:39:14.563 INFO O| Oct 29 18:39:14.563 INFO STEP 369 (remove_files) COMPLETE
52722024-10-29T18:39:15.889Z[ recovery-image] Oct 29 18:39:14.563 INFO O| Oct 29 18:39:14.563 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52732024-10-29T18:39:15.899Z[ recovery-image] Oct 29 18:39:14.573 INFO O| Oct 29 18:39:14.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx"
52742024-10-29T18:39:15.899Z[ recovery-image] Oct 29 18:39:14.573 INFO O| Oct 29 18:39:14.573 INFO STEP 370 (remove_files) COMPLETE
52752024-10-29T18:39:15.902Z[ recovery-image] Oct 29 18:39:14.573 INFO O| Oct 29 18:39:14.573 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52762024-10-29T18:39:15.910Z[ recovery-image] Oct 29 18:39:14.584 INFO O| Oct 29 18:39:14.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read"
52772024-10-29T18:39:15.910Z[ recovery-image] Oct 29 18:39:14.585 INFO O| Oct 29 18:39:14.584 INFO STEP 371 (remove_files) COMPLETE
52782024-10-29T18:39:15.913Z[ recovery-image] Oct 29 18:39:14.585 INFO O| Oct 29 18:39:14.584 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52792024-10-29T18:39:15.921Z[ recovery-image] Oct 29 18:39:14.595 INFO O| Oct 29 18:39:14.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red"
52802024-10-29T18:39:15.921Z[ recovery-image] Oct 29 18:39:14.595 INFO O| Oct 29 18:39:14.595 INFO STEP 372 (remove_files) COMPLETE
52812024-10-29T18:39:15.921Z[ recovery-image] Oct 29 18:39:14.595 INFO O| Oct 29 18:39:14.595 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52822024-10-29T18:39:15.930Z[ recovery-image] Oct 29 18:39:14.604 INFO O| Oct 29 18:39:14.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp"
52832024-10-29T18:39:15.930Z[ recovery-image] Oct 29 18:39:14.604 INFO O| Oct 29 18:39:14.604 INFO STEP 373 (remove_files) COMPLETE
52842024-10-29T18:39:15.930Z[ recovery-image] Oct 29 18:39:14.604 INFO O| Oct 29 18:39:14.604 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52852024-10-29T18:39:15.940Z[ recovery-image] Oct 29 18:39:14.614 INFO O| Oct 29 18:39:14.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice"
52862024-10-29T18:39:15.940Z[ recovery-image] Oct 29 18:39:14.614 INFO O| Oct 29 18:39:14.614 INFO STEP 374 (remove_files) COMPLETE
52872024-10-29T18:39:15.940Z[ recovery-image] Oct 29 18:39:14.614 INFO O| Oct 29 18:39:14.614 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52882024-10-29T18:39:15.950Z[ recovery-image] Oct 29 18:39:14.624 INFO O| Oct 29 18:39:14.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize"
52892024-10-29T18:39:15.950Z[ recovery-image] Oct 29 18:39:14.624 INFO O| Oct 29 18:39:14.624 INFO STEP 375 (remove_files) COMPLETE
52902024-10-29T18:39:15.950Z[ recovery-image] Oct 29 18:39:14.624 INFO O| Oct 29 18:39:14.624 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52912024-10-29T18:39:15.960Z[ recovery-image] Oct 29 18:39:14.634 INFO O| Oct 29 18:39:14.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev"
52922024-10-29T18:39:15.961Z[ recovery-image] Oct 29 18:39:14.634 INFO O| Oct 29 18:39:14.634 INFO STEP 376 (remove_files) COMPLETE
52932024-10-29T18:39:15.961Z[ recovery-image] Oct 29 18:39:14.635 INFO O| Oct 29 18:39:14.634 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52942024-10-29T18:39:15.970Z[ recovery-image] Oct 29 18:39:14.644 INFO O| Oct 29 18:39:14.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh"
52952024-10-29T18:39:15.970Z[ recovery-image] Oct 29 18:39:14.644 INFO O| Oct 29 18:39:14.644 INFO STEP 377 (remove_files) COMPLETE
52962024-10-29T18:39:15.973Z[ recovery-image] Oct 29 18:39:14.645 INFO O| Oct 29 18:39:14.644 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
52972024-10-29T18:39:15.981Z[ recovery-image] Oct 29 18:39:14.655 INFO O| Oct 29 18:39:14.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93"
52982024-10-29T18:39:15.981Z[ recovery-image] Oct 29 18:39:14.655 INFO O| Oct 29 18:39:14.655 INFO STEP 378 (remove_files) COMPLETE
52992024-10-29T18:39:15.981Z[ recovery-image] Oct 29 18:39:14.655 INFO O| Oct 29 18:39:14.655 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53002024-10-29T18:39:15.992Z[ recovery-image] Oct 29 18:39:14.666 INFO O| Oct 29 18:39:14.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles"
53012024-10-29T18:39:15.992Z[ recovery-image] Oct 29 18:39:14.666 INFO O| Oct 29 18:39:14.666 INFO STEP 379 (remove_files) COMPLETE
53022024-10-29T18:39:15.995Z[ recovery-image] Oct 29 18:39:14.666 INFO O| Oct 29 18:39:14.666 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53032024-10-29T18:39:16.003Z[ recovery-image] Oct 29 18:39:14.677 INFO O| Oct 29 18:39:14.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo"
53042024-10-29T18:39:16.003Z[ recovery-image] Oct 29 18:39:14.677 INFO O| Oct 29 18:39:14.677 INFO STEP 380 (remove_files) COMPLETE
53052024-10-29T18:39:16.006Z[ recovery-image] Oct 29 18:39:14.677 INFO O| Oct 29 18:39:14.677 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53062024-10-29T18:39:16.014Z[ recovery-image] Oct 29 18:39:14.688 INFO O| Oct 29 18:39:14.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync"
53072024-10-29T18:39:16.016Z[ recovery-image] Oct 29 18:39:14.688 INFO O| Oct 29 18:39:14.688 INFO STEP 381 (remove_files) COMPLETE
53082024-10-29T18:39:16.016Z[ recovery-image] Oct 29 18:39:14.688 INFO O| Oct 29 18:39:14.688 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53092024-10-29T18:39:16.026Z[ recovery-image] Oct 29 18:39:14.700 INFO O| Oct 29 18:39:14.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl"
53102024-10-29T18:39:16.026Z[ recovery-image] Oct 29 18:39:14.700 INFO O| Oct 29 18:39:14.700 INFO STEP 382 (remove_files) COMPLETE
53112024-10-29T18:39:16.026Z[ recovery-image] Oct 29 18:39:14.700 INFO O| Oct 29 18:39:14.700 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53122024-10-29T18:39:16.036Z[ recovery-image] Oct 29 18:39:14.710 INFO O| Oct 29 18:39:14.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat"
53132024-10-29T18:39:16.036Z[ recovery-image] Oct 29 18:39:14.710 INFO O| Oct 29 18:39:14.710 INFO STEP 383 (remove_files) COMPLETE
53142024-10-29T18:39:16.036Z[ recovery-image] Oct 29 18:39:14.710 INFO O| Oct 29 18:39:14.710 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53152024-10-29T18:39:16.046Z[ recovery-image] Oct 29 18:39:14.720 INFO O| Oct 29 18:39:14.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp"
53162024-10-29T18:39:16.051Z[ recovery-image] Oct 29 18:39:14.720 INFO O| Oct 29 18:39:14.720 INFO STEP 384 (remove_files) COMPLETE
53172024-10-29T18:39:16.051Z[ recovery-image] Oct 29 18:39:14.720 INFO O| Oct 29 18:39:14.720 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53182024-10-29T18:39:16.056Z[ recovery-image] Oct 29 18:39:14.730 INFO O| Oct 29 18:39:14.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script"
53192024-10-29T18:39:16.059Z[ recovery-image] Oct 29 18:39:14.730 INFO O| Oct 29 18:39:14.730 INFO STEP 385 (remove_files) COMPLETE
53202024-10-29T18:39:16.059Z[ recovery-image] Oct 29 18:39:14.731 INFO O| Oct 29 18:39:14.730 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53212024-10-29T18:39:16.067Z[ recovery-image] Oct 29 18:39:14.741 INFO O| Oct 29 18:39:14.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff"
53222024-10-29T18:39:16.069Z[ recovery-image] Oct 29 18:39:14.741 INFO O| Oct 29 18:39:14.741 INFO STEP 386 (remove_files) COMPLETE
53232024-10-29T18:39:16.069Z[ recovery-image] Oct 29 18:39:14.741 INFO O| Oct 29 18:39:14.741 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53242024-10-29T18:39:16.078Z[ recovery-image] Oct 29 18:39:14.752 INFO O| Oct 29 18:39:14.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp"
53252024-10-29T18:39:16.078Z[ recovery-image] Oct 29 18:39:14.752 INFO O| Oct 29 18:39:14.752 INFO STEP 387 (remove_files) COMPLETE
53262024-10-29T18:39:16.081Z[ recovery-image] Oct 29 18:39:14.752 INFO O| Oct 29 18:39:14.752 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53272024-10-29T18:39:16.090Z[ recovery-image] Oct 29 18:39:14.764 INFO O| Oct 29 18:39:14.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp"
53282024-10-29T18:39:16.092Z[ recovery-image] Oct 29 18:39:14.764 INFO O| Oct 29 18:39:14.764 INFO STEP 388 (remove_files) COMPLETE
53292024-10-29T18:39:16.092Z[ recovery-image] Oct 29 18:39:14.764 INFO O| Oct 29 18:39:14.764 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53302024-10-29T18:39:16.100Z[ recovery-image] Oct 29 18:39:14.774 INFO O| Oct 29 18:39:14.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp"
53312024-10-29T18:39:16.100Z[ recovery-image] Oct 29 18:39:14.774 INFO O| Oct 29 18:39:14.774 INFO STEP 389 (remove_files) COMPLETE
53322024-10-29T18:39:16.100Z[ recovery-image] Oct 29 18:39:14.774 INFO O| Oct 29 18:39:14.774 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53332024-10-29T18:39:16.109Z[ recovery-image] Oct 29 18:39:14.783 INFO O| Oct 29 18:39:14.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil"
53342024-10-29T18:39:16.112Z[ recovery-image] Oct 29 18:39:14.784 INFO O| Oct 29 18:39:14.784 INFO STEP 390 (remove_files) COMPLETE
53352024-10-29T18:39:16.112Z[ recovery-image] Oct 29 18:39:14.784 INFO O| Oct 29 18:39:14.784 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53362024-10-29T18:39:16.120Z[ recovery-image] Oct 29 18:39:14.794 INFO O| Oct 29 18:39:14.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib"
53372024-10-29T18:39:16.120Z[ recovery-image] Oct 29 18:39:14.794 INFO O| Oct 29 18:39:14.794 INFO STEP 391 (remove_files) COMPLETE
53382024-10-29T18:39:16.120Z[ recovery-image] Oct 29 18:39:14.794 INFO O| Oct 29 18:39:14.794 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53392024-10-29T18:39:16.130Z[ recovery-image] Oct 29 18:39:14.804 INFO O| Oct 29 18:39:14.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget"
53402024-10-29T18:39:16.130Z[ recovery-image] Oct 29 18:39:14.804 INFO O| Oct 29 18:39:14.804 INFO STEP 392 (remove_files) COMPLETE
53412024-10-29T18:39:16.133Z[ recovery-image] Oct 29 18:39:14.804 INFO O| Oct 29 18:39:14.804 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53422024-10-29T18:39:16.140Z[ recovery-image] Oct 29 18:39:14.814 INFO O| Oct 29 18:39:14.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk"
53432024-10-29T18:39:16.140Z[ recovery-image] Oct 29 18:39:14.814 INFO O| Oct 29 18:39:14.814 INFO STEP 393 (remove_files) COMPLETE
53442024-10-29T18:39:16.144Z[ recovery-image] Oct 29 18:39:14.814 INFO O| Oct 29 18:39:14.814 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53452024-10-29T18:39:16.151Z[ recovery-image] Oct 29 18:39:14.824 INFO O| Oct 29 18:39:14.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck"
53462024-10-29T18:39:16.154Z[ recovery-image] Oct 29 18:39:14.825 INFO O| Oct 29 18:39:14.825 INFO STEP 394 (remove_files) COMPLETE
53472024-10-29T18:39:16.154Z[ recovery-image] Oct 29 18:39:14.825 INFO O| Oct 29 18:39:14.825 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53482024-10-29T18:39:16.161Z[ recovery-image] Oct 29 18:39:14.835 INFO O| Oct 29 18:39:14.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf"
53492024-10-29T18:39:16.161Z[ recovery-image] Oct 29 18:39:14.835 INFO O| Oct 29 18:39:14.835 INFO STEP 395 (remove_files) COMPLETE
53502024-10-29T18:39:16.164Z[ recovery-image] Oct 29 18:39:14.835 INFO O| Oct 29 18:39:14.835 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53512024-10-29T18:39:16.171Z[ recovery-image] Oct 29 18:39:14.845 INFO O| Oct 29 18:39:14.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta"
53522024-10-29T18:39:16.171Z[ recovery-image] Oct 29 18:39:14.845 INFO O| Oct 29 18:39:14.845 INFO STEP 396 (remove_files) COMPLETE
53532024-10-29T18:39:16.174Z[ recovery-image] Oct 29 18:39:14.845 INFO O| Oct 29 18:39:14.845 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53542024-10-29T18:39:16.181Z[ recovery-image] Oct 29 18:39:14.855 INFO O| Oct 29 18:39:14.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf"
53552024-10-29T18:39:16.181Z[ recovery-image] Oct 29 18:39:14.855 INFO O| Oct 29 18:39:14.855 INFO STEP 397 (remove_files) COMPLETE
53562024-10-29T18:39:16.184Z[ recovery-image] Oct 29 18:39:14.855 INFO O| Oct 29 18:39:14.855 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53572024-10-29T18:39:16.191Z[ recovery-image] Oct 29 18:39:14.865 INFO O| Oct 29 18:39:14.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget"
53582024-10-29T18:39:16.197Z[ recovery-image] Oct 29 18:39:14.865 INFO O| Oct 29 18:39:14.865 INFO STEP 398 (remove_files) COMPLETE
53592024-10-29T18:39:16.197Z[ recovery-image] Oct 29 18:39:14.865 INFO O| Oct 29 18:39:14.865 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53602024-10-29T18:39:16.201Z[ recovery-image] Oct 29 18:39:14.875 INFO O| Oct 29 18:39:14.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext"
53612024-10-29T18:39:16.201Z[ recovery-image] Oct 29 18:39:14.875 INFO O| Oct 29 18:39:14.875 INFO STEP 399 (remove_files) COMPLETE
53622024-10-29T18:39:16.203Z[ recovery-image] Oct 29 18:39:14.875 INFO O| Oct 29 18:39:14.875 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53632024-10-29T18:39:16.211Z[ recovery-image] Oct 29 18:39:14.885 INFO O| Oct 29 18:39:14.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat"
53642024-10-29T18:39:16.211Z[ recovery-image] Oct 29 18:39:14.885 INFO O| Oct 29 18:39:14.885 INFO STEP 400 (remove_files) COMPLETE
53652024-10-29T18:39:16.211Z[ recovery-image] Oct 29 18:39:14.885 INFO O| Oct 29 18:39:14.885 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53662024-10-29T18:39:16.222Z[ recovery-image] Oct 29 18:39:14.896 INFO O| Oct 29 18:39:14.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap"
53672024-10-29T18:39:16.222Z[ recovery-image] Oct 29 18:39:14.896 INFO O| Oct 29 18:39:14.896 INFO STEP 401 (remove_files) COMPLETE
53682024-10-29T18:39:16.222Z[ recovery-image] Oct 29 18:39:14.896 INFO O| Oct 29 18:39:14.896 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53692024-10-29T18:39:16.232Z[ recovery-image] Oct 29 18:39:14.906 INFO O| Oct 29 18:39:14.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping"
53702024-10-29T18:39:16.233Z[ recovery-image] Oct 29 18:39:14.906 INFO O| Oct 29 18:39:14.906 INFO STEP 402 (remove_files) COMPLETE
53712024-10-29T18:39:16.233Z[ recovery-image] Oct 29 18:39:14.906 INFO O| Oct 29 18:39:14.906 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53722024-10-29T18:39:16.243Z[ recovery-image] Oct 29 18:39:14.917 INFO O| Oct 29 18:39:14.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps"
53732024-10-29T18:39:16.243Z[ recovery-image] Oct 29 18:39:14.917 INFO O| Oct 29 18:39:14.917 INFO STEP 403 (remove_files) COMPLETE
53742024-10-29T18:39:16.243Z[ recovery-image] Oct 29 18:39:14.917 INFO O| Oct 29 18:39:14.917 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53752024-10-29T18:39:16.253Z[ recovery-image] Oct 29 18:39:14.927 INFO O| Oct 29 18:39:14.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset"
53762024-10-29T18:39:16.256Z[ recovery-image] Oct 29 18:39:14.927 INFO O| Oct 29 18:39:14.927 INFO STEP 404 (remove_files) COMPLETE
53772024-10-29T18:39:16.256Z[ recovery-image] Oct 29 18:39:14.927 INFO O| Oct 29 18:39:14.927 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53782024-10-29T18:39:16.264Z[ recovery-image] Oct 29 18:39:14.938 INFO O| Oct 29 18:39:14.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus"
53792024-10-29T18:39:16.267Z[ recovery-image] Oct 29 18:39:14.938 INFO O| Oct 29 18:39:14.938 INFO STEP 405 (remove_files) COMPLETE
53802024-10-29T18:39:16.267Z[ recovery-image] Oct 29 18:39:14.938 INFO O| Oct 29 18:39:14.938 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53812024-10-29T18:39:16.274Z[ recovery-image] Oct 29 18:39:14.948 INFO O| Oct 29 18:39:14.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable"
53822024-10-29T18:39:16.278Z[ recovery-image] Oct 29 18:39:14.948 INFO O| Oct 29 18:39:14.948 INFO STEP 406 (remove_files) COMPLETE
53832024-10-29T18:39:16.278Z[ recovery-image] Oct 29 18:39:14.948 INFO O| Oct 29 18:39:14.948 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53842024-10-29T18:39:16.284Z[ recovery-image] Oct 29 18:39:14.958 INFO O| Oct 29 18:39:14.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest"
53852024-10-29T18:39:16.284Z[ recovery-image] Oct 29 18:39:14.958 INFO O| Oct 29 18:39:14.958 INFO STEP 407 (remove_files) COMPLETE
53862024-10-29T18:39:16.291Z[ recovery-image] Oct 29 18:39:14.958 INFO O| Oct 29 18:39:14.958 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53872024-10-29T18:39:16.295Z[ recovery-image] Oct 29 18:39:14.968 INFO O| Oct 29 18:39:14.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate"
53882024-10-29T18:39:16.295Z[ recovery-image] Oct 29 18:39:14.968 INFO O| Oct 29 18:39:14.968 INFO STEP 408 (remove_files) COMPLETE
53892024-10-29T18:39:16.295Z[ recovery-image] Oct 29 18:39:14.968 INFO O| Oct 29 18:39:14.968 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53902024-10-29T18:39:16.305Z[ recovery-image] Oct 29 18:39:14.978 INFO O| Oct 29 18:39:14.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap"
53912024-10-29T18:39:16.308Z[ recovery-image] Oct 29 18:39:14.978 INFO O| Oct 29 18:39:14.978 INFO STEP 409 (remove_files) COMPLETE
53922024-10-29T18:39:16.308Z[ recovery-image] Oct 29 18:39:14.978 INFO O| Oct 29 18:39:14.978 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53932024-10-29T18:39:16.315Z[ recovery-image] Oct 29 18:39:14.989 INFO O| Oct 29 18:39:14.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm"
53942024-10-29T18:39:16.315Z[ recovery-image] Oct 29 18:39:14.989 INFO O| Oct 29 18:39:14.989 INFO STEP 410 (remove_files) COMPLETE
53952024-10-29T18:39:16.318Z[ recovery-image] Oct 29 18:39:14.989 INFO O| Oct 29 18:39:14.989 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53962024-10-29T18:39:16.326Z[ recovery-image] Oct 29 18:39:14.999 INFO O| Oct 29 18:39:14.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm"
53972024-10-29T18:39:16.326Z[ recovery-image] Oct 29 18:39:15.000 INFO O| Oct 29 18:39:14.999 INFO STEP 411 (remove_files) COMPLETE
53982024-10-29T18:39:16.329Z[ recovery-image] Oct 29 18:39:15.000 INFO O| Oct 29 18:39:14.999 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
53992024-10-29T18:39:16.339Z[ recovery-image] Oct 29 18:39:15.013 INFO O| Oct 29 18:39:15.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk"
54002024-10-29T18:39:16.339Z[ recovery-image] Oct 29 18:39:15.013 INFO O| Oct 29 18:39:15.013 INFO STEP 412 (remove_files) COMPLETE
54012024-10-29T18:39:16.342Z[ recovery-image] Oct 29 18:39:15.013 INFO O| Oct 29 18:39:15.013 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54022024-10-29T18:39:16.352Z[ recovery-image] Oct 29 18:39:15.026 INFO O| Oct 29 18:39:15.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss"
54032024-10-29T18:39:16.352Z[ recovery-image] Oct 29 18:39:15.026 INFO O| Oct 29 18:39:15.026 INFO STEP 413 (remove_files) COMPLETE
54042024-10-29T18:39:16.354Z[ recovery-image] Oct 29 18:39:15.026 INFO O| Oct 29 18:39:15.026 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54052024-10-29T18:39:16.363Z[ recovery-image] Oct 29 18:39:15.037 INFO O| Oct 29 18:39:15.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell"
54062024-10-29T18:39:16.363Z[ recovery-image] Oct 29 18:39:15.037 INFO O| Oct 29 18:39:15.037 INFO STEP 414 (remove_files) COMPLETE
54072024-10-29T18:39:16.366Z[ recovery-image] Oct 29 18:39:15.037 INFO O| Oct 29 18:39:15.037 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54082024-10-29T18:39:16.374Z[ recovery-image] Oct 29 18:39:15.048 INFO O| Oct 29 18:39:15.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split"
54092024-10-29T18:39:16.374Z[ recovery-image] Oct 29 18:39:15.048 INFO O| Oct 29 18:39:15.048 INFO STEP 415 (remove_files) COMPLETE
54102024-10-29T18:39:16.377Z[ recovery-image] Oct 29 18:39:15.048 INFO O| Oct 29 18:39:15.048 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54112024-10-29T18:39:16.384Z[ recovery-image] Oct 29 18:39:15.058 INFO O| Oct 29 18:39:15.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3"
54122024-10-29T18:39:16.387Z[ recovery-image] Oct 29 18:39:15.058 INFO O| Oct 29 18:39:15.058 INFO STEP 416 (remove_files) COMPLETE
54132024-10-29T18:39:16.387Z[ recovery-image] Oct 29 18:39:15.058 INFO O| Oct 29 18:39:15.058 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54142024-10-29T18:39:16.395Z[ recovery-image] Oct 29 18:39:15.069 INFO O| Oct 29 18:39:15.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh"
54152024-10-29T18:39:16.402Z[ recovery-image] Oct 29 18:39:15.069 INFO O| Oct 29 18:39:15.069 INFO STEP 417 (remove_files) COMPLETE
54162024-10-29T18:39:16.402Z[ recovery-image] Oct 29 18:39:15.069 INFO O| Oct 29 18:39:15.069 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54172024-10-29T18:39:16.411Z[ recovery-image] Oct 29 18:39:15.080 INFO O| Oct 29 18:39:15.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add"
54182024-10-29T18:39:16.411Z[ recovery-image] Oct 29 18:39:15.080 INFO O| Oct 29 18:39:15.080 INFO STEP 418 (remove_files) COMPLETE
54192024-10-29T18:39:16.411Z[ recovery-image] Oct 29 18:39:15.080 INFO O| Oct 29 18:39:15.080 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54202024-10-29T18:39:16.417Z[ recovery-image] Oct 29 18:39:15.091 INFO O| Oct 29 18:39:15.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent"
54212024-10-29T18:39:16.417Z[ recovery-image] Oct 29 18:39:15.091 INFO O| Oct 29 18:39:15.091 INFO STEP 419 (remove_files) COMPLETE
54222024-10-29T18:39:16.420Z[ recovery-image] Oct 29 18:39:15.091 INFO O| Oct 29 18:39:15.091 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54232024-10-29T18:39:16.428Z[ recovery-image] Oct 29 18:39:15.102 INFO O| Oct 29 18:39:15.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id"
54242024-10-29T18:39:16.430Z[ recovery-image] Oct 29 18:39:15.102 INFO O| Oct 29 18:39:15.102 INFO STEP 420 (remove_files) COMPLETE
54252024-10-29T18:39:16.430Z[ recovery-image] Oct 29 18:39:15.102 INFO O| Oct 29 18:39:15.102 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54262024-10-29T18:39:16.438Z[ recovery-image] Oct 29 18:39:15.112 INFO O| Oct 29 18:39:15.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan"
54272024-10-29T18:39:16.440Z[ recovery-image] Oct 29 18:39:15.112 INFO O| Oct 29 18:39:15.112 INFO STEP 421 (remove_files) COMPLETE
54282024-10-29T18:39:16.440Z[ recovery-image] Oct 29 18:39:15.112 INFO O| Oct 29 18:39:15.112 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54292024-10-29T18:39:16.448Z[ recovery-image] Oct 29 18:39:15.122 INFO O| Oct 29 18:39:15.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings"
54302024-10-29T18:39:16.448Z[ recovery-image] Oct 29 18:39:15.122 INFO O| Oct 29 18:39:15.122 INFO STEP 422 (remove_files) COMPLETE
54312024-10-29T18:39:16.452Z[ recovery-image] Oct 29 18:39:15.122 INFO O| Oct 29 18:39:15.122 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54322024-10-29T18:39:16.459Z[ recovery-image] Oct 29 18:39:15.133 INFO O| Oct 29 18:39:15.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum"
54332024-10-29T18:39:16.459Z[ recovery-image] Oct 29 18:39:15.133 INFO O| Oct 29 18:39:15.133 INFO STEP 423 (remove_files) COMPLETE
54342024-10-29T18:39:16.462Z[ recovery-image] Oct 29 18:39:15.133 INFO O| Oct 29 18:39:15.133 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54352024-10-29T18:39:16.469Z[ recovery-image] Oct 29 18:39:15.143 INFO O| Oct 29 18:39:15.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs"
54362024-10-29T18:39:16.469Z[ recovery-image] Oct 29 18:39:15.143 INFO O| Oct 29 18:39:15.143 INFO STEP 424 (remove_files) COMPLETE
54372024-10-29T18:39:16.472Z[ recovery-image] Oct 29 18:39:15.143 INFO O| Oct 29 18:39:15.143 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54382024-10-29T18:39:16.479Z[ recovery-image] Oct 29 18:39:15.153 INFO O| Oct 29 18:39:15.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy"
54392024-10-29T18:39:16.479Z[ recovery-image] Oct 29 18:39:15.153 INFO O| Oct 29 18:39:15.153 INFO STEP 425 (remove_files) COMPLETE
54402024-10-29T18:39:16.482Z[ recovery-image] Oct 29 18:39:15.153 INFO O| Oct 29 18:39:15.153 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54412024-10-29T18:39:16.491Z[ recovery-image] Oct 29 18:39:15.165 INFO O| Oct 29 18:39:15.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test"
54422024-10-29T18:39:16.491Z[ recovery-image] Oct 29 18:39:15.165 INFO O| Oct 29 18:39:15.165 INFO STEP 426 (remove_files) COMPLETE
54432024-10-29T18:39:16.493Z[ recovery-image] Oct 29 18:39:15.165 INFO O| Oct 29 18:39:15.165 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54442024-10-29T18:39:16.502Z[ recovery-image] Oct 29 18:39:15.176 INFO O| Oct 29 18:39:15.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic"
54452024-10-29T18:39:16.502Z[ recovery-image] Oct 29 18:39:15.176 INFO O| Oct 29 18:39:15.176 INFO STEP 427 (remove_files) COMPLETE
54462024-10-29T18:39:16.504Z[ recovery-image] Oct 29 18:39:15.176 INFO O| Oct 29 18:39:15.176 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54472024-10-29T18:39:16.513Z[ recovery-image] Oct 29 18:39:15.187 INFO O| Oct 29 18:39:15.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time"
54482024-10-29T18:39:16.516Z[ recovery-image] Oct 29 18:39:15.187 INFO O| Oct 29 18:39:15.187 INFO STEP 428 (remove_files) COMPLETE
54492024-10-29T18:39:16.516Z[ recovery-image] Oct 29 18:39:15.187 INFO O| Oct 29 18:39:15.187 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54502024-10-29T18:39:16.527Z[ recovery-image] Oct 29 18:39:15.201 INFO O| Oct 29 18:39:15.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip"
54512024-10-29T18:39:16.527Z[ recovery-image] Oct 29 18:39:15.201 INFO O| Oct 29 18:39:15.201 INFO STEP 429 (remove_files) COMPLETE
54522024-10-29T18:39:16.530Z[ recovery-image] Oct 29 18:39:15.201 INFO O| Oct 29 18:39:15.201 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54532024-10-29T18:39:16.540Z[ recovery-image] Oct 29 18:39:15.214 INFO O| Oct 29 18:39:15.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib"
54542024-10-29T18:39:16.540Z[ recovery-image] Oct 29 18:39:15.214 INFO O| Oct 29 18:39:15.214 INFO STEP 430 (remove_files) COMPLETE
54552024-10-29T18:39:16.542Z[ recovery-image] Oct 29 18:39:15.214 INFO O| Oct 29 18:39:15.214 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54562024-10-29T18:39:16.553Z[ recovery-image] Oct 29 18:39:15.225 INFO O| Oct 29 18:39:15.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm"
54572024-10-29T18:39:16.555Z[ recovery-image] Oct 29 18:39:15.225 INFO O| Oct 29 18:39:15.225 INFO STEP 431 (remove_files) COMPLETE
54582024-10-29T18:39:16.555Z[ recovery-image] Oct 29 18:39:15.225 INFO O| Oct 29 18:39:15.225 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54592024-10-29T18:39:16.563Z[ recovery-image] Oct 29 18:39:15.237 INFO O| Oct 29 18:39:15.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail"
54602024-10-29T18:39:16.565Z[ recovery-image] Oct 29 18:39:15.237 INFO O| Oct 29 18:39:15.237 INFO STEP 432 (remove_files) COMPLETE
54612024-10-29T18:39:16.565Z[ recovery-image] Oct 29 18:39:15.237 INFO O| Oct 29 18:39:15.237 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54622024-10-29T18:39:16.574Z[ recovery-image] Oct 29 18:39:15.248 INFO O| Oct 29 18:39:15.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true"
54632024-10-29T18:39:16.576Z[ recovery-image] Oct 29 18:39:15.248 INFO O| Oct 29 18:39:15.248 INFO STEP 433 (remove_files) COMPLETE
54642024-10-29T18:39:16.576Z[ recovery-image] Oct 29 18:39:15.248 INFO O| Oct 29 18:39:15.248 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54652024-10-29T18:39:16.585Z[ recovery-image] Oct 29 18:39:15.259 INFO O| Oct 29 18:39:15.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty"
54662024-10-29T18:39:16.585Z[ recovery-image] Oct 29 18:39:15.259 INFO O| Oct 29 18:39:15.259 INFO STEP 434 (remove_files) COMPLETE
54672024-10-29T18:39:16.588Z[ recovery-image] Oct 29 18:39:15.259 INFO O| Oct 29 18:39:15.259 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54682024-10-29T18:39:16.596Z[ recovery-image] Oct 29 18:39:15.270 INFO O| Oct 29 18:39:15.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type"
54692024-10-29T18:39:16.599Z[ recovery-image] Oct 29 18:39:15.270 INFO O| Oct 29 18:39:15.270 INFO STEP 435 (remove_files) COMPLETE
54702024-10-29T18:39:16.599Z[ recovery-image] Oct 29 18:39:15.271 INFO O| Oct 29 18:39:15.270 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54712024-10-29T18:39:16.607Z[ recovery-image] Oct 29 18:39:15.281 INFO O| Oct 29 18:39:15.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect"
54722024-10-29T18:39:16.607Z[ recovery-image] Oct 29 18:39:15.281 INFO O| Oct 29 18:39:15.281 INFO STEP 436 (remove_files) COMPLETE
54732024-10-29T18:39:16.610Z[ recovery-image] Oct 29 18:39:15.281 INFO O| Oct 29 18:39:15.281 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54742024-10-29T18:39:16.618Z[ recovery-image] Oct 29 18:39:15.292 INFO O| Oct 29 18:39:15.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit"
54752024-10-29T18:39:16.618Z[ recovery-image] Oct 29 18:39:15.292 INFO O| Oct 29 18:39:15.292 INFO STEP 437 (remove_files) COMPLETE
54762024-10-29T18:39:16.618Z[ recovery-image] Oct 29 18:39:15.292 INFO O| Oct 29 18:39:15.292 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54772024-10-29T18:39:16.628Z[ recovery-image] Oct 29 18:39:15.302 INFO O| Oct 29 18:39:15.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask"
54782024-10-29T18:39:16.631Z[ recovery-image] Oct 29 18:39:15.302 INFO O| Oct 29 18:39:15.302 INFO STEP 438 (remove_files) COMPLETE
54792024-10-29T18:39:16.631Z[ recovery-image] Oct 29 18:39:15.302 INFO O| Oct 29 18:39:15.302 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54802024-10-29T18:39:16.639Z[ recovery-image] Oct 29 18:39:15.313 INFO O| Oct 29 18:39:15.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias"
54812024-10-29T18:39:16.639Z[ recovery-image] Oct 29 18:39:15.313 INFO O| Oct 29 18:39:15.313 INFO STEP 439 (remove_files) COMPLETE
54822024-10-29T18:39:16.639Z[ recovery-image] Oct 29 18:39:15.313 INFO O| Oct 29 18:39:15.313 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54832024-10-29T18:39:16.649Z[ recovery-image] Oct 29 18:39:15.323 INFO O| Oct 29 18:39:15.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress"
54842024-10-29T18:39:16.649Z[ recovery-image] Oct 29 18:39:15.323 INFO O| Oct 29 18:39:15.323 INFO STEP 440 (remove_files) COMPLETE
54852024-10-29T18:39:16.649Z[ recovery-image] Oct 29 18:39:15.323 INFO O| Oct 29 18:39:15.323 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54862024-10-29T18:39:16.659Z[ recovery-image] Oct 29 18:39:15.333 INFO O| Oct 29 18:39:15.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand"
54872024-10-29T18:39:16.659Z[ recovery-image] Oct 29 18:39:15.333 INFO O| Oct 29 18:39:15.333 INFO STEP 441 (remove_files) COMPLETE
54882024-10-29T18:39:16.659Z[ recovery-image] Oct 29 18:39:15.333 INFO O| Oct 29 18:39:15.333 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54892024-10-29T18:39:16.669Z[ recovery-image] Oct 29 18:39:15.343 INFO O| Oct 29 18:39:15.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq"
54902024-10-29T18:39:16.671Z[ recovery-image] Oct 29 18:39:15.343 INFO O| Oct 29 18:39:15.343 INFO STEP 442 (remove_files) COMPLETE
54912024-10-29T18:39:16.671Z[ recovery-image] Oct 29 18:39:15.343 INFO O| Oct 29 18:39:15.343 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54922024-10-29T18:39:16.679Z[ recovery-image] Oct 29 18:39:15.353 INFO O| Oct 29 18:39:15.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units"
54932024-10-29T18:39:16.681Z[ recovery-image] Oct 29 18:39:15.354 INFO O| Oct 29 18:39:15.354 INFO STEP 443 (remove_files) COMPLETE
54942024-10-29T18:39:16.681Z[ recovery-image] Oct 29 18:39:15.354 INFO O| Oct 29 18:39:15.354 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54952024-10-29T18:39:16.690Z[ recovery-image] Oct 29 18:39:15.364 INFO O| Oct 29 18:39:15.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos"
54962024-10-29T18:39:16.690Z[ recovery-image] Oct 29 18:39:15.364 INFO O| Oct 29 18:39:15.364 INFO STEP 444 (remove_files) COMPLETE
54972024-10-29T18:39:16.693Z[ recovery-image] Oct 29 18:39:15.364 INFO O| Oct 29 18:39:15.364 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
54982024-10-29T18:39:16.702Z[ recovery-image] Oct 29 18:39:15.376 INFO O| Oct 29 18:39:15.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack"
54992024-10-29T18:39:16.704Z[ recovery-image] Oct 29 18:39:15.376 INFO O| Oct 29 18:39:15.376 INFO STEP 445 (remove_files) COMPLETE
55002024-10-29T18:39:16.704Z[ recovery-image] Oct 29 18:39:15.376 INFO O| Oct 29 18:39:15.376 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55012024-10-29T18:39:16.716Z[ recovery-image] Oct 29 18:39:15.390 INFO O| Oct 29 18:39:15.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime"
55022024-10-29T18:39:16.716Z[ recovery-image] Oct 29 18:39:15.390 INFO O| Oct 29 18:39:15.390 INFO STEP 446 (remove_files) COMPLETE
55032024-10-29T18:39:16.719Z[ recovery-image] Oct 29 18:39:15.390 INFO O| Oct 29 18:39:15.390 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55042024-10-29T18:39:16.730Z[ recovery-image] Oct 29 18:39:15.404 INFO O| Oct 29 18:39:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr"
55052024-10-29T18:39:16.730Z[ recovery-image] Oct 29 18:39:15.404 INFO O| Oct 29 18:39:15.404 INFO STEP 447 (remove_files) COMPLETE
55062024-10-29T18:39:16.730Z[ recovery-image] Oct 29 18:39:15.404 INFO O| Oct 29 18:39:15.404 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55072024-10-29T18:39:16.741Z[ recovery-image] Oct 29 18:39:15.415 INFO O| Oct 29 18:39:15.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode"
55082024-10-29T18:39:16.741Z[ recovery-image] Oct 29 18:39:15.415 INFO O| Oct 29 18:39:15.415 INFO STEP 448 (remove_files) COMPLETE
55092024-10-29T18:39:16.743Z[ recovery-image] Oct 29 18:39:15.415 INFO O| Oct 29 18:39:15.415 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55102024-10-29T18:39:16.751Z[ recovery-image] Oct 29 18:39:15.425 INFO O| Oct 29 18:39:15.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode"
55112024-10-29T18:39:16.751Z[ recovery-image] Oct 29 18:39:15.425 INFO O| Oct 29 18:39:15.425 INFO STEP 449 (remove_files) COMPLETE
55122024-10-29T18:39:16.754Z[ recovery-image] Oct 29 18:39:15.425 INFO O| Oct 29 18:39:15.425 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55132024-10-29T18:39:16.761Z[ recovery-image] Oct 29 18:39:15.435 INFO O| Oct 29 18:39:15.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen"
55142024-10-29T18:39:16.763Z[ recovery-image] Oct 29 18:39:15.436 INFO O| Oct 29 18:39:15.436 INFO STEP 450 (remove_files) COMPLETE
55152024-10-29T18:39:16.763Z[ recovery-image] Oct 29 18:39:15.436 INFO O| Oct 29 18:39:15.436 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55162024-10-29T18:39:16.773Z[ recovery-image] Oct 29 18:39:15.447 INFO O| Oct 29 18:39:15.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit"
55172024-10-29T18:39:16.773Z[ recovery-image] Oct 29 18:39:15.447 INFO O| Oct 29 18:39:15.447 INFO STEP 451 (remove_files) COMPLETE
55182024-10-29T18:39:16.773Z[ recovery-image] Oct 29 18:39:15.447 INFO O| Oct 29 18:39:15.447 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55192024-10-29T18:39:16.784Z[ recovery-image] Oct 29 18:39:15.458 INFO O| Oct 29 18:39:15.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim"
55202024-10-29T18:39:16.786Z[ recovery-image] Oct 29 18:39:15.458 INFO O| Oct 29 18:39:15.458 INFO STEP 452 (remove_files) COMPLETE
55212024-10-29T18:39:16.786Z[ recovery-image] Oct 29 18:39:15.458 INFO O| Oct 29 18:39:15.458 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55222024-10-29T18:39:16.795Z[ recovery-image] Oct 29 18:39:15.469 INFO O| Oct 29 18:39:15.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor"
55232024-10-29T18:39:16.797Z[ recovery-image] Oct 29 18:39:15.469 INFO O| Oct 29 18:39:15.469 INFO STEP 453 (remove_files) COMPLETE
55242024-10-29T18:39:16.797Z[ recovery-image] Oct 29 18:39:15.469 INFO O| Oct 29 18:39:15.469 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55252024-10-29T18:39:16.807Z[ recovery-image] Oct 29 18:39:15.481 INFO O| Oct 29 18:39:15.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat"
55262024-10-29T18:39:16.807Z[ recovery-image] Oct 29 18:39:15.481 INFO O| Oct 29 18:39:15.481 INFO STEP 454 (remove_files) COMPLETE
55272024-10-29T18:39:16.810Z[ recovery-image] Oct 29 18:39:15.481 INFO O| Oct 29 18:39:15.481 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55282024-10-29T18:39:16.817Z[ recovery-image] Oct 29 18:39:15.491 INFO O| Oct 29 18:39:15.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt"
55292024-10-29T18:39:16.817Z[ recovery-image] Oct 29 18:39:15.491 INFO O| Oct 29 18:39:15.491 INFO STEP 455 (remove_files) COMPLETE
55302024-10-29T18:39:16.817Z[ recovery-image] Oct 29 18:39:15.491 INFO O| Oct 29 18:39:15.491 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55312024-10-29T18:39:16.828Z[ recovery-image] Oct 29 18:39:15.502 INFO O| Oct 29 18:39:15.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w"
55322024-10-29T18:39:16.828Z[ recovery-image] Oct 29 18:39:15.502 INFO O| Oct 29 18:39:15.502 INFO STEP 456 (remove_files) COMPLETE
55332024-10-29T18:39:16.828Z[ recovery-image] Oct 29 18:39:15.502 INFO O| Oct 29 18:39:15.502 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55342024-10-29T18:39:16.839Z[ recovery-image] Oct 29 18:39:15.513 INFO O| Oct 29 18:39:15.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait"
55352024-10-29T18:39:16.839Z[ recovery-image] Oct 29 18:39:15.513 INFO O| Oct 29 18:39:15.513 INFO STEP 457 (remove_files) COMPLETE
55362024-10-29T18:39:16.845Z[ recovery-image] Oct 29 18:39:15.513 INFO O| Oct 29 18:39:15.513 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55372024-10-29T18:39:16.850Z[ recovery-image] Oct 29 18:39:15.524 INFO O| Oct 29 18:39:15.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch"
55382024-10-29T18:39:16.850Z[ recovery-image] Oct 29 18:39:15.524 INFO O| Oct 29 18:39:15.524 INFO STEP 458 (remove_files) COMPLETE
55392024-10-29T18:39:16.852Z[ recovery-image] Oct 29 18:39:15.524 INFO O| Oct 29 18:39:15.524 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55402024-10-29T18:39:16.861Z[ recovery-image] Oct 29 18:39:15.534 INFO O| Oct 29 18:39:15.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc"
55412024-10-29T18:39:16.861Z[ recovery-image] Oct 29 18:39:15.535 INFO O| Oct 29 18:39:15.535 INFO STEP 459 (remove_files) COMPLETE
55422024-10-29T18:39:16.863Z[ recovery-image] Oct 29 18:39:15.535 INFO O| Oct 29 18:39:15.535 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55432024-10-29T18:39:16.872Z[ recovery-image] Oct 29 18:39:15.545 INFO O| Oct 29 18:39:15.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which"
55442024-10-29T18:39:16.872Z[ recovery-image] Oct 29 18:39:15.545 INFO O| Oct 29 18:39:15.545 INFO STEP 460 (remove_files) COMPLETE
55452024-10-29T18:39:16.872Z[ recovery-image] Oct 29 18:39:15.545 INFO O| Oct 29 18:39:15.545 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55462024-10-29T18:39:16.882Z[ recovery-image] Oct 29 18:39:15.555 INFO O| Oct 29 18:39:15.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls"
55472024-10-29T18:39:16.884Z[ recovery-image] Oct 29 18:39:15.555 INFO O| Oct 29 18:39:15.555 INFO STEP 461 (remove_files) COMPLETE
55482024-10-29T18:39:16.884Z[ recovery-image] Oct 29 18:39:15.555 INFO O| Oct 29 18:39:15.555 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55492024-10-29T18:39:16.892Z[ recovery-image] Oct 29 18:39:15.566 INFO O| Oct 29 18:39:15.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct"
55502024-10-29T18:39:16.892Z[ recovery-image] Oct 29 18:39:15.566 INFO O| Oct 29 18:39:15.566 INFO STEP 462 (remove_files) COMPLETE
55512024-10-29T18:39:16.894Z[ recovery-image] Oct 29 18:39:15.566 INFO O| Oct 29 18:39:15.566 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55522024-10-29T18:39:16.902Z[ recovery-image] Oct 29 18:39:15.576 INFO O| Oct 29 18:39:15.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write"
55532024-10-29T18:39:16.902Z[ recovery-image] Oct 29 18:39:15.576 INFO O| Oct 29 18:39:15.576 INFO STEP 463 (remove_files) COMPLETE
55542024-10-29T18:39:16.902Z[ recovery-image] Oct 29 18:39:15.576 INFO O| Oct 29 18:39:15.576 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55552024-10-29T18:39:16.912Z[ recovery-image] Oct 29 18:39:15.586 INFO O| Oct 29 18:39:15.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs"
55562024-10-29T18:39:16.914Z[ recovery-image] Oct 29 18:39:15.586 INFO O| Oct 29 18:39:15.586 INFO STEP 464 (remove_files) COMPLETE
55572024-10-29T18:39:16.914Z[ recovery-image] Oct 29 18:39:15.586 INFO O| Oct 29 18:39:15.586 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55582024-10-29T18:39:16.922Z[ recovery-image] Oct 29 18:39:15.596 INFO O| Oct 29 18:39:15.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config"
55592024-10-29T18:39:16.924Z[ recovery-image] Oct 29 18:39:15.596 INFO O| Oct 29 18:39:15.596 INFO STEP 465 (remove_files) COMPLETE
55602024-10-29T18:39:16.924Z[ recovery-image] Oct 29 18:39:15.596 INFO O| Oct 29 18:39:15.596 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55612024-10-29T18:39:16.936Z[ recovery-image] Oct 29 18:39:15.607 INFO O| Oct 29 18:39:15.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog"
55622024-10-29T18:39:16.940Z[ recovery-image] Oct 29 18:39:15.608 INFO O| Oct 29 18:39:15.608 INFO STEP 466 (remove_files) COMPLETE
55632024-10-29T18:39:16.940Z[ recovery-image] Oct 29 18:39:15.608 INFO O| Oct 29 18:39:15.608 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55642024-10-29T18:39:16.943Z[ recovery-image] Oct 29 18:39:15.617 INFO O| Oct 29 18:39:15.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint"
55652024-10-29T18:39:16.944Z[ recovery-image] Oct 29 18:39:15.618 INFO O| Oct 29 18:39:15.618 INFO STEP 467 (remove_files) COMPLETE
55662024-10-29T18:39:16.946Z[ recovery-image] Oct 29 18:39:15.618 INFO O| Oct 29 18:39:15.618 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55672024-10-29T18:39:16.954Z[ recovery-image] Oct 29 18:39:15.628 INFO O| Oct 29 18:39:15.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf"
55682024-10-29T18:39:16.954Z[ recovery-image] Oct 29 18:39:15.628 INFO O| Oct 29 18:39:15.628 INFO STEP 468 (remove_files) COMPLETE
55692024-10-29T18:39:16.957Z[ recovery-image] Oct 29 18:39:15.628 INFO O| Oct 29 18:39:15.628 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55702024-10-29T18:39:16.964Z[ recovery-image] Oct 29 18:39:15.638 INFO O| Oct 29 18:39:15.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr"
55712024-10-29T18:39:16.964Z[ recovery-image] Oct 29 18:39:15.638 INFO O| Oct 29 18:39:15.638 INFO STEP 469 (remove_files) COMPLETE
55722024-10-29T18:39:16.964Z[ recovery-image] Oct 29 18:39:15.638 INFO O| Oct 29 18:39:15.638 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55732024-10-29T18:39:16.974Z[ recovery-image] Oct 29 18:39:15.648 INFO O| Oct 29 18:39:15.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd"
55742024-10-29T18:39:16.974Z[ recovery-image] Oct 29 18:39:15.648 INFO O| Oct 29 18:39:15.648 INFO STEP 470 (remove_files) COMPLETE
55752024-10-29T18:39:16.977Z[ recovery-image] Oct 29 18:39:15.648 INFO O| Oct 29 18:39:15.648 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55762024-10-29T18:39:16.984Z[ recovery-image] Oct 29 18:39:15.658 INFO O| Oct 29 18:39:15.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz"
55772024-10-29T18:39:16.984Z[ recovery-image] Oct 29 18:39:15.658 INFO O| Oct 29 18:39:15.658 INFO STEP 471 (remove_files) COMPLETE
55782024-10-29T18:39:16.987Z[ recovery-image] Oct 29 18:39:15.658 INFO O| Oct 29 18:39:15.658 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55792024-10-29T18:39:16.995Z[ recovery-image] Oct 29 18:39:15.668 INFO O| Oct 29 18:39:15.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec"
55802024-10-29T18:39:16.995Z[ recovery-image] Oct 29 18:39:15.669 INFO O| Oct 29 18:39:15.669 INFO STEP 472 (remove_files) COMPLETE
55812024-10-29T18:39:16.997Z[ recovery-image] Oct 29 18:39:15.669 INFO O| Oct 29 18:39:15.669 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55822024-10-29T18:39:17.005Z[ recovery-image] Oct 29 18:39:15.679 INFO O| Oct 29 18:39:15.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff"
55832024-10-29T18:39:17.005Z[ recovery-image] Oct 29 18:39:15.679 INFO O| Oct 29 18:39:15.679 INFO STEP 473 (remove_files) COMPLETE
55842024-10-29T18:39:17.005Z[ recovery-image] Oct 29 18:39:15.679 INFO O| Oct 29 18:39:15.679 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55852024-10-29T18:39:17.015Z[ recovery-image] Oct 29 18:39:15.689 INFO O| Oct 29 18:39:15.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep"
55862024-10-29T18:39:17.015Z[ recovery-image] Oct 29 18:39:15.689 INFO O| Oct 29 18:39:15.689 INFO STEP 474 (remove_files) COMPLETE
55872024-10-29T18:39:17.017Z[ recovery-image] Oct 29 18:39:15.689 INFO O| Oct 29 18:39:15.689 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55882024-10-29T18:39:17.025Z[ recovery-image] Oct 29 18:39:15.699 INFO O| Oct 29 18:39:15.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless"
55892024-10-29T18:39:17.025Z[ recovery-image] Oct 29 18:39:15.699 INFO O| Oct 29 18:39:15.699 INFO STEP 475 (remove_files) COMPLETE
55902024-10-29T18:39:17.025Z[ recovery-image] Oct 29 18:39:15.699 INFO O| Oct 29 18:39:15.699 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55912024-10-29T18:39:17.036Z[ recovery-image] Oct 29 18:39:15.710 INFO O| Oct 29 18:39:15.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore"
55922024-10-29T18:39:17.036Z[ recovery-image] Oct 29 18:39:15.710 INFO O| Oct 29 18:39:15.710 INFO STEP 476 (remove_files) COMPLETE
55932024-10-29T18:39:17.038Z[ recovery-image] Oct 29 18:39:15.710 INFO O| Oct 29 18:39:15.710 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55942024-10-29T18:39:17.047Z[ recovery-image] Oct 29 18:39:15.721 INFO O| Oct 29 18:39:15.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes"
55952024-10-29T18:39:17.047Z[ recovery-image] Oct 29 18:39:15.721 INFO O| Oct 29 18:39:15.721 INFO STEP 477 (remove_files) COMPLETE
55962024-10-29T18:39:17.049Z[ recovery-image] Oct 29 18:39:15.721 INFO O| Oct 29 18:39:15.721 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
55972024-10-29T18:39:17.058Z[ recovery-image] Oct 29 18:39:15.732 INFO O| Oct 29 18:39:15.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat"
55982024-10-29T18:39:17.058Z[ recovery-image] Oct 29 18:39:15.732 INFO O| Oct 29 18:39:15.732 INFO STEP 478 (remove_files) COMPLETE
55992024-10-29T18:39:17.060Z[ recovery-image] Oct 29 18:39:15.732 INFO O| Oct 29 18:39:15.732 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56002024-10-29T18:39:17.069Z[ recovery-image] Oct 29 18:39:15.743 INFO O| Oct 29 18:39:15.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat"
56012024-10-29T18:39:17.069Z[ recovery-image] Oct 29 18:39:15.743 INFO O| Oct 29 18:39:15.743 INFO STEP 479 (remove_files) COMPLETE
56022024-10-29T18:39:17.072Z[ recovery-image] Oct 29 18:39:15.743 INFO O| Oct 29 18:39:15.743 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56032024-10-29T18:39:17.079Z[ recovery-image] Oct 29 18:39:15.753 INFO O| Oct 29 18:39:15.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd"
56042024-10-29T18:39:17.082Z[ recovery-image] Oct 29 18:39:15.754 INFO O| Oct 29 18:39:15.753 INFO STEP 480 (remove_files) COMPLETE
56052024-10-29T18:39:17.082Z[ recovery-image] Oct 29 18:39:15.754 INFO O| Oct 29 18:39:15.754 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56062024-10-29T18:39:17.090Z[ recovery-image] Oct 29 18:39:15.764 INFO O| Oct 29 18:39:15.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep"
56072024-10-29T18:39:17.092Z[ recovery-image] Oct 29 18:39:15.764 INFO O| Oct 29 18:39:15.764 INFO STEP 481 (remove_files) COMPLETE
56082024-10-29T18:39:17.092Z[ recovery-image] Oct 29 18:39:15.764 INFO O| Oct 29 18:39:15.764 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56092024-10-29T18:39:17.100Z[ recovery-image] Oct 29 18:39:15.774 INFO O| Oct 29 18:39:15.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless"
56102024-10-29T18:39:17.100Z[ recovery-image] Oct 29 18:39:15.774 INFO O| Oct 29 18:39:15.774 INFO STEP 482 (remove_files) COMPLETE
56112024-10-29T18:39:17.102Z[ recovery-image] Oct 29 18:39:15.774 INFO O| Oct 29 18:39:15.774 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56122024-10-29T18:39:17.111Z[ recovery-image] Oct 29 18:39:15.785 INFO O| Oct 29 18:39:15.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0"
56132024-10-29T18:39:17.111Z[ recovery-image] Oct 29 18:39:15.785 INFO O| Oct 29 18:39:15.785 INFO STEP 483 (remove_files) COMPLETE
56142024-10-29T18:39:17.113Z[ recovery-image] Oct 29 18:39:15.785 INFO O| Oct 29 18:39:15.785 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56152024-10-29T18:39:17.122Z[ recovery-image] Oct 29 18:39:15.796 INFO O| Oct 29 18:39:15.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0"
56162024-10-29T18:39:17.125Z[ recovery-image] Oct 29 18:39:15.796 INFO O| Oct 29 18:39:15.796 INFO STEP 484 (remove_files) COMPLETE
56172024-10-29T18:39:17.125Z[ recovery-image] Oct 29 18:39:15.797 INFO O| Oct 29 18:39:15.796 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56182024-10-29T18:39:17.134Z[ recovery-image] Oct 29 18:39:15.808 INFO O| Oct 29 18:39:15.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0"
56192024-10-29T18:39:17.134Z[ recovery-image] Oct 29 18:39:15.808 INFO O| Oct 29 18:39:15.808 INFO STEP 485 (remove_files) COMPLETE
56202024-10-29T18:39:17.136Z[ recovery-image] Oct 29 18:39:15.808 INFO O| Oct 29 18:39:15.808 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56212024-10-29T18:39:17.144Z[ recovery-image] Oct 29 18:39:15.818 INFO O| Oct 29 18:39:15.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28"
56222024-10-29T18:39:17.147Z[ recovery-image] Oct 29 18:39:15.819 INFO O| Oct 29 18:39:15.819 INFO STEP 486 (remove_files) COMPLETE
56232024-10-29T18:39:17.147Z[ recovery-image] Oct 29 18:39:15.819 INFO O| Oct 29 18:39:15.819 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56242024-10-29T18:39:17.155Z[ recovery-image] Oct 29 18:39:15.829 INFO O| Oct 29 18:39:15.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0"
56252024-10-29T18:39:17.155Z[ recovery-image] Oct 29 18:39:15.829 INFO O| Oct 29 18:39:15.829 INFO STEP 487 (remove_files) COMPLETE
56262024-10-29T18:39:17.158Z[ recovery-image] Oct 29 18:39:15.829 INFO O| Oct 29 18:39:15.829 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56272024-10-29T18:39:17.166Z[ recovery-image] Oct 29 18:39:15.840 INFO O| Oct 29 18:39:15.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1"
56282024-10-29T18:39:17.166Z[ recovery-image] Oct 29 18:39:15.840 INFO O| Oct 29 18:39:15.840 INFO STEP 488 (remove_files) COMPLETE
56292024-10-29T18:39:17.168Z[ recovery-image] Oct 29 18:39:15.840 INFO O| Oct 29 18:39:15.840 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56302024-10-29T18:39:17.176Z[ recovery-image] Oct 29 18:39:15.850 INFO O| Oct 29 18:39:15.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0"
56312024-10-29T18:39:17.178Z[ recovery-image] Oct 29 18:39:15.850 INFO O| Oct 29 18:39:15.850 INFO STEP 489 (remove_files) COMPLETE
56322024-10-29T18:39:17.178Z[ recovery-image] Oct 29 18:39:15.850 INFO O| Oct 29 18:39:15.850 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56332024-10-29T18:39:17.186Z[ recovery-image] Oct 29 18:39:15.860 INFO O| Oct 29 18:39:15.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0"
56342024-10-29T18:39:17.186Z[ recovery-image] Oct 29 18:39:15.860 INFO O| Oct 29 18:39:15.860 INFO STEP 490 (remove_files) COMPLETE
56352024-10-29T18:39:17.189Z[ recovery-image] Oct 29 18:39:15.860 INFO O| Oct 29 18:39:15.860 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56362024-10-29T18:39:17.197Z[ recovery-image] Oct 29 18:39:15.871 INFO O| Oct 29 18:39:15.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28"
56372024-10-29T18:39:17.199Z[ recovery-image] Oct 29 18:39:15.871 INFO O| Oct 29 18:39:15.871 INFO STEP 491 (remove_files) COMPLETE
56382024-10-29T18:39:17.199Z[ recovery-image] Oct 29 18:39:15.871 INFO O| Oct 29 18:39:15.871 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56392024-10-29T18:39:17.208Z[ recovery-image] Oct 29 18:39:15.882 INFO O| Oct 29 18:39:15.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9"
56402024-10-29T18:39:17.210Z[ recovery-image] Oct 29 18:39:15.882 INFO O| Oct 29 18:39:15.882 INFO STEP 492 (remove_files) COMPLETE
56412024-10-29T18:39:17.210Z[ recovery-image] Oct 29 18:39:15.882 INFO O| Oct 29 18:39:15.882 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56422024-10-29T18:39:17.219Z[ recovery-image] Oct 29 18:39:15.893 INFO O| Oct 29 18:39:15.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9"
56432024-10-29T18:39:17.219Z[ recovery-image] Oct 29 18:39:15.893 INFO O| Oct 29 18:39:15.893 INFO STEP 493 (remove_files) COMPLETE
56442024-10-29T18:39:17.221Z[ recovery-image] Oct 29 18:39:15.893 INFO O| Oct 29 18:39:15.893 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56452024-10-29T18:39:17.231Z[ recovery-image] Oct 29 18:39:15.905 INFO O| Oct 29 18:39:15.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9"
56462024-10-29T18:39:17.231Z[ recovery-image] Oct 29 18:39:15.905 INFO O| Oct 29 18:39:15.905 INFO STEP 494 (remove_files) COMPLETE
56472024-10-29T18:39:17.234Z[ recovery-image] Oct 29 18:39:15.905 INFO O| Oct 29 18:39:15.905 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56482024-10-29T18:39:17.242Z[ recovery-image] Oct 29 18:39:15.916 INFO O| Oct 29 18:39:15.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9"
56492024-10-29T18:39:17.244Z[ recovery-image] Oct 29 18:39:15.916 INFO O| Oct 29 18:39:15.916 INFO STEP 495 (remove_files) COMPLETE
56502024-10-29T18:39:17.244Z[ recovery-image] Oct 29 18:39:15.916 INFO O| Oct 29 18:39:15.916 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56512024-10-29T18:39:17.252Z[ recovery-image] Oct 29 18:39:15.926 INFO O| Oct 29 18:39:15.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9"
56522024-10-29T18:39:17.255Z[ recovery-image] Oct 29 18:39:15.926 INFO O| Oct 29 18:39:15.926 INFO STEP 496 (remove_files) COMPLETE
56532024-10-29T18:39:17.255Z[ recovery-image] Oct 29 18:39:15.926 INFO O| Oct 29 18:39:15.926 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56542024-10-29T18:39:17.263Z[ recovery-image] Oct 29 18:39:15.936 INFO O| Oct 29 18:39:15.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9"
56552024-10-29T18:39:17.263Z[ recovery-image] Oct 29 18:39:15.936 INFO O| Oct 29 18:39:15.936 INFO STEP 497 (remove_files) COMPLETE
56562024-10-29T18:39:17.263Z[ recovery-image] Oct 29 18:39:15.936 INFO O| Oct 29 18:39:15.936 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56572024-10-29T18:39:17.273Z[ recovery-image] Oct 29 18:39:15.947 INFO O| Oct 29 18:39:15.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags"
56582024-10-29T18:39:17.273Z[ recovery-image] Oct 29 18:39:15.947 INFO O| Oct 29 18:39:15.947 INFO STEP 498 (remove_files) COMPLETE
56592024-10-29T18:39:17.275Z[ recovery-image] Oct 29 18:39:15.947 INFO O| Oct 29 18:39:15.947 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56602024-10-29T18:39:17.285Z[ recovery-image] Oct 29 18:39:15.959 INFO O| Oct 29 18:39:15.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit"
56612024-10-29T18:39:17.285Z[ recovery-image] Oct 29 18:39:15.959 INFO O| Oct 29 18:39:15.959 INFO STEP 499 (remove_files) COMPLETE
56622024-10-29T18:39:17.285Z[ recovery-image] Oct 29 18:39:15.959 INFO O| Oct 29 18:39:15.959 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56632024-10-29T18:39:17.295Z[ recovery-image] Oct 29 18:39:15.969 INFO O| Oct 29 18:39:15.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex"
56642024-10-29T18:39:17.295Z[ recovery-image] Oct 29 18:39:15.969 INFO O| Oct 29 18:39:15.969 INFO STEP 500 (remove_files) COMPLETE
56652024-10-29T18:39:17.295Z[ recovery-image] Oct 29 18:39:15.969 INFO O| Oct 29 18:39:15.969 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56662024-10-29T18:39:17.305Z[ recovery-image] Oct 29 18:39:15.979 INFO O| Oct 29 18:39:15.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh"
56672024-10-29T18:39:17.305Z[ recovery-image] Oct 29 18:39:15.979 INFO O| Oct 29 18:39:15.979 INFO STEP 501 (remove_files) COMPLETE
56682024-10-29T18:39:17.307Z[ recovery-image] Oct 29 18:39:15.979 INFO O| Oct 29 18:39:15.979 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56692024-10-29T18:39:17.315Z[ recovery-image] Oct 29 18:39:15.989 INFO O| Oct 29 18:39:15.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh"
56702024-10-29T18:39:17.315Z[ recovery-image] Oct 29 18:39:15.989 INFO O| Oct 29 18:39:15.989 INFO STEP 502 (remove_files) COMPLETE
56712024-10-29T18:39:17.315Z[ recovery-image] Oct 29 18:39:15.989 INFO O| Oct 29 18:39:15.989 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56722024-10-29T18:39:17.325Z[ recovery-image] Oct 29 18:39:15.999 INFO O| Oct 29 18:39:15.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit"
56732024-10-29T18:39:17.325Z[ recovery-image] Oct 29 18:39:15.999 INFO O| Oct 29 18:39:15.999 INFO STEP 503 (remove_files) COMPLETE
56742024-10-29T18:39:17.327Z[ recovery-image] Oct 29 18:39:15.999 INFO O| Oct 29 18:39:15.999 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56752024-10-29T18:39:17.336Z[ recovery-image] Oct 29 18:39:16.010 INFO O| Oct 29 18:39:16.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi"
56762024-10-29T18:39:17.336Z[ recovery-image] Oct 29 18:39:16.010 INFO O| Oct 29 18:39:16.010 INFO STEP 504 (remove_files) COMPLETE
56772024-10-29T18:39:17.338Z[ recovery-image] Oct 29 18:39:16.010 INFO O| Oct 29 18:39:16.010 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56782024-10-29T18:39:17.346Z[ recovery-image] Oct 29 18:39:16.020 INFO O| Oct 29 18:39:16.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view"
56792024-10-29T18:39:17.346Z[ recovery-image] Oct 29 18:39:16.020 INFO O| Oct 29 18:39:16.020 INFO STEP 505 (remove_files) COMPLETE
56802024-10-29T18:39:17.346Z[ recovery-image] Oct 29 18:39:16.020 INFO O| Oct 29 18:39:16.020 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56812024-10-29T18:39:17.357Z[ recovery-image] Oct 29 18:39:16.031 INFO O| Oct 29 18:39:16.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux"
56822024-10-29T18:39:17.359Z[ recovery-image] Oct 29 18:39:16.031 INFO O| Oct 29 18:39:16.031 INFO STEP 506 (remove_files) COMPLETE
56832024-10-29T18:39:17.359Z[ recovery-image] Oct 29 18:39:16.031 INFO O| Oct 29 18:39:16.031 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56842024-10-29T18:39:17.369Z[ recovery-image] Oct 29 18:39:16.042 INFO O| Oct 29 18:39:16.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool"
56852024-10-29T18:39:17.371Z[ recovery-image] Oct 29 18:39:16.043 INFO O| Oct 29 18:39:16.043 INFO STEP 507 (remove_files) COMPLETE
56862024-10-29T18:39:17.371Z[ recovery-image] Oct 29 18:39:16.043 INFO O| Oct 29 18:39:16.043 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56872024-10-29T18:39:17.380Z[ recovery-image] Oct 29 18:39:16.054 INFO O| Oct 29 18:39:16.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt"
56882024-10-29T18:39:17.380Z[ recovery-image] Oct 29 18:39:16.054 INFO O| Oct 29 18:39:16.054 INFO STEP 508 (remove_files) COMPLETE
56892024-10-29T18:39:17.380Z[ recovery-image] Oct 29 18:39:16.054 INFO O| Oct 29 18:39:16.054 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56902024-10-29T18:39:17.390Z[ recovery-image] Oct 29 18:39:16.064 INFO O| Oct 29 18:39:16.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm"
56912024-10-29T18:39:17.392Z[ recovery-image] Oct 29 18:39:16.064 INFO O| Oct 29 18:39:16.064 INFO STEP 509 (remove_files) COMPLETE
56922024-10-29T18:39:17.392Z[ recovery-image] Oct 29 18:39:16.064 INFO O| Oct 29 18:39:16.064 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56932024-10-29T18:39:17.400Z[ recovery-image] Oct 29 18:39:16.074 INFO O| Oct 29 18:39:16.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts"
56942024-10-29T18:39:17.400Z[ recovery-image] Oct 29 18:39:16.074 INFO O| Oct 29 18:39:16.074 INFO STEP 510 (remove_files) COMPLETE
56952024-10-29T18:39:17.402Z[ recovery-image] Oct 29 18:39:16.074 INFO O| Oct 29 18:39:16.074 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56962024-10-29T18:39:17.410Z[ recovery-image] Oct 29 18:39:16.084 INFO O| Oct 29 18:39:16.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm"
56972024-10-29T18:39:17.412Z[ recovery-image] Oct 29 18:39:16.084 INFO O| Oct 29 18:39:16.084 INFO STEP 511 (remove_files) COMPLETE
56982024-10-29T18:39:17.412Z[ recovery-image] Oct 29 18:39:16.084 INFO O| Oct 29 18:39:16.084 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
56992024-10-29T18:39:17.420Z[ recovery-image] Oct 29 18:39:16.094 INFO O| Oct 29 18:39:16.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons"
57002024-10-29T18:39:17.422Z[ recovery-image] Oct 29 18:39:16.094 INFO O| Oct 29 18:39:16.094 INFO STEP 512 (remove_files) COMPLETE
57012024-10-29T18:39:17.422Z[ recovery-image] Oct 29 18:39:16.094 INFO O| Oct 29 18:39:16.094 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57022024-10-29T18:39:17.430Z[ recovery-image] Oct 29 18:39:16.104 INFO O| Oct 29 18:39:16.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf"
57032024-10-29T18:39:17.432Z[ recovery-image] Oct 29 18:39:16.104 INFO O| Oct 29 18:39:16.104 INFO STEP 513 (remove_files) COMPLETE
57042024-10-29T18:39:17.432Z[ recovery-image] Oct 29 18:39:16.104 INFO O| Oct 29 18:39:16.104 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57052024-10-29T18:39:17.439Z[ recovery-image] Oct 29 18:39:16.113 INFO O| Oct 29 18:39:16.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf"
57062024-10-29T18:39:17.442Z[ recovery-image] Oct 29 18:39:16.114 INFO O| Oct 29 18:39:16.113 INFO STEP 514 (remove_files) COMPLETE
57072024-10-29T18:39:17.442Z[ recovery-image] Oct 29 18:39:16.114 INFO O| Oct 29 18:39:16.114 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57082024-10-29T18:39:17.450Z[ recovery-image] Oct 29 18:39:16.123 INFO O| Oct 29 18:39:16.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf"
57092024-10-29T18:39:17.450Z[ recovery-image] Oct 29 18:39:16.124 INFO O| Oct 29 18:39:16.123 INFO STEP 515 (remove_files) COMPLETE
57102024-10-29T18:39:17.452Z[ recovery-image] Oct 29 18:39:16.124 INFO O| Oct 29 18:39:16.124 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57112024-10-29T18:39:17.460Z[ recovery-image] Oct 29 18:39:16.133 INFO O| Oct 29 18:39:16.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf"
57122024-10-29T18:39:17.462Z[ recovery-image] Oct 29 18:39:16.134 INFO O| Oct 29 18:39:16.134 INFO STEP 516 (remove_files) COMPLETE
57132024-10-29T18:39:17.462Z[ recovery-image] Oct 29 18:39:16.134 INFO O| Oct 29 18:39:16.134 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57142024-10-29T18:39:17.470Z[ recovery-image] Oct 29 18:39:16.144 INFO O| Oct 29 18:39:16.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf"
57152024-10-29T18:39:17.473Z[ recovery-image] Oct 29 18:39:16.144 INFO O| Oct 29 18:39:16.144 INFO STEP 517 (remove_files) COMPLETE
57162024-10-29T18:39:17.473Z[ recovery-image] Oct 29 18:39:16.144 INFO O| Oct 29 18:39:16.144 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57172024-10-29T18:39:17.480Z[ recovery-image] Oct 29 18:39:16.154 INFO O| Oct 29 18:39:16.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf"
57182024-10-29T18:39:17.480Z[ recovery-image] Oct 29 18:39:16.154 INFO O| Oct 29 18:39:16.154 INFO STEP 518 (remove_files) COMPLETE
57192024-10-29T18:39:17.480Z[ recovery-image] Oct 29 18:39:16.154 INFO O| Oct 29 18:39:16.154 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57202024-10-29T18:39:17.490Z[ recovery-image] Oct 29 18:39:16.164 INFO O| Oct 29 18:39:16.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf"
57212024-10-29T18:39:17.490Z[ recovery-image] Oct 29 18:39:16.164 INFO O| Oct 29 18:39:16.164 INFO STEP 519 (remove_files) COMPLETE
57222024-10-29T18:39:17.493Z[ recovery-image] Oct 29 18:39:16.164 INFO O| Oct 29 18:39:16.164 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57232024-10-29T18:39:17.500Z[ recovery-image] Oct 29 18:39:16.174 INFO O| Oct 29 18:39:16.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf"
57242024-10-29T18:39:17.500Z[ recovery-image] Oct 29 18:39:16.174 INFO O| Oct 29 18:39:16.174 INFO STEP 520 (remove_files) COMPLETE
57252024-10-29T18:39:17.503Z[ recovery-image] Oct 29 18:39:16.174 INFO O| Oct 29 18:39:16.174 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57262024-10-29T18:39:17.510Z[ recovery-image] Oct 29 18:39:16.184 INFO O| Oct 29 18:39:16.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf"
57272024-10-29T18:39:17.512Z[ recovery-image] Oct 29 18:39:16.184 INFO O| Oct 29 18:39:16.184 INFO STEP 521 (remove_files) COMPLETE
57282024-10-29T18:39:17.513Z[ recovery-image] Oct 29 18:39:16.184 INFO O| Oct 29 18:39:16.184 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57292024-10-29T18:39:17.520Z[ recovery-image] Oct 29 18:39:16.194 INFO O| Oct 29 18:39:16.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf"
57302024-10-29T18:39:17.520Z[ recovery-image] Oct 29 18:39:16.194 INFO O| Oct 29 18:39:16.194 INFO STEP 522 (remove_files) COMPLETE
57312024-10-29T18:39:17.522Z[ recovery-image] Oct 29 18:39:16.194 INFO O| Oct 29 18:39:16.194 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57322024-10-29T18:39:17.530Z[ recovery-image] Oct 29 18:39:16.204 INFO O| Oct 29 18:39:16.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf"
57332024-10-29T18:39:17.531Z[ recovery-image] Oct 29 18:39:16.204 INFO O| Oct 29 18:39:16.204 INFO STEP 523 (remove_files) COMPLETE
57342024-10-29T18:39:17.531Z[ recovery-image] Oct 29 18:39:16.204 INFO O| Oct 29 18:39:16.204 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57352024-10-29T18:39:17.540Z[ recovery-image] Oct 29 18:39:16.214 INFO O| Oct 29 18:39:16.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf"
57362024-10-29T18:39:17.540Z[ recovery-image] Oct 29 18:39:16.214 INFO O| Oct 29 18:39:16.214 INFO STEP 524 (remove_files) COMPLETE
57372024-10-29T18:39:17.540Z[ recovery-image] Oct 29 18:39:16.214 INFO O| Oct 29 18:39:16.214 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57382024-10-29T18:39:17.551Z[ recovery-image] Oct 29 18:39:16.224 INFO O| Oct 29 18:39:16.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf"
57392024-10-29T18:39:17.551Z[ recovery-image] Oct 29 18:39:16.224 INFO O| Oct 29 18:39:16.224 INFO STEP 525 (remove_files) COMPLETE
57402024-10-29T18:39:17.551Z[ recovery-image] Oct 29 18:39:16.224 INFO O| Oct 29 18:39:16.224 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57412024-10-29T18:39:17.560Z[ recovery-image] Oct 29 18:39:16.234 INFO O| Oct 29 18:39:16.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec"
57422024-10-29T18:39:17.562Z[ recovery-image] Oct 29 18:39:16.234 INFO O| Oct 29 18:39:16.234 INFO STEP 526 (remove_files) COMPLETE
57432024-10-29T18:39:17.562Z[ recovery-image] Oct 29 18:39:16.234 INFO O| Oct 29 18:39:16.234 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57442024-10-29T18:39:17.570Z[ recovery-image] Oct 29 18:39:16.244 INFO O| Oct 29 18:39:16.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec"
57452024-10-29T18:39:17.573Z[ recovery-image] Oct 29 18:39:16.245 INFO O| Oct 29 18:39:16.245 INFO STEP 527 (remove_files) COMPLETE
57462024-10-29T18:39:17.573Z[ recovery-image] Oct 29 18:39:16.245 INFO O| Oct 29 18:39:16.245 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57472024-10-29T18:39:17.581Z[ recovery-image] Oct 29 18:39:16.255 INFO O| Oct 29 18:39:16.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs"
57482024-10-29T18:39:17.583Z[ recovery-image] Oct 29 18:39:16.255 INFO O| Oct 29 18:39:16.255 INFO STEP 528 (remove_files) COMPLETE
57492024-10-29T18:39:17.583Z[ recovery-image] Oct 29 18:39:16.255 INFO O| Oct 29 18:39:16.255 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57502024-10-29T18:39:17.592Z[ recovery-image] Oct 29 18:39:16.266 INFO O| Oct 29 18:39:16.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs"
57512024-10-29T18:39:17.592Z[ recovery-image] Oct 29 18:39:16.266 INFO O| Oct 29 18:39:16.266 INFO STEP 529 (remove_files) COMPLETE
57522024-10-29T18:39:17.594Z[ recovery-image] Oct 29 18:39:16.266 INFO O| Oct 29 18:39:16.266 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57532024-10-29T18:39:17.602Z[ recovery-image] Oct 29 18:39:16.276 INFO O| Oct 29 18:39:16.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb"
57542024-10-29T18:39:17.605Z[ recovery-image] Oct 29 18:39:16.276 INFO O| Oct 29 18:39:16.276 INFO STEP 530 (remove_files) COMPLETE
57552024-10-29T18:39:17.605Z[ recovery-image] Oct 29 18:39:16.276 INFO O| Oct 29 18:39:16.276 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57562024-10-29T18:39:17.613Z[ recovery-image] Oct 29 18:39:16.287 INFO O| Oct 29 18:39:16.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs"
57572024-10-29T18:39:17.613Z[ recovery-image] Oct 29 18:39:16.287 INFO O| Oct 29 18:39:16.287 INFO STEP 531 (remove_files) COMPLETE
57582024-10-29T18:39:17.615Z[ recovery-image] Oct 29 18:39:16.287 INFO O| Oct 29 18:39:16.287 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57592024-10-29T18:39:17.623Z[ recovery-image] Oct 29 18:39:16.297 INFO O| Oct 29 18:39:16.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv"
57602024-10-29T18:39:17.625Z[ recovery-image] Oct 29 18:39:16.297 INFO O| Oct 29 18:39:16.297 INFO STEP 532 (remove_files) COMPLETE
57612024-10-29T18:39:17.625Z[ recovery-image] Oct 29 18:39:16.297 INFO O| Oct 29 18:39:16.297 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57622024-10-29T18:39:17.633Z[ recovery-image] Oct 29 18:39:16.307 INFO O| Oct 29 18:39:16.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd"
57632024-10-29T18:39:17.635Z[ recovery-image] Oct 29 18:39:16.307 INFO O| Oct 29 18:39:16.307 INFO STEP 533 (remove_files) COMPLETE
57642024-10-29T18:39:17.635Z[ recovery-image] Oct 29 18:39:16.307 INFO O| Oct 29 18:39:16.307 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57652024-10-29T18:39:17.643Z[ recovery-image] Oct 29 18:39:16.317 INFO O| Oct 29 18:39:16.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15"
57662024-10-29T18:39:17.645Z[ recovery-image] Oct 29 18:39:16.317 INFO O| Oct 29 18:39:16.317 INFO STEP 534 (remove_files) COMPLETE
57672024-10-29T18:39:17.645Z[ recovery-image] Oct 29 18:39:16.317 INFO O| Oct 29 18:39:16.317 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57682024-10-29T18:39:17.653Z[ recovery-image] Oct 29 18:39:16.327 INFO O| Oct 29 18:39:16.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15"
57692024-10-29T18:39:17.655Z[ recovery-image] Oct 29 18:39:16.327 INFO O| Oct 29 18:39:16.327 INFO STEP 535 (remove_files) COMPLETE
57702024-10-29T18:39:17.655Z[ recovery-image] Oct 29 18:39:16.327 INFO O| Oct 29 18:39:16.327 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57712024-10-29T18:39:17.663Z[ recovery-image] Oct 29 18:39:16.337 INFO O| Oct 29 18:39:16.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA"
57722024-10-29T18:39:17.665Z[ recovery-image] Oct 29 18:39:16.337 INFO O| Oct 29 18:39:16.337 INFO STEP 536 (remove_files) COMPLETE
57732024-10-29T18:39:17.665Z[ recovery-image] Oct 29 18:39:16.337 INFO O| Oct 29 18:39:16.337 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57742024-10-29T18:39:17.674Z[ recovery-image] Oct 29 18:39:16.347 INFO O| Oct 29 18:39:16.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT"
57752024-10-29T18:39:17.674Z[ recovery-image] Oct 29 18:39:16.347 INFO O| Oct 29 18:39:16.347 INFO STEP 537 (remove_files) COMPLETE
57762024-10-29T18:39:17.674Z[ recovery-image] Oct 29 18:39:16.347 INFO O| Oct 29 18:39:16.347 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57772024-10-29T18:39:17.684Z[ recovery-image] Oct 29 18:39:16.358 INFO O| Oct 29 18:39:16.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL"
57782024-10-29T18:39:17.687Z[ recovery-image] Oct 29 18:39:16.359 INFO O| Oct 29 18:39:16.358 INFO STEP 538 (remove_files) COMPLETE
57792024-10-29T18:39:17.687Z[ recovery-image] Oct 29 18:39:16.359 INFO O| Oct 29 18:39:16.359 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57802024-10-29T18:39:17.696Z[ recovery-image] Oct 29 18:39:16.370 INFO O| Oct 29 18:39:16.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod"
57812024-10-29T18:39:17.698Z[ recovery-image] Oct 29 18:39:16.370 INFO O| Oct 29 18:39:16.370 INFO STEP 539 (remove_files) COMPLETE
57822024-10-29T18:39:17.698Z[ recovery-image] Oct 29 18:39:16.370 INFO O| Oct 29 18:39:16.370 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57832024-10-29T18:39:17.707Z[ recovery-image] Oct 29 18:39:16.381 INFO O| Oct 29 18:39:16.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod"
57842024-10-29T18:39:17.707Z[ recovery-image] Oct 29 18:39:16.381 INFO O| Oct 29 18:39:16.381 INFO STEP 540 (remove_files) COMPLETE
57852024-10-29T18:39:17.710Z[ recovery-image] Oct 29 18:39:16.381 INFO O| Oct 29 18:39:16.381 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57862024-10-29T18:39:17.718Z[ recovery-image] Oct 29 18:39:16.392 INFO O| Oct 29 18:39:16.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod"
57872024-10-29T18:39:17.718Z[ recovery-image] Oct 29 18:39:16.392 INFO O| Oct 29 18:39:16.392 INFO STEP 541 (remove_files) COMPLETE
57882024-10-29T18:39:17.718Z[ recovery-image] Oct 29 18:39:16.392 INFO O| Oct 29 18:39:16.392 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57892024-10-29T18:39:17.729Z[ recovery-image] Oct 29 18:39:16.403 INFO O| Oct 29 18:39:16.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl"
57902024-10-29T18:39:17.731Z[ recovery-image] Oct 29 18:39:16.403 INFO O| Oct 29 18:39:16.403 INFO STEP 542 (remove_files) COMPLETE
57912024-10-29T18:39:17.731Z[ recovery-image] Oct 29 18:39:16.403 INFO O| Oct 29 18:39:16.403 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57922024-10-29T18:39:17.739Z[ recovery-image] Oct 29 18:39:16.413 INFO O| Oct 29 18:39:16.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys"
57932024-10-29T18:39:17.739Z[ recovery-image] Oct 29 18:39:16.413 INFO O| Oct 29 18:39:16.413 INFO STEP 543 (remove_files) COMPLETE
57942024-10-29T18:39:17.741Z[ recovery-image] Oct 29 18:39:16.413 INFO O| Oct 29 18:39:16.413 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57952024-10-29T18:39:17.749Z[ recovery-image] Oct 29 18:39:16.423 INFO O| Oct 29 18:39:16.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct"
57962024-10-29T18:39:17.749Z[ recovery-image] Oct 29 18:39:16.423 INFO O| Oct 29 18:39:16.423 INFO STEP 544 (remove_files) COMPLETE
57972024-10-29T18:39:17.749Z[ recovery-image] Oct 29 18:39:16.423 INFO O| Oct 29 18:39:16.423 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
57982024-10-29T18:39:17.759Z[ recovery-image] Oct 29 18:39:16.432 INFO O| Oct 29 18:39:16.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README"
57992024-10-29T18:39:17.759Z[ recovery-image] Oct 29 18:39:16.433 INFO O| Oct 29 18:39:16.433 INFO STEP 545 (remove_files) COMPLETE
58002024-10-29T18:39:17.761Z[ recovery-image] Oct 29 18:39:16.433 INFO O| Oct 29 18:39:16.433 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58012024-10-29T18:39:17.769Z[ recovery-image] Oct 29 18:39:16.443 INFO O| Oct 29 18:39:16.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map"
58022024-10-29T18:39:17.771Z[ recovery-image] Oct 29 18:39:16.443 INFO O| Oct 29 18:39:16.443 INFO STEP 546 (remove_files) COMPLETE
58032024-10-29T18:39:17.771Z[ recovery-image] Oct 29 18:39:16.443 INFO O| Oct 29 18:39:16.443 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58042024-10-29T18:39:17.779Z[ recovery-image] Oct 29 18:39:16.453 INFO O| Oct 29 18:39:16.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace"
58052024-10-29T18:39:17.781Z[ recovery-image] Oct 29 18:39:16.453 INFO O| Oct 29 18:39:16.453 INFO STEP 547 (remove_files) COMPLETE
58062024-10-29T18:39:17.781Z[ recovery-image] Oct 29 18:39:16.453 INFO O| Oct 29 18:39:16.453 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58072024-10-29T18:39:17.789Z[ recovery-image] Oct 29 18:39:16.463 INFO O| Oct 29 18:39:16.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen"
58082024-10-29T18:39:17.789Z[ recovery-image] Oct 29 18:39:16.463 INFO O| Oct 29 18:39:16.463 INFO STEP 548 (remove_files) COMPLETE
58092024-10-29T18:39:17.789Z[ recovery-image] Oct 29 18:39:16.463 INFO O| Oct 29 18:39:16.463 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58102024-10-29T18:39:17.800Z[ recovery-image] Oct 29 18:39:16.474 INFO O| Oct 29 18:39:16.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1"
58112024-10-29T18:39:17.800Z[ recovery-image] Oct 29 18:39:16.474 INFO O| Oct 29 18:39:16.474 INFO STEP 549 (remove_files) COMPLETE
58122024-10-29T18:39:17.800Z[ recovery-image] Oct 29 18:39:16.474 INFO O| Oct 29 18:39:16.474 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58132024-10-29T18:39:17.812Z[ recovery-image] Oct 29 18:39:16.486 INFO O| Oct 29 18:39:16.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3"
58142024-10-29T18:39:17.813Z[ recovery-image] Oct 29 18:39:16.486 INFO O| Oct 29 18:39:16.486 INFO STEP 550 (remove_files) COMPLETE
58152024-10-29T18:39:17.813Z[ recovery-image] Oct 29 18:39:16.486 INFO O| Oct 29 18:39:16.486 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58162024-10-29T18:39:17.828Z[ recovery-image] Oct 29 18:39:16.502 INFO O| Oct 29 18:39:16.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4"
58172024-10-29T18:39:17.828Z[ recovery-image] Oct 29 18:39:16.502 INFO O| Oct 29 18:39:16.502 INFO STEP 551 (remove_files) COMPLETE
58182024-10-29T18:39:17.831Z[ recovery-image] Oct 29 18:39:16.502 INFO O| Oct 29 18:39:16.502 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58192024-10-29T18:39:17.842Z[ recovery-image] Oct 29 18:39:16.516 INFO O| Oct 29 18:39:16.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o"
58202024-10-29T18:39:17.842Z[ recovery-image] Oct 29 18:39:16.516 INFO O| Oct 29 18:39:16.516 INFO STEP 552 (remove_files) COMPLETE
58212024-10-29T18:39:17.842Z[ recovery-image] Oct 29 18:39:16.516 INFO O| Oct 29 18:39:16.516 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58222024-10-29T18:39:17.854Z[ recovery-image] Oct 29 18:39:16.528 INFO O| Oct 29 18:39:16.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o"
58232024-10-29T18:39:17.856Z[ recovery-image] Oct 29 18:39:16.528 INFO O| Oct 29 18:39:16.528 INFO STEP 553 (remove_files) COMPLETE
58242024-10-29T18:39:17.856Z[ recovery-image] Oct 29 18:39:16.528 INFO O| Oct 29 18:39:16.528 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58252024-10-29T18:39:17.865Z[ recovery-image] Oct 29 18:39:16.539 INFO O| Oct 29 18:39:16.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1"
58262024-10-29T18:39:17.869Z[ recovery-image] Oct 29 18:39:16.539 INFO O| Oct 29 18:39:16.539 INFO STEP 554 (remove_files) COMPLETE
58272024-10-29T18:39:17.869Z[ recovery-image] Oct 29 18:39:16.539 INFO O| Oct 29 18:39:16.539 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58282024-10-29T18:39:17.875Z[ recovery-image] Oct 29 18:39:16.549 INFO O| Oct 29 18:39:16.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc"
58292024-10-29T18:39:17.878Z[ recovery-image] Oct 29 18:39:16.550 INFO O| Oct 29 18:39:16.550 INFO STEP 555 (remove_files) COMPLETE
58302024-10-29T18:39:17.878Z[ recovery-image] Oct 29 18:39:16.550 INFO O| Oct 29 18:39:16.550 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58312024-10-29T18:39:17.887Z[ recovery-image] Oct 29 18:39:16.561 INFO O| Oct 29 18:39:16.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept"
58322024-10-29T18:39:17.887Z[ recovery-image] Oct 29 18:39:16.561 INFO O| Oct 29 18:39:16.561 INFO STEP 556 (remove_files) COMPLETE
58332024-10-29T18:39:17.890Z[ recovery-image] Oct 29 18:39:16.561 INFO O| Oct 29 18:39:16.561 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58342024-10-29T18:39:17.897Z[ recovery-image] Oct 29 18:39:16.571 INFO O| Oct 29 18:39:16.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename"
58352024-10-29T18:39:17.897Z[ recovery-image] Oct 29 18:39:16.571 INFO O| Oct 29 18:39:16.571 INFO STEP 557 (remove_files) COMPLETE
58362024-10-29T18:39:17.901Z[ recovery-image] Oct 29 18:39:16.571 INFO O| Oct 29 18:39:16.571 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58372024-10-29T18:39:17.908Z[ recovery-image] Oct 29 18:39:16.582 INFO O| Oct 29 18:39:16.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv"
58382024-10-29T18:39:17.908Z[ recovery-image] Oct 29 18:39:16.582 INFO O| Oct 29 18:39:16.582 INFO STEP 558 (remove_files) COMPLETE
58392024-10-29T18:39:17.911Z[ recovery-image] Oct 29 18:39:16.582 INFO O| Oct 29 18:39:16.582 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58402024-10-29T18:39:17.919Z[ recovery-image] Oct 29 18:39:16.593 INFO O| Oct 29 18:39:16.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut"
58412024-10-29T18:39:17.919Z[ recovery-image] Oct 29 18:39:16.593 INFO O| Oct 29 18:39:16.593 INFO STEP 559 (remove_files) COMPLETE
58422024-10-29T18:39:17.921Z[ recovery-image] Oct 29 18:39:16.593 INFO O| Oct 29 18:39:16.593 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58432024-10-29T18:39:17.931Z[ recovery-image] Oct 29 18:39:16.603 INFO O| Oct 29 18:39:16.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname"
58442024-10-29T18:39:17.931Z[ recovery-image] Oct 29 18:39:16.603 INFO O| Oct 29 18:39:16.603 INFO STEP 560 (remove_files) COMPLETE
58452024-10-29T18:39:17.931Z[ recovery-image] Oct 29 18:39:16.603 INFO O| Oct 29 18:39:16.603 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58462024-10-29T18:39:17.940Z[ recovery-image] Oct 29 18:39:16.614 INFO O| Oct 29 18:39:16.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags"
58472024-10-29T18:39:17.940Z[ recovery-image] Oct 29 18:39:16.614 INFO O| Oct 29 18:39:16.614 INFO STEP 561 (remove_files) COMPLETE
58482024-10-29T18:39:17.940Z[ recovery-image] Oct 29 18:39:16.614 INFO O| Oct 29 18:39:16.614 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58492024-10-29T18:39:17.951Z[ recovery-image] Oct 29 18:39:16.625 INFO O| Oct 29 18:39:16.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo"
58502024-10-29T18:39:17.951Z[ recovery-image] Oct 29 18:39:16.625 INFO O| Oct 29 18:39:16.625 INFO STEP 562 (remove_files) COMPLETE
58512024-10-29T18:39:17.954Z[ recovery-image] Oct 29 18:39:16.625 INFO O| Oct 29 18:39:16.625 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58522024-10-29T18:39:17.962Z[ recovery-image] Oct 29 18:39:16.636 INFO O| Oct 29 18:39:16.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head"
58532024-10-29T18:39:17.962Z[ recovery-image] Oct 29 18:39:16.636 INFO O| Oct 29 18:39:16.636 INFO STEP 563 (remove_files) COMPLETE
58542024-10-29T18:39:17.962Z[ recovery-image] Oct 29 18:39:16.636 INFO O| Oct 29 18:39:16.636 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58552024-10-29T18:39:17.974Z[ recovery-image] Oct 29 18:39:16.647 INFO O| Oct 29 18:39:16.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id"
58562024-10-29T18:39:17.974Z[ recovery-image] Oct 29 18:39:16.647 INFO O| Oct 29 18:39:16.647 INFO STEP 564 (remove_files) COMPLETE
58572024-10-29T18:39:17.977Z[ recovery-image] Oct 29 18:39:16.648 INFO O| Oct 29 18:39:16.647 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58582024-10-29T18:39:17.984Z[ recovery-image] Oct 29 18:39:16.658 INFO O| Oct 29 18:39:16.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln"
58592024-10-29T18:39:17.984Z[ recovery-image] Oct 29 18:39:16.658 INFO O| Oct 29 18:39:16.658 INFO STEP 565 (remove_files) COMPLETE
58602024-10-29T18:39:17.987Z[ recovery-image] Oct 29 18:39:16.658 INFO O| Oct 29 18:39:16.658 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58612024-10-29T18:39:17.995Z[ recovery-image] Oct 29 18:39:16.669 INFO O| Oct 29 18:39:16.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h"
58622024-10-29T18:39:17.995Z[ recovery-image] Oct 29 18:39:16.669 INFO O| Oct 29 18:39:16.669 INFO STEP 566 (remove_files) COMPLETE
58632024-10-29T18:39:17.997Z[ recovery-image] Oct 29 18:39:16.669 INFO O| Oct 29 18:39:16.669 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58642024-10-29T18:39:18.005Z[ recovery-image] Oct 29 18:39:16.679 INFO O| Oct 29 18:39:16.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname"
58652024-10-29T18:39:18.005Z[ recovery-image] Oct 29 18:39:16.679 INFO O| Oct 29 18:39:16.679 INFO STEP 567 (remove_files) COMPLETE
58662024-10-29T18:39:18.005Z[ recovery-image] Oct 29 18:39:16.679 INFO O| Oct 29 18:39:16.679 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58672024-10-29T18:39:18.016Z[ recovery-image] Oct 29 18:39:16.690 INFO O| Oct 29 18:39:16.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir"
58682024-10-29T18:39:18.016Z[ recovery-image] Oct 29 18:39:16.690 INFO O| Oct 29 18:39:16.690 INFO STEP 568 (remove_files) COMPLETE
58692024-10-29T18:39:18.016Z[ recovery-image] Oct 29 18:39:16.690 INFO O| Oct 29 18:39:16.690 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58702024-10-29T18:39:18.027Z[ recovery-image] Oct 29 18:39:16.701 INFO O| Oct 29 18:39:16.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo"
58712024-10-29T18:39:18.027Z[ recovery-image] Oct 29 18:39:16.701 INFO O| Oct 29 18:39:16.701 INFO STEP 569 (remove_files) COMPLETE
58722024-10-29T18:39:18.027Z[ recovery-image] Oct 29 18:39:16.701 INFO O| Oct 29 18:39:16.701 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58732024-10-29T18:39:18.039Z[ recovery-image] Oct 29 18:39:16.712 INFO O| Oct 29 18:39:16.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp"
58742024-10-29T18:39:18.039Z[ recovery-image] Oct 29 18:39:16.712 INFO O| Oct 29 18:39:16.712 INFO STEP 570 (remove_files) COMPLETE
58752024-10-29T18:39:18.041Z[ recovery-image] Oct 29 18:39:16.712 INFO O| Oct 29 18:39:16.712 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58762024-10-29T18:39:18.053Z[ recovery-image] Oct 29 18:39:16.726 INFO O| Oct 29 18:39:16.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid"
58772024-10-29T18:39:18.053Z[ recovery-image] Oct 29 18:39:16.726 INFO O| Oct 29 18:39:16.726 INFO STEP 571 (remove_files) COMPLETE
58782024-10-29T18:39:18.053Z[ recovery-image] Oct 29 18:39:16.726 INFO O| Oct 29 18:39:16.726 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58792024-10-29T18:39:18.064Z[ recovery-image] Oct 29 18:39:16.738 INFO O| Oct 29 18:39:16.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk"
58802024-10-29T18:39:18.064Z[ recovery-image] Oct 29 18:39:16.738 INFO O| Oct 29 18:39:16.738 INFO STEP 572 (remove_files) COMPLETE
58812024-10-29T18:39:18.064Z[ recovery-image] Oct 29 18:39:16.738 INFO O| Oct 29 18:39:16.738 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58822024-10-29T18:39:18.076Z[ recovery-image] Oct 29 18:39:16.749 INFO O| Oct 29 18:39:16.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print"
58832024-10-29T18:39:18.076Z[ recovery-image] Oct 29 18:39:16.749 INFO O| Oct 29 18:39:16.749 INFO STEP 573 (remove_files) COMPLETE
58842024-10-29T18:39:18.079Z[ recovery-image] Oct 29 18:39:16.749 INFO O| Oct 29 18:39:16.749 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58852024-10-29T18:39:18.087Z[ recovery-image] Oct 29 18:39:16.761 INFO O| Oct 29 18:39:16.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv"
58862024-10-29T18:39:18.087Z[ recovery-image] Oct 29 18:39:16.761 INFO O| Oct 29 18:39:16.761 INFO STEP 574 (remove_files) COMPLETE
58872024-10-29T18:39:18.089Z[ recovery-image] Oct 29 18:39:16.761 INFO O| Oct 29 18:39:16.761 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58882024-10-29T18:39:18.099Z[ recovery-image] Oct 29 18:39:16.772 INFO O| Oct 29 18:39:16.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push"
58892024-10-29T18:39:18.099Z[ recovery-image] Oct 29 18:39:16.772 INFO O| Oct 29 18:39:16.772 INFO STEP 575 (remove_files) COMPLETE
58902024-10-29T18:39:18.101Z[ recovery-image] Oct 29 18:39:16.773 INFO O| Oct 29 18:39:16.772 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58912024-10-29T18:39:18.110Z[ recovery-image] Oct 29 18:39:16.784 INFO O| Oct 29 18:39:16.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath"
58922024-10-29T18:39:18.113Z[ recovery-image] Oct 29 18:39:16.784 INFO O| Oct 29 18:39:16.784 INFO STEP 576 (remove_files) COMPLETE
58932024-10-29T18:39:18.113Z[ recovery-image] Oct 29 18:39:16.784 INFO O| Oct 29 18:39:16.784 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58942024-10-29T18:39:18.121Z[ recovery-image] Oct 29 18:39:16.795 INFO O| Oct 29 18:39:16.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm"
58952024-10-29T18:39:18.124Z[ recovery-image] Oct 29 18:39:16.795 INFO O| Oct 29 18:39:16.795 INFO STEP 577 (remove_files) COMPLETE
58962024-10-29T18:39:18.124Z[ recovery-image] Oct 29 18:39:16.795 INFO O| Oct 29 18:39:16.795 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
58972024-10-29T18:39:18.133Z[ recovery-image] Oct 29 18:39:16.807 INFO O| Oct 29 18:39:16.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir"
58982024-10-29T18:39:18.133Z[ recovery-image] Oct 29 18:39:16.807 INFO O| Oct 29 18:39:16.807 INFO STEP 578 (remove_files) COMPLETE
58992024-10-29T18:39:18.133Z[ recovery-image] Oct 29 18:39:16.807 INFO O| Oct 29 18:39:16.807 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59002024-10-29T18:39:18.147Z[ recovery-image] Oct 29 18:39:16.820 INFO O| Oct 29 18:39:16.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq"
59012024-10-29T18:39:18.147Z[ recovery-image] Oct 29 18:39:16.820 INFO O| Oct 29 18:39:16.820 INFO STEP 579 (remove_files) COMPLETE
59022024-10-29T18:39:18.147Z[ recovery-image] Oct 29 18:39:16.820 INFO O| Oct 29 18:39:16.820 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59032024-10-29T18:39:18.161Z[ recovery-image] Oct 29 18:39:16.835 INFO O| Oct 29 18:39:16.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid"
59042024-10-29T18:39:18.161Z[ recovery-image] Oct 29 18:39:16.835 INFO O| Oct 29 18:39:16.835 INFO STEP 580 (remove_files) COMPLETE
59052024-10-29T18:39:18.164Z[ recovery-image] Oct 29 18:39:16.835 INFO O| Oct 29 18:39:16.835 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59062024-10-29T18:39:18.173Z[ recovery-image] Oct 29 18:39:16.847 INFO O| Oct 29 18:39:16.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep"
59072024-10-29T18:39:18.175Z[ recovery-image] Oct 29 18:39:16.847 INFO O| Oct 29 18:39:16.847 INFO STEP 581 (remove_files) COMPLETE
59082024-10-29T18:39:18.175Z[ recovery-image] Oct 29 18:39:16.847 INFO O| Oct 29 18:39:16.847 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59092024-10-29T18:39:18.180Z[ host-image] Oct 29 18:39:16.854 INFO O| Oct 29 18:39:16.854 INFO O| Download: Completed 8.42 MB in 3.66 seconds (2.3M/s)
59102024-10-29T18:39:18.185Z[ recovery-image] Oct 29 18:39:16.859 INFO O| Oct 29 18:39:16.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime"
59112024-10-29T18:39:18.187Z[ recovery-image] Oct 29 18:39:16.860 INFO O| Oct 29 18:39:16.860 INFO STEP 582 (remove_files) COMPLETE
59122024-10-29T18:39:18.187Z[ recovery-image] Oct 29 18:39:16.860 INFO O| Oct 29 18:39:16.860 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59132024-10-29T18:39:18.198Z[ recovery-image] Oct 29 18:39:16.872 INFO O| Oct 29 18:39:16.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync"
59142024-10-29T18:39:18.198Z[ recovery-image] Oct 29 18:39:16.872 INFO O| Oct 29 18:39:16.872 INFO STEP 583 (remove_files) COMPLETE
59152024-10-29T18:39:18.198Z[ recovery-image] Oct 29 18:39:16.872 INFO O| Oct 29 18:39:16.872 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59162024-10-29T18:39:18.211Z[ recovery-image] Oct 29 18:39:16.884 INFO O| Oct 29 18:39:16.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee"
59172024-10-29T18:39:18.211Z[ recovery-image] Oct 29 18:39:16.884 INFO O| Oct 29 18:39:16.884 INFO STEP 584 (remove_files) COMPLETE
59182024-10-29T18:39:18.213Z[ recovery-image] Oct 29 18:39:16.884 INFO O| Oct 29 18:39:16.884 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59192024-10-29T18:39:18.221Z[ recovery-image] Oct 29 18:39:16.895 INFO O| Oct 29 18:39:16.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse"
59202024-10-29T18:39:18.221Z[ recovery-image] Oct 29 18:39:16.895 INFO O| Oct 29 18:39:16.895 INFO STEP 585 (remove_files) COMPLETE
59212024-10-29T18:39:18.221Z[ recovery-image] Oct 29 18:39:16.895 INFO O| Oct 29 18:39:16.895 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59222024-10-29T18:39:18.232Z[ recovery-image] Oct 29 18:39:16.906 INFO O| Oct 29 18:39:16.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty"
59232024-10-29T18:39:18.233Z[ recovery-image] Oct 29 18:39:16.906 INFO O| Oct 29 18:39:16.906 INFO STEP 586 (remove_files) COMPLETE
59242024-10-29T18:39:18.233Z[ recovery-image] Oct 29 18:39:16.906 INFO O| Oct 29 18:39:16.906 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59252024-10-29T18:39:18.242Z[ host-image] Oct 29 18:39:16.916 INFO O| Oct 29 18:39:16.916 INFO O| Actions: 1/1361 actions (Installing new actions)
59262024-10-29T18:39:18.244Z[ recovery-image] Oct 29 18:39:16.918 INFO O| Oct 29 18:39:16.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname"
59272024-10-29T18:39:18.245Z[ recovery-image] Oct 29 18:39:16.918 INFO O| Oct 29 18:39:16.918 INFO STEP 587 (remove_files) COMPLETE
59282024-10-29T18:39:18.245Z[ recovery-image] Oct 29 18:39:16.918 INFO O| Oct 29 18:39:16.918 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59292024-10-29T18:39:18.255Z[ recovery-image] Oct 29 18:39:16.928 INFO O| Oct 29 18:39:16.928 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink"
59302024-10-29T18:39:18.255Z[ recovery-image] Oct 29 18:39:16.928 INFO O| Oct 29 18:39:16.928 INFO STEP 588 (remove_files) COMPLETE
59312024-10-29T18:39:18.255Z[ recovery-image] Oct 29 18:39:16.928 INFO O| Oct 29 18:39:16.928 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59322024-10-29T18:39:18.265Z[ recovery-image] Oct 29 18:39:16.939 INFO O| Oct 29 18:39:16.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami"
59332024-10-29T18:39:18.265Z[ recovery-image] Oct 29 18:39:16.939 INFO O| Oct 29 18:39:16.939 INFO STEP 589 (remove_files) COMPLETE
59342024-10-29T18:39:18.265Z[ recovery-image] Oct 29 18:39:16.939 INFO O| Oct 29 18:39:16.939 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59352024-10-29T18:39:18.277Z[ recovery-image] Oct 29 18:39:16.950 INFO O| Oct 29 18:39:16.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake"
59362024-10-29T18:39:18.279Z[ recovery-image] Oct 29 18:39:16.951 INFO O| Oct 29 18:39:16.950 INFO STEP 590 (remove_files) COMPLETE
59372024-10-29T18:39:18.279Z[ recovery-image] Oct 29 18:39:16.951 INFO O| Oct 29 18:39:16.950 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59382024-10-29T18:39:18.287Z[ recovery-image] Oct 29 18:39:16.961 INFO O| Oct 29 18:39:16.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h"
59392024-10-29T18:39:18.289Z[ recovery-image] Oct 29 18:39:16.961 INFO O| Oct 29 18:39:16.961 INFO STEP 591 (remove_files) COMPLETE
59402024-10-29T18:39:18.289Z[ recovery-image] Oct 29 18:39:16.961 INFO O| Oct 29 18:39:16.961 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59412024-10-29T18:39:18.297Z[ recovery-image] Oct 29 18:39:16.971 INFO O| Oct 29 18:39:16.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1"
59422024-10-29T18:39:18.300Z[ recovery-image] Oct 29 18:39:16.971 INFO O| Oct 29 18:39:16.971 INFO STEP 592 (remove_files) COMPLETE
59432024-10-29T18:39:18.300Z[ recovery-image] Oct 29 18:39:16.971 INFO O| Oct 29 18:39:16.971 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59442024-10-29T18:39:18.308Z[ recovery-image] Oct 29 18:39:16.982 INFO O| Oct 29 18:39:16.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1"
59452024-10-29T18:39:18.308Z[ recovery-image] Oct 29 18:39:16.982 INFO O| Oct 29 18:39:16.982 INFO STEP 593 (remove_files) COMPLETE
59462024-10-29T18:39:18.310Z[ recovery-image] Oct 29 18:39:16.982 INFO O| Oct 29 18:39:16.982 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59472024-10-29T18:39:18.318Z[ recovery-image] Oct 29 18:39:16.992 INFO O| Oct 29 18:39:16.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1"
59482024-10-29T18:39:18.318Z[ recovery-image] Oct 29 18:39:16.992 INFO O| Oct 29 18:39:16.992 INFO STEP 594 (remove_files) COMPLETE
59492024-10-29T18:39:18.318Z[ recovery-image] Oct 29 18:39:16.992 INFO O| Oct 29 18:39:16.992 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59502024-10-29T18:39:18.330Z[ recovery-image] Oct 29 18:39:17.003 INFO O| Oct 29 18:39:17.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1"
59512024-10-29T18:39:18.330Z[ recovery-image] Oct 29 18:39:17.004 INFO O| Oct 29 18:39:17.003 INFO STEP 595 (remove_files) COMPLETE
59522024-10-29T18:39:18.332Z[ recovery-image] Oct 29 18:39:17.004 INFO O| Oct 29 18:39:17.003 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59532024-10-29T18:39:18.342Z[ recovery-image] Oct 29 18:39:17.016 INFO O| Oct 29 18:39:17.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1"
59542024-10-29T18:39:18.342Z[ recovery-image] Oct 29 18:39:17.016 INFO O| Oct 29 18:39:17.016 INFO STEP 596 (remove_files) COMPLETE
59552024-10-29T18:39:18.342Z[ recovery-image] Oct 29 18:39:17.016 INFO O| Oct 29 18:39:17.016 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59562024-10-29T18:39:18.357Z[ recovery-image] Oct 29 18:39:17.030 INFO O| Oct 29 18:39:17.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub"
59572024-10-29T18:39:18.359Z[ recovery-image] Oct 29 18:39:17.031 INFO O| Oct 29 18:39:17.031 INFO STEP 597 (remove_files) COMPLETE
59582024-10-29T18:39:18.359Z[ recovery-image] Oct 29 18:39:17.031 INFO O| Oct 29 18:39:17.031 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59592024-10-29T18:39:18.368Z[ recovery-image] Oct 29 18:39:17.042 INFO O| Oct 29 18:39:17.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1"
59602024-10-29T18:39:18.368Z[ recovery-image] Oct 29 18:39:17.042 INFO O| Oct 29 18:39:17.042 INFO STEP 598 (remove_files) COMPLETE
59612024-10-29T18:39:18.379Z[ recovery-image] Oct 29 18:39:17.042 INFO O| Oct 29 18:39:17.042 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59622024-10-29T18:39:18.381Z[ recovery-image] Oct 29 18:39:17.053 INFO O| Oct 29 18:39:17.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1"
59632024-10-29T18:39:18.381Z[ recovery-image] Oct 29 18:39:17.053 INFO O| Oct 29 18:39:17.053 INFO STEP 599 (remove_files) COMPLETE
59642024-10-29T18:39:18.381Z[ recovery-image] Oct 29 18:39:17.053 INFO O| Oct 29 18:39:17.053 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59652024-10-29T18:39:18.390Z[ recovery-image] Oct 29 18:39:17.064 INFO O| Oct 29 18:39:17.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1"
59662024-10-29T18:39:18.396Z[ recovery-image] Oct 29 18:39:17.065 INFO O| Oct 29 18:39:17.065 INFO STEP 600 (remove_files) COMPLETE
59672024-10-29T18:39:18.396Z[ recovery-image] Oct 29 18:39:17.065 INFO O| Oct 29 18:39:17.065 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59682024-10-29T18:39:18.403Z[ recovery-image] Oct 29 18:39:17.076 INFO O| Oct 29 18:39:17.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1"
59692024-10-29T18:39:18.405Z[ recovery-image] Oct 29 18:39:17.076 INFO O| Oct 29 18:39:17.076 INFO STEP 601 (remove_files) COMPLETE
59702024-10-29T18:39:18.405Z[ recovery-image] Oct 29 18:39:17.076 INFO O| Oct 29 18:39:17.076 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59712024-10-29T18:39:18.415Z[ recovery-image] Oct 29 18:39:17.089 INFO O| Oct 29 18:39:17.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1"
59722024-10-29T18:39:18.416Z[ recovery-image] Oct 29 18:39:17.089 INFO O| Oct 29 18:39:17.089 INFO STEP 602 (remove_files) COMPLETE
59732024-10-29T18:39:18.420Z[ recovery-image] Oct 29 18:39:17.089 INFO O| Oct 29 18:39:17.089 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59742024-10-29T18:39:18.429Z[ recovery-image] Oct 29 18:39:17.103 INFO O| Oct 29 18:39:17.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9"
59752024-10-29T18:39:18.432Z[ recovery-image] Oct 29 18:39:17.103 INFO O| Oct 29 18:39:17.103 INFO STEP 603 (remove_files) COMPLETE
59762024-10-29T18:39:18.432Z[ recovery-image] Oct 29 18:39:17.103 INFO O| Oct 29 18:39:17.103 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59772024-10-29T18:39:18.440Z[ recovery-image] Oct 29 18:39:17.114 INFO O| Oct 29 18:39:17.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9"
59782024-10-29T18:39:18.443Z[ recovery-image] Oct 29 18:39:17.114 INFO O| Oct 29 18:39:17.114 INFO STEP 604 (remove_files) COMPLETE
59792024-10-29T18:39:18.443Z[ recovery-image] Oct 29 18:39:17.114 INFO O| Oct 29 18:39:17.114 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59802024-10-29T18:39:18.451Z[ recovery-image] Oct 29 18:39:17.124 INFO O| Oct 29 18:39:17.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9"
59812024-10-29T18:39:18.451Z[ recovery-image] Oct 29 18:39:17.124 INFO O| Oct 29 18:39:17.124 INFO STEP 605 (remove_files) COMPLETE
59822024-10-29T18:39:18.451Z[ recovery-image] Oct 29 18:39:17.124 INFO O| Oct 29 18:39:17.124 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59832024-10-29T18:39:18.460Z[ recovery-image] Oct 29 18:39:17.134 INFO O| Oct 29 18:39:17.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1"
59842024-10-29T18:39:18.463Z[ recovery-image] Oct 29 18:39:17.135 INFO O| Oct 29 18:39:17.135 INFO STEP 606 (remove_files) COMPLETE
59852024-10-29T18:39:18.463Z[ recovery-image] Oct 29 18:39:17.135 INFO O| Oct 29 18:39:17.135 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59862024-10-29T18:39:18.472Z[ recovery-image] Oct 29 18:39:17.146 INFO O| Oct 29 18:39:17.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8"
59872024-10-29T18:39:18.472Z[ recovery-image] Oct 29 18:39:17.146 INFO O| Oct 29 18:39:17.146 INFO STEP 607 (remove_files) COMPLETE
59882024-10-29T18:39:18.475Z[ recovery-image] Oct 29 18:39:17.146 INFO O| Oct 29 18:39:17.146 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59892024-10-29T18:39:18.482Z[ recovery-image] Oct 29 18:39:17.156 INFO O| Oct 29 18:39:17.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1"
59902024-10-29T18:39:18.482Z[ recovery-image] Oct 29 18:39:17.156 INFO O| Oct 29 18:39:17.156 INFO STEP 608 (remove_files) COMPLETE
59912024-10-29T18:39:18.485Z[ recovery-image] Oct 29 18:39:17.156 INFO O| Oct 29 18:39:17.156 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59922024-10-29T18:39:18.495Z[ recovery-image] Oct 29 18:39:17.169 INFO O| Oct 29 18:39:17.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1"
59932024-10-29T18:39:18.495Z[ recovery-image] Oct 29 18:39:17.169 INFO O| Oct 29 18:39:17.169 INFO STEP 609 (remove_files) COMPLETE
59942024-10-29T18:39:18.497Z[ recovery-image] Oct 29 18:39:17.169 INFO O| Oct 29 18:39:17.169 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59952024-10-29T18:39:18.508Z[ recovery-image] Oct 29 18:39:17.182 INFO O| Oct 29 18:39:17.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1"
59962024-10-29T18:39:18.511Z[ recovery-image] Oct 29 18:39:17.182 INFO O| Oct 29 18:39:17.182 INFO STEP 610 (remove_files) COMPLETE
59972024-10-29T18:39:18.511Z[ recovery-image] Oct 29 18:39:17.182 INFO O| Oct 29 18:39:17.182 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
59982024-10-29T18:39:18.520Z[ recovery-image] Oct 29 18:39:17.194 INFO O| Oct 29 18:39:17.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1"
59992024-10-29T18:39:18.520Z[ recovery-image] Oct 29 18:39:17.194 INFO O| Oct 29 18:39:17.194 INFO STEP 611 (remove_files) COMPLETE
60002024-10-29T18:39:18.520Z[ recovery-image] Oct 29 18:39:17.194 INFO O| Oct 29 18:39:17.194 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60012024-10-29T18:39:18.532Z[ recovery-image] Oct 29 18:39:17.206 INFO O| Oct 29 18:39:17.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0"
60022024-10-29T18:39:18.534Z[ recovery-image] Oct 29 18:39:17.206 INFO O| Oct 29 18:39:17.206 INFO STEP 612 (remove_files) COMPLETE
60032024-10-29T18:39:18.534Z[ recovery-image] Oct 29 18:39:17.206 INFO O| Oct 29 18:39:17.206 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60042024-10-29T18:39:18.543Z[ recovery-image] Oct 29 18:39:17.217 INFO O| Oct 29 18:39:17.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1"
60052024-10-29T18:39:18.545Z[ recovery-image] Oct 29 18:39:17.217 INFO O| Oct 29 18:39:17.217 INFO STEP 613 (remove_files) COMPLETE
60062024-10-29T18:39:18.545Z[ recovery-image] Oct 29 18:39:17.217 INFO O| Oct 29 18:39:17.217 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60072024-10-29T18:39:18.554Z[ recovery-image] Oct 29 18:39:17.228 INFO O| Oct 29 18:39:17.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1"
60082024-10-29T18:39:18.554Z[ recovery-image] Oct 29 18:39:17.228 INFO O| Oct 29 18:39:17.228 INFO STEP 614 (remove_files) COMPLETE
60092024-10-29T18:39:18.554Z[ recovery-image] Oct 29 18:39:17.228 INFO O| Oct 29 18:39:17.228 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60102024-10-29T18:39:18.566Z[ recovery-image] Oct 29 18:39:17.239 INFO O| Oct 29 18:39:17.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1"
60112024-10-29T18:39:18.566Z[ recovery-image] Oct 29 18:39:17.240 INFO O| Oct 29 18:39:17.240 INFO STEP 615 (remove_files) COMPLETE
60122024-10-29T18:39:18.568Z[ recovery-image] Oct 29 18:39:17.240 INFO O| Oct 29 18:39:17.240 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60132024-10-29T18:39:18.577Z[ recovery-image] Oct 29 18:39:17.251 INFO O| Oct 29 18:39:17.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1"
60142024-10-29T18:39:18.577Z[ recovery-image] Oct 29 18:39:17.251 INFO O| Oct 29 18:39:17.251 INFO STEP 616 (remove_files) COMPLETE
60152024-10-29T18:39:18.580Z[ recovery-image] Oct 29 18:39:17.251 INFO O| Oct 29 18:39:17.251 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60162024-10-29T18:39:18.588Z[ recovery-image] Oct 29 18:39:17.261 INFO O| Oct 29 18:39:17.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1"
60172024-10-29T18:39:18.590Z[ recovery-image] Oct 29 18:39:17.262 INFO O| Oct 29 18:39:17.262 INFO STEP 617 (remove_files) COMPLETE
60182024-10-29T18:39:18.590Z[ recovery-image] Oct 29 18:39:17.262 INFO O| Oct 29 18:39:17.262 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60192024-10-29T18:39:18.599Z[ recovery-image] Oct 29 18:39:17.273 INFO O| Oct 29 18:39:17.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1"
60202024-10-29T18:39:18.599Z[ recovery-image] Oct 29 18:39:17.273 INFO O| Oct 29 18:39:17.273 INFO STEP 618 (remove_files) COMPLETE
60212024-10-29T18:39:18.599Z[ recovery-image] Oct 29 18:39:17.273 INFO O| Oct 29 18:39:17.273 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60222024-10-29T18:39:18.610Z[ recovery-image] Oct 29 18:39:17.284 INFO O| Oct 29 18:39:17.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1"
60232024-10-29T18:39:18.610Z[ recovery-image] Oct 29 18:39:17.284 INFO O| Oct 29 18:39:17.284 INFO STEP 619 (remove_files) COMPLETE
60242024-10-29T18:39:18.610Z[ recovery-image] Oct 29 18:39:17.284 INFO O| Oct 29 18:39:17.284 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60252024-10-29T18:39:18.623Z[ recovery-image] Oct 29 18:39:17.297 INFO O| Oct 29 18:39:17.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1"
60262024-10-29T18:39:18.623Z[ recovery-image] Oct 29 18:39:17.297 INFO O| Oct 29 18:39:17.297 INFO STEP 620 (remove_files) COMPLETE
60272024-10-29T18:39:18.623Z[ recovery-image] Oct 29 18:39:17.297 INFO O| Oct 29 18:39:17.297 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60282024-10-29T18:39:18.638Z[ recovery-image] Oct 29 18:39:17.311 INFO O| Oct 29 18:39:17.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1"
60292024-10-29T18:39:18.638Z[ recovery-image] Oct 29 18:39:17.311 INFO O| Oct 29 18:39:17.311 INFO STEP 621 (remove_files) COMPLETE
60302024-10-29T18:39:18.638Z[ recovery-image] Oct 29 18:39:17.311 INFO O| Oct 29 18:39:17.311 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60312024-10-29T18:39:18.648Z[ recovery-image] Oct 29 18:39:17.322 INFO O| Oct 29 18:39:17.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1"
60322024-10-29T18:39:18.648Z[ recovery-image] Oct 29 18:39:17.322 INFO O| Oct 29 18:39:17.322 INFO STEP 622 (remove_files) COMPLETE
60332024-10-29T18:39:18.650Z[ recovery-image] Oct 29 18:39:17.322 INFO O| Oct 29 18:39:17.322 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60342024-10-29T18:39:18.659Z[ recovery-image] Oct 29 18:39:17.333 INFO O| Oct 29 18:39:17.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1"
60352024-10-29T18:39:18.661Z[ recovery-image] Oct 29 18:39:17.333 INFO O| Oct 29 18:39:17.333 INFO STEP 623 (remove_files) COMPLETE
60362024-10-29T18:39:18.661Z[ recovery-image] Oct 29 18:39:17.333 INFO O| Oct 29 18:39:17.333 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60372024-10-29T18:39:18.669Z[ recovery-image] Oct 29 18:39:17.343 INFO O| Oct 29 18:39:17.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1"
60382024-10-29T18:39:18.672Z[ recovery-image] Oct 29 18:39:17.343 INFO O| Oct 29 18:39:17.343 INFO STEP 624 (remove_files) COMPLETE
60392024-10-29T18:39:18.672Z[ recovery-image] Oct 29 18:39:17.343 INFO O| Oct 29 18:39:17.343 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60402024-10-29T18:39:18.680Z[ recovery-image] Oct 29 18:39:17.354 INFO O| Oct 29 18:39:17.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1"
60412024-10-29T18:39:18.680Z[ recovery-image] Oct 29 18:39:17.354 INFO O| Oct 29 18:39:17.354 INFO STEP 625 (remove_files) COMPLETE
60422024-10-29T18:39:18.680Z[ recovery-image] Oct 29 18:39:17.354 INFO O| Oct 29 18:39:17.354 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60432024-10-29T18:39:18.693Z[ recovery-image] Oct 29 18:39:17.367 INFO O| Oct 29 18:39:17.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1"
60442024-10-29T18:39:18.693Z[ recovery-image] Oct 29 18:39:17.367 INFO O| Oct 29 18:39:17.367 INFO STEP 626 (remove_files) COMPLETE
60452024-10-29T18:39:18.696Z[ recovery-image] Oct 29 18:39:17.367 INFO O| Oct 29 18:39:17.367 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60462024-10-29T18:39:18.702Z[ host-image] Oct 29 18:39:17.376 INFO O| Oct 29 18:39:17.376 INFO O| Actions: Completed 1361 actions in 0.46 seconds.
60472024-10-29T18:39:18.705Z[ recovery-image] Oct 29 18:39:17.379 INFO O| Oct 29 18:39:17.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5"
60482024-10-29T18:39:18.707Z[ recovery-image] Oct 29 18:39:17.379 INFO O| Oct 29 18:39:17.379 INFO STEP 627 (remove_files) COMPLETE
60492024-10-29T18:39:18.707Z[ recovery-image] Oct 29 18:39:17.379 INFO O| Oct 29 18:39:17.379 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60502024-10-29T18:39:18.715Z[ recovery-image] Oct 29 18:39:17.389 INFO O| Oct 29 18:39:17.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1"
60512024-10-29T18:39:18.715Z[ recovery-image] Oct 29 18:39:17.389 INFO O| Oct 29 18:39:17.389 INFO STEP 628 (remove_files) COMPLETE
60522024-10-29T18:39:18.718Z[ recovery-image] Oct 29 18:39:17.389 INFO O| Oct 29 18:39:17.389 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60532024-10-29T18:39:18.726Z[ recovery-image] Oct 29 18:39:17.399 INFO O| Oct 29 18:39:17.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1"
60542024-10-29T18:39:18.726Z[ recovery-image] Oct 29 18:39:17.400 INFO O| Oct 29 18:39:17.400 INFO STEP 629 (remove_files) COMPLETE
60552024-10-29T18:39:18.726Z[ recovery-image] Oct 29 18:39:17.400 INFO O| Oct 29 18:39:17.400 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60562024-10-29T18:39:18.740Z[ recovery-image] Oct 29 18:39:17.414 INFO O| Oct 29 18:39:17.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1"
60572024-10-29T18:39:18.740Z[ recovery-image] Oct 29 18:39:17.414 INFO O| Oct 29 18:39:17.414 INFO STEP 630 (remove_files) COMPLETE
60582024-10-29T18:39:18.740Z[ recovery-image] Oct 29 18:39:17.414 INFO O| Oct 29 18:39:17.414 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60592024-10-29T18:39:18.754Z[ recovery-image] Oct 29 18:39:17.428 INFO O| Oct 29 18:39:17.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1"
60602024-10-29T18:39:18.754Z[ recovery-image] Oct 29 18:39:17.428 INFO O| Oct 29 18:39:17.428 INFO STEP 631 (remove_files) COMPLETE
60612024-10-29T18:39:18.754Z[ recovery-image] Oct 29 18:39:17.428 INFO O| Oct 29 18:39:17.428 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60622024-10-29T18:39:18.764Z[ recovery-image] Oct 29 18:39:17.438 INFO O| Oct 29 18:39:17.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1"
60632024-10-29T18:39:18.767Z[ recovery-image] Oct 29 18:39:17.438 INFO O| Oct 29 18:39:17.438 INFO STEP 632 (remove_files) COMPLETE
60642024-10-29T18:39:18.767Z[ recovery-image] Oct 29 18:39:17.438 INFO O| Oct 29 18:39:17.438 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60652024-10-29T18:39:18.777Z[ recovery-image] Oct 29 18:39:17.451 INFO O| Oct 29 18:39:17.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1"
60662024-10-29T18:39:18.777Z[ recovery-image] Oct 29 18:39:17.451 INFO O| Oct 29 18:39:17.451 INFO STEP 633 (remove_files) COMPLETE
60672024-10-29T18:39:18.780Z[ recovery-image] Oct 29 18:39:17.451 INFO O| Oct 29 18:39:17.451 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60682024-10-29T18:39:18.789Z[ recovery-image] Oct 29 18:39:17.463 INFO O| Oct 29 18:39:17.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1"
60692024-10-29T18:39:18.789Z[ recovery-image] Oct 29 18:39:17.463 INFO O| Oct 29 18:39:17.463 INFO STEP 634 (remove_files) COMPLETE
60702024-10-29T18:39:18.793Z[ recovery-image] Oct 29 18:39:17.463 INFO O| Oct 29 18:39:17.463 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60712024-10-29T18:39:18.799Z[ recovery-image] Oct 29 18:39:17.473 INFO O| Oct 29 18:39:17.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1"
60722024-10-29T18:39:18.799Z[ recovery-image] Oct 29 18:39:17.473 INFO O| Oct 29 18:39:17.473 INFO STEP 635 (remove_files) COMPLETE
60732024-10-29T18:39:18.799Z[ recovery-image] Oct 29 18:39:17.473 INFO O| Oct 29 18:39:17.473 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60742024-10-29T18:39:18.809Z[ recovery-image] Oct 29 18:39:17.483 INFO O| Oct 29 18:39:17.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9"
60752024-10-29T18:39:18.811Z[ recovery-image] Oct 29 18:39:17.483 INFO O| Oct 29 18:39:17.483 INFO STEP 636 (remove_files) COMPLETE
60762024-10-29T18:39:18.811Z[ recovery-image] Oct 29 18:39:17.483 INFO O| Oct 29 18:39:17.483 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60772024-10-29T18:39:18.819Z[ recovery-image] Oct 29 18:39:17.493 INFO O| Oct 29 18:39:17.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1"
60782024-10-29T18:39:18.819Z[ recovery-image] Oct 29 18:39:17.493 INFO O| Oct 29 18:39:17.493 INFO STEP 637 (remove_files) COMPLETE
60792024-10-29T18:39:18.821Z[ recovery-image] Oct 29 18:39:17.493 INFO O| Oct 29 18:39:17.493 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60802024-10-29T18:39:18.831Z[ recovery-image] Oct 29 18:39:17.504 INFO O| Oct 29 18:39:17.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1"
60812024-10-29T18:39:18.831Z[ recovery-image] Oct 29 18:39:17.504 INFO O| Oct 29 18:39:17.504 INFO STEP 638 (remove_files) COMPLETE
60822024-10-29T18:39:18.831Z[ recovery-image] Oct 29 18:39:17.504 INFO O| Oct 29 18:39:17.504 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60832024-10-29T18:39:18.842Z[ recovery-image] Oct 29 18:39:17.516 INFO O| Oct 29 18:39:17.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2"
60842024-10-29T18:39:18.844Z[ recovery-image] Oct 29 18:39:17.516 INFO O| Oct 29 18:39:17.516 INFO STEP 639 (remove_files) COMPLETE
60852024-10-29T18:39:18.844Z[ recovery-image] Oct 29 18:39:17.516 INFO O| Oct 29 18:39:17.516 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60862024-10-29T18:39:18.853Z[ recovery-image] Oct 29 18:39:17.527 INFO O| Oct 29 18:39:17.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7"
60872024-10-29T18:39:18.853Z[ recovery-image] Oct 29 18:39:17.527 INFO O| Oct 29 18:39:17.527 INFO STEP 640 (remove_files) COMPLETE
60882024-10-29T18:39:18.853Z[ recovery-image] Oct 29 18:39:17.527 INFO O| Oct 29 18:39:17.527 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60892024-10-29T18:39:18.864Z[ recovery-image] Oct 29 18:39:17.538 INFO O| Oct 29 18:39:17.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1"
60902024-10-29T18:39:18.864Z[ recovery-image] Oct 29 18:39:17.538 INFO O| Oct 29 18:39:17.538 INFO STEP 641 (remove_files) COMPLETE
60912024-10-29T18:39:18.864Z[ recovery-image] Oct 29 18:39:17.538 INFO O| Oct 29 18:39:17.538 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60922024-10-29T18:39:18.875Z[ recovery-image] Oct 29 18:39:17.549 INFO O| Oct 29 18:39:17.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1"
60932024-10-29T18:39:18.878Z[ recovery-image] Oct 29 18:39:17.549 INFO O| Oct 29 18:39:17.549 INFO STEP 642 (remove_files) COMPLETE
60942024-10-29T18:39:18.878Z[ recovery-image] Oct 29 18:39:17.549 INFO O| Oct 29 18:39:17.549 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60952024-10-29T18:39:18.888Z[ recovery-image] Oct 29 18:39:17.561 INFO O| Oct 29 18:39:17.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1"
60962024-10-29T18:39:18.888Z[ recovery-image] Oct 29 18:39:17.561 INFO O| Oct 29 18:39:17.561 INFO STEP 643 (remove_files) COMPLETE
60972024-10-29T18:39:18.888Z[ recovery-image] Oct 29 18:39:17.561 INFO O| Oct 29 18:39:17.561 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
60982024-10-29T18:39:18.900Z[ recovery-image] Oct 29 18:39:17.573 INFO O| Oct 29 18:39:17.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1"
60992024-10-29T18:39:18.900Z[ recovery-image] Oct 29 18:39:17.573 INFO O| Oct 29 18:39:17.573 INFO STEP 644 (remove_files) COMPLETE
61002024-10-29T18:39:18.900Z[ recovery-image] Oct 29 18:39:17.573 INFO O| Oct 29 18:39:17.573 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61012024-10-29T18:39:18.912Z[ recovery-image] Oct 29 18:39:17.585 INFO O| Oct 29 18:39:17.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1"
61022024-10-29T18:39:18.912Z[ recovery-image] Oct 29 18:39:17.585 INFO O| Oct 29 18:39:17.585 INFO STEP 645 (remove_files) COMPLETE
61032024-10-29T18:39:18.914Z[ recovery-image] Oct 29 18:39:17.586 INFO O| Oct 29 18:39:17.585 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61042024-10-29T18:39:18.923Z[ recovery-image] Oct 29 18:39:17.597 INFO O| Oct 29 18:39:17.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1"
61052024-10-29T18:39:18.926Z[ recovery-image] Oct 29 18:39:17.597 INFO O| Oct 29 18:39:17.597 INFO STEP 646 (remove_files) COMPLETE
61062024-10-29T18:39:18.926Z[ recovery-image] Oct 29 18:39:17.597 INFO O| Oct 29 18:39:17.597 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61072024-10-29T18:39:18.934Z[ recovery-image] Oct 29 18:39:17.608 INFO O| Oct 29 18:39:17.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1"
61082024-10-29T18:39:18.936Z[ recovery-image] Oct 29 18:39:17.608 INFO O| Oct 29 18:39:17.608 INFO STEP 647 (remove_files) COMPLETE
61092024-10-29T18:39:18.936Z[ recovery-image] Oct 29 18:39:17.608 INFO O| Oct 29 18:39:17.608 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61102024-10-29T18:39:18.946Z[ recovery-image] Oct 29 18:39:17.620 INFO O| Oct 29 18:39:17.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1"
61112024-10-29T18:39:18.946Z[ recovery-image] Oct 29 18:39:17.620 INFO O| Oct 29 18:39:17.620 INFO STEP 648 (remove_files) COMPLETE
61122024-10-29T18:39:18.946Z[ recovery-image] Oct 29 18:39:17.620 INFO O| Oct 29 18:39:17.620 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61132024-10-29T18:39:18.960Z[ recovery-image] Oct 29 18:39:17.633 INFO O| Oct 29 18:39:17.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1"
61142024-10-29T18:39:18.960Z[ recovery-image] Oct 29 18:39:17.634 INFO O| Oct 29 18:39:17.634 INFO STEP 649 (remove_files) COMPLETE
61152024-10-29T18:39:18.962Z[ recovery-image] Oct 29 18:39:17.634 INFO O| Oct 29 18:39:17.634 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61162024-10-29T18:39:18.973Z[ recovery-image] Oct 29 18:39:17.646 INFO O| Oct 29 18:39:17.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1"
61172024-10-29T18:39:18.973Z[ recovery-image] Oct 29 18:39:17.646 INFO O| Oct 29 18:39:17.646 INFO STEP 650 (remove_files) COMPLETE
61182024-10-29T18:39:18.973Z[ recovery-image] Oct 29 18:39:17.646 INFO O| Oct 29 18:39:17.646 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61192024-10-29T18:39:18.983Z[ recovery-image] Oct 29 18:39:17.657 INFO O| Oct 29 18:39:17.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1"
61202024-10-29T18:39:18.986Z[ recovery-image] Oct 29 18:39:17.657 INFO O| Oct 29 18:39:17.657 INFO STEP 651 (remove_files) COMPLETE
61212024-10-29T18:39:18.986Z[ recovery-image] Oct 29 18:39:17.657 INFO O| Oct 29 18:39:17.657 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61222024-10-29T18:39:18.995Z[ recovery-image] Oct 29 18:39:17.668 INFO O| Oct 29 18:39:17.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1"
61232024-10-29T18:39:18.995Z[ recovery-image] Oct 29 18:39:17.668 INFO O| Oct 29 18:39:17.668 INFO STEP 652 (remove_files) COMPLETE
61242024-10-29T18:39:18.997Z[ recovery-image] Oct 29 18:39:17.668 INFO O| Oct 29 18:39:17.668 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61252024-10-29T18:39:19.006Z[ recovery-image] Oct 29 18:39:17.680 INFO O| Oct 29 18:39:17.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1"
61262024-10-29T18:39:19.006Z[ recovery-image] Oct 29 18:39:17.680 INFO O| Oct 29 18:39:17.680 INFO STEP 653 (remove_files) COMPLETE
61272024-10-29T18:39:19.006Z[ recovery-image] Oct 29 18:39:17.680 INFO O| Oct 29 18:39:17.680 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61282024-10-29T18:39:19.018Z[ recovery-image] Oct 29 18:39:17.692 INFO O| Oct 29 18:39:17.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1"
61292024-10-29T18:39:19.018Z[ recovery-image] Oct 29 18:39:17.692 INFO O| Oct 29 18:39:17.692 INFO STEP 654 (remove_files) COMPLETE
61302024-10-29T18:39:19.021Z[ recovery-image] Oct 29 18:39:17.692 INFO O| Oct 29 18:39:17.692 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61312024-10-29T18:39:19.035Z[ host-image] Oct 29 18:39:17.709 INFO O| Oct 29 18:39:17.709 INFO O| Done
61322024-10-29T18:39:19.035Z[ host-image] Oct 29 18:39:17.709 INFO O| Oct 29 18:39:17.709 INFO O| Done
61332024-10-29T18:39:19.038Z[ recovery-image] Oct 29 18:39:17.709 INFO O| Oct 29 18:39:17.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6"
61342024-10-29T18:39:19.038Z[ recovery-image] Oct 29 18:39:17.709 INFO O| Oct 29 18:39:17.709 INFO STEP 655 (remove_files) COMPLETE
61352024-10-29T18:39:19.039Z[ recovery-image] Oct 29 18:39:17.709 INFO O| Oct 29 18:39:17.709 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61362024-10-29T18:39:19.052Z[ recovery-image] Oct 29 18:39:17.726 INFO O| Oct 29 18:39:17.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1"
61372024-10-29T18:39:19.054Z[ recovery-image] Oct 29 18:39:17.726 INFO O| Oct 29 18:39:17.726 INFO STEP 656 (remove_files) COMPLETE
61382024-10-29T18:39:19.054Z[ recovery-image] Oct 29 18:39:17.726 INFO O| Oct 29 18:39:17.726 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61392024-10-29T18:39:19.067Z[ recovery-image] Oct 29 18:39:17.740 INFO O| Oct 29 18:39:17.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1"
61402024-10-29T18:39:19.067Z[ recovery-image] Oct 29 18:39:17.740 INFO O| Oct 29 18:39:17.740 INFO STEP 657 (remove_files) COMPLETE
61412024-10-29T18:39:19.069Z[ recovery-image] Oct 29 18:39:17.740 INFO O| Oct 29 18:39:17.740 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61422024-10-29T18:39:19.080Z[ recovery-image] Oct 29 18:39:17.753 INFO O| Oct 29 18:39:17.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0"
61432024-10-29T18:39:19.080Z[ recovery-image] Oct 29 18:39:17.753 INFO O| Oct 29 18:39:17.753 INFO STEP 658 (remove_files) COMPLETE
61442024-10-29T18:39:19.082Z[ recovery-image] Oct 29 18:39:17.753 INFO O| Oct 29 18:39:17.753 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61452024-10-29T18:39:19.092Z[ recovery-image] Oct 29 18:39:17.765 INFO O| Oct 29 18:39:17.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1"
61462024-10-29T18:39:19.092Z[ recovery-image] Oct 29 18:39:17.765 INFO O| Oct 29 18:39:17.765 INFO STEP 659 (remove_files) COMPLETE
61472024-10-29T18:39:19.094Z[ recovery-image] Oct 29 18:39:17.766 INFO O| Oct 29 18:39:17.765 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61482024-10-29T18:39:19.103Z[ recovery-image] Oct 29 18:39:17.777 INFO O| Oct 29 18:39:17.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1"
61492024-10-29T18:39:19.103Z[ recovery-image] Oct 29 18:39:17.777 INFO O| Oct 29 18:39:17.777 INFO STEP 660 (remove_files) COMPLETE
61502024-10-29T18:39:19.105Z[ recovery-image] Oct 29 18:39:17.777 INFO O| Oct 29 18:39:17.777 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61512024-10-29T18:39:19.114Z[ recovery-image] Oct 29 18:39:17.787 INFO O| Oct 29 18:39:17.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1"
61522024-10-29T18:39:19.114Z[ recovery-image] Oct 29 18:39:17.787 INFO O| Oct 29 18:39:17.787 INFO STEP 661 (remove_files) COMPLETE
61532024-10-29T18:39:19.114Z[ recovery-image] Oct 29 18:39:17.787 INFO O| Oct 29 18:39:17.787 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61542024-10-29T18:39:19.124Z[ recovery-image] Oct 29 18:39:17.798 INFO O| Oct 29 18:39:17.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1"
61552024-10-29T18:39:19.124Z[ recovery-image] Oct 29 18:39:17.798 INFO O| Oct 29 18:39:17.798 INFO STEP 662 (remove_files) COMPLETE
61562024-10-29T18:39:19.124Z[ recovery-image] Oct 29 18:39:17.798 INFO O| Oct 29 18:39:17.798 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61572024-10-29T18:39:19.135Z[ recovery-image] Oct 29 18:39:17.808 INFO O| Oct 29 18:39:17.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1"
61582024-10-29T18:39:19.137Z[ recovery-image] Oct 29 18:39:17.809 INFO O| Oct 29 18:39:17.808 INFO STEP 663 (remove_files) COMPLETE
61592024-10-29T18:39:19.138Z[ recovery-image] Oct 29 18:39:17.809 INFO O| Oct 29 18:39:17.809 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61602024-10-29T18:39:19.145Z[ recovery-image] Oct 29 18:39:17.818 INFO O| Oct 29 18:39:17.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1"
61612024-10-29T18:39:19.145Z[ recovery-image] Oct 29 18:39:17.818 INFO O| Oct 29 18:39:17.818 INFO STEP 664 (remove_files) COMPLETE
61622024-10-29T18:39:19.147Z[ recovery-image] Oct 29 18:39:17.818 INFO O| Oct 29 18:39:17.818 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61632024-10-29T18:39:19.157Z[ recovery-image] Oct 29 18:39:17.830 INFO O| Oct 29 18:39:17.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1"
61642024-10-29T18:39:19.159Z[ recovery-image] Oct 29 18:39:17.831 INFO O| Oct 29 18:39:17.830 INFO STEP 665 (remove_files) COMPLETE
61652024-10-29T18:39:19.159Z[ recovery-image] Oct 29 18:39:17.831 INFO O| Oct 29 18:39:17.831 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61662024-10-29T18:39:19.170Z[ recovery-image] Oct 29 18:39:17.843 INFO O| Oct 29 18:39:17.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1"
61672024-10-29T18:39:19.170Z[ recovery-image] Oct 29 18:39:17.843 INFO O| Oct 29 18:39:17.843 INFO STEP 666 (remove_files) COMPLETE
61682024-10-29T18:39:19.170Z[ recovery-image] Oct 29 18:39:17.843 INFO O| Oct 29 18:39:17.843 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61692024-10-29T18:39:19.184Z[ recovery-image] Oct 29 18:39:17.857 INFO O| Oct 29 18:39:17.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1"
61702024-10-29T18:39:19.184Z[ recovery-image] Oct 29 18:39:17.857 INFO O| Oct 29 18:39:17.857 INFO STEP 667 (remove_files) COMPLETE
61712024-10-29T18:39:19.184Z[ recovery-image] Oct 29 18:39:17.857 INFO O| Oct 29 18:39:17.857 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61722024-10-29T18:39:19.196Z[ recovery-image] Oct 29 18:39:17.869 INFO O| Oct 29 18:39:17.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1"
61732024-10-29T18:39:19.196Z[ recovery-image] Oct 29 18:39:17.869 INFO O| Oct 29 18:39:17.869 INFO STEP 668 (remove_files) COMPLETE
61742024-10-29T18:39:19.196Z[ recovery-image] Oct 29 18:39:17.869 INFO O| Oct 29 18:39:17.869 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61752024-10-29T18:39:19.207Z[ recovery-image] Oct 29 18:39:17.881 INFO O| Oct 29 18:39:17.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1"
61762024-10-29T18:39:19.207Z[ recovery-image] Oct 29 18:39:17.881 INFO O| Oct 29 18:39:17.881 INFO STEP 669 (remove_files) COMPLETE
61772024-10-29T18:39:19.207Z[ recovery-image] Oct 29 18:39:17.881 INFO O| Oct 29 18:39:17.881 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61782024-10-29T18:39:19.218Z[ recovery-image] Oct 29 18:39:17.892 INFO O| Oct 29 18:39:17.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1"
61792024-10-29T18:39:19.218Z[ recovery-image] Oct 29 18:39:17.892 INFO O| Oct 29 18:39:17.892 INFO STEP 670 (remove_files) COMPLETE
61802024-10-29T18:39:19.218Z[ recovery-image] Oct 29 18:39:17.892 INFO O| Oct 29 18:39:17.892 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61812024-10-29T18:39:19.229Z[ recovery-image] Oct 29 18:39:17.903 INFO O| Oct 29 18:39:17.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1"
61822024-10-29T18:39:19.229Z[ recovery-image] Oct 29 18:39:17.903 INFO O| Oct 29 18:39:17.903 INFO STEP 671 (remove_files) COMPLETE
61832024-10-29T18:39:19.232Z[ recovery-image] Oct 29 18:39:17.903 INFO O| Oct 29 18:39:17.903 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61842024-10-29T18:39:19.241Z[ recovery-image] Oct 29 18:39:17.915 INFO O| Oct 29 18:39:17.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc"
61852024-10-29T18:39:19.241Z[ recovery-image] Oct 29 18:39:17.915 INFO O| Oct 29 18:39:17.915 INFO STEP 672 (remove_files) COMPLETE
61862024-10-29T18:39:19.243Z[ recovery-image] Oct 29 18:39:17.915 INFO O| Oct 29 18:39:17.915 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61872024-10-29T18:39:19.253Z[ recovery-image] Oct 29 18:39:17.926 INFO O| Oct 29 18:39:17.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc"
61882024-10-29T18:39:19.255Z[ recovery-image] Oct 29 18:39:17.926 INFO O| Oct 29 18:39:17.926 INFO STEP 673 (remove_files) COMPLETE
61892024-10-29T18:39:19.255Z[ recovery-image] Oct 29 18:39:17.926 INFO O| Oct 29 18:39:17.926 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61902024-10-29T18:39:19.265Z[ recovery-image] Oct 29 18:39:17.939 INFO O| Oct 29 18:39:17.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc"
61912024-10-29T18:39:19.267Z[ recovery-image] Oct 29 18:39:17.939 INFO O| Oct 29 18:39:17.939 INFO STEP 674 (remove_files) COMPLETE
61922024-10-29T18:39:19.267Z[ recovery-image] Oct 29 18:39:17.939 INFO O| Oct 29 18:39:17.939 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61932024-10-29T18:39:19.277Z[ recovery-image] Oct 29 18:39:17.951 INFO O| Oct 29 18:39:17.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc"
61942024-10-29T18:39:19.279Z[ recovery-image] Oct 29 18:39:17.951 INFO O| Oct 29 18:39:17.951 INFO STEP 675 (remove_files) COMPLETE
61952024-10-29T18:39:19.279Z[ recovery-image] Oct 29 18:39:17.951 INFO O| Oct 29 18:39:17.951 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61962024-10-29T18:39:19.289Z[ recovery-image] Oct 29 18:39:17.962 INFO O| Oct 29 18:39:17.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc"
61972024-10-29T18:39:19.289Z[ recovery-image] Oct 29 18:39:17.962 INFO O| Oct 29 18:39:17.962 INFO STEP 676 (remove_files) COMPLETE
61982024-10-29T18:39:19.289Z[ recovery-image] Oct 29 18:39:17.962 INFO O| Oct 29 18:39:17.962 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
61992024-10-29T18:39:19.300Z[ recovery-image] Oct 29 18:39:17.974 INFO O| Oct 29 18:39:17.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc"
62002024-10-29T18:39:19.302Z[ recovery-image] Oct 29 18:39:17.974 INFO O| Oct 29 18:39:17.974 INFO STEP 677 (remove_files) COMPLETE
62012024-10-29T18:39:19.302Z[ recovery-image] Oct 29 18:39:17.974 INFO O| Oct 29 18:39:17.974 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62022024-10-29T18:39:19.310Z[ recovery-image] Oct 29 18:39:17.984 INFO O| Oct 29 18:39:17.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc"
62032024-10-29T18:39:19.310Z[ recovery-image] Oct 29 18:39:17.984 INFO O| Oct 29 18:39:17.984 INFO STEP 678 (remove_files) COMPLETE
62042024-10-29T18:39:19.312Z[ recovery-image] Oct 29 18:39:17.984 INFO O| Oct 29 18:39:17.984 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62052024-10-29T18:39:19.320Z[ recovery-image] Oct 29 18:39:17.994 INFO O| Oct 29 18:39:17.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc"
62062024-10-29T18:39:19.320Z[ recovery-image] Oct 29 18:39:17.994 INFO O| Oct 29 18:39:17.994 INFO STEP 679 (remove_files) COMPLETE
62072024-10-29T18:39:19.324Z[ recovery-image] Oct 29 18:39:17.994 INFO O| Oct 29 18:39:17.994 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62082024-10-29T18:39:19.330Z[ recovery-image] Oct 29 18:39:18.004 INFO O| Oct 29 18:39:18.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc"
62092024-10-29T18:39:19.332Z[ recovery-image] Oct 29 18:39:18.004 INFO O| Oct 29 18:39:18.004 INFO STEP 680 (remove_files) COMPLETE
62102024-10-29T18:39:19.332Z[ recovery-image] Oct 29 18:39:18.004 INFO O| Oct 29 18:39:18.004 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62112024-10-29T18:39:19.340Z[ recovery-image] Oct 29 18:39:18.014 INFO O| Oct 29 18:39:18.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc"
62122024-10-29T18:39:19.340Z[ recovery-image] Oct 29 18:39:18.014 INFO O| Oct 29 18:39:18.014 INFO STEP 681 (remove_files) COMPLETE
62132024-10-29T18:39:19.342Z[ recovery-image] Oct 29 18:39:18.014 INFO O| Oct 29 18:39:18.014 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62142024-10-29T18:39:19.352Z[ recovery-image] Oct 29 18:39:18.025 INFO O| Oct 29 18:39:18.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc"
62152024-10-29T18:39:19.354Z[ recovery-image] Oct 29 18:39:18.025 INFO O| Oct 29 18:39:18.025 INFO STEP 682 (remove_files) COMPLETE
62162024-10-29T18:39:19.354Z[ recovery-image] Oct 29 18:39:18.025 INFO O| Oct 29 18:39:18.025 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62172024-10-29T18:39:19.364Z[ recovery-image] Oct 29 18:39:18.038 INFO O| Oct 29 18:39:18.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc"
62182024-10-29T18:39:19.364Z[ recovery-image] Oct 29 18:39:18.038 INFO O| Oct 29 18:39:18.038 INFO STEP 683 (remove_files) COMPLETE
62192024-10-29T18:39:19.364Z[ recovery-image] Oct 29 18:39:18.038 INFO O| Oct 29 18:39:18.038 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62202024-10-29T18:39:19.377Z[ recovery-image] Oct 29 18:39:18.050 INFO O| Oct 29 18:39:18.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc"
62212024-10-29T18:39:19.377Z[ recovery-image] Oct 29 18:39:18.050 INFO O| Oct 29 18:39:18.050 INFO STEP 684 (remove_files) COMPLETE
62222024-10-29T18:39:19.377Z[ recovery-image] Oct 29 18:39:18.050 INFO O| Oct 29 18:39:18.050 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62232024-10-29T18:39:19.389Z[ recovery-image] Oct 29 18:39:18.063 INFO O| Oct 29 18:39:18.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc"
62242024-10-29T18:39:19.391Z[ recovery-image] Oct 29 18:39:18.064 INFO O| Oct 29 18:39:18.064 INFO STEP 685 (remove_files) COMPLETE
62252024-10-29T18:39:19.391Z[ recovery-image] Oct 29 18:39:18.064 INFO O| Oct 29 18:39:18.064 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62262024-10-29T18:39:19.403Z[ recovery-image] Oct 29 18:39:18.076 INFO O| Oct 29 18:39:18.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc"
62272024-10-29T18:39:19.403Z[ recovery-image] Oct 29 18:39:18.076 INFO O| Oct 29 18:39:18.076 INFO STEP 686 (remove_files) COMPLETE
62282024-10-29T18:39:19.405Z[ recovery-image] Oct 29 18:39:18.076 INFO O| Oct 29 18:39:18.076 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62292024-10-29T18:39:19.415Z[ recovery-image] Oct 29 18:39:18.089 INFO O| Oct 29 18:39:18.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc"
62302024-10-29T18:39:19.415Z[ recovery-image] Oct 29 18:39:18.089 INFO O| Oct 29 18:39:18.089 INFO STEP 687 (remove_files) COMPLETE
62312024-10-29T18:39:19.415Z[ recovery-image] Oct 29 18:39:18.089 INFO O| Oct 29 18:39:18.089 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62322024-10-29T18:39:19.428Z[ recovery-image] Oct 29 18:39:18.101 INFO O| Oct 29 18:39:18.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc"
62332024-10-29T18:39:19.428Z[ recovery-image] Oct 29 18:39:18.101 INFO O| Oct 29 18:39:18.101 INFO STEP 688 (remove_files) COMPLETE
62342024-10-29T18:39:19.431Z[ recovery-image] Oct 29 18:39:18.101 INFO O| Oct 29 18:39:18.101 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62352024-10-29T18:39:19.439Z[ recovery-image] Oct 29 18:39:18.113 INFO O| Oct 29 18:39:18.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc"
62362024-10-29T18:39:19.439Z[ recovery-image] Oct 29 18:39:18.113 INFO O| Oct 29 18:39:18.113 INFO STEP 689 (remove_files) COMPLETE
62372024-10-29T18:39:19.439Z[ recovery-image] Oct 29 18:39:18.113 INFO O| Oct 29 18:39:18.113 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62382024-10-29T18:39:19.449Z[ recovery-image] Oct 29 18:39:18.123 INFO O| Oct 29 18:39:18.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc"
62392024-10-29T18:39:19.449Z[ recovery-image] Oct 29 18:39:18.123 INFO O| Oct 29 18:39:18.123 INFO STEP 690 (remove_files) COMPLETE
62402024-10-29T18:39:19.449Z[ recovery-image] Oct 29 18:39:18.123 INFO O| Oct 29 18:39:18.123 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62412024-10-29T18:39:19.459Z[ recovery-image] Oct 29 18:39:18.133 INFO O| Oct 29 18:39:18.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc"
62422024-10-29T18:39:19.459Z[ recovery-image] Oct 29 18:39:18.133 INFO O| Oct 29 18:39:18.133 INFO STEP 691 (remove_files) COMPLETE
62432024-10-29T18:39:19.459Z[ recovery-image] Oct 29 18:39:18.133 INFO O| Oct 29 18:39:18.133 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62442024-10-29T18:39:19.469Z[ recovery-image] Oct 29 18:39:18.143 INFO O| Oct 29 18:39:18.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc"
62452024-10-29T18:39:19.469Z[ recovery-image] Oct 29 18:39:18.143 INFO O| Oct 29 18:39:18.143 INFO STEP 692 (remove_files) COMPLETE
62462024-10-29T18:39:19.469Z[ recovery-image] Oct 29 18:39:18.143 INFO O| Oct 29 18:39:18.143 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62472024-10-29T18:39:19.481Z[ recovery-image] Oct 29 18:39:18.154 INFO O| Oct 29 18:39:18.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc"
62482024-10-29T18:39:19.481Z[ recovery-image] Oct 29 18:39:18.154 INFO O| Oct 29 18:39:18.154 INFO STEP 693 (remove_files) COMPLETE
62492024-10-29T18:39:19.481Z[ recovery-image] Oct 29 18:39:18.154 INFO O| Oct 29 18:39:18.154 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62502024-10-29T18:39:19.491Z[ recovery-image] Oct 29 18:39:18.164 INFO O| Oct 29 18:39:18.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc"
62512024-10-29T18:39:19.493Z[ recovery-image] Oct 29 18:39:18.164 INFO O| Oct 29 18:39:18.164 INFO STEP 694 (remove_files) COMPLETE
62522024-10-29T18:39:19.493Z[ recovery-image] Oct 29 18:39:18.164 INFO O| Oct 29 18:39:18.164 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62532024-10-29T18:39:19.501Z[ recovery-image] Oct 29 18:39:18.175 INFO O| Oct 29 18:39:18.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc"
62542024-10-29T18:39:19.501Z[ recovery-image] Oct 29 18:39:18.175 INFO O| Oct 29 18:39:18.175 INFO STEP 695 (remove_files) COMPLETE
62552024-10-29T18:39:19.501Z[ recovery-image] Oct 29 18:39:18.175 INFO O| Oct 29 18:39:18.175 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62562024-10-29T18:39:19.512Z[ recovery-image] Oct 29 18:39:18.186 INFO O| Oct 29 18:39:18.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc"
62572024-10-29T18:39:19.512Z[ recovery-image] Oct 29 18:39:18.186 INFO O| Oct 29 18:39:18.186 INFO STEP 696 (remove_files) COMPLETE
62582024-10-29T18:39:19.515Z[ recovery-image] Oct 29 18:39:18.186 INFO O| Oct 29 18:39:18.186 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62592024-10-29T18:39:19.523Z[ recovery-image] Oct 29 18:39:18.197 INFO O| Oct 29 18:39:18.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc"
62602024-10-29T18:39:19.523Z[ recovery-image] Oct 29 18:39:18.197 INFO O| Oct 29 18:39:18.197 INFO STEP 697 (remove_files) COMPLETE
62612024-10-29T18:39:19.523Z[ recovery-image] Oct 29 18:39:18.197 INFO O| Oct 29 18:39:18.197 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62622024-10-29T18:39:19.534Z[ recovery-image] Oct 29 18:39:18.208 INFO O| Oct 29 18:39:18.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc"
62632024-10-29T18:39:19.534Z[ recovery-image] Oct 29 18:39:18.208 INFO O| Oct 29 18:39:18.208 INFO STEP 698 (remove_files) COMPLETE
62642024-10-29T18:39:19.535Z[ recovery-image] Oct 29 18:39:18.208 INFO O| Oct 29 18:39:18.208 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62652024-10-29T18:39:19.539Z[ host-image] Oct 29 18:39:18.213 INFO O| Oct 29 18:39:18.213 INFO O| Done
62662024-10-29T18:39:19.546Z[ recovery-image] Oct 29 18:39:18.220 INFO O| Oct 29 18:39:18.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc"
62672024-10-29T18:39:19.549Z[ recovery-image] Oct 29 18:39:18.220 INFO O| Oct 29 18:39:18.220 INFO STEP 699 (remove_files) COMPLETE
62682024-10-29T18:39:19.549Z[ recovery-image] Oct 29 18:39:18.220 INFO O| Oct 29 18:39:18.220 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62692024-10-29T18:39:19.556Z[ recovery-image] Oct 29 18:39:18.230 INFO O| Oct 29 18:39:18.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc"
62702024-10-29T18:39:19.559Z[ recovery-image] Oct 29 18:39:18.231 INFO O| Oct 29 18:39:18.231 INFO STEP 700 (remove_files) COMPLETE
62712024-10-29T18:39:19.559Z[ recovery-image] Oct 29 18:39:18.231 INFO O| Oct 29 18:39:18.231 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62722024-10-29T18:39:19.567Z[ recovery-image] Oct 29 18:39:18.241 INFO O| Oct 29 18:39:18.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc"
62732024-10-29T18:39:19.569Z[ recovery-image] Oct 29 18:39:18.241 INFO O| Oct 29 18:39:18.241 INFO STEP 701 (remove_files) COMPLETE
62742024-10-29T18:39:19.569Z[ recovery-image] Oct 29 18:39:18.241 INFO O| Oct 29 18:39:18.241 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62752024-10-29T18:39:19.577Z[ recovery-image] Oct 29 18:39:18.251 INFO O| Oct 29 18:39:18.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2"
62762024-10-29T18:39:19.580Z[ recovery-image] Oct 29 18:39:18.251 INFO O| Oct 29 18:39:18.251 INFO STEP 702 (remove_files) COMPLETE
62772024-10-29T18:39:19.580Z[ recovery-image] Oct 29 18:39:18.251 INFO O| Oct 29 18:39:18.251 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62782024-10-29T18:39:19.588Z[ recovery-image] Oct 29 18:39:18.261 INFO O| Oct 29 18:39:18.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1"
62792024-10-29T18:39:19.588Z[ recovery-image] Oct 29 18:39:18.261 INFO O| Oct 29 18:39:18.261 INFO STEP 703 (remove_files) COMPLETE
62802024-10-29T18:39:19.588Z[ recovery-image] Oct 29 18:39:18.261 INFO O| Oct 29 18:39:18.261 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62812024-10-29T18:39:19.598Z[ recovery-image] Oct 29 18:39:18.272 INFO O| Oct 29 18:39:18.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr"
62822024-10-29T18:39:19.600Z[ recovery-image] Oct 29 18:39:18.272 INFO O| Oct 29 18:39:18.272 INFO STEP 704 (remove_files) COMPLETE
62832024-10-29T18:39:19.600Z[ recovery-image] Oct 29 18:39:18.272 INFO O| Oct 29 18:39:18.272 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62842024-10-29T18:39:19.608Z[ recovery-image] Oct 29 18:39:18.282 INFO O| Oct 29 18:39:18.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh"
62852024-10-29T18:39:19.610Z[ recovery-image] Oct 29 18:39:18.282 INFO O| Oct 29 18:39:18.282 INFO STEP 705 (remove_files) COMPLETE
62862024-10-29T18:39:19.610Z[ recovery-image] Oct 29 18:39:18.282 INFO O| Oct 29 18:39:18.282 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62872024-10-29T18:39:19.618Z[ recovery-image] Oct 29 18:39:18.292 INFO O| Oct 29 18:39:18.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query"
62882024-10-29T18:39:19.620Z[ recovery-image] Oct 29 18:39:18.292 INFO O| Oct 29 18:39:18.292 INFO STEP 706 (remove_files) COMPLETE
62892024-10-29T18:39:19.620Z[ recovery-image] Oct 29 18:39:18.292 INFO O| Oct 29 18:39:18.292 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62902024-10-29T18:39:19.628Z[ recovery-image] Oct 29 18:39:18.302 INFO O| Oct 29 18:39:18.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh"
62912024-10-29T18:39:19.630Z[ recovery-image] Oct 29 18:39:18.302 INFO O| Oct 29 18:39:18.302 INFO STEP 707 (remove_files) COMPLETE
62922024-10-29T18:39:19.630Z[ recovery-image] Oct 29 18:39:18.302 INFO O| Oct 29 18:39:18.302 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62932024-10-29T18:39:19.638Z[ recovery-image] Oct 29 18:39:18.312 INFO O| Oct 29 18:39:18.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1"
62942024-10-29T18:39:19.640Z[ recovery-image] Oct 29 18:39:18.312 INFO O| Oct 29 18:39:18.312 INFO STEP 708 (remove_files) COMPLETE
62952024-10-29T18:39:19.640Z[ recovery-image] Oct 29 18:39:18.312 INFO O| Oct 29 18:39:18.312 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62962024-10-29T18:39:19.648Z[ recovery-image] Oct 29 18:39:18.322 INFO O| Oct 29 18:39:18.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1"
62972024-10-29T18:39:19.650Z[ recovery-image] Oct 29 18:39:18.322 INFO O| Oct 29 18:39:18.322 INFO STEP 709 (remove_files) COMPLETE
62982024-10-29T18:39:19.650Z[ recovery-image] Oct 29 18:39:18.322 INFO O| Oct 29 18:39:18.322 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
62992024-10-29T18:39:19.658Z[ recovery-image] Oct 29 18:39:18.332 INFO O| Oct 29 18:39:18.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1"
63002024-10-29T18:39:19.660Z[ recovery-image] Oct 29 18:39:18.332 INFO O| Oct 29 18:39:18.332 INFO STEP 710 (remove_files) COMPLETE
63012024-10-29T18:39:19.660Z[ recovery-image] Oct 29 18:39:18.332 INFO O| Oct 29 18:39:18.332 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63022024-10-29T18:39:19.670Z[ recovery-image] Oct 29 18:39:18.344 INFO O| Oct 29 18:39:18.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1"
63032024-10-29T18:39:19.672Z[ recovery-image] Oct 29 18:39:18.344 INFO O| Oct 29 18:39:18.344 INFO STEP 711 (remove_files) COMPLETE
63042024-10-29T18:39:19.672Z[ recovery-image] Oct 29 18:39:18.344 INFO O| Oct 29 18:39:18.344 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63052024-10-29T18:39:19.680Z[ recovery-image] Oct 29 18:39:18.354 INFO O| Oct 29 18:39:18.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1"
63062024-10-29T18:39:19.682Z[ recovery-image] Oct 29 18:39:18.354 INFO O| Oct 29 18:39:18.354 INFO STEP 712 (remove_files) COMPLETE
63072024-10-29T18:39:19.682Z[ recovery-image] Oct 29 18:39:18.354 INFO O| Oct 29 18:39:18.354 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63082024-10-29T18:39:19.690Z[ recovery-image] Oct 29 18:39:18.364 INFO O| Oct 29 18:39:18.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1"
63092024-10-29T18:39:19.690Z[ recovery-image] Oct 29 18:39:18.364 INFO O| Oct 29 18:39:18.364 INFO STEP 713 (remove_files) COMPLETE
63102024-10-29T18:39:19.690Z[ recovery-image] Oct 29 18:39:18.364 INFO O| Oct 29 18:39:18.364 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63112024-10-29T18:39:19.700Z[ recovery-image] Oct 29 18:39:18.374 INFO O| Oct 29 18:39:18.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1"
63122024-10-29T18:39:19.700Z[ recovery-image] Oct 29 18:39:18.374 INFO O| Oct 29 18:39:18.374 INFO STEP 714 (remove_files) COMPLETE
63132024-10-29T18:39:19.700Z[ recovery-image] Oct 29 18:39:18.374 INFO O| Oct 29 18:39:18.374 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63142024-10-29T18:39:19.711Z[ recovery-image] Oct 29 18:39:18.384 INFO O| Oct 29 18:39:18.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1"
63152024-10-29T18:39:19.711Z[ recovery-image] Oct 29 18:39:18.384 INFO O| Oct 29 18:39:18.384 INFO STEP 715 (remove_files) COMPLETE
63162024-10-29T18:39:19.713Z[ recovery-image] Oct 29 18:39:18.384 INFO O| Oct 29 18:39:18.384 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63172024-10-29T18:39:19.721Z[ recovery-image] Oct 29 18:39:18.394 INFO O| Oct 29 18:39:18.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1"
63182024-10-29T18:39:19.723Z[ recovery-image] Oct 29 18:39:18.394 INFO O| Oct 29 18:39:18.394 INFO STEP 716 (remove_files) COMPLETE
63192024-10-29T18:39:19.723Z[ recovery-image] Oct 29 18:39:18.394 INFO O| Oct 29 18:39:18.394 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63202024-10-29T18:39:19.731Z[ recovery-image] Oct 29 18:39:18.404 INFO O| Oct 29 18:39:18.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1"
63212024-10-29T18:39:19.733Z[ recovery-image] Oct 29 18:39:18.405 INFO O| Oct 29 18:39:18.405 INFO STEP 717 (remove_files) COMPLETE
63222024-10-29T18:39:19.733Z[ recovery-image] Oct 29 18:39:18.405 INFO O| Oct 29 18:39:18.405 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63232024-10-29T18:39:19.741Z[ recovery-image] Oct 29 18:39:18.415 INFO O| Oct 29 18:39:18.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1"
63242024-10-29T18:39:19.743Z[ recovery-image] Oct 29 18:39:18.415 INFO O| Oct 29 18:39:18.415 INFO STEP 718 (remove_files) COMPLETE
63252024-10-29T18:39:19.743Z[ recovery-image] Oct 29 18:39:18.415 INFO O| Oct 29 18:39:18.415 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63262024-10-29T18:39:19.751Z[ recovery-image] Oct 29 18:39:18.425 INFO O| Oct 29 18:39:18.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin"
63272024-10-29T18:39:19.754Z[ recovery-image] Oct 29 18:39:18.425 INFO O| Oct 29 18:39:18.425 INFO STEP 719 (remove_files) COMPLETE
63282024-10-29T18:39:19.754Z[ recovery-image] Oct 29 18:39:18.425 INFO O| Oct 29 18:39:18.425 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63292024-10-29T18:39:19.762Z[ recovery-image] Oct 29 18:39:18.436 INFO O| Oct 29 18:39:18.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl"
63302024-10-29T18:39:19.764Z[ recovery-image] Oct 29 18:39:18.436 INFO O| Oct 29 18:39:18.436 INFO STEP 720 (remove_files) COMPLETE
63312024-10-29T18:39:19.764Z[ recovery-image] Oct 29 18:39:18.436 INFO O| Oct 29 18:39:18.436 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63322024-10-29T18:39:19.773Z[ recovery-image] Oct 29 18:39:18.447 INFO O| Oct 29 18:39:18.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin"
63332024-10-29T18:39:19.773Z[ recovery-image] Oct 29 18:39:18.447 INFO O| Oct 29 18:39:18.447 INFO STEP 721 (remove_files) COMPLETE
63342024-10-29T18:39:19.773Z[ recovery-image] Oct 29 18:39:18.447 INFO O| Oct 29 18:39:18.447 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63352024-10-29T18:39:19.785Z[ recovery-image] Oct 29 18:39:18.458 INFO O| Oct 29 18:39:18.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl"
63362024-10-29T18:39:19.785Z[ recovery-image] Oct 29 18:39:18.458 INFO O| Oct 29 18:39:18.458 INFO STEP 722 (remove_files) COMPLETE
63372024-10-29T18:39:19.787Z[ recovery-image] Oct 29 18:39:18.458 INFO O| Oct 29 18:39:18.458 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63382024-10-29T18:39:19.796Z[ recovery-image] Oct 29 18:39:18.470 INFO O| Oct 29 18:39:18.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin"
63392024-10-29T18:39:19.796Z[ recovery-image] Oct 29 18:39:18.470 INFO O| Oct 29 18:39:18.470 INFO STEP 723 (remove_files) COMPLETE
63402024-10-29T18:39:19.798Z[ recovery-image] Oct 29 18:39:18.470 INFO O| Oct 29 18:39:18.470 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63412024-10-29T18:39:19.807Z[ recovery-image] Oct 29 18:39:18.481 INFO O| Oct 29 18:39:18.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl"
63422024-10-29T18:39:19.807Z[ recovery-image] Oct 29 18:39:18.481 INFO O| Oct 29 18:39:18.481 INFO STEP 724 (remove_files) COMPLETE
63432024-10-29T18:39:19.810Z[ recovery-image] Oct 29 18:39:18.481 INFO O| Oct 29 18:39:18.481 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63442024-10-29T18:39:19.821Z[ recovery-image] Oct 29 18:39:18.494 INFO O| Oct 29 18:39:18.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin"
63452024-10-29T18:39:19.824Z[ recovery-image] Oct 29 18:39:18.494 INFO O| Oct 29 18:39:18.494 INFO STEP 725 (remove_files) COMPLETE
63462024-10-29T18:39:19.824Z[ recovery-image] Oct 29 18:39:18.494 INFO O| Oct 29 18:39:18.494 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63472024-10-29T18:39:19.832Z[ recovery-image] Oct 29 18:39:18.505 INFO O| Oct 29 18:39:18.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl"
63482024-10-29T18:39:19.832Z[ recovery-image] Oct 29 18:39:18.505 INFO O| Oct 29 18:39:18.505 INFO STEP 726 (remove_files) COMPLETE
63492024-10-29T18:39:19.834Z[ recovery-image] Oct 29 18:39:18.505 INFO O| Oct 29 18:39:18.505 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63502024-10-29T18:39:19.844Z[ recovery-image] Oct 29 18:39:18.518 INFO O| Oct 29 18:39:18.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin"
63512024-10-29T18:39:19.847Z[ recovery-image] Oct 29 18:39:18.518 INFO O| Oct 29 18:39:18.518 INFO STEP 727 (remove_files) COMPLETE
63522024-10-29T18:39:19.847Z[ recovery-image] Oct 29 18:39:18.518 INFO O| Oct 29 18:39:18.518 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63532024-10-29T18:39:19.856Z[ recovery-image] Oct 29 18:39:18.530 INFO O| Oct 29 18:39:18.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl"
63542024-10-29T18:39:19.856Z[ recovery-image] Oct 29 18:39:18.530 INFO O| Oct 29 18:39:18.530 INFO STEP 728 (remove_files) COMPLETE
63552024-10-29T18:39:19.858Z[ recovery-image] Oct 29 18:39:18.530 INFO O| Oct 29 18:39:18.530 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63562024-10-29T18:39:19.868Z[ recovery-image] Oct 29 18:39:18.542 INFO O| Oct 29 18:39:18.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake"
63572024-10-29T18:39:19.868Z[ recovery-image] Oct 29 18:39:18.542 INFO O| Oct 29 18:39:18.542 INFO STEP 729 (remove_files) COMPLETE
63582024-10-29T18:39:19.871Z[ recovery-image] Oct 29 18:39:18.542 INFO O| Oct 29 18:39:18.542 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63592024-10-29T18:39:19.878Z[ recovery-image] Oct 29 18:39:18.552 INFO O| Oct 29 18:39:18.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h"
63602024-10-29T18:39:19.880Z[ recovery-image] Oct 29 18:39:18.552 INFO O| Oct 29 18:39:18.552 INFO STEP 730 (remove_files) COMPLETE
63612024-10-29T18:39:19.880Z[ recovery-image] Oct 29 18:39:18.552 INFO O| Oct 29 18:39:18.552 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63622024-10-29T18:39:19.888Z[ recovery-image] Oct 29 18:39:18.562 INFO O| Oct 29 18:39:18.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled"
63632024-10-29T18:39:19.888Z[ recovery-image] Oct 29 18:39:18.562 INFO O| Oct 29 18:39:18.562 INFO STEP 731 (remove_files) COMPLETE
63642024-10-29T18:39:19.889Z[ recovery-image] Oct 29 18:39:18.562 INFO O| Oct 29 18:39:18.562 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63652024-10-29T18:39:19.899Z[ recovery-image] Oct 29 18:39:18.572 INFO O| Oct 29 18:39:18.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv"
63662024-10-29T18:39:19.899Z[ recovery-image] Oct 29 18:39:18.573 INFO O| Oct 29 18:39:18.572 INFO STEP 732 (remove_files) COMPLETE
63672024-10-29T18:39:19.901Z[ recovery-image] Oct 29 18:39:18.573 INFO O| Oct 29 18:39:18.572 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63682024-10-29T18:39:19.909Z[ recovery-image] Oct 29 18:39:18.583 INFO O| Oct 29 18:39:18.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend"
63692024-10-29T18:39:19.912Z[ recovery-image] Oct 29 18:39:18.583 INFO O| Oct 29 18:39:18.583 INFO STEP 733 (remove_files) COMPLETE
63702024-10-29T18:39:19.912Z[ recovery-image] Oct 29 18:39:18.583 INFO O| Oct 29 18:39:18.583 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63712024-10-29T18:39:19.920Z[ recovery-image] Oct 29 18:39:18.593 INFO O| Oct 29 18:39:18.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo"
63722024-10-29T18:39:19.920Z[ recovery-image] Oct 29 18:39:18.593 INFO O| Oct 29 18:39:18.593 INFO STEP 734 (remove_files) COMPLETE
63732024-10-29T18:39:19.922Z[ recovery-image] Oct 29 18:39:18.593 INFO O| Oct 29 18:39:18.593 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63742024-10-29T18:39:19.931Z[ recovery-image] Oct 29 18:39:18.604 INFO O| Oct 29 18:39:18.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o"
63752024-10-29T18:39:19.935Z[ recovery-image] Oct 29 18:39:18.605 INFO O| Oct 29 18:39:18.605 INFO STEP 735 (remove_files) COMPLETE
63762024-10-29T18:39:19.935Z[ recovery-image] Oct 29 18:39:18.605 INFO O| Oct 29 18:39:18.605 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63772024-10-29T18:39:19.946Z[ recovery-image] Oct 29 18:39:18.619 INFO O| Oct 29 18:39:18.619 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so"
63782024-10-29T18:39:19.946Z[ recovery-image] Oct 29 18:39:18.619 INFO O| Oct 29 18:39:18.619 INFO STEP 736 (remove_files) COMPLETE
63792024-10-29T18:39:19.946Z[ recovery-image] Oct 29 18:39:18.619 INFO O| Oct 29 18:39:18.619 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63802024-10-29T18:39:19.958Z[ recovery-image] Oct 29 18:39:18.631 INFO O| Oct 29 18:39:18.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d"
63812024-10-29T18:39:19.958Z[ recovery-image] Oct 29 18:39:18.632 INFO O| Oct 29 18:39:18.632 INFO STEP 737 (remove_files) COMPLETE
63822024-10-29T18:39:19.960Z[ recovery-image] Oct 29 18:39:18.632 INFO O| Oct 29 18:39:18.632 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63832024-10-29T18:39:19.969Z[ recovery-image] Oct 29 18:39:18.643 INFO O| Oct 29 18:39:18.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o"
63842024-10-29T18:39:19.971Z[ recovery-image] Oct 29 18:39:18.643 INFO O| Oct 29 18:39:18.643 INFO STEP 738 (remove_files) COMPLETE
63852024-10-29T18:39:19.971Z[ recovery-image] Oct 29 18:39:18.643 INFO O| Oct 29 18:39:18.643 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63862024-10-29T18:39:19.981Z[ recovery-image] Oct 29 18:39:18.655 INFO O| Oct 29 18:39:18.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so"
63872024-10-29T18:39:19.981Z[ recovery-image] Oct 29 18:39:18.655 INFO O| Oct 29 18:39:18.655 INFO STEP 739 (remove_files) COMPLETE
63882024-10-29T18:39:19.981Z[ recovery-image] Oct 29 18:39:18.655 INFO O| Oct 29 18:39:18.655 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63892024-10-29T18:39:19.992Z[ recovery-image] Oct 29 18:39:18.665 INFO O| Oct 29 18:39:18.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1"
63902024-10-29T18:39:19.994Z[ recovery-image] Oct 29 18:39:18.665 INFO O| Oct 29 18:39:18.665 INFO STEP 740 (remove_files) COMPLETE
63912024-10-29T18:39:19.994Z[ recovery-image] Oct 29 18:39:18.665 INFO O| Oct 29 18:39:18.665 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63922024-10-29T18:39:20.003Z[ recovery-image] Oct 29 18:39:18.676 INFO O| Oct 29 18:39:18.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1"
63932024-10-29T18:39:20.003Z[ recovery-image] Oct 29 18:39:18.676 INFO O| Oct 29 18:39:18.676 INFO STEP 741 (remove_files) COMPLETE
63942024-10-29T18:39:20.005Z[ recovery-image] Oct 29 18:39:18.676 INFO O| Oct 29 18:39:18.676 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63952024-10-29T18:39:20.013Z[ recovery-image] Oct 29 18:39:18.687 INFO O| Oct 29 18:39:18.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1"
63962024-10-29T18:39:20.013Z[ recovery-image] Oct 29 18:39:18.687 INFO O| Oct 29 18:39:18.687 INFO STEP 742 (remove_files) COMPLETE
63972024-10-29T18:39:20.015Z[ recovery-image] Oct 29 18:39:18.687 INFO O| Oct 29 18:39:18.687 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
63982024-10-29T18:39:20.023Z[ recovery-image] Oct 29 18:39:18.697 INFO O| Oct 29 18:39:18.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1"
63992024-10-29T18:39:20.023Z[ recovery-image] Oct 29 18:39:18.697 INFO O| Oct 29 18:39:18.697 INFO STEP 743 (remove_files) COMPLETE
64002024-10-29T18:39:20.026Z[ recovery-image] Oct 29 18:39:18.697 INFO O| Oct 29 18:39:18.697 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64012024-10-29T18:39:20.033Z[ recovery-image] Oct 29 18:39:18.707 INFO O| Oct 29 18:39:18.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1"
64022024-10-29T18:39:20.033Z[ recovery-image] Oct 29 18:39:18.707 INFO O| Oct 29 18:39:18.707 INFO STEP 744 (remove_files) COMPLETE
64032024-10-29T18:39:20.035Z[ recovery-image] Oct 29 18:39:18.707 INFO O| Oct 29 18:39:18.707 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64042024-10-29T18:39:20.043Z[ recovery-image] Oct 29 18:39:18.717 INFO O| Oct 29 18:39:18.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1"
64052024-10-29T18:39:20.043Z[ recovery-image] Oct 29 18:39:18.717 INFO O| Oct 29 18:39:18.717 INFO STEP 745 (remove_files) COMPLETE
64062024-10-29T18:39:20.045Z[ recovery-image] Oct 29 18:39:18.717 INFO O| Oct 29 18:39:18.717 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64072024-10-29T18:39:20.053Z[ recovery-image] Oct 29 18:39:18.727 INFO O| Oct 29 18:39:18.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1"
64082024-10-29T18:39:20.053Z[ recovery-image] Oct 29 18:39:18.727 INFO O| Oct 29 18:39:18.727 INFO STEP 746 (remove_files) COMPLETE
64092024-10-29T18:39:20.055Z[ recovery-image] Oct 29 18:39:18.727 INFO O| Oct 29 18:39:18.727 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64102024-10-29T18:39:20.063Z[ recovery-image] Oct 29 18:39:18.736 INFO O| Oct 29 18:39:18.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1"
64112024-10-29T18:39:20.065Z[ recovery-image] Oct 29 18:39:18.737 INFO O| Oct 29 18:39:18.737 INFO STEP 747 (remove_files) COMPLETE
64122024-10-29T18:39:20.065Z[ recovery-image] Oct 29 18:39:18.737 INFO O| Oct 29 18:39:18.737 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64132024-10-29T18:39:20.073Z[ recovery-image] Oct 29 18:39:18.746 INFO O| Oct 29 18:39:18.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1"
64142024-10-29T18:39:20.075Z[ recovery-image] Oct 29 18:39:18.746 INFO O| Oct 29 18:39:18.746 INFO STEP 748 (remove_files) COMPLETE
64152024-10-29T18:39:20.075Z[ recovery-image] Oct 29 18:39:18.746 INFO O| Oct 29 18:39:18.746 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64162024-10-29T18:39:20.083Z[ recovery-image] Oct 29 18:39:18.757 INFO O| Oct 29 18:39:18.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict"
64172024-10-29T18:39:20.086Z[ recovery-image] Oct 29 18:39:18.757 INFO O| Oct 29 18:39:18.757 INFO STEP 749 (remove_files) COMPLETE
64182024-10-29T18:39:20.086Z[ recovery-image] Oct 29 18:39:18.757 INFO O| Oct 29 18:39:18.757 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64192024-10-29T18:39:20.096Z[ recovery-image] Oct 29 18:39:18.769 INFO O| Oct 29 18:39:18.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict"
64202024-10-29T18:39:20.096Z[ recovery-image] Oct 29 18:39:18.769 INFO O| Oct 29 18:39:18.769 INFO STEP 750 (remove_files) COMPLETE
64212024-10-29T18:39:20.098Z[ recovery-image] Oct 29 18:39:18.769 INFO O| Oct 29 18:39:18.769 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64222024-10-29T18:39:20.108Z[ recovery-image] Oct 29 18:39:18.781 INFO O| Oct 29 18:39:18.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict"
64232024-10-29T18:39:20.108Z[ recovery-image] Oct 29 18:39:18.782 INFO O| Oct 29 18:39:18.782 INFO STEP 751 (remove_files) COMPLETE
64242024-10-29T18:39:20.108Z[ recovery-image] Oct 29 18:39:18.782 INFO O| Oct 29 18:39:18.782 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64252024-10-29T18:39:20.125Z[ recovery-image] Oct 29 18:39:18.798 INFO O| Oct 29 18:39:18.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict"
64262024-10-29T18:39:20.125Z[ recovery-image] Oct 29 18:39:18.798 INFO O| Oct 29 18:39:18.798 INFO STEP 752 (remove_files) COMPLETE
64272024-10-29T18:39:20.127Z[ recovery-image] Oct 29 18:39:18.798 INFO O| Oct 29 18:39:18.798 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64282024-10-29T18:39:20.136Z[ recovery-image] Oct 29 18:39:18.810 INFO O| Oct 29 18:39:18.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject"
64292024-10-29T18:39:20.138Z[ recovery-image] Oct 29 18:39:18.810 INFO O| Oct 29 18:39:18.810 INFO STEP 753 (remove_files) COMPLETE
64302024-10-29T18:39:20.138Z[ recovery-image] Oct 29 18:39:18.810 INFO O| Oct 29 18:39:18.810 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64312024-10-29T18:39:20.146Z[ recovery-image] Oct 29 18:39:18.820 INFO O| Oct 29 18:39:18.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim"
64322024-10-29T18:39:20.148Z[ recovery-image] Oct 29 18:39:18.820 INFO O| Oct 29 18:39:18.820 INFO STEP 754 (remove_files) COMPLETE
64332024-10-29T18:39:20.148Z[ recovery-image] Oct 29 18:39:18.820 INFO O| Oct 29 18:39:18.820 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64342024-10-29T18:39:20.157Z[ recovery-image] Oct 29 18:39:18.830 INFO O| Oct 29 18:39:18.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo"
64352024-10-29T18:39:20.159Z[ recovery-image] Oct 29 18:39:18.831 INFO O| Oct 29 18:39:18.831 INFO STEP 755 (remove_files) COMPLETE
64362024-10-29T18:39:20.159Z[ recovery-image] Oct 29 18:39:18.831 INFO O| Oct 29 18:39:18.831 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64372024-10-29T18:39:20.170Z[ recovery-image] Oct 29 18:39:18.843 INFO O| Oct 29 18:39:18.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo"
64382024-10-29T18:39:20.170Z[ recovery-image] Oct 29 18:39:18.844 INFO O| Oct 29 18:39:18.843 INFO STEP 756 (remove_files) COMPLETE
64392024-10-29T18:39:20.172Z[ recovery-image] Oct 29 18:39:18.844 INFO O| Oct 29 18:39:18.843 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64402024-10-29T18:39:20.182Z[ recovery-image] Oct 29 18:39:18.856 INFO O| Oct 29 18:39:18.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode"
64412024-10-29T18:39:20.182Z[ recovery-image] Oct 29 18:39:18.856 INFO O| Oct 29 18:39:18.856 INFO STEP 757 (remove_files) COMPLETE
64422024-10-29T18:39:20.182Z[ recovery-image] Oct 29 18:39:18.856 INFO O| Oct 29 18:39:18.856 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64432024-10-29T18:39:20.197Z[ recovery-image] Oct 29 18:39:18.870 INFO O| Oct 29 18:39:18.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf"
64442024-10-29T18:39:20.197Z[ recovery-image] Oct 29 18:39:18.870 INFO O| Oct 29 18:39:18.870 INFO STEP 758 (remove_files) COMPLETE
64452024-10-29T18:39:20.199Z[ recovery-image] Oct 29 18:39:18.870 INFO O| Oct 29 18:39:18.870 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64462024-10-29T18:39:20.209Z[ recovery-image] Oct 29 18:39:18.883 INFO O| Oct 29 18:39:18.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so"
64472024-10-29T18:39:20.212Z[ recovery-image] Oct 29 18:39:18.883 INFO O| Oct 29 18:39:18.883 INFO STEP 759 (remove_files) COMPLETE
64482024-10-29T18:39:20.212Z[ recovery-image] Oct 29 18:39:18.883 INFO O| Oct 29 18:39:18.883 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64492024-10-29T18:39:20.221Z[ recovery-image] Oct 29 18:39:18.895 INFO O| Oct 29 18:39:18.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so"
64502024-10-29T18:39:20.221Z[ recovery-image] Oct 29 18:39:18.895 INFO O| Oct 29 18:39:18.895 INFO STEP 760 (remove_files) COMPLETE
64512024-10-29T18:39:20.221Z[ recovery-image] Oct 29 18:39:18.895 INFO O| Oct 29 18:39:18.895 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64522024-10-29T18:39:20.233Z[ recovery-image] Oct 29 18:39:18.907 INFO O| Oct 29 18:39:18.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so"
64532024-10-29T18:39:20.235Z[ recovery-image] Oct 29 18:39:18.907 INFO O| Oct 29 18:39:18.907 INFO STEP 761 (remove_files) COMPLETE
64542024-10-29T18:39:20.235Z[ recovery-image] Oct 29 18:39:18.907 INFO O| Oct 29 18:39:18.907 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64552024-10-29T18:39:20.246Z[ recovery-image] Oct 29 18:39:18.919 INFO O| Oct 29 18:39:18.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so"
64562024-10-29T18:39:20.246Z[ recovery-image] Oct 29 18:39:18.919 INFO O| Oct 29 18:39:18.919 INFO STEP 762 (remove_files) COMPLETE
64572024-10-29T18:39:20.248Z[ recovery-image] Oct 29 18:39:18.919 INFO O| Oct 29 18:39:18.919 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64582024-10-29T18:39:20.258Z[ recovery-image] Oct 29 18:39:18.931 INFO O| Oct 29 18:39:18.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so"
64592024-10-29T18:39:20.258Z[ recovery-image] Oct 29 18:39:18.932 INFO O| Oct 29 18:39:18.931 INFO STEP 763 (remove_files) COMPLETE
64602024-10-29T18:39:20.260Z[ recovery-image] Oct 29 18:39:18.932 INFO O| Oct 29 18:39:18.932 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64612024-10-29T18:39:20.270Z[ recovery-image] Oct 29 18:39:18.944 INFO O| Oct 29 18:39:18.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so"
64622024-10-29T18:39:20.270Z[ recovery-image] Oct 29 18:39:18.944 INFO O| Oct 29 18:39:18.944 INFO STEP 764 (remove_files) COMPLETE
64632024-10-29T18:39:20.273Z[ recovery-image] Oct 29 18:39:18.944 INFO O| Oct 29 18:39:18.944 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64642024-10-29T18:39:20.281Z[ recovery-image] Oct 29 18:39:18.955 INFO O| Oct 29 18:39:18.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so"
64652024-10-29T18:39:20.284Z[ recovery-image] Oct 29 18:39:18.955 INFO O| Oct 29 18:39:18.955 INFO STEP 765 (remove_files) COMPLETE
64662024-10-29T18:39:20.284Z[ recovery-image] Oct 29 18:39:18.955 INFO O| Oct 29 18:39:18.955 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64672024-10-29T18:39:20.294Z[ recovery-image] Oct 29 18:39:18.967 INFO O| Oct 29 18:39:18.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so"
64682024-10-29T18:39:20.294Z[ recovery-image] Oct 29 18:39:18.967 INFO O| Oct 29 18:39:18.967 INFO STEP 766 (remove_files) COMPLETE
64692024-10-29T18:39:20.296Z[ recovery-image] Oct 29 18:39:18.967 INFO O| Oct 29 18:39:18.967 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64702024-10-29T18:39:20.305Z[ recovery-image] Oct 29 18:39:18.978 INFO O| Oct 29 18:39:18.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so"
64712024-10-29T18:39:20.305Z[ recovery-image] Oct 29 18:39:18.978 INFO O| Oct 29 18:39:18.978 INFO STEP 767 (remove_files) COMPLETE
64722024-10-29T18:39:20.305Z[ recovery-image] Oct 29 18:39:18.979 INFO O| Oct 29 18:39:18.978 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64732024-10-29T18:39:20.317Z[ recovery-image] Oct 29 18:39:18.991 INFO O| Oct 29 18:39:18.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so"
64742024-10-29T18:39:20.317Z[ recovery-image] Oct 29 18:39:18.991 INFO O| Oct 29 18:39:18.991 INFO STEP 768 (remove_files) COMPLETE
64752024-10-29T18:39:20.317Z[ recovery-image] Oct 29 18:39:18.991 INFO O| Oct 29 18:39:18.991 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64762024-10-29T18:39:20.329Z[ recovery-image] Oct 29 18:39:19.002 INFO O| Oct 29 18:39:19.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so"
64772024-10-29T18:39:20.329Z[ recovery-image] Oct 29 18:39:19.002 INFO O| Oct 29 18:39:19.002 INFO STEP 769 (remove_files) COMPLETE
64782024-10-29T18:39:20.331Z[ recovery-image] Oct 29 18:39:19.002 INFO O| Oct 29 18:39:19.002 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64792024-10-29T18:39:20.341Z[ recovery-image] Oct 29 18:39:19.014 INFO O| Oct 29 18:39:19.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so"
64802024-10-29T18:39:20.341Z[ recovery-image] Oct 29 18:39:19.014 INFO O| Oct 29 18:39:19.014 INFO STEP 770 (remove_files) COMPLETE
64812024-10-29T18:39:20.341Z[ recovery-image] Oct 29 18:39:19.014 INFO O| Oct 29 18:39:19.014 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64822024-10-29T18:39:20.352Z[ recovery-image] Oct 29 18:39:19.025 INFO O| Oct 29 18:39:19.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so"
64832024-10-29T18:39:20.352Z[ recovery-image] Oct 29 18:39:19.026 INFO O| Oct 29 18:39:19.026 INFO STEP 771 (remove_files) COMPLETE
64842024-10-29T18:39:20.352Z[ recovery-image] Oct 29 18:39:19.026 INFO O| Oct 29 18:39:19.026 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64852024-10-29T18:39:20.363Z[ recovery-image] Oct 29 18:39:19.037 INFO O| Oct 29 18:39:19.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so"
64862024-10-29T18:39:20.366Z[ recovery-image] Oct 29 18:39:19.037 INFO O| Oct 29 18:39:19.037 INFO STEP 772 (remove_files) COMPLETE
64872024-10-29T18:39:20.366Z[ recovery-image] Oct 29 18:39:19.037 INFO O| Oct 29 18:39:19.037 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64882024-10-29T18:39:20.374Z[ recovery-image] Oct 29 18:39:19.048 INFO O| Oct 29 18:39:19.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so"
64892024-10-29T18:39:20.374Z[ recovery-image] Oct 29 18:39:19.048 INFO O| Oct 29 18:39:19.048 INFO STEP 773 (remove_files) COMPLETE
64902024-10-29T18:39:20.374Z[ recovery-image] Oct 29 18:39:19.048 INFO O| Oct 29 18:39:19.048 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64912024-10-29T18:39:20.384Z[ recovery-image] Oct 29 18:39:19.058 INFO O| Oct 29 18:39:19.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so"
64922024-10-29T18:39:20.384Z[ recovery-image] Oct 29 18:39:19.058 INFO O| Oct 29 18:39:19.058 INFO STEP 774 (remove_files) COMPLETE
64932024-10-29T18:39:20.385Z[ recovery-image] Oct 29 18:39:19.058 INFO O| Oct 29 18:39:19.058 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64942024-10-29T18:39:20.395Z[ recovery-image] Oct 29 18:39:19.068 INFO O| Oct 29 18:39:19.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so"
64952024-10-29T18:39:20.395Z[ recovery-image] Oct 29 18:39:19.068 INFO O| Oct 29 18:39:19.068 INFO STEP 775 (remove_files) COMPLETE
64962024-10-29T18:39:20.395Z[ recovery-image] Oct 29 18:39:19.068 INFO O| Oct 29 18:39:19.068 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
64972024-10-29T18:39:20.405Z[ recovery-image] Oct 29 18:39:19.078 INFO O| Oct 29 18:39:19.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so"
64982024-10-29T18:39:20.405Z[ recovery-image] Oct 29 18:39:19.078 INFO O| Oct 29 18:39:19.078 INFO STEP 776 (remove_files) COMPLETE
64992024-10-29T18:39:20.407Z[ recovery-image] Oct 29 18:39:19.078 INFO O| Oct 29 18:39:19.078 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65002024-10-29T18:39:20.415Z[ recovery-image] Oct 29 18:39:19.088 INFO O| Oct 29 18:39:19.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so"
65012024-10-29T18:39:20.418Z[ recovery-image] Oct 29 18:39:19.089 INFO O| Oct 29 18:39:19.088 INFO STEP 777 (remove_files) COMPLETE
65022024-10-29T18:39:20.418Z[ recovery-image] Oct 29 18:39:19.089 INFO O| Oct 29 18:39:19.089 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65032024-10-29T18:39:20.425Z[ recovery-image] Oct 29 18:39:19.098 INFO O| Oct 29 18:39:19.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so"
65042024-10-29T18:39:20.427Z[ recovery-image] Oct 29 18:39:19.098 INFO O| Oct 29 18:39:19.098 INFO STEP 778 (remove_files) COMPLETE
65052024-10-29T18:39:20.427Z[ recovery-image] Oct 29 18:39:19.098 INFO O| Oct 29 18:39:19.098 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65062024-10-29T18:39:20.435Z[ recovery-image] Oct 29 18:39:19.108 INFO O| Oct 29 18:39:19.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1"
65072024-10-29T18:39:20.437Z[ recovery-image] Oct 29 18:39:19.108 INFO O| Oct 29 18:39:19.108 INFO STEP 779 (remove_files) COMPLETE
65082024-10-29T18:39:20.437Z[ recovery-image] Oct 29 18:39:19.108 INFO O| Oct 29 18:39:19.108 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65092024-10-29T18:39:20.445Z[ recovery-image] Oct 29 18:39:19.119 INFO O| Oct 29 18:39:19.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1"
65102024-10-29T18:39:20.445Z[ recovery-image] Oct 29 18:39:19.119 INFO O| Oct 29 18:39:19.119 INFO STEP 780 (remove_files) COMPLETE
65112024-10-29T18:39:20.447Z[ recovery-image] Oct 29 18:39:19.119 INFO O| Oct 29 18:39:19.119 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65122024-10-29T18:39:20.456Z[ recovery-image] Oct 29 18:39:19.129 INFO O| Oct 29 18:39:19.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1"
65132024-10-29T18:39:20.458Z[ recovery-image] Oct 29 18:39:19.129 INFO O| Oct 29 18:39:19.129 INFO STEP 781 (remove_files) COMPLETE
65142024-10-29T18:39:20.458Z[ recovery-image] Oct 29 18:39:19.129 INFO O| Oct 29 18:39:19.129 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65152024-10-29T18:39:20.465Z[ recovery-image] Oct 29 18:39:19.139 INFO O| Oct 29 18:39:19.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1"
65162024-10-29T18:39:20.468Z[ recovery-image] Oct 29 18:39:19.139 INFO O| Oct 29 18:39:19.139 INFO STEP 782 (remove_files) COMPLETE
65172024-10-29T18:39:20.468Z[ recovery-image] Oct 29 18:39:19.139 INFO O| Oct 29 18:39:19.139 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65182024-10-29T18:39:20.476Z[ recovery-image] Oct 29 18:39:19.149 INFO O| Oct 29 18:39:19.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1"
65192024-10-29T18:39:20.476Z[ recovery-image] Oct 29 18:39:19.149 INFO O| Oct 29 18:39:19.149 INFO STEP 783 (remove_files) COMPLETE
65202024-10-29T18:39:20.478Z[ recovery-image] Oct 29 18:39:19.149 INFO O| Oct 29 18:39:19.149 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65212024-10-29T18:39:20.487Z[ recovery-image] Oct 29 18:39:19.160 INFO O| Oct 29 18:39:19.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1"
65222024-10-29T18:39:20.487Z[ recovery-image] Oct 29 18:39:19.160 INFO O| Oct 29 18:39:19.160 INFO STEP 784 (remove_files) COMPLETE
65232024-10-29T18:39:20.489Z[ recovery-image] Oct 29 18:39:19.160 INFO O| Oct 29 18:39:19.160 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65242024-10-29T18:39:20.498Z[ recovery-image] Oct 29 18:39:19.171 INFO O| Oct 29 18:39:19.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml"
65252024-10-29T18:39:20.500Z[ recovery-image] Oct 29 18:39:19.171 INFO O| Oct 29 18:39:19.171 INFO STEP 785 (remove_files) COMPLETE
65262024-10-29T18:39:20.500Z[ recovery-image] Oct 29 18:39:19.171 INFO O| Oct 29 18:39:19.171 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65272024-10-29T18:39:20.509Z[ recovery-image] Oct 29 18:39:19.182 INFO O| Oct 29 18:39:19.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so"
65282024-10-29T18:39:20.509Z[ recovery-image] Oct 29 18:39:19.182 INFO O| Oct 29 18:39:19.182 INFO STEP 786 (remove_files) COMPLETE
65292024-10-29T18:39:20.511Z[ recovery-image] Oct 29 18:39:19.182 INFO O| Oct 29 18:39:19.182 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65302024-10-29T18:39:20.519Z[ recovery-image] Oct 29 18:39:19.193 INFO O| Oct 29 18:39:19.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so"
65312024-10-29T18:39:20.521Z[ recovery-image] Oct 29 18:39:19.193 INFO O| Oct 29 18:39:19.193 INFO STEP 787 (remove_files) COMPLETE
65322024-10-29T18:39:20.521Z[ recovery-image] Oct 29 18:39:19.193 INFO O| Oct 29 18:39:19.193 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65332024-10-29T18:39:20.529Z[ recovery-image] Oct 29 18:39:19.203 INFO O| Oct 29 18:39:19.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so"
65342024-10-29T18:39:20.531Z[ recovery-image] Oct 29 18:39:19.203 INFO O| Oct 29 18:39:19.203 INFO STEP 788 (remove_files) COMPLETE
65352024-10-29T18:39:20.531Z[ recovery-image] Oct 29 18:39:19.203 INFO O| Oct 29 18:39:19.203 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65362024-10-29T18:39:20.539Z[ recovery-image] Oct 29 18:39:19.213 INFO O| Oct 29 18:39:19.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so"
65372024-10-29T18:39:20.539Z[ recovery-image] Oct 29 18:39:19.213 INFO O| Oct 29 18:39:19.213 INFO STEP 789 (remove_files) COMPLETE
65382024-10-29T18:39:20.541Z[ recovery-image] Oct 29 18:39:19.213 INFO O| Oct 29 18:39:19.213 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65392024-10-29T18:39:20.550Z[ recovery-image] Oct 29 18:39:19.223 INFO O| Oct 29 18:39:19.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so"
65402024-10-29T18:39:20.553Z[ recovery-image] Oct 29 18:39:19.224 INFO O| Oct 29 18:39:19.224 INFO STEP 790 (remove_files) COMPLETE
65412024-10-29T18:39:20.553Z[ recovery-image] Oct 29 18:39:19.224 INFO O| Oct 29 18:39:19.224 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65422024-10-29T18:39:20.560Z[ recovery-image] Oct 29 18:39:19.234 INFO O| Oct 29 18:39:19.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so"
65432024-10-29T18:39:20.560Z[ recovery-image] Oct 29 18:39:19.234 INFO O| Oct 29 18:39:19.234 INFO STEP 791 (remove_files) COMPLETE
65442024-10-29T18:39:20.563Z[ recovery-image] Oct 29 18:39:19.234 INFO O| Oct 29 18:39:19.234 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65452024-10-29T18:39:20.570Z[ recovery-image] Oct 29 18:39:19.244 INFO O| Oct 29 18:39:19.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so"
65462024-10-29T18:39:20.570Z[ recovery-image] Oct 29 18:39:19.244 INFO O| Oct 29 18:39:19.244 INFO STEP 792 (remove_files) COMPLETE
65472024-10-29T18:39:20.572Z[ recovery-image] Oct 29 18:39:19.244 INFO O| Oct 29 18:39:19.244 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65482024-10-29T18:39:20.580Z[ recovery-image] Oct 29 18:39:19.254 INFO O| Oct 29 18:39:19.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so"
65492024-10-29T18:39:20.580Z[ recovery-image] Oct 29 18:39:19.254 INFO O| Oct 29 18:39:19.254 INFO STEP 793 (remove_files) COMPLETE
65502024-10-29T18:39:20.583Z[ recovery-image] Oct 29 18:39:19.254 INFO O| Oct 29 18:39:19.254 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65512024-10-29T18:39:20.592Z[ recovery-image] Oct 29 18:39:19.265 INFO O| Oct 29 18:39:19.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so"
65522024-10-29T18:39:20.592Z[ recovery-image] Oct 29 18:39:19.265 INFO O| Oct 29 18:39:19.265 INFO STEP 794 (remove_files) COMPLETE
65532024-10-29T18:39:20.592Z[ recovery-image] Oct 29 18:39:19.265 INFO O| Oct 29 18:39:19.265 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65542024-10-29T18:39:20.601Z[ recovery-image] Oct 29 18:39:19.275 INFO O| Oct 29 18:39:19.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so"
65552024-10-29T18:39:20.604Z[ recovery-image] Oct 29 18:39:19.275 INFO O| Oct 29 18:39:19.275 INFO STEP 795 (remove_files) COMPLETE
65562024-10-29T18:39:20.604Z[ recovery-image] Oct 29 18:39:19.275 INFO O| Oct 29 18:39:19.275 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65572024-10-29T18:39:20.611Z[ recovery-image] Oct 29 18:39:19.285 INFO O| Oct 29 18:39:19.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount"
65582024-10-29T18:39:20.614Z[ recovery-image] Oct 29 18:39:19.285 INFO O| Oct 29 18:39:19.285 INFO STEP 796 (remove_files) COMPLETE
65592024-10-29T18:39:20.614Z[ recovery-image] Oct 29 18:39:19.285 INFO O| Oct 29 18:39:19.285 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65602024-10-29T18:39:20.621Z[ recovery-image] Oct 29 18:39:19.294 INFO O| Oct 29 18:39:19.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp"
65612024-10-29T18:39:20.623Z[ recovery-image] Oct 29 18:39:19.295 INFO O| Oct 29 18:39:19.295 INFO STEP 797 (remove_files) COMPLETE
65622024-10-29T18:39:20.623Z[ recovery-image] Oct 29 18:39:19.295 INFO O| Oct 29 18:39:19.295 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65632024-10-29T18:39:20.633Z[ recovery-image] Oct 29 18:39:19.307 INFO O| Oct 29 18:39:19.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1"
65642024-10-29T18:39:20.636Z[ recovery-image] Oct 29 18:39:19.308 INFO O| Oct 29 18:39:19.308 INFO STEP 798 (remove_files) COMPLETE
65652024-10-29T18:39:20.636Z[ recovery-image] Oct 29 18:39:19.308 INFO O| Oct 29 18:39:19.308 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65662024-10-29T18:39:20.644Z[ recovery-image] Oct 29 18:39:19.317 INFO O| Oct 29 18:39:19.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit"
65672024-10-29T18:39:20.644Z[ recovery-image] Oct 29 18:39:19.317 INFO O| Oct 29 18:39:19.317 INFO STEP 799 (remove_files) COMPLETE
65682024-10-29T18:39:20.646Z[ recovery-image] Oct 29 18:39:19.317 INFO O| Oct 29 18:39:19.317 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65692024-10-29T18:39:20.654Z[ recovery-image] Oct 29 18:39:19.327 INFO O| Oct 29 18:39:19.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount"
65702024-10-29T18:39:20.656Z[ recovery-image] Oct 29 18:39:19.328 INFO O| Oct 29 18:39:19.327 INFO STEP 800 (remove_files) COMPLETE
65712024-10-29T18:39:20.656Z[ recovery-image] Oct 29 18:39:19.328 INFO O| Oct 29 18:39:19.328 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65722024-10-29T18:39:20.665Z[ recovery-image] Oct 29 18:39:19.338 INFO O| Oct 29 18:39:19.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount"
65732024-10-29T18:39:20.665Z[ recovery-image] Oct 29 18:39:19.338 INFO O| Oct 29 18:39:19.338 INFO STEP 801 (remove_files) COMPLETE
65742024-10-29T18:39:20.665Z[ recovery-image] Oct 29 18:39:19.338 INFO O| Oct 29 18:39:19.338 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65752024-10-29T18:39:20.675Z[ recovery-image] Oct 29 18:39:19.348 INFO O| Oct 29 18:39:19.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck"
65762024-10-29T18:39:20.675Z[ recovery-image] Oct 29 18:39:19.348 INFO O| Oct 29 18:39:19.348 INFO STEP 802 (remove_files) COMPLETE
65772024-10-29T18:39:20.677Z[ recovery-image] Oct 29 18:39:19.348 INFO O| Oct 29 18:39:19.348 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65782024-10-29T18:39:20.689Z[ recovery-image] Oct 29 18:39:19.362 INFO O| Oct 29 18:39:19.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp"
65792024-10-29T18:39:20.689Z[ recovery-image] Oct 29 18:39:19.362 INFO O| Oct 29 18:39:19.362 INFO STEP 803 (remove_files) COMPLETE
65802024-10-29T18:39:20.689Z[ recovery-image] Oct 29 18:39:19.362 INFO O| Oct 29 18:39:19.362 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65812024-10-29T18:39:20.700Z[ recovery-image] Oct 29 18:39:19.373 INFO O| Oct 29 18:39:19.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1"
65822024-10-29T18:39:20.700Z[ recovery-image] Oct 29 18:39:19.374 INFO O| Oct 29 18:39:19.374 INFO STEP 804 (remove_files) COMPLETE
65832024-10-29T18:39:20.700Z[ recovery-image] Oct 29 18:39:19.374 INFO O| Oct 29 18:39:19.374 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65842024-10-29T18:39:20.711Z[ recovery-image] Oct 29 18:39:19.384 INFO O| Oct 29 18:39:19.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs"
65852024-10-29T18:39:20.711Z[ recovery-image] Oct 29 18:39:19.385 INFO O| Oct 29 18:39:19.385 INFO STEP 805 (remove_files) COMPLETE
65862024-10-29T18:39:20.713Z[ recovery-image] Oct 29 18:39:19.385 INFO O| Oct 29 18:39:19.385 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65872024-10-29T18:39:20.721Z[ recovery-image] Oct 29 18:39:19.395 INFO O| Oct 29 18:39:19.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount"
65882024-10-29T18:39:20.724Z[ recovery-image] Oct 29 18:39:19.395 INFO O| Oct 29 18:39:19.395 INFO STEP 806 (remove_files) COMPLETE
65892024-10-29T18:39:20.724Z[ recovery-image] Oct 29 18:39:19.395 INFO O| Oct 29 18:39:19.395 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65902024-10-29T18:39:20.731Z[ recovery-image] Oct 29 18:39:19.405 INFO O| Oct 29 18:39:19.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount"
65912024-10-29T18:39:20.734Z[ recovery-image] Oct 29 18:39:19.405 INFO O| Oct 29 18:39:19.405 INFO STEP 807 (remove_files) COMPLETE
65922024-10-29T18:39:20.734Z[ recovery-image] Oct 29 18:39:19.405 INFO O| Oct 29 18:39:19.405 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65932024-10-29T18:39:20.742Z[ recovery-image] Oct 29 18:39:19.415 INFO O| Oct 29 18:39:19.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1"
65942024-10-29T18:39:20.742Z[ recovery-image] Oct 29 18:39:19.415 INFO O| Oct 29 18:39:19.415 INFO STEP 808 (remove_files) COMPLETE
65952024-10-29T18:39:20.742Z[ recovery-image] Oct 29 18:39:19.415 INFO O| Oct 29 18:39:19.415 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65962024-10-29T18:39:20.753Z[ recovery-image] Oct 29 18:39:19.426 INFO O| Oct 29 18:39:19.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1"
65972024-10-29T18:39:20.753Z[ recovery-image] Oct 29 18:39:19.426 INFO O| Oct 29 18:39:19.426 INFO STEP 809 (remove_files) COMPLETE
65982024-10-29T18:39:20.753Z[ recovery-image] Oct 29 18:39:19.426 INFO O| Oct 29 18:39:19.426 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
65992024-10-29T18:39:20.763Z[ recovery-image] Oct 29 18:39:19.437 INFO O| Oct 29 18:39:19.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1"
66002024-10-29T18:39:20.766Z[ recovery-image] Oct 29 18:39:19.437 INFO O| Oct 29 18:39:19.437 INFO STEP 810 (remove_files) COMPLETE
66012024-10-29T18:39:20.766Z[ recovery-image] Oct 29 18:39:19.437 INFO O| Oct 29 18:39:19.437 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66022024-10-29T18:39:20.774Z[ recovery-image] Oct 29 18:39:19.447 INFO O| Oct 29 18:39:19.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares"
66032024-10-29T18:39:20.774Z[ recovery-image] Oct 29 18:39:19.447 INFO O| Oct 29 18:39:19.447 INFO STEP 811 (remove_files) COMPLETE
66042024-10-29T18:39:20.776Z[ recovery-image] Oct 29 18:39:19.447 INFO O| Oct 29 18:39:19.447 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66052024-10-29T18:39:20.784Z[ recovery-image] Oct 29 18:39:19.457 INFO O| Oct 29 18:39:19.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1"
66062024-10-29T18:39:20.786Z[ recovery-image] Oct 29 18:39:19.457 INFO O| Oct 29 18:39:19.457 INFO STEP 812 (remove_files) COMPLETE
66072024-10-29T18:39:20.786Z[ recovery-image] Oct 29 18:39:19.457 INFO O| Oct 29 18:39:19.457 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66082024-10-29T18:39:20.794Z[ recovery-image] Oct 29 18:39:19.467 INFO O| Oct 29 18:39:19.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount"
66092024-10-29T18:39:20.794Z[ recovery-image] Oct 29 18:39:19.467 INFO O| Oct 29 18:39:19.467 INFO STEP 813 (remove_files) COMPLETE
66102024-10-29T18:39:20.794Z[ recovery-image] Oct 29 18:39:19.467 INFO O| Oct 29 18:39:19.467 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66112024-10-29T18:39:20.803Z[ recovery-image] Oct 29 18:39:19.477 INFO O| Oct 29 18:39:19.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share"
66122024-10-29T18:39:20.803Z[ recovery-image] Oct 29 18:39:19.477 INFO O| Oct 29 18:39:19.477 INFO STEP 814 (remove_files) COMPLETE
66132024-10-29T18:39:20.806Z[ recovery-image] Oct 29 18:39:19.477 INFO O| Oct 29 18:39:19.477 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66142024-10-29T18:39:20.813Z[ recovery-image] Oct 29 18:39:19.487 INFO O| Oct 29 18:39:19.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount"
66152024-10-29T18:39:20.813Z[ recovery-image] Oct 29 18:39:19.487 INFO O| Oct 29 18:39:19.487 INFO STEP 815 (remove_files) COMPLETE
66162024-10-29T18:39:20.816Z[ recovery-image] Oct 29 18:39:19.487 INFO O| Oct 29 18:39:19.487 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66172024-10-29T18:39:20.823Z[ recovery-image] Oct 29 18:39:19.497 INFO O| Oct 29 18:39:19.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare"
66182024-10-29T18:39:20.823Z[ recovery-image] Oct 29 18:39:19.497 INFO O| Oct 29 18:39:19.497 INFO STEP 816 (remove_files) COMPLETE
66192024-10-29T18:39:20.823Z[ recovery-image] Oct 29 18:39:19.497 INFO O| Oct 29 18:39:19.497 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66202024-10-29T18:39:20.833Z[ recovery-image] Oct 29 18:39:19.506 INFO O| Oct 29 18:39:19.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri"
66212024-10-29T18:39:20.833Z[ recovery-image] Oct 29 18:39:19.506 INFO O| Oct 29 18:39:19.506 INFO STEP 817 (remove_files) COMPLETE
66222024-10-29T18:39:20.833Z[ recovery-image] Oct 29 18:39:19.506 INFO O| Oct 29 18:39:19.506 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66232024-10-29T18:39:20.842Z[ recovery-image] Oct 29 18:39:19.516 INFO O| Oct 29 18:39:19.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy"
66242024-10-29T18:39:20.845Z[ recovery-image] Oct 29 18:39:19.516 INFO O| Oct 29 18:39:19.516 INFO STEP 818 (remove_files) COMPLETE
66252024-10-29T18:39:20.845Z[ recovery-image] Oct 29 18:39:19.516 INFO O| Oct 29 18:39:19.516 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66262024-10-29T18:39:20.852Z[ recovery-image] Oct 29 18:39:19.526 INFO O| Oct 29 18:39:19.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df"
66272024-10-29T18:39:20.855Z[ recovery-image] Oct 29 18:39:19.526 INFO O| Oct 29 18:39:19.526 INFO STEP 819 (remove_files) COMPLETE
66282024-10-29T18:39:20.855Z[ recovery-image] Oct 29 18:39:19.526 INFO O| Oct 29 18:39:19.526 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66292024-10-29T18:39:20.863Z[ recovery-image] Oct 29 18:39:19.537 INFO O| Oct 29 18:39:19.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota"
66302024-10-29T18:39:20.863Z[ recovery-image] Oct 29 18:39:19.537 INFO O| Oct 29 18:39:19.537 INFO STEP 820 (remove_files) COMPLETE
66312024-10-29T18:39:20.863Z[ recovery-image] Oct 29 18:39:19.537 INFO O| Oct 29 18:39:19.537 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66322024-10-29T18:39:20.873Z[ recovery-image] Oct 29 18:39:19.547 INFO O| Oct 29 18:39:19.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff"
66332024-10-29T18:39:20.873Z[ recovery-image] Oct 29 18:39:19.547 INFO O| Oct 29 18:39:19.547 INFO STEP 821 (remove_files) COMPLETE
66342024-10-29T18:39:20.873Z[ recovery-image] Oct 29 18:39:19.547 INFO O| Oct 29 18:39:19.547 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66352024-10-29T18:39:20.885Z[ recovery-image] Oct 29 18:39:19.558 INFO O| Oct 29 18:39:19.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck"
66362024-10-29T18:39:20.885Z[ recovery-image] Oct 29 18:39:19.558 INFO O| Oct 29 18:39:19.558 INFO STEP 822 (remove_files) COMPLETE
66372024-10-29T18:39:20.888Z[ recovery-image] Oct 29 18:39:19.558 INFO O| Oct 29 18:39:19.558 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66382024-10-29T18:39:20.896Z[ recovery-image] Oct 29 18:39:19.569 INFO O| Oct 29 18:39:19.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall"
66392024-10-29T18:39:20.896Z[ recovery-image] Oct 29 18:39:19.569 INFO O| Oct 29 18:39:19.569 INFO STEP 823 (remove_files) COMPLETE
66402024-10-29T18:39:20.898Z[ recovery-image] Oct 29 18:39:19.569 INFO O| Oct 29 18:39:19.569 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66412024-10-29T18:39:20.902Z[ host-image] Oct 29 18:39:19.575 INFO O| Oct 29 18:39:19.575 INFO O| Done
66422024-10-29T18:39:21.910Z[ recovery-image] Oct 29 18:39:19.581 INFO O| Oct 29 18:39:19.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb"
66432024-10-29T18:39:21.910Z[ recovery-image] Oct 29 18:39:19.581 INFO O| Oct 29 18:39:19.581 INFO STEP 824 (remove_files) COMPLETE
66442024-10-29T18:39:21.910Z[ recovery-image] Oct 29 18:39:19.581 INFO O| Oct 29 18:39:19.581 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66452024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.594 INFO O| Oct 29 18:39:19.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand"
66462024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.594 INFO O| Oct 29 18:39:19.594 INFO STEP 825 (remove_files) COMPLETE
66472024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.594 INFO O| Oct 29 18:39:19.594 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66482024-10-29T18:39:21.915Z[ host-image] Oct 29 18:39:19.604 INFO O| Oct 29 18:39:19.604 INFO O| Done
66492024-10-29T18:39:21.915Z[ host-image] Oct 29 18:39:19.604 INFO O| Oct 29 18:39:19.604 INFO O| Done
66502024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.606 INFO O| Oct 29 18:39:19.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap"
66512024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.606 INFO O| Oct 29 18:39:19.606 INFO STEP 826 (remove_files) COMPLETE
66522024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.606 INFO O| Oct 29 18:39:19.606 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66532024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.617 INFO O| Oct 29 18:39:19.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp"
66542024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.617 INFO O| Oct 29 18:39:19.617 INFO STEP 827 (remove_files) COMPLETE
66552024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.617 INFO O| Oct 29 18:39:19.617 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66562024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.627 INFO O| Oct 29 18:39:19.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1"
66572024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.627 INFO O| Oct 29 18:39:19.627 INFO STEP 828 (remove_files) COMPLETE
66582024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.627 INFO O| Oct 29 18:39:19.627 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66592024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.637 INFO O| Oct 29 18:39:19.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit"
66602024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.637 INFO O| Oct 29 18:39:19.637 INFO STEP 829 (remove_files) COMPLETE
66612024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.637 INFO O| Oct 29 18:39:19.637 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66622024-10-29T18:39:21.915Z[ host-image] Oct 29 18:39:19.643 INFO O| Oct 29 18:39:19.643 INFO O| Done
66632024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.647 INFO O| Oct 29 18:39:19.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs"
66642024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.647 INFO O| Oct 29 18:39:19.647 INFO STEP 830 (remove_files) COMPLETE
66652024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.647 INFO O| Oct 29 18:39:19.647 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66662024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.657 INFO O| Oct 29 18:39:19.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs"
66672024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.657 INFO O| Oct 29 18:39:19.657 INFO STEP 831 (remove_files) COMPLETE
66682024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.657 INFO O| Oct 29 18:39:19.657 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66692024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.668 INFO O| Oct 29 18:39:19.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck"
66702024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.668 INFO O| Oct 29 18:39:19.668 INFO STEP 832 (remove_files) COMPLETE
66712024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.668 INFO O| Oct 29 18:39:19.668 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66722024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.679 INFO O| Oct 29 18:39:19.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs"
66732024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.680 INFO O| Oct 29 18:39:19.680 INFO STEP 833 (remove_files) COMPLETE
66742024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.680 INFO O| Oct 29 18:39:19.680 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66752024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.690 INFO O| Oct 29 18:39:19.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot"
66762024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.690 INFO O| Oct 29 18:39:19.690 INFO STEP 834 (remove_files) COMPLETE
66772024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.690 INFO O| Oct 29 18:39:19.690 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66782024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.700 INFO O| Oct 29 18:39:19.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck"
66792024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.700 INFO O| Oct 29 18:39:19.700 INFO STEP 835 (remove_files) COMPLETE
66802024-10-29T18:39:21.915Z[ recovery-image] Oct 29 18:39:19.700 INFO O| Oct 29 18:39:19.700 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66812024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.710 INFO O| Oct 29 18:39:19.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff"
66822024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.711 INFO O| Oct 29 18:39:19.711 INFO STEP 836 (remove_files) COMPLETE
66832024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.711 INFO O| Oct 29 18:39:19.711 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66842024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.721 INFO O| Oct 29 18:39:19.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon"
66852024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.721 INFO O| Oct 29 18:39:19.721 INFO STEP 837 (remove_files) COMPLETE
66862024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.721 INFO O| Oct 29 18:39:19.721 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66872024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.731 INFO O| Oct 29 18:39:19.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota"
66882024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.731 INFO O| Oct 29 18:39:19.731 INFO STEP 838 (remove_files) COMPLETE
66892024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.731 INFO O| Oct 29 18:39:19.731 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66902024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.741 INFO O| Oct 29 18:39:19.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs"
66912024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.741 INFO O| Oct 29 18:39:19.741 INFO STEP 839 (remove_files) COMPLETE
66922024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.741 INFO O| Oct 29 18:39:19.741 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66932024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.751 INFO O| Oct 29 18:39:19.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump"
66942024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.751 INFO O| Oct 29 18:39:19.751 INFO STEP 840 (remove_files) COMPLETE
66952024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.751 INFO O| Oct 29 18:39:19.751 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
66962024-10-29T18:39:21.916Z[ host-image] Oct 29 18:39:19.754 INFO O| Oct 29 18:39:19.754 INFO STEP 13 (pkg_install) COMPLETE
66972024-10-29T18:39:21.916Z[ host-image] Oct 29 18:39:19.754 INFO O| Oct 29 18:39:19.754 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
66982024-10-29T18:39:21.916Z[ recovery-image] Oct 29 18:39:19.762 INFO O| Oct 29 18:39:19.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore"
66992024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.762 INFO O| Oct 29 18:39:19.762 INFO STEP 841 (remove_files) COMPLETE
67002024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.762 INFO O| Oct 29 18:39:19.762 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67012024-10-29T18:39:21.917Z[ host-image] Oct 29 18:39:19.765 INFO O| Oct 29 18:39:19.765 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"]
67022024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.772 INFO O| Oct 29 18:39:19.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy"
67032024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.772 INFO O| Oct 29 18:39:19.772 INFO STEP 842 (remove_files) COMPLETE
67042024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.772 INFO O| Oct 29 18:39:19.772 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67052024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.782 INFO O| Oct 29 18:39:19.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1"
67062024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.782 INFO O| Oct 29 18:39:19.782 INFO STEP 843 (remove_files) COMPLETE
67072024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.783 INFO O| Oct 29 18:39:19.782 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67082024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.795 INFO O| Oct 29 18:39:19.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1"
67092024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.795 INFO O| Oct 29 18:39:19.795 INFO STEP 844 (remove_files) COMPLETE
67102024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.795 INFO O| Oct 29 18:39:19.795 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67112024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.806 INFO O| Oct 29 18:39:19.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean"
67122024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.806 INFO O| Oct 29 18:39:19.806 INFO STEP 845 (remove_files) COMPLETE
67132024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.806 INFO O| Oct 29 18:39:19.806 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67142024-10-29T18:39:21.917Z[verify-libraries] Finished `release` profile [optimized] target(s) in 5m 49s
67152024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.823 INFO O| Oct 29 18:39:19.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd"
67162024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.823 INFO O| Oct 29 18:39:19.823 INFO STEP 846 (remove_files) COMPLETE
67172024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.824 INFO O| Oct 29 18:39:19.823 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67182024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.838 INFO O| Oct 29 18:39:19.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1"
67192024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.838 INFO O| Oct 29 18:39:19.838 INFO STEP 847 (remove_files) COMPLETE
67202024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.838 INFO O| Oct 29 18:39:19.838 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67212024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.851 INFO O| Oct 29 18:39:19.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1"
67222024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.851 INFO O| Oct 29 18:39:19.851 INFO STEP 848 (remove_files) COMPLETE
67232024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.851 INFO O| Oct 29 18:39:19.851 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67242024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.863 INFO O| Oct 29 18:39:19.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1"
67252024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.863 INFO O| Oct 29 18:39:19.863 INFO STEP 849 (remove_files) COMPLETE
67262024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.863 INFO O| Oct 29 18:39:19.863 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67272024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.875 INFO O| Oct 29 18:39:19.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked"
67282024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.877 INFO O| Oct 29 18:39:19.877 INFO STEP 850 (remove_files) COMPLETE
67292024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.877 INFO O| Oct 29 18:39:19.877 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67302024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.890 INFO O| Oct 29 18:39:19.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb"
67312024-10-29T18:39:21.917Z[ recovery-image] Oct 29 18:39:19.890 INFO O| Oct 29 18:39:19.890 INFO STEP 851 (remove_files) COMPLETE
67322024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.890 INFO O| Oct 29 18:39:19.890 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67332024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.904 INFO O| Oct 29 18:39:19.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal"
67342024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.904 INFO O| Oct 29 18:39:19.904 INFO STEP 852 (remove_files) COMPLETE
67352024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.904 INFO O| Oct 29 18:39:19.904 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67362024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.918 INFO O| Oct 29 18:39:19.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb"
67372024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.918 INFO O| Oct 29 18:39:19.918 INFO STEP 853 (remove_files) COMPLETE
67382024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.918 INFO O| Oct 29 18:39:19.918 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67392024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.931 INFO O| Oct 29 18:39:19.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked"
67402024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.931 INFO O| Oct 29 18:39:19.931 INFO STEP 854 (remove_files) COMPLETE
67412024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.931 INFO O| Oct 29 18:39:19.931 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67422024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.943 INFO O| Oct 29 18:39:19.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd"
67432024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.943 INFO O| Oct 29 18:39:19.943 INFO STEP 855 (remove_files) COMPLETE
67442024-10-29T18:39:21.918Z[ recovery-image] Oct 29 18:39:19.943 INFO O| Oct 29 18:39:19.943 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67452024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.953 INFO O| Oct 29 18:39:19.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd"
67462024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.953 INFO O| Oct 29 18:39:19.953 INFO STEP 856 (remove_files) COMPLETE
67472024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.953 INFO O| Oct 29 18:39:19.953 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67482024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.963 INFO O| Oct 29 18:39:19.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1"
67492024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.963 INFO O| Oct 29 18:39:19.963 INFO STEP 857 (remove_files) COMPLETE
67502024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.963 INFO O| Oct 29 18:39:19.963 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67512024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.973 INFO O| Oct 29 18:39:19.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd"
67522024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.973 INFO O| Oct 29 18:39:19.973 INFO STEP 858 (remove_files) COMPLETE
67532024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.973 INFO O| Oct 29 18:39:19.973 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67542024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.983 INFO O| Oct 29 18:39:19.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1"
67552024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.984 INFO O| Oct 29 18:39:19.984 INFO STEP 859 (remove_files) COMPLETE
67562024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.984 INFO O| Oct 29 18:39:19.984 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67572024-10-29T18:39:21.922Z[ recovery-image] Oct 29 18:39:19.998 INFO O| Oct 29 18:39:19.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1"
67582024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:19.998 INFO O| Oct 29 18:39:19.998 INFO STEP 860 (remove_files) COMPLETE
67592024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:19.998 INFO O| Oct 29 18:39:19.998 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67602024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.011 INFO O| Oct 29 18:39:20.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1"
67612024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.011 INFO O| Oct 29 18:39:20.011 INFO STEP 861 (remove_files) COMPLETE
67622024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.011 INFO O| Oct 29 18:39:20.011 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67632024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.023 INFO O| Oct 29 18:39:20.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G"
67642024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.023 INFO O| Oct 29 18:39:20.023 INFO STEP 862 (remove_files) COMPLETE
67652024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.023 INFO O| Oct 29 18:39:20.023 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67662024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.035 INFO O| Oct 29 18:39:20.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G"
67672024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.035 INFO O| Oct 29 18:39:20.035 INFO STEP 863 (remove_files) COMPLETE
67682024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.035 INFO O| Oct 29 18:39:20.035 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67692024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.047 INFO O| Oct 29 18:39:20.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign"
67702024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.047 INFO O| Oct 29 18:39:20.047 INFO STEP 864 (remove_files) COMPLETE
67712024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.047 INFO O| Oct 29 18:39:20.047 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67722024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.060 INFO O| Oct 29 18:39:20.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default"
67732024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.060 INFO O| Oct 29 18:39:20.060 INFO STEP 865 (remove_files) COMPLETE
67742024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.060 INFO O| Oct 29 18:39:20.060 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67752024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.071 INFO O| Oct 29 18:39:20.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata"
67762024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.071 INFO O| Oct 29 18:39:20.071 INFO STEP 866 (remove_files) COMPLETE
67772024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.071 INFO O| Oct 29 18:39:20.071 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67782024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.082 INFO O| Oct 29 18:39:20.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter"
67792024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.082 INFO O| Oct 29 18:39:20.082 INFO STEP 867 (remove_files) COMPLETE
67802024-10-29T18:39:21.923Z[ recovery-image] Oct 29 18:39:20.083 INFO O| Oct 29 18:39:20.082 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67812024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.094 INFO O| Oct 29 18:39:20.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss"
67822024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.094 INFO O| Oct 29 18:39:20.094 INFO STEP 868 (remove_files) COMPLETE
67832024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.094 INFO O| Oct 29 18:39:20.094 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67842024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.106 INFO O| Oct 29 18:39:20.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata"
67852024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.107 INFO O| Oct 29 18:39:20.107 INFO STEP 869 (remove_files) COMPLETE
67862024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.107 INFO O| Oct 29 18:39:20.107 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67872024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.119 INFO O| Oct 29 18:39:20.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk"
67882024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.119 INFO O| Oct 29 18:39:20.119 INFO STEP 870 (remove_files) COMPLETE
67892024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.119 INFO O| Oct 29 18:39:20.119 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67902024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.129 INFO O| Oct 29 18:39:20.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign"
67912024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.129 INFO O| Oct 29 18:39:20.129 INFO STEP 871 (remove_files) COMPLETE
67922024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.129 INFO O| Oct 29 18:39:20.129 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67932024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.140 INFO O| Oct 29 18:39:20.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1"
67942024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.140 INFO O| Oct 29 18:39:20.140 INFO STEP 872 (remove_files) COMPLETE
67952024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.140 INFO O| Oct 29 18:39:20.140 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67962024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.151 INFO O| Oct 29 18:39:20.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1"
67972024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.152 INFO O| Oct 29 18:39:20.152 INFO STEP 873 (remove_files) COMPLETE
67982024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.152 INFO O| Oct 29 18:39:20.152 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
67992024-10-29T18:39:21.924ZOct 29 18:39:20.155 INFO [verify-libraries] process exited with exit status: 0 (353.951250632s)
68002024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.163 INFO O| Oct 29 18:39:20.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1"
68012024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.163 INFO O| Oct 29 18:39:20.163 INFO STEP 874 (remove_files) COMPLETE
68022024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.163 INFO O| Oct 29 18:39:20.163 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68032024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.172 INFO O| Oct 29 18:39:20.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1"
68042024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.172 INFO O| Oct 29 18:39:20.172 INFO STEP 875 (remove_files) COMPLETE
68052024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.172 INFO O| Oct 29 18:39:20.172 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68062024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.182 INFO O| Oct 29 18:39:20.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1"
68072024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.182 INFO O| Oct 29 18:39:20.182 INFO STEP 876 (remove_files) COMPLETE
68082024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.182 INFO O| Oct 29 18:39:20.182 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68092024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.196 INFO O| Oct 29 18:39:20.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1"
68102024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.197 INFO O| Oct 29 18:39:20.196 INFO STEP 877 (remove_files) COMPLETE
68112024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.197 INFO O| Oct 29 18:39:20.197 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68122024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.226 INFO O| Oct 29 18:39:20.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1"
68132024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.226 INFO O| Oct 29 18:39:20.226 INFO STEP 878 (remove_files) COMPLETE
68142024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.226 INFO O| Oct 29 18:39:20.226 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68152024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.245 INFO O| Oct 29 18:39:20.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1"
68162024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.245 INFO O| Oct 29 18:39:20.245 INFO STEP 879 (remove_files) COMPLETE
68172024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.245 INFO O| Oct 29 18:39:20.245 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68182024-10-29T18:39:21.924Z[ recovery-image] Oct 29 18:39:20.261 INFO O| Oct 29 18:39:20.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb"
68192024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.261 INFO O| Oct 29 18:39:20.261 INFO STEP 880 (remove_files) COMPLETE
68202024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.261 INFO O| Oct 29 18:39:20.261 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68212024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.280 INFO O| Oct 29 18:39:20.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so"
68222024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.280 INFO O| Oct 29 18:39:20.280 INFO STEP 881 (remove_files) COMPLETE
68232024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.280 INFO O| Oct 29 18:39:20.280 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68242024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.296 INFO O| Oct 29 18:39:20.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb"
68252024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.296 INFO O| Oct 29 18:39:20.296 INFO STEP 882 (remove_files) COMPLETE
68262024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.296 INFO O| Oct 29 18:39:20.296 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68272024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.307 INFO O| Oct 29 18:39:20.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1"
68282024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.307 INFO O| Oct 29 18:39:20.307 INFO STEP 883 (remove_files) COMPLETE
68292024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.307 INFO O| Oct 29 18:39:20.307 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68302024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.318 INFO O| Oct 29 18:39:20.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1"
68312024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.318 INFO O| Oct 29 18:39:20.318 INFO STEP 884 (remove_files) COMPLETE
68322024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.318 INFO O| Oct 29 18:39:20.318 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68332024-10-29T18:39:21.925Z[ host-image] Oct 29 18:39:20.323 INFO O| Oct 29 18:39:20.323 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done
68342024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.327 INFO O| Oct 29 18:39:20.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1"
68352024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.328 INFO O| Oct 29 18:39:20.328 INFO STEP 885 (remove_files) COMPLETE
68362024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.328 INFO O| Oct 29 18:39:20.328 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68372024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.338 INFO O| Oct 29 18:39:20.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed"
68382024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.338 INFO O| Oct 29 18:39:20.338 INFO STEP 886 (remove_files) COMPLETE
68392024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.338 INFO O| Oct 29 18:39:20.338 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68402024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.349 INFO O| Oct 29 18:39:20.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen"
68412024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.349 INFO O| Oct 29 18:39:20.349 INFO STEP 887 (remove_files) COMPLETE
68422024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.349 INFO O| Oct 29 18:39:20.349 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68432024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.360 INFO O| Oct 29 18:39:20.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server"
68442024-10-29T18:39:21.925Z[ recovery-image] Oct 29 18:39:20.360 INFO O| Oct 29 18:39:20.360 INFO STEP 888 (remove_files) COMPLETE
68452024-10-29T18:39:21.928Z[ recovery-image] Oct 29 18:39:20.360 INFO O| Oct 29 18:39:20.360 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68462024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.372 INFO O| Oct 29 18:39:20.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1"
68472024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.372 INFO O| Oct 29 18:39:20.372 INFO STEP 889 (remove_files) COMPLETE
68482024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.372 INFO O| Oct 29 18:39:20.372 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68492024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.383 INFO O| Oct 29 18:39:20.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1"
68502024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.383 INFO O| Oct 29 18:39:20.383 INFO STEP 890 (remove_files) COMPLETE
68512024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.383 INFO O| Oct 29 18:39:20.383 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68522024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.393 INFO O| Oct 29 18:39:20.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1"
68532024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.393 INFO O| Oct 29 18:39:20.393 INFO STEP 891 (remove_files) COMPLETE
68542024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.393 INFO O| Oct 29 18:39:20.393 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68552024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.404 INFO O| Oct 29 18:39:20.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1"
68562024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.404 INFO O| Oct 29 18:39:20.404 INFO STEP 892 (remove_files) COMPLETE
68572024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.404 INFO O| Oct 29 18:39:20.404 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68582024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.415 INFO O| Oct 29 18:39:20.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1"
68592024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.415 INFO O| Oct 29 18:39:20.415 INFO STEP 893 (remove_files) COMPLETE
68602024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.415 INFO O| Oct 29 18:39:20.415 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68612024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.427 INFO O| Oct 29 18:39:20.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1"
68622024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.428 INFO O| Oct 29 18:39:20.428 INFO STEP 894 (remove_files) COMPLETE
68632024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.428 INFO O| Oct 29 18:39:20.428 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68642024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.440 INFO O| Oct 29 18:39:20.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1"
68652024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.440 INFO O| Oct 29 18:39:20.440 INFO STEP 895 (remove_files) COMPLETE
68662024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.440 INFO O| Oct 29 18:39:20.440 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68672024-10-29T18:39:21.929Z[ recovery-image] Oct 29 18:39:20.452 INFO O| Oct 29 18:39:20.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1"
68682024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.452 INFO O| Oct 29 18:39:20.452 INFO STEP 896 (remove_files) COMPLETE
68692024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.452 INFO O| Oct 29 18:39:20.452 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68702024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.462 INFO O| Oct 29 18:39:20.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1"
68712024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.462 INFO O| Oct 29 18:39:20.462 INFO STEP 897 (remove_files) COMPLETE
68722024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.462 INFO O| Oct 29 18:39:20.462 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68732024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.473 INFO O| Oct 29 18:39:20.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1"
68742024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.473 INFO O| Oct 29 18:39:20.473 INFO STEP 898 (remove_files) COMPLETE
68752024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.473 INFO O| Oct 29 18:39:20.473 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68762024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.485 INFO O| Oct 29 18:39:20.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1"
68772024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.485 INFO O| Oct 29 18:39:20.485 INFO STEP 899 (remove_files) COMPLETE
68782024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.485 INFO O| Oct 29 18:39:20.485 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68792024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.496 INFO O| Oct 29 18:39:20.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1"
68802024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.496 INFO O| Oct 29 18:39:20.496 INFO STEP 900 (remove_files) COMPLETE
68812024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.496 INFO O| Oct 29 18:39:20.496 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68822024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.509 INFO O| Oct 29 18:39:20.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1"
68832024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.509 INFO O| Oct 29 18:39:20.509 INFO STEP 901 (remove_files) COMPLETE
68842024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.509 INFO O| Oct 29 18:39:20.509 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68852024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.520 INFO O| Oct 29 18:39:20.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1"
68862024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.520 INFO O| Oct 29 18:39:20.520 INFO STEP 902 (remove_files) COMPLETE
68872024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.520 INFO O| Oct 29 18:39:20.520 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68882024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.533 INFO O| Oct 29 18:39:20.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1"
68892024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.533 INFO O| Oct 29 18:39:20.533 INFO STEP 903 (remove_files) COMPLETE
68902024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.533 INFO O| Oct 29 18:39:20.533 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68912024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.545 INFO O| Oct 29 18:39:20.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1"
68922024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.545 INFO O| Oct 29 18:39:20.545 INFO STEP 904 (remove_files) COMPLETE
68932024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.545 INFO O| Oct 29 18:39:20.545 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68942024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.556 INFO O| Oct 29 18:39:20.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1"
68952024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.556 INFO O| Oct 29 18:39:20.556 INFO STEP 905 (remove_files) COMPLETE
68962024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.556 INFO O| Oct 29 18:39:20.556 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
68972024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.567 INFO O| Oct 29 18:39:20.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1"
68982024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.567 INFO O| Oct 29 18:39:20.567 INFO STEP 906 (remove_files) COMPLETE
68992024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.567 INFO O| Oct 29 18:39:20.567 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69002024-10-29T18:39:21.930Z[ recovery-image] Oct 29 18:39:20.579 INFO O| Oct 29 18:39:20.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1"
69012024-10-29T18:39:21.931Z[ recovery-image] Oct 29 18:39:20.579 INFO O| Oct 29 18:39:20.579 INFO STEP 907 (remove_files) COMPLETE
69022024-10-29T18:39:21.931Z[ recovery-image] Oct 29 18:39:20.579 INFO O| Oct 29 18:39:20.579 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69032024-10-29T18:39:21.931Z[ recovery-image] Oct 29 18:39:20.590 INFO O| Oct 29 18:39:20.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1"
69042024-10-29T18:39:21.931Z[ recovery-image] Oct 29 18:39:20.590 INFO O| Oct 29 18:39:20.590 INFO STEP 908 (remove_files) COMPLETE
69052024-10-29T18:39:21.931Z[ recovery-image] Oct 29 18:39:20.590 INFO O| Oct 29 18:39:20.590 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69062024-10-29T18:39:21.933Z[ recovery-image] Oct 29 18:39:20.603 INFO O| Oct 29 18:39:20.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1"
69072024-10-29T18:39:21.933Z[ recovery-image] Oct 29 18:39:20.603 INFO O| Oct 29 18:39:20.603 INFO STEP 909 (remove_files) COMPLETE
69082024-10-29T18:39:21.933Z[ recovery-image] Oct 29 18:39:20.603 INFO O| Oct 29 18:39:20.603 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69092024-10-29T18:39:21.941Z[ recovery-image] Oct 29 18:39:20.614 INFO O| Oct 29 18:39:20.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1"
69102024-10-29T18:39:21.943Z[ recovery-image] Oct 29 18:39:20.614 INFO O| Oct 29 18:39:20.614 INFO STEP 910 (remove_files) COMPLETE
69112024-10-29T18:39:21.943Z[ recovery-image] Oct 29 18:39:20.614 INFO O| Oct 29 18:39:20.614 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69122024-10-29T18:39:21.953Z[ recovery-image] Oct 29 18:39:20.626 INFO O| Oct 29 18:39:20.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1"
69132024-10-29T18:39:21.953Z[ recovery-image] Oct 29 18:39:20.627 INFO O| Oct 29 18:39:20.626 INFO STEP 911 (remove_files) COMPLETE
69142024-10-29T18:39:21.955Z[ recovery-image] Oct 29 18:39:20.627 INFO O| Oct 29 18:39:20.627 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69152024-10-29T18:39:21.963Z[ recovery-image] Oct 29 18:39:20.637 INFO O| Oct 29 18:39:20.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1"
69162024-10-29T18:39:21.963Z[ recovery-image] Oct 29 18:39:20.637 INFO O| Oct 29 18:39:20.637 INFO STEP 912 (remove_files) COMPLETE
69172024-10-29T18:39:21.966Z[ recovery-image] Oct 29 18:39:20.637 INFO O| Oct 29 18:39:20.637 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69182024-10-29T18:39:21.973Z[ recovery-image] Oct 29 18:39:20.647 INFO O| Oct 29 18:39:20.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1"
69192024-10-29T18:39:21.976Z[ recovery-image] Oct 29 18:39:20.647 INFO O| Oct 29 18:39:20.647 INFO STEP 913 (remove_files) COMPLETE
69202024-10-29T18:39:21.976Z[ recovery-image] Oct 29 18:39:20.647 INFO O| Oct 29 18:39:20.647 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69212024-10-29T18:39:21.984Z[ recovery-image] Oct 29 18:39:20.658 INFO O| Oct 29 18:39:20.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1"
69222024-10-29T18:39:21.984Z[ recovery-image] Oct 29 18:39:20.658 INFO O| Oct 29 18:39:20.658 INFO STEP 914 (remove_files) COMPLETE
69232024-10-29T18:39:21.984Z[ recovery-image] Oct 29 18:39:20.658 INFO O| Oct 29 18:39:20.658 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69242024-10-29T18:39:21.998Z[ recovery-image] Oct 29 18:39:20.671 INFO O| Oct 29 18:39:20.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1"
69252024-10-29T18:39:21.998Z[ recovery-image] Oct 29 18:39:20.671 INFO O| Oct 29 18:39:20.671 INFO STEP 915 (remove_files) COMPLETE
69262024-10-29T18:39:21.998Z[ recovery-image] Oct 29 18:39:20.671 INFO O| Oct 29 18:39:20.671 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69272024-10-29T18:39:22.011Z[ recovery-image] Oct 29 18:39:20.684 INFO O| Oct 29 18:39:20.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1"
69282024-10-29T18:39:22.011Z[ recovery-image] Oct 29 18:39:20.685 INFO O| Oct 29 18:39:20.684 INFO STEP 916 (remove_files) COMPLETE
69292024-10-29T18:39:22.012Z[ recovery-image] Oct 29 18:39:20.685 INFO O| Oct 29 18:39:20.684 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69302024-10-29T18:39:22.024Z[ recovery-image] Oct 29 18:39:20.697 INFO O| Oct 29 18:39:20.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1"
69312024-10-29T18:39:22.024Z[ recovery-image] Oct 29 18:39:20.697 INFO O| Oct 29 18:39:20.697 INFO STEP 917 (remove_files) COMPLETE
69322024-10-29T18:39:22.026Z[ recovery-image] Oct 29 18:39:20.697 INFO O| Oct 29 18:39:20.697 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69332024-10-29T18:39:22.036Z[ recovery-image] Oct 29 18:39:20.709 INFO O| Oct 29 18:39:20.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1"
69342024-10-29T18:39:22.036Z[ recovery-image] Oct 29 18:39:20.709 INFO O| Oct 29 18:39:20.709 INFO STEP 918 (remove_files) COMPLETE
69352024-10-29T18:39:22.038Z[ recovery-image] Oct 29 18:39:20.709 INFO O| Oct 29 18:39:20.709 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69362024-10-29T18:39:22.049Z[ recovery-image] Oct 29 18:39:20.722 INFO O| Oct 29 18:39:20.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1"
69372024-10-29T18:39:22.049Z[ recovery-image] Oct 29 18:39:20.722 INFO O| Oct 29 18:39:20.722 INFO STEP 919 (remove_files) COMPLETE
69382024-10-29T18:39:22.052Z[ recovery-image] Oct 29 18:39:20.723 INFO O| Oct 29 18:39:20.722 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69392024-10-29T18:39:22.062Z[ recovery-image] Oct 29 18:39:20.736 INFO O| Oct 29 18:39:20.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1"
69402024-10-29T18:39:22.062Z[ recovery-image] Oct 29 18:39:20.736 INFO O| Oct 29 18:39:20.736 INFO STEP 920 (remove_files) COMPLETE
69412024-10-29T18:39:22.065Z[ recovery-image] Oct 29 18:39:20.736 INFO O| Oct 29 18:39:20.736 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69422024-10-29T18:39:22.076Z[ recovery-image] Oct 29 18:39:20.749 INFO O| Oct 29 18:39:20.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1"
69432024-10-29T18:39:22.076Z[ recovery-image] Oct 29 18:39:20.749 INFO O| Oct 29 18:39:20.749 INFO STEP 921 (remove_files) COMPLETE
69442024-10-29T18:39:22.078Z[ recovery-image] Oct 29 18:39:20.749 INFO O| Oct 29 18:39:20.749 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69452024-10-29T18:39:22.087Z[ recovery-image] Oct 29 18:39:20.761 INFO O| Oct 29 18:39:20.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1"
69462024-10-29T18:39:22.087Z[ recovery-image] Oct 29 18:39:20.761 INFO O| Oct 29 18:39:20.761 INFO STEP 922 (remove_files) COMPLETE
69472024-10-29T18:39:22.087Z[ recovery-image] Oct 29 18:39:20.761 INFO O| Oct 29 18:39:20.761 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69482024-10-29T18:39:22.097Z[ recovery-image] Oct 29 18:39:20.771 INFO O| Oct 29 18:39:20.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1"
69492024-10-29T18:39:22.098Z[ recovery-image] Oct 29 18:39:20.771 INFO O| Oct 29 18:39:20.771 INFO STEP 923 (remove_files) COMPLETE
69502024-10-29T18:39:22.100Z[ recovery-image] Oct 29 18:39:20.771 INFO O| Oct 29 18:39:20.771 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69512024-10-29T18:39:22.107Z[ recovery-image] Oct 29 18:39:20.781 INFO O| Oct 29 18:39:20.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1"
69522024-10-29T18:39:22.107Z[ recovery-image] Oct 29 18:39:20.781 INFO O| Oct 29 18:39:20.781 INFO STEP 924 (remove_files) COMPLETE
69532024-10-29T18:39:22.110Z[ recovery-image] Oct 29 18:39:20.781 INFO O| Oct 29 18:39:20.781 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69542024-10-29T18:39:22.117Z[ recovery-image] Oct 29 18:39:20.791 INFO O| Oct 29 18:39:20.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1"
69552024-10-29T18:39:22.117Z[ recovery-image] Oct 29 18:39:20.791 INFO O| Oct 29 18:39:20.791 INFO STEP 925 (remove_files) COMPLETE
69562024-10-29T18:39:22.120Z[ recovery-image] Oct 29 18:39:20.791 INFO O| Oct 29 18:39:20.791 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69572024-10-29T18:39:22.127Z[ recovery-image] Oct 29 18:39:20.800 INFO O| Oct 29 18:39:20.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1"
69582024-10-29T18:39:22.127Z[ recovery-image] Oct 29 18:39:20.800 INFO O| Oct 29 18:39:20.800 INFO STEP 926 (remove_files) COMPLETE
69592024-10-29T18:39:22.129Z[ recovery-image] Oct 29 18:39:20.800 INFO O| Oct 29 18:39:20.800 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69602024-10-29T18:39:22.137Z[ recovery-image] Oct 29 18:39:20.810 INFO O| Oct 29 18:39:20.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1"
69612024-10-29T18:39:22.137Z[ recovery-image] Oct 29 18:39:20.810 INFO O| Oct 29 18:39:20.810 INFO STEP 927 (remove_files) COMPLETE
69622024-10-29T18:39:22.137Z[ recovery-image] Oct 29 18:39:20.810 INFO O| Oct 29 18:39:20.810 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69632024-10-29T18:39:22.146Z[ recovery-image] Oct 29 18:39:20.820 INFO O| Oct 29 18:39:20.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1"
69642024-10-29T18:39:22.146Z[ recovery-image] Oct 29 18:39:20.820 INFO O| Oct 29 18:39:20.820 INFO STEP 928 (remove_files) COMPLETE
69652024-10-29T18:39:22.149Z[ recovery-image] Oct 29 18:39:20.820 INFO O| Oct 29 18:39:20.820 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69662024-10-29T18:39:22.156Z[ recovery-image] Oct 29 18:39:20.830 INFO O| Oct 29 18:39:20.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1"
69672024-10-29T18:39:22.159Z[ recovery-image] Oct 29 18:39:20.830 INFO O| Oct 29 18:39:20.830 INFO STEP 929 (remove_files) COMPLETE
69682024-10-29T18:39:22.159Z[ recovery-image] Oct 29 18:39:20.830 INFO O| Oct 29 18:39:20.830 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69692024-10-29T18:39:22.166Z[ recovery-image] Oct 29 18:39:20.840 INFO O| Oct 29 18:39:20.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1"
69702024-10-29T18:39:22.166Z[ recovery-image] Oct 29 18:39:20.840 INFO O| Oct 29 18:39:20.840 INFO STEP 930 (remove_files) COMPLETE
69712024-10-29T18:39:22.166Z[ recovery-image] Oct 29 18:39:20.840 INFO O| Oct 29 18:39:20.840 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69722024-10-29T18:39:22.177Z[ recovery-image] Oct 29 18:39:20.850 INFO O| Oct 29 18:39:20.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1"
69732024-10-29T18:39:22.177Z[ recovery-image] Oct 29 18:39:20.850 INFO O| Oct 29 18:39:20.850 INFO STEP 931 (remove_files) COMPLETE
69742024-10-29T18:39:22.177Z[ recovery-image] Oct 29 18:39:20.850 INFO O| Oct 29 18:39:20.850 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69752024-10-29T18:39:22.188Z[ recovery-image] Oct 29 18:39:20.861 INFO O| Oct 29 18:39:20.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1"
69762024-10-29T18:39:22.188Z[ recovery-image] Oct 29 18:39:20.861 INFO O| Oct 29 18:39:20.861 INFO STEP 932 (remove_files) COMPLETE
69772024-10-29T18:39:22.188Z[ recovery-image] Oct 29 18:39:20.861 INFO O| Oct 29 18:39:20.861 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69782024-10-29T18:39:22.198Z[ recovery-image] Oct 29 18:39:20.871 INFO O| Oct 29 18:39:20.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1"
69792024-10-29T18:39:22.198Z[ recovery-image] Oct 29 18:39:20.871 INFO O| Oct 29 18:39:20.871 INFO STEP 933 (remove_files) COMPLETE
69802024-10-29T18:39:22.198Z[ recovery-image] Oct 29 18:39:20.871 INFO O| Oct 29 18:39:20.871 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69812024-10-29T18:39:22.208Z[ recovery-image] Oct 29 18:39:20.881 INFO O| Oct 29 18:39:20.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1"
69822024-10-29T18:39:22.208Z[ recovery-image] Oct 29 18:39:20.881 INFO O| Oct 29 18:39:20.881 INFO STEP 934 (remove_files) COMPLETE
69832024-10-29T18:39:22.210Z[ recovery-image] Oct 29 18:39:20.881 INFO O| Oct 29 18:39:20.881 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69842024-10-29T18:39:22.218Z[ recovery-image] Oct 29 18:39:20.891 INFO O| Oct 29 18:39:20.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1"
69852024-10-29T18:39:22.218Z[ recovery-image] Oct 29 18:39:20.891 INFO O| Oct 29 18:39:20.891 INFO STEP 935 (remove_files) COMPLETE
69862024-10-29T18:39:22.218Z[ recovery-image] Oct 29 18:39:20.891 INFO O| Oct 29 18:39:20.891 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69872024-10-29T18:39:22.228Z[ recovery-image] Oct 29 18:39:20.901 INFO O| Oct 29 18:39:20.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1"
69882024-10-29T18:39:22.228Z[ recovery-image] Oct 29 18:39:20.901 INFO O| Oct 29 18:39:20.901 INFO STEP 936 (remove_files) COMPLETE
69892024-10-29T18:39:22.231Z[ recovery-image] Oct 29 18:39:20.901 INFO O| Oct 29 18:39:20.901 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69902024-10-29T18:39:22.238Z[ recovery-image] Oct 29 18:39:20.911 INFO O| Oct 29 18:39:20.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1"
69912024-10-29T18:39:22.240Z[ recovery-image] Oct 29 18:39:20.911 INFO O| Oct 29 18:39:20.911 INFO STEP 937 (remove_files) COMPLETE
69922024-10-29T18:39:22.240Z[ recovery-image] Oct 29 18:39:20.912 INFO O| Oct 29 18:39:20.911 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69932024-10-29T18:39:22.248Z[ recovery-image] Oct 29 18:39:20.921 INFO O| Oct 29 18:39:20.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1"
69942024-10-29T18:39:22.248Z[ recovery-image] Oct 29 18:39:20.921 INFO O| Oct 29 18:39:20.921 INFO STEP 938 (remove_files) COMPLETE
69952024-10-29T18:39:22.251Z[ recovery-image] Oct 29 18:39:20.922 INFO O| Oct 29 18:39:20.921 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69962024-10-29T18:39:22.258Z[ recovery-image] Oct 29 18:39:20.931 INFO O| Oct 29 18:39:20.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1"
69972024-10-29T18:39:22.258Z[ recovery-image] Oct 29 18:39:20.931 INFO O| Oct 29 18:39:20.931 INFO STEP 939 (remove_files) COMPLETE
69982024-10-29T18:39:22.261Z[ recovery-image] Oct 29 18:39:20.931 INFO O| Oct 29 18:39:20.931 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
69992024-10-29T18:39:22.268Z[ recovery-image] Oct 29 18:39:20.941 INFO O| Oct 29 18:39:20.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1"
70002024-10-29T18:39:22.270Z[ recovery-image] Oct 29 18:39:20.941 INFO O| Oct 29 18:39:20.941 INFO STEP 940 (remove_files) COMPLETE
70012024-10-29T18:39:22.270Z[ recovery-image] Oct 29 18:39:20.941 INFO O| Oct 29 18:39:20.941 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70022024-10-29T18:39:22.278Z[ recovery-image] Oct 29 18:39:20.951 INFO O| Oct 29 18:39:20.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1"
70032024-10-29T18:39:22.278Z[ recovery-image] Oct 29 18:39:20.951 INFO O| Oct 29 18:39:20.951 INFO STEP 941 (remove_files) COMPLETE
70042024-10-29T18:39:22.280Z[ recovery-image] Oct 29 18:39:20.951 INFO O| Oct 29 18:39:20.951 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70052024-10-29T18:39:22.288Z[ recovery-image] Oct 29 18:39:20.962 INFO O| Oct 29 18:39:20.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1"
70062024-10-29T18:39:22.289Z[ recovery-image] Oct 29 18:39:20.962 INFO O| Oct 29 18:39:20.962 INFO STEP 942 (remove_files) COMPLETE
70072024-10-29T18:39:22.289Z[ recovery-image] Oct 29 18:39:20.962 INFO O| Oct 29 18:39:20.962 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70082024-10-29T18:39:22.300Z[ recovery-image] Oct 29 18:39:20.973 INFO O| Oct 29 18:39:20.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1"
70092024-10-29T18:39:22.300Z[ recovery-image] Oct 29 18:39:20.973 INFO O| Oct 29 18:39:20.973 INFO STEP 943 (remove_files) COMPLETE
70102024-10-29T18:39:22.303Z[ recovery-image] Oct 29 18:39:20.973 INFO O| Oct 29 18:39:20.973 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70112024-10-29T18:39:22.314Z[ recovery-image] Oct 29 18:39:20.987 INFO O| Oct 29 18:39:20.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1"
70122024-10-29T18:39:22.314Z[ recovery-image] Oct 29 18:39:20.988 INFO O| Oct 29 18:39:20.987 INFO STEP 944 (remove_files) COMPLETE
70132024-10-29T18:39:22.314Z[ recovery-image] Oct 29 18:39:20.988 INFO O| Oct 29 18:39:20.988 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70142024-10-29T18:39:22.326Z[ recovery-image] Oct 29 18:39:20.999 INFO O| Oct 29 18:39:20.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1"
70152024-10-29T18:39:22.326Z[ recovery-image] Oct 29 18:39:20.999 INFO O| Oct 29 18:39:20.999 INFO STEP 945 (remove_files) COMPLETE
70162024-10-29T18:39:22.328Z[ recovery-image] Oct 29 18:39:20.999 INFO O| Oct 29 18:39:20.999 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70172024-10-29T18:39:22.337Z[ recovery-image] Oct 29 18:39:21.010 INFO O| Oct 29 18:39:21.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1"
70182024-10-29T18:39:22.337Z[ recovery-image] Oct 29 18:39:21.010 INFO O| Oct 29 18:39:21.010 INFO STEP 946 (remove_files) COMPLETE
70192024-10-29T18:39:22.339Z[ recovery-image] Oct 29 18:39:21.010 INFO O| Oct 29 18:39:21.010 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70202024-10-29T18:39:22.348Z[ recovery-image] Oct 29 18:39:21.021 INFO O| Oct 29 18:39:21.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1"
70212024-10-29T18:39:22.350Z[ recovery-image] Oct 29 18:39:21.021 INFO O| Oct 29 18:39:21.021 INFO STEP 947 (remove_files) COMPLETE
70222024-10-29T18:39:22.350Z[ recovery-image] Oct 29 18:39:21.021 INFO O| Oct 29 18:39:21.021 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70232024-10-29T18:39:22.358Z[ recovery-image] Oct 29 18:39:21.031 INFO O| Oct 29 18:39:21.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1"
70242024-10-29T18:39:22.358Z[ recovery-image] Oct 29 18:39:21.032 INFO O| Oct 29 18:39:21.031 INFO STEP 948 (remove_files) COMPLETE
70252024-10-29T18:39:22.358Z[ recovery-image] Oct 29 18:39:21.032 INFO O| Oct 29 18:39:21.032 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70262024-10-29T18:39:22.368Z[ recovery-image] Oct 29 18:39:21.042 INFO O| Oct 29 18:39:21.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1"
70272024-10-29T18:39:22.368Z[ recovery-image] Oct 29 18:39:21.042 INFO O| Oct 29 18:39:21.042 INFO STEP 949 (remove_files) COMPLETE
70282024-10-29T18:39:22.368Z[ recovery-image] Oct 29 18:39:21.042 INFO O| Oct 29 18:39:21.042 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70292024-10-29T18:39:22.380Z[ recovery-image] Oct 29 18:39:21.054 INFO O| Oct 29 18:39:21.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1"
70302024-10-29T18:39:22.380Z[ recovery-image] Oct 29 18:39:21.054 INFO O| Oct 29 18:39:21.054 INFO STEP 950 (remove_files) COMPLETE
70312024-10-29T18:39:22.380Z[ recovery-image] Oct 29 18:39:21.054 INFO O| Oct 29 18:39:21.054 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70322024-10-29T18:39:22.390Z[ recovery-image] Oct 29 18:39:21.064 INFO O| Oct 29 18:39:21.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1"
70332024-10-29T18:39:22.393Z[ recovery-image] Oct 29 18:39:21.064 INFO O| Oct 29 18:39:21.064 INFO STEP 951 (remove_files) COMPLETE
70342024-10-29T18:39:22.393Z[ recovery-image] Oct 29 18:39:21.064 INFO O| Oct 29 18:39:21.064 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70352024-10-29T18:39:22.400Z[ recovery-image] Oct 29 18:39:21.073 INFO O| Oct 29 18:39:21.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1"
70362024-10-29T18:39:22.402Z[ recovery-image] Oct 29 18:39:21.073 INFO O| Oct 29 18:39:21.073 INFO STEP 952 (remove_files) COMPLETE
70372024-10-29T18:39:22.402Z[ recovery-image] Oct 29 18:39:21.073 INFO O| Oct 29 18:39:21.073 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70382024-10-29T18:39:22.410Z[ recovery-image] Oct 29 18:39:21.083 INFO O| Oct 29 18:39:21.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1"
70392024-10-29T18:39:22.412Z[ recovery-image] Oct 29 18:39:21.083 INFO O| Oct 29 18:39:21.083 INFO STEP 953 (remove_files) COMPLETE
70402024-10-29T18:39:22.412Z[ recovery-image] Oct 29 18:39:21.083 INFO O| Oct 29 18:39:21.083 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70412024-10-29T18:39:22.422Z[ recovery-image] Oct 29 18:39:21.095 INFO O| Oct 29 18:39:21.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1"
70422024-10-29T18:39:22.424Z[ recovery-image] Oct 29 18:39:21.095 INFO O| Oct 29 18:39:21.095 INFO STEP 954 (remove_files) COMPLETE
70432024-10-29T18:39:22.424Z[ recovery-image] Oct 29 18:39:21.095 INFO O| Oct 29 18:39:21.095 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70442024-10-29T18:39:22.431Z[ recovery-image] Oct 29 18:39:21.105 INFO O| Oct 29 18:39:21.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1"
70452024-10-29T18:39:22.434Z[ recovery-image] Oct 29 18:39:21.105 INFO O| Oct 29 18:39:21.105 INFO STEP 955 (remove_files) COMPLETE
70462024-10-29T18:39:22.434Z[ recovery-image] Oct 29 18:39:21.105 INFO O| Oct 29 18:39:21.105 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70472024-10-29T18:39:22.445Z[ recovery-image] Oct 29 18:39:21.118 INFO O| Oct 29 18:39:21.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress"
70482024-10-29T18:39:22.445Z[ recovery-image] Oct 29 18:39:21.118 INFO O| Oct 29 18:39:21.118 INFO STEP 956 (remove_files) COMPLETE
70492024-10-29T18:39:22.448Z[ recovery-image] Oct 29 18:39:21.119 INFO O| Oct 29 18:39:21.118 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70502024-10-29T18:39:22.456Z[ recovery-image] Oct 29 18:39:21.129 INFO O| Oct 29 18:39:21.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck"
70512024-10-29T18:39:22.456Z[ recovery-image] Oct 29 18:39:21.129 INFO O| Oct 29 18:39:21.129 INFO STEP 957 (remove_files) COMPLETE
70522024-10-29T18:39:22.458Z[ recovery-image] Oct 29 18:39:21.129 INFO O| Oct 29 18:39:21.129 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70532024-10-29T18:39:22.467Z[ recovery-image] Oct 29 18:39:21.141 INFO O| Oct 29 18:39:21.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake"
70542024-10-29T18:39:22.470Z[ recovery-image] Oct 29 18:39:21.141 INFO O| Oct 29 18:39:21.141 INFO STEP 958 (remove_files) COMPLETE
70552024-10-29T18:39:22.470Z[ recovery-image] Oct 29 18:39:21.141 INFO O| Oct 29 18:39:21.141 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70562024-10-29T18:39:22.478Z[ recovery-image] Oct 29 18:39:21.151 INFO O| Oct 29 18:39:21.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista"
70572024-10-29T18:39:22.478Z[ recovery-image] Oct 29 18:39:21.151 INFO O| Oct 29 18:39:21.151 INFO STEP 959 (remove_files) COMPLETE
70582024-10-29T18:39:22.478Z[ recovery-image] Oct 29 18:39:21.151 INFO O| Oct 29 18:39:21.151 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70592024-10-29T18:39:22.489Z[ recovery-image] Oct 29 18:39:21.162 INFO O| Oct 29 18:39:21.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb"
70602024-10-29T18:39:22.489Z[ recovery-image] Oct 29 18:39:21.163 INFO O| Oct 29 18:39:21.162 INFO STEP 960 (remove_files) COMPLETE
70612024-10-29T18:39:22.489Z[ recovery-image] Oct 29 18:39:21.163 INFO O| Oct 29 18:39:21.163 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70622024-10-29T18:39:22.501Z[ recovery-image] Oct 29 18:39:21.174 INFO O| Oct 29 18:39:21.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop"
70632024-10-29T18:39:22.501Z[ recovery-image] Oct 29 18:39:21.174 INFO O| Oct 29 18:39:21.174 INFO STEP 961 (remove_files) COMPLETE
70642024-10-29T18:39:22.501Z[ recovery-image] Oct 29 18:39:21.174 INFO O| Oct 29 18:39:21.174 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70652024-10-29T18:39:22.513Z[ recovery-image] Oct 29 18:39:21.186 INFO O| Oct 29 18:39:21.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin"
70662024-10-29T18:39:22.513Z[ recovery-image] Oct 29 18:39:21.186 INFO O| Oct 29 18:39:21.186 INFO STEP 962 (remove_files) COMPLETE
70672024-10-29T18:39:22.513Z[ recovery-image] Oct 29 18:39:21.186 INFO O| Oct 29 18:39:21.186 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70682024-10-29T18:39:22.525Z[ recovery-image] Oct 29 18:39:21.198 INFO O| Oct 29 18:39:21.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog"
70692024-10-29T18:39:22.525Z[ recovery-image] Oct 29 18:39:21.198 INFO O| Oct 29 18:39:21.198 INFO STEP 963 (remove_files) COMPLETE
70702024-10-29T18:39:22.527Z[ recovery-image] Oct 29 18:39:21.198 INFO O| Oct 29 18:39:21.198 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70712024-10-29T18:39:22.535Z[ recovery-image] Oct 29 18:39:21.208 INFO O| Oct 29 18:39:21.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd"
70722024-10-29T18:39:22.537Z[ recovery-image] Oct 29 18:39:21.208 INFO O| Oct 29 18:39:21.208 INFO STEP 964 (remove_files) COMPLETE
70732024-10-29T18:39:22.537Z[ recovery-image] Oct 29 18:39:21.208 INFO O| Oct 29 18:39:21.208 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70742024-10-29T18:39:22.545Z[ recovery-image] Oct 29 18:39:21.218 INFO O| Oct 29 18:39:21.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1"
70752024-10-29T18:39:22.547Z[ recovery-image] Oct 29 18:39:21.219 INFO O| Oct 29 18:39:21.219 INFO STEP 965 (remove_files) COMPLETE
70762024-10-29T18:39:22.547Z[ recovery-image] Oct 29 18:39:21.219 INFO O| Oct 29 18:39:21.219 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70772024-10-29T18:39:22.555Z[ recovery-image] Oct 29 18:39:21.229 INFO O| Oct 29 18:39:21.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1"
70782024-10-29T18:39:22.555Z[ recovery-image] Oct 29 18:39:21.229 INFO O| Oct 29 18:39:21.229 INFO STEP 966 (remove_files) COMPLETE
70792024-10-29T18:39:22.555Z[ recovery-image] Oct 29 18:39:21.229 INFO O| Oct 29 18:39:21.229 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70802024-10-29T18:39:22.565Z[ recovery-image] Oct 29 18:39:21.238 INFO O| Oct 29 18:39:21.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1"
70812024-10-29T18:39:22.567Z[ recovery-image] Oct 29 18:39:21.239 INFO O| Oct 29 18:39:21.239 INFO STEP 967 (remove_files) COMPLETE
70822024-10-29T18:39:22.567Z[ recovery-image] Oct 29 18:39:21.239 INFO O| Oct 29 18:39:21.239 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70832024-10-29T18:39:22.576Z[ recovery-image] Oct 29 18:39:21.249 INFO O| Oct 29 18:39:21.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1"
70842024-10-29T18:39:22.576Z[ recovery-image] Oct 29 18:39:21.249 INFO O| Oct 29 18:39:21.249 INFO STEP 968 (remove_files) COMPLETE
70852024-10-29T18:39:22.578Z[ recovery-image] Oct 29 18:39:21.249 INFO O| Oct 29 18:39:21.249 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70862024-10-29T18:39:22.585Z[ recovery-image] Oct 29 18:39:21.259 INFO O| Oct 29 18:39:21.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd"
70872024-10-29T18:39:22.588Z[ recovery-image] Oct 29 18:39:21.259 INFO O| Oct 29 18:39:21.259 INFO STEP 969 (remove_files) COMPLETE
70882024-10-29T18:39:22.588Z[ recovery-image] Oct 29 18:39:21.259 INFO O| Oct 29 18:39:21.259 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70892024-10-29T18:39:22.595Z[ recovery-image] Oct 29 18:39:21.268 INFO O| Oct 29 18:39:21.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc"
70902024-10-29T18:39:22.597Z[ recovery-image] Oct 29 18:39:21.269 INFO O| Oct 29 18:39:21.269 INFO STEP 970 (remove_files) COMPLETE
70912024-10-29T18:39:22.597Z[ recovery-image] Oct 29 18:39:21.269 INFO O| Oct 29 18:39:21.269 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70922024-10-29T18:39:22.605Z[ recovery-image] Oct 29 18:39:21.278 INFO O| Oct 29 18:39:21.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs"
70932024-10-29T18:39:22.605Z[ recovery-image] Oct 29 18:39:21.278 INFO O| Oct 29 18:39:21.278 INFO STEP 971 (remove_files) COMPLETE
70942024-10-29T18:39:22.607Z[ recovery-image] Oct 29 18:39:21.278 INFO O| Oct 29 18:39:21.278 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70952024-10-29T18:39:22.614Z[ recovery-image] Oct 29 18:39:21.288 INFO O| Oct 29 18:39:21.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd"
70962024-10-29T18:39:22.617Z[ recovery-image] Oct 29 18:39:21.288 INFO O| Oct 29 18:39:21.288 INFO STEP 972 (remove_files) COMPLETE
70972024-10-29T18:39:22.617Z[ recovery-image] Oct 29 18:39:21.288 INFO O| Oct 29 18:39:21.288 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
70982024-10-29T18:39:22.624Z[ recovery-image] Oct 29 18:39:21.297 INFO O| Oct 29 18:39:21.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server"
70992024-10-29T18:39:22.626Z[ recovery-image] Oct 29 18:39:21.297 INFO O| Oct 29 18:39:21.297 INFO STEP 973 (remove_files) COMPLETE
71002024-10-29T18:39:22.626Z[ recovery-image] Oct 29 18:39:21.297 INFO O| Oct 29 18:39:21.297 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71012024-10-29T18:39:22.633Z[ recovery-image] Oct 29 18:39:21.307 INFO O| Oct 29 18:39:21.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign"
71022024-10-29T18:39:22.633Z[ recovery-image] Oct 29 18:39:21.307 INFO O| Oct 29 18:39:21.307 INFO STEP 974 (remove_files) COMPLETE
71032024-10-29T18:39:22.636Z[ recovery-image] Oct 29 18:39:21.307 INFO O| Oct 29 18:39:21.307 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71042024-10-29T18:39:22.643Z[ recovery-image] Oct 29 18:39:21.316 INFO O| Oct 29 18:39:21.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper"
71052024-10-29T18:39:22.643Z[ recovery-image] Oct 29 18:39:21.316 INFO O| Oct 29 18:39:21.316 INFO STEP 975 (remove_files) COMPLETE
71062024-10-29T18:39:22.645Z[ recovery-image] Oct 29 18:39:21.316 INFO O| Oct 29 18:39:21.316 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71072024-10-29T18:39:22.653Z[ recovery-image] Oct 29 18:39:21.326 INFO O| Oct 29 18:39:21.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper"
71082024-10-29T18:39:22.655Z[ recovery-image] Oct 29 18:39:21.326 INFO O| Oct 29 18:39:21.326 INFO STEP 976 (remove_files) COMPLETE
71092024-10-29T18:39:22.655Z[ recovery-image] Oct 29 18:39:21.326 INFO O| Oct 29 18:39:21.326 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71102024-10-29T18:39:22.662Z[ recovery-image] Oct 29 18:39:21.336 INFO O| Oct 29 18:39:21.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc"
71112024-10-29T18:39:22.665Z[ recovery-image] Oct 29 18:39:21.336 INFO O| Oct 29 18:39:21.336 INFO STEP 977 (remove_files) COMPLETE
71122024-10-29T18:39:22.665Z[ recovery-image] Oct 29 18:39:21.336 INFO O| Oct 29 18:39:21.336 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71132024-10-29T18:39:22.672Z[ recovery-image] Oct 29 18:39:21.345 INFO O| Oct 29 18:39:21.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so"
71142024-10-29T18:39:22.674Z[ recovery-image] Oct 29 18:39:21.346 INFO O| Oct 29 18:39:21.346 INFO STEP 978 (remove_files) COMPLETE
71152024-10-29T18:39:22.674Z[ recovery-image] Oct 29 18:39:21.346 INFO O| Oct 29 18:39:21.346 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71162024-10-29T18:39:22.683Z[ recovery-image] Oct 29 18:39:21.356 INFO O| Oct 29 18:39:21.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so"
71172024-10-29T18:39:22.683Z[ recovery-image] Oct 29 18:39:21.356 INFO O| Oct 29 18:39:21.356 INFO STEP 979 (remove_files) COMPLETE
71182024-10-29T18:39:22.685Z[ recovery-image] Oct 29 18:39:21.356 INFO O| Oct 29 18:39:21.356 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71192024-10-29T18:39:22.693Z[ recovery-image] Oct 29 18:39:21.366 INFO O| Oct 29 18:39:21.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so"
71202024-10-29T18:39:22.695Z[ recovery-image] Oct 29 18:39:21.366 INFO O| Oct 29 18:39:21.366 INFO STEP 980 (remove_files) COMPLETE
71212024-10-29T18:39:22.695Z[ recovery-image] Oct 29 18:39:21.366 INFO O| Oct 29 18:39:21.366 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71222024-10-29T18:39:22.703Z[ recovery-image] Oct 29 18:39:21.376 INFO O| Oct 29 18:39:21.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid"
71232024-10-29T18:39:22.705Z[ recovery-image] Oct 29 18:39:21.376 INFO O| Oct 29 18:39:21.376 INFO STEP 981 (remove_files) COMPLETE
71242024-10-29T18:39:22.705Z[ recovery-image] Oct 29 18:39:21.376 INFO O| Oct 29 18:39:21.376 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71252024-10-29T18:39:22.712Z[ recovery-image] Oct 29 18:39:21.386 INFO O| Oct 29 18:39:21.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid"
71262024-10-29T18:39:22.713Z[ recovery-image] Oct 29 18:39:21.386 INFO O| Oct 29 18:39:21.386 INFO STEP 982 (remove_files) COMPLETE
71272024-10-29T18:39:22.716Z[ recovery-image] Oct 29 18:39:21.386 INFO O| Oct 29 18:39:21.386 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71282024-10-29T18:39:22.722Z[ recovery-image] Oct 29 18:39:21.395 INFO O| Oct 29 18:39:21.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange"
71292024-10-29T18:39:22.722Z[ recovery-image] Oct 29 18:39:21.395 INFO O| Oct 29 18:39:21.395 INFO STEP 983 (remove_files) COMPLETE
71302024-10-29T18:39:22.722Z[ recovery-image] Oct 29 18:39:21.395 INFO O| Oct 29 18:39:21.395 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71312024-10-29T18:39:22.731Z[ recovery-image] Oct 29 18:39:21.405 INFO O| Oct 29 18:39:21.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate"
71322024-10-29T18:39:22.731Z[ recovery-image] Oct 29 18:39:21.405 INFO O| Oct 29 18:39:21.405 INFO STEP 984 (remove_files) COMPLETE
71332024-10-29T18:39:22.734Z[ recovery-image] Oct 29 18:39:21.405 INFO O| Oct 29 18:39:21.405 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71342024-10-29T18:39:22.741Z[ recovery-image] Oct 29 18:39:21.414 INFO O| Oct 29 18:39:21.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid"
71352024-10-29T18:39:22.741Z[ recovery-image] Oct 29 18:39:21.414 INFO O| Oct 29 18:39:21.414 INFO STEP 985 (remove_files) COMPLETE
71362024-10-29T18:39:22.743Z[ recovery-image] Oct 29 18:39:21.414 INFO O| Oct 29 18:39:21.414 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71372024-10-29T18:39:22.750Z[ recovery-image] Oct 29 18:39:21.424 INFO O| Oct 29 18:39:21.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint"
71382024-10-29T18:39:22.750Z[ recovery-image] Oct 29 18:39:21.424 INFO O| Oct 29 18:39:21.424 INFO STEP 986 (remove_files) COMPLETE
71392024-10-29T18:39:22.753Z[ recovery-image] Oct 29 18:39:21.424 INFO O| Oct 29 18:39:21.424 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71402024-10-29T18:39:22.760Z[ recovery-image] Oct 29 18:39:21.433 INFO O| Oct 29 18:39:21.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem"
71412024-10-29T18:39:22.760Z[ recovery-image] Oct 29 18:39:21.433 INFO O| Oct 29 18:39:21.433 INFO STEP 987 (remove_files) COMPLETE
71422024-10-29T18:39:22.762Z[ recovery-image] Oct 29 18:39:21.433 INFO O| Oct 29 18:39:21.433 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71432024-10-29T18:39:22.770Z[ recovery-image] Oct 29 18:39:21.443 INFO O| Oct 29 18:39:21.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath"
71442024-10-29T18:39:22.770Z[ recovery-image] Oct 29 18:39:21.443 INFO O| Oct 29 18:39:21.443 INFO STEP 988 (remove_files) COMPLETE
71452024-10-29T18:39:22.772Z[ recovery-image] Oct 29 18:39:21.443 INFO O| Oct 29 18:39:21.443 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71462024-10-29T18:39:22.780Z[ recovery-image] Oct 29 18:39:21.453 INFO O| Oct 29 18:39:21.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr"
71472024-10-29T18:39:22.780Z[ recovery-image] Oct 29 18:39:21.454 INFO O| Oct 29 18:39:21.454 INFO STEP 989 (remove_files) COMPLETE
71482024-10-29T18:39:22.780Z[ recovery-image] Oct 29 18:39:21.454 INFO O| Oct 29 18:39:21.454 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71492024-10-29T18:39:22.791Z[ recovery-image] Oct 29 18:39:21.465 INFO O| Oct 29 18:39:21.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime"
71502024-10-29T18:39:22.794Z[ recovery-image] Oct 29 18:39:21.465 INFO O| Oct 29 18:39:21.465 INFO STEP 990 (remove_files) COMPLETE
71512024-10-29T18:39:22.794Z[ recovery-image] Oct 29 18:39:21.465 INFO O| Oct 29 18:39:21.465 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71522024-10-29T18:39:22.801Z[ recovery-image] Oct 29 18:39:21.475 INFO O| Oct 29 18:39:21.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid"
71532024-10-29T18:39:22.801Z[ recovery-image] Oct 29 18:39:21.475 INFO O| Oct 29 18:39:21.475 INFO STEP 991 (remove_files) COMPLETE
71542024-10-29T18:39:22.804Z[ recovery-image] Oct 29 18:39:21.475 INFO O| Oct 29 18:39:21.475 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71552024-10-29T18:39:22.811Z[ recovery-image] Oct 29 18:39:21.484 INFO O| Oct 29 18:39:21.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn"
71562024-10-29T18:39:22.814Z[ recovery-image] Oct 29 18:39:21.485 INFO O| Oct 29 18:39:21.485 INFO STEP 992 (remove_files) COMPLETE
71572024-10-29T18:39:22.814Z[ recovery-image] Oct 29 18:39:21.485 INFO O| Oct 29 18:39:21.485 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71582024-10-29T18:39:22.821Z[ recovery-image] Oct 29 18:39:21.494 INFO O| Oct 29 18:39:21.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate"
71592024-10-29T18:39:22.821Z[ recovery-image] Oct 29 18:39:21.494 INFO O| Oct 29 18:39:21.494 INFO STEP 993 (remove_files) COMPLETE
71602024-10-29T18:39:22.821Z[ recovery-image] Oct 29 18:39:21.494 INFO O| Oct 29 18:39:21.494 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71612024-10-29T18:39:22.831Z[ recovery-image] Oct 29 18:39:21.504 INFO O| Oct 29 18:39:21.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid"
71622024-10-29T18:39:22.831Z[ recovery-image] Oct 29 18:39:21.505 INFO O| Oct 29 18:39:21.504 INFO STEP 994 (remove_files) COMPLETE
71632024-10-29T18:39:22.831Z[ recovery-image] Oct 29 18:39:21.505 INFO O| Oct 29 18:39:21.504 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71642024-10-29T18:39:22.842Z[ recovery-image] Oct 29 18:39:21.516 INFO O| Oct 29 18:39:21.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint"
71652024-10-29T18:39:22.842Z[ recovery-image] Oct 29 18:39:21.516 INFO O| Oct 29 18:39:21.516 INFO STEP 995 (remove_files) COMPLETE
71662024-10-29T18:39:22.845Z[ recovery-image] Oct 29 18:39:21.516 INFO O| Oct 29 18:39:21.516 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71672024-10-29T18:39:22.854Z[ recovery-image] Oct 29 18:39:21.527 INFO O| Oct 29 18:39:21.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem"
71682024-10-29T18:39:22.854Z[ recovery-image] Oct 29 18:39:21.527 INFO O| Oct 29 18:39:21.527 INFO STEP 996 (remove_files) COMPLETE
71692024-10-29T18:39:22.856Z[ recovery-image] Oct 29 18:39:21.527 INFO O| Oct 29 18:39:21.527 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71702024-10-29T18:39:22.865Z[ recovery-image] Oct 29 18:39:21.539 INFO O| Oct 29 18:39:21.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath"
71712024-10-29T18:39:22.865Z[ recovery-image] Oct 29 18:39:21.539 INFO O| Oct 29 18:39:21.539 INFO STEP 997 (remove_files) COMPLETE
71722024-10-29T18:39:22.868Z[ recovery-image] Oct 29 18:39:21.539 INFO O| Oct 29 18:39:21.539 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71732024-10-29T18:39:22.876Z[ recovery-image] Oct 29 18:39:21.549 INFO O| Oct 29 18:39:21.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange"
71742024-10-29T18:39:22.878Z[ recovery-image] Oct 29 18:39:21.549 INFO O| Oct 29 18:39:21.549 INFO STEP 998 (remove_files) COMPLETE
71752024-10-29T18:39:22.878Z[ recovery-image] Oct 29 18:39:21.549 INFO O| Oct 29 18:39:21.549 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71762024-10-29T18:39:22.886Z[ recovery-image] Oct 29 18:39:21.559 INFO O| Oct 29 18:39:21.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr"
71772024-10-29T18:39:22.886Z[ recovery-image] Oct 29 18:39:21.559 INFO O| Oct 29 18:39:21.559 INFO STEP 999 (remove_files) COMPLETE
71782024-10-29T18:39:22.888Z[ recovery-image] Oct 29 18:39:21.559 INFO O| Oct 29 18:39:21.559 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71792024-10-29T18:39:22.895Z[ recovery-image] Oct 29 18:39:21.569 INFO O| Oct 29 18:39:21.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime"
71802024-10-29T18:39:22.895Z[ recovery-image] Oct 29 18:39:21.569 INFO O| Oct 29 18:39:21.569 INFO STEP 1000 (remove_files) COMPLETE
71812024-10-29T18:39:22.898Z[ recovery-image] Oct 29 18:39:21.569 INFO O| Oct 29 18:39:21.569 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71822024-10-29T18:39:22.905Z[ recovery-image] Oct 29 18:39:21.578 INFO O| Oct 29 18:39:21.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid"
71832024-10-29T18:39:22.905Z[ recovery-image] Oct 29 18:39:21.579 INFO O| Oct 29 18:39:21.578 INFO STEP 1001 (remove_files) COMPLETE
71842024-10-29T18:39:22.905Z[ recovery-image] Oct 29 18:39:21.579 INFO O| Oct 29 18:39:21.579 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71852024-10-29T18:39:22.915Z[ recovery-image] Oct 29 18:39:21.588 INFO O| Oct 29 18:39:21.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn"
71862024-10-29T18:39:22.915Z[ recovery-image] Oct 29 18:39:21.588 INFO O| Oct 29 18:39:21.588 INFO STEP 1002 (remove_files) COMPLETE
71872024-10-29T18:39:22.915Z[ recovery-image] Oct 29 18:39:21.588 INFO O| Oct 29 18:39:21.588 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71882024-10-29T18:39:22.924Z[ recovery-image] Oct 29 18:39:21.597 INFO O| Oct 29 18:39:21.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext"
71892024-10-29T18:39:22.924Z[ recovery-image] Oct 29 18:39:21.597 INFO O| Oct 29 18:39:21.597 INFO STEP 1003 (remove_files) COMPLETE
71902024-10-29T18:39:22.927Z[ recovery-image] Oct 29 18:39:21.597 INFO O| Oct 29 18:39:21.597 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71912024-10-29T18:39:22.934Z[ recovery-image] Oct 29 18:39:21.607 INFO O| Oct 29 18:39:21.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate"
71922024-10-29T18:39:22.936Z[ recovery-image] Oct 29 18:39:21.607 INFO O| Oct 29 18:39:21.607 INFO STEP 1004 (remove_files) COMPLETE
71932024-10-29T18:39:22.936Z[ recovery-image] Oct 29 18:39:21.607 INFO O| Oct 29 18:39:21.607 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71942024-10-29T18:39:22.943Z[ recovery-image] Oct 29 18:39:21.617 INFO O| Oct 29 18:39:21.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid"
71952024-10-29T18:39:22.943Z[ recovery-image] Oct 29 18:39:21.617 INFO O| Oct 29 18:39:21.617 INFO STEP 1005 (remove_files) COMPLETE
71962024-10-29T18:39:22.946Z[ recovery-image] Oct 29 18:39:21.617 INFO O| Oct 29 18:39:21.617 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
71972024-10-29T18:39:22.953Z[ recovery-image] Oct 29 18:39:21.626 INFO O| Oct 29 18:39:21.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint"
71982024-10-29T18:39:22.953Z[ recovery-image] Oct 29 18:39:21.626 INFO O| Oct 29 18:39:21.626 INFO STEP 1006 (remove_files) COMPLETE
71992024-10-29T18:39:22.953Z[ recovery-image] Oct 29 18:39:21.626 INFO O| Oct 29 18:39:21.626 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72002024-10-29T18:39:22.963Z[ recovery-image] Oct 29 18:39:21.636 INFO O| Oct 29 18:39:21.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath"
72012024-10-29T18:39:22.965Z[ recovery-image] Oct 29 18:39:21.636 INFO O| Oct 29 18:39:21.636 INFO STEP 1007 (remove_files) COMPLETE
72022024-10-29T18:39:22.965Z[ recovery-image] Oct 29 18:39:21.636 INFO O| Oct 29 18:39:21.636 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72032024-10-29T18:39:22.972Z[ recovery-image] Oct 29 18:39:21.645 INFO O| Oct 29 18:39:21.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange"
72042024-10-29T18:39:22.972Z[ recovery-image] Oct 29 18:39:21.646 INFO O| Oct 29 18:39:21.645 INFO STEP 1008 (remove_files) COMPLETE
72052024-10-29T18:39:22.975Z[ recovery-image] Oct 29 18:39:21.646 INFO O| Oct 29 18:39:21.645 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72062024-10-29T18:39:22.982Z[ recovery-image] Oct 29 18:39:21.655 INFO O| Oct 29 18:39:21.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr"
72072024-10-29T18:39:22.982Z[ recovery-image] Oct 29 18:39:21.655 INFO O| Oct 29 18:39:21.655 INFO STEP 1009 (remove_files) COMPLETE
72082024-10-29T18:39:22.984Z[ recovery-image] Oct 29 18:39:21.655 INFO O| Oct 29 18:39:21.655 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72092024-10-29T18:39:22.991Z[ recovery-image] Oct 29 18:39:21.664 INFO O| Oct 29 18:39:21.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime"
72102024-10-29T18:39:22.994Z[ recovery-image] Oct 29 18:39:21.665 INFO O| Oct 29 18:39:21.664 INFO STEP 1010 (remove_files) COMPLETE
72112024-10-29T18:39:22.994Z[ recovery-image] Oct 29 18:39:21.665 INFO O| Oct 29 18:39:21.665 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72122024-10-29T18:39:23.001Z[ recovery-image] Oct 29 18:39:21.674 INFO O| Oct 29 18:39:21.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid"
72132024-10-29T18:39:23.001Z[ recovery-image] Oct 29 18:39:21.674 INFO O| Oct 29 18:39:21.674 INFO STEP 1011 (remove_files) COMPLETE
72142024-10-29T18:39:23.003Z[ recovery-image] Oct 29 18:39:21.675 INFO O| Oct 29 18:39:21.674 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72152024-10-29T18:39:23.010Z[ recovery-image] Oct 29 18:39:21.684 INFO O| Oct 29 18:39:21.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn"
72162024-10-29T18:39:23.010Z[ recovery-image] Oct 29 18:39:21.684 INFO O| Oct 29 18:39:21.684 INFO STEP 1012 (remove_files) COMPLETE
72172024-10-29T18:39:23.013Z[ recovery-image] Oct 29 18:39:21.684 INFO O| Oct 29 18:39:21.684 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72182024-10-29T18:39:23.020Z[ recovery-image] Oct 29 18:39:21.693 INFO O| Oct 29 18:39:21.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall"
72192024-10-29T18:39:23.022Z[ recovery-image] Oct 29 18:39:21.693 INFO O| Oct 29 18:39:21.693 INFO STEP 1013 (remove_files) COMPLETE
72202024-10-29T18:39:23.023Z[ recovery-image] Oct 29 18:39:21.693 INFO O| Oct 29 18:39:21.693 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72212024-10-29T18:39:23.030Z[ recovery-image] Oct 29 18:39:21.703 INFO O| Oct 29 18:39:21.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname"
72222024-10-29T18:39:23.030Z[ recovery-image] Oct 29 18:39:21.703 INFO O| Oct 29 18:39:21.703 INFO STEP 1014 (remove_files) COMPLETE
72232024-10-29T18:39:23.032Z[ recovery-image] Oct 29 18:39:21.703 INFO O| Oct 29 18:39:21.703 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72242024-10-29T18:39:23.039Z[ recovery-image] Oct 29 18:39:21.712 INFO O| Oct 29 18:39:21.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove"
72252024-10-29T18:39:23.041Z[ recovery-image] Oct 29 18:39:21.712 INFO O| Oct 29 18:39:21.712 INFO STEP 1015 (remove_files) COMPLETE
72262024-10-29T18:39:23.041Z[ recovery-image] Oct 29 18:39:21.713 INFO O| Oct 29 18:39:21.712 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72272024-10-29T18:39:23.049Z[ recovery-image] Oct 29 18:39:21.722 INFO O| Oct 29 18:39:21.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv"
72282024-10-29T18:39:23.049Z[ recovery-image] Oct 29 18:39:21.722 INFO O| Oct 29 18:39:21.722 INFO STEP 1016 (remove_files) COMPLETE
72292024-10-29T18:39:23.051Z[ recovery-image] Oct 29 18:39:21.722 INFO O| Oct 29 18:39:21.722 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72302024-10-29T18:39:23.059Z[ recovery-image] Oct 29 18:39:21.732 INFO O| Oct 29 18:39:21.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db"
72312024-10-29T18:39:23.059Z[ recovery-image] Oct 29 18:39:21.732 INFO O| Oct 29 18:39:21.732 INFO STEP 1017 (remove_files) COMPLETE
72322024-10-29T18:39:23.059Z[ recovery-image] Oct 29 18:39:21.732 INFO O| Oct 29 18:39:21.732 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72332024-10-29T18:39:23.069Z[ recovery-image] Oct 29 18:39:21.742 INFO O| Oct 29 18:39:21.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve"
72342024-10-29T18:39:23.069Z[ recovery-image] Oct 29 18:39:21.742 INFO O| Oct 29 18:39:21.742 INFO STEP 1018 (remove_files) COMPLETE
72352024-10-29T18:39:23.071Z[ recovery-image] Oct 29 18:39:21.742 INFO O| Oct 29 18:39:21.742 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72362024-10-29T18:39:23.079Z[ recovery-image] Oct 29 18:39:21.752 INFO O| Oct 29 18:39:21.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates"
72372024-10-29T18:39:23.079Z[ recovery-image] Oct 29 18:39:21.752 INFO O| Oct 29 18:39:21.752 INFO STEP 1019 (remove_files) COMPLETE
72382024-10-29T18:39:23.079Z[ recovery-image] Oct 29 18:39:21.752 INFO O| Oct 29 18:39:21.752 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72392024-10-29T18:39:23.089Z[ recovery-image] Oct 29 18:39:21.762 INFO O| Oct 29 18:39:21.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay"
72402024-10-29T18:39:23.091Z[ recovery-image] Oct 29 18:39:21.762 INFO O| Oct 29 18:39:21.762 INFO STEP 1020 (remove_files) COMPLETE
72412024-10-29T18:39:23.091Z[ recovery-image] Oct 29 18:39:21.762 INFO O| Oct 29 18:39:21.762 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72422024-10-29T18:39:23.098Z[ recovery-image] Oct 29 18:39:21.772 INFO O| Oct 29 18:39:21.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm"
72432024-10-29T18:39:23.101Z[ recovery-image] Oct 29 18:39:21.772 INFO O| Oct 29 18:39:21.772 INFO STEP 1021 (remove_files) COMPLETE
72442024-10-29T18:39:23.101Z[ recovery-image] Oct 29 18:39:21.772 INFO O| Oct 29 18:39:21.772 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72452024-10-29T18:39:23.108Z[ recovery-image] Oct 29 18:39:21.782 INFO O| Oct 29 18:39:21.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump"
72462024-10-29T18:39:23.108Z[ recovery-image] Oct 29 18:39:21.782 INFO O| Oct 29 18:39:21.782 INFO STEP 1022 (remove_files) COMPLETE
72472024-10-29T18:39:23.111Z[ recovery-image] Oct 29 18:39:21.782 INFO O| Oct 29 18:39:21.782 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72482024-10-29T18:39:23.119Z[ recovery-image] Oct 29 18:39:21.792 INFO O| Oct 29 18:39:21.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract"
72492024-10-29T18:39:23.121Z[ recovery-image] Oct 29 18:39:21.792 INFO O| Oct 29 18:39:21.792 INFO STEP 1023 (remove_files) COMPLETE
72502024-10-29T18:39:23.121Z[ recovery-image] Oct 29 18:39:21.792 INFO O| Oct 29 18:39:21.792 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72512024-10-29T18:39:23.129Z[ recovery-image] Oct 29 18:39:21.803 INFO O| Oct 29 18:39:21.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv"
72522024-10-29T18:39:23.129Z[ recovery-image] Oct 29 18:39:21.803 INFO O| Oct 29 18:39:21.803 INFO STEP 1024 (remove_files) COMPLETE
72532024-10-29T18:39:23.132Z[ recovery-image] Oct 29 18:39:21.803 INFO O| Oct 29 18:39:21.803 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72542024-10-29T18:39:23.140Z[ recovery-image] Oct 29 18:39:21.813 INFO O| Oct 29 18:39:21.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate"
72552024-10-29T18:39:23.140Z[ recovery-image] Oct 29 18:39:21.813 INFO O| Oct 29 18:39:21.813 INFO STEP 1025 (remove_files) COMPLETE
72562024-10-29T18:39:23.142Z[ recovery-image] Oct 29 18:39:21.813 INFO O| Oct 29 18:39:21.813 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72572024-10-29T18:39:23.149Z[ recovery-image] Oct 29 18:39:21.823 INFO O| Oct 29 18:39:21.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat"
72582024-10-29T18:39:23.152Z[ recovery-image] Oct 29 18:39:21.824 INFO O| Oct 29 18:39:21.824 INFO STEP 1026 (remove_files) COMPLETE
72592024-10-29T18:39:23.152Z[ recovery-image] Oct 29 18:39:21.824 INFO O| Oct 29 18:39:21.824 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72602024-10-29T18:39:23.160Z[ recovery-image] Oct 29 18:39:21.833 INFO O| Oct 29 18:39:21.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat"
72612024-10-29T18:39:23.160Z[ recovery-image] Oct 29 18:39:21.833 INFO O| Oct 29 18:39:21.833 INFO STEP 1027 (remove_files) COMPLETE
72622024-10-29T18:39:23.160Z[ recovery-image] Oct 29 18:39:21.833 INFO O| Oct 29 18:39:21.833 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72632024-10-29T18:39:23.169Z[ recovery-image] Oct 29 18:39:21.843 INFO O| Oct 29 18:39:21.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat"
72642024-10-29T18:39:23.169Z[ recovery-image] Oct 29 18:39:21.843 INFO O| Oct 29 18:39:21.843 INFO STEP 1028 (remove_files) COMPLETE
72652024-10-29T18:39:23.172Z[ recovery-image] Oct 29 18:39:21.843 INFO O| Oct 29 18:39:21.843 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72662024-10-29T18:39:23.179Z[ recovery-image] Oct 29 18:39:21.852 INFO O| Oct 29 18:39:21.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp"
72672024-10-29T18:39:23.179Z[ recovery-image] Oct 29 18:39:21.852 INFO O| Oct 29 18:39:21.852 INFO STEP 1029 (remove_files) COMPLETE
72682024-10-29T18:39:23.181Z[ recovery-image] Oct 29 18:39:21.852 INFO O| Oct 29 18:39:21.852 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72692024-10-29T18:39:23.188Z[ recovery-image] Oct 29 18:39:21.862 INFO O| Oct 29 18:39:21.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit"
72702024-10-29T18:39:23.188Z[ recovery-image] Oct 29 18:39:21.862 INFO O| Oct 29 18:39:21.862 INFO STEP 1030 (remove_files) COMPLETE
72712024-10-29T18:39:23.191Z[ recovery-image] Oct 29 18:39:21.862 INFO O| Oct 29 18:39:21.862 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72722024-10-29T18:39:23.198Z[ recovery-image] Oct 29 18:39:21.871 INFO O| Oct 29 18:39:21.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig"
72732024-10-29T18:39:23.198Z[ recovery-image] Oct 29 18:39:21.871 INFO O| Oct 29 18:39:21.871 INFO STEP 1031 (remove_files) COMPLETE
72742024-10-29T18:39:23.201Z[ recovery-image] Oct 29 18:39:21.872 INFO O| Oct 29 18:39:21.871 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72752024-10-29T18:39:23.210Z[ recovery-image] Oct 29 18:39:21.883 INFO O| Oct 29 18:39:21.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd"
72762024-10-29T18:39:23.210Z[ recovery-image] Oct 29 18:39:21.883 INFO O| Oct 29 18:39:21.883 INFO STEP 1032 (remove_files) COMPLETE
72772024-10-29T18:39:23.210Z[ recovery-image] Oct 29 18:39:21.883 INFO O| Oct 29 18:39:21.883 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72782024-10-29T18:39:23.220Z[ recovery-image] Oct 29 18:39:21.893 INFO O| Oct 29 18:39:21.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord"
72792024-10-29T18:39:23.220Z[ recovery-image] Oct 29 18:39:21.893 INFO O| Oct 29 18:39:21.893 INFO STEP 1033 (remove_files) COMPLETE
72802024-10-29T18:39:23.222Z[ recovery-image] Oct 29 18:39:21.894 INFO O| Oct 29 18:39:21.893 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72812024-10-29T18:39:23.230Z[ recovery-image] Oct 29 18:39:21.903 INFO O| Oct 29 18:39:21.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce"
72822024-10-29T18:39:23.232Z[ recovery-image] Oct 29 18:39:21.903 INFO O| Oct 29 18:39:21.903 INFO STEP 1034 (remove_files) COMPLETE
72832024-10-29T18:39:23.232Z[ recovery-image] Oct 29 18:39:21.903 INFO O| Oct 29 18:39:21.903 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72842024-10-29T18:39:23.240Z[ recovery-image] Oct 29 18:39:21.913 INFO O| Oct 29 18:39:21.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat"
72852024-10-29T18:39:23.240Z[ recovery-image] Oct 29 18:39:21.913 INFO O| Oct 29 18:39:21.913 INFO STEP 1035 (remove_files) COMPLETE
72862024-10-29T18:39:23.242Z[ recovery-image] Oct 29 18:39:21.913 INFO O| Oct 29 18:39:21.913 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72872024-10-29T18:39:23.251Z[ recovery-image] Oct 29 18:39:21.924 INFO O| Oct 29 18:39:21.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks"
72882024-10-29T18:39:23.253Z[ recovery-image] Oct 29 18:39:21.924 INFO O| Oct 29 18:39:21.924 INFO STEP 1036 (remove_files) COMPLETE
72892024-10-29T18:39:23.253Z[ recovery-image] Oct 29 18:39:21.924 INFO O| Oct 29 18:39:21.924 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72902024-10-29T18:39:23.261Z[ recovery-image] Oct 29 18:39:21.935 INFO O| Oct 29 18:39:21.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve"
72912024-10-29T18:39:23.264Z[ recovery-image] Oct 29 18:39:21.935 INFO O| Oct 29 18:39:21.935 INFO STEP 1037 (remove_files) COMPLETE
72922024-10-29T18:39:23.264Z[ recovery-image] Oct 29 18:39:21.935 INFO O| Oct 29 18:39:21.935 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72932024-10-29T18:39:23.272Z[ recovery-image] Oct 29 18:39:21.945 INFO O| Oct 29 18:39:21.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl"
72942024-10-29T18:39:23.272Z[ recovery-image] Oct 29 18:39:21.945 INFO O| Oct 29 18:39:21.945 INFO STEP 1038 (remove_files) COMPLETE
72952024-10-29T18:39:23.275Z[ recovery-image] Oct 29 18:39:21.945 INFO O| Oct 29 18:39:21.945 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72962024-10-29T18:39:23.283Z[ recovery-image] Oct 29 18:39:21.956 INFO O| Oct 29 18:39:21.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm"
72972024-10-29T18:39:23.283Z[ recovery-image] Oct 29 18:39:21.956 INFO O| Oct 29 18:39:21.956 INFO STEP 1039 (remove_files) COMPLETE
72982024-10-29T18:39:23.286Z[ recovery-image] Oct 29 18:39:21.956 INFO O| Oct 29 18:39:21.956 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
72992024-10-29T18:39:23.295Z[ recovery-image] Oct 29 18:39:21.967 INFO O| Oct 29 18:39:21.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd"
73002024-10-29T18:39:23.297Z[ recovery-image] Oct 29 18:39:21.967 INFO O| Oct 29 18:39:21.967 INFO STEP 1040 (remove_files) COMPLETE
73012024-10-29T18:39:23.297Z[ recovery-image] Oct 29 18:39:21.967 INFO O| Oct 29 18:39:21.967 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73022024-10-29T18:39:23.304Z[ recovery-image] Oct 29 18:39:21.977 INFO O| Oct 29 18:39:21.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot"
73032024-10-29T18:39:23.304Z[ recovery-image] Oct 29 18:39:21.977 INFO O| Oct 29 18:39:21.977 INFO STEP 1041 (remove_files) COMPLETE
73042024-10-29T18:39:23.306Z[ recovery-image] Oct 29 18:39:21.977 INFO O| Oct 29 18:39:21.977 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73052024-10-29T18:39:23.314Z[ recovery-image] Oct 29 18:39:21.987 INFO O| Oct 29 18:39:21.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks"
73062024-10-29T18:39:23.316Z[ recovery-image] Oct 29 18:39:21.987 INFO O| Oct 29 18:39:21.987 INFO STEP 1042 (remove_files) COMPLETE
73072024-10-29T18:39:23.316Z[ recovery-image] Oct 29 18:39:21.987 INFO O| Oct 29 18:39:21.987 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73082024-10-29T18:39:23.323Z[ recovery-image] Oct 29 18:39:21.997 INFO O| Oct 29 18:39:21.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo"
73092024-10-29T18:39:23.323Z[ recovery-image] Oct 29 18:39:21.997 INFO O| Oct 29 18:39:21.997 INFO STEP 1043 (remove_files) COMPLETE
73102024-10-29T18:39:23.323Z[ recovery-image] Oct 29 18:39:21.997 INFO O| Oct 29 18:39:21.997 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73112024-10-29T18:39:23.335Z[ recovery-image] Oct 29 18:39:22.008 INFO O| Oct 29 18:39:22.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri"
73122024-10-29T18:39:23.335Z[ recovery-image] Oct 29 18:39:22.008 INFO O| Oct 29 18:39:22.008 INFO STEP 1044 (remove_files) COMPLETE
73132024-10-29T18:39:23.335Z[ recovery-image] Oct 29 18:39:22.008 INFO O| Oct 29 18:39:22.008 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73142024-10-29T18:39:23.344Z[ recovery-image] Oct 29 18:39:22.018 INFO O| Oct 29 18:39:22.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm"
73152024-10-29T18:39:23.347Z[ recovery-image] Oct 29 18:39:22.018 INFO O| Oct 29 18:39:22.018 INFO STEP 1045 (remove_files) COMPLETE
73162024-10-29T18:39:23.347Z[ recovery-image] Oct 29 18:39:22.018 INFO O| Oct 29 18:39:22.018 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73172024-10-29T18:39:23.354Z[ recovery-image] Oct 29 18:39:22.028 INFO O| Oct 29 18:39:22.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd"
73182024-10-29T18:39:23.354Z[ recovery-image] Oct 29 18:39:22.028 INFO O| Oct 29 18:39:22.028 INFO STEP 1046 (remove_files) COMPLETE
73192024-10-29T18:39:23.357Z[ recovery-image] Oct 29 18:39:22.028 INFO O| Oct 29 18:39:22.028 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73202024-10-29T18:39:23.364Z[ recovery-image] Oct 29 18:39:22.037 INFO O| Oct 29 18:39:22.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat"
73212024-10-29T18:39:23.366Z[ recovery-image] Oct 29 18:39:22.037 INFO O| Oct 29 18:39:22.037 INFO STEP 1047 (remove_files) COMPLETE
73222024-10-29T18:39:23.366Z[ recovery-image] Oct 29 18:39:22.037 INFO O| Oct 29 18:39:22.037 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73232024-10-29T18:39:23.374Z[ recovery-image] Oct 29 18:39:22.047 INFO O| Oct 29 18:39:22.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate"
73242024-10-29T18:39:23.374Z[ recovery-image] Oct 29 18:39:22.047 INFO O| Oct 29 18:39:22.047 INFO STEP 1048 (remove_files) COMPLETE
73252024-10-29T18:39:23.376Z[ recovery-image] Oct 29 18:39:22.047 INFO O| Oct 29 18:39:22.047 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73262024-10-29T18:39:23.384Z[ recovery-image] Oct 29 18:39:22.057 INFO O| Oct 29 18:39:22.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo"
73272024-10-29T18:39:23.384Z[ recovery-image] Oct 29 18:39:22.057 INFO O| Oct 29 18:39:22.057 INFO STEP 1049 (remove_files) COMPLETE
73282024-10-29T18:39:23.386Z[ recovery-image] Oct 29 18:39:22.057 INFO O| Oct 29 18:39:22.057 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73292024-10-29T18:39:23.394Z[ recovery-image] Oct 29 18:39:22.067 INFO O| Oct 29 18:39:22.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks"
73302024-10-29T18:39:23.394Z[ recovery-image] Oct 29 18:39:22.067 INFO O| Oct 29 18:39:22.067 INFO STEP 1050 (remove_files) COMPLETE
73312024-10-29T18:39:23.394Z[ recovery-image] Oct 29 18:39:22.067 INFO O| Oct 29 18:39:22.067 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73322024-10-29T18:39:23.405Z[ recovery-image] Oct 29 18:39:22.078 INFO O| Oct 29 18:39:22.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df"
73332024-10-29T18:39:23.405Z[ recovery-image] Oct 29 18:39:22.078 INFO O| Oct 29 18:39:22.078 INFO STEP 1051 (remove_files) COMPLETE
73342024-10-29T18:39:23.405Z[ recovery-image] Oct 29 18:39:22.078 INFO O| Oct 29 18:39:22.078 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73352024-10-29T18:39:23.420Z[ recovery-image] Oct 29 18:39:22.093 INFO O| Oct 29 18:39:22.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts"
73362024-10-29T18:39:23.420Z[ recovery-image] Oct 29 18:39:22.093 INFO O| Oct 29 18:39:22.093 INFO STEP 1052 (remove_files) COMPLETE
73372024-10-29T18:39:23.420Z[ recovery-image] Oct 29 18:39:22.093 INFO O| Oct 29 18:39:22.093 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73382024-10-29T18:39:23.432Z[ recovery-image] Oct 29 18:39:22.105 INFO O| Oct 29 18:39:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares"
73392024-10-29T18:39:23.432Z[ recovery-image] Oct 29 18:39:22.105 INFO O| Oct 29 18:39:22.105 INFO STEP 1053 (remove_files) COMPLETE
73402024-10-29T18:39:23.432Z[ recovery-image] Oct 29 18:39:22.105 INFO O| Oct 29 18:39:22.105 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73412024-10-29T18:39:23.443Z[ recovery-image] Oct 29 18:39:22.116 INFO O| Oct 29 18:39:22.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks"
73422024-10-29T18:39:23.443Z[ recovery-image] Oct 29 18:39:22.116 INFO O| Oct 29 18:39:22.116 INFO STEP 1054 (remove_files) COMPLETE
73432024-10-29T18:39:23.443Z[ recovery-image] Oct 29 18:39:22.116 INFO O| Oct 29 18:39:22.116 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73442024-10-29T18:39:23.453Z[ recovery-image] Oct 29 18:39:22.126 INFO O| Oct 29 18:39:22.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin"
73452024-10-29T18:39:23.455Z[ recovery-image] Oct 29 18:39:22.126 INFO O| Oct 29 18:39:22.126 INFO STEP 1055 (remove_files) COMPLETE
73462024-10-29T18:39:23.455Z[ recovery-image] Oct 29 18:39:22.126 INFO O| Oct 29 18:39:22.126 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73472024-10-29T18:39:23.463Z[ recovery-image] Oct 29 18:39:22.136 INFO O| Oct 29 18:39:22.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo"
73482024-10-29T18:39:23.466Z[ recovery-image] Oct 29 18:39:22.136 INFO O| Oct 29 18:39:22.136 INFO STEP 1056 (remove_files) COMPLETE
73492024-10-29T18:39:23.466Z[ recovery-image] Oct 29 18:39:22.136 INFO O| Oct 29 18:39:22.136 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73502024-10-29T18:39:23.473Z[ recovery-image] Oct 29 18:39:22.146 INFO O| Oct 29 18:39:22.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig"
73512024-10-29T18:39:23.473Z[ recovery-image] Oct 29 18:39:22.146 INFO O| Oct 29 18:39:22.146 INFO STEP 1057 (remove_files) COMPLETE
73522024-10-29T18:39:23.477Z[ recovery-image] Oct 29 18:39:22.146 INFO O| Oct 29 18:39:22.146 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73532024-10-29T18:39:23.483Z[ recovery-image] Oct 29 18:39:22.156 INFO O| Oct 29 18:39:22.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace"
73542024-10-29T18:39:23.494Z[ recovery-image] Oct 29 18:39:22.156 INFO O| Oct 29 18:39:22.156 INFO STEP 1058 (remove_files) COMPLETE
73552024-10-29T18:39:23.494Z[ recovery-image] Oct 29 18:39:22.156 INFO O| Oct 29 18:39:22.156 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73562024-10-29T18:39:23.494Z[ recovery-image] Oct 29 18:39:22.166 INFO O| Oct 29 18:39:22.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom"
73572024-10-29T18:39:23.494Z[ recovery-image] Oct 29 18:39:22.167 INFO O| Oct 29 18:39:22.167 INFO STEP 1059 (remove_files) COMPLETE
73582024-10-29T18:39:23.494Z[ recovery-image] Oct 29 18:39:22.167 INFO O| Oct 29 18:39:22.167 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73592024-10-29T18:39:23.504Z[ recovery-image] Oct 29 18:39:22.177 INFO O| Oct 29 18:39:22.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff"
73602024-10-29T18:39:23.506Z[ recovery-image] Oct 29 18:39:22.177 INFO O| Oct 29 18:39:22.177 INFO STEP 1060 (remove_files) COMPLETE
73612024-10-29T18:39:23.506Z[ recovery-image] Oct 29 18:39:22.177 INFO O| Oct 29 18:39:22.177 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73622024-10-29T18:39:23.513Z[ recovery-image] Oct 29 18:39:22.186 INFO O| Oct 29 18:39:22.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm"
73632024-10-29T18:39:23.516Z[ recovery-image] Oct 29 18:39:22.186 INFO O| Oct 29 18:39:22.186 INFO STEP 1061 (remove_files) COMPLETE
73642024-10-29T18:39:23.516Z[ recovery-image] Oct 29 18:39:22.187 INFO O| Oct 29 18:39:22.186 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73652024-10-29T18:39:23.523Z[ recovery-image] Oct 29 18:39:22.196 INFO O| Oct 29 18:39:22.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump"
73662024-10-29T18:39:23.523Z[ recovery-image] Oct 29 18:39:22.196 INFO O| Oct 29 18:39:22.196 INFO STEP 1062 (remove_files) COMPLETE
73672024-10-29T18:39:23.523Z[ recovery-image] Oct 29 18:39:22.196 INFO O| Oct 29 18:39:22.196 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73682024-10-29T18:39:23.532Z[ recovery-image] Oct 29 18:39:22.205 INFO O| Oct 29 18:39:22.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat"
73692024-10-29T18:39:23.532Z[ recovery-image] Oct 29 18:39:22.205 INFO O| Oct 29 18:39:22.205 INFO STEP 1063 (remove_files) COMPLETE
73702024-10-29T18:39:23.536Z[ recovery-image] Oct 29 18:39:22.205 INFO O| Oct 29 18:39:22.205 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73712024-10-29T18:39:23.542Z[ recovery-image] Oct 29 18:39:22.215 INFO O| Oct 29 18:39:22.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard"
73722024-10-29T18:39:23.542Z[ recovery-image] Oct 29 18:39:22.215 INFO O| Oct 29 18:39:22.215 INFO STEP 1064 (remove_files) COMPLETE
73732024-10-29T18:39:23.544Z[ recovery-image] Oct 29 18:39:22.215 INFO O| Oct 29 18:39:22.215 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73742024-10-29T18:39:23.551Z[ recovery-image] Oct 29 18:39:22.224 INFO O| Oct 29 18:39:22.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format"
73752024-10-29T18:39:23.554Z[ recovery-image] Oct 29 18:39:22.225 INFO O| Oct 29 18:39:22.224 INFO STEP 1065 (remove_files) COMPLETE
73762024-10-29T18:39:23.554Z[ recovery-image] Oct 29 18:39:22.225 INFO O| Oct 29 18:39:22.225 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73772024-10-29T18:39:23.561Z[ recovery-image] Oct 29 18:39:22.234 INFO O| Oct 29 18:39:22.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck"
73782024-10-29T18:39:23.561Z[ recovery-image] Oct 29 18:39:22.234 INFO O| Oct 29 18:39:22.234 INFO STEP 1066 (remove_files) COMPLETE
73792024-10-29T18:39:23.563Z[ recovery-image] Oct 29 18:39:22.234 INFO O| Oct 29 18:39:22.234 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73802024-10-29T18:39:23.570Z[ recovery-image] Oct 29 18:39:22.243 INFO O| Oct 29 18:39:22.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser"
73812024-10-29T18:39:23.570Z[ recovery-image] Oct 29 18:39:22.243 INFO O| Oct 29 18:39:22.243 INFO STEP 1067 (remove_files) COMPLETE
73822024-10-29T18:39:23.570Z[ recovery-image] Oct 29 18:39:22.243 INFO O| Oct 29 18:39:22.243 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73832024-10-29T18:39:23.580Z[ recovery-image] Oct 29 18:39:22.253 INFO O| Oct 29 18:39:22.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy"
73842024-10-29T18:39:23.580Z[ recovery-image] Oct 29 18:39:22.253 INFO O| Oct 29 18:39:22.253 INFO STEP 1068 (remove_files) COMPLETE
73852024-10-29T18:39:23.582Z[ recovery-image] Oct 29 18:39:22.253 INFO O| Oct 29 18:39:22.253 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73862024-10-29T18:39:23.589Z[ recovery-image] Oct 29 18:39:22.262 INFO O| Oct 29 18:39:22.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor"
73872024-10-29T18:39:23.589Z[ recovery-image] Oct 29 18:39:22.262 INFO O| Oct 29 18:39:22.262 INFO STEP 1069 (remove_files) COMPLETE
73882024-10-29T18:39:23.591Z[ recovery-image] Oct 29 18:39:22.262 INFO O| Oct 29 18:39:22.262 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73892024-10-29T18:39:23.598Z[ recovery-image] Oct 29 18:39:22.272 INFO O| Oct 29 18:39:22.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd"
73902024-10-29T18:39:23.598Z[ recovery-image] Oct 29 18:39:22.272 INFO O| Oct 29 18:39:22.272 INFO STEP 1070 (remove_files) COMPLETE
73912024-10-29T18:39:23.601Z[ recovery-image] Oct 29 18:39:22.272 INFO O| Oct 29 18:39:22.272 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73922024-10-29T18:39:23.601Z[ host-image] Oct 29 18:39:22.274 INFO O| Oct 29 18:39:22.274 INFO O| Planning: Solver setup ... Done
73932024-10-29T18:39:23.605Z[ host-image] Oct 29 18:39:22.278 INFO O| Oct 29 18:39:22.278 INFO O| Planning: Running solver ... Done
73942024-10-29T18:39:23.608Z[ recovery-image] Oct 29 18:39:22.281 INFO O| Oct 29 18:39:22.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel"
73952024-10-29T18:39:23.608Z[ recovery-image] Oct 29 18:39:22.281 INFO O| Oct 29 18:39:22.281 INFO STEP 1071 (remove_files) COMPLETE
73962024-10-29T18:39:23.610Z[ recovery-image] Oct 29 18:39:22.281 INFO O| Oct 29 18:39:22.281 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
73972024-10-29T18:39:23.618Z[ recovery-image] Oct 29 18:39:22.291 INFO O| Oct 29 18:39:22.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod"
73982024-10-29T18:39:23.618Z[ recovery-image] Oct 29 18:39:22.291 INFO O| Oct 29 18:39:22.291 INFO STEP 1072 (remove_files) COMPLETE
73992024-10-29T18:39:23.618Z[ recovery-image] Oct 29 18:39:22.291 INFO O| Oct 29 18:39:22.291 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74002024-10-29T18:39:23.627Z[ recovery-image] Oct 29 18:39:22.301 INFO O| Oct 29 18:39:22.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs"
74012024-10-29T18:39:23.627Z[ recovery-image] Oct 29 18:39:22.301 INFO O| Oct 29 18:39:22.301 INFO STEP 1073 (remove_files) COMPLETE
74022024-10-29T18:39:23.628Z[ recovery-image] Oct 29 18:39:22.301 INFO O| Oct 29 18:39:22.301 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74032024-10-29T18:39:23.637Z[ recovery-image] Oct 29 18:39:22.310 INFO O| Oct 29 18:39:22.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck"
74042024-10-29T18:39:23.637Z[ recovery-image] Oct 29 18:39:22.310 INFO O| Oct 29 18:39:22.310 INFO STEP 1074 (remove_files) COMPLETE
74052024-10-29T18:39:23.639Z[ recovery-image] Oct 29 18:39:22.310 INFO O| Oct 29 18:39:22.310 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74062024-10-29T18:39:23.646Z[ recovery-image] Oct 29 18:39:22.320 INFO O| Oct 29 18:39:22.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred"
74072024-10-29T18:39:23.649Z[ recovery-image] Oct 29 18:39:22.320 INFO O| Oct 29 18:39:22.320 INFO STEP 1075 (remove_files) COMPLETE
74082024-10-29T18:39:23.649Z[ recovery-image] Oct 29 18:39:22.320 INFO O| Oct 29 18:39:22.320 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74092024-10-29T18:39:23.654Z[ host-image] Oct 29 18:39:22.327 INFO O| Oct 29 18:39:22.327 INFO O| Planning: Finding local manifests ... Done
74102024-10-29T18:39:23.656Z[ host-image] Oct 29 18:39:22.328 INFO O| Oct 29 18:39:22.328 INFO O| Planning: Fetching manifests: 0/1 0% complete
74112024-10-29T18:39:23.656Z[ recovery-image] Oct 29 18:39:22.329 INFO O| Oct 29 18:39:22.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt"
74122024-10-29T18:39:23.656Z[ recovery-image] Oct 29 18:39:22.329 INFO O| Oct 29 18:39:22.329 INFO STEP 1076 (remove_files) COMPLETE
74132024-10-29T18:39:23.656Z[ recovery-image] Oct 29 18:39:22.330 INFO O| Oct 29 18:39:22.329 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74142024-10-29T18:39:23.666Z[ recovery-image] Oct 29 18:39:22.339 INFO O| Oct 29 18:39:22.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug"
74152024-10-29T18:39:23.666Z[ recovery-image] Oct 29 18:39:22.339 INFO O| Oct 29 18:39:22.339 INFO STEP 1077 (remove_files) COMPLETE
74162024-10-29T18:39:23.666Z[ recovery-image] Oct 29 18:39:22.339 INFO O| Oct 29 18:39:22.339 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74172024-10-29T18:39:23.675Z[ recovery-image] Oct 29 18:39:22.348 INFO O| Oct 29 18:39:22.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl"
74182024-10-29T18:39:23.677Z[ recovery-image] Oct 29 18:39:22.349 INFO O| Oct 29 18:39:22.349 INFO STEP 1078 (remove_files) COMPLETE
74192024-10-29T18:39:23.677Z[ recovery-image] Oct 29 18:39:22.349 INFO O| Oct 29 18:39:22.349 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74202024-10-29T18:39:23.685Z[ recovery-image] Oct 29 18:39:22.358 INFO O| Oct 29 18:39:22.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap"
74212024-10-29T18:39:23.685Z[ recovery-image] Oct 29 18:39:22.358 INFO O| Oct 29 18:39:22.358 INFO STEP 1079 (remove_files) COMPLETE
74222024-10-29T18:39:23.687Z[ recovery-image] Oct 29 18:39:22.358 INFO O| Oct 29 18:39:22.358 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74232024-10-29T18:39:23.694Z[ recovery-image] Oct 29 18:39:22.368 INFO O| Oct 29 18:39:22.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm"
74242024-10-29T18:39:23.696Z[ recovery-image] Oct 29 18:39:22.368 INFO O| Oct 29 18:39:22.368 INFO STEP 1080 (remove_files) COMPLETE
74252024-10-29T18:39:23.696Z[ recovery-image] Oct 29 18:39:22.368 INFO O| Oct 29 18:39:22.368 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74262024-10-29T18:39:23.704Z[ recovery-image] Oct 29 18:39:22.377 INFO O| Oct 29 18:39:22.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm"
74272024-10-29T18:39:23.706Z[ recovery-image] Oct 29 18:39:22.377 INFO O| Oct 29 18:39:22.377 INFO STEP 1081 (remove_files) COMPLETE
74282024-10-29T18:39:23.706Z[ recovery-image] Oct 29 18:39:22.377 INFO O| Oct 29 18:39:22.377 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74292024-10-29T18:39:23.714Z[ recovery-image] Oct 29 18:39:22.387 INFO O| Oct 29 18:39:22.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert"
74302024-10-29T18:39:23.716Z[ recovery-image] Oct 29 18:39:22.387 INFO O| Oct 29 18:39:22.387 INFO STEP 1082 (remove_files) COMPLETE
74312024-10-29T18:39:23.716Z[ recovery-image] Oct 29 18:39:22.387 INFO O| Oct 29 18:39:22.387 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74322024-10-29T18:39:23.724Z[ recovery-image] Oct 29 18:39:22.397 INFO O| Oct 29 18:39:22.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc"
74332024-10-29T18:39:23.724Z[ recovery-image] Oct 29 18:39:22.397 INFO O| Oct 29 18:39:22.397 INFO STEP 1083 (remove_files) COMPLETE
74342024-10-29T18:39:23.726Z[ recovery-image] Oct 29 18:39:22.397 INFO O| Oct 29 18:39:22.397 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74352024-10-29T18:39:23.735Z[ host-image] Oct 29 18:39:22.408 INFO O| Oct 29 18:39:22.408 INFO O| Planning: Fetching manifests: 1/1 100% complete
74362024-10-29T18:39:23.737Z[ recovery-image] Oct 29 18:39:22.409 INFO O| Oct 29 18:39:22.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed"
74372024-10-29T18:39:23.737Z[ recovery-image] Oct 29 18:39:22.409 INFO O| Oct 29 18:39:22.409 INFO STEP 1084 (remove_files) COMPLETE
74382024-10-29T18:39:23.737Z[ recovery-image] Oct 29 18:39:22.409 INFO O| Oct 29 18:39:22.409 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74392024-10-29T18:39:23.747Z[ recovery-image] Oct 29 18:39:22.420 INFO O| Oct 29 18:39:22.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm"
74402024-10-29T18:39:23.750Z[ recovery-image] Oct 29 18:39:22.420 INFO O| Oct 29 18:39:22.420 INFO STEP 1085 (remove_files) COMPLETE
74412024-10-29T18:39:23.750Z[ recovery-image] Oct 29 18:39:22.420 INFO O| Oct 29 18:39:22.420 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74422024-10-29T18:39:23.755Z[ host-image] Oct 29 18:39:22.428 INFO O| Oct 29 18:39:22.428 INFO O| Planning: Package planning ... Done
74432024-10-29T18:39:23.758Z[ host-image] Oct 29 18:39:22.429 INFO O| Oct 29 18:39:22.429 INFO O| Planning: Merging actions ... Done
74442024-10-29T18:39:23.758Z[ recovery-image] Oct 29 18:39:22.430 INFO O| Oct 29 18:39:22.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv"
74452024-10-29T18:39:23.758Z[ recovery-image] Oct 29 18:39:22.430 INFO O| Oct 29 18:39:22.430 INFO STEP 1086 (remove_files) COMPLETE
74462024-10-29T18:39:23.758Z[ recovery-image] Oct 29 18:39:22.430 INFO O| Oct 29 18:39:22.430 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74472024-10-29T18:39:23.766Z[ recovery-image] Oct 29 18:39:22.439 INFO O| Oct 29 18:39:22.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install"
74482024-10-29T18:39:23.766Z[ recovery-image] Oct 29 18:39:22.439 INFO O| Oct 29 18:39:22.439 INFO STEP 1087 (remove_files) COMPLETE
74492024-10-29T18:39:23.766Z[ recovery-image] Oct 29 18:39:22.439 INFO O| Oct 29 18:39:22.439 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74502024-10-29T18:39:23.775Z[ recovery-image] Oct 29 18:39:22.449 INFO O| Oct 29 18:39:22.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot"
74512024-10-29T18:39:23.775Z[ recovery-image] Oct 29 18:39:22.449 INFO O| Oct 29 18:39:22.449 INFO STEP 1088 (remove_files) COMPLETE
74522024-10-29T18:39:23.778Z[ recovery-image] Oct 29 18:39:22.449 INFO O| Oct 29 18:39:22.449 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74532024-10-29T18:39:23.785Z[ recovery-image] Oct 29 18:39:22.458 INFO O| Oct 29 18:39:22.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf"
74542024-10-29T18:39:23.788Z[ recovery-image] Oct 29 18:39:22.458 INFO O| Oct 29 18:39:22.458 INFO STEP 1089 (remove_files) COMPLETE
74552024-10-29T18:39:23.788Z[ recovery-image] Oct 29 18:39:22.458 INFO O| Oct 29 18:39:22.458 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74562024-10-29T18:39:23.795Z[ recovery-image] Oct 29 18:39:22.468 INFO O| Oct 29 18:39:22.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat"
74572024-10-29T18:39:23.795Z[ recovery-image] Oct 29 18:39:22.468 INFO O| Oct 29 18:39:22.468 INFO STEP 1090 (remove_files) COMPLETE
74582024-10-29T18:39:23.797Z[ recovery-image] Oct 29 18:39:22.468 INFO O| Oct 29 18:39:22.468 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74592024-10-29T18:39:23.804Z[ recovery-image] Oct 29 18:39:22.478 INFO O| Oct 29 18:39:22.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs"
74602024-10-29T18:39:23.804Z[ recovery-image] Oct 29 18:39:22.478 INFO O| Oct 29 18:39:22.478 INFO STEP 1091 (remove_files) COMPLETE
74612024-10-29T18:39:23.807Z[ recovery-image] Oct 29 18:39:22.478 INFO O| Oct 29 18:39:22.478 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74622024-10-29T18:39:23.814Z[ recovery-image] Oct 29 18:39:22.487 INFO O| Oct 29 18:39:22.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf"
74632024-10-29T18:39:23.814Z[ recovery-image] Oct 29 18:39:22.487 INFO O| Oct 29 18:39:22.487 INFO STEP 1092 (remove_files) COMPLETE
74642024-10-29T18:39:23.817Z[ recovery-image] Oct 29 18:39:22.487 INFO O| Oct 29 18:39:22.487 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74652024-10-29T18:39:23.817Z[ host-image] Oct 29 18:39:22.488 INFO O| Oct 29 18:39:22.488 INFO O| Planning: Checking for conflicting actions ... Done
74662024-10-29T18:39:23.817Z[ host-image] Oct 29 18:39:22.489 INFO O| Oct 29 18:39:22.489 INFO O| Planning: Consolidating action changes ... Done
74672024-10-29T18:39:23.824Z[ recovery-image] Oct 29 18:39:22.497 INFO O| Oct 29 18:39:22.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey"
74682024-10-29T18:39:23.827Z[ recovery-image] Oct 29 18:39:22.497 INFO O| Oct 29 18:39:22.497 INFO STEP 1093 (remove_files) COMPLETE
74692024-10-29T18:39:23.827Z[ recovery-image] Oct 29 18:39:22.497 INFO O| Oct 29 18:39:22.497 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74702024-10-29T18:39:23.833Z[ recovery-image] Oct 29 18:39:22.506 INFO O| Oct 29 18:39:22.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv"
74712024-10-29T18:39:23.836Z[ recovery-image] Oct 29 18:39:22.507 INFO O| Oct 29 18:39:22.506 INFO STEP 1094 (remove_files) COMPLETE
74722024-10-29T18:39:23.836Z[ recovery-image] Oct 29 18:39:22.507 INFO O| Oct 29 18:39:22.506 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74732024-10-29T18:39:23.843Z[ recovery-image] Oct 29 18:39:22.516 INFO O| Oct 29 18:39:22.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall"
74742024-10-29T18:39:23.843Z[ recovery-image] Oct 29 18:39:22.516 INFO O| Oct 29 18:39:22.516 INFO STEP 1095 (remove_files) COMPLETE
74752024-10-29T18:39:23.843Z[ recovery-image] Oct 29 18:39:22.516 INFO O| Oct 29 18:39:22.516 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74762024-10-29T18:39:23.852Z[ recovery-image] Oct 29 18:39:22.525 INFO O| Oct 29 18:39:22.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link"
74772024-10-29T18:39:23.852Z[ recovery-image] Oct 29 18:39:22.525 INFO O| Oct 29 18:39:22.525 INFO STEP 1096 (remove_files) COMPLETE
74782024-10-29T18:39:23.854Z[ recovery-image] Oct 29 18:39:22.525 INFO O| Oct 29 18:39:22.525 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74792024-10-29T18:39:23.862Z[ recovery-image] Oct 29 18:39:22.535 INFO O| Oct 29 18:39:22.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices"
74802024-10-29T18:39:23.862Z[ recovery-image] Oct 29 18:39:22.535 INFO O| Oct 29 18:39:22.535 INFO STEP 1097 (remove_files) COMPLETE
74812024-10-29T18:39:23.864Z[ recovery-image] Oct 29 18:39:22.535 INFO O| Oct 29 18:39:22.535 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74822024-10-29T18:39:23.871Z[ recovery-image] Oct 29 18:39:22.545 INFO O| Oct 29 18:39:22.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator"
74832024-10-29T18:39:23.874Z[ recovery-image] Oct 29 18:39:22.545 INFO O| Oct 29 18:39:22.545 INFO STEP 1098 (remove_files) COMPLETE
74842024-10-29T18:39:23.874Z[ recovery-image] Oct 29 18:39:22.545 INFO O| Oct 29 18:39:22.545 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74852024-10-29T18:39:23.881Z[ recovery-image] Oct 29 18:39:22.554 INFO O| Oct 29 18:39:22.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat"
74862024-10-29T18:39:23.881Z[ recovery-image] Oct 29 18:39:22.554 INFO O| Oct 29 18:39:22.554 INFO STEP 1099 (remove_files) COMPLETE
74872024-10-29T18:39:23.883Z[ recovery-image] Oct 29 18:39:22.554 INFO O| Oct 29 18:39:22.554 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74882024-10-29T18:39:23.890Z[ recovery-image] Oct 29 18:39:22.563 INFO O| Oct 29 18:39:22.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm"
74892024-10-29T18:39:23.890Z[ recovery-image] Oct 29 18:39:22.564 INFO O| Oct 29 18:39:22.564 INFO STEP 1100 (remove_files) COMPLETE
74902024-10-29T18:39:23.890Z[ recovery-image] Oct 29 18:39:22.564 INFO O| Oct 29 18:39:22.564 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74912024-10-29T18:39:23.900Z[ recovery-image] Oct 29 18:39:22.573 INFO O| Oct 29 18:39:22.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm"
74922024-10-29T18:39:23.900Z[ recovery-image] Oct 29 18:39:22.573 INFO O| Oct 29 18:39:22.573 INFO STEP 1101 (remove_files) COMPLETE
74932024-10-29T18:39:23.902Z[ recovery-image] Oct 29 18:39:22.573 INFO O| Oct 29 18:39:22.573 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74942024-10-29T18:39:23.910Z[ recovery-image] Oct 29 18:39:22.583 INFO O| Oct 29 18:39:22.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm"
74952024-10-29T18:39:23.912Z[ recovery-image] Oct 29 18:39:22.583 INFO O| Oct 29 18:39:22.583 INFO STEP 1102 (remove_files) COMPLETE
74962024-10-29T18:39:23.912Z[ recovery-image] Oct 29 18:39:22.583 INFO O| Oct 29 18:39:22.583 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
74972024-10-29T18:39:23.919Z[ recovery-image] Oct 29 18:39:22.592 INFO O| Oct 29 18:39:22.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc"
74982024-10-29T18:39:23.919Z[ recovery-image] Oct 29 18:39:22.592 INFO O| Oct 29 18:39:22.592 INFO STEP 1103 (remove_files) COMPLETE
74992024-10-29T18:39:23.919Z[ recovery-image] Oct 29 18:39:22.592 INFO O| Oct 29 18:39:22.592 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75002024-10-29T18:39:23.929Z[ recovery-image] Oct 29 18:39:22.602 INFO O| Oct 29 18:39:22.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps"
75012024-10-29T18:39:23.929Z[ recovery-image] Oct 29 18:39:22.602 INFO O| Oct 29 18:39:22.602 INFO STEP 1104 (remove_files) COMPLETE
75022024-10-29T18:39:23.931Z[ recovery-image] Oct 29 18:39:22.602 INFO O| Oct 29 18:39:22.602 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75032024-10-29T18:39:23.939Z[ recovery-image] Oct 29 18:39:22.612 INFO O| Oct 29 18:39:22.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile"
75042024-10-29T18:39:23.939Z[ recovery-image] Oct 29 18:39:22.612 INFO O| Oct 29 18:39:22.612 INFO STEP 1105 (remove_files) COMPLETE
75052024-10-29T18:39:23.944Z[ recovery-image] Oct 29 18:39:22.612 INFO O| Oct 29 18:39:22.612 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75062024-10-29T18:39:23.948Z[ recovery-image] Oct 29 18:39:22.621 INFO O| Oct 29 18:39:22.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod"
75072024-10-29T18:39:23.948Z[ recovery-image] Oct 29 18:39:22.621 INFO O| Oct 29 18:39:22.621 INFO STEP 1106 (remove_files) COMPLETE
75082024-10-29T18:39:23.948Z[ recovery-image] Oct 29 18:39:22.621 INFO O| Oct 29 18:39:22.621 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75092024-10-29T18:39:23.958Z[ recovery-image] Oct 29 18:39:22.631 INFO O| Oct 29 18:39:22.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo"
75102024-10-29T18:39:23.960Z[ recovery-image] Oct 29 18:39:22.631 INFO O| Oct 29 18:39:22.631 INFO STEP 1107 (remove_files) COMPLETE
75112024-10-29T18:39:23.960Z[ recovery-image] Oct 29 18:39:22.631 INFO O| Oct 29 18:39:22.631 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75122024-10-29T18:39:23.967Z[ recovery-image] Oct 29 18:39:22.640 INFO O| Oct 29 18:39:22.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload"
75132024-10-29T18:39:23.967Z[ recovery-image] Oct 29 18:39:22.640 INFO O| Oct 29 18:39:22.640 INFO STEP 1108 (remove_files) COMPLETE
75142024-10-29T18:39:23.970Z[ recovery-image] Oct 29 18:39:22.640 INFO O| Oct 29 18:39:22.640 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75152024-10-29T18:39:23.977Z[ recovery-image] Oct 29 18:39:22.650 INFO O| Oct 29 18:39:22.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall"
75162024-10-29T18:39:23.977Z[ recovery-image] Oct 29 18:39:22.650 INFO O| Oct 29 18:39:22.650 INFO STEP 1109 (remove_files) COMPLETE
75172024-10-29T18:39:23.981Z[ recovery-image] Oct 29 18:39:22.650 INFO O| Oct 29 18:39:22.650 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75182024-10-29T18:39:23.986Z[ recovery-image] Oct 29 18:39:22.659 INFO O| Oct 29 18:39:22.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid"
75192024-10-29T18:39:23.986Z[ recovery-image] Oct 29 18:39:22.659 INFO O| Oct 29 18:39:22.659 INFO STEP 1110 (remove_files) COMPLETE
75202024-10-29T18:39:23.986Z[ recovery-image] Oct 29 18:39:22.659 INFO O| Oct 29 18:39:22.659 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75212024-10-29T18:39:23.994Z[ host-image] Oct 29 18:39:22.667 INFO O| Oct 29 18:39:22.667 INFO O| Planning: Evaluating mediators ... Done
75222024-10-29T18:39:23.996Z[ host-image] Oct 29 18:39:22.667 INFO O| Oct 29 18:39:22.667 INFO O| Planning: Planning completed in 2.34 seconds
75232024-10-29T18:39:23.996Z[ recovery-image] Oct 29 18:39:22.668 INFO O| Oct 29 18:39:22.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir"
75242024-10-29T18:39:23.996Z[ recovery-image] Oct 29 18:39:22.668 INFO O| Oct 29 18:39:22.668 INFO STEP 1111 (remove_files) COMPLETE
75252024-10-29T18:39:23.997Z[ recovery-image] Oct 29 18:39:22.668 INFO O| Oct 29 18:39:22.668 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75262024-10-29T18:39:23.997Z[ host-image] Oct 29 18:39:22.669 INFO O| Oct 29 18:39:22.669 INFO O| Packages to install: 1
75272024-10-29T18:39:24.005Z[ recovery-image] Oct 29 18:39:22.678 INFO O| Oct 29 18:39:22.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp"
75282024-10-29T18:39:24.005Z[ recovery-image] Oct 29 18:39:22.678 INFO O| Oct 29 18:39:22.678 INFO STEP 1112 (remove_files) COMPLETE
75292024-10-29T18:39:24.007Z[ recovery-image] Oct 29 18:39:22.678 INFO O| Oct 29 18:39:22.678 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75302024-10-29T18:39:24.007Z[ host-image] Oct 29 18:39:22.680 INFO O| Oct 29 18:39:22.680 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete
75312024-10-29T18:39:24.015Z[ recovery-image] Oct 29 18:39:22.688 INFO O| Oct 29 18:39:22.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin"
75322024-10-29T18:39:24.015Z[ recovery-image] Oct 29 18:39:22.688 INFO O| Oct 29 18:39:22.688 INFO STEP 1113 (remove_files) COMPLETE
75332024-10-29T18:39:24.017Z[ recovery-image] Oct 29 18:39:22.688 INFO O| Oct 29 18:39:22.688 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75342024-10-29T18:39:24.024Z[ recovery-image] Oct 29 18:39:22.697 INFO O| Oct 29 18:39:22.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest"
75352024-10-29T18:39:24.024Z[ recovery-image] Oct 29 18:39:22.698 INFO O| Oct 29 18:39:22.697 INFO STEP 1114 (remove_files) COMPLETE
75362024-10-29T18:39:24.024Z[ recovery-image] Oct 29 18:39:22.698 INFO O| Oct 29 18:39:22.698 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75372024-10-29T18:39:24.035Z[ recovery-image] Oct 29 18:39:22.708 INFO O| Oct 29 18:39:22.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm"
75382024-10-29T18:39:24.037Z[ recovery-image] Oct 29 18:39:22.708 INFO O| Oct 29 18:39:22.708 INFO STEP 1115 (remove_files) COMPLETE
75392024-10-29T18:39:24.037Z[ recovery-image] Oct 29 18:39:22.708 INFO O| Oct 29 18:39:22.708 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75402024-10-29T18:39:24.045Z[ recovery-image] Oct 29 18:39:22.718 INFO O| Oct 29 18:39:22.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm"
75412024-10-29T18:39:24.048Z[ recovery-image] Oct 29 18:39:22.718 INFO O| Oct 29 18:39:22.718 INFO STEP 1116 (remove_files) COMPLETE
75422024-10-29T18:39:24.048Z[ recovery-image] Oct 29 18:39:22.718 INFO O| Oct 29 18:39:22.718 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75432024-10-29T18:39:24.056Z[ recovery-image] Oct 29 18:39:22.729 INFO O| Oct 29 18:39:22.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg"
75442024-10-29T18:39:24.058Z[ recovery-image] Oct 29 18:39:22.729 INFO O| Oct 29 18:39:22.729 INFO STEP 1117 (remove_files) COMPLETE
75452024-10-29T18:39:24.058Z[ recovery-image] Oct 29 18:39:22.729 INFO O| Oct 29 18:39:22.729 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75462024-10-29T18:39:24.067Z[ recovery-image] Oct 29 18:39:22.740 INFO O| Oct 29 18:39:22.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind"
75472024-10-29T18:39:24.070Z[ recovery-image] Oct 29 18:39:22.740 INFO O| Oct 29 18:39:22.740 INFO STEP 1118 (remove_files) COMPLETE
75482024-10-29T18:39:24.070Z[ recovery-image] Oct 29 18:39:22.740 INFO O| Oct 29 18:39:22.740 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75492024-10-29T18:39:24.084Z[ recovery-image] Oct 29 18:39:22.757 INFO O| Oct 29 18:39:22.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping"
75502024-10-29T18:39:24.084Z[ recovery-image] Oct 29 18:39:22.757 INFO O| Oct 29 18:39:22.757 INFO STEP 1119 (remove_files) COMPLETE
75512024-10-29T18:39:24.086Z[ recovery-image] Oct 29 18:39:22.757 INFO O| Oct 29 18:39:22.757 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75522024-10-29T18:39:24.097Z[ recovery-image] Oct 29 18:39:22.770 INFO O| Oct 29 18:39:22.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd"
75532024-10-29T18:39:24.099Z[ recovery-image] Oct 29 18:39:22.770 INFO O| Oct 29 18:39:22.770 INFO STEP 1120 (remove_files) COMPLETE
75542024-10-29T18:39:24.099Z[ recovery-image] Oct 29 18:39:22.770 INFO O| Oct 29 18:39:22.770 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75552024-10-29T18:39:24.113Z[ recovery-image] Oct 29 18:39:22.784 INFO O| Oct 29 18:39:22.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask"
75562024-10-29T18:39:24.113Z[ recovery-image] Oct 29 18:39:22.784 INFO O| Oct 29 18:39:22.784 INFO STEP 1121 (remove_files) COMPLETE
75572024-10-29T18:39:24.117Z[ recovery-image] Oct 29 18:39:22.784 INFO O| Oct 29 18:39:22.784 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75582024-10-29T18:39:24.125Z[ recovery-image] Oct 29 18:39:22.798 INFO O| Oct 29 18:39:22.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk"
75592024-10-29T18:39:24.127Z[ recovery-image] Oct 29 18:39:22.798 INFO O| Oct 29 18:39:22.798 INFO STEP 1122 (remove_files) COMPLETE
75602024-10-29T18:39:24.127Z[ recovery-image] Oct 29 18:39:22.798 INFO O| Oct 29 18:39:22.798 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75612024-10-29T18:39:24.135Z[ recovery-image] Oct 29 18:39:22.808 INFO O| Oct 29 18:39:22.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm"
75622024-10-29T18:39:24.135Z[ recovery-image] Oct 29 18:39:22.808 INFO O| Oct 29 18:39:22.808 INFO STEP 1123 (remove_files) COMPLETE
75632024-10-29T18:39:24.135Z[ recovery-image] Oct 29 18:39:22.808 INFO O| Oct 29 18:39:22.808 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75642024-10-29T18:39:24.144Z[ recovery-image] Oct 29 18:39:22.817 INFO O| Oct 29 18:39:22.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat"
75652024-10-29T18:39:24.144Z[ recovery-image] Oct 29 18:39:22.817 INFO O| Oct 29 18:39:22.817 INFO STEP 1124 (remove_files) COMPLETE
75662024-10-29T18:39:24.147Z[ recovery-image] Oct 29 18:39:22.817 INFO O| Oct 29 18:39:22.817 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75672024-10-29T18:39:24.154Z[ recovery-image] Oct 29 18:39:22.827 INFO O| Oct 29 18:39:22.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm"
75682024-10-29T18:39:24.154Z[ recovery-image] Oct 29 18:39:22.827 INFO O| Oct 29 18:39:22.827 INFO STEP 1125 (remove_files) COMPLETE
75692024-10-29T18:39:24.156Z[ recovery-image] Oct 29 18:39:22.827 INFO O| Oct 29 18:39:22.827 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75702024-10-29T18:39:24.168Z[ recovery-image] Oct 29 18:39:22.841 INFO O| Oct 29 18:39:22.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind"
75712024-10-29T18:39:24.171Z[ recovery-image] Oct 29 18:39:22.842 INFO O| Oct 29 18:39:22.842 INFO STEP 1126 (remove_files) COMPLETE
75722024-10-29T18:39:24.171Z[ recovery-image] Oct 29 18:39:22.842 INFO O| Oct 29 18:39:22.842 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75732024-10-29T18:39:24.179Z[ recovery-image] Oct 29 18:39:22.852 INFO O| Oct 29 18:39:22.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg"
75742024-10-29T18:39:24.181Z[ recovery-image] Oct 29 18:39:22.852 INFO O| Oct 29 18:39:22.852 INFO STEP 1127 (remove_files) COMPLETE
75752024-10-29T18:39:24.181Z[ recovery-image] Oct 29 18:39:22.852 INFO O| Oct 29 18:39:22.852 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75762024-10-29T18:39:24.189Z[ recovery-image] Oct 29 18:39:22.862 INFO O| Oct 29 18:39:22.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports"
75772024-10-29T18:39:24.189Z[ recovery-image] Oct 29 18:39:22.862 INFO O| Oct 29 18:39:22.862 INFO STEP 1128 (remove_files) COMPLETE
75782024-10-29T18:39:24.192Z[ recovery-image] Oct 29 18:39:22.862 INFO O| Oct 29 18:39:22.862 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75792024-10-29T18:39:24.201Z[ recovery-image] Oct 29 18:39:22.874 INFO O| Oct 29 18:39:22.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff"
75802024-10-29T18:39:24.201Z[ recovery-image] Oct 29 18:39:22.874 INFO O| Oct 29 18:39:22.874 INFO STEP 1129 (remove_files) COMPLETE
75812024-10-29T18:39:24.203Z[ recovery-image] Oct 29 18:39:22.874 INFO O| Oct 29 18:39:22.874 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75822024-10-29T18:39:24.214Z[ recovery-image] Oct 29 18:39:22.887 INFO O| Oct 29 18:39:22.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm"
75832024-10-29T18:39:24.214Z[ recovery-image] Oct 29 18:39:22.887 INFO O| Oct 29 18:39:22.887 INFO STEP 1130 (remove_files) COMPLETE
75842024-10-29T18:39:24.216Z[ recovery-image] Oct 29 18:39:22.887 INFO O| Oct 29 18:39:22.887 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75852024-10-29T18:39:24.228Z[ recovery-image] Oct 29 18:39:22.901 INFO O| Oct 29 18:39:22.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit"
75862024-10-29T18:39:24.231Z[ recovery-image] Oct 29 18:39:22.901 INFO O| Oct 29 18:39:22.901 INFO STEP 1131 (remove_files) COMPLETE
75872024-10-29T18:39:24.231Z[ recovery-image] Oct 29 18:39:22.901 INFO O| Oct 29 18:39:22.901 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75882024-10-29T18:39:24.241Z[ recovery-image] Oct 29 18:39:22.914 INFO O| Oct 29 18:39:22.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd"
75892024-10-29T18:39:24.241Z[ recovery-image] Oct 29 18:39:22.914 INFO O| Oct 29 18:39:22.914 INFO STEP 1132 (remove_files) COMPLETE
75902024-10-29T18:39:24.243Z[ recovery-image] Oct 29 18:39:22.914 INFO O| Oct 29 18:39:22.914 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75912024-10-29T18:39:24.253Z[ recovery-image] Oct 29 18:39:22.926 INFO O| Oct 29 18:39:22.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel"
75922024-10-29T18:39:24.255Z[ recovery-image] Oct 29 18:39:22.926 INFO O| Oct 29 18:39:22.926 INFO STEP 1133 (remove_files) COMPLETE
75932024-10-29T18:39:24.256Z[ recovery-image] Oct 29 18:39:22.927 INFO O| Oct 29 18:39:22.926 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75942024-10-29T18:39:24.268Z[ recovery-image] Oct 29 18:39:22.942 INFO O| Oct 29 18:39:22.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod"
75952024-10-29T18:39:24.268Z[ recovery-image] Oct 29 18:39:22.942 INFO O| Oct 29 18:39:22.942 INFO STEP 1134 (remove_files) COMPLETE
75962024-10-29T18:39:24.268Z[ recovery-image] Oct 29 18:39:22.942 INFO O| Oct 29 18:39:22.942 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
75972024-10-29T18:39:24.280Z[ recovery-image] Oct 29 18:39:22.954 INFO O| Oct 29 18:39:22.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag"
75982024-10-29T18:39:24.281Z[ recovery-image] Oct 29 18:39:22.954 INFO O| Oct 29 18:39:22.954 INFO STEP 1135 (remove_files) COMPLETE
75992024-10-29T18:39:24.283Z[ recovery-image] Oct 29 18:39:22.954 INFO O| Oct 29 18:39:22.954 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76002024-10-29T18:39:24.291Z[ recovery-image] Oct 29 18:39:22.964 INFO O| Oct 29 18:39:22.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl"
76012024-10-29T18:39:24.293Z[ recovery-image] Oct 29 18:39:22.964 INFO O| Oct 29 18:39:22.964 INFO STEP 1136 (remove_files) COMPLETE
76022024-10-29T18:39:24.293Z[ recovery-image] Oct 29 18:39:22.964 INFO O| Oct 29 18:39:22.964 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76032024-10-29T18:39:24.301Z[ recovery-image] Oct 29 18:39:22.974 INFO O| Oct 29 18:39:22.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc"
76042024-10-29T18:39:24.303Z[ recovery-image] Oct 29 18:39:22.974 INFO O| Oct 29 18:39:22.974 INFO STEP 1137 (remove_files) COMPLETE
76052024-10-29T18:39:24.303Z[ recovery-image] Oct 29 18:39:22.974 INFO O| Oct 29 18:39:22.974 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76062024-10-29T18:39:24.311Z[ recovery-image] Oct 29 18:39:22.984 INFO O| Oct 29 18:39:22.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm"
76072024-10-29T18:39:24.313Z[ recovery-image] Oct 29 18:39:22.984 INFO O| Oct 29 18:39:22.984 INFO STEP 1138 (remove_files) COMPLETE
76082024-10-29T18:39:24.313Z[ recovery-image] Oct 29 18:39:22.985 INFO O| Oct 29 18:39:22.984 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76092024-10-29T18:39:24.322Z[ recovery-image] Oct 29 18:39:22.995 INFO O| Oct 29 18:39:22.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo"
76102024-10-29T18:39:24.322Z[ recovery-image] Oct 29 18:39:22.995 INFO O| Oct 29 18:39:22.995 INFO STEP 1139 (remove_files) COMPLETE
76112024-10-29T18:39:24.324Z[ recovery-image] Oct 29 18:39:22.995 INFO O| Oct 29 18:39:22.995 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76122024-10-29T18:39:24.332Z[ recovery-image] Oct 29 18:39:23.006 INFO O| Oct 29 18:39:23.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset"
76132024-10-29T18:39:24.335Z[ recovery-image] Oct 29 18:39:23.006 INFO O| Oct 29 18:39:23.006 INFO STEP 1140 (remove_files) COMPLETE
76142024-10-29T18:39:24.335Z[ recovery-image] Oct 29 18:39:23.006 INFO O| Oct 29 18:39:23.006 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76152024-10-29T18:39:24.343Z[ recovery-image] Oct 29 18:39:23.016 INFO O| Oct 29 18:39:23.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck"
76162024-10-29T18:39:24.343Z[ recovery-image] Oct 29 18:39:23.016 INFO O| Oct 29 18:39:23.016 INFO STEP 1141 (remove_files) COMPLETE
76172024-10-29T18:39:24.345Z[ recovery-image] Oct 29 18:39:23.016 INFO O| Oct 29 18:39:23.016 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76182024-10-29T18:39:24.352Z[ recovery-image] Oct 29 18:39:23.026 INFO O| Oct 29 18:39:23.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv"
76192024-10-29T18:39:24.352Z[ recovery-image] Oct 29 18:39:23.026 INFO O| Oct 29 18:39:23.026 INFO STEP 1142 (remove_files) COMPLETE
76202024-10-29T18:39:24.352Z[ recovery-image] Oct 29 18:39:23.026 INFO O| Oct 29 18:39:23.026 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76212024-10-29T18:39:24.362Z[ host-image] Oct 29 18:39:23.035 INFO O| Oct 29 18:39:23.035 INFO O| Download: Completed 20.80 MB in 0.36 seconds (58.6M/s)
76222024-10-29T18:39:24.364Z[ recovery-image] Oct 29 18:39:23.036 INFO O| Oct 29 18:39:23.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl"
76232024-10-29T18:39:24.364Z[ recovery-image] Oct 29 18:39:23.036 INFO O| Oct 29 18:39:23.036 INFO STEP 1143 (remove_files) COMPLETE
76242024-10-29T18:39:24.364Z[ recovery-image] Oct 29 18:39:23.036 INFO O| Oct 29 18:39:23.036 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76252024-10-29T18:39:24.372Z[ recovery-image] Oct 29 18:39:23.046 INFO O| Oct 29 18:39:23.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm"
76262024-10-29T18:39:24.372Z[ recovery-image] Oct 29 18:39:23.046 INFO O| Oct 29 18:39:23.046 INFO STEP 1144 (remove_files) COMPLETE
76272024-10-29T18:39:24.379Z[ recovery-image] Oct 29 18:39:23.046 INFO O| Oct 29 18:39:23.046 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76282024-10-29T18:39:24.383Z[ recovery-image] Oct 29 18:39:23.057 INFO O| Oct 29 18:39:23.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm"
76292024-10-29T18:39:24.383Z[ recovery-image] Oct 29 18:39:23.057 INFO O| Oct 29 18:39:23.057 INFO STEP 1145 (remove_files) COMPLETE
76302024-10-29T18:39:24.383Z[ recovery-image] Oct 29 18:39:23.057 INFO O| Oct 29 18:39:23.057 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76312024-10-29T18:39:24.389Z[ host-image] Oct 29 18:39:23.062 INFO O| Oct 29 18:39:23.062 INFO O| Actions: 1/22 actions (Installing new actions)
76322024-10-29T18:39:24.393Z[ recovery-image] Oct 29 18:39:23.066 INFO O| Oct 29 18:39:23.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr"
76332024-10-29T18:39:24.393Z[ recovery-image] Oct 29 18:39:23.066 INFO O| Oct 29 18:39:23.066 INFO STEP 1146 (remove_files) COMPLETE
76342024-10-29T18:39:24.395Z[ recovery-image] Oct 29 18:39:23.066 INFO O| Oct 29 18:39:23.066 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76352024-10-29T18:39:24.403Z[ recovery-image] Oct 29 18:39:23.076 INFO O| Oct 29 18:39:23.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot"
76362024-10-29T18:39:24.403Z[ recovery-image] Oct 29 18:39:23.076 INFO O| Oct 29 18:39:23.076 INFO STEP 1147 (remove_files) COMPLETE
76372024-10-29T18:39:24.403Z[ recovery-image] Oct 29 18:39:23.076 INFO O| Oct 29 18:39:23.076 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76382024-10-29T18:39:24.412Z[ recovery-image] Oct 29 18:39:23.085 INFO O| Oct 29 18:39:23.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv"
76392024-10-29T18:39:24.415Z[ recovery-image] Oct 29 18:39:23.085 INFO O| Oct 29 18:39:23.085 INFO STEP 1148 (remove_files) COMPLETE
76402024-10-29T18:39:24.415Z[ recovery-image] Oct 29 18:39:23.086 INFO O| Oct 29 18:39:23.085 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76412024-10-29T18:39:24.422Z[ recovery-image] Oct 29 18:39:23.095 INFO O| Oct 29 18:39:23.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef"
76422024-10-29T18:39:24.422Z[ recovery-image] Oct 29 18:39:23.095 INFO O| Oct 29 18:39:23.095 INFO STEP 1149 (remove_files) COMPLETE
76432024-10-29T18:39:24.426Z[ recovery-image] Oct 29 18:39:23.095 INFO O| Oct 29 18:39:23.095 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76442024-10-29T18:39:24.432Z[ recovery-image] Oct 29 18:39:23.105 INFO O| Oct 29 18:39:23.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd"
76452024-10-29T18:39:24.434Z[ recovery-image] Oct 29 18:39:23.106 INFO O| Oct 29 18:39:23.106 INFO STEP 1150 (remove_files) COMPLETE
76462024-10-29T18:39:24.434Z[ recovery-image] Oct 29 18:39:23.106 INFO O| Oct 29 18:39:23.106 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76472024-10-29T18:39:24.446Z[ recovery-image] Oct 29 18:39:23.117 INFO O| Oct 29 18:39:23.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel"
76482024-10-29T18:39:24.446Z[ recovery-image] Oct 29 18:39:23.117 INFO O| Oct 29 18:39:23.117 INFO STEP 1151 (remove_files) COMPLETE
76492024-10-29T18:39:24.449Z[ recovery-image] Oct 29 18:39:23.117 INFO O| Oct 29 18:39:23.117 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76502024-10-29T18:39:24.454Z[ recovery-image] Oct 29 18:39:23.127 INFO O| Oct 29 18:39:23.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod"
76512024-10-29T18:39:24.457Z[ recovery-image] Oct 29 18:39:23.127 INFO O| Oct 29 18:39:23.127 INFO STEP 1152 (remove_files) COMPLETE
76522024-10-29T18:39:24.457Z[ recovery-image] Oct 29 18:39:23.127 INFO O| Oct 29 18:39:23.127 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76532024-10-29T18:39:24.464Z[ recovery-image] Oct 29 18:39:23.137 INFO O| Oct 29 18:39:23.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive"
76542024-10-29T18:39:24.466Z[ recovery-image] Oct 29 18:39:23.137 INFO O| Oct 29 18:39:23.137 INFO STEP 1153 (remove_files) COMPLETE
76552024-10-29T18:39:24.466Z[ recovery-image] Oct 29 18:39:23.137 INFO O| Oct 29 18:39:23.137 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76562024-10-29T18:39:24.473Z[ recovery-image] Oct 29 18:39:23.146 INFO O| Oct 29 18:39:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind"
76572024-10-29T18:39:24.473Z[ recovery-image] Oct 29 18:39:23.146 INFO O| Oct 29 18:39:23.146 INFO STEP 1154 (remove_files) COMPLETE
76582024-10-29T18:39:24.476Z[ recovery-image] Oct 29 18:39:23.146 INFO O| Oct 29 18:39:23.146 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76592024-10-29T18:39:24.483Z[ recovery-image] Oct 29 18:39:23.156 INFO O| Oct 29 18:39:23.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc"
76602024-10-29T18:39:24.483Z[ recovery-image] Oct 29 18:39:23.156 INFO O| Oct 29 18:39:23.156 INFO STEP 1155 (remove_files) COMPLETE
76612024-10-29T18:39:24.485Z[ recovery-image] Oct 29 18:39:23.156 INFO O| Oct 29 18:39:23.156 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76622024-10-29T18:39:24.492Z[ recovery-image] Oct 29 18:39:23.165 INFO O| Oct 29 18:39:23.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery"
76632024-10-29T18:39:24.493Z[ recovery-image] Oct 29 18:39:23.165 INFO O| Oct 29 18:39:23.165 INFO STEP 1156 (remove_files) COMPLETE
76642024-10-29T18:39:24.495Z[ recovery-image] Oct 29 18:39:23.165 INFO O| Oct 29 18:39:23.165 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76652024-10-29T18:39:24.502Z[ recovery-image] Oct 29 18:39:23.175 INFO O| Oct 29 18:39:23.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt"
76662024-10-29T18:39:24.504Z[ recovery-image] Oct 29 18:39:23.176 INFO O| Oct 29 18:39:23.176 INFO STEP 1157 (remove_files) COMPLETE
76672024-10-29T18:39:24.504Z[ recovery-image] Oct 29 18:39:23.176 INFO O| Oct 29 18:39:23.176 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76682024-10-29T18:39:24.513Z[ recovery-image] Oct 29 18:39:23.186 INFO O| Oct 29 18:39:23.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share"
76692024-10-29T18:39:24.513Z[ recovery-image] Oct 29 18:39:23.186 INFO O| Oct 29 18:39:23.186 INFO STEP 1158 (remove_files) COMPLETE
76702024-10-29T18:39:24.514Z[ recovery-image] Oct 29 18:39:23.186 INFO O| Oct 29 18:39:23.186 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76712024-10-29T18:39:24.522Z[ recovery-image] Oct 29 18:39:23.195 INFO O| Oct 29 18:39:23.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall"
76722024-10-29T18:39:24.527Z[ recovery-image] Oct 29 18:39:23.195 INFO O| Oct 29 18:39:23.195 INFO STEP 1159 (remove_files) COMPLETE
76732024-10-29T18:39:24.527Z[ recovery-image] Oct 29 18:39:23.195 INFO O| Oct 29 18:39:23.195 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76742024-10-29T18:39:24.531Z[ recovery-image] Oct 29 18:39:23.205 INFO O| Oct 29 18:39:23.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl"
76752024-10-29T18:39:24.532Z[ recovery-image] Oct 29 18:39:23.205 INFO O| Oct 29 18:39:23.205 INFO STEP 1160 (remove_files) COMPLETE
76762024-10-29T18:39:24.532Z[ recovery-image] Oct 29 18:39:23.205 INFO O| Oct 29 18:39:23.205 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76772024-10-29T18:39:24.541Z[ recovery-image] Oct 29 18:39:23.214 INFO O| Oct 29 18:39:23.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr"
76782024-10-29T18:39:24.544Z[ recovery-image] Oct 29 18:39:23.214 INFO O| Oct 29 18:39:23.214 INFO STEP 1161 (remove_files) COMPLETE
76792024-10-29T18:39:24.544Z[ recovery-image] Oct 29 18:39:23.214 INFO O| Oct 29 18:39:23.214 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76802024-10-29T18:39:24.551Z[ recovery-image] Oct 29 18:39:23.224 INFO O| Oct 29 18:39:23.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown"
76812024-10-29T18:39:24.551Z[ recovery-image] Oct 29 18:39:23.224 INFO O| Oct 29 18:39:23.224 INFO STEP 1162 (remove_files) COMPLETE
76822024-10-29T18:39:24.553Z[ recovery-image] Oct 29 18:39:23.224 INFO O| Oct 29 18:39:23.224 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76832024-10-29T18:39:24.562Z[ recovery-image] Oct 29 18:39:23.234 INFO O| Oct 29 18:39:23.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm"
76842024-10-29T18:39:24.562Z[ recovery-image] Oct 29 18:39:23.235 INFO O| Oct 29 18:39:23.234 INFO STEP 1163 (remove_files) COMPLETE
76852024-10-29T18:39:24.564Z[ recovery-image] Oct 29 18:39:23.235 INFO O| Oct 29 18:39:23.235 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76862024-10-29T18:39:24.572Z[ recovery-image] Oct 29 18:39:23.245 INFO O| Oct 29 18:39:23.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios"
76872024-10-29T18:39:24.572Z[ recovery-image] Oct 29 18:39:23.245 INFO O| Oct 29 18:39:23.245 INFO STEP 1164 (remove_files) COMPLETE
76882024-10-29T18:39:24.572Z[ recovery-image] Oct 29 18:39:23.245 INFO O| Oct 29 18:39:23.245 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76892024-10-29T18:39:24.585Z[ recovery-image] Oct 29 18:39:23.258 INFO O| Oct 29 18:39:23.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat"
76902024-10-29T18:39:24.585Z[ recovery-image] Oct 29 18:39:23.258 INFO O| Oct 29 18:39:23.258 INFO STEP 1165 (remove_files) COMPLETE
76912024-10-29T18:39:24.585Z[ recovery-image] Oct 29 18:39:23.258 INFO O| Oct 29 18:39:23.258 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76922024-10-29T18:39:24.598Z[ recovery-image] Oct 29 18:39:23.270 INFO O| Oct 29 18:39:23.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd"
76932024-10-29T18:39:24.600Z[ recovery-image] Oct 29 18:39:23.270 INFO O| Oct 29 18:39:23.270 INFO STEP 1166 (remove_files) COMPLETE
76942024-10-29T18:39:24.600Z[ recovery-image] Oct 29 18:39:23.270 INFO O| Oct 29 18:39:23.270 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76952024-10-29T18:39:24.609Z[ recovery-image] Oct 29 18:39:23.282 INFO O| Oct 29 18:39:23.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd"
76962024-10-29T18:39:24.609Z[ recovery-image] Oct 29 18:39:23.282 INFO O| Oct 29 18:39:23.282 INFO STEP 1167 (remove_files) COMPLETE
76972024-10-29T18:39:24.612Z[ recovery-image] Oct 29 18:39:23.282 INFO O| Oct 29 18:39:23.282 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
76982024-10-29T18:39:24.619Z[ recovery-image] Oct 29 18:39:23.292 INFO O| Oct 29 18:39:23.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop"
76992024-10-29T18:39:24.619Z[ recovery-image] Oct 29 18:39:23.292 INFO O| Oct 29 18:39:23.292 INFO STEP 1168 (remove_files) COMPLETE
77002024-10-29T18:39:24.619Z[ recovery-image] Oct 29 18:39:23.292 INFO O| Oct 29 18:39:23.292 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77012024-10-29T18:39:24.629Z[ recovery-image] Oct 29 18:39:23.302 INFO O| Oct 29 18:39:23.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd"
77022024-10-29T18:39:24.629Z[ recovery-image] Oct 29 18:39:23.302 INFO O| Oct 29 18:39:23.302 INFO STEP 1169 (remove_files) COMPLETE
77032024-10-29T18:39:24.632Z[ recovery-image] Oct 29 18:39:23.302 INFO O| Oct 29 18:39:23.302 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77042024-10-29T18:39:24.639Z[ recovery-image] Oct 29 18:39:23.312 INFO O| Oct 29 18:39:23.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot"
77052024-10-29T18:39:24.642Z[ recovery-image] Oct 29 18:39:23.312 INFO O| Oct 29 18:39:23.312 INFO STEP 1170 (remove_files) COMPLETE
77062024-10-29T18:39:24.642Z[ recovery-image] Oct 29 18:39:23.312 INFO O| Oct 29 18:39:23.312 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77072024-10-29T18:39:24.649Z[ recovery-image] Oct 29 18:39:23.322 INFO O| Oct 29 18:39:23.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace"
77082024-10-29T18:39:24.649Z[ recovery-image] Oct 29 18:39:23.322 INFO O| Oct 29 18:39:23.322 INFO STEP 1171 (remove_files) COMPLETE
77092024-10-29T18:39:24.649Z[ recovery-image] Oct 29 18:39:23.322 INFO O| Oct 29 18:39:23.322 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77102024-10-29T18:39:24.658Z[ recovery-image] Oct 29 18:39:23.331 INFO O| Oct 29 18:39:23.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean"
77112024-10-29T18:39:24.658Z[ recovery-image] Oct 29 18:39:23.331 INFO O| Oct 29 18:39:23.331 INFO STEP 1172 (remove_files) COMPLETE
77122024-10-29T18:39:24.661Z[ recovery-image] Oct 29 18:39:23.331 INFO O| Oct 29 18:39:23.331 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77132024-10-29T18:39:24.668Z[ recovery-image] Oct 29 18:39:23.341 INFO O| Oct 29 18:39:23.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr"
77142024-10-29T18:39:24.668Z[ recovery-image] Oct 29 18:39:23.341 INFO O| Oct 29 18:39:23.341 INFO STEP 1173 (remove_files) COMPLETE
77152024-10-29T18:39:24.670Z[ recovery-image] Oct 29 18:39:23.341 INFO O| Oct 29 18:39:23.341 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77162024-10-29T18:39:24.677Z[ recovery-image] Oct 29 18:39:23.350 INFO O| Oct 29 18:39:23.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs"
77172024-10-29T18:39:24.677Z[ recovery-image] Oct 29 18:39:23.351 INFO O| Oct 29 18:39:23.350 INFO STEP 1174 (remove_files) COMPLETE
77182024-10-29T18:39:24.680Z[ recovery-image] Oct 29 18:39:23.351 INFO O| Oct 29 18:39:23.351 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77192024-10-29T18:39:24.687Z[ recovery-image] Oct 29 18:39:23.360 INFO O| Oct 29 18:39:23.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit"
77202024-10-29T18:39:24.689Z[ recovery-image] Oct 29 18:39:23.360 INFO O| Oct 29 18:39:23.360 INFO STEP 1175 (remove_files) COMPLETE
77212024-10-29T18:39:24.689Z[ recovery-image] Oct 29 18:39:23.360 INFO O| Oct 29 18:39:23.360 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77222024-10-29T18:39:24.697Z[ recovery-image] Oct 29 18:39:23.370 INFO O| Oct 29 18:39:23.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop"
77232024-10-29T18:39:24.697Z[ recovery-image] Oct 29 18:39:23.370 INFO O| Oct 29 18:39:23.370 INFO STEP 1176 (remove_files) COMPLETE
77242024-10-29T18:39:24.697Z[ recovery-image] Oct 29 18:39:23.370 INFO O| Oct 29 18:39:23.370 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77252024-10-29T18:39:24.706Z[ recovery-image] Oct 29 18:39:23.379 INFO O| Oct 29 18:39:23.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat"
77262024-10-29T18:39:24.706Z[ recovery-image] Oct 29 18:39:23.379 INFO O| Oct 29 18:39:23.379 INFO STEP 1177 (remove_files) COMPLETE
77272024-10-29T18:39:24.708Z[ recovery-image] Oct 29 18:39:23.379 INFO O| Oct 29 18:39:23.379 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77282024-10-29T18:39:24.716Z[ recovery-image] Oct 29 18:39:23.389 INFO O| Oct 29 18:39:23.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef"
77292024-10-29T18:39:24.716Z[ recovery-image] Oct 29 18:39:23.389 INFO O| Oct 29 18:39:23.389 INFO STEP 1178 (remove_files) COMPLETE
77302024-10-29T18:39:24.718Z[ recovery-image] Oct 29 18:39:23.389 INFO O| Oct 29 18:39:23.389 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77312024-10-29T18:39:24.726Z[ recovery-image] Oct 29 18:39:23.399 INFO O| Oct 29 18:39:23.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm"
77322024-10-29T18:39:24.726Z[ recovery-image] Oct 29 18:39:23.399 INFO O| Oct 29 18:39:23.399 INFO STEP 1179 (remove_files) COMPLETE
77332024-10-29T18:39:24.728Z[ recovery-image] Oct 29 18:39:23.399 INFO O| Oct 29 18:39:23.399 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77342024-10-29T18:39:24.735Z[ recovery-image] Oct 29 18:39:23.408 INFO O| Oct 29 18:39:23.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm"
77352024-10-29T18:39:24.737Z[ recovery-image] Oct 29 18:39:23.408 INFO O| Oct 29 18:39:23.408 INFO STEP 1180 (remove_files) COMPLETE
77362024-10-29T18:39:24.737Z[ recovery-image] Oct 29 18:39:23.408 INFO O| Oct 29 18:39:23.408 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77372024-10-29T18:39:24.745Z[ recovery-image] Oct 29 18:39:23.418 INFO O| Oct 29 18:39:23.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes"
77382024-10-29T18:39:24.745Z[ recovery-image] Oct 29 18:39:23.418 INFO O| Oct 29 18:39:23.418 INFO STEP 1181 (remove_files) COMPLETE
77392024-10-29T18:39:24.745Z[ recovery-image] Oct 29 18:39:23.418 INFO O| Oct 29 18:39:23.418 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77402024-10-29T18:39:24.755Z[ recovery-image] Oct 29 18:39:23.428 INFO O| Oct 29 18:39:23.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar"
77412024-10-29T18:39:24.755Z[ recovery-image] Oct 29 18:39:23.428 INFO O| Oct 29 18:39:23.428 INFO STEP 1182 (remove_files) COMPLETE
77422024-10-29T18:39:24.755Z[ recovery-image] Oct 29 18:39:23.428 INFO O| Oct 29 18:39:23.428 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77432024-10-29T18:39:24.765Z[ recovery-image] Oct 29 18:39:23.438 INFO O| Oct 29 18:39:23.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd"
77442024-10-29T18:39:24.765Z[ recovery-image] Oct 29 18:39:23.438 INFO O| Oct 29 18:39:23.438 INFO STEP 1183 (remove_files) COMPLETE
77452024-10-29T18:39:24.768Z[ recovery-image] Oct 29 18:39:23.438 INFO O| Oct 29 18:39:23.438 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77462024-10-29T18:39:24.776Z[ recovery-image] Oct 29 18:39:23.449 INFO O| Oct 29 18:39:23.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute"
77472024-10-29T18:39:24.776Z[ recovery-image] Oct 29 18:39:23.449 INFO O| Oct 29 18:39:23.449 INFO STEP 1184 (remove_files) COMPLETE
77482024-10-29T18:39:24.778Z[ recovery-image] Oct 29 18:39:23.449 INFO O| Oct 29 18:39:23.449 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77492024-10-29T18:39:24.786Z[ recovery-image] Oct 29 18:39:23.459 INFO O| Oct 29 18:39:23.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat"
77502024-10-29T18:39:24.786Z[ recovery-image] Oct 29 18:39:23.459 INFO O| Oct 29 18:39:23.459 INFO STEP 1185 (remove_files) COMPLETE
77512024-10-29T18:39:24.788Z[ recovery-image] Oct 29 18:39:23.459 INFO O| Oct 29 18:39:23.459 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77522024-10-29T18:39:24.796Z[ recovery-image] Oct 29 18:39:23.469 INFO O| Oct 29 18:39:23.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm"
77532024-10-29T18:39:24.796Z[ recovery-image] Oct 29 18:39:23.469 INFO O| Oct 29 18:39:23.469 INFO STEP 1186 (remove_files) COMPLETE
77542024-10-29T18:39:24.798Z[ recovery-image] Oct 29 18:39:23.469 INFO O| Oct 29 18:39:23.469 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77552024-10-29T18:39:24.805Z[ recovery-image] Oct 29 18:39:23.479 INFO O| Oct 29 18:39:23.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm"
77562024-10-29T18:39:24.806Z[ recovery-image] Oct 29 18:39:23.479 INFO O| Oct 29 18:39:23.479 INFO STEP 1187 (remove_files) COMPLETE
77572024-10-29T18:39:24.806Z[ recovery-image] Oct 29 18:39:23.479 INFO O| Oct 29 18:39:23.479 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77582024-10-29T18:39:24.815Z[ recovery-image] Oct 29 18:39:23.488 INFO O| Oct 29 18:39:23.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall"
77592024-10-29T18:39:24.817Z[ recovery-image] Oct 29 18:39:23.488 INFO O| Oct 29 18:39:23.488 INFO STEP 1188 (remove_files) COMPLETE
77602024-10-29T18:39:24.817Z[ recovery-image] Oct 29 18:39:23.488 INFO O| Oct 29 18:39:23.488 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77612024-10-29T18:39:24.824Z[ recovery-image] Oct 29 18:39:23.498 INFO O| Oct 29 18:39:23.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink"
77622024-10-29T18:39:24.825Z[ recovery-image] Oct 29 18:39:23.498 INFO O| Oct 29 18:39:23.498 INFO STEP 1189 (remove_files) COMPLETE
77632024-10-29T18:39:24.825Z[ recovery-image] Oct 29 18:39:23.498 INFO O| Oct 29 18:39:23.498 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77642024-10-29T18:39:24.838Z[ recovery-image] Oct 29 18:39:23.511 INFO O| Oct 29 18:39:23.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare"
77652024-10-29T18:39:24.838Z[ recovery-image] Oct 29 18:39:23.511 INFO O| Oct 29 18:39:23.511 INFO STEP 1190 (remove_files) COMPLETE
77662024-10-29T18:39:24.838Z[ recovery-image] Oct 29 18:39:23.511 INFO O| Oct 29 18:39:23.511 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77672024-10-29T18:39:24.853Z[ recovery-image] Oct 29 18:39:23.525 INFO O| Oct 29 18:39:23.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall"
77682024-10-29T18:39:24.853Z[ recovery-image] Oct 29 18:39:23.525 INFO O| Oct 29 18:39:23.525 INFO STEP 1191 (remove_files) COMPLETE
77692024-10-29T18:39:24.853Z[ recovery-image] Oct 29 18:39:23.525 INFO O| Oct 29 18:39:23.525 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77702024-10-29T18:39:24.864Z[ recovery-image] Oct 29 18:39:23.537 INFO O| Oct 29 18:39:23.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv"
77712024-10-29T18:39:24.864Z[ recovery-image] Oct 29 18:39:23.537 INFO O| Oct 29 18:39:23.537 INFO STEP 1192 (remove_files) COMPLETE
77722024-10-29T18:39:24.864Z[ recovery-image] Oct 29 18:39:23.537 INFO O| Oct 29 18:39:23.537 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77732024-10-29T18:39:24.877Z[ recovery-image] Oct 29 18:39:23.550 INFO O| Oct 29 18:39:23.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd"
77742024-10-29T18:39:24.877Z[ recovery-image] Oct 29 18:39:23.550 INFO O| Oct 29 18:39:23.550 INFO STEP 1193 (remove_files) COMPLETE
77752024-10-29T18:39:24.877Z[ recovery-image] Oct 29 18:39:23.550 INFO O| Oct 29 18:39:23.550 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77762024-10-29T18:39:24.887Z[ recovery-image] Oct 29 18:39:23.560 INFO O| Oct 29 18:39:23.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel"
77772024-10-29T18:39:24.887Z[ recovery-image] Oct 29 18:39:23.560 INFO O| Oct 29 18:39:23.560 INFO STEP 1194 (remove_files) COMPLETE
77782024-10-29T18:39:24.887Z[ recovery-image] Oct 29 18:39:23.560 INFO O| Oct 29 18:39:23.560 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77792024-10-29T18:39:24.897Z[ recovery-image] Oct 29 18:39:23.570 INFO O| Oct 29 18:39:23.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod"
77802024-10-29T18:39:24.897Z[ recovery-image] Oct 29 18:39:23.570 INFO O| Oct 29 18:39:23.570 INFO STEP 1195 (remove_files) COMPLETE
77812024-10-29T18:39:24.900Z[ recovery-image] Oct 29 18:39:23.570 INFO O| Oct 29 18:39:23.570 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77822024-10-29T18:39:24.907Z[ recovery-image] Oct 29 18:39:23.580 INFO O| Oct 29 18:39:23.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy"
77832024-10-29T18:39:24.907Z[ recovery-image] Oct 29 18:39:23.580 INFO O| Oct 29 18:39:23.580 INFO STEP 1196 (remove_files) COMPLETE
77842024-10-29T18:39:24.909Z[ recovery-image] Oct 29 18:39:23.580 INFO O| Oct 29 18:39:23.580 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77852024-10-29T18:39:24.916Z[ recovery-image] Oct 29 18:39:23.589 INFO O| Oct 29 18:39:23.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall"
77862024-10-29T18:39:24.916Z[ recovery-image] Oct 29 18:39:23.589 INFO O| Oct 29 18:39:23.589 INFO STEP 1197 (remove_files) COMPLETE
77872024-10-29T18:39:24.916Z[ recovery-image] Oct 29 18:39:23.589 INFO O| Oct 29 18:39:23.589 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77882024-10-29T18:39:24.926Z[ recovery-image] Oct 29 18:39:23.599 INFO O| Oct 29 18:39:23.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo"
77892024-10-29T18:39:24.926Z[ recovery-image] Oct 29 18:39:23.599 INFO O| Oct 29 18:39:23.599 INFO STEP 1198 (remove_files) COMPLETE
77902024-10-29T18:39:24.926Z[ recovery-image] Oct 29 18:39:23.599 INFO O| Oct 29 18:39:23.599 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77912024-10-29T18:39:24.935Z[ recovery-image] Oct 29 18:39:23.608 INFO O| Oct 29 18:39:23.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb"
77922024-10-29T18:39:24.938Z[ recovery-image] Oct 29 18:39:23.608 INFO O| Oct 29 18:39:23.608 INFO STEP 1199 (remove_files) COMPLETE
77932024-10-29T18:39:24.938Z[ recovery-image] Oct 29 18:39:23.608 INFO O| Oct 29 18:39:23.608 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77942024-10-29T18:39:24.946Z[ recovery-image] Oct 29 18:39:23.618 INFO O| Oct 29 18:39:23.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump"
77952024-10-29T18:39:24.946Z[ recovery-image] Oct 29 18:39:23.618 INFO O| Oct 29 18:39:23.618 INFO STEP 1200 (remove_files) COMPLETE
77962024-10-29T18:39:24.949Z[ recovery-image] Oct 29 18:39:23.618 INFO O| Oct 29 18:39:23.618 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
77972024-10-29T18:39:24.954Z[ recovery-image] Oct 29 18:39:23.627 INFO O| Oct 29 18:39:23.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic"
77982024-10-29T18:39:24.954Z[ recovery-image] Oct 29 18:39:23.627 INFO O| Oct 29 18:39:23.627 INFO STEP 1201 (remove_files) COMPLETE
77992024-10-29T18:39:24.956Z[ recovery-image] Oct 29 18:39:23.627 INFO O| Oct 29 18:39:23.627 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78002024-10-29T18:39:24.962Z[ host-image] Oct 29 18:39:23.635 INFO O| Oct 29 18:39:23.635 INFO O| Actions: Completed 22 actions in 0.57 seconds.
78012024-10-29T18:39:24.964Z[ recovery-image] Oct 29 18:39:23.637 INFO O| Oct 29 18:39:23.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin"
78022024-10-29T18:39:24.964Z[ recovery-image] Oct 29 18:39:23.637 INFO O| Oct 29 18:39:23.637 INFO STEP 1202 (remove_files) COMPLETE
78032024-10-29T18:39:24.964Z[ recovery-image] Oct 29 18:39:23.637 INFO O| Oct 29 18:39:23.637 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78042024-10-29T18:39:24.973Z[ recovery-image] Oct 29 18:39:23.646 INFO O| Oct 29 18:39:23.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm"
78052024-10-29T18:39:24.973Z[ recovery-image] Oct 29 18:39:23.646 INFO O| Oct 29 18:39:23.646 INFO STEP 1203 (remove_files) COMPLETE
78062024-10-29T18:39:24.976Z[ recovery-image] Oct 29 18:39:23.646 INFO O| Oct 29 18:39:23.646 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78072024-10-29T18:39:24.983Z[ recovery-image] Oct 29 18:39:23.656 INFO O| Oct 29 18:39:23.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg"
78082024-10-29T18:39:24.985Z[ recovery-image] Oct 29 18:39:23.656 INFO O| Oct 29 18:39:23.656 INFO STEP 1204 (remove_files) COMPLETE
78092024-10-29T18:39:24.985Z[ recovery-image] Oct 29 18:39:23.656 INFO O| Oct 29 18:39:23.656 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json
78102024-10-29T18:39:24.993Z[ recovery-image] Oct 29 18:39:23.666 INFO O| Oct 29 18:39:23.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump"
78112024-10-29T18:39:24.995Z[ recovery-image] Oct 29 18:39:23.666 INFO O| Oct 29 18:39:23.666 INFO STEP 1205 (remove_files) COMPLETE
78122024-10-29T18:39:24.995Z[ recovery-image] Oct 29 18:39:23.666 INFO O| Oct 29 18:39:23.666 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json
78132024-10-29T18:39:25.007Z[ recovery-image] Oct 29 18:39:23.680 INFO O| Oct 29 18:39:23.680 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal
78142024-10-29T18:39:25.008Z[ recovery-image] Oct 29 18:39:23.681 INFO O| Oct 29 18:39:23.681 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."]
78152024-10-29T18:39:25.271Z[ host-image] Oct 29 18:39:23.944 INFO O| Oct 29 18:39:23.944 INFO O| Done
78162024-10-29T18:39:25.272Z[ host-image] Oct 29 18:39:23.944 INFO O| Oct 29 18:39:23.944 INFO O| Done
78172024-10-29T18:39:25.760Z[ host-image] Oct 29 18:39:24.433 INFO O| Oct 29 18:39:24.433 INFO O| Done
78182024-10-29T18:39:25.778Z[ recovery-image] Oct 29 18:39:24.451 INFO O| Oct 29 18:39:24.451 INFO STEP 1206 (pack_tar) COMPLETE
78192024-10-29T18:39:25.781Z[ recovery-image] Oct 29 18:39:24.451 INFO O| Oct 29 18:39:24.451 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78202024-10-29T18:39:25.781Z[ recovery-image] Oct 29 18:39:24.451 INFO O| Oct 29 18:39:24.451 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim
78212024-10-29T18:39:26.501Z[ recovery-image] Oct 29 18:39:25.173 INFO O| Oct 29 18:39:25.173 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim
78222024-10-29T18:39:26.569Z[ recovery-image] Oct 29 18:39:25.242 INFO O| Oct 29 18:39:25.241 INFO completed processing gimlet/ramdisk-03-recovery-trim
78232024-10-29T18:39:26.575Z[ recovery-image] Oct 29 18:39:25.248 INFO image builder template: zfs-recovery...
78242024-10-29T18:39:26.578Z[ recovery-image] Oct 29 18:39:25.248 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/.tmp2e1Dzz/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
78252024-10-29T18:39:26.609Z[ recovery-image] Oct 29 18:39:25.282 INFO O| Oct 29 18:39:25.282 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78262024-10-29T18:39:26.614Z[ recovery-image] Oct 29 18:39:25.287 INFO O| Oct 29 18:39:25.287 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78272024-10-29T18:39:26.674Z[ recovery-image] Oct 29 18:39:25.347 INFO O| Oct 29 18:39:25.346 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled
78282024-10-29T18:39:26.769Z[ recovery-image] Oct 29 18:39:25.442 INFO O| Oct 29 18:39:25.442 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery
78292024-10-29T18:39:26.769Z[ recovery-image] Oct 29 18:39:25.442 INFO O| Oct 29 18:39:25.442 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery
78302024-10-29T18:39:26.774Z[ recovery-image] Oct 29 18:39:25.447 INFO O| Oct 29 18:39:25.447 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
78312024-10-29T18:39:26.876Z[ recovery-image] Oct 29 18:39:25.548 INFO O| Oct 29 18:39:25.548 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled
78322024-10-29T18:39:26.956Z[ recovery-image] Oct 29 18:39:25.628 INFO O| Oct 29 18:39:25.628 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery
78332024-10-29T18:39:26.966Z[ recovery-image] Oct 29 18:39:25.639 INFO O| Oct 29 18:39:25.639 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78342024-10-29T18:39:26.971Z[ recovery-image] Oct 29 18:39:25.644 INFO O| Oct 29 18:39:25.644 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot
78352024-10-29T18:39:26.973Z[ recovery-image] Oct 29 18:39:25.645 INFO O| Oct 29 18:39:25.645 INFO no lofi found
78362024-10-29T18:39:26.973Z[ recovery-image] Oct 29 18:39:25.645 INFO O| Oct 29 18:39:25.645 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal
78372024-10-29T18:39:26.973Z[ recovery-image] Oct 29 18:39:25.645 INFO O| Oct 29 18:39:25.645 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw
78382024-10-29T18:39:27.042Z[ host-image] Oct 29 18:39:25.715 INFO O| Oct 29 18:39:25.714 INFO O| Done
78392024-10-29T18:39:27.066Z[ host-image] Oct 29 18:39:25.739 INFO O| Oct 29 18:39:25.739 INFO O| Done
78402024-10-29T18:39:27.069Z[ host-image] Oct 29 18:39:25.739 INFO O| Oct 29 18:39:25.739 INFO O| Done
78412024-10-29T18:39:27.076Z[ host-image] Oct 29 18:39:25.749 INFO O| Oct 29 18:39:25.749 INFO O| Done
78422024-10-29T18:39:27.197Z[ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO STEP 14 (pkg_install) COMPLETE
78432024-10-29T18:39:27.200Z[ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78442024-10-29T18:39:27.200Z[ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO skip step because feature "mfg" is not enabled
78452024-10-29T18:39:27.200Z[ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78462024-10-29T18:39:27.200Z[ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO skip step because feature "compliance" is not enabled
78472024-10-29T18:39:27.200Z[ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78482024-10-29T18:39:27.200Z[ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO skip step because feature "stress" is not enabled
78492024-10-29T18:39:27.200Z[ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json
78502024-10-29T18:39:27.200Z[ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO skip step because feature "nfs" is not enabled
78512024-10-29T18:39:27.200Z[ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os
78522024-10-29T18:39:27.202Z[ host-image] Oct 29 18:39:25.867 INFO O| Oct 29 18:39:25.867 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
78532024-10-29T18:39:27.302Z[ host-image] Oct 29 18:39:25.975 INFO O| Oct 29 18:39:25.974 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os
78542024-10-29T18:39:27.429Z[ host-image] Oct 29 18:39:26.102 INFO O| Oct 29 18:39:26.102 INFO completed processing gimlet/ramdisk-01-os
78552024-10-29T18:39:27.432Z[ host-image] Oct 29 18:39:26.104 INFO omicron1 baseline generation...
78562024-10-29T18:39:27.432Z[ host-image] Oct 29 18:39:26.104 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None
78572024-10-29T18:39:27.833Z[ host-image] Oct 29 18:39:26.505 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z
78582024-10-29T18:39:29.338Z[ recovery-image] Oct 29 18:39:28.011 INFO O| Oct 29 18:39:28.011 INFO lofi device = /dev/dsk/c2t1d0p0
78592024-10-29T18:39:29.338Z[ recovery-image] Oct 29 18:39:28.011 INFO O| Oct 29 18:39:28.011 INFO pool device = /dev/dsk/c2t1d0p0
78602024-10-29T18:39:29.341Z[ recovery-image] Oct 29 18:39:28.011 INFO O| Oct 29 18:39:28.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
78612024-10-29T18:39:29.411Z[ recovery-image] Oct 29 18:39:28.084 INFO O| Oct 29 18:39:28.084 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78622024-10-29T18:39:29.412Z[ recovery-image] Oct 29 18:39:28.084 INFO O| Oct 29 18:39:28.084 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT
78632024-10-29T18:39:29.432Z[ recovery-image] Oct 29 18:39:28.104 INFO O| Oct 29 18:39:28.104 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off
78642024-10-29T18:39:29.491Z[ recovery-image] Oct 29 18:39:28.163 INFO O| Oct 29 18:39:28.163 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy
78652024-10-29T18:39:29.527Z[ recovery-image] Oct 29 18:39:28.200 INFO O| Oct 29 18:39:28.200 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk
78662024-10-29T18:39:29.542Z[ recovery-image] Oct 29 18:39:28.215 INFO O| Oct 29 18:39:28.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto
78672024-10-29T18:39:29.552Z[ recovery-image] Oct 29 18:39:28.225 INFO O| Oct 29 18:39:28.225 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy
78682024-10-29T18:39:29.599Z[ recovery-image] Oct 29 18:39:28.271 INFO O| Oct 29 18:39:28.271 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78692024-10-29T18:39:29.599Z[ recovery-image] Oct 29 18:39:28.271 INFO O| Oct 29 18:39:28.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a
78702024-10-29T18:39:29.601Z[ recovery-image] Oct 29 18:39:28.271 INFO O| Oct 29 18:39:28.271 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78712024-10-29T18:39:29.606Z[ recovery-image] Oct 29 18:39:28.279 INFO O| Oct 29 18:39:28.279 INFO boot environment UUID: 948525f7-140e-43ac-a336-86c311150ed6
78722024-10-29T18:39:29.606Z[ recovery-image] Oct 29 18:39:28.279 INFO O| Oct 29 18:39:28.279 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 948525f7-140e-43ac-a336-86c311150ed6
78732024-10-29T18:39:29.617Z[ recovery-image] Oct 29 18:39:28.290 INFO O| Oct 29 18:39:28.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static
78742024-10-29T18:39:29.630Z[ recovery-image] Oct 29 18:39:28.302 INFO O| Oct 29 18:39:28.302 INFO STEP 0 (create_be) COMPLETE
78752024-10-29T18:39:29.630Z[ recovery-image] Oct 29 18:39:28.302 INFO O| Oct 29 18:39:28.302 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
78762024-10-29T18:39:29.646Z[ recovery-image] Oct 29 18:39:28.318 INFO O| Oct 29 18:39:28.318 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"]
78772024-10-29T18:39:31.675Z[ recovery-image] Oct 29 18:39:30.347 INFO O| Oct 29 18:39:30.347 INFO STEP 1 (unpack_tar) COMPLETE
78782024-10-29T18:39:31.675Z[ recovery-image] Oct 29 18:39:30.347 INFO O| Oct 29 18:39:30.347 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78792024-10-29T18:39:31.686Z[ recovery-image] Oct 29 18:39:30.358 INFO O| Oct 29 18:39:30.358 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"]
78802024-10-29T18:39:32.180Z[ recovery-image] Oct 29 18:39:30.851 INFO O| Oct 29 18:39:30.851 INFO STEP 2 (devfsadm) COMPLETE
78812024-10-29T18:39:32.180Z[ recovery-image] Oct 29 18:39:30.851 INFO O| Oct 29 18:39:30.851 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78822024-10-29T18:39:32.190Z[ recovery-image] Oct 29 18:39:30.863 INFO O| Oct 29 18:39:30.862 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78832024-10-29T18:39:32.190Z[ recovery-image] Oct 29 18:39:30.863 INFO O| Oct 29 18:39:30.863 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
78842024-10-29T18:39:32.193Z[ recovery-image] Oct 29 18:39:30.863 INFO O| Oct 29 18:39:30.863 INFO STEP 3 (ensure_dir) COMPLETE
78852024-10-29T18:39:32.193Z[ recovery-image] Oct 29 18:39:30.863 INFO O| Oct 29 18:39:30.863 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78862024-10-29T18:39:32.201Z[ recovery-image] Oct 29 18:39:30.873 INFO O| Oct 29 18:39:30.873 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
78872024-10-29T18:39:32.201Z[ recovery-image] Oct 29 18:39:30.873 INFO O| Oct 29 18:39:30.873 INFO STEP 4 (ensure_dir) COMPLETE
78882024-10-29T18:39:32.201Z[ recovery-image] Oct 29 18:39:30.873 INFO O| Oct 29 18:39:30.873 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78892024-10-29T18:39:32.211Z[ recovery-image] Oct 29 18:39:30.883 INFO O| Oct 29 18:39:30.883 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
78902024-10-29T18:39:32.211Z[ recovery-image] Oct 29 18:39:30.883 INFO O| Oct 29 18:39:30.883 INFO STEP 5 (ensure_dir) COMPLETE
78912024-10-29T18:39:32.213Z[ recovery-image] Oct 29 18:39:30.883 INFO O| Oct 29 18:39:30.883 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78922024-10-29T18:39:32.220Z[ recovery-image] Oct 29 18:39:30.893 INFO O| Oct 29 18:39:30.893 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78932024-10-29T18:39:32.223Z[ recovery-image] Oct 29 18:39:30.893 INFO O| Oct 29 18:39:30.893 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
78942024-10-29T18:39:32.223Z[ recovery-image] Oct 29 18:39:30.893 INFO O| Oct 29 18:39:30.893 INFO STEP 6 (ensure_dir) COMPLETE
78952024-10-29T18:39:32.223Z[ recovery-image] Oct 29 18:39:30.893 INFO O| Oct 29 18:39:30.893 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
78962024-10-29T18:39:32.232Z[ recovery-image] Oct 29 18:39:30.904 INFO O| Oct 29 18:39:30.904 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78972024-10-29T18:39:32.233Z[ recovery-image] Oct 29 18:39:30.905 INFO O| Oct 29 18:39:30.905 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
78982024-10-29T18:39:32.236Z[ recovery-image] Oct 29 18:39:30.905 INFO O| Oct 29 18:39:30.905 INFO STEP 7 (ensure_dir) COMPLETE
78992024-10-29T18:39:32.236Z[ recovery-image] Oct 29 18:39:30.905 INFO O| Oct 29 18:39:30.905 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79002024-10-29T18:39:32.243Z[ recovery-image] Oct 29 18:39:30.915 INFO O| Oct 29 18:39:30.915 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg"
79012024-10-29T18:39:32.245Z[ recovery-image] Oct 29 18:39:30.915 INFO O| Oct 29 18:39:30.915 INFO STEP 8 (remove_files) COMPLETE
79022024-10-29T18:39:32.245Z[ recovery-image] Oct 29 18:39:30.915 INFO O| Oct 29 18:39:30.915 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79032024-10-29T18:39:32.254Z[ recovery-image] Oct 29 18:39:30.926 INFO O| Oct 29 18:39:30.926 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk"
79042024-10-29T18:39:32.257Z[ recovery-image] Oct 29 18:39:30.927 INFO O| Oct 29 18:39:30.927 INFO STEP 9 (remove_files) COMPLETE
79052024-10-29T18:39:32.257Z[ recovery-image] Oct 29 18:39:30.927 INFO O| Oct 29 18:39:30.927 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79062024-10-29T18:39:32.268Z[ recovery-image] Oct 29 18:39:30.940 INFO O| Oct 29 18:39:30.940 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk"
79072024-10-29T18:39:32.273Z[ recovery-image] Oct 29 18:39:30.941 INFO O| Oct 29 18:39:30.940 INFO STEP 10 (remove_files) COMPLETE
79082024-10-29T18:39:32.273Z[ recovery-image] Oct 29 18:39:30.941 INFO O| Oct 29 18:39:30.940 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79092024-10-29T18:39:32.282Z[ recovery-image] Oct 29 18:39:30.954 INFO O| Oct 29 18:39:30.954 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors"
79102024-10-29T18:39:32.285Z[ recovery-image] Oct 29 18:39:30.955 INFO O| Oct 29 18:39:30.954 INFO STEP 11 (remove_files) COMPLETE
79112024-10-29T18:39:32.285Z[ recovery-image] Oct 29 18:39:30.955 INFO O| Oct 29 18:39:30.955 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79122024-10-29T18:39:32.293Z[ recovery-image] Oct 29 18:39:30.966 INFO O| Oct 29 18:39:30.965 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb"
79132024-10-29T18:39:32.293Z[ recovery-image] Oct 29 18:39:30.966 INFO O| Oct 29 18:39:30.966 INFO STEP 12 (remove_files) COMPLETE
79142024-10-29T18:39:32.296Z[ recovery-image] Oct 29 18:39:30.966 INFO O| Oct 29 18:39:30.966 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79152024-10-29T18:39:32.304Z[ recovery-image] Oct 29 18:39:30.976 INFO O| Oct 29 18:39:30.976 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79162024-10-29T18:39:32.306Z[ recovery-image] Oct 29 18:39:30.976 INFO O| Oct 29 18:39:30.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg
79172024-10-29T18:39:32.306Z[ recovery-image] Oct 29 18:39:30.976 INFO O| Oct 29 18:39:30.976 INFO STEP 13 (ensure_dir) COMPLETE
79182024-10-29T18:39:32.306Z[ recovery-image] Oct 29 18:39:30.976 INFO O| Oct 29 18:39:30.976 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79192024-10-29T18:39:32.314Z[ recovery-image] Oct 29 18:39:30.986 INFO O| Oct 29 18:39:30.986 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79202024-10-29T18:39:32.317Z[ recovery-image] Oct 29 18:39:30.986 INFO O| Oct 29 18:39:30.986 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79212024-10-29T18:39:32.317Z[ recovery-image] Oct 29 18:39:30.986 INFO O| Oct 29 18:39:30.986 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk
79222024-10-29T18:39:32.317Z[ recovery-image] Oct 29 18:39:30.986 INFO O| Oct 29 18:39:30.986 INFO STEP 14 (ensure_dir) COMPLETE
79232024-10-29T18:39:32.317Z[ recovery-image] Oct 29 18:39:30.986 INFO O| Oct 29 18:39:30.986 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79242024-10-29T18:39:32.324Z[ recovery-image] Oct 29 18:39:30.996 INFO O| Oct 29 18:39:30.996 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79252024-10-29T18:39:32.327Z[ recovery-image] Oct 29 18:39:30.997 INFO O| Oct 29 18:39:30.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79262024-10-29T18:39:32.327Z[ recovery-image] Oct 29 18:39:30.997 INFO O| Oct 29 18:39:30.997 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk
79272024-10-29T18:39:32.327Z[ recovery-image] Oct 29 18:39:30.997 INFO O| Oct 29 18:39:30.997 INFO STEP 15 (ensure_dir) COMPLETE
79282024-10-29T18:39:32.327Z[ recovery-image] Oct 29 18:39:30.997 INFO O| Oct 29 18:39:30.997 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79292024-10-29T18:39:32.336Z[ recovery-image] Oct 29 18:39:31.008 INFO O| Oct 29 18:39:31.008 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79302024-10-29T18:39:32.336Z[ recovery-image] Oct 29 18:39:31.008 INFO O| Oct 29 18:39:31.008 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors
79312024-10-29T18:39:32.338Z[ recovery-image] Oct 29 18:39:31.008 INFO O| Oct 29 18:39:31.008 INFO STEP 16 (ensure_dir) COMPLETE
79322024-10-29T18:39:32.338Z[ recovery-image] Oct 29 18:39:31.008 INFO O| Oct 29 18:39:31.008 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79332024-10-29T18:39:32.346Z[ recovery-image] Oct 29 18:39:31.018 INFO O| Oct 29 18:39:31.018 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79342024-10-29T18:39:32.346Z[ recovery-image] Oct 29 18:39:31.018 INFO O| Oct 29 18:39:31.018 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb
79352024-10-29T18:39:32.346Z[ recovery-image] Oct 29 18:39:31.018 INFO O| Oct 29 18:39:31.018 INFO STEP 17 (ensure_dir) COMPLETE
79362024-10-29T18:39:32.349Z[ recovery-image] Oct 29 18:39:31.019 INFO O| Oct 29 18:39:31.018 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79372024-10-29T18:39:32.361Z[ recovery-image] Oct 29 18:39:31.033 INFO O| Oct 29 18:39:31.033 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
79382024-10-29T18:39:32.363Z[ recovery-image] Oct 29 18:39:31.033 INFO O| Oct 29 18:39:31.033 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog
79392024-10-29T18:39:32.363Z[ recovery-image] Oct 29 18:39:31.033 INFO O| Oct 29 18:39:31.033 INFO ok!
79402024-10-29T18:39:32.363Z[ recovery-image] Oct 29 18:39:31.033 INFO O| Oct 29 18:39:31.033 INFO STEP 18 (ensure_symlink) COMPLETE
79412024-10-29T18:39:32.363Z[ recovery-image] Oct 29 18:39:31.034 INFO O| Oct 29 18:39:31.034 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
79422024-10-29T18:39:32.384Z[ recovery-image] Oct 29 18:39:31.054 INFO O| Oct 29 18:39:31.054 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents
79432024-10-29T18:39:32.384Z[ recovery-image] Oct 29 18:39:31.054 INFO O| Oct 29 18:39:31.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure
79442024-10-29T18:39:32.389Z[ recovery-image] Oct 29 18:39:31.055 INFO O| Oct 29 18:39:31.054 INFO ok!
79452024-10-29T18:39:32.389Z[ recovery-image] Oct 29 18:39:31.055 INFO O| Oct 29 18:39:31.055 INFO STEP 19 (ensure_file) COMPLETE
79462024-10-29T18:39:32.389Z[ recovery-image] Oct 29 18:39:31.055 INFO O| Oct 29 18:39:31.055 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79472024-10-29T18:39:32.405Z[ recovery-image] Oct 29 18:39:31.074 INFO O| Oct 29 18:39:31.074 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist
79482024-10-29T18:39:32.405Z[ recovery-image] Oct 29 18:39:31.074 INFO O| Oct 29 18:39:31.074 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
79492024-10-29T18:39:32.407Z[ recovery-image] Oct 29 18:39:31.074 INFO O| Oct 29 18:39:31.074 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml
79502024-10-29T18:39:32.408Z[ recovery-image] Oct 29 18:39:31.074 INFO O| Oct 29 18:39:31.074 INFO ok!
79512024-10-29T18:39:32.408Z[ recovery-image] Oct 29 18:39:31.075 INFO O| Oct 29 18:39:31.074 INFO STEP 20 (ensure_symlink) COMPLETE
79522024-10-29T18:39:32.408Z[ recovery-image] Oct 29 18:39:31.075 INFO O| Oct 29 18:39:31.075 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79532024-10-29T18:39:32.426Z[ recovery-image] Oct 29 18:39:31.095 INFO O| Oct 29 18:39:31.095 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist
79542024-10-29T18:39:32.426Z[ recovery-image] Oct 29 18:39:31.095 INFO O| Oct 29 18:39:31.095 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
79552024-10-29T18:39:32.426Z[ recovery-image] Oct 29 18:39:31.096 INFO O| Oct 29 18:39:31.096 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml
79562024-10-29T18:39:32.426Z[ recovery-image] Oct 29 18:39:31.096 INFO O| Oct 29 18:39:31.096 INFO ok!
79572024-10-29T18:39:32.426Z[ recovery-image] Oct 29 18:39:31.096 INFO O| Oct 29 18:39:31.096 INFO STEP 21 (ensure_symlink) COMPLETE
79582024-10-29T18:39:32.433Z[ recovery-image] Oct 29 18:39:31.096 INFO O| Oct 29 18:39:31.096 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79592024-10-29T18:39:32.447Z[ recovery-image] Oct 29 18:39:31.118 INFO O| Oct 29 18:39:31.118 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist
79602024-10-29T18:39:32.447Z[ recovery-image] Oct 29 18:39:31.118 INFO O| Oct 29 18:39:31.118 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
79612024-10-29T18:39:32.447Z[ recovery-image] Oct 29 18:39:31.118 INFO O| Oct 29 18:39:31.118 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml
79622024-10-29T18:39:32.447Z[ recovery-image] Oct 29 18:39:31.118 INFO O| Oct 29 18:39:31.118 INFO ok!
79632024-10-29T18:39:32.447Z[ recovery-image] Oct 29 18:39:31.118 INFO O| Oct 29 18:39:31.118 INFO STEP 22 (ensure_symlink) COMPLETE
79642024-10-29T18:39:32.447Z[ recovery-image] Oct 29 18:39:31.118 INFO O| Oct 29 18:39:31.118 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
79652024-10-29T18:39:32.464Z[ recovery-image] Oct 29 18:39:31.136 INFO O| Oct 29 18:39:31.135 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist
79662024-10-29T18:39:32.464Z[ recovery-image] Oct 29 18:39:31.136 INFO O| Oct 29 18:39:31.136 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
79672024-10-29T18:39:32.473Z[ recovery-image] Oct 29 18:39:31.136 INFO O| Oct 29 18:39:31.136 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml
79682024-10-29T18:39:32.473Z[ recovery-image] Oct 29 18:39:31.136 INFO O| Oct 29 18:39:31.136 INFO ok!
79692024-10-29T18:39:32.473Z[ recovery-image] Oct 29 18:39:31.136 INFO O| Oct 29 18:39:31.136 INFO STEP 23 (ensure_symlink) COMPLETE
79702024-10-29T18:39:32.473Z[ recovery-image] Oct 29 18:39:31.136 INFO O| Oct 29 18:39:31.136 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79712024-10-29T18:39:32.479Z[ recovery-image] Oct 29 18:39:31.151 INFO O| Oct 29 18:39:31.151 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking
79722024-10-29T18:39:32.479Z[ recovery-image] Oct 29 18:39:31.151 INFO O| Oct 29 18:39:31.151 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 ...
79732024-10-29T18:39:32.490Z[ recovery-image] Oct 29 18:39:31.151 INFO O| Oct 29 18:39:31.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf
79742024-10-29T18:39:32.490Z[ recovery-image] Oct 29 18:39:31.151 INFO O| Oct 29 18:39:31.151 INFO ok!
79752024-10-29T18:39:32.490Z[ recovery-image] Oct 29 18:39:31.151 INFO O| Oct 29 18:39:31.151 INFO STEP 24 (ensure_file) COMPLETE
79762024-10-29T18:39:32.490Z[ recovery-image] Oct 29 18:39:31.151 INFO O| Oct 29 18:39:31.151 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
79772024-10-29T18:39:32.492Z[ recovery-image] Oct 29 18:39:31.164 INFO O| Oct 29 18:39:31.164 INFO updating shadow file
79782024-10-29T18:39:32.492Z[ recovery-image] Oct 29 18:39:31.164 INFO O| Oct 29 18:39:31.164 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79792024-10-29T18:39:32.492Z[ recovery-image] Oct 29 18:39:31.164 INFO O| Oct 29 18:39:31.164 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
79802024-10-29T18:39:32.492Z[ recovery-image] Oct 29 18:39:31.164 INFO O| Oct 29 18:39:31.164 INFO STEP 25 (shadow) COMPLETE
79812024-10-29T18:39:32.492Z[ recovery-image] Oct 29 18:39:31.164 INFO O| Oct 29 18:39:31.164 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79822024-10-29T18:39:32.504Z[ recovery-image] Oct 29 18:39:31.176 INFO O| Oct 29 18:39:31.176 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking
79832024-10-29T18:39:32.504Z[ recovery-image] Oct 29 18:39:31.176 INFO O| Oct 29 18:39:31.176 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ...
79842024-10-29T18:39:32.504Z[ recovery-image] Oct 29 18:39:31.176 INFO O| Oct 29 18:39:31.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts
79852024-10-29T18:39:32.506Z[ recovery-image] Oct 29 18:39:31.176 INFO O| Oct 29 18:39:31.176 INFO ok!
79862024-10-29T18:39:32.506Z[ recovery-image] Oct 29 18:39:31.176 INFO O| Oct 29 18:39:31.176 INFO STEP 26 (ensure_file) COMPLETE
79872024-10-29T18:39:32.506Z[ recovery-image] Oct 29 18:39:31.176 INFO O| Oct 29 18:39:31.176 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79882024-10-29T18:39:32.515Z[ recovery-image] Oct 29 18:39:31.188 INFO O| Oct 29 18:39:31.187 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist
79892024-10-29T18:39:32.515Z[ recovery-image] Oct 29 18:39:31.188 INFO O| Oct 29 18:39:31.188 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ...
79902024-10-29T18:39:32.516Z[ recovery-image] Oct 29 18:39:31.188 INFO O| Oct 29 18:39:31.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename
79912024-10-29T18:39:32.518Z[ recovery-image] Oct 29 18:39:31.188 INFO O| Oct 29 18:39:31.188 INFO ok!
79922024-10-29T18:39:32.518Z[ recovery-image] Oct 29 18:39:31.188 INFO O| Oct 29 18:39:31.188 INFO STEP 27 (ensure_file) COMPLETE
79932024-10-29T18:39:32.518Z[ recovery-image] Oct 29 18:39:31.188 INFO O| Oct 29 18:39:31.188 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
79942024-10-29T18:39:32.528Z[ recovery-image] Oct 29 18:39:31.200 INFO O| Oct 29 18:39:31.200 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking
79952024-10-29T18:39:32.528Z[ recovery-image] Oct 29 18:39:31.200 INFO O| Oct 29 18:39:31.200 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ...
79962024-10-29T18:39:32.531Z[ recovery-image] Oct 29 18:39:31.201 INFO O| Oct 29 18:39:31.201 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79972024-10-29T18:39:32.531Z[ recovery-image] Oct 29 18:39:31.201 INFO O| Oct 29 18:39:31.201 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent
79982024-10-29T18:39:32.531Z[ recovery-image] Oct 29 18:39:31.201 INFO O| Oct 29 18:39:31.201 INFO ok!
79992024-10-29T18:39:32.531Z[ recovery-image] Oct 29 18:39:31.201 INFO O| Oct 29 18:39:31.201 INFO STEP 28 (ensure_file) COMPLETE
80002024-10-29T18:39:32.531Z[ recovery-image] Oct 29 18:39:31.201 INFO O| Oct 29 18:39:31.201 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
80012024-10-29T18:39:32.539Z[ recovery-image] Oct 29 18:39:31.211 INFO O| Oct 29 18:39:31.211 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist
80022024-10-29T18:39:32.541Z[ recovery-image] Oct 29 18:39:31.211 INFO O| Oct 29 18:39:31.211 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ...
80032024-10-29T18:39:32.541Z[ recovery-image] Oct 29 18:39:31.211 INFO O| Oct 29 18:39:31.211 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf
80042024-10-29T18:39:32.541Z[ recovery-image] Oct 29 18:39:31.211 INFO O| Oct 29 18:39:31.211 INFO ok!
80052024-10-29T18:39:32.541Z[ recovery-image] Oct 29 18:39:31.211 INFO O| Oct 29 18:39:31.211 INFO STEP 29 (ensure_file) COMPLETE
80062024-10-29T18:39:32.541Z[ recovery-image] Oct 29 18:39:31.211 INFO O| Oct 29 18:39:31.211 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80072024-10-29T18:39:32.550Z[ recovery-image] Oct 29 18:39:31.222 INFO O| Oct 29 18:39:31.222 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist
80082024-10-29T18:39:32.550Z[ recovery-image] Oct 29 18:39:31.222 INFO O| Oct 29 18:39:31.222 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ...
80092024-10-29T18:39:32.552Z[ recovery-image] Oct 29 18:39:31.222 INFO O| Oct 29 18:39:31.222 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master
80102024-10-29T18:39:32.552Z[ recovery-image] Oct 29 18:39:31.222 INFO O| Oct 29 18:39:31.222 INFO ok!
80112024-10-29T18:39:32.552Z[ recovery-image] Oct 29 18:39:31.222 INFO O| Oct 29 18:39:31.222 INFO STEP 30 (ensure_file) COMPLETE
80122024-10-29T18:39:32.552Z[ recovery-image] Oct 29 18:39:31.222 INFO O| Oct 29 18:39:31.222 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80132024-10-29T18:39:32.562Z[ recovery-image] Oct 29 18:39:31.234 INFO O| Oct 29 18:39:31.234 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking
80142024-10-29T18:39:32.562Z[ recovery-image] Oct 29 18:39:31.234 INFO O| Oct 29 18:39:31.234 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ...
80152024-10-29T18:39:32.565Z[ recovery-image] Oct 29 18:39:31.235 INFO O| Oct 29 18:39:31.234 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80162024-10-29T18:39:32.565Z[ recovery-image] Oct 29 18:39:31.235 INFO O| Oct 29 18:39:31.235 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs
80172024-10-29T18:39:32.565Z[ recovery-image] Oct 29 18:39:31.235 INFO O| Oct 29 18:39:31.235 INFO ok!
80182024-10-29T18:39:32.565Z[ recovery-image] Oct 29 18:39:31.235 INFO O| Oct 29 18:39:31.235 INFO STEP 31 (ensure_file) COMPLETE
80192024-10-29T18:39:32.565Z[ recovery-image] Oct 29 18:39:31.235 INFO O| Oct 29 18:39:31.235 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80202024-10-29T18:39:32.574Z[ recovery-image] Oct 29 18:39:31.246 INFO O| Oct 29 18:39:31.246 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking
80212024-10-29T18:39:32.574Z[ recovery-image] Oct 29 18:39:31.246 INFO O| Oct 29 18:39:31.246 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ...
80222024-10-29T18:39:32.577Z[ recovery-image] Oct 29 18:39:31.247 INFO O| Oct 29 18:39:31.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init
80232024-10-29T18:39:32.577Z[ recovery-image] Oct 29 18:39:31.247 INFO O| Oct 29 18:39:31.247 INFO ok!
80242024-10-29T18:39:32.577Z[ recovery-image] Oct 29 18:39:31.247 INFO O| Oct 29 18:39:31.247 INFO STEP 32 (ensure_file) COMPLETE
80252024-10-29T18:39:32.577Z[ recovery-image] Oct 29 18:39:31.247 INFO O| Oct 29 18:39:31.247 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80262024-10-29T18:39:32.587Z[ recovery-image] Oct 29 18:39:31.259 INFO O| Oct 29 18:39:31.259 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
80272024-10-29T18:39:32.587Z[ recovery-image] Oct 29 18:39:31.259 INFO O| Oct 29 18:39:31.259 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ...
80282024-10-29T18:39:32.589Z[ recovery-image] Oct 29 18:39:31.259 INFO O| Oct 29 18:39:31.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config
80292024-10-29T18:39:32.589Z[ recovery-image] Oct 29 18:39:31.259 INFO O| Oct 29 18:39:31.259 INFO ok!
80302024-10-29T18:39:32.589Z[ recovery-image] Oct 29 18:39:31.259 INFO O| Oct 29 18:39:31.259 INFO STEP 33 (ensure_file) COMPLETE
80312024-10-29T18:39:32.589Z[ recovery-image] Oct 29 18:39:31.259 INFO O| Oct 29 18:39:31.259 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80322024-10-29T18:39:32.598Z[ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist
80332024-10-29T18:39:32.598Z[ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ...
80342024-10-29T18:39:32.601Z[ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80352024-10-29T18:39:32.601Z[ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80362024-10-29T18:39:32.601Z[ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80372024-10-29T18:39:32.601Z[ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams
80382024-10-29T18:39:32.601Z[ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO ok!
80392024-10-29T18:39:32.601Z[ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO STEP 34 (ensure_file) COMPLETE
80402024-10-29T18:39:32.601Z[ recovery-image] Oct 29 18:39:31.271 INFO O| Oct 29 18:39:31.271 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80412024-10-29T18:39:32.609Z[ recovery-image] Oct 29 18:39:31.281 INFO O| Oct 29 18:39:31.281 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80422024-10-29T18:39:32.611Z[ recovery-image] Oct 29 18:39:31.281 INFO O| Oct 29 18:39:31.281 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80432024-10-29T18:39:32.612Z[ recovery-image] Oct 29 18:39:31.282 INFO O| Oct 29 18:39:31.281 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware
80442024-10-29T18:39:32.612Z[ recovery-image] Oct 29 18:39:31.282 INFO O| Oct 29 18:39:31.282 INFO STEP 35 (ensure_dir) COMPLETE
80452024-10-29T18:39:32.612Z[ recovery-image] Oct 29 18:39:31.282 INFO O| Oct 29 18:39:31.282 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80462024-10-29T18:39:32.621Z[ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.293 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
80472024-10-29T18:39:32.621Z[ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 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 ...
80482024-10-29T18:39:32.624Z[ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 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
80492024-10-29T18:39:32.624Z[ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 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
80502024-10-29T18:39:32.624Z[ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 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
80512024-10-29T18:39:32.624Z[ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 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
80522024-10-29T18:39:32.624Z[ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 INFO ok!
80532024-10-29T18:39:32.624Z[ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 INFO STEP 36 (ensure_file) COMPLETE
80542024-10-29T18:39:32.624Z[ recovery-image] Oct 29 18:39:31.294 INFO O| Oct 29 18:39:31.294 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
80552024-10-29T18:39:32.632Z[ recovery-image] Oct 29 18:39:31.304 INFO O| Oct 29 18:39:31.304 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
80562024-10-29T18:39:32.632Z[ recovery-image] Oct 29 18:39:31.304 INFO O| Oct 29 18:39:31.304 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 ...
80572024-10-29T18:39:32.634Z[ recovery-image] Oct 29 18:39:31.304 INFO O| Oct 29 18:39:31.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin
80582024-10-29T18:39:32.634Z[ recovery-image] Oct 29 18:39:31.304 INFO O| Oct 29 18:39:31.304 INFO ok!
80592024-10-29T18:39:32.634Z[ recovery-image] Oct 29 18:39:31.304 INFO O| Oct 29 18:39:31.304 INFO STEP 37 (ensure_symlink) COMPLETE
80602024-10-29T18:39:32.634Z[ recovery-image] Oct 29 18:39:31.304 INFO O| Oct 29 18:39:31.304 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80612024-10-29T18:39:32.644Z[ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist
80622024-10-29T18:39:32.644Z[ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ...
80632024-10-29T18:39:32.646Z[ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80642024-10-29T18:39:32.647Z[ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80652024-10-29T18:39:32.647Z[ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80662024-10-29T18:39:32.647Z[ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname
80672024-10-29T18:39:32.647Z[ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO ok!
80682024-10-29T18:39:32.647Z[ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO STEP 38 (ensure_file) COMPLETE
80692024-10-29T18:39:32.647Z[ recovery-image] Oct 29 18:39:31.316 INFO O| Oct 29 18:39:31.316 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80702024-10-29T18:39:32.655Z[ recovery-image] Oct 29 18:39:31.327 INFO O| Oct 29 18:39:31.327 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist
80712024-10-29T18:39:32.655Z[ recovery-image] Oct 29 18:39:31.327 INFO O| Oct 29 18:39:31.327 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 ...
80722024-10-29T18:39:32.658Z[ recovery-image] Oct 29 18:39:31.327 INFO O| Oct 29 18:39:31.327 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
80732024-10-29T18:39:32.658Z[ recovery-image] Oct 29 18:39:31.327 INFO O| Oct 29 18:39:31.327 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml
80742024-10-29T18:39:32.660Z[ recovery-image] Oct 29 18:39:31.327 INFO O| Oct 29 18:39:31.327 INFO ok!
80752024-10-29T18:39:32.660Z[ recovery-image] Oct 29 18:39:31.327 INFO O| Oct 29 18:39:31.327 INFO STEP 39 (ensure_file) COMPLETE
80762024-10-29T18:39:32.660Z[ recovery-image] Oct 29 18:39:31.328 INFO O| Oct 29 18:39:31.327 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
80772024-10-29T18:39:32.668Z[ recovery-image] Oct 29 18:39:31.340 INFO O| Oct 29 18:39:31.340 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist
80782024-10-29T18:39:32.668Z[ recovery-image] Oct 29 18:39:31.340 INFO O| Oct 29 18:39:31.340 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ...
80792024-10-29T18:39:32.670Z[ recovery-image] Oct 29 18:39:31.340 INFO O| Oct 29 18:39:31.340 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml
80802024-10-29T18:39:32.670Z[ recovery-image] Oct 29 18:39:31.340 INFO O| Oct 29 18:39:31.340 INFO ok!
80812024-10-29T18:39:32.670Z[ recovery-image] Oct 29 18:39:31.340 INFO O| Oct 29 18:39:31.340 INFO STEP 40 (ensure_file) COMPLETE
80822024-10-29T18:39:32.670Z[ recovery-image] Oct 29 18:39:31.340 INFO O| Oct 29 18:39:31.340 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80832024-10-29T18:39:32.679Z[ recovery-image] Oct 29 18:39:31.351 INFO O| Oct 29 18:39:31.351 INFO updating shadow file
80842024-10-29T18:39:32.681Z[ recovery-image] Oct 29 18:39:31.351 INFO O| Oct 29 18:39:31.351 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow
80852024-10-29T18:39:32.682Z[ recovery-image] Oct 29 18:39:31.351 INFO O| Oct 29 18:39:31.351 INFO STEP 41 (shadow) COMPLETE
80862024-10-29T18:39:32.682Z[ recovery-image] Oct 29 18:39:31.351 INFO O| Oct 29 18:39:31.351 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
80872024-10-29T18:39:32.691Z[ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking
80882024-10-29T18:39:32.693Z[ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ...
80892024-10-29T18:39:32.693Z[ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80902024-10-29T18:39:32.693Z[ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login
80912024-10-29T18:39:32.693Z[ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 INFO ok!
80922024-10-29T18:39:32.694Z[ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 INFO STEP 42 (ensure_file) COMPLETE
80932024-10-29T18:39:32.694Z[ recovery-image] Oct 29 18:39:31.363 INFO O| Oct 29 18:39:31.363 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80942024-10-29T18:39:32.704Z[ recovery-image] Oct 29 18:39:31.375 INFO O| Oct 29 18:39:31.375 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt
80952024-10-29T18:39:32.705Z[ recovery-image] Oct 29 18:39:31.375 INFO O| Oct 29 18:39:31.375 INFO STEP 43 (ensure_dir) COMPLETE
80962024-10-29T18:39:32.707Z[ recovery-image] Oct 29 18:39:31.375 INFO O| Oct 29 18:39:31.375 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
80972024-10-29T18:39:32.716Z[ recovery-image] Oct 29 18:39:31.387 INFO O| Oct 29 18:39:31.387 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80982024-10-29T18:39:32.719Z[ recovery-image] Oct 29 18:39:31.387 INFO O| Oct 29 18:39:31.387 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide
80992024-10-29T18:39:32.719Z[ recovery-image] Oct 29 18:39:31.388 INFO O| Oct 29 18:39:31.387 INFO STEP 44 (ensure_dir) COMPLETE
81002024-10-29T18:39:32.719Z[ recovery-image] Oct 29 18:39:31.388 INFO O| Oct 29 18:39:31.388 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81012024-10-29T18:39:32.728Z[ recovery-image] Oct 29 18:39:31.400 INFO O| Oct 29 18:39:31.400 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81022024-10-29T18:39:32.728Z[ recovery-image] Oct 29 18:39:31.400 INFO O| Oct 29 18:39:31.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator
81032024-10-29T18:39:32.728Z[ recovery-image] Oct 29 18:39:31.400 INFO O| Oct 29 18:39:31.400 INFO STEP 45 (ensure_dir) COMPLETE
81042024-10-29T18:39:32.731Z[ recovery-image] Oct 29 18:39:31.400 INFO O| Oct 29 18:39:31.400 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81052024-10-29T18:39:32.741Z[ recovery-image] Oct 29 18:39:31.412 INFO O| Oct 29 18:39:31.412 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist
81062024-10-29T18:39:32.741Z[ recovery-image] Oct 29 18:39:31.413 INFO O| Oct 29 18:39:31.412 INFO copying /tmp/.tmp2e1Dzz/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ...
81072024-10-29T18:39:32.773Z[ recovery-image] Oct 29 18:39:31.445 INFO O| Oct 29 18:39:31.445 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator
81082024-10-29T18:39:32.773Z[ recovery-image] Oct 29 18:39:31.445 INFO O| Oct 29 18:39:31.445 INFO ok!
81092024-10-29T18:39:32.773Z[ recovery-image] Oct 29 18:39:31.445 INFO O| Oct 29 18:39:31.445 INFO STEP 46 (ensure_file) COMPLETE
81102024-10-29T18:39:32.776Z[ recovery-image] Oct 29 18:39:31.445 INFO O| Oct 29 18:39:31.445 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81112024-10-29T18:39:32.787Z[ recovery-image] Oct 29 18:39:31.459 INFO O| Oct 29 18:39:31.459 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81122024-10-29T18:39:32.787Z[ recovery-image] Oct 29 18:39:31.459 INFO O| Oct 29 18:39:31.459 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg
81132024-10-29T18:39:32.787Z[ recovery-image] Oct 29 18:39:31.459 INFO O| Oct 29 18:39:31.459 INFO STEP 47 (ensure_dir) COMPLETE
81142024-10-29T18:39:32.787Z[ recovery-image] Oct 29 18:39:31.459 INFO O| Oct 29 18:39:31.459 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81152024-10-29T18:39:32.799Z[ recovery-image] Oct 29 18:39:31.471 INFO O| Oct 29 18:39:31.471 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist
81162024-10-29T18:39:32.799Z[ recovery-image] Oct 29 18:39:31.471 INFO O| Oct 29 18:39:31.471 INFO copying /tmp/.tmp2e1Dzz/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ...
81172024-10-29T18:39:32.802Z[ recovery-image] Oct 29 18:39:31.471 INFO O| Oct 29 18:39:31.471 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION
81182024-10-29T18:39:32.802Z[ recovery-image] Oct 29 18:39:31.471 INFO O| Oct 29 18:39:31.471 INFO ok!
81192024-10-29T18:39:32.802Z[ recovery-image] Oct 29 18:39:31.471 INFO O| Oct 29 18:39:31.471 INFO STEP 48 (ensure_file) COMPLETE
81202024-10-29T18:39:32.802Z[ recovery-image] Oct 29 18:39:31.471 INFO O| Oct 29 18:39:31.471 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81212024-10-29T18:39:32.809Z[ recovery-image] Oct 29 18:39:31.481 INFO O| Oct 29 18:39:31.481 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81222024-10-29T18:39:32.812Z[ recovery-image] Oct 29 18:39:31.482 INFO O| Oct 29 18:39:31.481 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm
81232024-10-29T18:39:32.812Z[ recovery-image] Oct 29 18:39:31.482 INFO O| Oct 29 18:39:31.482 INFO STEP 49 (ensure_dir) COMPLETE
81242024-10-29T18:39:32.812Z[ recovery-image] Oct 29 18:39:31.482 INFO O| Oct 29 18:39:31.482 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81252024-10-29T18:39:32.819Z[ recovery-image] Oct 29 18:39:31.491 INFO O| Oct 29 18:39:31.491 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist
81262024-10-29T18:39:32.819Z[ recovery-image] Oct 29 18:39:31.491 INFO O| Oct 29 18:39:31.491 INFO copying /tmp/.tmp2e1Dzz/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ...
81272024-10-29T18:39:32.835Z[ recovery-image] Oct 29 18:39:31.507 INFO O| Oct 29 18:39:31.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm
81282024-10-29T18:39:32.837Z[ recovery-image] Oct 29 18:39:31.507 INFO O| Oct 29 18:39:31.507 INFO ok!
81292024-10-29T18:39:32.837Z[ recovery-image] Oct 29 18:39:31.507 INFO O| Oct 29 18:39:31.507 INFO STEP 50 (ensure_file) COMPLETE
81302024-10-29T18:39:32.837Z[ recovery-image] Oct 29 18:39:31.507 INFO O| Oct 29 18:39:31.507 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81312024-10-29T18:39:32.847Z[ recovery-image] Oct 29 18:39:31.519 INFO O| Oct 29 18:39:31.519 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist
81322024-10-29T18:39:32.847Z[ recovery-image] Oct 29 18:39:31.519 INFO O| Oct 29 18:39:31.519 INFO copying /tmp/.tmp2e1Dzz/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ...
81332024-10-29T18:39:33.338Z[ recovery-image] Oct 29 18:39:32.010 INFO O| Oct 29 18:39:32.010 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd
81342024-10-29T18:39:33.338Z[ recovery-image] Oct 29 18:39:32.010 INFO O| Oct 29 18:39:32.010 INFO ok!
81352024-10-29T18:39:33.341Z[ recovery-image] Oct 29 18:39:32.010 INFO O| Oct 29 18:39:32.010 INFO STEP 51 (ensure_file) COMPLETE
81362024-10-29T18:39:33.342Z[ recovery-image] Oct 29 18:39:32.010 INFO O| Oct 29 18:39:32.010 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81372024-10-29T18:39:33.349Z[ recovery-image] Oct 29 18:39:32.022 INFO O| Oct 29 18:39:32.021 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81382024-10-29T18:39:33.352Z[ recovery-image] Oct 29 18:39:32.022 INFO O| Oct 29 18:39:32.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg
81392024-10-29T18:39:33.352Z[ recovery-image] Oct 29 18:39:32.022 INFO O| Oct 29 18:39:32.022 INFO STEP 52 (ensure_dir) COMPLETE
81402024-10-29T18:39:33.352Z[ recovery-image] Oct 29 18:39:32.022 INFO O| Oct 29 18:39:32.022 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81412024-10-29T18:39:33.360Z[ recovery-image] Oct 29 18:39:32.032 INFO O| Oct 29 18:39:32.032 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
81422024-10-29T18:39:33.360Z[ recovery-image] Oct 29 18:39:32.032 INFO O| Oct 29 18:39:32.032 INFO copying /tmp/.tmp2e1Dzz/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 ...
81432024-10-29T18:39:33.360Z[ recovery-image] Oct 29 18:39:32.032 INFO O| Oct 29 18:39:32.032 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
81442024-10-29T18:39:33.362Z[ recovery-image] Oct 29 18:39:32.032 INFO O| Oct 29 18:39:32.032 INFO ok!
81452024-10-29T18:39:33.362Z[ recovery-image] Oct 29 18:39:32.032 INFO O| Oct 29 18:39:32.032 INFO STEP 53 (ensure_file) COMPLETE
81462024-10-29T18:39:33.362Z[ recovery-image] Oct 29 18:39:32.032 INFO O| Oct 29 18:39:32.032 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81472024-10-29T18:39:33.370Z[ recovery-image] Oct 29 18:39:32.042 INFO O| Oct 29 18:39:32.042 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
81482024-10-29T18:39:33.370Z[ recovery-image] Oct 29 18:39:32.042 INFO O| Oct 29 18:39:32.042 INFO copying /tmp/.tmp2e1Dzz/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 ...
81492024-10-29T18:39:33.372Z[ recovery-image] Oct 29 18:39:32.042 INFO O| Oct 29 18:39:32.042 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
81502024-10-29T18:39:33.372Z[ recovery-image] Oct 29 18:39:32.042 INFO O| Oct 29 18:39:32.042 INFO ok!
81512024-10-29T18:39:33.372Z[ recovery-image] Oct 29 18:39:32.042 INFO O| Oct 29 18:39:32.042 INFO STEP 54 (ensure_file) COMPLETE
81522024-10-29T18:39:33.372Z[ recovery-image] Oct 29 18:39:32.042 INFO O| Oct 29 18:39:32.042 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81532024-10-29T18:39:33.380Z[ recovery-image] Oct 29 18:39:32.052 INFO O| Oct 29 18:39:32.052 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81542024-10-29T18:39:33.380Z[ recovery-image] Oct 29 18:39:32.052 INFO O| Oct 29 18:39:32.052 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd
81552024-10-29T18:39:33.382Z[ recovery-image] Oct 29 18:39:32.052 INFO O| Oct 29 18:39:32.052 INFO STEP 55 (ensure_dir) COMPLETE
81562024-10-29T18:39:33.382Z[ recovery-image] Oct 29 18:39:32.052 INFO O| Oct 29 18:39:32.052 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81572024-10-29T18:39:33.392Z[ recovery-image] Oct 29 18:39:32.065 INFO O| Oct 29 18:39:32.065 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
81582024-10-29T18:39:33.395Z[ recovery-image] Oct 29 18:39:32.065 INFO O| Oct 29 18:39:32.065 INFO copying /tmp/.tmp2e1Dzz/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 ...
81592024-10-29T18:39:33.395Z[ recovery-image] Oct 29 18:39:32.065 INFO O| Oct 29 18:39:32.065 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
81602024-10-29T18:39:33.395Z[ recovery-image] Oct 29 18:39:32.065 INFO O| Oct 29 18:39:32.065 INFO ok!
81612024-10-29T18:39:33.395Z[ recovery-image] Oct 29 18:39:32.065 INFO O| Oct 29 18:39:32.065 INFO STEP 56 (ensure_file) COMPLETE
81622024-10-29T18:39:33.395Z[ recovery-image] Oct 29 18:39:32.065 INFO O| Oct 29 18:39:32.065 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81632024-10-29T18:39:33.403Z[ recovery-image] Oct 29 18:39:32.075 INFO O| Oct 29 18:39:32.075 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
81642024-10-29T18:39:33.406Z[ recovery-image] Oct 29 18:39:32.075 INFO O| Oct 29 18:39:32.075 INFO copying /tmp/.tmp2e1Dzz/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 ...
81652024-10-29T18:39:33.406Z[ recovery-image] Oct 29 18:39:32.076 INFO O| Oct 29 18:39:32.075 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
81662024-10-29T18:39:33.406Z[ recovery-image] Oct 29 18:39:32.076 INFO O| Oct 29 18:39:32.076 INFO ok!
81672024-10-29T18:39:33.406Z[ recovery-image] Oct 29 18:39:32.076 INFO O| Oct 29 18:39:32.076 INFO STEP 57 (ensure_file) COMPLETE
81682024-10-29T18:39:33.406Z[ recovery-image] Oct 29 18:39:32.076 INFO O| Oct 29 18:39:32.076 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81692024-10-29T18:39:33.413Z[ recovery-image] Oct 29 18:39:32.085 INFO O| Oct 29 18:39:32.085 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81702024-10-29T18:39:33.415Z[ recovery-image] Oct 29 18:39:32.085 INFO O| Oct 29 18:39:32.085 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm
81712024-10-29T18:39:33.415Z[ recovery-image] Oct 29 18:39:32.086 INFO O| Oct 29 18:39:32.085 INFO STEP 58 (ensure_dir) COMPLETE
81722024-10-29T18:39:33.416Z[ recovery-image] Oct 29 18:39:32.086 INFO O| Oct 29 18:39:32.085 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81732024-10-29T18:39:33.423Z[ recovery-image] Oct 29 18:39:32.095 INFO O| Oct 29 18:39:32.095 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
81742024-10-29T18:39:33.423Z[ recovery-image] Oct 29 18:39:32.095 INFO O| Oct 29 18:39:32.095 INFO copying /tmp/.tmp2e1Dzz/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 ...
81752024-10-29T18:39:33.425Z[ recovery-image] Oct 29 18:39:32.095 INFO O| Oct 29 18:39:32.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
81762024-10-29T18:39:33.425Z[ recovery-image] Oct 29 18:39:32.095 INFO O| Oct 29 18:39:32.095 INFO ok!
81772024-10-29T18:39:33.425Z[ recovery-image] Oct 29 18:39:32.095 INFO O| Oct 29 18:39:32.095 INFO STEP 59 (ensure_file) COMPLETE
81782024-10-29T18:39:33.425Z[ recovery-image] Oct 29 18:39:32.095 INFO O| Oct 29 18:39:32.095 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81792024-10-29T18:39:33.433Z[ recovery-image] Oct 29 18:39:32.105 INFO O| Oct 29 18:39:32.105 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist
81802024-10-29T18:39:33.433Z[ recovery-image] Oct 29 18:39:32.105 INFO O| Oct 29 18:39:32.105 INFO copying /tmp/.tmp2e1Dzz/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ...
81812024-10-29T18:39:33.436Z[ recovery-image] Oct 29 18:39:32.105 INFO O| Oct 29 18:39:32.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION
81822024-10-29T18:39:33.436Z[ recovery-image] Oct 29 18:39:32.105 INFO O| Oct 29 18:39:32.105 INFO ok!
81832024-10-29T18:39:33.436Z[ recovery-image] Oct 29 18:39:32.105 INFO O| Oct 29 18:39:32.105 INFO STEP 60 (ensure_file) COMPLETE
81842024-10-29T18:39:33.436Z[ recovery-image] Oct 29 18:39:32.105 INFO O| Oct 29 18:39:32.105 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81852024-10-29T18:39:33.444Z[ recovery-image] Oct 29 18:39:32.116 INFO O| Oct 29 18:39:32.116 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib
81862024-10-29T18:39:33.444Z[ recovery-image] Oct 29 18:39:32.116 INFO O| Oct 29 18:39:32.116 INFO STEP 61 (ensure_dir) COMPLETE
81872024-10-29T18:39:33.446Z[ recovery-image] Oct 29 18:39:32.116 INFO O| Oct 29 18:39:32.116 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81882024-10-29T18:39:33.454Z[ recovery-image] Oct 29 18:39:32.126 INFO O| Oct 29 18:39:32.126 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc
81892024-10-29T18:39:33.454Z[ recovery-image] Oct 29 18:39:32.126 INFO O| Oct 29 18:39:32.126 INFO STEP 62 (ensure_dir) COMPLETE
81902024-10-29T18:39:33.456Z[ recovery-image] Oct 29 18:39:32.126 INFO O| Oct 29 18:39:32.126 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81912024-10-29T18:39:33.464Z[ recovery-image] Oct 29 18:39:32.136 INFO O| Oct 29 18:39:32.136 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest
81922024-10-29T18:39:33.464Z[ recovery-image] Oct 29 18:39:32.136 INFO O| Oct 29 18:39:32.136 INFO STEP 63 (ensure_dir) COMPLETE
81932024-10-29T18:39:33.466Z[ recovery-image] Oct 29 18:39:32.136 INFO O| Oct 29 18:39:32.136 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81942024-10-29T18:39:33.474Z[ recovery-image] Oct 29 18:39:32.146 INFO O| Oct 29 18:39:32.146 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site
81952024-10-29T18:39:33.474Z[ recovery-image] Oct 29 18:39:32.146 INFO O| Oct 29 18:39:32.146 INFO STEP 64 (ensure_dir) COMPLETE
81962024-10-29T18:39:33.474Z[ recovery-image] Oct 29 18:39:32.146 INFO O| Oct 29 18:39:32.146 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json
81972024-10-29T18:39:33.484Z[ recovery-image] Oct 29 18:39:32.156 INFO O| Oct 29 18:39:32.156 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist
81982024-10-29T18:39:33.484Z[ recovery-image] Oct 29 18:39:32.156 INFO O| Oct 29 18:39:32.156 INFO copying /tmp/.tmp2e1Dzz/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ...
81992024-10-29T18:39:33.486Z[ recovery-image] Oct 29 18:39:32.156 INFO O| Oct 29 18:39:32.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml
82002024-10-29T18:39:33.486Z[ recovery-image] Oct 29 18:39:32.156 INFO O| Oct 29 18:39:32.156 INFO ok!
82012024-10-29T18:39:33.486Z[ recovery-image] Oct 29 18:39:32.156 INFO O| Oct 29 18:39:32.156 INFO STEP 65 (ensure_file) COMPLETE
82022024-10-29T18:39:33.486Z[ recovery-image] Oct 29 18:39:32.156 INFO O| Oct 29 18:39:32.156 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82032024-10-29T18:39:33.494Z[ recovery-image] Oct 29 18:39:32.166 INFO O| Oct 29 18:39:32.166 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec"
82042024-10-29T18:39:33.496Z[ recovery-image] Oct 29 18:39:32.167 INFO O| Oct 29 18:39:32.167 INFO STEP 66 (remove_files) COMPLETE
82052024-10-29T18:39:33.496Z[ recovery-image] Oct 29 18:39:32.167 INFO O| Oct 29 18:39:32.167 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82062024-10-29T18:39:33.504Z[ recovery-image] Oct 29 18:39:32.176 INFO O| Oct 29 18:39:32.176 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap"
82072024-10-29T18:39:33.507Z[ recovery-image] Oct 29 18:39:32.177 INFO O| Oct 29 18:39:32.177 INFO STEP 67 (remove_files) COMPLETE
82082024-10-29T18:39:33.507Z[ recovery-image] Oct 29 18:39:32.177 INFO O| Oct 29 18:39:32.177 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82092024-10-29T18:39:33.514Z[ recovery-image] Oct 29 18:39:32.186 INFO O| Oct 29 18:39:32.186 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc"
82102024-10-29T18:39:33.517Z[ recovery-image] Oct 29 18:39:32.187 INFO O| Oct 29 18:39:32.187 INFO STEP 68 (remove_files) COMPLETE
82112024-10-29T18:39:33.517Z[ recovery-image] Oct 29 18:39:32.187 INFO O| Oct 29 18:39:32.187 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82122024-10-29T18:39:33.524Z[ recovery-image] Oct 29 18:39:32.196 INFO O| Oct 29 18:39:32.196 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security"
82132024-10-29T18:39:33.527Z[ recovery-image] Oct 29 18:39:32.197 INFO O| Oct 29 18:39:32.197 INFO STEP 69 (remove_files) COMPLETE
82142024-10-29T18:39:33.527Z[ recovery-image] Oct 29 18:39:32.197 INFO O| Oct 29 18:39:32.197 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82152024-10-29T18:39:33.534Z[ recovery-image] Oct 29 18:39:32.206 INFO O| Oct 29 18:39:32.206 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares"
82162024-10-29T18:39:33.536Z[ recovery-image] Oct 29 18:39:32.207 INFO O| Oct 29 18:39:32.207 INFO STEP 70 (remove_files) COMPLETE
82172024-10-29T18:39:33.536Z[ recovery-image] Oct 29 18:39:32.207 INFO O| Oct 29 18:39:32.207 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82182024-10-29T18:39:33.544Z[ recovery-image] Oct 29 18:39:32.216 INFO O| Oct 29 18:39:32.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb"
82192024-10-29T18:39:33.547Z[ recovery-image] Oct 29 18:39:32.216 INFO O| Oct 29 18:39:32.216 INFO STEP 71 (remove_files) COMPLETE
82202024-10-29T18:39:33.547Z[ recovery-image] Oct 29 18:39:32.216 INFO O| Oct 29 18:39:32.216 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82212024-10-29T18:39:33.554Z[ recovery-image] Oct 29 18:39:32.226 INFO O| Oct 29 18:39:32.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml"
82222024-10-29T18:39:33.554Z[ recovery-image] Oct 29 18:39:32.226 INFO O| Oct 29 18:39:32.226 INFO STEP 72 (remove_files) COMPLETE
82232024-10-29T18:39:33.554Z[ recovery-image] Oct 29 18:39:32.226 INFO O| Oct 29 18:39:32.226 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82242024-10-29T18:39:33.564Z[ recovery-image] Oct 29 18:39:32.236 INFO O| Oct 29 18:39:32.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml"
82252024-10-29T18:39:33.564Z[ recovery-image] Oct 29 18:39:32.236 INFO O| Oct 29 18:39:32.236 INFO STEP 73 (remove_files) COMPLETE
82262024-10-29T18:39:33.564Z[ recovery-image] Oct 29 18:39:32.236 INFO O| Oct 29 18:39:32.236 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82272024-10-29T18:39:33.574Z[ recovery-image] Oct 29 18:39:32.246 INFO O| Oct 29 18:39:32.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml"
82282024-10-29T18:39:33.574Z[ recovery-image] Oct 29 18:39:32.246 INFO O| Oct 29 18:39:32.246 INFO STEP 74 (remove_files) COMPLETE
82292024-10-29T18:39:33.578Z[ recovery-image] Oct 29 18:39:32.246 INFO O| Oct 29 18:39:32.246 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82302024-10-29T18:39:33.584Z[ recovery-image] Oct 29 18:39:32.256 INFO O| Oct 29 18:39:32.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml"
82312024-10-29T18:39:33.584Z[ recovery-image] Oct 29 18:39:32.256 INFO O| Oct 29 18:39:32.256 INFO STEP 75 (remove_files) COMPLETE
82322024-10-29T18:39:33.586Z[ recovery-image] Oct 29 18:39:32.256 INFO O| Oct 29 18:39:32.256 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82332024-10-29T18:39:33.594Z[ recovery-image] Oct 29 18:39:32.266 INFO O| Oct 29 18:39:32.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml"
82342024-10-29T18:39:33.594Z[ recovery-image] Oct 29 18:39:32.266 INFO O| Oct 29 18:39:32.266 INFO STEP 76 (remove_files) COMPLETE
82352024-10-29T18:39:33.596Z[ recovery-image] Oct 29 18:39:32.266 INFO O| Oct 29 18:39:32.266 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82362024-10-29T18:39:33.604Z[ recovery-image] Oct 29 18:39:32.276 INFO O| Oct 29 18:39:32.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml"
82372024-10-29T18:39:33.604Z[ recovery-image] Oct 29 18:39:32.276 INFO O| Oct 29 18:39:32.276 INFO STEP 77 (remove_files) COMPLETE
82382024-10-29T18:39:33.606Z[ recovery-image] Oct 29 18:39:32.276 INFO O| Oct 29 18:39:32.276 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82392024-10-29T18:39:33.615Z[ recovery-image] Oct 29 18:39:32.287 INFO O| Oct 29 18:39:32.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml"
82402024-10-29T18:39:33.615Z[ recovery-image] Oct 29 18:39:32.287 INFO O| Oct 29 18:39:32.287 INFO STEP 78 (remove_files) COMPLETE
82412024-10-29T18:39:33.615Z[ recovery-image] Oct 29 18:39:32.287 INFO O| Oct 29 18:39:32.287 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82422024-10-29T18:39:33.625Z[ recovery-image] Oct 29 18:39:32.297 INFO O| Oct 29 18:39:32.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml"
82432024-10-29T18:39:33.625Z[ recovery-image] Oct 29 18:39:32.298 INFO O| Oct 29 18:39:32.298 INFO STEP 79 (remove_files) COMPLETE
82442024-10-29T18:39:33.628Z[ recovery-image] Oct 29 18:39:32.298 INFO O| Oct 29 18:39:32.298 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82452024-10-29T18:39:33.639Z[ recovery-image] Oct 29 18:39:32.310 INFO O| Oct 29 18:39:32.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml"
82462024-10-29T18:39:33.639Z[ recovery-image] Oct 29 18:39:32.311 INFO O| Oct 29 18:39:32.311 INFO STEP 80 (remove_files) COMPLETE
82472024-10-29T18:39:33.641Z[ recovery-image] Oct 29 18:39:32.311 INFO O| Oct 29 18:39:32.311 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82482024-10-29T18:39:33.651Z[ recovery-image] Oct 29 18:39:32.323 INFO O| Oct 29 18:39:32.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml"
82492024-10-29T18:39:33.651Z[ recovery-image] Oct 29 18:39:32.323 INFO O| Oct 29 18:39:32.323 INFO STEP 81 (remove_files) COMPLETE
82502024-10-29T18:39:33.654Z[ recovery-image] Oct 29 18:39:32.323 INFO O| Oct 29 18:39:32.323 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82512024-10-29T18:39:33.662Z[ recovery-image] Oct 29 18:39:32.334 INFO O| Oct 29 18:39:32.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml"
82522024-10-29T18:39:33.662Z[ recovery-image] Oct 29 18:39:32.334 INFO O| Oct 29 18:39:32.334 INFO STEP 82 (remove_files) COMPLETE
82532024-10-29T18:39:33.662Z[ recovery-image] Oct 29 18:39:32.334 INFO O| Oct 29 18:39:32.334 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82542024-10-29T18:39:33.671Z[ recovery-image] Oct 29 18:39:32.343 INFO O| Oct 29 18:39:32.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml"
82552024-10-29T18:39:33.671Z[ recovery-image] Oct 29 18:39:32.343 INFO O| Oct 29 18:39:32.343 INFO STEP 83 (remove_files) COMPLETE
82562024-10-29T18:39:33.671Z[ recovery-image] Oct 29 18:39:32.343 INFO O| Oct 29 18:39:32.343 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82572024-10-29T18:39:33.681Z[ recovery-image] Oct 29 18:39:32.353 INFO O| Oct 29 18:39:32.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml"
82582024-10-29T18:39:33.683Z[ recovery-image] Oct 29 18:39:32.353 INFO O| Oct 29 18:39:32.353 INFO STEP 84 (remove_files) COMPLETE
82592024-10-29T18:39:33.683Z[ recovery-image] Oct 29 18:39:32.353 INFO O| Oct 29 18:39:32.353 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82602024-10-29T18:39:33.691Z[ recovery-image] Oct 29 18:39:32.364 INFO O| Oct 29 18:39:32.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml"
82612024-10-29T18:39:33.691Z[ recovery-image] Oct 29 18:39:32.364 INFO O| Oct 29 18:39:32.364 INFO STEP 85 (remove_files) COMPLETE
82622024-10-29T18:39:33.694Z[ recovery-image] Oct 29 18:39:32.364 INFO O| Oct 29 18:39:32.364 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82632024-10-29T18:39:33.702Z[ recovery-image] Oct 29 18:39:32.374 INFO O| Oct 29 18:39:32.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
82642024-10-29T18:39:33.704Z[ recovery-image] Oct 29 18:39:32.374 INFO O| Oct 29 18:39:32.374 INFO STEP 86 (remove_files) COMPLETE
82652024-10-29T18:39:33.704Z[ recovery-image] Oct 29 18:39:32.374 INFO O| Oct 29 18:39:32.374 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82662024-10-29T18:39:33.712Z[ recovery-image] Oct 29 18:39:32.384 INFO O| Oct 29 18:39:32.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat"
82672024-10-29T18:39:33.712Z[ recovery-image] Oct 29 18:39:32.384 INFO O| Oct 29 18:39:32.384 INFO STEP 87 (remove_files) COMPLETE
82682024-10-29T18:39:33.712Z[ recovery-image] Oct 29 18:39:32.384 INFO O| Oct 29 18:39:32.384 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82692024-10-29T18:39:33.723Z[ recovery-image] Oct 29 18:39:32.395 INFO O| Oct 29 18:39:32.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
82702024-10-29T18:39:33.723Z[ recovery-image] Oct 29 18:39:32.395 INFO O| Oct 29 18:39:32.395 INFO STEP 88 (remove_files) COMPLETE
82712024-10-29T18:39:33.725Z[ recovery-image] Oct 29 18:39:32.395 INFO O| Oct 29 18:39:32.395 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82722024-10-29T18:39:33.733Z[ recovery-image] Oct 29 18:39:32.405 INFO O| Oct 29 18:39:32.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml"
82732024-10-29T18:39:33.733Z[ recovery-image] Oct 29 18:39:32.405 INFO O| Oct 29 18:39:32.405 INFO STEP 89 (remove_files) COMPLETE
82742024-10-29T18:39:33.736Z[ recovery-image] Oct 29 18:39:32.405 INFO O| Oct 29 18:39:32.405 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82752024-10-29T18:39:33.743Z[ recovery-image] Oct 29 18:39:32.416 INFO O| Oct 29 18:39:32.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml"
82762024-10-29T18:39:33.743Z[ recovery-image] Oct 29 18:39:32.416 INFO O| Oct 29 18:39:32.416 INFO STEP 90 (remove_files) COMPLETE
82772024-10-29T18:39:33.746Z[ recovery-image] Oct 29 18:39:32.416 INFO O| Oct 29 18:39:32.416 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82782024-10-29T18:39:33.753Z[ recovery-image] Oct 29 18:39:32.425 INFO O| Oct 29 18:39:32.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml"
82792024-10-29T18:39:33.753Z[ recovery-image] Oct 29 18:39:32.426 INFO O| Oct 29 18:39:32.426 INFO STEP 91 (remove_files) COMPLETE
82802024-10-29T18:39:33.756Z[ recovery-image] Oct 29 18:39:32.426 INFO O| Oct 29 18:39:32.426 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82812024-10-29T18:39:33.764Z[ recovery-image] Oct 29 18:39:32.436 INFO O| Oct 29 18:39:32.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml"
82822024-10-29T18:39:33.766Z[ recovery-image] Oct 29 18:39:32.436 INFO O| Oct 29 18:39:32.436 INFO STEP 92 (remove_files) COMPLETE
82832024-10-29T18:39:33.766Z[ recovery-image] Oct 29 18:39:32.436 INFO O| Oct 29 18:39:32.436 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82842024-10-29T18:39:33.774Z[ recovery-image] Oct 29 18:39:32.446 INFO O| Oct 29 18:39:32.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml"
82852024-10-29T18:39:33.774Z[ recovery-image] Oct 29 18:39:32.446 INFO O| Oct 29 18:39:32.446 INFO STEP 93 (remove_files) COMPLETE
82862024-10-29T18:39:33.776Z[ recovery-image] Oct 29 18:39:32.446 INFO O| Oct 29 18:39:32.446 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
82872024-10-29T18:39:33.785Z[ recovery-image] Oct 29 18:39:32.457 INFO O| Oct 29 18:39:32.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml"
82882024-10-29T18:39:33.785Z[ recovery-image] Oct 29 18:39:32.457 INFO O| Oct 29 18:39:32.457 INFO STEP 94 (remove_files) COMPLETE
82892024-10-29T18:39:33.787Z[ recovery-image] Oct 29 18:39:32.457 INFO O| Oct 29 18:39:32.457 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json
82902024-10-29T18:39:33.800Z[ recovery-image] Oct 29 18:39:32.472 INFO O| Oct 29 18:39:32.472 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal
82912024-10-29T18:39:33.802Z[ recovery-image] Oct 29 18:39:32.473 INFO O| Oct 29 18:39:32.472 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_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"}
82922024-10-29T18:39:39.754Z[ recovery-image] Oct 29 18:39:38.425 INFO O| Oct 29 18:39:38.425 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
82932024-10-29T18:39:39.754Z[ recovery-image] Oct 29 18:39:38.425 INFO O| Oct 29 18:39:38.425 INFO E| svccfg: Loaded 67 smf(7) service descriptions
82942024-10-29T18:39:39.767Z[ recovery-image] Oct 29 18:39:38.438 INFO O| Oct 29 18:39:38.438 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
82952024-10-29T18:39:39.845Z[ recovery-image] Oct 29 18:39:38.516 INFO O| Oct 29 18:39:38.516 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist
82962024-10-29T18:39:39.845Z[ recovery-image] Oct 29 18:39:38.516 INFO O| Oct 29 18:39:38.516 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 ...
82972024-10-29T18:39:39.847Z[ recovery-image] Oct 29 18:39:38.518 INFO O| Oct 29 18:39:38.517 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db
82982024-10-29T18:39:39.848Z[ recovery-image] Oct 29 18:39:38.518 INFO O| Oct 29 18:39:38.518 INFO ok!
82992024-10-29T18:39:39.848Z[ recovery-image] Oct 29 18:39:38.518 INFO O| Oct 29 18:39:38.518 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing
83002024-10-29T18:39:39.848Z[ recovery-image] Oct 29 18:39:38.518 INFO O| Oct 29 18:39:38.518 INFO STEP 95 (seed_smf) COMPLETE
83012024-10-29T18:39:39.848Z[ recovery-image] Oct 29 18:39:38.518 INFO O| Oct 29 18:39:38.518 INFO steps complete; finalising image!
83022024-10-29T18:39:39.848Z[ recovery-image] Oct 29 18:39:38.518 INFO O| Oct 29 18:39:38.518 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery
83032024-10-29T18:39:39.880Z[ recovery-image] Oct 29 18:39:38.552 INFO O| Oct 29 18:39:38.552 INFO trim TEMPORARY-gimlet-zfs-recovery: (8% trimmed, started at Tue Oct 29 18:39:38 2024)
83042024-10-29T18:39:40.087Z[ recovery-image] Oct 29 18:39:38.758 INFO O| Oct 29 18:39:38.758 INFO trim TEMPORARY-gimlet-zfs-recovery: (68% trimmed, started at Tue Oct 29 18:39:38 2024)
83052024-10-29T18:39:40.294Z[ recovery-image] Oct 29 18:39:38.964 INFO O| Oct 29 18:39:38.964 INFO trim TEMPORARY-gimlet-zfs-recovery: (68% trimmed, started at Tue Oct 29 18:39:38 2024)
83062024-10-29T18:39:40.516Z[ recovery-image] Oct 29 18:39:39.187 INFO O| Oct 29 18:39:39.187 INFO temporary pool has 411M used, 1.35G avail, 1.00x compressratio
83072024-10-29T18:39:40.516Z[ recovery-image] Oct 29 18:39:39.187 INFO O| Oct 29 18:39:39.187 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery
83082024-10-29T18:39:40.760Z[ recovery-image] Oct 29 18:39:39.431 INFO O| Oct 29 18:39:39.431 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
83092024-10-29T18:39:40.760Z[ recovery-image] Oct 29 18:39:39.431 INFO O| Oct 29 18:39:39.431 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal
83102024-10-29T18:39:43.828Z[ recovery-image] Oct 29 18:39:42.499 INFO O| Oct 29 18:39:42.499 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83112024-10-29T18:39:43.828Z[ recovery-image] Oct 29 18:39:42.499 INFO O| Oct 29 18:39:42.499 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83122024-10-29T18:39:43.831Z[ recovery-image] Oct 29 18:39:42.499 INFO O| Oct 29 18:39:42.499 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw
83132024-10-29T18:39:43.831Z[ recovery-image] Oct 29 18:39:42.499 INFO O| Oct 29 18:39:42.499 INFO completed processing gimlet/zfs-recovery
83142024-10-29T18:39:43.831Z[ recovery-image] Oct 29 18:39:42.499 INFO O| Oct 29 18:39:42.499 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery
83152024-10-29T18:39:44.018Z[ recovery-image] Oct 29 18:39:42.689 INFO O| Oct 29 18:39:42.689 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery
83162024-10-29T18:39:44.096Z[ recovery-image] Oct 29 18:39:42.767 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
83172024-10-29T18:39:44.099Z[ recovery-image] Oct 29 18:39:42.767 INFO expanded image name: "recovery 608b336/${os_short_commit} 2024-10-29 18:11" -> "recovery 608b336/54a974b 2024-10-29 18:11"
83182024-10-29T18:39:44.099Z[ recovery-image] Oct 29 18:39:42.767 INFO output artefacts stored in: "/work/os-recovery"
83192024-10-29T18:39:44.099Z[ recovery-image] Oct 29 18:39:42.768 INFO collecting git info from project "image-builder"...
83202024-10-29T18:39:44.107Z[ recovery-image] Oct 29 18:39:42.778 INFO collecting git info from project "chelsio-t6-roms"...
83212024-10-29T18:39:44.129Z[ recovery-image] Oct 29 18:39:42.799 INFO collecting git info from project "bootserver"...
83222024-10-29T18:39:44.135Z[ recovery-image] Oct 29 18:39:42.806 INFO collecting git info from project "amd-firmware"...
83232024-10-29T18:39:44.404Z[ recovery-image] Oct 29 18:39:43.074 INFO collecting git info from project "pilot"...
83242024-10-29T18:39:44.415Z[ recovery-image] Oct 29 18:39:43.086 INFO collecting git info from project "phbl"...
83252024-10-29T18:39:44.421Z[ recovery-image] Oct 29 18:39:43.092 INFO collecting git info from project "pinprick"...
83262024-10-29T18:39:44.426Z[ recovery-image] Oct 29 18:39:43.096 INFO collecting git info from project "amd-host-image-builder"...
83272024-10-29T18:39:44.483Z[ recovery-image] Oct 29 18:39:43.154 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
83282024-10-29T18:39:44.840Z[ recovery-image] Oct 29 18:39:43.510 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
83292024-10-29T18:39:45.189Z[ recovery-image] Oct 29 18:39:43.860 INFO creating Oxide boot image...
83302024-10-29T18:39:45.189Z[ recovery-image] Oct 29 18:39:43.860 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 608b336/54a974b 2024-10-29 18:11", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None
83312024-10-29T18:40:17.145Z[ host-image] Oct 29 18:40:15.812 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z
83322024-10-29T18:40:17.145Z[ host-image] Oct 29 18:40:15.812 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z
83332024-10-29T18:40:17.148Z[ host-image] Oct 29 18:40:15.812 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z
83342024-10-29T18:40:17.148Z[ host-image] Oct 29 18:40:15.813 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z
83352024-10-29T18:40:17.148Z[ host-image] Oct 29 18:40:15.813 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z
83362024-10-29T18:40:17.148Z[ host-image] Oct 29 18:40:15.813 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z
83372024-10-29T18:40:17.148Z[ host-image] Oct 29 18:40:15.814 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z
83382024-10-29T18:40:17.148Z[ host-image] Oct 29 18:40:15.814 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z
83392024-10-29T18:40:17.148Z[ host-image] Oct 29 18:40:15.814 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z
83402024-10-29T18:40:17.148Z[ host-image] Oct 29 18:40:15.814 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z
83412024-10-29T18:40:17.148Z[ host-image] Oct 29 18:40:15.814 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z
83422024-10-29T18:40:17.151Z[ host-image] Oct 29 18:40:15.816 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z
83432024-10-29T18:40:17.151Z[ host-image] Oct 29 18:40:15.817 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z
83442024-10-29T18:40:17.151Z[ host-image] Oct 29 18:40:15.817 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z
83452024-10-29T18:40:17.151Z[ host-image] Oct 29 18:40:15.818 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z
83462024-10-29T18:40:17.151Z[ host-image] Oct 29 18:40:15.818 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z
83472024-10-29T18:40:17.154Z[ host-image] Oct 29 18:40:15.819 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z
83482024-10-29T18:40:17.154Z[ host-image] Oct 29 18:40:15.819 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z
83492024-10-29T18:40:17.154Z[ host-image] Oct 29 18:40:15.819 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z
83502024-10-29T18:40:17.154Z[ host-image] Oct 29 18:40:15.819 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z
83512024-10-29T18:40:17.154Z[ host-image] Oct 29 18:40:15.820 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z
83522024-10-29T18:40:17.154Z[ host-image] Oct 29 18:40:15.820 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z
83532024-10-29T18:40:17.155Z[ host-image] Oct 29 18:40:15.820 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z
83542024-10-29T18:40:17.155Z[ host-image] Oct 29 18:40:15.820 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z
83552024-10-29T18:40:17.155Z[ host-image] Oct 29 18:40:15.820 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z
83562024-10-29T18:40:17.155Z[ host-image] Oct 29 18:40:15.820 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z
83572024-10-29T18:40:17.155Z[ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z
83582024-10-29T18:40:17.155Z[ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z
83592024-10-29T18:40:17.155Z[ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z
83602024-10-29T18:40:17.155Z[ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z
83612024-10-29T18:40:17.155Z[ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z
83622024-10-29T18:40:17.155Z[ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z
83632024-10-29T18:40:17.158Z[ host-image] Oct 29 18:40:15.821 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z
83642024-10-29T18:40:17.158Z[ host-image] Oct 29 18:40:15.822 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z
83652024-10-29T18:40:17.158Z[ host-image] Oct 29 18:40:15.823 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z
83662024-10-29T18:40:17.165Z[ host-image] Oct 29 18:40:15.832 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z
83672024-10-29T18:40:17.167Z[ host-image] Oct 29 18:40:15.832 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z
83682024-10-29T18:40:17.167Z[ host-image] Oct 29 18:40:15.832 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z
83692024-10-29T18:40:17.167Z[ host-image] Oct 29 18:40:15.833 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z
83702024-10-29T18:40:17.167Z[ host-image] Oct 29 18:40:15.833 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z
83712024-10-29T18:40:17.167Z[ host-image] Oct 29 18:40:15.834 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z
83722024-10-29T18:40:17.167Z[ host-image] Oct 29 18:40:15.834 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z
83732024-10-29T18:40:17.167Z[ host-image] Oct 29 18:40:15.834 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z
83742024-10-29T18:40:17.170Z[ host-image] Oct 29 18:40:15.835 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z
83752024-10-29T18:40:17.170Z[ host-image] Oct 29 18:40:15.835 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z
83762024-10-29T18:40:17.181Z[ host-image] Oct 29 18:40:15.848 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z
83772024-10-29T18:40:17.181Z[ host-image] Oct 29 18:40:15.848 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z
83782024-10-29T18:40:17.183Z[ host-image] Oct 29 18:40:15.848 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z
83792024-10-29T18:40:17.183Z[ host-image] Oct 29 18:40:15.849 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z
83802024-10-29T18:40:17.183Z[ host-image] Oct 29 18:40:15.849 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z
83812024-10-29T18:40:17.183Z[ host-image] Oct 29 18:40:15.850 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z
83822024-10-29T18:40:17.219Z[ host-image] Oct 29 18:40:15.886 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z
83832024-10-29T18:40:17.222Z[ host-image] Oct 29 18:40:15.887 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z
83842024-10-29T18:40:17.222Z[ host-image] Oct 29 18:40:15.887 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z
83852024-10-29T18:40:17.222Z[ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z
83862024-10-29T18:40:17.222Z[ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z
83872024-10-29T18:40:17.222Z[ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z
83882024-10-29T18:40:17.222Z[ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z
83892024-10-29T18:40:17.223Z[ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z
83902024-10-29T18:40:17.223Z[ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z
83912024-10-29T18:40:17.223Z[ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z
83922024-10-29T18:40:17.223Z[ host-image] Oct 29 18:40:15.888 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z
83932024-10-29T18:40:17.223Z[ host-image] Oct 29 18:40:15.889 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z
83942024-10-29T18:40:17.226Z[ host-image] Oct 29 18:40:15.893 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z
83952024-10-29T18:40:17.228Z[ host-image] Oct 29 18:40:15.894 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z
83962024-10-29T18:40:17.229Z[ host-image] Oct 29 18:40:15.894 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z
83972024-10-29T18:40:17.229Z[ host-image] Oct 29 18:40:15.894 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z
83982024-10-29T18:40:17.229Z[ host-image] Oct 29 18:40:15.894 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z
83992024-10-29T18:40:17.242Z[ host-image] Oct 29 18:40:15.909 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z
84002024-10-29T18:40:17.244Z[ host-image] Oct 29 18:40:15.909 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z
84012024-10-29T18:40:17.244Z[ host-image] Oct 29 18:40:15.912 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z
84022024-10-29T18:40:17.247Z[ host-image] Oct 29 18:40:15.912 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z
84032024-10-29T18:40:17.247Z[ host-image] Oct 29 18:40:15.912 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z
84042024-10-29T18:40:17.247Z[ host-image] Oct 29 18:40:15.913 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z
84052024-10-29T18:40:17.247Z[ host-image] Oct 29 18:40:15.913 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z
84062024-10-29T18:40:17.247Z[ host-image] Oct 29 18:40:15.913 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z
84072024-10-29T18:40:17.247Z[ host-image] Oct 29 18:40:15.914 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z
84082024-10-29T18:40:17.250Z[ host-image] Oct 29 18:40:15.918 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z
84092024-10-29T18:40:17.253Z[ host-image] Oct 29 18:40:15.918 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z
84102024-10-29T18:40:17.253Z[ host-image] Oct 29 18:40:15.919 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z
84112024-10-29T18:40:17.253Z[ host-image] Oct 29 18:40:15.919 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z
84122024-10-29T18:40:17.253Z[ host-image] Oct 29 18:40:15.919 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z
84132024-10-29T18:40:17.253Z[ host-image] Oct 29 18:40:15.919 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z
84142024-10-29T18:40:17.253Z[ host-image] Oct 29 18:40:15.919 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z
84152024-10-29T18:40:17.253Z[ host-image] Oct 29 18:40:15.920 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z
84162024-10-29T18:40:17.261Z[ host-image] Oct 29 18:40:15.928 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z
84172024-10-29T18:40:17.263Z[ host-image] Oct 29 18:40:15.928 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z
84182024-10-29T18:40:17.263Z[ host-image] Oct 29 18:40:15.930 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z
84192024-10-29T18:40:17.266Z[ host-image] Oct 29 18:40:15.932 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z
84202024-10-29T18:40:17.266Z[ host-image] Oct 29 18:40:15.932 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z
84212024-10-29T18:40:17.266Z[ host-image] Oct 29 18:40:15.932 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z
84222024-10-29T18:40:17.266Z[ host-image] Oct 29 18:40:15.933 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z
84232024-10-29T18:40:17.268Z[ host-image] Oct 29 18:40:15.933 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z
84242024-10-29T18:40:17.276Z[ host-image] Oct 29 18:40:15.943 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z
84252024-10-29T18:40:17.278Z[ host-image] Oct 29 18:40:15.944 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z
84262024-10-29T18:40:17.278Z[ host-image] Oct 29 18:40:15.944 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z
84272024-10-29T18:40:17.278Z[ host-image] Oct 29 18:40:15.945 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z
84282024-10-29T18:40:17.278Z[ host-image] Oct 29 18:40:15.945 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z
84292024-10-29T18:40:17.300Z[ host-image] Oct 29 18:40:15.967 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z
84302024-10-29T18:40:17.303Z[ host-image] Oct 29 18:40:15.967 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z
84312024-10-29T18:40:17.303Z[ host-image] Oct 29 18:40:15.967 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z
84322024-10-29T18:40:17.303Z[ host-image] Oct 29 18:40:15.968 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z
84332024-10-29T18:40:17.303Z[ host-image] Oct 29 18:40:15.968 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z
84342024-10-29T18:40:17.330Z[ host-image] Oct 29 18:40:15.998 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z
84352024-10-29T18:40:17.334Z[ host-image] Oct 29 18:40:15.998 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z
84362024-10-29T18:40:17.334Z[ host-image] Oct 29 18:40:15.998 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z
84372024-10-29T18:40:17.334Z[ host-image] Oct 29 18:40:15.998 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z
84382024-10-29T18:40:17.334Z[ host-image] Oct 29 18:40:15.999 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z
84392024-10-29T18:40:17.334Z[ host-image] Oct 29 18:40:16.000 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z
84402024-10-29T18:40:17.334Z[ host-image] Oct 29 18:40:16.000 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z
84412024-10-29T18:40:17.334Z[ host-image] Oct 29 18:40:16.001 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z
84422024-10-29T18:40:17.334Z[ host-image] Oct 29 18:40:16.001 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z
84432024-10-29T18:40:17.334Z[ host-image] Oct 29 18:40:16.001 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z
84442024-10-29T18:40:17.336Z[ host-image] Oct 29 18:40:16.001 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z
84452024-10-29T18:40:17.336Z[ host-image] Oct 29 18:40:16.002 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z
84462024-10-29T18:40:17.336Z[ host-image] Oct 29 18:40:16.002 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z
84472024-10-29T18:40:17.339Z[ host-image] Oct 29 18:40:16.005 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z
84482024-10-29T18:40:17.339Z[ host-image] Oct 29 18:40:16.005 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z
84492024-10-29T18:40:17.341Z[ host-image] Oct 29 18:40:16.007 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z
84502024-10-29T18:40:17.341Z[ host-image] Oct 29 18:40:16.007 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z
84512024-10-29T18:40:17.341Z[ host-image] Oct 29 18:40:16.007 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z
84522024-10-29T18:40:17.341Z[ host-image] Oct 29 18:40:16.008 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z
84532024-10-29T18:40:17.341Z[ host-image] Oct 29 18:40:16.008 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z
84542024-10-29T18:40:17.341Z[ host-image] Oct 29 18:40:16.008 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z
84552024-10-29T18:40:17.341Z[ host-image] Oct 29 18:40:16.008 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z
84562024-10-29T18:40:17.344Z[ host-image] Oct 29 18:40:16.008 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z
84572024-10-29T18:40:17.344Z[ host-image] Oct 29 18:40:16.009 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z
84582024-10-29T18:40:17.344Z[ host-image] Oct 29 18:40:16.009 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z
84592024-10-29T18:40:17.344Z[ host-image] Oct 29 18:40:16.009 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z
84602024-10-29T18:40:17.344Z[ host-image] Oct 29 18:40:16.009 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z
84612024-10-29T18:40:17.344Z[ host-image] Oct 29 18:40:16.009 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z
84622024-10-29T18:40:17.344Z[ host-image] Oct 29 18:40:16.009 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z
84632024-10-29T18:40:17.344Z[ host-image] Oct 29 18:40:16.010 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z
84642024-10-29T18:40:17.346Z[ host-image] Oct 29 18:40:16.011 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z
84652024-10-29T18:40:17.346Z[ host-image] Oct 29 18:40:16.012 INFO O| tempdir @ "/tmp/.tmpqV5tIx/tmp"
84662024-10-29T18:40:17.346Z[ host-image] Oct 29 18:40:16.012 INFO O| image root @ "/tmp/.tmpqV5tIx/tmp/root"
84672024-10-29T18:40:17.347Z[ host-image] Oct 29 18:40:16.012 INFO O| creating image...
84682024-10-29T18:40:17.839Z[ host-image] Oct 29 18:40:16.506 INFO O| copying publishers...
84692024-10-29T18:40:26.148Z[ host-image] Oct 29 18:40:24.814 INFO O| adding properties...
84702024-10-29T18:40:27.176Z[ host-image] Oct 29 18:40:25.842 INFO O| installing packages...
84712024-10-29T18:40:31.141Z[ recovery-image] Oct 29 18:40:29.807 INFO O| ok, image written!
84722024-10-29T18:40:31.141Z[ recovery-image] Oct 29 18:40:29.807 INFO O| ok, boot_image_csum file written!
84732024-10-29T18:40:31.146Z[ recovery-image] Oct 29 18:40:29.812 INFO creating boot archive (CPIO)...
84742024-10-29T18:40:31.146Z[ recovery-image] Oct 29 18:40:29.812 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
84752024-10-29T18:40:31.155Z[ recovery-image] Oct 29 18:40:29.821 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk
84762024-10-29T18:40:31.155Z[ recovery-image] Oct 29 18:40:29.821 INFO E| + outfile=/work/os-recovery/cpio
84772024-10-29T18:40:31.158Z[ recovery-image] Oct 29 18:40:29.821 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery
84782024-10-29T18:40:31.158Z[ recovery-image] Oct 29 18:40:29.823 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk
84792024-10-29T18:40:31.158Z[ recovery-image] Oct 29 18:40:29.824 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio
84802024-10-29T18:40:31.191Z[ recovery-image] Oct 29 18:40:29.857 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery
84812024-10-29T18:40:31.191Z[ recovery-image] Oct 29 18:40:29.857 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio
84822024-10-29T18:40:31.201Z[ recovery-image] Oct 29 18:40:29.867 INFO creating compressed cpio/unix for nanobl-rs...
84832024-10-29T18:40:31.203Z[ recovery-image] Oct 29 18:40:29.867 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
84842024-10-29T18:40:31.493Z[ recovery-image] Oct 29 18:40:30.158 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None
84852024-10-29T18:40:35.864Z[ recovery-image] Oct 29 18:40:34.529 INFO creating reset image...
84862024-10-29T18:40:35.866Z[ recovery-image] Oct 29 18:40:34.529 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
84872024-10-29T18:40:36.102Z[ recovery-image] Oct 29 18:40:34.767 INFO E| Updating crates.io index
84882024-10-29T18:40:36.225Z[ recovery-image] Oct 29 18:40:34.890 INFO E| Downloading crates ...
84892024-10-29T18:40:36.336Z[ recovery-image] Oct 29 18:40:35.001 INFO E| Downloaded os_pipe v1.2.1
84902024-10-29T18:40:36.362Z[ recovery-image] Oct 29 18:40:35.027 INFO E| Downloaded shared_child v1.0.1
84912024-10-29T18:40:36.369Z[ recovery-image] Oct 29 18:40:35.034 INFO E| Downloaded duct v0.13.7
84922024-10-29T18:40:36.375Z[ recovery-image] Oct 29 18:40:35.040 INFO E| Downloaded clap v4.5.17
84932024-10-29T18:40:36.384Z[ recovery-image] Oct 29 18:40:35.049 INFO E| Downloaded clap_builder v4.5.17
84942024-10-29T18:40:36.423Z[ recovery-image] Oct 29 18:40:35.088 INFO E| Downloaded libc v0.2.158
84952024-10-29T18:40:36.501Z[ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling proc-macro2 v1.0.86
84962024-10-29T18:40:36.501Z[ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling libc v0.2.158
84972024-10-29T18:40:36.504Z[ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling unicode-ident v1.0.13
84982024-10-29T18:40:36.504Z[ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling utf8parse v0.2.2
84992024-10-29T18:40:36.504Z[ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling anstyle-query v1.1.1
85002024-10-29T18:40:36.504Z[ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling is_terminal_polyfill v1.70.1
85012024-10-29T18:40:36.504Z[ recovery-image] Oct 29 18:40:35.166 INFO E| Compiling colorchoice v1.0.2
85022024-10-29T18:40:36.507Z[ recovery-image] Oct 29 18:40:35.170 INFO E| Compiling anstyle v1.0.8
85032024-10-29T18:40:36.690Z[ recovery-image] Oct 29 18:40:35.354 INFO E| Compiling anstyle-parse v0.2.5
85042024-10-29T18:40:36.713Z[ recovery-image] Oct 29 18:40:35.378 INFO E| Compiling heck v0.5.0
85052024-10-29T18:40:36.720Z[ recovery-image] Oct 29 18:40:35.385 INFO E| Compiling strsim v0.11.1
85062024-10-29T18:40:36.738Z[ recovery-image] Oct 29 18:40:35.403 INFO E| Compiling clap_lex v0.7.2
85072024-10-29T18:40:36.765Z[ recovery-image] Oct 29 18:40:35.430 INFO E| Compiling once_cell v1.19.0
85082024-10-29T18:40:37.024Z[ recovery-image] Oct 29 18:40:35.689 INFO E| Compiling anstream v0.6.15
85092024-10-29T18:40:37.363Z[ recovery-image] Oct 29 18:40:36.028 INFO E| Compiling clap_builder v4.5.17
85102024-10-29T18:40:37.780Z[ recovery-image] Oct 29 18:40:36.445 INFO E| Compiling shared_child v1.0.1
85112024-10-29T18:40:37.780Z[ recovery-image] Oct 29 18:40:36.445 INFO E| Compiling os_pipe v1.2.1
85122024-10-29T18:40:37.909Z[ recovery-image] Oct 29 18:40:36.573 INFO E| Compiling duct v0.13.7
85132024-10-29T18:40:37.909Z[ recovery-image] Oct 29 18:40:36.573 INFO E| Compiling quote v1.0.37
85142024-10-29T18:40:38.210Z[ recovery-image] Oct 29 18:40:36.875 INFO E| Compiling syn v2.0.77
85152024-10-29T18:40:42.166Z[ recovery-image] Oct 29 18:40:40.830 INFO E| Compiling clap_derive v4.5.13
85162024-10-29T18:40:44.036Z[ recovery-image] Oct 29 18:40:42.701 INFO E| Compiling clap v4.5.17
85172024-10-29T18:40:44.100Z[ recovery-image] Oct 29 18:40:42.764 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask)
85182024-10-29T18:40:44.115Z[ host-image] Oct 29 18:40:42.779 INFO O| seeding SMF database...
85192024-10-29T18:40:45.125Z[ recovery-image] Oct 29 18:40:43.789 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.19s
85202024-10-29T18:40:45.136Z[ recovery-image] Oct 29 18:40:43.800 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z`
85212024-10-29T18:40:45.258Z[ recovery-image] Oct 29 18:40:43.921 INFO E| Updating crates.io index
85222024-10-29T18:40:45.420Z[ recovery-image] Oct 29 18:40:44.084 INFO E| Downloading crates ...
85232024-10-29T18:40:45.476Z[ recovery-image] Oct 29 18:40:44.140 INFO E| Downloaded bit_field v0.10.2
85242024-10-29T18:40:45.478Z[ recovery-image] Oct 29 18:40:44.141 INFO E| Downloaded raw-cpuid v10.7.0
85252024-10-29T18:40:45.481Z[ recovery-image] Oct 29 18:40:44.146 INFO E| Downloaded bitstruct_derive v0.1.0
85262024-10-29T18:40:45.484Z[ recovery-image] Oct 29 18:40:44.146 INFO E| Downloaded bitstruct v0.1.1
85272024-10-29T18:40:45.484Z[ recovery-image] Oct 29 18:40:44.148 INFO E| Downloaded seq-macro v0.3.5
85282024-10-29T18:40:45.486Z[ recovery-image] Oct 29 18:40:44.149 INFO E| Downloaded cpio_reader v0.1.1
85292024-10-29T18:40:45.592Z[ recovery-image] Oct 29 18:40:44.256 INFO E| Downloaded x86 v0.52.0
85302024-10-29T18:40:45.651Z[ recovery-image] Oct 29 18:40:44.315 INFO E| Updating crates.io index
85312024-10-29T18:40:45.704Z[ recovery-image] Oct 29 18:40:44.369 INFO E| Downloading crates ...
85322024-10-29T18:40:45.796Z[ recovery-image] Oct 29 18:40:44.460 INFO E| Downloaded compiler_builtins v0.1.125
85332024-10-29T18:40:45.808Z[ recovery-image] Oct 29 18:40:44.472 INFO E| Downloaded unicode-width v0.1.13
85342024-10-29T18:40:45.878Z[ recovery-image] Oct 29 18:40:44.542 INFO E| Compiling compiler_builtins v0.1.125
85352024-10-29T18:40:45.878Z[ recovery-image] Oct 29 18:40:44.542 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)
85362024-10-29T18:40:45.881Z[ recovery-image] Oct 29 18:40:44.542 INFO E| Compiling proc-macro2 v1.0.86
85372024-10-29T18:40:45.881Z[ recovery-image] Oct 29 18:40:44.542 INFO E| Compiling unicode-ident v1.0.13
85382024-10-29T18:40:45.881Z[ recovery-image] Oct 29 18:40:44.542 INFO E| Compiling syn v1.0.109
85392024-10-29T18:40:45.881Z[ recovery-image] Oct 29 18:40:44.542 INFO E| Compiling x86 v0.52.0
85402024-10-29T18:40:45.883Z[ recovery-image] Oct 29 18:40:44.547 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
85412024-10-29T18:40:45.886Z[ recovery-image] Oct 29 18:40:44.548 INFO E| Compiling seq-macro v0.3.5
85422024-10-29T18:40:47.041Z[ recovery-image] Oct 29 18:40:45.704 INFO E| Compiling quote v1.0.37
85432024-10-29T18:40:47.303Z[ recovery-image] Oct 29 18:40:45.966 INFO E| Compiling syn v2.0.77
85442024-10-29T18:40:49.773Z[ recovery-image] Oct 29 18:40:48.436 INFO E| Compiling scroll_derive v0.12.0
85452024-10-29T18:40:52.047Z[ recovery-image] Oct 29 18:40:50.710 INFO E| Compiling bitstruct_derive v0.1.0
85462024-10-29T18:40:52.590Z[ host-image] Oct 29 18:40:51.253 INFO O| configuring SMF profile...
85472024-10-29T18:40:52.593Z[ host-image] Oct 29 18:40:51.253 INFO O| modifying shadow(5)...
85482024-10-29T18:40:52.593Z[ host-image] Oct 29 18:40:51.253 INFO O| loading user and group database...
85492024-10-29T18:40:52.593Z[ host-image] Oct 29 18:40:51.254 INFO O| assessing packaged files...
85502024-10-29T18:40:54.809Z[ host-image] Oct 29 18:40:53.471 INFO O| creating archive...
85512024-10-29T18:40:54.842Z[ host-image] Oct 29 18:40:53.505 INFO O| missing from packaging:
85522024-10-29T18:40:54.842Z[ host-image] Oct 29 18:40:53.505 INFO O| "etc/.pwd.lock"
85532024-10-29T18:40:54.845Z[ host-image] Oct 29 18:40:53.505 INFO O| "etc/bash"
85542024-10-29T18:40:54.847Z[ host-image] Oct 29 18:40:53.510 INFO O| "etc/svc/profile/generic.xml"
85552024-10-29T18:40:54.849Z[ host-image] Oct 29 18:40:53.510 INFO O| "etc/svc/profile/inetd_services.xml"
85562024-10-29T18:40:54.849Z[ host-image] Oct 29 18:40:53.510 INFO O| "etc/svc/profile/name_service.xml"
85572024-10-29T18:40:54.849Z[ host-image] Oct 29 18:40:53.510 INFO O| "etc/svc/profile/platform.xml"
85582024-10-29T18:40:54.849Z[ host-image] Oct 29 18:40:53.510 INFO O| "etc/svc/profile/platform_omicron1.xml"
85592024-10-29T18:40:54.849Z[ host-image] Oct 29 18:40:53.510 INFO O| "etc/svc/repository.db"
85602024-10-29T18:40:54.856Z[ host-image] Oct 29 18:40:53.519 INFO O| "opt/ooce/share"
85612024-10-29T18:40:54.856Z[ host-image] Oct 29 18:40:53.519 INFO O| "opt/ooce/share/man"
85622024-10-29T18:40:54.858Z[ host-image] Oct 29 18:40:53.519 INFO O| "opt/ooce/share/man/man1"
85632024-10-29T18:40:54.865Z[ host-image] Oct 29 18:40:53.528 INFO O| finishing archive...
85642024-10-29T18:40:57.683Z[ host-image] Oct 29 18:40:56.345 INFO O| creating gzonly manifest...
85652024-10-29T18:40:57.694Z[ host-image] Oct 29 18:40:56.357 INFO O| ok
85662024-10-29T18:40:57.798Z[ host-image] Oct 29 18:40:56.460 INFO image builder template: ramdisk-02-trim...
85672024-10-29T18:40:57.798Z[ host-image] Oct 29 18:40:56.460 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/.tmp2e1Dzz/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
85682024-10-29T18:40:57.822Z[ host-image] Oct 29 18:40:56.485 INFO O| Oct 29 18:40:56.485 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85692024-10-29T18:40:57.826Z[ host-image] Oct 29 18:40:56.489 INFO O| Oct 29 18:40:56.489 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85702024-10-29T18:40:57.888Z[ host-image] Oct 29 18:40:56.550 INFO O| Oct 29 18:40:56.550 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled
85712024-10-29T18:40:57.936Z[ host-image] Oct 29 18:40:56.599 INFO O| Oct 29 18:40:56.599 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
85722024-10-29T18:40:57.936Z[ host-image] Oct 29 18:40:56.599 INFO O| Oct 29 18:40:56.599 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk
85732024-10-29T18:40:57.942Z[ host-image] Oct 29 18:40:56.605 INFO O| Oct 29 18:40:56.604 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
85742024-10-29T18:40:57.946Z[ host-image] Oct 29 18:40:56.609 INFO O| Oct 29 18:40:56.609 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os
85752024-10-29T18:40:57.951Z[ host-image] Oct 29 18:40:56.614 INFO O| Oct 29 18:40:56.614 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os
85762024-10-29T18:40:58.121Z[ host-image] Oct 29 18:40:56.783 INFO O| Oct 29 18:40:56.783 INFO rolled back to input snapshot; work may begin
85772024-10-29T18:40:58.121Z[ host-image] Oct 29 18:40:56.783 INFO O| Oct 29 18:40:56.783 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk
85782024-10-29T18:40:58.126Z[ host-image] Oct 29 18:40:56.789 INFO O| Oct 29 18:40:56.789 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85792024-10-29T18:40:58.137Z[ host-image] Oct 29 18:40:56.800 INFO O| Oct 29 18:40:56.799 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg"
85802024-10-29T18:40:58.188Z[ host-image] Oct 29 18:40:56.851 INFO O| Oct 29 18:40:56.851 INFO STEP 0 (remove_files) COMPLETE
85812024-10-29T18:40:58.189Z[ host-image] Oct 29 18:40:56.851 INFO O| Oct 29 18:40:56.851 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85822024-10-29T18:40:58.199Z[ host-image] Oct 29 18:40:56.862 INFO O| Oct 29 18:40:56.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4"
85832024-10-29T18:40:58.202Z[ host-image] Oct 29 18:40:56.864 INFO O| Oct 29 18:40:56.864 INFO STEP 1 (remove_files) COMPLETE
85842024-10-29T18:40:58.202Z[ host-image] Oct 29 18:40:56.864 INFO O| Oct 29 18:40:56.864 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85852024-10-29T18:40:58.211Z[ host-image] Oct 29 18:40:56.873 INFO O| Oct 29 18:40:56.873 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include"
85862024-10-29T18:40:58.224Z[ host-image] Oct 29 18:40:56.887 INFO O| Oct 29 18:40:56.887 INFO STEP 2 (remove_files) COMPLETE
85872024-10-29T18:40:58.224Z[ host-image] Oct 29 18:40:56.887 INFO O| Oct 29 18:40:56.887 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85882024-10-29T18:40:58.234Z[ host-image] Oct 29 18:40:56.897 INFO O| Oct 29 18:40:56.897 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo"
85892024-10-29T18:40:58.236Z[ host-image] Oct 29 18:40:56.899 INFO O| Oct 29 18:40:56.898 INFO STEP 3 (remove_files) COMPLETE
85902024-10-29T18:40:58.236Z[ host-image] Oct 29 18:40:56.899 INFO O| Oct 29 18:40:56.898 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85912024-10-29T18:40:58.245Z[ host-image] Oct 29 18:40:56.908 INFO O| Oct 29 18:40:56.908 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help"
85922024-10-29T18:40:58.249Z[ host-image] Oct 29 18:40:56.911 INFO O| Oct 29 18:40:56.911 INFO STEP 4 (remove_files) COMPLETE
85932024-10-29T18:40:58.249Z[ host-image] Oct 29 18:40:56.911 INFO O| Oct 29 18:40:56.911 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85942024-10-29T18:40:58.259Z[ host-image] Oct 29 18:40:56.922 INFO O| Oct 29 18:40:56.922 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc"
85952024-10-29T18:40:58.262Z[ host-image] Oct 29 18:40:56.925 INFO O| Oct 29 18:40:56.925 INFO STEP 5 (remove_files) COMPLETE
85962024-10-29T18:40:58.262Z[ host-image] Oct 29 18:40:56.925 INFO O| Oct 29 18:40:56.925 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
85972024-10-29T18:40:58.273Z[ host-image] Oct 29 18:40:56.936 INFO O| Oct 29 18:40:56.936 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion"
85982024-10-29T18:40:58.285Z[ host-image] Oct 29 18:40:56.947 INFO O| Oct 29 18:40:56.947 INFO STEP 6 (remove_files) COMPLETE
85992024-10-29T18:40:58.285Z[ host-image] Oct 29 18:40:56.948 INFO O| Oct 29 18:40:56.947 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86002024-10-29T18:40:58.299Z[ host-image] Oct 29 18:40:56.961 INFO O| Oct 29 18:40:56.961 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man"
86012024-10-29T18:40:58.311Z[ host-image] Oct 29 18:40:56.973 INFO O| Oct 29 18:40:56.973 INFO STEP 7 (remove_files) COMPLETE
86022024-10-29T18:40:58.311Z[ host-image] Oct 29 18:40:56.974 INFO O| Oct 29 18:40:56.973 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86032024-10-29T18:40:58.321Z[ host-image] Oct 29 18:40:56.984 INFO O| Oct 29 18:40:56.984 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl"
86042024-10-29T18:40:58.395Z[ host-image] Oct 29 18:40:57.057 INFO O| Oct 29 18:40:57.057 INFO STEP 8 (remove_files) COMPLETE
86052024-10-29T18:40:58.395Z[ host-image] Oct 29 18:40:57.057 INFO O| Oct 29 18:40:57.057 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86062024-10-29T18:40:58.405Z[ host-image] Oct 29 18:40:57.068 INFO O| Oct 29 18:40:57.068 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man"
86072024-10-29T18:40:58.496Z[ host-image] Oct 29 18:40:57.158 INFO O| Oct 29 18:40:57.158 INFO STEP 9 (remove_files) COMPLETE
86082024-10-29T18:40:58.498Z[ host-image] Oct 29 18:40:57.158 INFO O| Oct 29 18:40:57.158 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86092024-10-29T18:40:58.506Z[ host-image] Oct 29 18:40:57.169 INFO O| Oct 29 18:40:57.169 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp"
86102024-10-29T18:40:58.510Z[ host-image] Oct 29 18:40:57.172 INFO O| Oct 29 18:40:57.172 INFO STEP 10 (remove_files) COMPLETE
86112024-10-29T18:40:58.510Z[ host-image] Oct 29 18:40:57.172 INFO O| Oct 29 18:40:57.172 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86122024-10-29T18:40:58.519Z[ host-image] Oct 29 18:40:57.182 INFO O| Oct 29 18:40:57.182 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386"
86132024-10-29T18:40:58.522Z[ host-image] Oct 29 18:40:57.183 INFO O| Oct 29 18:40:57.183 INFO STEP 11 (remove_files) COMPLETE
86142024-10-29T18:40:58.522Z[ host-image] Oct 29 18:40:57.183 INFO O| Oct 29 18:40:57.183 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86152024-10-29T18:40:58.530Z[ host-image] Oct 29 18:40:57.192 INFO O| Oct 29 18:40:57.192 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv"
86162024-10-29T18:40:58.532Z[ host-image] Oct 29 18:40:57.194 INFO O| Oct 29 18:40:57.194 INFO STEP 12 (remove_files) COMPLETE
86172024-10-29T18:40:58.532Z[ host-image] Oct 29 18:40:57.194 INFO O| Oct 29 18:40:57.194 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86182024-10-29T18:40:58.824Z[ host-image] Oct 29 18:40:57.486 INFO O| Oct 29 18:40:57.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a"
86192024-10-29T18:40:58.865Z[ host-image] Oct 29 18:40:57.527 INFO O| Oct 29 18:40:57.527 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a"
86202024-10-29T18:40:58.867Z[ host-image] Oct 29 18:40:57.529 INFO O| Oct 29 18:40:57.529 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a"
86212024-10-29T18:40:58.872Z[ host-image] Oct 29 18:40:57.535 INFO O| Oct 29 18:40:57.535 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a"
86222024-10-29T18:40:58.898Z[ host-image] Oct 29 18:40:57.560 INFO O| Oct 29 18:40:57.560 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a"
86232024-10-29T18:40:58.909Z[ host-image] Oct 29 18:40:57.572 INFO O| Oct 29 18:40:57.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a"
86242024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.572 INFO O| Oct 29 18:40:57.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a"
86252024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.572 INFO O| Oct 29 18:40:57.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a"
86262024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.572 INFO O| Oct 29 18:40:57.572 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a"
86272024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.573 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a"
86282024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.573 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a"
86292024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.573 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a"
86302024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.573 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a"
86312024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.573 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a"
86322024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.573 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a"
86332024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.574 INFO O| Oct 29 18:40:57.573 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a"
86342024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.574 INFO O| Oct 29 18:40:57.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a"
86352024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.574 INFO O| Oct 29 18:40:57.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a"
86362024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.574 INFO O| Oct 29 18:40:57.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a"
86372024-10-29T18:40:58.912Z[ host-image] Oct 29 18:40:57.574 INFO O| Oct 29 18:40:57.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a"
86382024-10-29T18:40:58.913Z[ host-image] Oct 29 18:40:57.574 INFO O| Oct 29 18:40:57.574 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a"
86392024-10-29T18:40:58.918Z[ host-image] Oct 29 18:40:57.581 INFO O| Oct 29 18:40:57.581 INFO STEP 13 (remove_files) COMPLETE
86402024-10-29T18:40:58.918Z[ host-image] Oct 29 18:40:57.581 INFO O| Oct 29 18:40:57.581 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86412024-10-29T18:40:58.930Z[ host-image] Oct 29 18:40:57.592 INFO O| Oct 29 18:40:57.592 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot"
86422024-10-29T18:40:58.932Z[ host-image] Oct 29 18:40:57.594 INFO O| Oct 29 18:40:57.594 INFO STEP 14 (remove_files) COMPLETE
86432024-10-29T18:40:58.932Z[ host-image] Oct 29 18:40:57.594 INFO O| Oct 29 18:40:57.594 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86442024-10-29T18:40:58.941Z[ host-image] Oct 29 18:40:57.603 INFO O| Oct 29 18:40:57.603 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc"
86452024-10-29T18:40:58.948Z[ host-image] Oct 29 18:40:57.610 INFO O| Oct 29 18:40:57.610 INFO STEP 15 (remove_files) COMPLETE
86462024-10-29T18:40:58.948Z[ host-image] Oct 29 18:40:57.610 INFO O| Oct 29 18:40:57.610 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86472024-10-29T18:40:58.957Z[ host-image] Oct 29 18:40:57.620 INFO O| Oct 29 18:40:57.620 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv"
86482024-10-29T18:40:58.959Z[ host-image] Oct 29 18:40:57.620 INFO O| Oct 29 18:40:57.620 INFO STEP 16 (remove_files) COMPLETE
86492024-10-29T18:40:58.960Z[ host-image] Oct 29 18:40:57.620 INFO O| Oct 29 18:40:57.620 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86502024-10-29T18:40:58.967Z[ host-image] Oct 29 18:40:57.630 INFO O| Oct 29 18:40:57.630 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc"
86512024-10-29T18:40:58.969Z[ host-image] Oct 29 18:40:57.631 INFO O| Oct 29 18:40:57.631 INFO STEP 17 (remove_files) COMPLETE
86522024-10-29T18:40:58.969Z[ host-image] Oct 29 18:40:57.631 INFO O| Oct 29 18:40:57.631 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86532024-10-29T18:40:58.978Z[ host-image] Oct 29 18:40:57.641 INFO O| Oct 29 18:40:57.640 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica"
86542024-10-29T18:40:58.978Z[ host-image] Oct 29 18:40:57.641 INFO O| Oct 29 18:40:57.641 INFO STEP 18 (remove_files) COMPLETE
86552024-10-29T18:40:58.980Z[ host-image] Oct 29 18:40:57.641 INFO O| Oct 29 18:40:57.641 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86562024-10-29T18:40:58.988Z[ host-image] Oct 29 18:40:57.650 INFO O| Oct 29 18:40:57.650 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem"
86572024-10-29T18:40:58.990Z[ host-image] Oct 29 18:40:57.650 INFO O| Oct 29 18:40:57.650 INFO STEP 19 (remove_files) COMPLETE
86582024-10-29T18:40:58.990Z[ host-image] Oct 29 18:40:57.650 INFO O| Oct 29 18:40:57.650 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86592024-10-29T18:40:58.997Z[ host-image] Oct 29 18:40:57.660 INFO O| Oct 29 18:40:57.660 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans"
86602024-10-29T18:40:58.997Z[ host-image] Oct 29 18:40:57.660 INFO O| Oct 29 18:40:57.660 INFO STEP 20 (remove_files) COMPLETE
86612024-10-29T18:40:59.000Z[ host-image] Oct 29 18:40:57.660 INFO O| Oct 29 18:40:57.660 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86622024-10-29T18:40:59.007Z[ host-image] Oct 29 18:40:57.669 INFO O| Oct 29 18:40:57.669 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc"
86632024-10-29T18:40:59.007Z[ host-image] Oct 29 18:40:57.670 INFO O| Oct 29 18:40:57.670 INFO STEP 21 (remove_files) COMPLETE
86642024-10-29T18:40:59.010Z[ host-image] Oct 29 18:40:57.670 INFO O| Oct 29 18:40:57.670 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86652024-10-29T18:40:59.016Z[ host-image] Oct 29 18:40:57.679 INFO O| Oct 29 18:40:57.679 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv"
86662024-10-29T18:40:59.016Z[ host-image] Oct 29 18:40:57.679 INFO O| Oct 29 18:40:57.679 INFO STEP 22 (remove_files) COMPLETE
86672024-10-29T18:40:59.019Z[ host-image] Oct 29 18:40:57.679 INFO O| Oct 29 18:40:57.679 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86682024-10-29T18:40:59.026Z[ host-image] Oct 29 18:40:57.689 INFO O| Oct 29 18:40:57.689 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd"
86692024-10-29T18:40:59.026Z[ host-image] Oct 29 18:40:57.689 INFO O| Oct 29 18:40:57.689 INFO STEP 23 (remove_files) COMPLETE
86702024-10-29T18:40:59.026Z[ host-image] Oct 29 18:40:57.689 INFO O| Oct 29 18:40:57.689 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86712024-10-29T18:40:59.036Z[ host-image] Oct 29 18:40:57.698 INFO O| Oct 29 18:40:57.698 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon"
86722024-10-29T18:40:59.038Z[ host-image] Oct 29 18:40:57.698 INFO O| Oct 29 18:40:57.698 INFO STEP 24 (remove_files) COMPLETE
86732024-10-29T18:40:59.038Z[ host-image] Oct 29 18:40:57.698 INFO O| Oct 29 18:40:57.698 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86742024-10-29T18:40:59.045Z[ host-image] Oct 29 18:40:57.707 INFO O| Oct 29 18:40:57.707 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power"
86752024-10-29T18:40:59.045Z[ host-image] Oct 29 18:40:57.707 INFO O| Oct 29 18:40:57.707 INFO STEP 25 (remove_files) COMPLETE
86762024-10-29T18:40:59.045Z[ host-image] Oct 29 18:40:57.707 INFO O| Oct 29 18:40:57.707 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86772024-10-29T18:40:59.054Z[ host-image] Oct 29 18:40:57.717 INFO O| Oct 29 18:40:57.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio"
86782024-10-29T18:40:59.054Z[ host-image] Oct 29 18:40:57.717 INFO O| Oct 29 18:40:57.717 INFO STEP 26 (remove_files) COMPLETE
86792024-10-29T18:40:59.056Z[ host-image] Oct 29 18:40:57.717 INFO O| Oct 29 18:40:57.717 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86802024-10-29T18:40:59.064Z[ host-image] Oct 29 18:40:57.726 INFO O| Oct 29 18:40:57.726 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575"
86812024-10-29T18:40:59.064Z[ host-image] Oct 29 18:40:57.727 INFO O| Oct 29 18:40:57.726 INFO STEP 27 (remove_files) COMPLETE
86822024-10-29T18:40:59.064Z[ host-image] Oct 29 18:40:57.727 INFO O| Oct 29 18:40:57.727 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86832024-10-29T18:40:59.074Z[ host-image] Oct 29 18:40:57.736 INFO O| Oct 29 18:40:57.736 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens"
86842024-10-29T18:40:59.076Z[ host-image] Oct 29 18:40:57.736 INFO O| Oct 29 18:40:57.736 INFO STEP 28 (remove_files) COMPLETE
86852024-10-29T18:40:59.076Z[ host-image] Oct 29 18:40:57.736 INFO O| Oct 29 18:40:57.736 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86862024-10-29T18:40:59.083Z[ host-image] Oct 29 18:40:57.745 INFO O| Oct 29 18:40:57.745 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci"
86872024-10-29T18:40:59.083Z[ host-image] Oct 29 18:40:57.745 INFO O| Oct 29 18:40:57.745 INFO STEP 29 (remove_files) COMPLETE
86882024-10-29T18:40:59.086Z[ host-image] Oct 29 18:40:57.745 INFO O| Oct 29 18:40:57.745 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86892024-10-29T18:40:59.092Z[ host-image] Oct 29 18:40:57.755 INFO O| Oct 29 18:40:57.755 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots"
86902024-10-29T18:40:59.092Z[ host-image] Oct 29 18:40:57.755 INFO O| Oct 29 18:40:57.755 INFO STEP 30 (remove_files) COMPLETE
86912024-10-29T18:40:59.092Z[ host-image] Oct 29 18:40:57.755 INFO O| Oct 29 18:40:57.755 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86922024-10-29T18:40:59.102Z[ host-image] Oct 29 18:40:57.764 INFO O| Oct 29 18:40:57.764 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci"
86932024-10-29T18:40:59.104Z[ host-image] Oct 29 18:40:57.764 INFO O| Oct 29 18:40:57.764 INFO STEP 31 (remove_files) COMPLETE
86942024-10-29T18:40:59.104Z[ host-image] Oct 29 18:40:57.764 INFO O| Oct 29 18:40:57.764 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86952024-10-29T18:40:59.112Z[ host-image] Oct 29 18:40:57.775 INFO O| Oct 29 18:40:57.775 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid"
86962024-10-29T18:40:59.115Z[ host-image] Oct 29 18:40:57.775 INFO O| Oct 29 18:40:57.775 INFO STEP 32 (remove_files) COMPLETE
86972024-10-29T18:40:59.115Z[ host-image] Oct 29 18:40:57.775 INFO O| Oct 29 18:40:57.775 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
86982024-10-29T18:40:59.122Z[ host-image] Oct 29 18:40:57.785 INFO O| Oct 29 18:40:57.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd"
86992024-10-29T18:40:59.123Z[ host-image] Oct 29 18:40:57.785 INFO O| Oct 29 18:40:57.785 INFO STEP 33 (remove_files) COMPLETE
87002024-10-29T18:40:59.123Z[ host-image] Oct 29 18:40:57.785 INFO O| Oct 29 18:40:57.785 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87012024-10-29T18:40:59.133Z[ host-image] Oct 29 18:40:57.795 INFO O| Oct 29 18:40:57.795 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci"
87022024-10-29T18:40:59.133Z[ host-image] Oct 29 18:40:57.795 INFO O| Oct 29 18:40:57.795 INFO STEP 34 (remove_files) COMPLETE
87032024-10-29T18:40:59.135Z[ host-image] Oct 29 18:40:57.795 INFO O| Oct 29 18:40:57.795 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87042024-10-29T18:40:59.143Z[ host-image] Oct 29 18:40:57.805 INFO O| Oct 29 18:40:57.805 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb"
87052024-10-29T18:40:59.143Z[ host-image] Oct 29 18:40:57.805 INFO O| Oct 29 18:40:57.805 INFO STEP 35 (remove_files) COMPLETE
87062024-10-29T18:40:59.145Z[ host-image] Oct 29 18:40:57.805 INFO O| Oct 29 18:40:57.805 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87072024-10-29T18:40:59.152Z[ host-image] Oct 29 18:40:57.815 INFO O| Oct 29 18:40:57.815 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci"
87082024-10-29T18:40:59.152Z[ host-image] Oct 29 18:40:57.815 INFO O| Oct 29 18:40:57.815 INFO STEP 36 (remove_files) COMPLETE
87092024-10-29T18:40:59.152Z[ host-image] Oct 29 18:40:57.815 INFO O| Oct 29 18:40:57.815 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87102024-10-29T18:40:59.162Z[ host-image] Oct 29 18:40:57.824 INFO O| Oct 29 18:40:57.824 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac"
87112024-10-29T18:40:59.165Z[ host-image] Oct 29 18:40:57.824 INFO O| Oct 29 18:40:57.824 INFO STEP 37 (remove_files) COMPLETE
87122024-10-29T18:40:59.165Z[ host-image] Oct 29 18:40:57.824 INFO O| Oct 29 18:40:57.824 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87132024-10-29T18:40:59.171Z[ host-image] Oct 29 18:40:57.834 INFO O| Oct 29 18:40:57.834 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as"
87142024-10-29T18:40:59.173Z[ host-image] Oct 29 18:40:57.834 INFO O| Oct 29 18:40:57.834 INFO STEP 38 (remove_files) COMPLETE
87152024-10-29T18:40:59.173Z[ host-image] Oct 29 18:40:57.834 INFO O| Oct 29 18:40:57.834 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87162024-10-29T18:40:59.181Z[ host-image] Oct 29 18:40:57.843 INFO O| Oct 29 18:40:57.843 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia"
87172024-10-29T18:40:59.181Z[ host-image] Oct 29 18:40:57.843 INFO O| Oct 29 18:40:57.843 INFO STEP 39 (remove_files) COMPLETE
87182024-10-29T18:40:59.184Z[ host-image] Oct 29 18:40:57.843 INFO O| Oct 29 18:40:57.843 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87192024-10-29T18:40:59.191Z[ host-image] Oct 29 18:40:57.853 INFO O| Oct 29 18:40:57.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid"
87202024-10-29T18:40:59.191Z[ host-image] Oct 29 18:40:57.853 INFO O| Oct 29 18:40:57.853 INFO STEP 40 (remove_files) COMPLETE
87212024-10-29T18:40:59.191Z[ host-image] Oct 29 18:40:57.853 INFO O| Oct 29 18:40:57.853 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87222024-10-29T18:40:59.201Z[ host-image] Oct 29 18:40:57.863 INFO O| Oct 29 18:40:57.863 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn"
87232024-10-29T18:40:59.201Z[ host-image] Oct 29 18:40:57.864 INFO O| Oct 29 18:40:57.863 INFO STEP 41 (remove_files) COMPLETE
87242024-10-29T18:40:59.203Z[ host-image] Oct 29 18:40:57.864 INFO O| Oct 29 18:40:57.864 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87252024-10-29T18:40:59.211Z[ host-image] Oct 29 18:40:57.874 INFO O| Oct 29 18:40:57.874 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci"
87262024-10-29T18:40:59.212Z[ host-image] Oct 29 18:40:57.874 INFO O| Oct 29 18:40:57.874 INFO STEP 42 (remove_files) COMPLETE
87272024-10-29T18:40:59.214Z[ host-image] Oct 29 18:40:57.874 INFO O| Oct 29 18:40:57.874 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87282024-10-29T18:40:59.222Z[ host-image] Oct 29 18:40:57.884 INFO O| Oct 29 18:40:57.884 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm"
87292024-10-29T18:40:59.222Z[ host-image] Oct 29 18:40:57.884 INFO O| Oct 29 18:40:57.884 INFO STEP 43 (remove_files) COMPLETE
87302024-10-29T18:40:59.222Z[ host-image] Oct 29 18:40:57.884 INFO O| Oct 29 18:40:57.884 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87312024-10-29T18:40:59.231Z[ host-image] Oct 29 18:40:57.894 INFO O| Oct 29 18:40:57.894 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000"
87322024-10-29T18:40:59.234Z[ host-image] Oct 29 18:40:57.894 INFO O| Oct 29 18:40:57.894 INFO STEP 44 (remove_files) COMPLETE
87332024-10-29T18:40:59.234Z[ host-image] Oct 29 18:40:57.894 INFO O| Oct 29 18:40:57.894 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87342024-10-29T18:40:59.241Z[ host-image] Oct 29 18:40:57.903 INFO O| Oct 29 18:40:57.903 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd"
87352024-10-29T18:40:59.241Z[ host-image] Oct 29 18:40:57.903 INFO O| Oct 29 18:40:57.903 INFO STEP 45 (remove_files) COMPLETE
87362024-10-29T18:40:59.243Z[ host-image] Oct 29 18:40:57.903 INFO O| Oct 29 18:40:57.903 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87372024-10-29T18:40:59.250Z[ host-image] Oct 29 18:40:57.913 INFO O| Oct 29 18:40:57.913 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba"
87382024-10-29T18:40:59.253Z[ host-image] Oct 29 18:40:57.913 INFO O| Oct 29 18:40:57.913 INFO STEP 46 (remove_files) COMPLETE
87392024-10-29T18:40:59.253Z[ host-image] Oct 29 18:40:57.913 INFO O| Oct 29 18:40:57.913 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87402024-10-29T18:40:59.260Z[ host-image] Oct 29 18:40:57.922 INFO O| Oct 29 18:40:57.922 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex"
87412024-10-29T18:40:59.260Z[ host-image] Oct 29 18:40:57.922 INFO O| Oct 29 18:40:57.922 INFO STEP 47 (remove_files) COMPLETE
87422024-10-29T18:40:59.262Z[ host-image] Oct 29 18:40:57.923 INFO O| Oct 29 18:40:57.922 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87432024-10-29T18:40:59.269Z[ host-image] Oct 29 18:40:57.932 INFO O| Oct 29 18:40:57.932 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf"
87442024-10-29T18:40:59.269Z[ host-image] Oct 29 18:40:57.932 INFO O| Oct 29 18:40:57.932 INFO STEP 48 (remove_files) COMPLETE
87452024-10-29T18:40:59.272Z[ host-image] Oct 29 18:40:57.932 INFO O| Oct 29 18:40:57.932 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87462024-10-29T18:40:59.279Z[ host-image] Oct 29 18:40:57.941 INFO O| Oct 29 18:40:57.941 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt"
87472024-10-29T18:40:59.281Z[ host-image] Oct 29 18:40:57.941 INFO O| Oct 29 18:40:57.941 INFO STEP 49 (remove_files) COMPLETE
87482024-10-29T18:40:59.281Z[ host-image] Oct 29 18:40:57.941 INFO O| Oct 29 18:40:57.941 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87492024-10-29T18:40:59.288Z[ host-image] Oct 29 18:40:57.951 INFO O| Oct 29 18:40:57.951 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf"
87502024-10-29T18:40:59.288Z[ host-image] Oct 29 18:40:57.951 INFO O| Oct 29 18:40:57.951 INFO STEP 50 (remove_files) COMPLETE
87512024-10-29T18:40:59.291Z[ host-image] Oct 29 18:40:57.951 INFO O| Oct 29 18:40:57.951 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87522024-10-29T18:40:59.298Z[ host-image] Oct 29 18:40:57.961 INFO O| Oct 29 18:40:57.961 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so"
87532024-10-29T18:40:59.298Z[ host-image] Oct 29 18:40:57.961 INFO O| Oct 29 18:40:57.961 INFO STEP 51 (remove_files) COMPLETE
87542024-10-29T18:40:59.301Z[ host-image] Oct 29 18:40:57.961 INFO O| Oct 29 18:40:57.961 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87552024-10-29T18:40:59.308Z[ host-image] Oct 29 18:40:57.971 INFO O| Oct 29 18:40:57.971 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf"
87562024-10-29T18:40:59.308Z[ host-image] Oct 29 18:40:57.971 INFO O| Oct 29 18:40:57.971 INFO STEP 52 (remove_files) COMPLETE
87572024-10-29T18:40:59.311Z[ host-image] Oct 29 18:40:57.971 INFO O| Oct 29 18:40:57.971 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87582024-10-29T18:40:59.319Z[ host-image] Oct 29 18:40:57.981 INFO O| Oct 29 18:40:57.981 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm"
87592024-10-29T18:40:59.319Z[ host-image] Oct 29 18:40:57.981 INFO O| Oct 29 18:40:57.981 INFO STEP 53 (remove_files) COMPLETE
87602024-10-29T18:40:59.321Z[ host-image] Oct 29 18:40:57.981 INFO O| Oct 29 18:40:57.981 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87612024-10-29T18:40:59.331Z[ host-image] Oct 29 18:40:57.993 INFO O| Oct 29 18:40:57.993 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm"
87622024-10-29T18:40:59.331Z[ host-image] Oct 29 18:40:57.993 INFO O| Oct 29 18:40:57.993 INFO STEP 54 (remove_files) COMPLETE
87632024-10-29T18:40:59.333Z[ host-image] Oct 29 18:40:57.993 INFO O| Oct 29 18:40:57.993 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87642024-10-29T18:40:59.347Z[ host-image] Oct 29 18:40:58.009 INFO O| Oct 29 18:40:58.009 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm"
87652024-10-29T18:40:59.347Z[ host-image] Oct 29 18:40:58.010 INFO O| Oct 29 18:40:58.009 INFO STEP 55 (remove_files) COMPLETE
87662024-10-29T18:40:59.350Z[ host-image] Oct 29 18:40:58.010 INFO O| Oct 29 18:40:58.010 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87672024-10-29T18:40:59.359Z[ host-image] Oct 29 18:40:58.022 INFO O| Oct 29 18:40:58.022 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm"
87682024-10-29T18:40:59.359Z[ host-image] Oct 29 18:40:58.022 INFO O| Oct 29 18:40:58.022 INFO STEP 56 (remove_files) COMPLETE
87692024-10-29T18:40:59.362Z[ host-image] Oct 29 18:40:58.022 INFO O| Oct 29 18:40:58.022 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87702024-10-29T18:40:59.369Z[ host-image] Oct 29 18:40:58.032 INFO O| Oct 29 18:40:58.032 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar"
87712024-10-29T18:40:59.369Z[ host-image] Oct 29 18:40:58.032 INFO O| Oct 29 18:40:58.032 INFO STEP 57 (remove_files) COMPLETE
87722024-10-29T18:40:59.372Z[ host-image] Oct 29 18:40:58.032 INFO O| Oct 29 18:40:58.032 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87732024-10-29T18:40:59.379Z[ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking
87742024-10-29T18:40:59.382Z[ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ...
87752024-10-29T18:40:59.382Z[ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87762024-10-29T18:40:59.382Z[ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87772024-10-29T18:40:59.382Z[ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87782024-10-29T18:40:59.382Z[ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap
87792024-10-29T18:40:59.382Z[ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO ok!
87802024-10-29T18:40:59.382Z[ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO STEP 58 (ensure_file) COMPLETE
87812024-10-29T18:40:59.382Z[ host-image] Oct 29 18:40:58.042 INFO O| Oct 29 18:40:58.042 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87822024-10-29T18:40:59.390Z[ host-image] Oct 29 18:40:58.052 INFO O| Oct 29 18:40:58.052 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking
87832024-10-29T18:40:59.390Z[ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ...
87842024-10-29T18:40:59.393Z[ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87852024-10-29T18:40:59.393Z[ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87862024-10-29T18:40:59.393Z[ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87872024-10-29T18:40:59.393Z[ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk
87882024-10-29T18:40:59.393Z[ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO ok!
87892024-10-29T18:40:59.393Z[ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO STEP 59 (ensure_file) COMPLETE
87902024-10-29T18:40:59.393Z[ host-image] Oct 29 18:40:58.053 INFO O| Oct 29 18:40:58.053 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87912024-10-29T18:40:59.402Z[ host-image] Oct 29 18:40:58.065 INFO O| Oct 29 18:40:58.064 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist
87922024-10-29T18:40:59.402Z[ host-image] Oct 29 18:40:58.065 INFO O| Oct 29 18:40:58.065 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ...
87932024-10-29T18:40:59.404Z[ host-image] Oct 29 18:40:58.065 INFO O| Oct 29 18:40:58.065 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile
87942024-10-29T18:40:59.404Z[ host-image] Oct 29 18:40:58.065 INFO O| Oct 29 18:40:58.065 INFO ok!
87952024-10-29T18:40:59.404Z[ host-image] Oct 29 18:40:58.065 INFO O| Oct 29 18:40:58.065 INFO STEP 60 (ensure_file) COMPLETE
87962024-10-29T18:40:59.404Z[ host-image] Oct 29 18:40:58.065 INFO O| Oct 29 18:40:58.065 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
87972024-10-29T18:40:59.412Z[ host-image] Oct 29 18:40:58.074 INFO O| Oct 29 18:40:58.074 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking
87982024-10-29T18:40:59.412Z[ host-image] Oct 29 18:40:58.074 INFO O| Oct 29 18:40:58.074 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ...
87992024-10-29T18:40:59.414Z[ host-image] Oct 29 18:40:58.074 INFO O| Oct 29 18:40:58.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc
88002024-10-29T18:40:59.414Z[ host-image] Oct 29 18:40:58.074 INFO O| Oct 29 18:40:58.074 INFO ok!
88012024-10-29T18:40:59.414Z[ host-image] Oct 29 18:40:58.074 INFO O| Oct 29 18:40:58.074 INFO STEP 61 (ensure_file) COMPLETE
88022024-10-29T18:40:59.414Z[ host-image] Oct 29 18:40:58.074 INFO O| Oct 29 18:40:58.074 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88032024-10-29T18:40:59.421Z[ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking
88042024-10-29T18:40:59.424Z[ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ...
88052024-10-29T18:40:59.424Z[ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88062024-10-29T18:40:59.424Z[ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd
88072024-10-29T18:40:59.424Z[ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 INFO ok!
88082024-10-29T18:40:59.424Z[ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 INFO STEP 62 (ensure_file) COMPLETE
88092024-10-29T18:40:59.424Z[ host-image] Oct 29 18:40:58.084 INFO O| Oct 29 18:40:58.084 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88102024-10-29T18:40:59.432Z[ host-image] Oct 29 18:40:58.094 INFO O| Oct 29 18:40:58.094 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist
88112024-10-29T18:40:59.432Z[ host-image] Oct 29 18:40:58.094 INFO O| Oct 29 18:40:58.094 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ...
88122024-10-29T18:40:59.434Z[ host-image] Oct 29 18:40:58.094 INFO O| Oct 29 18:40:58.094 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88132024-10-29T18:40:59.434Z[ host-image] Oct 29 18:40:58.094 INFO O| Oct 29 18:40:58.094 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf
88142024-10-29T18:40:59.434Z[ host-image] Oct 29 18:40:58.095 INFO O| Oct 29 18:40:58.094 INFO ok!
88152024-10-29T18:40:59.434Z[ host-image] Oct 29 18:40:58.095 INFO O| Oct 29 18:40:58.094 INFO STEP 63 (ensure_file) COMPLETE
88162024-10-29T18:40:59.434Z[ host-image] Oct 29 18:40:58.095 INFO O| Oct 29 18:40:58.094 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88172024-10-29T18:40:59.441Z[ host-image] Oct 29 18:40:58.104 INFO O| Oct 29 18:40:58.104 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist
88182024-10-29T18:40:59.444Z[ host-image] Oct 29 18:40:58.104 INFO O| Oct 29 18:40:58.104 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ...
88192024-10-29T18:40:59.444Z[ host-image] Oct 29 18:40:58.104 INFO O| Oct 29 18:40:58.104 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly
88202024-10-29T18:40:59.444Z[ host-image] Oct 29 18:40:58.104 INFO O| Oct 29 18:40:58.104 INFO ok!
88212024-10-29T18:40:59.444Z[ host-image] Oct 29 18:40:58.104 INFO O| Oct 29 18:40:58.104 INFO STEP 64 (assemble_files) COMPLETE
88222024-10-29T18:40:59.444Z[ host-image] Oct 29 18:40:58.104 INFO O| Oct 29 18:40:58.104 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88232024-10-29T18:40:59.451Z[ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist
88242024-10-29T18:40:59.451Z[ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ...
88252024-10-29T18:40:59.454Z[ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88262024-10-29T18:40:59.454Z[ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf
88272024-10-29T18:40:59.454Z[ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO ok!
88282024-10-29T18:40:59.454Z[ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO STEP 65 (ensure_file) COMPLETE
88292024-10-29T18:40:59.454Z[ host-image] Oct 29 18:40:58.114 INFO O| Oct 29 18:40:58.114 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88302024-10-29T18:40:59.461Z[ host-image] Oct 29 18:40:58.124 INFO O| Oct 29 18:40:58.123 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88312024-10-29T18:40:59.467Z[ host-image] Oct 29 18:40:58.124 INFO O| Oct 29 18:40:58.124 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88322024-10-29T18:40:59.467Z[ host-image] Oct 29 18:40:58.124 INFO O| Oct 29 18:40:58.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline
88332024-10-29T18:40:59.467Z[ host-image] Oct 29 18:40:58.124 INFO O| Oct 29 18:40:58.124 INFO STEP 66 (ensure_dir) COMPLETE
88342024-10-29T18:40:59.467Z[ host-image] Oct 29 18:40:58.124 INFO O| Oct 29 18:40:58.124 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88352024-10-29T18:40:59.472Z[ host-image] Oct 29 18:40:58.133 INFO O| Oct 29 18:40:58.133 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist
88362024-10-29T18:40:59.472Z[ host-image] Oct 29 18:40:58.133 INFO O| Oct 29 18:40:58.133 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 ...
88372024-10-29T18:40:59.478Z[ host-image] Oct 29 18:40:58.140 INFO O| Oct 29 18:40:58.140 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
88382024-10-29T18:40:59.478Z[ host-image] Oct 29 18:40:58.140 INFO O| Oct 29 18:40:58.140 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz
88392024-10-29T18:40:59.481Z[ host-image] Oct 29 18:40:58.140 INFO O| Oct 29 18:40:58.140 INFO ok!
88402024-10-29T18:40:59.481Z[ host-image] Oct 29 18:40:58.140 INFO O| Oct 29 18:40:58.140 INFO STEP 67 (ensure_file) COMPLETE
88412024-10-29T18:40:59.481Z[ host-image] Oct 29 18:40:58.140 INFO O| Oct 29 18:40:58.140 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88422024-10-29T18:40:59.488Z[ host-image] Oct 29 18:40:58.150 INFO O| Oct 29 18:40:58.150 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist
88432024-10-29T18:40:59.488Z[ host-image] Oct 29 18:40:58.150 INFO O| Oct 29 18:40:58.150 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 ...
88442024-10-29T18:40:59.490Z[ host-image] Oct 29 18:40:58.150 INFO O| Oct 29 18:40:58.150 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
88452024-10-29T18:40:59.490Z[ host-image] Oct 29 18:40:58.151 INFO O| Oct 29 18:40:58.150 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt
88462024-10-29T18:40:59.490Z[ host-image] Oct 29 18:40:58.151 INFO O| Oct 29 18:40:58.150 INFO ok!
88472024-10-29T18:40:59.490Z[ host-image] Oct 29 18:40:58.151 INFO O| Oct 29 18:40:58.151 INFO STEP 68 (ensure_file) COMPLETE
88482024-10-29T18:40:59.490Z[ host-image] Oct 29 18:40:58.151 INFO O| Oct 29 18:40:58.151 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json
88492024-10-29T18:40:59.502Z[ host-image] Oct 29 18:40:58.165 INFO O| Oct 29 18:40:58.164 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal
88502024-10-29T18:40:59.502Z[ host-image] Oct 29 18:40:58.165 INFO O| Oct 29 18:40:58.165 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."]
88512024-10-29T18:41:01.571Z[ host-image] Oct 29 18:41:00.233 INFO O| Oct 29 18:41:00.233 INFO STEP 69 (pack_tar) COMPLETE
88522024-10-29T18:41:01.571Z[ host-image] Oct 29 18:41:00.233 INFO O| Oct 29 18:41:00.233 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim
88532024-10-29T18:41:01.574Z[ host-image] Oct 29 18:41:00.233 INFO O| Oct 29 18:41:00.233 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim
88542024-10-29T18:41:01.990Z[ host-image] Oct 29 18:41:00.652 INFO O| Oct 29 18:41:00.652 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim
88552024-10-29T18:41:02.065Z[ host-image] Oct 29 18:41:00.727 INFO O| Oct 29 18:41:00.727 INFO completed processing gimlet/ramdisk-02-trim
88562024-10-29T18:41:02.068Z[ host-image] Oct 29 18:41:00.729 INFO image builder template: zfs...
88572024-10-29T18:41:02.068Z[ host-image] Oct 29 18:41:00.729 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/.tmp2e1Dzz/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
88582024-10-29T18:41:02.081Z[ host-image] Oct 29 18:41:00.744 INFO O| Oct 29 18:41:00.743 INFO skip include "stress" because feature "stress" is not enabled
88592024-10-29T18:41:02.113Z[ host-image] Oct 29 18:41:00.775 INFO O| Oct 29 18:41:00.775 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs
88602024-10-29T18:41:02.117Z[ host-image] Oct 29 18:41:00.779 INFO O| Oct 29 18:41:00.779 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs
88612024-10-29T18:41:02.166Z[ host-image] Oct 29 18:41:00.828 INFO O| Oct 29 18:41:00.828 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled
88622024-10-29T18:41:02.223Z[ host-image] Oct 29 18:41:00.885 INFO O| Oct 29 18:41:00.885 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs
88632024-10-29T18:41:02.223Z[ host-image] Oct 29 18:41:00.885 INFO O| Oct 29 18:41:00.885 INFO work dataset: rpool/images/build/host/work/gimlet/zfs
88642024-10-29T18:41:02.228Z[ host-image] Oct 29 18:41:00.890 INFO O| Oct 29 18:41:00.890 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs
88652024-10-29T18:41:02.294Z[ host-image] Oct 29 18:41:00.956 INFO O| Oct 29 18:41:00.956 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled
88662024-10-29T18:41:02.337Z[ host-image] Oct 29 18:41:00.999 INFO O| Oct 29 18:41:00.999 INFO DESTROY POOL: TEMPORARY-gimlet-zfs
88672024-10-29T18:41:02.348Z[ host-image] Oct 29 18:41:01.010 INFO O| Oct 29 18:41:01.010 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88682024-10-29T18:41:02.354Z[ host-image] Oct 29 18:41:01.016 INFO O| Oct 29 18:41:01.016 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot
88692024-10-29T18:41:02.356Z[ host-image] Oct 29 18:41:01.016 INFO O| Oct 29 18:41:01.016 INFO no lofi found
88702024-10-29T18:41:02.356Z[ host-image] Oct 29 18:41:01.016 INFO O| Oct 29 18:41:01.016 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal
88712024-10-29T18:41:02.356Z[ host-image] Oct 29 18:41:01.016 INFO O| Oct 29 18:41:01.016 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw
88722024-10-29T18:41:04.253Z[ recovery-image] Oct 29 18:41:02.915 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)
88732024-10-29T18:41:04.350Z[ host-image] Oct 29 18:41:03.011 INFO O| Oct 29 18:41:03.011 INFO lofi device = /dev/dsk/c2t1d0p0
88742024-10-29T18:41:04.350Z[ host-image] Oct 29 18:41:03.011 INFO O| Oct 29 18:41:03.011 INFO pool device = /dev/dsk/c2t1d0p0
88752024-10-29T18:41:04.352Z[ host-image] Oct 29 18:41:03.011 INFO O| Oct 29 18:41:03.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"]
88762024-10-29T18:41:04.596Z[ host-image] Oct 29 18:41:03.258 INFO O| Oct 29 18:41:03.258 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88772024-10-29T18:41:04.596Z[ host-image] Oct 29 18:41:03.258 INFO O| Oct 29 18:41:03.258 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT
88782024-10-29T18:41:04.635Z[ host-image] Oct 29 18:41:03.297 INFO O| Oct 29 18:41:03.297 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off
88792024-10-29T18:41:04.737Z[ host-image] Oct 29 18:41:03.399 INFO O| Oct 29 18:41:03.399 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy
88802024-10-29T18:41:04.791Z[ host-image] Oct 29 18:41:03.453 INFO O| Oct 29 18:41:03.453 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk
88812024-10-29T18:41:04.821Z[ host-image] Oct 29 18:41:03.482 INFO O| Oct 29 18:41:03.482 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto
88822024-10-29T18:41:04.852Z[ host-image] Oct 29 18:41:03.513 INFO O| Oct 29 18:41:03.513 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy
88832024-10-29T18:41:05.017Z[ host-image] Oct 29 18:41:03.678 INFO O| Oct 29 18:41:03.678 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a
88842024-10-29T18:41:05.019Z[ host-image] Oct 29 18:41:03.678 INFO O| Oct 29 18:41:03.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a
88852024-10-29T18:41:05.019Z[ host-image] Oct 29 18:41:03.678 INFO O| Oct 29 18:41:03.678 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"]
88862024-10-29T18:41:05.038Z[ host-image] Oct 29 18:41:03.697 INFO O| Oct 29 18:41:03.697 INFO boot environment UUID: b8022a30-95e9-4a81-bff2-6c4e0283c16a
88872024-10-29T18:41:05.038Z[ host-image] Oct 29 18:41:03.697 INFO O| Oct 29 18:41:03.697 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = b8022a30-95e9-4a81-bff2-6c4e0283c16a
88882024-10-29T18:41:05.066Z[ host-image] Oct 29 18:41:03.728 INFO O| Oct 29 18:41:03.728 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static
88892024-10-29T18:41:05.121Z[ host-image] Oct 29 18:41:03.783 INFO O| Oct 29 18:41:03.783 INFO STEP 0 (create_be) COMPLETE
88902024-10-29T18:41:05.121Z[ host-image] Oct 29 18:41:03.783 INFO O| Oct 29 18:41:03.783 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
88912024-10-29T18:41:05.153Z[ host-image] Oct 29 18:41:03.815 INFO O| Oct 29 18:41:03.815 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"]
88922024-10-29T18:41:06.600Z[ recovery-image] Oct 29 18:41:05.260 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)
88932024-10-29T18:41:10.966Z[ recovery-image] Oct 29 18:41:09.619 INFO E| Compiling bitflags v1.3.2
88942024-10-29T18:41:10.971Z[ recovery-image] Oct 29 18:41:09.623 INFO E| Compiling plain v0.2.3
88952024-10-29T18:41:10.971Z[ recovery-image] Oct 29 18:41:09.623 INFO E| Compiling scroll v0.12.0
88962024-10-29T18:41:10.971Z[ recovery-image] Oct 29 18:41:09.623 INFO E| Compiling adler2 v2.0.0
88972024-10-29T18:41:10.971Z[ recovery-image] Oct 29 18:41:09.623 INFO E| Compiling bit_field v0.10.2
88982024-10-29T18:41:10.971Z[ recovery-image] Oct 29 18:41:09.623 INFO E| Compiling log v0.4.22
88992024-10-29T18:41:10.971Z[ recovery-image] Oct 29 18:41:09.623 INFO E| Compiling static_assertions v1.1.0
89002024-10-29T18:41:11.057Z[ recovery-image] Oct 29 18:41:09.716 INFO E| Compiling raw-cpuid v10.7.0
89012024-10-29T18:41:11.094Z[ recovery-image] Oct 29 18:41:09.755 INFO E| Compiling cpio_reader v0.1.1
89022024-10-29T18:41:11.400Z[ recovery-image] Oct 29 18:41:10.060 INFO E| Compiling miniz_oxide v0.8.0
89032024-10-29T18:41:11.480Z[ recovery-image] Oct 29 18:41:10.140 INFO E| Compiling bitstruct v0.1.1
89042024-10-29T18:41:11.795Z[ recovery-image] Oct 29 18:41:10.456 INFO E| Compiling goblin v0.8.2
89052024-10-29T18:41:20.460Z[ recovery-image] Oct 29 18:41:19.120 INFO E| Finished `release` profile [optimized] target(s) in 35.30s
89062024-10-29T18:41:20.487Z[ recovery-image] Oct 29 18:41:19.147 INFO building host image...
89072024-10-29T18:41:20.490Z[ recovery-image] Oct 29 18:41:19.148 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")
89082024-10-29T18:41:21.222Z[ recovery-image] Oct 29 18:41:19.881 INFO finishing image archive at "/work/os-recovery/os.tar.gz"...
89092024-10-29T18:41:23.232Z[ recovery-image] Oct 29 18:41:21.891 INFO image complete! materials are in "/work/os-recovery"
89102024-10-29T18:41:23.236Z[ recovery-image]
89112024-10-29T18:41:23.236Z[ recovery-image] real 7:55.281097209
89122024-10-29T18:41:23.236Z[ recovery-image] user 5:12.522378946
89132024-10-29T18:41:23.236Z[ recovery-image] sys 50.511401347
89142024-10-29T18:41:23.236Z[ recovery-image] trap 0.250443792
89152024-10-29T18:41:23.236Z[ recovery-image] tflt 0.304655279
89162024-10-29T18:41:23.236Z[ recovery-image] dflt 0.679013927
89172024-10-29T18:41:23.236Z[ recovery-image] kflt 0.000035326
89182024-10-29T18:41:23.236Z[ recovery-image] lock 17:06.987826330
89192024-10-29T18:41:23.236Z[ recovery-image] slp 48:20.316088023
89202024-10-29T18:41:23.236Z[ recovery-image] lat 1:54.540549405
89212024-10-29T18:41:23.239Z[ recovery-image] stop 4.983553941
89222024-10-29T18:41:23.239ZOct 29 18:41:21.896 INFO [recovery-image] process exited with exit status: 0 (475.302801517s)
89232024-10-29T18:41:26.922Z[ host-image] Oct 29 18:41:25.581 INFO O| Oct 29 18:41:25.581 INFO STEP 1 (unpack_tar) COMPLETE
89242024-10-29T18:41:26.922Z[ host-image] Oct 29 18:41:25.581 INFO O| Oct 29 18:41:25.581 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89252024-10-29T18:41:26.934Z[ host-image] Oct 29 18:41:25.593 INFO O| Oct 29 18:41:25.593 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"]
89262024-10-29T18:41:27.317Z[ host-image] Oct 29 18:41:25.976 INFO O| Oct 29 18:41:25.976 INFO STEP 2 (devfsadm) COMPLETE
89272024-10-29T18:41:27.317Z[ host-image] Oct 29 18:41:25.976 INFO O| Oct 29 18:41:25.976 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89282024-10-29T18:41:27.328Z[ host-image] Oct 29 18:41:25.987 INFO O| Oct 29 18:41:25.987 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89292024-10-29T18:41:27.328Z[ host-image] Oct 29 18:41:25.987 INFO O| Oct 29 18:41:25.987 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89302024-10-29T18:41:27.330Z[ host-image] Oct 29 18:41:25.987 INFO O| Oct 29 18:41:25.987 INFO STEP 3 (ensure_dir) COMPLETE
89312024-10-29T18:41:27.331Z[ host-image] Oct 29 18:41:25.987 INFO O| Oct 29 18:41:25.987 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89322024-10-29T18:41:27.339Z[ host-image] Oct 29 18:41:25.998 INFO O| Oct 29 18:41:25.998 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89332024-10-29T18:41:27.339Z[ host-image] Oct 29 18:41:25.998 INFO O| Oct 29 18:41:25.998 INFO STEP 4 (ensure_dir) COMPLETE
89342024-10-29T18:41:27.339Z[ host-image] Oct 29 18:41:25.998 INFO O| Oct 29 18:41:25.998 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89352024-10-29T18:41:27.349Z[ host-image] Oct 29 18:41:26.008 INFO O| Oct 29 18:41:26.008 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89362024-10-29T18:41:27.349Z[ host-image] Oct 29 18:41:26.008 INFO O| Oct 29 18:41:26.008 INFO STEP 5 (ensure_dir) COMPLETE
89372024-10-29T18:41:27.351Z[ host-image] Oct 29 18:41:26.008 INFO O| Oct 29 18:41:26.008 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89382024-10-29T18:41:27.358Z[ host-image] Oct 29 18:41:26.018 INFO O| Oct 29 18:41:26.018 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89392024-10-29T18:41:27.361Z[ host-image] Oct 29 18:41:26.018 INFO O| Oct 29 18:41:26.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89402024-10-29T18:41:27.361Z[ host-image] Oct 29 18:41:26.018 INFO O| Oct 29 18:41:26.018 INFO STEP 6 (ensure_dir) COMPLETE
89412024-10-29T18:41:27.361Z[ host-image] Oct 29 18:41:26.018 INFO O| Oct 29 18:41:26.018 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89422024-10-29T18:41:27.368Z[ host-image] Oct 29 18:41:26.027 INFO O| Oct 29 18:41:26.027 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89432024-10-29T18:41:27.370Z[ host-image] Oct 29 18:41:26.028 INFO O| Oct 29 18:41:26.028 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89442024-10-29T18:41:27.370Z[ host-image] Oct 29 18:41:26.028 INFO O| Oct 29 18:41:26.028 INFO STEP 7 (ensure_dir) COMPLETE
89452024-10-29T18:41:27.370Z[ host-image] Oct 29 18:41:26.028 INFO O| Oct 29 18:41:26.028 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89462024-10-29T18:41:27.378Z[ host-image] Oct 29 18:41:26.037 INFO O| Oct 29 18:41:26.037 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg"
89472024-10-29T18:41:27.380Z[ host-image] Oct 29 18:41:26.038 INFO O| Oct 29 18:41:26.038 INFO STEP 8 (remove_files) COMPLETE
89482024-10-29T18:41:27.380Z[ host-image] Oct 29 18:41:26.038 INFO O| Oct 29 18:41:26.038 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89492024-10-29T18:41:27.388Z[ host-image] Oct 29 18:41:26.047 INFO O| Oct 29 18:41:26.047 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk"
89502024-10-29T18:41:27.391Z[ host-image] Oct 29 18:41:26.048 INFO O| Oct 29 18:41:26.048 INFO STEP 9 (remove_files) COMPLETE
89512024-10-29T18:41:27.392Z[ host-image] Oct 29 18:41:26.048 INFO O| Oct 29 18:41:26.048 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89522024-10-29T18:41:27.398Z[ host-image] Oct 29 18:41:26.058 INFO O| Oct 29 18:41:26.058 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk"
89532024-10-29T18:41:27.400Z[ host-image] Oct 29 18:41:26.058 INFO O| Oct 29 18:41:26.058 INFO STEP 10 (remove_files) COMPLETE
89542024-10-29T18:41:27.400Z[ host-image] Oct 29 18:41:26.058 INFO O| Oct 29 18:41:26.058 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89552024-10-29T18:41:27.409Z[ host-image] Oct 29 18:41:26.068 INFO O| Oct 29 18:41:26.068 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors"
89562024-10-29T18:41:27.411Z[ host-image] Oct 29 18:41:26.068 INFO O| Oct 29 18:41:26.068 INFO STEP 11 (remove_files) COMPLETE
89572024-10-29T18:41:27.412Z[ host-image] Oct 29 18:41:26.068 INFO O| Oct 29 18:41:26.068 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89582024-10-29T18:41:27.419Z[ host-image] Oct 29 18:41:26.078 INFO O| Oct 29 18:41:26.078 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb"
89592024-10-29T18:41:27.421Z[ host-image] Oct 29 18:41:26.078 INFO O| Oct 29 18:41:26.078 INFO STEP 12 (remove_files) COMPLETE
89602024-10-29T18:41:27.421Z[ host-image] Oct 29 18:41:26.078 INFO O| Oct 29 18:41:26.078 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89612024-10-29T18:41:27.429Z[ host-image] Oct 29 18:41:26.088 INFO O| Oct 29 18:41:26.088 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89622024-10-29T18:41:27.431Z[ host-image] Oct 29 18:41:26.088 INFO O| Oct 29 18:41:26.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg
89632024-10-29T18:41:27.431Z[ host-image] Oct 29 18:41:26.088 INFO O| Oct 29 18:41:26.088 INFO STEP 13 (ensure_dir) COMPLETE
89642024-10-29T18:41:27.431Z[ host-image] Oct 29 18:41:26.088 INFO O| Oct 29 18:41:26.088 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89652024-10-29T18:41:27.439Z[ host-image] Oct 29 18:41:26.098 INFO O| Oct 29 18:41:26.098 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89662024-10-29T18:41:27.442Z[ host-image] Oct 29 18:41:26.098 INFO O| Oct 29 18:41:26.098 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89672024-10-29T18:41:27.442Z[ host-image] Oct 29 18:41:26.098 INFO O| Oct 29 18:41:26.098 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk
89682024-10-29T18:41:27.442Z[ host-image] Oct 29 18:41:26.098 INFO O| Oct 29 18:41:26.098 INFO STEP 14 (ensure_dir) COMPLETE
89692024-10-29T18:41:27.442Z[ host-image] Oct 29 18:41:26.098 INFO O| Oct 29 18:41:26.098 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89702024-10-29T18:41:27.448Z[ host-image] Oct 29 18:41:26.108 INFO O| Oct 29 18:41:26.108 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89712024-10-29T18:41:27.448Z[ host-image] Oct 29 18:41:26.108 INFO O| Oct 29 18:41:26.108 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89722024-10-29T18:41:27.451Z[ host-image] Oct 29 18:41:26.108 INFO O| Oct 29 18:41:26.108 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk
89732024-10-29T18:41:27.452Z[ host-image] Oct 29 18:41:26.108 INFO O| Oct 29 18:41:26.108 INFO STEP 15 (ensure_dir) COMPLETE
89742024-10-29T18:41:27.452Z[ host-image] Oct 29 18:41:26.108 INFO O| Oct 29 18:41:26.108 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89752024-10-29T18:41:27.459Z[ host-image] Oct 29 18:41:26.118 INFO O| Oct 29 18:41:26.118 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89762024-10-29T18:41:27.459Z[ host-image] Oct 29 18:41:26.118 INFO O| Oct 29 18:41:26.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors
89772024-10-29T18:41:27.462Z[ host-image] Oct 29 18:41:26.118 INFO O| Oct 29 18:41:26.118 INFO STEP 16 (ensure_dir) COMPLETE
89782024-10-29T18:41:27.462Z[ host-image] Oct 29 18:41:26.118 INFO O| Oct 29 18:41:26.118 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89792024-10-29T18:41:27.468Z[ host-image] Oct 29 18:41:26.128 INFO O| Oct 29 18:41:26.128 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89802024-10-29T18:41:27.468Z[ host-image] Oct 29 18:41:26.128 INFO O| Oct 29 18:41:26.128 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb
89812024-10-29T18:41:27.468Z[ host-image] Oct 29 18:41:26.128 INFO O| Oct 29 18:41:26.128 INFO STEP 17 (ensure_dir) COMPLETE
89822024-10-29T18:41:27.471Z[ host-image] Oct 29 18:41:26.128 INFO O| Oct 29 18:41:26.128 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89832024-10-29T18:41:27.478Z[ host-image] Oct 29 18:41:26.137 INFO O| Oct 29 18:41:26.137 INFO link target ok (../devices/pseudo/sysmsg@0:msglog)
89842024-10-29T18:41:27.479Z[ host-image] Oct 29 18:41:26.137 INFO O| Oct 29 18:41:26.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog
89852024-10-29T18:41:27.481Z[ host-image] Oct 29 18:41:26.137 INFO O| Oct 29 18:41:26.137 INFO ok!
89862024-10-29T18:41:27.481Z[ host-image] Oct 29 18:41:26.137 INFO O| Oct 29 18:41:26.137 INFO STEP 18 (ensure_symlink) COMPLETE
89872024-10-29T18:41:27.481Z[ host-image] Oct 29 18:41:26.138 INFO O| Oct 29 18:41:26.137 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json
89882024-10-29T18:41:27.488Z[ host-image] Oct 29 18:41:26.147 INFO O| Oct 29 18:41:26.147 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents
89892024-10-29T18:41:27.488Z[ host-image] Oct 29 18:41:26.147 INFO O| Oct 29 18:41:26.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure
89902024-10-29T18:41:27.491Z[ host-image] Oct 29 18:41:26.147 INFO O| Oct 29 18:41:26.147 INFO ok!
89912024-10-29T18:41:27.491Z[ host-image] Oct 29 18:41:26.147 INFO O| Oct 29 18:41:26.147 INFO STEP 19 (ensure_file) COMPLETE
89922024-10-29T18:41:27.492Z[ host-image] Oct 29 18:41:26.147 INFO O| Oct 29 18:41:26.147 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89932024-10-29T18:41:27.497Z[ host-image] Oct 29 18:41:26.157 INFO O| Oct 29 18:41:26.157 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist
89942024-10-29T18:41:27.501Z[ host-image] Oct 29 18:41:26.157 INFO O| Oct 29 18:41:26.157 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ...
89952024-10-29T18:41:27.501Z[ host-image] Oct 29 18:41:26.157 INFO O| Oct 29 18:41:26.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml
89962024-10-29T18:41:27.501Z[ host-image] Oct 29 18:41:26.157 INFO O| Oct 29 18:41:26.157 INFO ok!
89972024-10-29T18:41:27.501Z[ host-image] Oct 29 18:41:26.157 INFO O| Oct 29 18:41:26.157 INFO STEP 20 (ensure_symlink) COMPLETE
89982024-10-29T18:41:27.501Z[ host-image] Oct 29 18:41:26.157 INFO O| Oct 29 18:41:26.157 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
89992024-10-29T18:41:27.507Z[ host-image] Oct 29 18:41:26.166 INFO O| Oct 29 18:41:26.166 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist
90002024-10-29T18:41:27.509Z[ host-image] Oct 29 18:41:26.166 INFO O| Oct 29 18:41:26.166 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ...
90012024-10-29T18:41:27.509Z[ host-image] Oct 29 18:41:26.167 INFO O| Oct 29 18:41:26.167 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml
90022024-10-29T18:41:27.509Z[ host-image] Oct 29 18:41:26.167 INFO O| Oct 29 18:41:26.167 INFO ok!
90032024-10-29T18:41:27.510Z[ host-image] Oct 29 18:41:26.167 INFO O| Oct 29 18:41:26.167 INFO STEP 21 (ensure_symlink) COMPLETE
90042024-10-29T18:41:27.510Z[ host-image] Oct 29 18:41:26.167 INFO O| Oct 29 18:41:26.167 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90052024-10-29T18:41:27.517Z[ host-image] Oct 29 18:41:26.176 INFO O| Oct 29 18:41:26.176 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist
90062024-10-29T18:41:27.517Z[ host-image] Oct 29 18:41:26.176 INFO O| Oct 29 18:41:26.176 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ...
90072024-10-29T18:41:27.519Z[ host-image] Oct 29 18:41:26.176 INFO O| Oct 29 18:41:26.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml
90082024-10-29T18:41:27.519Z[ host-image] Oct 29 18:41:26.176 INFO O| Oct 29 18:41:26.176 INFO ok!
90092024-10-29T18:41:27.519Z[ host-image] Oct 29 18:41:26.176 INFO O| Oct 29 18:41:26.176 INFO STEP 22 (ensure_symlink) COMPLETE
90102024-10-29T18:41:27.519Z[ host-image] Oct 29 18:41:26.176 INFO O| Oct 29 18:41:26.176 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json
90112024-10-29T18:41:27.526Z[ host-image] Oct 29 18:41:26.186 INFO O| Oct 29 18:41:26.186 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist
90122024-10-29T18:41:27.526Z[ host-image] Oct 29 18:41:26.186 INFO O| Oct 29 18:41:26.186 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ...
90132024-10-29T18:41:27.529Z[ host-image] Oct 29 18:41:26.186 INFO O| Oct 29 18:41:26.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml
90142024-10-29T18:41:27.529Z[ host-image] Oct 29 18:41:26.186 INFO O| Oct 29 18:41:26.186 INFO ok!
90152024-10-29T18:41:27.529Z[ host-image] Oct 29 18:41:26.186 INFO O| Oct 29 18:41:26.186 INFO STEP 23 (ensure_symlink) COMPLETE
90162024-10-29T18:41:27.529Z[ host-image] Oct 29 18:41:26.186 INFO O| Oct 29 18:41:26.186 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90172024-10-29T18:41:27.537Z[ host-image] Oct 29 18:41:26.196 INFO O| Oct 29 18:41:26.196 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking
90182024-10-29T18:41:27.539Z[ host-image] Oct 29 18:41:26.196 INFO O| Oct 29 18:41:26.196 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ...
90192024-10-29T18:41:27.539Z[ host-image] Oct 29 18:41:26.196 INFO O| Oct 29 18:41:26.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf
90202024-10-29T18:41:27.539Z[ host-image] Oct 29 18:41:26.196 INFO O| Oct 29 18:41:26.196 INFO ok!
90212024-10-29T18:41:27.539Z[ host-image] Oct 29 18:41:26.196 INFO O| Oct 29 18:41:26.196 INFO STEP 24 (ensure_file) COMPLETE
90222024-10-29T18:41:27.539Z[ host-image] Oct 29 18:41:26.196 INFO O| Oct 29 18:41:26.196 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json
90232024-10-29T18:41:27.550Z[ host-image] Oct 29 18:41:26.209 INFO O| Oct 29 18:41:26.209 INFO updating shadow file
90242024-10-29T18:41:27.552Z[ host-image] Oct 29 18:41:26.209 INFO O| Oct 29 18:41:26.209 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90252024-10-29T18:41:27.552Z[ host-image] Oct 29 18:41:26.209 INFO O| Oct 29 18:41:26.209 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
90262024-10-29T18:41:27.552Z[ host-image] Oct 29 18:41:26.209 INFO O| Oct 29 18:41:26.209 INFO STEP 25 (shadow) COMPLETE
90272024-10-29T18:41:27.552Z[ host-image] Oct 29 18:41:26.209 INFO O| Oct 29 18:41:26.209 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90282024-10-29T18:41:27.560Z[ host-image] Oct 29 18:41:26.220 INFO O| Oct 29 18:41:26.220 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking
90292024-10-29T18:41:27.560Z[ host-image] Oct 29 18:41:26.220 INFO O| Oct 29 18:41:26.220 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ...
90302024-10-29T18:41:27.562Z[ host-image] Oct 29 18:41:26.220 INFO O| Oct 29 18:41:26.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts
90312024-10-29T18:41:27.562Z[ host-image] Oct 29 18:41:26.220 INFO O| Oct 29 18:41:26.220 INFO ok!
90322024-10-29T18:41:27.562Z[ host-image] Oct 29 18:41:26.220 INFO O| Oct 29 18:41:26.220 INFO STEP 26 (ensure_file) COMPLETE
90332024-10-29T18:41:27.562Z[ host-image] Oct 29 18:41:26.220 INFO O| Oct 29 18:41:26.220 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90342024-10-29T18:41:27.570Z[ host-image] Oct 29 18:41:26.230 INFO O| Oct 29 18:41:26.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist
90352024-10-29T18:41:27.571Z[ host-image] Oct 29 18:41:26.230 INFO O| Oct 29 18:41:26.230 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ...
90362024-10-29T18:41:27.571Z[ host-image] Oct 29 18:41:26.230 INFO O| Oct 29 18:41:26.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename
90372024-10-29T18:41:27.573Z[ host-image] Oct 29 18:41:26.230 INFO O| Oct 29 18:41:26.230 INFO ok!
90382024-10-29T18:41:27.573Z[ host-image] Oct 29 18:41:26.230 INFO O| Oct 29 18:41:26.230 INFO STEP 27 (ensure_file) COMPLETE
90392024-10-29T18:41:27.573Z[ host-image] Oct 29 18:41:26.230 INFO O| Oct 29 18:41:26.230 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90402024-10-29T18:41:27.582Z[ host-image] Oct 29 18:41:26.241 INFO O| Oct 29 18:41:26.241 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking
90412024-10-29T18:41:27.582Z[ host-image] Oct 29 18:41:26.241 INFO O| Oct 29 18:41:26.241 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ...
90422024-10-29T18:41:27.584Z[ host-image] Oct 29 18:41:26.241 INFO O| Oct 29 18:41:26.241 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90432024-10-29T18:41:27.584Z[ host-image] Oct 29 18:41:26.241 INFO O| Oct 29 18:41:26.241 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent
90442024-10-29T18:41:27.584Z[ host-image] Oct 29 18:41:26.241 INFO O| Oct 29 18:41:26.241 INFO ok!
90452024-10-29T18:41:27.584Z[ host-image] Oct 29 18:41:26.241 INFO O| Oct 29 18:41:26.241 INFO STEP 28 (ensure_file) COMPLETE
90462024-10-29T18:41:27.584Z[ host-image] Oct 29 18:41:26.242 INFO O| Oct 29 18:41:26.241 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json
90472024-10-29T18:41:27.593Z[ host-image] Oct 29 18:41:26.252 INFO O| Oct 29 18:41:26.252 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist
90482024-10-29T18:41:27.593Z[ host-image] Oct 29 18:41:26.252 INFO O| Oct 29 18:41:26.252 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ...
90492024-10-29T18:41:27.593Z[ host-image] Oct 29 18:41:26.252 INFO O| Oct 29 18:41:26.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf
90502024-10-29T18:41:27.595Z[ host-image] Oct 29 18:41:26.252 INFO O| Oct 29 18:41:26.252 INFO ok!
90512024-10-29T18:41:27.596Z[ host-image] Oct 29 18:41:26.252 INFO O| Oct 29 18:41:26.252 INFO STEP 29 (ensure_file) COMPLETE
90522024-10-29T18:41:27.596Z[ host-image] Oct 29 18:41:26.252 INFO O| Oct 29 18:41:26.252 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90532024-10-29T18:41:27.605Z[ host-image] Oct 29 18:41:26.264 INFO O| Oct 29 18:41:26.264 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist
90542024-10-29T18:41:27.605Z[ host-image] Oct 29 18:41:26.265 INFO O| Oct 29 18:41:26.264 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ...
90552024-10-29T18:41:27.608Z[ host-image] Oct 29 18:41:26.265 INFO O| Oct 29 18:41:26.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master
90562024-10-29T18:41:27.608Z[ host-image] Oct 29 18:41:26.265 INFO O| Oct 29 18:41:26.265 INFO ok!
90572024-10-29T18:41:27.608Z[ host-image] Oct 29 18:41:26.265 INFO O| Oct 29 18:41:26.265 INFO STEP 30 (ensure_file) COMPLETE
90582024-10-29T18:41:27.608Z[ host-image] Oct 29 18:41:26.265 INFO O| Oct 29 18:41:26.265 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90592024-10-29T18:41:27.618Z[ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking
90602024-10-29T18:41:27.618Z[ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ...
90612024-10-29T18:41:27.620Z[ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90622024-10-29T18:41:27.620Z[ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs
90632024-10-29T18:41:27.620Z[ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 INFO ok!
90642024-10-29T18:41:27.620Z[ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 INFO STEP 31 (ensure_file) COMPLETE
90652024-10-29T18:41:27.620Z[ host-image] Oct 29 18:41:26.277 INFO O| Oct 29 18:41:26.277 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90662024-10-29T18:41:27.628Z[ host-image] Oct 29 18:41:26.288 INFO O| Oct 29 18:41:26.288 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking
90672024-10-29T18:41:27.629Z[ host-image] Oct 29 18:41:26.288 INFO O| Oct 29 18:41:26.288 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ...
90682024-10-29T18:41:27.631Z[ host-image] Oct 29 18:41:26.288 INFO O| Oct 29 18:41:26.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init
90692024-10-29T18:41:27.631Z[ host-image] Oct 29 18:41:26.288 INFO O| Oct 29 18:41:26.288 INFO ok!
90702024-10-29T18:41:27.631Z[ host-image] Oct 29 18:41:26.288 INFO O| Oct 29 18:41:26.288 INFO STEP 32 (ensure_file) COMPLETE
90712024-10-29T18:41:27.632Z[ host-image] Oct 29 18:41:26.288 INFO O| Oct 29 18:41:26.288 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90722024-10-29T18:41:27.639Z[ host-image] Oct 29 18:41:26.299 INFO O| Oct 29 18:41:26.299 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking
90732024-10-29T18:41:27.639Z[ host-image] Oct 29 18:41:26.299 INFO O| Oct 29 18:41:26.299 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ...
90742024-10-29T18:41:27.642Z[ host-image] Oct 29 18:41:26.299 INFO O| Oct 29 18:41:26.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config
90752024-10-29T18:41:27.642Z[ host-image] Oct 29 18:41:26.299 INFO O| Oct 29 18:41:26.299 INFO ok!
90762024-10-29T18:41:27.642Z[ host-image] Oct 29 18:41:26.299 INFO O| Oct 29 18:41:26.299 INFO STEP 33 (ensure_file) COMPLETE
90772024-10-29T18:41:27.642Z[ host-image] Oct 29 18:41:26.299 INFO O| Oct 29 18:41:26.299 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
90782024-10-29T18:41:27.650Z[ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.309 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist
90792024-10-29T18:41:27.650Z[ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ...
90802024-10-29T18:41:27.653Z[ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90812024-10-29T18:41:27.653Z[ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90822024-10-29T18:41:27.653Z[ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90832024-10-29T18:41:27.653Z[ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams
90842024-10-29T18:41:27.653Z[ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO ok!
90852024-10-29T18:41:27.653Z[ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO STEP 34 (ensure_file) COMPLETE
90862024-10-29T18:41:27.653Z[ host-image] Oct 29 18:41:26.310 INFO O| Oct 29 18:41:26.310 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90872024-10-29T18:41:27.661Z[ host-image] Oct 29 18:41:26.321 INFO O| Oct 29 18:41:26.321 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90882024-10-29T18:41:27.663Z[ host-image] Oct 29 18:41:26.321 INFO O| Oct 29 18:41:26.321 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90892024-10-29T18:41:27.663Z[ host-image] Oct 29 18:41:26.321 INFO O| Oct 29 18:41:26.321 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware
90902024-10-29T18:41:27.663Z[ host-image] Oct 29 18:41:26.321 INFO O| Oct 29 18:41:26.321 INFO STEP 35 (ensure_dir) COMPLETE
90912024-10-29T18:41:27.664Z[ host-image] Oct 29 18:41:26.321 INFO O| Oct 29 18:41:26.321 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
90922024-10-29T18:41:27.673Z[ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 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
90932024-10-29T18:41:27.673Z[ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 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 ...
90942024-10-29T18:41:27.675Z[ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 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
90952024-10-29T18:41:27.675Z[ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 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
90962024-10-29T18:41:27.675Z[ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 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
90972024-10-29T18:41:27.675Z[ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 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
90982024-10-29T18:41:27.675Z[ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 INFO ok!
90992024-10-29T18:41:27.675Z[ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 INFO STEP 36 (ensure_file) COMPLETE
91002024-10-29T18:41:27.675Z[ host-image] Oct 29 18:41:26.332 INFO O| Oct 29 18:41:26.332 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json
91012024-10-29T18:41:27.683Z[ host-image] Oct 29 18:41:26.343 INFO O| Oct 29 18:41:26.343 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist
91022024-10-29T18:41:27.685Z[ host-image] Oct 29 18:41:26.343 INFO O| Oct 29 18:41:26.343 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 ...
91032024-10-29T18:41:27.685Z[ host-image] Oct 29 18:41:26.343 INFO O| Oct 29 18:41:26.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin
91042024-10-29T18:41:27.686Z[ host-image] Oct 29 18:41:26.343 INFO O| Oct 29 18:41:26.343 INFO ok!
91052024-10-29T18:41:27.686Z[ host-image] Oct 29 18:41:26.343 INFO O| Oct 29 18:41:26.343 INFO STEP 37 (ensure_symlink) COMPLETE
91062024-10-29T18:41:27.686Z[ host-image] Oct 29 18:41:26.343 INFO O| Oct 29 18:41:26.343 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91072024-10-29T18:41:27.694Z[ host-image] Oct 29 18:41:26.353 INFO O| Oct 29 18:41:26.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist
91082024-10-29T18:41:27.694Z[ host-image] Oct 29 18:41:26.353 INFO O| Oct 29 18:41:26.353 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91092024-10-29T18:41:27.696Z[ host-image] Oct 29 18:41:26.353 INFO O| Oct 29 18:41:26.353 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91102024-10-29T18:41:27.696Z[ host-image] Oct 29 18:41:26.353 INFO O| Oct 29 18:41:26.353 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91112024-10-29T18:41:27.696Z[ host-image] Oct 29 18:41:26.353 INFO O| Oct 29 18:41:26.353 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91122024-10-29T18:41:27.696Z[ host-image] Oct 29 18:41:26.354 INFO O| Oct 29 18:41:26.353 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91132024-10-29T18:41:27.696Z[ host-image] Oct 29 18:41:26.354 INFO O| Oct 29 18:41:26.353 INFO ok!
91142024-10-29T18:41:27.696Z[ host-image] Oct 29 18:41:26.354 INFO O| Oct 29 18:41:26.354 INFO STEP 38 (ensure_file) COMPLETE
91152024-10-29T18:41:27.696Z[ host-image] Oct 29 18:41:26.354 INFO O| Oct 29 18:41:26.354 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91162024-10-29T18:41:27.704Z[ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist
91172024-10-29T18:41:27.704Z[ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 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 ...
91182024-10-29T18:41:27.707Z[ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 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
91192024-10-29T18:41:27.707Z[ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91202024-10-29T18:41:27.707Z[ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 INFO ok!
91212024-10-29T18:41:27.707Z[ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 INFO STEP 39 (ensure_file) COMPLETE
91222024-10-29T18:41:27.707Z[ host-image] Oct 29 18:41:26.364 INFO O| Oct 29 18:41:26.364 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91232024-10-29T18:41:27.715Z[ host-image] Oct 29 18:41:26.374 INFO O| Oct 29 18:41:26.374 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist
91242024-10-29T18:41:27.715Z[ host-image] Oct 29 18:41:26.374 INFO O| Oct 29 18:41:26.374 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ...
91252024-10-29T18:41:27.717Z[ host-image] Oct 29 18:41:26.374 INFO O| Oct 29 18:41:26.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml
91262024-10-29T18:41:27.717Z[ host-image] Oct 29 18:41:26.374 INFO O| Oct 29 18:41:26.374 INFO ok!
91272024-10-29T18:41:27.717Z[ host-image] Oct 29 18:41:26.374 INFO O| Oct 29 18:41:26.374 INFO STEP 40 (ensure_file) COMPLETE
91282024-10-29T18:41:27.718Z[ host-image] Oct 29 18:41:26.374 INFO O| Oct 29 18:41:26.374 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91292024-10-29T18:41:27.725Z[ host-image] Oct 29 18:41:26.384 INFO O| Oct 29 18:41:26.384 INFO updating shadow file
91302024-10-29T18:41:27.727Z[ host-image] Oct 29 18:41:26.385 INFO O| Oct 29 18:41:26.385 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow
91312024-10-29T18:41:27.727Z[ host-image] Oct 29 18:41:26.385 INFO O| Oct 29 18:41:26.385 INFO STEP 41 (shadow) COMPLETE
91322024-10-29T18:41:27.727Z[ host-image] Oct 29 18:41:26.385 INFO O| Oct 29 18:41:26.385 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json
91332024-10-29T18:41:27.735Z[ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking
91342024-10-29T18:41:27.736Z[ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ...
91352024-10-29T18:41:27.738Z[ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91362024-10-29T18:41:27.738Z[ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login
91372024-10-29T18:41:27.738Z[ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO ok!
91382024-10-29T18:41:27.738Z[ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO STEP 42 (ensure_file) COMPLETE
91392024-10-29T18:41:27.738Z[ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91402024-10-29T18:41:27.738Z[ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO skip step because feature "mfg" is not enabled
91412024-10-29T18:41:27.738Z[ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91422024-10-29T18:41:27.738Z[ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO skip step because feature "mfg" is not enabled
91432024-10-29T18:41:27.738Z[ host-image] Oct 29 18:41:26.395 INFO O| Oct 29 18:41:26.395 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
91442024-10-29T18:41:27.746Z[ host-image] Oct 29 18:41:26.406 INFO O| Oct 29 18:41:26.406 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist
91452024-10-29T18:41:27.746Z[ host-image] Oct 29 18:41:26.406 INFO O| Oct 29 18:41:26.406 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ...
91462024-10-29T18:41:28.385Z[ host-image] Oct 29 18:41:27.043 INFO O| Oct 29 18:41:27.043 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91472024-10-29T18:41:28.385Z[ host-image] Oct 29 18:41:27.043 INFO O| Oct 29 18:41:27.043 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot
91482024-10-29T18:41:28.385Z[ host-image] Oct 29 18:41:27.043 INFO O| Oct 29 18:41:27.043 INFO ok!
91492024-10-29T18:41:28.388Z[ host-image] Oct 29 18:41:27.043 INFO O| Oct 29 18:41:27.043 INFO STEP 45 (ensure_file) COMPLETE
91502024-10-29T18:41:28.388Z[ host-image] Oct 29 18:41:27.043 INFO O| Oct 29 18:41:27.043 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91512024-10-29T18:41:28.397Z[ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking
91522024-10-29T18:41:28.397Z[ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ...
91532024-10-29T18:41:28.399Z[ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91542024-10-29T18:41:28.399Z[ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91552024-10-29T18:41:28.399Z[ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91562024-10-29T18:41:28.399Z[ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot
91572024-10-29T18:41:28.399Z[ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO ok!
91582024-10-29T18:41:28.399Z[ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO STEP 46 (ensure_file) COMPLETE
91592024-10-29T18:41:28.399Z[ host-image] Oct 29 18:41:27.056 INFO O| Oct 29 18:41:27.056 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91602024-10-29T18:41:28.407Z[ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking
91612024-10-29T18:41:28.410Z[ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 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 ...
91622024-10-29T18:41:28.410Z[ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 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
91632024-10-29T18:41:28.410Z[ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml
91642024-10-29T18:41:28.410Z[ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 INFO ok!
91652024-10-29T18:41:28.410Z[ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 INFO STEP 47 (ensure_file) COMPLETE
91662024-10-29T18:41:28.410Z[ host-image] Oct 29 18:41:27.067 INFO O| Oct 29 18:41:27.067 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91672024-10-29T18:41:28.417Z[ host-image] Oct 29 18:41:27.076 INFO O| Oct 29 18:41:27.076 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist
91682024-10-29T18:41:28.417Z[ host-image] Oct 29 18:41:27.076 INFO O| Oct 29 18:41:27.076 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ...
91692024-10-29T18:41:28.420Z[ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.076 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91702024-10-29T18:41:28.420Z[ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.077 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91712024-10-29T18:41:28.420Z[ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.077 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91722024-10-29T18:41:28.420Z[ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.077 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname
91732024-10-29T18:41:28.420Z[ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.077 INFO ok!
91742024-10-29T18:41:28.420Z[ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.077 INFO STEP 48 (ensure_file) COMPLETE
91752024-10-29T18:41:28.420Z[ host-image] Oct 29 18:41:27.077 INFO O| Oct 29 18:41:27.077 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91762024-10-29T18:41:28.427Z[ host-image] Oct 29 18:41:27.086 INFO O| Oct 29 18:41:27.086 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist
91772024-10-29T18:41:28.427Z[ host-image] Oct 29 18:41:27.086 INFO O| Oct 29 18:41:27.086 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 ...
91782024-10-29T18:41:28.429Z[ host-image] Oct 29 18:41:27.086 INFO O| Oct 29 18:41:27.086 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
91792024-10-29T18:41:28.429Z[ host-image] Oct 29 18:41:27.086 INFO O| Oct 29 18:41:27.086 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml
91802024-10-29T18:41:28.429Z[ host-image] Oct 29 18:41:27.086 INFO O| Oct 29 18:41:27.086 INFO ok!
91812024-10-29T18:41:28.429Z[ host-image] Oct 29 18:41:27.086 INFO O| Oct 29 18:41:27.086 INFO STEP 49 (ensure_file) COMPLETE
91822024-10-29T18:41:28.429Z[ host-image] Oct 29 18:41:27.087 INFO O| Oct 29 18:41:27.086 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91832024-10-29T18:41:28.437Z[ host-image] Oct 29 18:41:27.096 INFO O| Oct 29 18:41:27.096 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist
91842024-10-29T18:41:28.439Z[ host-image] Oct 29 18:41:27.096 INFO O| Oct 29 18:41:27.096 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ...
91852024-10-29T18:41:28.440Z[ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91862024-10-29T18:41:28.440Z[ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91872024-10-29T18:41:28.440Z[ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91882024-10-29T18:41:28.440Z[ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon
91892024-10-29T18:41:28.440Z[ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO ok!
91902024-10-29T18:41:28.440Z[ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO STEP 50 (ensure_file) COMPLETE
91912024-10-29T18:41:28.440Z[ host-image] Oct 29 18:41:27.097 INFO O| Oct 29 18:41:27.097 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91922024-10-29T18:41:28.448Z[ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist
91932024-10-29T18:41:28.448Z[ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 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 ...
91942024-10-29T18:41:28.450Z[ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 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
91952024-10-29T18:41:28.450Z[ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml
91962024-10-29T18:41:28.450Z[ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 INFO ok!
91972024-10-29T18:41:28.450Z[ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 INFO STEP 51 (ensure_file) COMPLETE
91982024-10-29T18:41:28.450Z[ host-image] Oct 29 18:41:27.107 INFO O| Oct 29 18:41:27.107 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
91992024-10-29T18:41:28.458Z[ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist
92002024-10-29T18:41:28.458Z[ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 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 ...
92012024-10-29T18:41:28.460Z[ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 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
92022024-10-29T18:41:28.460Z[ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml
92032024-10-29T18:41:28.460Z[ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 INFO ok!
92042024-10-29T18:41:28.460Z[ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 INFO STEP 52 (ensure_file) COMPLETE
92052024-10-29T18:41:28.460Z[ host-image] Oct 29 18:41:27.117 INFO O| Oct 29 18:41:27.117 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json
92062024-10-29T18:41:28.467Z[ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist
92072024-10-29T18:41:28.468Z[ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 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 ...
92082024-10-29T18:41:28.470Z[ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 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
92092024-10-29T18:41:28.470Z[ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml
92102024-10-29T18:41:28.470Z[ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 INFO ok!
92112024-10-29T18:41:28.470Z[ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 INFO STEP 53 (ensure_file) COMPLETE
92122024-10-29T18:41:28.470Z[ host-image] Oct 29 18:41:27.127 INFO O| Oct 29 18:41:27.127 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92132024-10-29T18:41:28.478Z[ host-image] Oct 29 18:41:27.137 INFO O| Oct 29 18:41:27.137 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt
92142024-10-29T18:41:28.478Z[ host-image] Oct 29 18:41:27.137 INFO O| Oct 29 18:41:27.137 INFO STEP 54 (ensure_dir) COMPLETE
92152024-10-29T18:41:28.480Z[ host-image] Oct 29 18:41:27.137 INFO O| Oct 29 18:41:27.137 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92162024-10-29T18:41:28.488Z[ host-image] Oct 29 18:41:27.147 INFO O| Oct 29 18:41:27.147 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92172024-10-29T18:41:28.488Z[ host-image] Oct 29 18:41:27.147 INFO O| Oct 29 18:41:27.147 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide
92182024-10-29T18:41:28.488Z[ host-image] Oct 29 18:41:27.147 INFO O| Oct 29 18:41:27.147 INFO STEP 55 (ensure_dir) COMPLETE
92192024-10-29T18:41:28.490Z[ host-image] Oct 29 18:41:27.147 INFO O| Oct 29 18:41:27.147 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92202024-10-29T18:41:28.498Z[ host-image] Oct 29 18:41:27.158 INFO O| Oct 29 18:41:27.158 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92212024-10-29T18:41:28.501Z[ host-image] Oct 29 18:41:27.158 INFO O| Oct 29 18:41:27.158 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm
92222024-10-29T18:41:28.501Z[ host-image] Oct 29 18:41:27.158 INFO O| Oct 29 18:41:27.158 INFO STEP 56 (ensure_dir) COMPLETE
92232024-10-29T18:41:28.501Z[ host-image] Oct 29 18:41:27.158 INFO O| Oct 29 18:41:27.158 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92242024-10-29T18:41:28.509Z[ host-image] Oct 29 18:41:27.168 INFO O| Oct 29 18:41:27.168 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist
92252024-10-29T18:41:28.509Z[ host-image] Oct 29 18:41:27.168 INFO O| Oct 29 18:41:27.168 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ...
92262024-10-29T18:41:28.527Z[ host-image] Oct 29 18:41:27.186 INFO O| Oct 29 18:41:27.186 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm
92272024-10-29T18:41:28.527Z[ host-image] Oct 29 18:41:27.186 INFO O| Oct 29 18:41:27.186 INFO ok!
92282024-10-29T18:41:28.530Z[ host-image] Oct 29 18:41:27.186 INFO O| Oct 29 18:41:27.186 INFO STEP 57 (ensure_file) COMPLETE
92292024-10-29T18:41:28.530Z[ host-image] Oct 29 18:41:27.186 INFO O| Oct 29 18:41:27.186 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92302024-10-29T18:41:28.538Z[ host-image] Oct 29 18:41:27.197 INFO O| Oct 29 18:41:27.197 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist
92312024-10-29T18:41:28.538Z[ host-image] Oct 29 18:41:27.197 INFO O| Oct 29 18:41:27.197 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ...
92322024-10-29T18:41:29.598Z[ host-image] Oct 29 18:41:28.257 INFO O| Oct 29 18:41:28.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd
92332024-10-29T18:41:29.598Z[ host-image] Oct 29 18:41:28.257 INFO O| Oct 29 18:41:28.257 INFO ok!
92342024-10-29T18:41:29.598Z[ host-image] Oct 29 18:41:28.257 INFO O| Oct 29 18:41:28.257 INFO STEP 58 (ensure_file) COMPLETE
92352024-10-29T18:41:29.601Z[ host-image] Oct 29 18:41:28.257 INFO O| Oct 29 18:41:28.257 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92362024-10-29T18:41:29.609Z[ host-image] Oct 29 18:41:28.268 INFO O| Oct 29 18:41:28.268 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92372024-10-29T18:41:29.611Z[ host-image] Oct 29 18:41:28.268 INFO O| Oct 29 18:41:28.268 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg
92382024-10-29T18:41:29.611Z[ host-image] Oct 29 18:41:28.268 INFO O| Oct 29 18:41:28.268 INFO STEP 59 (ensure_dir) COMPLETE
92392024-10-29T18:41:29.611Z[ host-image] Oct 29 18:41:28.268 INFO O| Oct 29 18:41:28.268 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92402024-10-29T18:41:29.619Z[ host-image] Oct 29 18:41:28.279 INFO O| Oct 29 18:41:28.278 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist
92412024-10-29T18:41:29.619Z[ host-image] Oct 29 18:41:28.279 INFO O| Oct 29 18:41:28.279 INFO copying /tmp/.tmp2e1Dzz/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 ...
92422024-10-29T18:41:29.622Z[ host-image] Oct 29 18:41:28.279 INFO O| Oct 29 18:41:28.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh
92432024-10-29T18:41:29.622Z[ host-image] Oct 29 18:41:28.279 INFO O| Oct 29 18:41:28.279 INFO ok!
92442024-10-29T18:41:29.622Z[ host-image] Oct 29 18:41:28.279 INFO O| Oct 29 18:41:28.279 INFO STEP 60 (ensure_file) COMPLETE
92452024-10-29T18:41:29.622Z[ host-image] Oct 29 18:41:28.279 INFO O| Oct 29 18:41:28.279 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92462024-10-29T18:41:29.629Z[ host-image] Oct 29 18:41:28.289 INFO O| Oct 29 18:41:28.289 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist
92472024-10-29T18:41:29.630Z[ host-image] Oct 29 18:41:28.289 INFO O| Oct 29 18:41:28.289 INFO copying /tmp/.tmp2e1Dzz/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 ...
92482024-10-29T18:41:29.632Z[ host-image] Oct 29 18:41:28.289 INFO O| Oct 29 18:41:28.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh
92492024-10-29T18:41:29.632Z[ host-image] Oct 29 18:41:28.289 INFO O| Oct 29 18:41:28.289 INFO ok!
92502024-10-29T18:41:29.632Z[ host-image] Oct 29 18:41:28.289 INFO O| Oct 29 18:41:28.289 INFO STEP 61 (ensure_file) COMPLETE
92512024-10-29T18:41:29.632Z[ host-image] Oct 29 18:41:28.289 INFO O| Oct 29 18:41:28.289 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92522024-10-29T18:41:29.640Z[ host-image] Oct 29 18:41:28.300 INFO O| Oct 29 18:41:28.299 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92532024-10-29T18:41:29.640Z[ host-image] Oct 29 18:41:28.300 INFO O| Oct 29 18:41:28.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd
92542024-10-29T18:41:29.643Z[ host-image] Oct 29 18:41:28.300 INFO O| Oct 29 18:41:28.300 INFO STEP 62 (ensure_dir) COMPLETE
92552024-10-29T18:41:29.643Z[ host-image] Oct 29 18:41:28.300 INFO O| Oct 29 18:41:28.300 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92562024-10-29T18:41:29.651Z[ host-image] Oct 29 18:41:28.310 INFO O| Oct 29 18:41:28.310 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist
92572024-10-29T18:41:29.651Z[ host-image] Oct 29 18:41:28.310 INFO O| Oct 29 18:41:28.310 INFO copying /tmp/.tmp2e1Dzz/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 ...
92582024-10-29T18:41:29.651Z[ host-image] Oct 29 18:41:28.310 INFO O| Oct 29 18:41:28.310 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml
92592024-10-29T18:41:29.653Z[ host-image] Oct 29 18:41:28.310 INFO O| Oct 29 18:41:28.310 INFO ok!
92602024-10-29T18:41:29.654Z[ host-image] Oct 29 18:41:28.310 INFO O| Oct 29 18:41:28.310 INFO STEP 63 (ensure_file) COMPLETE
92612024-10-29T18:41:29.654Z[ host-image] Oct 29 18:41:28.310 INFO O| Oct 29 18:41:28.310 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92622024-10-29T18:41:29.661Z[ host-image] Oct 29 18:41:28.321 INFO O| Oct 29 18:41:28.320 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist
92632024-10-29T18:41:29.661Z[ host-image] Oct 29 18:41:28.321 INFO O| Oct 29 18:41:28.321 INFO copying /tmp/.tmp2e1Dzz/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 ...
92642024-10-29T18:41:29.664Z[ host-image] Oct 29 18:41:28.321 INFO O| Oct 29 18:41:28.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh
92652024-10-29T18:41:29.664Z[ host-image] Oct 29 18:41:28.321 INFO O| Oct 29 18:41:28.321 INFO ok!
92662024-10-29T18:41:29.664Z[ host-image] Oct 29 18:41:28.321 INFO O| Oct 29 18:41:28.321 INFO STEP 64 (ensure_file) COMPLETE
92672024-10-29T18:41:29.664Z[ host-image] Oct 29 18:41:28.321 INFO O| Oct 29 18:41:28.321 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92682024-10-29T18:41:29.671Z[ host-image] Oct 29 18:41:28.331 INFO O| Oct 29 18:41:28.331 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92692024-10-29T18:41:29.675Z[ host-image] Oct 29 18:41:28.331 INFO O| Oct 29 18:41:28.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm
92702024-10-29T18:41:29.675Z[ host-image] Oct 29 18:41:28.331 INFO O| Oct 29 18:41:28.331 INFO STEP 65 (ensure_dir) COMPLETE
92712024-10-29T18:41:29.675Z[ host-image] Oct 29 18:41:28.331 INFO O| Oct 29 18:41:28.331 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92722024-10-29T18:41:29.681Z[ host-image] Oct 29 18:41:28.341 INFO O| Oct 29 18:41:28.341 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist
92732024-10-29T18:41:29.681Z[ host-image] Oct 29 18:41:28.341 INFO O| Oct 29 18:41:28.341 INFO copying /tmp/.tmp2e1Dzz/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 ...
92742024-10-29T18:41:29.684Z[ host-image] Oct 29 18:41:28.341 INFO O| Oct 29 18:41:28.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml
92752024-10-29T18:41:29.684Z[ host-image] Oct 29 18:41:28.341 INFO O| Oct 29 18:41:28.341 INFO ok!
92762024-10-29T18:41:29.684Z[ host-image] Oct 29 18:41:28.341 INFO O| Oct 29 18:41:28.341 INFO STEP 66 (ensure_file) COMPLETE
92772024-10-29T18:41:29.684Z[ host-image] Oct 29 18:41:28.341 INFO O| Oct 29 18:41:28.341 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92782024-10-29T18:41:29.691Z[ host-image] Oct 29 18:41:28.350 INFO O| Oct 29 18:41:28.350 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist
92792024-10-29T18:41:29.693Z[ host-image] Oct 29 18:41:28.350 INFO O| Oct 29 18:41:28.350 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ...
92802024-10-29T18:41:29.693Z[ host-image] Oct 29 18:41:28.350 INFO O| Oct 29 18:41:28.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION
92812024-10-29T18:41:29.693Z[ host-image] Oct 29 18:41:28.350 INFO O| Oct 29 18:41:28.350 INFO ok!
92822024-10-29T18:41:29.693Z[ host-image] Oct 29 18:41:28.351 INFO O| Oct 29 18:41:28.350 INFO STEP 67 (ensure_file) COMPLETE
92832024-10-29T18:41:29.693Z[ host-image] Oct 29 18:41:28.351 INFO O| Oct 29 18:41:28.350 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92842024-10-29T18:41:29.701Z[ host-image] Oct 29 18:41:28.360 INFO O| Oct 29 18:41:28.360 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92852024-10-29T18:41:29.703Z[ host-image] Oct 29 18:41:28.360 INFO O| Oct 29 18:41:28.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent
92862024-10-29T18:41:29.703Z[ host-image] Oct 29 18:41:28.360 INFO O| Oct 29 18:41:28.360 INFO STEP 68 (ensure_dir) COMPLETE
92872024-10-29T18:41:29.703Z[ host-image] Oct 29 18:41:28.360 INFO O| Oct 29 18:41:28.360 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92882024-10-29T18:41:29.711Z[ host-image] Oct 29 18:41:28.370 INFO O| Oct 29 18:41:28.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist
92892024-10-29T18:41:29.711Z[ host-image] Oct 29 18:41:28.370 INFO O| Oct 29 18:41:28.370 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ...
92902024-10-29T18:41:30.738Z[ host-image] Oct 29 18:41:29.397 INFO O| Oct 29 18:41:29.397 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle
92912024-10-29T18:41:30.738Z[ host-image] Oct 29 18:41:29.397 INFO O| Oct 29 18:41:29.397 INFO ok!
92922024-10-29T18:41:30.740Z[ host-image] Oct 29 18:41:29.397 INFO O| Oct 29 18:41:29.397 INFO STEP 69 (ensure_file) COMPLETE
92932024-10-29T18:41:30.740Z[ host-image] Oct 29 18:41:29.397 INFO O| Oct 29 18:41:29.397 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
92942024-10-29T18:41:30.749Z[ host-image] Oct 29 18:41:29.408 INFO O| Oct 29 18:41:29.408 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist
92952024-10-29T18:41:30.751Z[ host-image] Oct 29 18:41:29.408 INFO O| Oct 29 18:41:29.408 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ...
92962024-10-29T18:41:32.219Z[ host-image] Oct 29 18:41:30.878 INFO O| Oct 29 18:41:30.877 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent
92972024-10-29T18:41:32.219Z[ host-image] Oct 29 18:41:30.878 INFO O| Oct 29 18:41:30.878 INFO ok!
92982024-10-29T18:41:32.219Z[ host-image] Oct 29 18:41:30.878 INFO O| Oct 29 18:41:30.878 INFO STEP 70 (ensure_file) COMPLETE
92992024-10-29T18:41:32.219Z[ host-image] Oct 29 18:41:30.878 INFO O| Oct 29 18:41:30.878 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93002024-10-29T18:41:32.234Z[ host-image] Oct 29 18:41:30.893 INFO O| Oct 29 18:41:30.892 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93012024-10-29T18:41:32.234Z[ host-image] Oct 29 18:41:30.893 INFO O| Oct 29 18:41:30.893 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg
93022024-10-29T18:41:32.234Z[ host-image] Oct 29 18:41:30.893 INFO O| Oct 29 18:41:30.893 INFO STEP 71 (ensure_dir) COMPLETE
93032024-10-29T18:41:32.236Z[ host-image] Oct 29 18:41:30.893 INFO O| Oct 29 18:41:30.893 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93042024-10-29T18:41:32.246Z[ host-image] Oct 29 18:41:30.905 INFO O| Oct 29 18:41:30.905 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist
93052024-10-29T18:41:32.246Z[ host-image] Oct 29 18:41:30.905 INFO O| Oct 29 18:41:30.905 INFO copying /tmp/.tmp2e1Dzz/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 ...
93062024-10-29T18:41:32.248Z[ host-image] Oct 29 18:41:30.905 INFO O| Oct 29 18:41:30.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml
93072024-10-29T18:41:32.248Z[ host-image] Oct 29 18:41:30.905 INFO O| Oct 29 18:41:30.905 INFO ok!
93082024-10-29T18:41:32.248Z[ host-image] Oct 29 18:41:30.905 INFO O| Oct 29 18:41:30.905 INFO STEP 72 (ensure_file) COMPLETE
93092024-10-29T18:41:32.248Z[ host-image] Oct 29 18:41:30.905 INFO O| Oct 29 18:41:30.905 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93102024-10-29T18:41:32.257Z[ host-image] Oct 29 18:41:30.916 INFO O| Oct 29 18:41:30.916 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist
93112024-10-29T18:41:32.257Z[ host-image] Oct 29 18:41:30.916 INFO O| Oct 29 18:41:30.916 INFO copying /tmp/.tmp2e1Dzz/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 ...
93122024-10-29T18:41:32.259Z[ host-image] Oct 29 18:41:30.916 INFO O| Oct 29 18:41:30.916 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md
93132024-10-29T18:41:32.259Z[ host-image] Oct 29 18:41:30.916 INFO O| Oct 29 18:41:30.916 INFO ok!
93142024-10-29T18:41:32.259Z[ host-image] Oct 29 18:41:30.916 INFO O| Oct 29 18:41:30.916 INFO STEP 73 (ensure_file) COMPLETE
93152024-10-29T18:41:32.259Z[ host-image] Oct 29 18:41:30.916 INFO O| Oct 29 18:41:30.916 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93162024-10-29T18:41:32.267Z[ host-image] Oct 29 18:41:30.926 INFO O| Oct 29 18:41:30.926 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist
93172024-10-29T18:41:32.267Z[ host-image] Oct 29 18:41:30.926 INFO O| Oct 29 18:41:30.926 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ...
93182024-10-29T18:41:32.271Z[ host-image] Oct 29 18:41:30.926 INFO O| Oct 29 18:41:30.926 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION
93192024-10-29T18:41:32.271Z[ host-image] Oct 29 18:41:30.926 INFO O| Oct 29 18:41:30.926 INFO ok!
93202024-10-29T18:41:32.271Z[ host-image] Oct 29 18:41:30.926 INFO O| Oct 29 18:41:30.926 INFO STEP 74 (ensure_file) COMPLETE
93212024-10-29T18:41:32.271Z[ host-image] Oct 29 18:41:30.926 INFO O| Oct 29 18:41:30.926 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93222024-10-29T18:41:32.277Z[ host-image] Oct 29 18:41:30.936 INFO O| Oct 29 18:41:30.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist
93232024-10-29T18:41:32.277Z[ host-image] Oct 29 18:41:30.936 INFO O| Oct 29 18:41:30.936 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ...
93242024-10-29T18:41:32.280Z[ host-image] Oct 29 18:41:30.937 INFO O| Oct 29 18:41:30.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz
93252024-10-29T18:41:32.280Z[ host-image] Oct 29 18:41:30.937 INFO O| Oct 29 18:41:30.937 INFO ok!
93262024-10-29T18:41:32.280Z[ host-image] Oct 29 18:41:30.937 INFO O| Oct 29 18:41:30.937 INFO STEP 75 (ensure_file) COMPLETE
93272024-10-29T18:41:32.280Z[ host-image] Oct 29 18:41:30.937 INFO O| Oct 29 18:41:30.937 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93282024-10-29T18:41:32.288Z[ host-image] Oct 29 18:41:30.947 INFO O| Oct 29 18:41:30.947 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93292024-10-29T18:41:32.288Z[ host-image] Oct 29 18:41:30.947 INFO O| Oct 29 18:41:30.947 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog
93302024-10-29T18:41:32.288Z[ host-image] Oct 29 18:41:30.947 INFO O| Oct 29 18:41:30.947 INFO STEP 76 (ensure_dir) COMPLETE
93312024-10-29T18:41:32.290Z[ host-image] Oct 29 18:41:30.947 INFO O| Oct 29 18:41:30.947 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93322024-10-29T18:41:32.298Z[ host-image] Oct 29 18:41:30.957 INFO O| Oct 29 18:41:30.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist
93332024-10-29T18:41:32.298Z[ host-image] Oct 29 18:41:30.957 INFO O| Oct 29 18:41:30.957 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ...
93342024-10-29T18:41:32.302Z[ host-image] Oct 29 18:41:30.961 INFO O| Oct 29 18:41:30.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog
93352024-10-29T18:41:32.302Z[ host-image] Oct 29 18:41:30.961 INFO O| Oct 29 18:41:30.960 INFO ok!
93362024-10-29T18:41:32.304Z[ host-image] Oct 29 18:41:30.961 INFO O| Oct 29 18:41:30.961 INFO STEP 77 (ensure_file) COMPLETE
93372024-10-29T18:41:32.304Z[ host-image] Oct 29 18:41:30.961 INFO O| Oct 29 18:41:30.961 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93382024-10-29T18:41:32.311Z[ host-image] Oct 29 18:41:30.970 INFO O| Oct 29 18:41:30.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist
93392024-10-29T18:41:32.314Z[ host-image] Oct 29 18:41:30.970 INFO O| Oct 29 18:41:30.970 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ...
93402024-10-29T18:41:32.314Z[ host-image] Oct 29 18:41:30.971 INFO O| Oct 29 18:41:30.971 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION
93412024-10-29T18:41:32.314Z[ host-image] Oct 29 18:41:30.971 INFO O| Oct 29 18:41:30.971 INFO ok!
93422024-10-29T18:41:32.314Z[ host-image] Oct 29 18:41:30.971 INFO O| Oct 29 18:41:30.971 INFO STEP 78 (ensure_file) COMPLETE
93432024-10-29T18:41:32.314Z[ host-image] Oct 29 18:41:30.971 INFO O| Oct 29 18:41:30.971 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93442024-10-29T18:41:32.322Z[ host-image] Oct 29 18:41:30.981 INFO O| Oct 29 18:41:30.981 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist
93452024-10-29T18:41:32.322Z[ host-image] Oct 29 18:41:30.981 INFO O| Oct 29 18:41:30.981 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ...
93462024-10-29T18:41:32.954Z[ host-image] Oct 29 18:41:31.613 INFO O| Oct 29 18:41:31.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz
93472024-10-29T18:41:32.954Z[ host-image] Oct 29 18:41:31.613 INFO O| Oct 29 18:41:31.612 INFO ok!
93482024-10-29T18:41:32.956Z[ host-image] Oct 29 18:41:31.613 INFO O| Oct 29 18:41:31.612 INFO STEP 79 (ensure_file) COMPLETE
93492024-10-29T18:41:32.956Z[ host-image] Oct 29 18:41:31.613 INFO O| Oct 29 18:41:31.612 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93502024-10-29T18:41:32.966Z[ host-image] Oct 29 18:41:31.625 INFO O| Oct 29 18:41:31.625 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93512024-10-29T18:41:32.968Z[ host-image] Oct 29 18:41:31.625 INFO O| Oct 29 18:41:31.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind
93522024-10-29T18:41:32.968Z[ host-image] Oct 29 18:41:31.625 INFO O| Oct 29 18:41:31.625 INFO STEP 80 (ensure_dir) COMPLETE
93532024-10-29T18:41:32.968Z[ host-image] Oct 29 18:41:31.625 INFO O| Oct 29 18:41:31.625 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93542024-10-29T18:41:32.977Z[ host-image] Oct 29 18:41:31.636 INFO O| Oct 29 18:41:31.636 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93552024-10-29T18:41:32.980Z[ host-image] Oct 29 18:41:31.636 INFO O| Oct 29 18:41:31.636 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib
93562024-10-29T18:41:32.980Z[ host-image] Oct 29 18:41:31.636 INFO O| Oct 29 18:41:31.636 INFO STEP 81 (ensure_dir) COMPLETE
93572024-10-29T18:41:32.980Z[ host-image] Oct 29 18:41:31.636 INFO O| Oct 29 18:41:31.636 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93582024-10-29T18:41:32.987Z[ host-image] Oct 29 18:41:31.646 INFO O| Oct 29 18:41:31.646 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93592024-10-29T18:41:32.990Z[ host-image] Oct 29 18:41:31.646 INFO O| Oct 29 18:41:31.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc
93602024-10-29T18:41:32.990Z[ host-image] Oct 29 18:41:31.646 INFO O| Oct 29 18:41:31.646 INFO STEP 82 (ensure_dir) COMPLETE
93612024-10-29T18:41:32.990Z[ host-image] Oct 29 18:41:31.646 INFO O| Oct 29 18:41:31.646 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93622024-10-29T18:41:32.998Z[ host-image] Oct 29 18:41:31.657 INFO O| Oct 29 18:41:31.657 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93632024-10-29T18:41:33.000Z[ host-image] Oct 29 18:41:31.657 INFO O| Oct 29 18:41:31.657 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest
93642024-10-29T18:41:33.001Z[ host-image] Oct 29 18:41:31.657 INFO O| Oct 29 18:41:31.657 INFO STEP 83 (ensure_dir) COMPLETE
93652024-10-29T18:41:33.001Z[ host-image] Oct 29 18:41:31.657 INFO O| Oct 29 18:41:31.657 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93662024-10-29T18:41:33.008Z[ host-image] Oct 29 18:41:31.667 INFO O| Oct 29 18:41:31.667 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93672024-10-29T18:41:33.011Z[ host-image] Oct 29 18:41:31.667 INFO O| Oct 29 18:41:31.667 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system
93682024-10-29T18:41:33.011Z[ host-image] Oct 29 18:41:31.667 INFO O| Oct 29 18:41:31.667 INFO STEP 84 (ensure_dir) COMPLETE
93692024-10-29T18:41:33.011Z[ host-image] Oct 29 18:41:31.667 INFO O| Oct 29 18:41:31.667 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93702024-10-29T18:41:33.019Z[ host-image] Oct 29 18:41:31.677 INFO O| Oct 29 18:41:31.677 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist
93712024-10-29T18:41:33.019Z[ host-image] Oct 29 18:41:31.677 INFO O| Oct 29 18:41:31.677 INFO copying /tmp/.tmp2e1Dzz/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 ...
93722024-10-29T18:41:33.022Z[ host-image] Oct 29 18:41:31.678 INFO O| Oct 29 18:41:31.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml
93732024-10-29T18:41:33.022Z[ host-image] Oct 29 18:41:31.678 INFO O| Oct 29 18:41:31.678 INFO ok!
93742024-10-29T18:41:33.022Z[ host-image] Oct 29 18:41:31.678 INFO O| Oct 29 18:41:31.678 INFO STEP 85 (ensure_file) COMPLETE
93752024-10-29T18:41:33.022Z[ host-image] Oct 29 18:41:31.678 INFO O| Oct 29 18:41:31.678 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93762024-10-29T18:41:33.029Z[ host-image] Oct 29 18:41:31.688 INFO O| Oct 29 18:41:31.688 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93772024-10-29T18:41:33.032Z[ host-image] Oct 29 18:41:31.688 INFO O| Oct 29 18:41:31.688 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin
93782024-10-29T18:41:33.032Z[ host-image] Oct 29 18:41:31.688 INFO O| Oct 29 18:41:31.688 INFO STEP 86 (ensure_dir) COMPLETE
93792024-10-29T18:41:33.032Z[ host-image] Oct 29 18:41:31.688 INFO O| Oct 29 18:41:31.688 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93802024-10-29T18:41:33.039Z[ host-image] Oct 29 18:41:31.698 INFO O| Oct 29 18:41:31.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist
93812024-10-29T18:41:33.041Z[ host-image] Oct 29 18:41:31.698 INFO O| Oct 29 18:41:31.698 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ...
93822024-10-29T18:41:33.042Z[ host-image] Oct 29 18:41:31.698 INFO O| Oct 29 18:41:31.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind
93832024-10-29T18:41:33.042Z[ host-image] Oct 29 18:41:31.698 INFO O| Oct 29 18:41:31.698 INFO ok!
93842024-10-29T18:41:33.042Z[ host-image] Oct 29 18:41:31.698 INFO O| Oct 29 18:41:31.698 INFO STEP 87 (ensure_file) COMPLETE
93852024-10-29T18:41:33.042Z[ host-image] Oct 29 18:41:31.698 INFO O| Oct 29 18:41:31.698 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93862024-10-29T18:41:33.049Z[ host-image] Oct 29 18:41:31.708 INFO O| Oct 29 18:41:31.708 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist
93872024-10-29T18:41:33.051Z[ host-image] Oct 29 18:41:31.708 INFO O| Oct 29 18:41:31.708 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ...
93882024-10-29T18:41:33.389Z[ host-image] Oct 29 18:41:32.047 INFO O| Oct 29 18:41:32.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm
93892024-10-29T18:41:33.389Z[ host-image] Oct 29 18:41:32.047 INFO O| Oct 29 18:41:32.047 INFO ok!
93902024-10-29T18:41:33.389Z[ host-image] Oct 29 18:41:32.047 INFO O| Oct 29 18:41:32.047 INFO STEP 88 (ensure_file) COMPLETE
93912024-10-29T18:41:33.389Z[ host-image] Oct 29 18:41:32.047 INFO O| Oct 29 18:41:32.047 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93922024-10-29T18:41:33.401Z[ host-image] Oct 29 18:41:32.059 INFO O| Oct 29 18:41:32.059 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist
93932024-10-29T18:41:33.401Z[ host-image] Oct 29 18:41:32.059 INFO O| Oct 29 18:41:32.059 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ...
93942024-10-29T18:41:33.420Z[ host-image] Oct 29 18:41:32.079 INFO O| Oct 29 18:41:32.078 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind
93952024-10-29T18:41:33.420Z[ host-image] Oct 29 18:41:32.079 INFO O| Oct 29 18:41:32.079 INFO ok!
93962024-10-29T18:41:33.422Z[ host-image] Oct 29 18:41:32.079 INFO O| Oct 29 18:41:32.079 INFO STEP 89 (ensure_file) COMPLETE
93972024-10-29T18:41:33.422Z[ host-image] Oct 29 18:41:32.079 INFO O| Oct 29 18:41:32.079 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
93982024-10-29T18:41:33.430Z[ host-image] Oct 29 18:41:32.089 INFO O| Oct 29 18:41:32.089 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist
93992024-10-29T18:41:33.430Z[ host-image] Oct 29 18:41:32.089 INFO O| Oct 29 18:41:32.089 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ...
94002024-10-29T18:41:33.432Z[ host-image] Oct 29 18:41:32.089 INFO O| Oct 29 18:41:32.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION
94012024-10-29T18:41:33.432Z[ host-image] Oct 29 18:41:32.089 INFO O| Oct 29 18:41:32.089 INFO ok!
94022024-10-29T18:41:33.432Z[ host-image] Oct 29 18:41:32.089 INFO O| Oct 29 18:41:32.089 INFO STEP 90 (ensure_file) COMPLETE
94032024-10-29T18:41:33.432Z[ host-image] Oct 29 18:41:32.089 INFO O| Oct 29 18:41:32.089 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94042024-10-29T18:41:33.443Z[ host-image] Oct 29 18:41:32.099 INFO O| Oct 29 18:41:32.099 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94052024-10-29T18:41:33.443Z[ host-image] Oct 29 18:41:32.099 INFO O| Oct 29 18:41:32.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace
94062024-10-29T18:41:33.444Z[ host-image] Oct 29 18:41:32.099 INFO O| Oct 29 18:41:32.099 INFO STEP 91 (ensure_dir) COMPLETE
94072024-10-29T18:41:33.444Z[ host-image] Oct 29 18:41:32.099 INFO O| Oct 29 18:41:32.099 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94082024-10-29T18:41:33.450Z[ host-image] Oct 29 18:41:32.109 INFO O| Oct 29 18:41:32.109 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist
94092024-10-29T18:41:33.453Z[ host-image] Oct 29 18:41:32.109 INFO O| Oct 29 18:41:32.109 INFO copying /tmp/.tmp2e1Dzz/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 ...
94102024-10-29T18:41:33.453Z[ host-image] Oct 29 18:41:32.109 INFO O| Oct 29 18:41:32.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d
94112024-10-29T18:41:33.453Z[ host-image] Oct 29 18:41:32.109 INFO O| Oct 29 18:41:32.109 INFO ok!
94122024-10-29T18:41:33.453Z[ host-image] Oct 29 18:41:32.109 INFO O| Oct 29 18:41:32.109 INFO STEP 92 (ensure_file) COMPLETE
94132024-10-29T18:41:33.453Z[ host-image] Oct 29 18:41:32.109 INFO O| Oct 29 18:41:32.109 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94142024-10-29T18:41:33.461Z[ host-image] Oct 29 18:41:32.120 INFO O| Oct 29 18:41:32.120 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist
94152024-10-29T18:41:33.461Z[ host-image] Oct 29 18:41:32.120 INFO O| Oct 29 18:41:32.120 INFO copying /tmp/.tmp2e1Dzz/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 ...
94162024-10-29T18:41:33.461Z[ host-image] Oct 29 18:41:32.120 INFO O| Oct 29 18:41:32.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d
94172024-10-29T18:41:33.464Z[ host-image] Oct 29 18:41:32.120 INFO O| Oct 29 18:41:32.120 INFO ok!
94182024-10-29T18:41:33.464Z[ host-image] Oct 29 18:41:32.120 INFO O| Oct 29 18:41:32.120 INFO STEP 93 (ensure_file) COMPLETE
94192024-10-29T18:41:33.464Z[ host-image] Oct 29 18:41:32.120 INFO O| Oct 29 18:41:32.120 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94202024-10-29T18:41:33.472Z[ host-image] Oct 29 18:41:32.131 INFO O| Oct 29 18:41:32.131 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist
94212024-10-29T18:41:33.475Z[ host-image] Oct 29 18:41:32.131 INFO O| Oct 29 18:41:32.131 INFO copying /tmp/.tmp2e1Dzz/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 ...
94222024-10-29T18:41:33.475Z[ host-image] Oct 29 18:41:32.131 INFO O| Oct 29 18:41:32.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d
94232024-10-29T18:41:33.475Z[ host-image] Oct 29 18:41:32.131 INFO O| Oct 29 18:41:32.131 INFO ok!
94242024-10-29T18:41:33.475Z[ host-image] Oct 29 18:41:32.131 INFO O| Oct 29 18:41:32.131 INFO STEP 94 (ensure_file) COMPLETE
94252024-10-29T18:41:33.475Z[ host-image] Oct 29 18:41:32.131 INFO O| Oct 29 18:41:32.131 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94262024-10-29T18:41:33.483Z[ host-image] Oct 29 18:41:32.142 INFO O| Oct 29 18:41:32.142 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist
94272024-10-29T18:41:33.483Z[ host-image] Oct 29 18:41:32.142 INFO O| Oct 29 18:41:32.142 INFO copying /tmp/.tmp2e1Dzz/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 ...
94282024-10-29T18:41:33.485Z[ host-image] Oct 29 18:41:32.142 INFO O| Oct 29 18:41:32.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d
94292024-10-29T18:41:33.486Z[ host-image] Oct 29 18:41:32.142 INFO O| Oct 29 18:41:32.142 INFO ok!
94302024-10-29T18:41:33.486Z[ host-image] Oct 29 18:41:32.142 INFO O| Oct 29 18:41:32.142 INFO STEP 95 (ensure_file) COMPLETE
94312024-10-29T18:41:33.486Z[ host-image] Oct 29 18:41:32.142 INFO O| Oct 29 18:41:32.142 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94322024-10-29T18:41:33.493Z[ host-image] Oct 29 18:41:32.152 INFO O| Oct 29 18:41:32.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist
94332024-10-29T18:41:33.493Z[ host-image] Oct 29 18:41:32.152 INFO O| Oct 29 18:41:32.152 INFO copying /tmp/.tmp2e1Dzz/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 ...
94342024-10-29T18:41:33.496Z[ host-image] Oct 29 18:41:32.152 INFO O| Oct 29 18:41:32.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d
94352024-10-29T18:41:33.496Z[ host-image] Oct 29 18:41:32.152 INFO O| Oct 29 18:41:32.152 INFO ok!
94362024-10-29T18:41:33.496Z[ host-image] Oct 29 18:41:32.152 INFO O| Oct 29 18:41:32.152 INFO STEP 96 (ensure_file) COMPLETE
94372024-10-29T18:41:33.496Z[ host-image] Oct 29 18:41:32.152 INFO O| Oct 29 18:41:32.152 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94382024-10-29T18:41:33.503Z[ host-image] Oct 29 18:41:32.162 INFO O| Oct 29 18:41:32.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist
94392024-10-29T18:41:33.503Z[ host-image] Oct 29 18:41:32.162 INFO O| Oct 29 18:41:32.162 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ...
94402024-10-29T18:41:33.505Z[ host-image] Oct 29 18:41:32.162 INFO O| Oct 29 18:41:32.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d
94412024-10-29T18:41:33.505Z[ host-image] Oct 29 18:41:32.162 INFO O| Oct 29 18:41:32.162 INFO ok!
94422024-10-29T18:41:33.506Z[ host-image] Oct 29 18:41:32.162 INFO O| Oct 29 18:41:32.162 INFO STEP 97 (ensure_file) COMPLETE
94432024-10-29T18:41:33.506Z[ host-image] Oct 29 18:41:32.162 INFO O| Oct 29 18:41:32.162 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94442024-10-29T18:41:33.513Z[ host-image] Oct 29 18:41:32.172 INFO O| Oct 29 18:41:32.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist
94452024-10-29T18:41:33.513Z[ host-image] Oct 29 18:41:32.172 INFO O| Oct 29 18:41:32.172 INFO copying /tmp/.tmp2e1Dzz/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 ...
94462024-10-29T18:41:33.513Z[ host-image] Oct 29 18:41:32.172 INFO O| Oct 29 18:41:32.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d
94472024-10-29T18:41:33.515Z[ host-image] Oct 29 18:41:32.172 INFO O| Oct 29 18:41:32.172 INFO ok!
94482024-10-29T18:41:33.516Z[ host-image] Oct 29 18:41:32.172 INFO O| Oct 29 18:41:32.172 INFO STEP 98 (ensure_file) COMPLETE
94492024-10-29T18:41:33.516Z[ host-image] Oct 29 18:41:32.172 INFO O| Oct 29 18:41:32.172 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94502024-10-29T18:41:33.523Z[ host-image] Oct 29 18:41:32.182 INFO O| Oct 29 18:41:32.182 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist
94512024-10-29T18:41:33.523Z[ host-image] Oct 29 18:41:32.182 INFO O| Oct 29 18:41:32.182 INFO copying /tmp/.tmp2e1Dzz/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 ...
94522024-10-29T18:41:33.525Z[ host-image] Oct 29 18:41:32.182 INFO O| Oct 29 18:41:32.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d
94532024-10-29T18:41:33.525Z[ host-image] Oct 29 18:41:32.182 INFO O| Oct 29 18:41:32.182 INFO ok!
94542024-10-29T18:41:33.526Z[ host-image] Oct 29 18:41:32.182 INFO O| Oct 29 18:41:32.182 INFO STEP 99 (ensure_file) COMPLETE
94552024-10-29T18:41:33.526Z[ host-image] Oct 29 18:41:32.182 INFO O| Oct 29 18:41:32.182 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94562024-10-29T18:41:33.533Z[ host-image] Oct 29 18:41:32.192 INFO O| Oct 29 18:41:32.192 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist
94572024-10-29T18:41:33.535Z[ host-image] Oct 29 18:41:32.192 INFO O| Oct 29 18:41:32.192 INFO copying /tmp/.tmp2e1Dzz/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 ...
94582024-10-29T18:41:33.535Z[ host-image] Oct 29 18:41:32.192 INFO O| Oct 29 18:41:32.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d
94592024-10-29T18:41:33.535Z[ host-image] Oct 29 18:41:32.192 INFO O| Oct 29 18:41:32.192 INFO ok!
94602024-10-29T18:41:33.535Z[ host-image] Oct 29 18:41:32.192 INFO O| Oct 29 18:41:32.192 INFO STEP 100 (ensure_file) COMPLETE
94612024-10-29T18:41:33.535Z[ host-image] Oct 29 18:41:32.192 INFO O| Oct 29 18:41:32.192 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94622024-10-29T18:41:33.542Z[ host-image] Oct 29 18:41:32.201 INFO O| Oct 29 18:41:32.201 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist
94632024-10-29T18:41:33.543Z[ host-image] Oct 29 18:41:32.201 INFO O| Oct 29 18:41:32.201 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ...
94642024-10-29T18:41:33.545Z[ host-image] Oct 29 18:41:32.201 INFO O| Oct 29 18:41:32.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d
94652024-10-29T18:41:33.545Z[ host-image] Oct 29 18:41:32.202 INFO O| Oct 29 18:41:32.201 INFO ok!
94662024-10-29T18:41:33.545Z[ host-image] Oct 29 18:41:32.202 INFO O| Oct 29 18:41:32.201 INFO STEP 101 (ensure_file) COMPLETE
94672024-10-29T18:41:33.545Z[ host-image] Oct 29 18:41:32.202 INFO O| Oct 29 18:41:32.201 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94682024-10-29T18:41:33.552Z[ host-image] Oct 29 18:41:32.211 INFO O| Oct 29 18:41:32.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist
94692024-10-29T18:41:33.552Z[ host-image] Oct 29 18:41:32.211 INFO O| Oct 29 18:41:32.211 INFO copying /tmp/.tmp2e1Dzz/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 ...
94702024-10-29T18:41:33.554Z[ host-image] Oct 29 18:41:32.211 INFO O| Oct 29 18:41:32.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d
94712024-10-29T18:41:33.554Z[ host-image] Oct 29 18:41:32.211 INFO O| Oct 29 18:41:32.211 INFO ok!
94722024-10-29T18:41:33.554Z[ host-image] Oct 29 18:41:32.211 INFO O| Oct 29 18:41:32.211 INFO STEP 102 (ensure_file) COMPLETE
94732024-10-29T18:41:33.554Z[ host-image] Oct 29 18:41:32.211 INFO O| Oct 29 18:41:32.211 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94742024-10-29T18:41:33.562Z[ host-image] Oct 29 18:41:32.221 INFO O| Oct 29 18:41:32.221 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist
94752024-10-29T18:41:33.562Z[ host-image] Oct 29 18:41:32.221 INFO O| Oct 29 18:41:32.221 INFO copying /tmp/.tmp2e1Dzz/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 ...
94762024-10-29T18:41:33.564Z[ host-image] Oct 29 18:41:32.221 INFO O| Oct 29 18:41:32.221 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d
94772024-10-29T18:41:33.564Z[ host-image] Oct 29 18:41:32.221 INFO O| Oct 29 18:41:32.221 INFO ok!
94782024-10-29T18:41:33.564Z[ host-image] Oct 29 18:41:32.221 INFO O| Oct 29 18:41:32.221 INFO STEP 103 (ensure_file) COMPLETE
94792024-10-29T18:41:33.564Z[ host-image] Oct 29 18:41:32.221 INFO O| Oct 29 18:41:32.221 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94802024-10-29T18:41:33.572Z[ host-image] Oct 29 18:41:32.230 INFO O| Oct 29 18:41:32.230 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist
94812024-10-29T18:41:33.572Z[ host-image] Oct 29 18:41:32.231 INFO O| Oct 29 18:41:32.230 INFO copying /tmp/.tmp2e1Dzz/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 ...
94822024-10-29T18:41:33.574Z[ host-image] Oct 29 18:41:32.231 INFO O| Oct 29 18:41:32.231 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d
94832024-10-29T18:41:33.574Z[ host-image] Oct 29 18:41:32.231 INFO O| Oct 29 18:41:32.231 INFO ok!
94842024-10-29T18:41:33.574Z[ host-image] Oct 29 18:41:32.231 INFO O| Oct 29 18:41:32.231 INFO STEP 104 (ensure_file) COMPLETE
94852024-10-29T18:41:33.574Z[ host-image] Oct 29 18:41:32.231 INFO O| Oct 29 18:41:32.231 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94862024-10-29T18:41:33.581Z[ host-image] Oct 29 18:41:32.240 INFO O| Oct 29 18:41:32.240 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist
94872024-10-29T18:41:33.582Z[ host-image] Oct 29 18:41:32.240 INFO O| Oct 29 18:41:32.240 INFO copying /tmp/.tmp2e1Dzz/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 ...
94882024-10-29T18:41:33.584Z[ host-image] Oct 29 18:41:32.240 INFO O| Oct 29 18:41:32.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d
94892024-10-29T18:41:33.584Z[ host-image] Oct 29 18:41:32.240 INFO O| Oct 29 18:41:32.240 INFO ok!
94902024-10-29T18:41:33.584Z[ host-image] Oct 29 18:41:32.240 INFO O| Oct 29 18:41:32.240 INFO STEP 105 (ensure_file) COMPLETE
94912024-10-29T18:41:33.584Z[ host-image] Oct 29 18:41:32.240 INFO O| Oct 29 18:41:32.240 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94922024-10-29T18:41:33.592Z[ host-image] Oct 29 18:41:32.251 INFO O| Oct 29 18:41:32.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist
94932024-10-29T18:41:33.592Z[ host-image] Oct 29 18:41:32.251 INFO O| Oct 29 18:41:32.251 INFO copying /tmp/.tmp2e1Dzz/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 ...
94942024-10-29T18:41:33.594Z[ host-image] Oct 29 18:41:32.251 INFO O| Oct 29 18:41:32.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d
94952024-10-29T18:41:33.594Z[ host-image] Oct 29 18:41:32.251 INFO O| Oct 29 18:41:32.251 INFO ok!
94962024-10-29T18:41:33.594Z[ host-image] Oct 29 18:41:32.251 INFO O| Oct 29 18:41:32.251 INFO STEP 106 (ensure_file) COMPLETE
94972024-10-29T18:41:33.594Z[ host-image] Oct 29 18:41:32.251 INFO O| Oct 29 18:41:32.251 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
94982024-10-29T18:41:33.603Z[ host-image] Oct 29 18:41:32.261 INFO O| Oct 29 18:41:32.261 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist
94992024-10-29T18:41:33.603Z[ host-image] Oct 29 18:41:32.261 INFO O| Oct 29 18:41:32.261 INFO copying /tmp/.tmp2e1Dzz/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 ...
95002024-10-29T18:41:33.605Z[ host-image] Oct 29 18:41:32.262 INFO O| Oct 29 18:41:32.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d
95012024-10-29T18:41:33.605Z[ host-image] Oct 29 18:41:32.262 INFO O| Oct 29 18:41:32.262 INFO ok!
95022024-10-29T18:41:33.605Z[ host-image] Oct 29 18:41:32.262 INFO O| Oct 29 18:41:32.262 INFO STEP 107 (ensure_file) COMPLETE
95032024-10-29T18:41:33.605Z[ host-image] Oct 29 18:41:32.262 INFO O| Oct 29 18:41:32.262 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95042024-10-29T18:41:33.614Z[ host-image] Oct 29 18:41:32.272 INFO O| Oct 29 18:41:32.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist
95052024-10-29T18:41:33.614Z[ host-image] Oct 29 18:41:32.272 INFO O| Oct 29 18:41:32.272 INFO copying /tmp/.tmp2e1Dzz/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 ...
95062024-10-29T18:41:33.616Z[ host-image] Oct 29 18:41:32.272 INFO O| Oct 29 18:41:32.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d
95072024-10-29T18:41:33.616Z[ host-image] Oct 29 18:41:32.273 INFO O| Oct 29 18:41:32.272 INFO ok!
95082024-10-29T18:41:33.616Z[ host-image] Oct 29 18:41:32.273 INFO O| Oct 29 18:41:32.272 INFO STEP 108 (ensure_file) COMPLETE
95092024-10-29T18:41:33.616Z[ host-image] Oct 29 18:41:32.273 INFO O| Oct 29 18:41:32.273 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95102024-10-29T18:41:33.624Z[ host-image] Oct 29 18:41:32.283 INFO O| Oct 29 18:41:32.283 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist
95112024-10-29T18:41:33.624Z[ host-image] Oct 29 18:41:32.283 INFO O| Oct 29 18:41:32.283 INFO copying /tmp/.tmp2e1Dzz/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 ...
95122024-10-29T18:41:33.626Z[ host-image] Oct 29 18:41:32.283 INFO O| Oct 29 18:41:32.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d
95132024-10-29T18:41:33.626Z[ host-image] Oct 29 18:41:32.283 INFO O| Oct 29 18:41:32.283 INFO ok!
95142024-10-29T18:41:33.626Z[ host-image] Oct 29 18:41:32.283 INFO O| Oct 29 18:41:32.283 INFO STEP 109 (ensure_file) COMPLETE
95152024-10-29T18:41:33.626Z[ host-image] Oct 29 18:41:32.283 INFO O| Oct 29 18:41:32.283 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95162024-10-29T18:41:33.634Z[ host-image] Oct 29 18:41:32.293 INFO O| Oct 29 18:41:32.293 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist
95172024-10-29T18:41:33.634Z[ host-image] Oct 29 18:41:32.293 INFO O| Oct 29 18:41:32.293 INFO copying /tmp/.tmp2e1Dzz/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 ...
95182024-10-29T18:41:33.637Z[ host-image] Oct 29 18:41:32.293 INFO O| Oct 29 18:41:32.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d
95192024-10-29T18:41:33.637Z[ host-image] Oct 29 18:41:32.293 INFO O| Oct 29 18:41:32.293 INFO ok!
95202024-10-29T18:41:33.637Z[ host-image] Oct 29 18:41:32.293 INFO O| Oct 29 18:41:32.293 INFO STEP 110 (ensure_file) COMPLETE
95212024-10-29T18:41:33.637Z[ host-image] Oct 29 18:41:32.293 INFO O| Oct 29 18:41:32.293 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95222024-10-29T18:41:33.644Z[ host-image] Oct 29 18:41:32.303 INFO O| Oct 29 18:41:32.303 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist
95232024-10-29T18:41:33.647Z[ host-image] Oct 29 18:41:32.303 INFO O| Oct 29 18:41:32.303 INFO copying /tmp/.tmp2e1Dzz/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 ...
95242024-10-29T18:41:33.647Z[ host-image] Oct 29 18:41:32.303 INFO O| Oct 29 18:41:32.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d
95252024-10-29T18:41:33.647Z[ host-image] Oct 29 18:41:32.303 INFO O| Oct 29 18:41:32.303 INFO ok!
95262024-10-29T18:41:33.647Z[ host-image] Oct 29 18:41:32.303 INFO O| Oct 29 18:41:32.303 INFO STEP 111 (ensure_file) COMPLETE
95272024-10-29T18:41:33.647Z[ host-image] Oct 29 18:41:32.303 INFO O| Oct 29 18:41:32.303 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95282024-10-29T18:41:33.654Z[ host-image] Oct 29 18:41:32.313 INFO O| Oct 29 18:41:32.313 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist
95292024-10-29T18:41:33.656Z[ host-image] Oct 29 18:41:32.313 INFO O| Oct 29 18:41:32.313 INFO copying /tmp/.tmp2e1Dzz/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 ...
95302024-10-29T18:41:33.656Z[ host-image] Oct 29 18:41:32.313 INFO O| Oct 29 18:41:32.313 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh
95312024-10-29T18:41:33.656Z[ host-image] Oct 29 18:41:32.313 INFO O| Oct 29 18:41:32.313 INFO ok!
95322024-10-29T18:41:33.656Z[ host-image] Oct 29 18:41:32.313 INFO O| Oct 29 18:41:32.313 INFO STEP 112 (ensure_file) COMPLETE
95332024-10-29T18:41:33.656Z[ host-image] Oct 29 18:41:32.313 INFO O| Oct 29 18:41:32.313 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95342024-10-29T18:41:33.664Z[ host-image] Oct 29 18:41:32.323 INFO O| Oct 29 18:41:32.323 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist
95352024-10-29T18:41:33.664Z[ host-image] Oct 29 18:41:32.323 INFO O| Oct 29 18:41:32.323 INFO copying /tmp/.tmp2e1Dzz/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 ...
95362024-10-29T18:41:33.666Z[ host-image] Oct 29 18:41:32.323 INFO O| Oct 29 18:41:32.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh
95372024-10-29T18:41:33.666Z[ host-image] Oct 29 18:41:32.323 INFO O| Oct 29 18:41:32.323 INFO ok!
95382024-10-29T18:41:33.666Z[ host-image] Oct 29 18:41:32.323 INFO O| Oct 29 18:41:32.323 INFO STEP 113 (ensure_file) COMPLETE
95392024-10-29T18:41:33.666Z[ host-image] Oct 29 18:41:32.323 INFO O| Oct 29 18:41:32.323 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95402024-10-29T18:41:33.674Z[ host-image] Oct 29 18:41:32.333 INFO O| Oct 29 18:41:32.333 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist
95412024-10-29T18:41:33.674Z[ host-image] Oct 29 18:41:32.333 INFO O| Oct 29 18:41:32.333 INFO copying /tmp/.tmp2e1Dzz/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 ...
95422024-10-29T18:41:33.676Z[ host-image] Oct 29 18:41:32.333 INFO O| Oct 29 18:41:32.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d
95432024-10-29T18:41:33.676Z[ host-image] Oct 29 18:41:32.333 INFO O| Oct 29 18:41:32.333 INFO ok!
95442024-10-29T18:41:33.676Z[ host-image] Oct 29 18:41:32.333 INFO O| Oct 29 18:41:32.333 INFO STEP 114 (ensure_file) COMPLETE
95452024-10-29T18:41:33.676Z[ host-image] Oct 29 18:41:32.333 INFO O| Oct 29 18:41:32.333 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95462024-10-29T18:41:33.684Z[ host-image] Oct 29 18:41:32.342 INFO O| Oct 29 18:41:32.342 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist
95472024-10-29T18:41:33.684Z[ host-image] Oct 29 18:41:32.343 INFO O| Oct 29 18:41:32.342 INFO copying /tmp/.tmp2e1Dzz/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 ...
95482024-10-29T18:41:33.686Z[ host-image] Oct 29 18:41:32.343 INFO O| Oct 29 18:41:32.343 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d
95492024-10-29T18:41:33.686Z[ host-image] Oct 29 18:41:32.343 INFO O| Oct 29 18:41:32.343 INFO ok!
95502024-10-29T18:41:33.686Z[ host-image] Oct 29 18:41:32.343 INFO O| Oct 29 18:41:32.343 INFO STEP 115 (ensure_file) COMPLETE
95512024-10-29T18:41:33.686Z[ host-image] Oct 29 18:41:32.343 INFO O| Oct 29 18:41:32.343 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95522024-10-29T18:41:33.694Z[ host-image] Oct 29 18:41:32.353 INFO O| Oct 29 18:41:32.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist
95532024-10-29T18:41:33.694Z[ host-image] Oct 29 18:41:32.353 INFO O| Oct 29 18:41:32.353 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ...
95542024-10-29T18:41:33.696Z[ host-image] Oct 29 18:41:32.353 INFO O| Oct 29 18:41:32.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md
95552024-10-29T18:41:33.696Z[ host-image] Oct 29 18:41:32.353 INFO O| Oct 29 18:41:32.353 INFO ok!
95562024-10-29T18:41:33.696Z[ host-image] Oct 29 18:41:32.353 INFO O| Oct 29 18:41:32.353 INFO STEP 116 (ensure_file) COMPLETE
95572024-10-29T18:41:33.696Z[ host-image] Oct 29 18:41:32.353 INFO O| Oct 29 18:41:32.353 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95582024-10-29T18:41:33.704Z[ host-image] Oct 29 18:41:32.363 INFO O| Oct 29 18:41:32.362 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist
95592024-10-29T18:41:33.704Z[ host-image] Oct 29 18:41:32.363 INFO O| Oct 29 18:41:32.363 INFO copying /tmp/.tmp2e1Dzz/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 ...
95602024-10-29T18:41:33.706Z[ host-image] Oct 29 18:41:32.363 INFO O| Oct 29 18:41:32.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt
95612024-10-29T18:41:33.706Z[ host-image] Oct 29 18:41:32.363 INFO O| Oct 29 18:41:32.363 INFO ok!
95622024-10-29T18:41:33.706Z[ host-image] Oct 29 18:41:32.363 INFO O| Oct 29 18:41:32.363 INFO STEP 117 (ensure_file) COMPLETE
95632024-10-29T18:41:33.706Z[ host-image] Oct 29 18:41:32.363 INFO O| Oct 29 18:41:32.363 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95642024-10-29T18:41:33.714Z[ host-image] Oct 29 18:41:32.373 INFO O| Oct 29 18:41:32.373 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist
95652024-10-29T18:41:33.714Z[ host-image] Oct 29 18:41:32.373 INFO O| Oct 29 18:41:32.373 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ...
95662024-10-29T18:41:33.717Z[ host-image] Oct 29 18:41:32.373 INFO O| Oct 29 18:41:32.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION
95672024-10-29T18:41:33.717Z[ host-image] Oct 29 18:41:32.373 INFO O| Oct 29 18:41:32.373 INFO ok!
95682024-10-29T18:41:33.717Z[ host-image] Oct 29 18:41:32.373 INFO O| Oct 29 18:41:32.373 INFO STEP 118 (ensure_file) COMPLETE
95692024-10-29T18:41:33.717Z[ host-image] Oct 29 18:41:32.373 INFO O| Oct 29 18:41:32.373 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95702024-10-29T18:41:33.725Z[ host-image] Oct 29 18:41:32.383 INFO O| Oct 29 18:41:32.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist
95712024-10-29T18:41:33.725Z[ host-image] Oct 29 18:41:32.383 INFO O| Oct 29 18:41:32.383 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ...
95722024-10-29T18:41:37.276Z[ host-image] Oct 29 18:41:35.934 INFO O| Oct 29 18:41:35.934 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz
95732024-10-29T18:41:37.276Z[ host-image] Oct 29 18:41:35.934 INFO O| Oct 29 18:41:35.934 INFO ok!
95742024-10-29T18:41:37.276Z[ host-image] Oct 29 18:41:35.934 INFO O| Oct 29 18:41:35.934 INFO STEP 119 (ensure_file) COMPLETE
95752024-10-29T18:41:37.279Z[ host-image] Oct 29 18:41:35.934 INFO O| Oct 29 18:41:35.934 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95762024-10-29T18:41:37.288Z[ host-image] Oct 29 18:41:35.946 INFO O| Oct 29 18:41:35.946 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib
95772024-10-29T18:41:37.288Z[ host-image] Oct 29 18:41:35.946 INFO O| Oct 29 18:41:35.946 INFO STEP 120 (ensure_dir) COMPLETE
95782024-10-29T18:41:37.288Z[ host-image] Oct 29 18:41:35.946 INFO O| Oct 29 18:41:35.946 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95792024-10-29T18:41:37.299Z[ host-image] Oct 29 18:41:35.957 INFO O| Oct 29 18:41:35.957 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc
95802024-10-29T18:41:37.301Z[ host-image] Oct 29 18:41:35.957 INFO O| Oct 29 18:41:35.957 INFO STEP 121 (ensure_dir) COMPLETE
95812024-10-29T18:41:37.301Z[ host-image] Oct 29 18:41:35.957 INFO O| Oct 29 18:41:35.957 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95822024-10-29T18:41:37.308Z[ host-image] Oct 29 18:41:35.967 INFO O| Oct 29 18:41:35.967 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest
95832024-10-29T18:41:37.308Z[ host-image] Oct 29 18:41:35.967 INFO O| Oct 29 18:41:35.967 INFO STEP 122 (ensure_dir) COMPLETE
95842024-10-29T18:41:37.311Z[ host-image] Oct 29 18:41:35.967 INFO O| Oct 29 18:41:35.967 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95852024-10-29T18:41:37.318Z[ host-image] Oct 29 18:41:35.977 INFO O| Oct 29 18:41:35.977 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site
95862024-10-29T18:41:37.318Z[ host-image] Oct 29 18:41:35.977 INFO O| Oct 29 18:41:35.977 INFO STEP 123 (ensure_dir) COMPLETE
95872024-10-29T18:41:37.318Z[ host-image] Oct 29 18:41:35.977 INFO O| Oct 29 18:41:35.977 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95882024-10-29T18:41:37.328Z[ host-image] Oct 29 18:41:35.986 INFO O| Oct 29 18:41:35.986 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist
95892024-10-29T18:41:37.328Z[ host-image] Oct 29 18:41:35.986 INFO O| Oct 29 18:41:35.986 INFO copying /tmp/.tmp2e1Dzz/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 ...
95902024-10-29T18:41:37.330Z[ host-image] Oct 29 18:41:35.986 INFO O| Oct 29 18:41:35.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml
95912024-10-29T18:41:37.330Z[ host-image] Oct 29 18:41:35.986 INFO O| Oct 29 18:41:35.986 INFO ok!
95922024-10-29T18:41:37.331Z[ host-image] Oct 29 18:41:35.987 INFO O| Oct 29 18:41:35.986 INFO STEP 124 (ensure_file) COMPLETE
95932024-10-29T18:41:37.331Z[ host-image] Oct 29 18:41:35.987 INFO O| Oct 29 18:41:35.986 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95942024-10-29T18:41:37.338Z[ host-image] Oct 29 18:41:35.996 INFO O| Oct 29 18:41:35.996 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95952024-10-29T18:41:37.338Z[ host-image] Oct 29 18:41:35.996 INFO O| Oct 29 18:41:35.996 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root
95962024-10-29T18:41:37.340Z[ host-image] Oct 29 18:41:35.996 INFO O| Oct 29 18:41:35.996 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root
95972024-10-29T18:41:37.340Z[ host-image] Oct 29 18:41:35.996 INFO O| Oct 29 18:41:35.996 INFO STEP 125 (ensure_dir) COMPLETE
95982024-10-29T18:41:37.340Z[ host-image] Oct 29 18:41:35.996 INFO O| Oct 29 18:41:35.996 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json
95992024-10-29T18:41:37.348Z[ host-image] Oct 29 18:41:36.006 INFO O| Oct 29 18:41:36.006 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking
96002024-10-29T18:41:37.348Z[ host-image] Oct 29 18:41:36.006 INFO O| Oct 29 18:41:36.006 INFO copying /tmp/.tmp2e1Dzz/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ...
96012024-10-29T18:41:37.350Z[ host-image] Oct 29 18:41:36.006 INFO O| Oct 29 18:41:36.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile
96022024-10-29T18:41:37.350Z[ host-image] Oct 29 18:41:36.006 INFO O| Oct 29 18:41:36.006 INFO ok!
96032024-10-29T18:41:37.350Z[ host-image] Oct 29 18:41:36.006 INFO O| Oct 29 18:41:36.006 INFO STEP 126 (ensure_file) COMPLETE
96042024-10-29T18:41:37.350Z[ host-image] Oct 29 18:41:36.006 INFO O| Oct 29 18:41:36.006 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96052024-10-29T18:41:37.357Z[ host-image] Oct 29 18:41:36.016 INFO O| Oct 29 18:41:36.016 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec"
96062024-10-29T18:41:37.360Z[ host-image] Oct 29 18:41:36.016 INFO O| Oct 29 18:41:36.016 INFO STEP 127 (remove_files) COMPLETE
96072024-10-29T18:41:37.360Z[ host-image] Oct 29 18:41:36.016 INFO O| Oct 29 18:41:36.016 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96082024-10-29T18:41:37.367Z[ host-image] Oct 29 18:41:36.026 INFO O| Oct 29 18:41:36.026 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap"
96092024-10-29T18:41:37.370Z[ host-image] Oct 29 18:41:36.026 INFO O| Oct 29 18:41:36.026 INFO STEP 128 (remove_files) COMPLETE
96102024-10-29T18:41:37.370Z[ host-image] Oct 29 18:41:36.026 INFO O| Oct 29 18:41:36.026 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96112024-10-29T18:41:37.378Z[ host-image] Oct 29 18:41:36.036 INFO O| Oct 29 18:41:36.036 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc"
96122024-10-29T18:41:37.380Z[ host-image] Oct 29 18:41:36.037 INFO O| Oct 29 18:41:36.036 INFO STEP 129 (remove_files) COMPLETE
96132024-10-29T18:41:37.380Z[ host-image] Oct 29 18:41:36.037 INFO O| Oct 29 18:41:36.037 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96142024-10-29T18:41:37.388Z[ host-image] Oct 29 18:41:36.047 INFO O| Oct 29 18:41:36.047 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security"
96152024-10-29T18:41:37.391Z[ host-image] Oct 29 18:41:36.047 INFO O| Oct 29 18:41:36.047 INFO STEP 130 (remove_files) COMPLETE
96162024-10-29T18:41:37.391Z[ host-image] Oct 29 18:41:36.047 INFO O| Oct 29 18:41:36.047 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96172024-10-29T18:41:37.399Z[ host-image] Oct 29 18:41:36.057 INFO O| Oct 29 18:41:36.057 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares"
96182024-10-29T18:41:37.401Z[ host-image] Oct 29 18:41:36.057 INFO O| Oct 29 18:41:36.057 INFO STEP 131 (remove_files) COMPLETE
96192024-10-29T18:41:37.401Z[ host-image] Oct 29 18:41:36.057 INFO O| Oct 29 18:41:36.057 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96202024-10-29T18:41:37.408Z[ host-image] Oct 29 18:41:36.067 INFO O| Oct 29 18:41:36.067 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb"
96212024-10-29T18:41:37.411Z[ host-image] Oct 29 18:41:36.067 INFO O| Oct 29 18:41:36.067 INFO STEP 132 (remove_files) COMPLETE
96222024-10-29T18:41:37.411Z[ host-image] Oct 29 18:41:36.067 INFO O| Oct 29 18:41:36.067 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96232024-10-29T18:41:37.418Z[ host-image] Oct 29 18:41:36.076 INFO O| Oct 29 18:41:36.076 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml"
96242024-10-29T18:41:37.418Z[ host-image] Oct 29 18:41:36.076 INFO O| Oct 29 18:41:36.076 INFO STEP 133 (remove_files) COMPLETE
96252024-10-29T18:41:37.421Z[ host-image] Oct 29 18:41:36.077 INFO O| Oct 29 18:41:36.076 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96262024-10-29T18:41:37.428Z[ host-image] Oct 29 18:41:36.086 INFO O| Oct 29 18:41:36.086 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml"
96272024-10-29T18:41:37.430Z[ host-image] Oct 29 18:41:36.086 INFO O| Oct 29 18:41:36.086 INFO STEP 134 (remove_files) COMPLETE
96282024-10-29T18:41:37.430Z[ host-image] Oct 29 18:41:36.086 INFO O| Oct 29 18:41:36.086 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96292024-10-29T18:41:37.437Z[ host-image] Oct 29 18:41:36.096 INFO O| Oct 29 18:41:36.096 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml"
96302024-10-29T18:41:37.438Z[ host-image] Oct 29 18:41:36.096 INFO O| Oct 29 18:41:36.096 INFO STEP 135 (remove_files) COMPLETE
96312024-10-29T18:41:37.440Z[ host-image] Oct 29 18:41:36.096 INFO O| Oct 29 18:41:36.096 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96322024-10-29T18:41:37.447Z[ host-image] Oct 29 18:41:36.106 INFO O| Oct 29 18:41:36.106 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml"
96332024-10-29T18:41:37.450Z[ host-image] Oct 29 18:41:36.106 INFO O| Oct 29 18:41:36.106 INFO STEP 136 (remove_files) COMPLETE
96342024-10-29T18:41:37.450Z[ host-image] Oct 29 18:41:36.106 INFO O| Oct 29 18:41:36.106 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96352024-10-29T18:41:37.457Z[ host-image] Oct 29 18:41:36.115 INFO O| Oct 29 18:41:36.115 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml"
96362024-10-29T18:41:37.457Z[ host-image] Oct 29 18:41:36.116 INFO O| Oct 29 18:41:36.116 INFO STEP 137 (remove_files) COMPLETE
96372024-10-29T18:41:37.460Z[ host-image] Oct 29 18:41:36.116 INFO O| Oct 29 18:41:36.116 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96382024-10-29T18:41:37.467Z[ host-image] Oct 29 18:41:36.126 INFO O| Oct 29 18:41:36.125 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml"
96392024-10-29T18:41:37.467Z[ host-image] Oct 29 18:41:36.126 INFO O| Oct 29 18:41:36.126 INFO STEP 138 (remove_files) COMPLETE
96402024-10-29T18:41:37.470Z[ host-image] Oct 29 18:41:36.126 INFO O| Oct 29 18:41:36.126 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96412024-10-29T18:41:37.477Z[ host-image] Oct 29 18:41:36.135 INFO O| Oct 29 18:41:36.135 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml"
96422024-10-29T18:41:37.480Z[ host-image] Oct 29 18:41:36.135 INFO O| Oct 29 18:41:36.135 INFO STEP 139 (remove_files) COMPLETE
96432024-10-29T18:41:37.480Z[ host-image] Oct 29 18:41:36.135 INFO O| Oct 29 18:41:36.135 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96442024-10-29T18:41:37.487Z[ host-image] Oct 29 18:41:36.145 INFO O| Oct 29 18:41:36.145 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml"
96452024-10-29T18:41:37.487Z[ host-image] Oct 29 18:41:36.145 INFO O| Oct 29 18:41:36.145 INFO STEP 140 (remove_files) COMPLETE
96462024-10-29T18:41:37.487Z[ host-image] Oct 29 18:41:36.145 INFO O| Oct 29 18:41:36.145 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96472024-10-29T18:41:37.497Z[ host-image] Oct 29 18:41:36.155 INFO O| Oct 29 18:41:36.155 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml"
96482024-10-29T18:41:37.497Z[ host-image] Oct 29 18:41:36.155 INFO O| Oct 29 18:41:36.155 INFO STEP 141 (remove_files) COMPLETE
96492024-10-29T18:41:37.497Z[ host-image] Oct 29 18:41:36.155 INFO O| Oct 29 18:41:36.155 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96502024-10-29T18:41:37.507Z[ host-image] Oct 29 18:41:36.165 INFO O| Oct 29 18:41:36.165 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml"
96512024-10-29T18:41:37.507Z[ host-image] Oct 29 18:41:36.165 INFO O| Oct 29 18:41:36.165 INFO STEP 142 (remove_files) COMPLETE
96522024-10-29T18:41:37.507Z[ host-image] Oct 29 18:41:36.165 INFO O| Oct 29 18:41:36.165 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96532024-10-29T18:41:37.517Z[ host-image] Oct 29 18:41:36.175 INFO O| Oct 29 18:41:36.175 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml"
96542024-10-29T18:41:37.520Z[ host-image] Oct 29 18:41:36.175 INFO O| Oct 29 18:41:36.175 INFO STEP 143 (remove_files) COMPLETE
96552024-10-29T18:41:37.520Z[ host-image] Oct 29 18:41:36.175 INFO O| Oct 29 18:41:36.175 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96562024-10-29T18:41:37.527Z[ host-image] Oct 29 18:41:36.186 INFO O| Oct 29 18:41:36.186 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml"
96572024-10-29T18:41:37.528Z[ host-image] Oct 29 18:41:36.186 INFO O| Oct 29 18:41:36.186 INFO STEP 144 (remove_files) COMPLETE
96582024-10-29T18:41:37.530Z[ host-image] Oct 29 18:41:36.186 INFO O| Oct 29 18:41:36.186 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96592024-10-29T18:41:37.538Z[ host-image] Oct 29 18:41:36.196 INFO O| Oct 29 18:41:36.196 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml"
96602024-10-29T18:41:37.538Z[ host-image] Oct 29 18:41:36.196 INFO O| Oct 29 18:41:36.196 INFO STEP 145 (remove_files) COMPLETE
96612024-10-29T18:41:37.540Z[ host-image] Oct 29 18:41:36.196 INFO O| Oct 29 18:41:36.196 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96622024-10-29T18:41:37.560Z[ host-image] Oct 29 18:41:36.218 INFO O| Oct 29 18:41:36.218 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml"
96632024-10-29T18:41:37.560Z[ host-image] Oct 29 18:41:36.218 INFO O| Oct 29 18:41:36.218 INFO STEP 146 (remove_files) COMPLETE
96642024-10-29T18:41:37.560Z[ host-image] Oct 29 18:41:36.218 INFO O| Oct 29 18:41:36.218 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96652024-10-29T18:41:37.572Z[ host-image] Oct 29 18:41:36.230 INFO O| Oct 29 18:41:36.230 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so"
96662024-10-29T18:41:37.574Z[ host-image] Oct 29 18:41:36.230 INFO O| Oct 29 18:41:36.230 INFO STEP 147 (remove_files) COMPLETE
96672024-10-29T18:41:37.574Z[ host-image] Oct 29 18:41:36.230 INFO O| Oct 29 18:41:36.230 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96682024-10-29T18:41:37.582Z[ host-image] Oct 29 18:41:36.240 INFO O| Oct 29 18:41:36.240 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat"
96692024-10-29T18:41:37.582Z[ host-image] Oct 29 18:41:36.240 INFO O| Oct 29 18:41:36.240 INFO STEP 148 (remove_files) COMPLETE
96702024-10-29T18:41:37.584Z[ host-image] Oct 29 18:41:36.240 INFO O| Oct 29 18:41:36.240 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96712024-10-29T18:41:37.593Z[ host-image] Oct 29 18:41:36.251 INFO O| Oct 29 18:41:36.250 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml"
96722024-10-29T18:41:37.593Z[ host-image] Oct 29 18:41:36.251 INFO O| Oct 29 18:41:36.251 INFO STEP 149 (remove_files) COMPLETE
96732024-10-29T18:41:37.595Z[ host-image] Oct 29 18:41:36.251 INFO O| Oct 29 18:41:36.251 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96742024-10-29T18:41:37.603Z[ host-image] Oct 29 18:41:36.261 INFO O| Oct 29 18:41:36.261 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml"
96752024-10-29T18:41:37.605Z[ host-image] Oct 29 18:41:36.261 INFO O| Oct 29 18:41:36.261 INFO STEP 150 (remove_files) COMPLETE
96762024-10-29T18:41:37.605Z[ host-image] Oct 29 18:41:36.261 INFO O| Oct 29 18:41:36.261 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96772024-10-29T18:41:37.613Z[ host-image] Oct 29 18:41:36.271 INFO O| Oct 29 18:41:36.271 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml"
96782024-10-29T18:41:37.613Z[ host-image] Oct 29 18:41:36.271 INFO O| Oct 29 18:41:36.271 INFO STEP 151 (remove_files) COMPLETE
96792024-10-29T18:41:37.615Z[ host-image] Oct 29 18:41:36.271 INFO O| Oct 29 18:41:36.271 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96802024-10-29T18:41:37.623Z[ host-image] Oct 29 18:41:36.281 INFO O| Oct 29 18:41:36.281 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml"
96812024-10-29T18:41:37.623Z[ host-image] Oct 29 18:41:36.281 INFO O| Oct 29 18:41:36.281 INFO STEP 152 (remove_files) COMPLETE
96822024-10-29T18:41:37.623Z[ host-image] Oct 29 18:41:36.281 INFO O| Oct 29 18:41:36.281 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96832024-10-29T18:41:37.633Z[ host-image] Oct 29 18:41:36.291 INFO O| Oct 29 18:41:36.291 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml"
96842024-10-29T18:41:37.636Z[ host-image] Oct 29 18:41:36.291 INFO O| Oct 29 18:41:36.291 INFO STEP 153 (remove_files) COMPLETE
96852024-10-29T18:41:37.636Z[ host-image] Oct 29 18:41:36.291 INFO O| Oct 29 18:41:36.291 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96862024-10-29T18:41:37.643Z[ host-image] Oct 29 18:41:36.301 INFO O| Oct 29 18:41:36.301 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml"
96872024-10-29T18:41:37.643Z[ host-image] Oct 29 18:41:36.301 INFO O| Oct 29 18:41:36.301 INFO STEP 154 (remove_files) COMPLETE
96882024-10-29T18:41:37.645Z[ host-image] Oct 29 18:41:36.301 INFO O| Oct 29 18:41:36.301 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json
96892024-10-29T18:41:37.653Z[ host-image] Oct 29 18:41:36.311 INFO O| Oct 29 18:41:36.311 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml"
96902024-10-29T18:41:37.655Z[ host-image] Oct 29 18:41:36.311 INFO O| Oct 29 18:41:36.311 INFO STEP 155 (remove_files) COMPLETE
96912024-10-29T18:41:37.655Z[ host-image] Oct 29 18:41:36.311 INFO O| Oct 29 18:41:36.311 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json
96922024-10-29T18:41:37.668Z[ host-image] Oct 29 18:41:36.326 INFO O| Oct 29 18:41:36.326 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal
96932024-10-29T18:41:37.670Z[ host-image] Oct 29 18:41:36.326 INFO O| Oct 29 18:41:36.326 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"}
96942024-10-29T18:41:42.616Z[ host-image] Oct 29 18:41:41.274 INFO O| Oct 29 18:41:41.273 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
96952024-10-29T18:41:42.616Z[ host-image] Oct 29 18:41:41.274 INFO O| Oct 29 18:41:41.274 INFO E| svccfg: Loaded 74 smf(7) service descriptions
96962024-10-29T18:41:42.630Z[ host-image] Oct 29 18:41:41.288 INFO O| Oct 29 18:41:41.288 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"}
96972024-10-29T18:41:42.712Z[ host-image] Oct 29 18:41:41.370 INFO O| Oct 29 18:41:41.370 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist
96982024-10-29T18:41:42.712Z[ host-image] Oct 29 18:41:41.370 INFO O| Oct 29 18:41:41.370 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ...
96992024-10-29T18:41:42.715Z[ host-image] Oct 29 18:41:41.371 INFO O| Oct 29 18:41:41.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db
97002024-10-29T18:41:42.715Z[ host-image] Oct 29 18:41:41.372 INFO O| Oct 29 18:41:41.371 INFO ok!
97012024-10-29T18:41:42.715Z[ host-image] Oct 29 18:41:41.372 INFO O| Oct 29 18:41:41.371 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing
97022024-10-29T18:41:42.715Z[ host-image] Oct 29 18:41:41.372 INFO O| Oct 29 18:41:41.372 INFO STEP 156 (seed_smf) COMPLETE
97032024-10-29T18:41:42.715Z[ host-image] Oct 29 18:41:41.372 INFO O| Oct 29 18:41:41.372 INFO steps complete; finalising image!
97042024-10-29T18:41:42.715Z[ host-image] Oct 29 18:41:41.372 INFO O| Oct 29 18:41:41.372 INFO TRIM POOL: TEMPORARY-gimlet-zfs
97052024-10-29T18:41:42.856Z[ host-image] Oct 29 18:41:41.513 INFO O| Oct 29 18:41:41.513 INFO trim TEMPORARY-gimlet-zfs: (23% trimmed, started at Tue Oct 29 18:41:41 2024)
97062024-10-29T18:41:43.080Z[ host-image] Oct 29 18:41:41.738 INFO O| Oct 29 18:41:41.738 INFO temporary pool has 686M used, 146M avail, 1.87x compressratio
97072024-10-29T18:41:43.080Z[ host-image] Oct 29 18:41:41.738 INFO O| Oct 29 18:41:41.738 INFO EXPORT POOL: TEMPORARY-gimlet-zfs
97082024-10-29T18:41:43.363Z[ host-image] Oct 29 18:41:42.020 INFO O| Oct 29 18:41:42.020 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw
97092024-10-29T18:41:43.363Z[ host-image] Oct 29 18:41:42.020 INFO O| Oct 29 18:41:42.020 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal
97102024-10-29T18:41:44.379Z[ host-image] Oct 29 18:41:43.036 INFO O| Oct 29 18:41:43.036 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw
97112024-10-29T18:41:44.379Z[ host-image] Oct 29 18:41:43.036 INFO O| Oct 29 18:41:43.036 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw
97122024-10-29T18:41:44.382Z[ host-image] Oct 29 18:41:43.036 INFO O| Oct 29 18:41:43.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw
97132024-10-29T18:41:44.382Z[ host-image] Oct 29 18:41:43.036 INFO O| Oct 29 18:41:43.036 INFO completed processing gimlet/zfs
97142024-10-29T18:41:44.382Z[ host-image] Oct 29 18:41:43.036 INFO O| Oct 29 18:41:43.036 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs
97152024-10-29T18:41:51.005Z[ host-image] Oct 29 18:41:49.662 INFO O| Oct 29 18:41:49.662 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs
97162024-10-29T18:41:51.091Z[ host-image] Oct 29 18:41:49.747 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n"
97172024-10-29T18:41:51.091Z[ host-image] Oct 29 18:41:49.747 INFO expanded image name: "ci 608b336/${os_short_commit} 2024-10-29 18:11" -> "ci 608b336/54a974b 2024-10-29 18:11"
97182024-10-29T18:41:51.094Z[ host-image] Oct 29 18:41:49.747 INFO output artefacts stored in: "/work/os-host"
97192024-10-29T18:41:51.094Z[ host-image] Oct 29 18:41:49.747 INFO collecting git info from project "image-builder"...
97202024-10-29T18:41:51.097Z[ host-image] Oct 29 18:41:49.752 INFO collecting git info from project "chelsio-t6-roms"...
97212024-10-29T18:41:51.100Z[ host-image] Oct 29 18:41:49.757 INFO collecting git info from project "bootserver"...
97222024-10-29T18:41:51.104Z[ host-image] Oct 29 18:41:49.761 INFO collecting git info from project "amd-firmware"...
97232024-10-29T18:41:51.112Z[ host-image] Oct 29 18:41:49.769 INFO collecting git info from project "pilot"...
97242024-10-29T18:41:51.117Z[ host-image] Oct 29 18:41:49.774 INFO collecting git info from project "phbl"...
97252024-10-29T18:41:51.122Z[ host-image] Oct 29 18:41:49.779 INFO collecting git info from project "pinprick"...
97262024-10-29T18:41:51.126Z[ host-image] Oct 29 18:41:49.783 INFO collecting git info from project "amd-host-image-builder"...
97272024-10-29T18:41:51.139Z[ host-image] Oct 29 18:41:49.795 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]...
97282024-10-29T18:41:51.502Z[ host-image] Oct 29 18:41:50.159 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]...
97292024-10-29T18:41:51.856Z[ host-image] Oct 29 18:41:50.513 INFO creating Oxide boot image...
97302024-10-29T18:41:51.857Z[ host-image] Oct 29 18:41:50.513 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 608b336/54a974b 2024-10-29 18:11", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None
97312024-10-29T18:41:52.805Z[ host-image] Oct 29 18:41:51.461 INFO O| ok, image written!
97322024-10-29T18:41:52.805Z[ host-image] Oct 29 18:41:51.461 INFO O| ok, boot_image_csum file written!
97332024-10-29T18:41:52.808Z[ host-image] Oct 29 18:41:51.464 INFO creating boot archive (CPIO)...
97342024-10-29T18:41:52.810Z[ host-image] Oct 29 18:41:51.464 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
97352024-10-29T18:41:52.818Z[ host-image] Oct 29 18:41:51.475 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk
97362024-10-29T18:41:52.818Z[ host-image] Oct 29 18:41:51.475 INFO E| + outfile=/work/os-host/cpio
97372024-10-29T18:41:52.821Z[ host-image] Oct 29 18:41:51.475 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host
97382024-10-29T18:41:52.821Z[ host-image] Oct 29 18:41:51.477 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk
97392024-10-29T18:41:52.821Z[ host-image] Oct 29 18:41:51.477 INFO E| + cpio -qo -H odc -O /work/os-host/cpio
97402024-10-29T18:41:52.854Z[ host-image] Oct 29 18:41:51.510 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host
97412024-10-29T18:41:52.854Z[ host-image] Oct 29 18:41:51.510 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio
97422024-10-29T18:41:52.863Z[ host-image] Oct 29 18:41:51.520 INFO creating compressed cpio/unix for nanobl-rs...
97432024-10-29T18:41:52.863Z[ host-image] Oct 29 18:41:51.520 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
97442024-10-29T18:41:53.156Z[ host-image] Oct 29 18:41:51.812 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None
97452024-10-29T18:41:57.511Z[ host-image] Oct 29 18:41:56.167 INFO creating reset image...
97462024-10-29T18:41:57.513Z[ host-image] Oct 29 18:41:56.167 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl")
97472024-10-29T18:41:57.603Z[ host-image] Oct 29 18:41:56.259 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s
97482024-10-29T18:41:57.606Z[ host-image] Oct 29 18:41:56.260 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z`
97492024-10-29T18:41:57.658Z[ host-image] Oct 29 18:41:56.314 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl)
97502024-10-29T18:41:59.483Z[ host-image] Oct 29 18:41:58.138 INFO E| Finished `release` profile [optimized] target(s) in 1.86s
97512024-10-29T18:41:59.494Z[ host-image] Oct 29 18:41:58.150 INFO building host image...
97522024-10-29T18:41:59.497Z[ host-image] Oct 29 18:41:58.150 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")
97532024-10-29T18:41:59.989Z[ host-image] Oct 29 18:41:58.643 INFO finishing image archive at "/work/os-host/os.tar.gz"...
97542024-10-29T18:42:46.994Z[ host-image] Oct 29 18:42:45.644 INFO image complete! materials are in "/work/os-host"
97552024-10-29T18:42:46.997Z[ host-image]
97562024-10-29T18:42:46.997Z[ host-image] real 9:33.624588038
97572024-10-29T18:42:46.997Z[ host-image] user 4:53.696169645
97582024-10-29T18:42:46.997Z[ host-image] sys 50.442364895
97592024-10-29T18:42:47.000Z[ host-image] trap 0.187022044
97602024-10-29T18:42:47.000Z[ host-image] tflt 0.005469037
97612024-10-29T18:42:47.000Z[ host-image] dflt 0.058525113
97622024-10-29T18:42:47.000Z[ host-image] kflt 0.000000000
97632024-10-29T18:42:47.000Z[ host-image] lock 7:05.691974694
97642024-10-29T18:42:47.000Z[ host-image] slp 52:26.713224007
97652024-10-29T18:42:47.000Z[ host-image] lat 1:26.276592999
97662024-10-29T18:42:47.000Z[ host-image] stop 0.561065680
97672024-10-29T18:42:47.000ZOct 29 18:42:45.648 INFO [host-image] process exited with exit status: 0 (573.641077173s)
97682024-10-29T18:42:47.000ZOct 29 18:42:45.648 INFO [tuf-repo] running task
97692024-10-29T18:42:54.015ZOct 29 18:42:52.665 INFO assembling repository in `/tmp/tufaceousbYsnii`, component: OmicronRepoAssembler
97702024-10-29T18:42:59.240ZOct 29 18:42:57.889 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler
97712024-10-29T18:42:59.438ZOct 29 18:42:58.087 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler
97722024-10-29T18:43:11.498ZOct 29 18:43:10.145 INFO [tuf-repo] task succeeded (24.49702839s)
97732024-10-29T18:43:11.498ZOct 29 18:43:10.145 INFO all jobs completed in 1921.336858865s
97742024-10-29T18:43:12.053Zprocess exited: duration 2513037 ms, exit code 0
 
97752024-10-29T18:43:12.064Zfound 33 output files
97762024-10-29T18:43:12.064Zuploading: /work/manifest.toml (8404 bytes)
97772024-10-29T18:43:13.075Zuploaded: /work/manifest.toml
97782024-10-29T18:43:13.075Zuploading: /work/repo.zip (1857809689 bytes)
97792024-10-29T18:43:53.569Zuploaded: /work/repo.zip
97802024-10-29T18:43:53.569Zuploading: /work/repo.zip.sha256.txt (65 bytes)
97812024-10-29T18:43:54.683Zuploaded: /work/repo.zip.sha256.txt
97822024-10-29T18:43:54.683Zuploading: /work/helios-setup.log (65346 bytes)
97832024-10-29T18:43:55.697Zuploaded: /work/helios-setup.log
97842024-10-29T18:43:55.697Zuploading: /work/host-image.log (194707 bytes)
97852024-10-29T18:43:56.719Zuploaded: /work/host-image.log
97862024-10-29T18:43:56.719Zuploading: /work/host-package.log (22417 bytes)
97872024-10-29T18:43:57.730Zuploaded: /work/host-package.log
97882024-10-29T18:43:57.730Zuploading: /work/host-target.log (101 bytes)
97892024-10-29T18:43:58.738Zuploaded: /work/host-target.log
97902024-10-29T18:43:58.739Zuploading: /work/omicron-package.log (5011 bytes)
97912024-10-29T18:43:59.748Zuploaded: /work/omicron-package.log
97922024-10-29T18:43:59.748Zuploading: /work/phbl-toolchain.log (881 bytes)
97932024-10-29T18:44:00.755Zuploaded: /work/phbl-toolchain.log
97942024-10-29T18:44:00.758Zuploading: /work/recovery-image.log (591969 bytes)
97952024-10-29T18:44:01.779Zuploaded: /work/recovery-image.log
97962024-10-29T18:44:01.779Zuploading: /work/recovery-package.log (321 bytes)
97972024-10-29T18:44:02.789Zuploaded: /work/recovery-package.log
97982024-10-29T18:44:02.789Zuploading: /work/recovery-target.log (98 bytes)
97992024-10-29T18:44:03.798Zuploaded: /work/recovery-target.log
98002024-10-29T18:44:03.798Zuploading: /work/stamp-clickhouse.log (117 bytes)
98012024-10-29T18:44:04.807Zuploaded: /work/stamp-clickhouse.log
98022024-10-29T18:44:04.807Zuploading: /work/stamp-clickhouse_keeper.log (124 bytes)
98032024-10-29T18:44:05.816Zuploaded: /work/stamp-clickhouse_keeper.log
98042024-10-29T18:44:05.818Zuploading: /work/stamp-cockroachdb.log (118 bytes)
98052024-10-29T18:44:06.825Zuploaded: /work/stamp-cockroachdb.log
98062024-10-29T18:44:06.825Zuploading: /work/stamp-crucible-dtrace.log (119 bytes)
98072024-10-29T18:44:07.833Zuploaded: /work/stamp-crucible-dtrace.log
98082024-10-29T18:44:07.834Zuploading: /work/stamp-crucible-pantry-zone.log (127 bytes)
98092024-10-29T18:44:08.842Zuploaded: /work/stamp-crucible-pantry-zone.log
98102024-10-29T18:44:08.843Zuploading: /work/stamp-crucible-zone.log (120 bytes)
98112024-10-29T18:44:09.852Zuploaded: /work/stamp-crucible-zone.log
98122024-10-29T18:44:09.852Zuploading: /work/stamp-external-dns.log (119 bytes)
98132024-10-29T18:44:10.861Zuploaded: /work/stamp-external-dns.log
98142024-10-29T18:44:10.863Zuploading: /work/stamp-installinator.log (103 bytes)
98152024-10-29T18:44:11.869Zuploaded: /work/stamp-installinator.log
98162024-10-29T18:44:11.869Zuploading: /work/stamp-internal-dns.log (119 bytes)
98172024-10-29T18:44:12.878Zuploaded: /work/stamp-internal-dns.log
98182024-10-29T18:44:12.878Zuploading: /work/stamp-mg-ddm-gz.log (99 bytes)
98192024-10-29T18:44:13.886Zuploaded: /work/stamp-mg-ddm-gz.log
98202024-10-29T18:44:13.889Zuploading: /work/stamp-nexus.log (112 bytes)
98212024-10-29T18:44:14.896Zuploaded: /work/stamp-nexus.log
98222024-10-29T18:44:14.896Zuploading: /work/stamp-ntp.log (110 bytes)
98232024-10-29T18:44:15.905Zuploaded: /work/stamp-ntp.log
98242024-10-29T18:44:15.905Zuploading: /work/stamp-omicron-sled-agent.log (122 bytes)
98252024-10-29T18:44:16.914Zuploaded: /work/stamp-omicron-sled-agent.log
98262024-10-29T18:44:16.914Zuploading: /work/stamp-overlay.log (114 bytes)
98272024-10-29T18:44:17.922Zuploaded: /work/stamp-overlay.log
98282024-10-29T18:44:17.923Zuploading: /work/stamp-oximeter.log (115 bytes)
98292024-10-29T18:44:18.930Zuploaded: /work/stamp-oximeter.log
98302024-10-29T18:44:18.930Zuploading: /work/stamp-oxlog.log (109 bytes)
98312024-10-29T18:44:19.940Zuploaded: /work/stamp-oxlog.log
98322024-10-29T18:44:19.940Zuploading: /work/stamp-probe.log (112 bytes)
98332024-10-29T18:44:20.948Zuploaded: /work/stamp-probe.log
98342024-10-29T18:44:20.948Zuploading: /work/stamp-propolis-server.log (122 bytes)
98352024-10-29T18:44:21.957Zuploaded: /work/stamp-propolis-server.log
98362024-10-29T18:44:21.957Zuploading: /work/stamp-pumpkind-gz.log (115 bytes)
98372024-10-29T18:44:22.965Zuploaded: /work/stamp-pumpkind-gz.log
98382024-10-29T18:44:22.968Zuploading: /work/stamp-switch-asic.log (118 bytes)
98392024-10-29T18:44:23.974Zuploaded: /work/stamp-switch-asic.log
98402024-10-29T18:44:23.974Zuploading: /work/verify-libraries.log (3720 bytes)
98412024-10-29T18:44:24.984Zuploaded: /work/verify-libraries.log